@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: #00006a;
  color: #ffffff;
}

::selection {
  background: #00006a;
  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-size: 1.6rem;
  font-weight: 500;
  color: #00006a;
  line-height: 2;
  letter-spacing: 0.05em;
  word-break: break-word;
  background: #fff;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
}
@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: #00006a;
  -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: "Open Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 0.15em;
}

.mincho {
  font-family: "游明朝", "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 {
  z-index: 100 !important;
}
#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: 76px;
  }
}

/* ============================================
// loading
// ==========================================*/
/* ============================================
// hamburger
// ==========================================*/
.hamburger {
  position: fixed;
  inset: 0;
  z-index: 999;
  background: #fff;
  background: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  opacity: 0;
  visibility: hidden;
  translate: 30% 0;
}
.js-loaded .hamburger {
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, translate 0.3s;
  transition: opacity 0.3s ease, visibility 0.3s ease, translate 0.3s;
}
.hamburger.js-open {
  opacity: 1;
  visibility: visible;
  translate: 0 0;
}
.hamburger.js-open::before {
  opacity: 0.7;
  -webkit-transition: opacity 1s ease 0.3s;
  transition: opacity 1s ease 0.3s;
}
.hamburger.js-open::after {
  opacity: 0.7;
  -webkit-transition: opacity 1s ease 0.3s;
  transition: opacity 1s ease 0.3s;
}
.hamburger__deco::before {
  position: absolute;
  content: "";
  background: url(../img/index/main_bg_shape_blue.png) center/contain no-repeat;
  aspect-ratio: 1336/426;
  right: 0;
  bottom: -1px;
  pointer-events: none;
  max-width: 668px;
  width: 100%;
}
.hamburger__menu {
  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;
  overflow-y: auto;
}
@media (min-width: 835px) {
  .hamburger__menu {
    padding: 100px 40px;
  }
}
@media (max-width: 834px) {
  .hamburger__menu {
    padding: 48px 24px;
  }
}
.hamburger__menu__inner {
  width: 100%;
  max-width: 360px;
  margin: auto;
}
@media (min-width: 835px) {
  .hamburger__menu__inner {
    max-width: 700px;
  }
}
@media (min-width: 1024px) {
  .hamburger__menu__inner {
    max-width: 800px;
  }
}
.hamburger__menu__logo {
  opacity: 0;
}
.js-open .hamburger__menu__logo {
  -webkit-animation: hamburger-fadeTop 1.2s cubic-bezier(0.14, 1, 0.34, 1) forwards;
          animation: hamburger-fadeTop 1.2s cubic-bezier(0.14, 1, 0.34, 1) forwards;
}
@-webkit-keyframes hamburger-fadeTop {
  0% {
    opacity: 0;
    translate: 0 -24px;
  }
  20% {
    opacity: 0;
    translate: 0 -24px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
@keyframes hamburger-fadeTop {
  0% {
    opacity: 0;
    translate: 0 -24px;
  }
  20% {
    opacity: 0;
    translate: 0 -24px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.hamburger__menu__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  -webkit-transition: gap 0.3s, opacity 0.3s;
  transition: gap 0.3s, opacity 0.3s;
  max-width: 262px;
  margin-left: auto;
  margin-right: auto;
}
.hamburger__menu__logo-main {
  width: 145.6px;
  aspect-ratio: 182/39;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.hamburger__menu__logo-sub {
  font-family: "Open Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #bebdbd;
  line-height: 1;
  -webkit-transition: font-size 0.3s;
  transition: font-size 0.3s;
  border: 1px solid #bebdbd;
  padding: 0.55em 0.563em 0.237em;
}
.hamburger__menu__nav {
  margin-top: 32px;
}
@media (min-width: 1024px) {
  .hamburger__menu__nav {
    margin-top: 50px;
  }
}
.hamburger__menu__item {
  border-bottom: 1px solid #e5e5e5;
  opacity: 0;
}
@media (min-width: 835px) {
  .hamburger__menu__item {
    max-width: 335px;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .hamburger__menu__item {
    max-width: 385px;
  }
}
.js-open .hamburger__menu__item:nth-child(1) {
  -webkit-animation: hamburger-fadeInBottom 1.6s cubic-bezier(0.14, 1, 0.34, 1) 30ms forwards;
          animation: hamburger-fadeInBottom 1.6s cubic-bezier(0.14, 1, 0.34, 1) 30ms forwards;
}
@-webkit-keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 0 24px;
  }
  20% {
    opacity: 0;
    translate: 0 24px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 0 24px;
  }
  20% {
    opacity: 0;
    translate: 0 24px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__item:nth-child(2) {
  -webkit-animation: hamburger-fadeInBottom 1.6s cubic-bezier(0.14, 1, 0.34, 1) 60ms forwards;
          animation: hamburger-fadeInBottom 1.6s cubic-bezier(0.14, 1, 0.34, 1) 60ms forwards;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 0 24px;
  }
  20% {
    opacity: 0;
    translate: 0 24px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__item:nth-child(3) {
  -webkit-animation: hamburger-fadeInBottom 1.6s cubic-bezier(0.14, 1, 0.34, 1) 90ms forwards;
          animation: hamburger-fadeInBottom 1.6s cubic-bezier(0.14, 1, 0.34, 1) 90ms forwards;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 0 24px;
  }
  20% {
    opacity: 0;
    translate: 0 24px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__item:nth-child(4) {
  -webkit-animation: hamburger-fadeInBottom 1.6s cubic-bezier(0.14, 1, 0.34, 1) 120ms forwards;
          animation: hamburger-fadeInBottom 1.6s cubic-bezier(0.14, 1, 0.34, 1) 120ms forwards;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 0 24px;
  }
  20% {
    opacity: 0;
    translate: 0 24px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__item:nth-child(5) {
  -webkit-animation: hamburger-fadeInBottom 1.6s cubic-bezier(0.14, 1, 0.34, 1) 150ms forwards;
          animation: hamburger-fadeInBottom 1.6s cubic-bezier(0.14, 1, 0.34, 1) 150ms forwards;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 0 24px;
  }
  20% {
    opacity: 0;
    translate: 0 24px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__item:nth-child(6) {
  -webkit-animation: hamburger-fadeInBottom 1.6s cubic-bezier(0.14, 1, 0.34, 1) 180ms forwards;
          animation: hamburger-fadeInBottom 1.6s cubic-bezier(0.14, 1, 0.34, 1) 180ms forwards;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 0 24px;
  }
  20% {
    opacity: 0;
    translate: 0 24px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__item:nth-child(7) {
  -webkit-animation: hamburger-fadeInBottom 1.6s cubic-bezier(0.14, 1, 0.34, 1) 210ms forwards;
          animation: hamburger-fadeInBottom 1.6s cubic-bezier(0.14, 1, 0.34, 1) 210ms forwards;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 0 24px;
  }
  20% {
    opacity: 0;
    translate: 0 24px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__item:nth-child(8) {
  -webkit-animation: hamburger-fadeInBottom 1.6s cubic-bezier(0.14, 1, 0.34, 1) 240ms forwards;
          animation: hamburger-fadeInBottom 1.6s cubic-bezier(0.14, 1, 0.34, 1) 240ms forwards;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 0 24px;
  }
  20% {
    opacity: 0;
    translate: 0 24px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__item:nth-child(9) {
  -webkit-animation: hamburger-fadeInBottom 1.6s cubic-bezier(0.14, 1, 0.34, 1) 270ms forwards;
          animation: hamburger-fadeInBottom 1.6s cubic-bezier(0.14, 1, 0.34, 1) 270ms forwards;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 0 24px;
  }
  20% {
    opacity: 0;
    translate: 0 24px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__item:nth-child(10) {
  -webkit-animation: hamburger-fadeInBottom 1.6s cubic-bezier(0.14, 1, 0.34, 1) 300ms forwards;
          animation: hamburger-fadeInBottom 1.6s cubic-bezier(0.14, 1, 0.34, 1) 300ms forwards;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 0 24px;
  }
  20% {
    opacity: 0;
    translate: 0 24px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__item:nth-child(11) {
  -webkit-animation: hamburger-fadeInBottom 1.6s cubic-bezier(0.14, 1, 0.34, 1) 330ms forwards;
          animation: hamburger-fadeInBottom 1.6s cubic-bezier(0.14, 1, 0.34, 1) 330ms forwards;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 0 24px;
  }
  20% {
    opacity: 0;
    translate: 0 24px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__item:nth-child(12) {
  -webkit-animation: hamburger-fadeInBottom 1.6s cubic-bezier(0.14, 1, 0.34, 1) 360ms forwards;
          animation: hamburger-fadeInBottom 1.6s cubic-bezier(0.14, 1, 0.34, 1) 360ms forwards;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 0 24px;
  }
  20% {
    opacity: 0;
    translate: 0 24px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__item:nth-child(13) {
  -webkit-animation: hamburger-fadeInBottom 1.6s cubic-bezier(0.14, 1, 0.34, 1) 390ms forwards;
          animation: hamburger-fadeInBottom 1.6s cubic-bezier(0.14, 1, 0.34, 1) 390ms forwards;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 0 24px;
  }
  20% {
    opacity: 0;
    translate: 0 24px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__item:nth-child(14) {
  -webkit-animation: hamburger-fadeInBottom 1.6s cubic-bezier(0.14, 1, 0.34, 1) 420ms forwards;
          animation: hamburger-fadeInBottom 1.6s cubic-bezier(0.14, 1, 0.34, 1) 420ms forwards;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 0 24px;
  }
  20% {
    opacity: 0;
    translate: 0 24px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__item:nth-child(15) {
  -webkit-animation: hamburger-fadeInBottom 1.6s cubic-bezier(0.14, 1, 0.34, 1) 450ms forwards;
          animation: hamburger-fadeInBottom 1.6s cubic-bezier(0.14, 1, 0.34, 1) 450ms forwards;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 0 24px;
  }
  20% {
    opacity: 0;
    translate: 0 24px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__item:nth-child(16) {
  -webkit-animation: hamburger-fadeInBottom 1.6s cubic-bezier(0.14, 1, 0.34, 1) 480ms forwards;
          animation: hamburger-fadeInBottom 1.6s cubic-bezier(0.14, 1, 0.34, 1) 480ms forwards;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 0 24px;
  }
  20% {
    opacity: 0;
    translate: 0 24px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__item:nth-child(17) {
  -webkit-animation: hamburger-fadeInBottom 1.6s cubic-bezier(0.14, 1, 0.34, 1) 510ms forwards;
          animation: hamburger-fadeInBottom 1.6s cubic-bezier(0.14, 1, 0.34, 1) 510ms forwards;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 0 24px;
  }
  20% {
    opacity: 0;
    translate: 0 24px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__item:nth-child(18) {
  -webkit-animation: hamburger-fadeInBottom 1.6s cubic-bezier(0.14, 1, 0.34, 1) 540ms forwards;
          animation: hamburger-fadeInBottom 1.6s cubic-bezier(0.14, 1, 0.34, 1) 540ms forwards;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 0 24px;
  }
  20% {
    opacity: 0;
    translate: 0 24px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__item:nth-child(19) {
  -webkit-animation: hamburger-fadeInBottom 1.6s cubic-bezier(0.14, 1, 0.34, 1) 570ms forwards;
          animation: hamburger-fadeInBottom 1.6s cubic-bezier(0.14, 1, 0.34, 1) 570ms forwards;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 0 24px;
  }
  20% {
    opacity: 0;
    translate: 0 24px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__item:nth-child(20) {
  -webkit-animation: hamburger-fadeInBottom 1.6s cubic-bezier(0.14, 1, 0.34, 1) 600ms forwards;
          animation: hamburger-fadeInBottom 1.6s cubic-bezier(0.14, 1, 0.34, 1) 600ms forwards;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 0 24px;
  }
  20% {
    opacity: 0;
    translate: 0 24px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__item:nth-child(21) {
  -webkit-animation: hamburger-fadeInBottom 1.6s cubic-bezier(0.14, 1, 0.34, 1) 630ms forwards;
          animation: hamburger-fadeInBottom 1.6s cubic-bezier(0.14, 1, 0.34, 1) 630ms forwards;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 0 24px;
  }
  20% {
    opacity: 0;
    translate: 0 24px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__item:nth-child(22) {
  -webkit-animation: hamburger-fadeInBottom 1.6s cubic-bezier(0.14, 1, 0.34, 1) 660ms forwards;
          animation: hamburger-fadeInBottom 1.6s cubic-bezier(0.14, 1, 0.34, 1) 660ms forwards;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 0 24px;
  }
  20% {
    opacity: 0;
    translate: 0 24px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__item:nth-child(23) {
  -webkit-animation: hamburger-fadeInBottom 1.6s cubic-bezier(0.14, 1, 0.34, 1) 690ms forwards;
          animation: hamburger-fadeInBottom 1.6s cubic-bezier(0.14, 1, 0.34, 1) 690ms forwards;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 0 24px;
  }
  20% {
    opacity: 0;
    translate: 0 24px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__item:nth-child(24) {
  -webkit-animation: hamburger-fadeInBottom 1.6s cubic-bezier(0.14, 1, 0.34, 1) 720ms forwards;
          animation: hamburger-fadeInBottom 1.6s cubic-bezier(0.14, 1, 0.34, 1) 720ms forwards;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 0 24px;
  }
  20% {
    opacity: 0;
    translate: 0 24px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__item:nth-child(25) {
  -webkit-animation: hamburger-fadeInBottom 1.6s cubic-bezier(0.14, 1, 0.34, 1) 750ms forwards;
          animation: hamburger-fadeInBottom 1.6s cubic-bezier(0.14, 1, 0.34, 1) 750ms forwards;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 0 24px;
  }
  20% {
    opacity: 0;
    translate: 0 24px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__item:nth-child(26) {
  -webkit-animation: hamburger-fadeInBottom 1.6s cubic-bezier(0.14, 1, 0.34, 1) 780ms forwards;
          animation: hamburger-fadeInBottom 1.6s cubic-bezier(0.14, 1, 0.34, 1) 780ms forwards;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 0 24px;
  }
  20% {
    opacity: 0;
    translate: 0 24px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__item:nth-child(27) {
  -webkit-animation: hamburger-fadeInBottom 1.6s cubic-bezier(0.14, 1, 0.34, 1) 810ms forwards;
          animation: hamburger-fadeInBottom 1.6s cubic-bezier(0.14, 1, 0.34, 1) 810ms forwards;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 0 24px;
  }
  20% {
    opacity: 0;
    translate: 0 24px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__item:nth-child(28) {
  -webkit-animation: hamburger-fadeInBottom 1.6s cubic-bezier(0.14, 1, 0.34, 1) 840ms forwards;
          animation: hamburger-fadeInBottom 1.6s cubic-bezier(0.14, 1, 0.34, 1) 840ms forwards;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 0 24px;
  }
  20% {
    opacity: 0;
    translate: 0 24px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__item:nth-child(29) {
  -webkit-animation: hamburger-fadeInBottom 1.6s cubic-bezier(0.14, 1, 0.34, 1) 870ms forwards;
          animation: hamburger-fadeInBottom 1.6s cubic-bezier(0.14, 1, 0.34, 1) 870ms forwards;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 0 24px;
  }
  20% {
    opacity: 0;
    translate: 0 24px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__item:nth-child(30) {
  -webkit-animation: hamburger-fadeInBottom 1.6s cubic-bezier(0.14, 1, 0.34, 1) 900ms forwards;
          animation: hamburger-fadeInBottom 1.6s cubic-bezier(0.14, 1, 0.34, 1) 900ms forwards;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 0 24px;
  }
  20% {
    opacity: 0;
    translate: 0 24px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.hamburger__menu__item a {
  padding: 16px 8px;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.6;
  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: 8px;
  position: relative;
  display: flex;
}
@media (min-width: 835px) {
  .hamburger__menu__item a {
    padding: 20px 8px;
  }
}
.hamburger__menu__item a::after {
  content: "";
  background: url(../img/common/arrow01.png) center/contain no-repeat;
  aspect-ratio: 30/24;
  max-width: 15px;
  width: 100%;
}
@media (any-hover: hover) {
  .hamburger__menu__item a:hover {
    opacity: 1;
    color: #d80072;
  }
}
.hamburger__menu__item:first-child {
  border-top: 1px solid #e5e5e5;
}
@media (min-width: 835px) {
  .hamburger__menu__item:nth-child(2) {
    border-top: 1px solid #e5e5e5;
  }
}
.hamburger__menu__close {
  position: fixed;
  top: 24px;
  right: 22px;
  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: 70px;
  aspect-ratio: 1/1;
  cursor: pointer;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
  border-radius: 50%;
  background-color: #d80072;
  border: 2px solid #d80072;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 834px) {
  .hamburger__menu__close {
    width: 55px;
    top: 12px;
    right: 12px;
  }
}
.hamburger__menu__close__bar {
  width: 18px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.hamburger__menu__close__bar:nth-child(1) {
  rotate: 45deg;
}
.hamburger__menu__close__bar:nth-child(2) {
  rotate: -45deg;
  translate: 0px -2px;
}
.hamburger__menu__close__text {
  font-size: 1rem;
  line-height: 1;
  margin-top: 11px;
  margin-bottom: -8px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  color: #fff;
}
@media (max-width: 834px) {
  .hamburger__menu__close__text {
    font-size: 0.9rem;
  }
}
@media (any-hover: hover) {
  .hamburger__menu__close:hover {
    background-color: #fff;
  }
  .hamburger__menu__close:hover .hamburger__menu__close__bar {
    background-color: #d80072;
  }
  .hamburger__menu__close:hover .hamburger__menu__close__text {
    color: #d80072;
  }
}
.hamburger__menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin-bottom: 16px;
}
@media (min-width: 835px) {
  .hamburger__menu__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
@media (min-width: 1024px) {
  .hamburger__menu__list {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
.hamburger__btn {
  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;
  gap: 4px;
  top: 22px;
  right: 24px;
  z-index: 500;
  background: #d80072;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 70px;
  aspect-ratio: 1/1;
  padding-top: 4px;
  border: 2px solid #d80072;
  -webkit-transition: scale 0.3s, background 0.3s;
  transition: scale 0.3s, background 0.3s;
}
@media (max-width: 1340px) {
  .hamburger__btn {
    opacity: 1;
    pointer-events: auto;
    cursor: pointer;
  }
}
@media (max-width: 834px) {
  .hamburger__btn {
    top: 12px;
    right: 12px;
    width: 55px;
  }
}
@media (any-hover: hover) {
  .hamburger__btn:hover {
    background: #fff;
    scale: 1.05;
  }
  .hamburger__btn:hover .hamburger__btn__bar {
    background-color: #d80072;
  }
  .hamburger__btn:hover .hamburger__btn__text {
    color: #d80072;
  }
}
.hamburger__btn__bar {
  width: 26px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media (max-width: 834px) {
  .hamburger__btn__bar {
    width: 20px;
  }
}
.hamburger__btn__text {
  font-family: "Open Sans", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-top: 1px;
  color: #fff;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (max-width: 834px) {
  .hamburger__btn__text {
    font-size: 0.9rem;
    margin-top: 2px;
  }
}

/*-------------------------------------------------------
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: 14px 28px !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.4rem;
  }
}
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: 15px 20px !important;
  background: #fff;
}
@media (min-width: 835px) {
  body input[type=text]:hover,
  body input[type=search]:hover,
  body input[type=submit]:hover {
    opacity: 0.8;
  }
}
@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:before,
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: 20px;
  z-index: 2;
  width: 4px;
  height: 8px;
  color: #7f7f7f;
  border-bottom: 2px solid;
  border-right: 2px 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: #00006a;
  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: #00006a transparent transparent transparent;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  opacity: 0;
}
.search__tab__item.-active {
  font-weight: bold;
  color: #00006a;
}
.search__tab__item.-active::before, .search__tab__item.-active::after {
  opacity: 1;
}

.custom-form {
  position: relative;
  z-index: 1;
  font-weight: 700;
  margin-top: 50px;
}
@media (max-width: 834px) {
  .custom-form {
    margin-top: 16px;
  }
}
.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: 24px;
}
@media (max-width: 834px) {
  .custom-form .custom-form_inner {
    gap: 8px;
  }
}
.custom-form .custom-form_inner .custom-form_parts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@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: bold;
  font-size: 1.6rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 130px;
          flex: 0 0 130px;
}
@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;
  margin-top: 10px;
}
@media (max-width: 834px) {
  .custom-form .parts_ttl .txt {
    gap: 10px;
    margin-top: 0;
  }
}
.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: #00006a;
  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: #00006a;
}
.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: 8px 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(0, 0, 106, 0.1);
  }
}
.custom-form .category_list li label {
  display: block;
  border: 1px solid #e5e5e5;
  font-weight: 500;
  padding: 14px 30px 14px 40px;
  font-size: 1.5rem;
  background-color: #fff;
  border-radius: 3px;
}
@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 {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #f7f7f7;
  border-radius: 3px;
  font-weight: 500;
}
@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: #f5f5f5;
}
@media (max-width: 834px) {
  .custom-form .searchWord {
    padding: 8px 16px !important;
  }
}
.custom-form .searchWord::-webkit-input-placeholder {
  color: #00006a;
}
.custom-form .searchWord::-moz-placeholder {
  color: #00006a;
}
.custom-form .searchWord:-ms-input-placeholder {
  color: #00006a;
}
.custom-form .searchWord::-ms-input-placeholder {
  color: #00006a;
}
.custom-form .searchWord::placeholder {
  color: #00006a;
}
.custom-form .pull-down {
  position: relative;
}
.custom-form .pull-down::after {
  content: "";
  position: absolute;
  right: 28px;
  top: 30px;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
  pointer-events: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 5px 0 5px;
  border-color: #656565 transparent transparent transparent;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 834px) {
  .custom-form .pull-down::after {
    right: 20px;
    top: 23px;
  }
}
.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: #00006a;
  }
}
.custom-form .selCity_alert {
  color: #00006a;
  display: block;
}
@media (max-width: 834px) {
  .custom-form .selCity_alert {
    font-size: 1.4rem;
  }
}
.custom-form input[type=checkbox] + label::after {
  color: rgba(0, 0, 106, 0.3);
}
.custom-form input[type=checkbox]:checked + label {
  background-color: #00006a;
  color: #fff;
  border-color: #00006a;
}
.custom-form input[type=checkbox]:checked + label::after {
  color: #fff;
}
.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: 200px;
  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: 16px;
  width: 100%;
  aspect-ratio: 32/34;
  left: 50px;
  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: #fff;
    color: #d80072;
  }
  .custom-form .btn_cover:hover::before {
    background-color: #d80072;
  }
}
.custom-form .btn_cover input[type=submit] {
  height: 100%;
  background-color: #d80072;
  color: #fff;
  letter-spacing: 0.1em;
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 100px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  text-align: center;
  text-indent: 1em !important;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: 2px solid #d80072;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@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 .ja {
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  margin-left: -24px;
}
@media (max-width: 834px) {
  .commonTitle01 .ja {
    font-size: 1.3rem;
    margin-left: -10px;
    gap: 2px;
    line-height: 1.5;
  }
}
.commonTitle01 .ja::before {
  content: "";
  background: url(../img/common/logo_deco.png) center/contain no-repeat;
  aspect-ratio: 51/28;
  max-width: 51px;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 51px;
          flex: 0 0 51px;
  pointer-events: none;
}
@media (max-width: 834px) {
  .commonTitle01 .ja::before {
    max-width: 46px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 46px;
            flex: 0 0 46px;
  }
}
.commonTitle01 .eng {
  font-size: 7rem;
  font-weight: 800;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.025em;
  line-height: 1.1;
}
@media (max-width: 834px) {
  .commonTitle01 .eng {
    font-size: 3rem;
  }
}
.commonTitle01.-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  position: relative;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 20px;
}
.commonTitle01.-row::before {
  content: "";
  position: absolute;
  background: url(../img/common/logo_deco.png) center/contain no-repeat;
  aspect-ratio: 55/32;
  max-width: 55px;
  width: 100%;
  top: -25px;
  left: -30px;
  pointer-events: none;
}
.commonTitle01.-row .ja {
  margin-left: 0;
}
.commonTitle01.-row .ja::before {
  display: none;
}

.commonBtn01 a {
  background-color: #d80072;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 260px;
  padding: 10px 15px;
  padding-left: 40px;
  border: 2px solid #d80072;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 834px) {
  .commonBtn01 a {
    padding: 10px;
    padding-left: 32px;
    max-width: 200px;
  }
}
.commonBtn01 a .btn_text {
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.commonBtn01 a .arrow {
  position: relative;
  width: 54px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #fff;
  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;
  margin-left: auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 834px) {
  .commonBtn01 a .arrow {
    width: 40px;
  }
}
.commonBtn01 a .arrow::before {
  content: "";
  -webkit-mask: url(../img/common/arrow01.png) center/contain no-repeat;
          mask: url(../img/common/arrow01.png) center/contain no-repeat;
  background-color: #d80072;
  aspect-ratio: 15/12;
  max-width: 15px;
  width: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 834px) {
  .commonBtn01 a .arrow::before {
    max-width: 12px;
  }
}
@media (any-hover: hover) {
  .commonBtn01 a:hover {
    opacity: 1;
    background-color: #fff;
    scale: 1.05;
  }
  .commonBtn01 a:hover .btn_text {
    color: #d80072;
  }
  .commonBtn01 a:hover .arrow {
    background-color: #d80072;
  }
  .commonBtn01 a:hover .arrow::before {
    background-color: #fff;
  }
}

.commonBtn02 .arrow {
  position: relative;
  width: 54px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #d80072;
  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;
  margin-left: auto;
}
@media (max-width: 834px) {
  .commonBtn02 .arrow {
    width: 42px;
  }
}
.commonBtn02 .arrow::before {
  content: "";
  -webkit-mask: url(../img/common/arrow01.png) center/contain no-repeat;
          mask: url(../img/common/arrow01.png) center/contain no-repeat;
  background-color: #fff;
  aspect-ratio: 15/12;
  max-width: 15px;
  width: 100%;
}
@media (any-hover: hover) {
  .commonBtn02:hover {
    opacity: 1;
  }
}

.commonBtn03 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.commonBtn03 a .text {
  border-bottom: 1px solid #fff;
  padding-bottom: 2px;
}
.commonBtn03 a .arrow {
  margin-top: -15px;
}
.commonBtn03 a .arrow img {
  pointer-events: none;
  aspect-ratio: 14/24;
  max-width: 7px;
}

.pageHeader_title .ja {
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  color: #fff;
}
@media (max-width: 834px) {
  .pageHeader_title .ja {
    font-size: 1.3rem;
    gap: 2px;
    line-height: 1.5;
  }
}
.pageHeader_title .eng {
  font-size: 6.8rem;
  font-weight: 800;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.025em;
  line-height: 1.1;
  color: #fff;
}
@media (max-width: 834px) {
  .pageHeader_title .eng {
    font-size: 3rem;
  }
}
.pageHeader_title .splitTxt span {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-animation: fadeInUp 0.3s forwards;
          animation: fadeInUp 0.3s forwards;
  -webkit-animation-delay: calc(0.03s * var(--i));
          animation-delay: calc(0.03s * var(--i));
}
.pageHeader_title .splitTxt > span {
  min-width: 0.2em;
}
@-webkit-keyframes fadeInUp {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInUp {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.pageHeader {
  padding-top: 200px;
  padding-top: clamp(100px, 17vw, 200px);
  padding-bottom: 140px;
  padding-bottom: clamp(60px, 10vw, 140px);
  position: relative;
  overflow: hidden;
}
@media (max-width: 834px) {
  .pageHeader {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}
.pageHeader::before {
  position: absolute;
  content: "";
  background: url(../img/common/page-header_bg.jpg) center/cover no-repeat;
  pointer-events: none;
  inset: 0;
  opacity: 0.6;
}
.pageHeader::after {
  position: absolute;
  content: "";
  background: #00006a;
  pointer-events: none;
  inset: 0;
  opacity: 0.6;
}
.pageHeader__deco::before {
  position: absolute;
  content: "";
  background: url(../img/common/page-header_shape.png) center/contain no-repeat;
  pointer-events: none;
  aspect-ratio: 1121/896;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  clip-path: polygon(100% 0%, 100% 0%, 100% 0%, 100% 0%);
  -webkit-animation: revealDiagonal 0.4s ease-out 0.6s forwards;
          animation: revealDiagonal 0.4s ease-out 0.6s forwards;
}
@media (max-width: 1338px) {
  .pageHeader__deco::before {
    background-image: url(../img/common/sp_page-header_shape.png);
    aspect-ratio: 756/275;
    top: auto;
    width: 100%;
    max-width: 756px;
    max-width: 504px;
  }
}
@media (max-width: 834px) {
  .pageHeader__deco::before {
    background-image: url(../img/common/sp_page-header_shape.png);
    aspect-ratio: 756/275;
    top: auto;
    width: 100%;
    max-width: 252px;
  }
}

.breadcrumb {
  padding: 10px 40px 15px;
  background: #ffffff;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
@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: #00006a;
  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(0, 0, 106, 0.8);
}

.lower-kyujin_l .breadcrumb, .lower-kyujin_d .breadcrumb, .lower-whatsnew .breadcrumb {
  border-bottom: none;
}

/* ============================================
// アニメーション
// ==========================================*/
@-webkit-keyframes revealDiagonal {
  0% {
    opacity: 0;
    clip-path: polygon(100% 0%, 100% 0%, 100% 0%, 100% 0%);
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
@keyframes revealDiagonal {
  0% {
    opacity: 0;
    clip-path: polygon(100% 0%, 100% 0%, 100% 0%, 100% 0%);
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
@-webkit-keyframes popUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(250px) scale(1);
            transform: translateY(250px) scale(1);
  }
  55% {
    opacity: 1;
    -webkit-transform: translateY(-5px) scale(1.15);
            transform: translateY(-5px) scale(1.15);
  }
  80% {
    -webkit-transform: translateY(20px) scale(0.9);
            transform: translateY(20px) scale(0.9);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
    opacity: 1;
  }
}
@keyframes popUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(250px) scale(1);
            transform: translateY(250px) scale(1);
  }
  55% {
    opacity: 1;
    -webkit-transform: translateY(-5px) scale(1.15);
            transform: translateY(-5px) scale(1.15);
  }
  80% {
    -webkit-transform: translateY(20px) scale(0.9);
            transform: translateY(20px) scale(0.9);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes popUp-side {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes popUp-side {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes popDecoration {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
  }
  75% {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
    opacity: 1;
  }
  90% {
    -webkit-transform: scale(1.25) rotate(5deg);
            transform: scale(1.25) rotate(5deg);
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
            transform: scale(1) rotate(0);
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes popDecoration {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
  }
  75% {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
    opacity: 1;
  }
  90% {
    -webkit-transform: scale(1.25) rotate(5deg);
            transform: scale(1.25) rotate(5deg);
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
            transform: scale(1) rotate(0);
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes kakukaku {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  1% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  3% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  6% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  9% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  12% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes kakukaku {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  1% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  3% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  6% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  9% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  12% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes popDecoration02 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes popDecoration02 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes popDecoration02_medium {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@keyframes popDecoration02_medium {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@-webkit-keyframes popDecoration02_sp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.55);
            transform: scale(0.55);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(0.65);
            transform: scale(0.65);
  }
}
@keyframes popDecoration02_sp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.55);
            transform: scale(0.55);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(0.65);
            transform: scale(0.65);
  }
}
/* ============================================
// HEADER
// ==========================================*/
.header {
  position: fixed;
  width: 100%;
  z-index: 100;
}
.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;
  gap: 8px;
  padding-right: 36px;
  -webkit-transition: padding 0.3s, background 0.3s;
  transition: padding 0.3s, background 0.3s;
}
@media (max-width: 1440px) {
  .header__inner {
    padding-right: 16px;
  }
}
.header__logo {
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 29px;
  border-radius: 0 0 8px 8px;
}
@media (max-width: 834px) {
  .header__logo {
    padding: 15px;
  }
}
.header__logo a {
  display: block;
  max-width: 262px;
  aspect-ratio: 262/54;
}
@media (max-width: 834px) {
  .header__logo a {
    max-width: 180px;
  }
}
.header__nav {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 32px;
  background: #fff;
  border-radius: 100vmax;
  padding: 8px 10px 8px 36px;
}
@media (max-width: 1440px) {
  .header__nav {
    gap: 0 16px;
    padding: 8px 8px 8px 28px;
  }
}
@media (max-width: 1340px) {
  .header__nav {
    display: none;
  }
}
.header__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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0px 30px;
}
@media (max-width: 1440px) {
  .header__list {
    gap: 0 16px;
  }
}
.header__item a {
  font-weight: 700;
}
@media (any-hover: hover) {
  .header__item a:hover {
    opacity: 1;
    color: #d80072;
  }
}
.header__recruit a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  font-weight: 700;
  color: #fff;
  border-radius: 100vmax;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #d80072;
  padding: 0.625em 2.1em;
  border: 2px solid #d80072;
  -webkit-transition: background 0.3s ease, color 0.3s ease, scale 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease, scale 0.3s ease;
}
@media (any-hover: hover) {
  .header__recruit a:hover {
    background: #fff;
    color: #d80072;
  }
  .header__recruit a:hover .header__recruit__icon {
    background: #d80072;
  }
}
.header__recruit__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
  width: 16px;
  aspect-ratio: 32/34;
  -webkit-mask: url(../img/common/icon_search.png) center center/contain no-repeat;
          mask: url(../img/common/icon_search.png) center center/contain no-repeat;
  background: #fff;
  pointer-events: none;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

/* ============================================
// FOOTER
// ==========================================*/
.footer {
  position: relative;
  background: #fff;
  z-index: 1;
}
.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 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  width: 262px;
  position: relative;
}
@media (max-width: 834px) {
  .footer__logo {
    max-width: 230px;
    margin-inline: auto;
    padding: 20px 0;
  }
  .footer__logo::before {
    position: absolute;
    content: "";
    top: 0;
    left: -1000px;
    right: -1000px;
    background-color: #e5e5e5;
    height: 1px;
  }
  .footer__logo::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: -1000px;
    right: -1000px;
    background-color: #e5e5e5;
    height: 1px;
  }
}
.footer__logo a {
  aspect-ratio: 262/54;
}
.footer__nav {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
@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 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    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: 700;
  letter-spacing: 0.075em;
}
@media (any-hover: hover) {
  .footer__item a:hover {
    opacity: 1;
    color: #d80072;
  }
}
.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: 80px;
  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 330px;
          flex: 0 0 330px;
}
@media (max-width: 834px) {
  .footer__link-left {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    margin-top: 32px;
  }
}
.footer__link-left .footer__corporate {
  margin-top: 100px;
}
@media (max-width: 834px) {
  .footer__link-left .footer__corporate {
    margin-top: 24px;
  }
}
.footer__link-left .footer__corporate a {
  position: relative;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 834px) {
  .footer__link-left .footer__corporate a {
    font-size: 1.2rem;
  }
}
.footer__link-left .footer__corporate a::after {
  content: "";
  position: absolute;
  background: url(../img/common/ico-blank-color.png) center/contain no-repeat;
  aspect-ratio: 16/15;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
  max-width: 16px;
  margin-top: 3px;
  right: -26px;
  top: -1px;
  pointer-events: none;
}
.footer__link-left .footer__analytics {
  margin-top: 50px;
}
@media (max-width: 834px) {
  .footer__link-left .footer__analytics {
    margin-top: 24px;
  }
}
.footer__link-left .footer__analytics a {
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 1;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  border-bottom: 1px solid currentColor;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 8px;
}
@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: 400;
  letter-spacing: 0.075em;
  line-height: 1;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 39px;
}
@media (max-width: 834px) {
  .footer__link-left .footer__copyrigh {
    font-size: 1rem;
    margin-top: 24px;
  }
}
@media (min-width: 835px) {
  .footer__link-right {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 728px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 clamp(509.6px, 56vw, 728px);
            flex: 0 0 clamp(509.6px, 56vw, 728px);
    padding-right: 16px;
  }
}
@media (max-width: 1200px) {
  .footer__link-right {
    padding-right: 0;
  }
}
@media (min-width: 835px) {
  .footer__link-right .footer__search-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.footer__link-right .footer__search-group:nth-child(n+2) {
  margin-top: 44px;
}
@media (max-width: 834px) {
  .footer__link-right .footer__search-group:nth-child(n+2) {
    margin-top: 16px;
  }
}
.footer__link-right .footer__search-title {
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #00006a;
  line-height: 1.6;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer__link-right .footer__search-title::before {
  content: "";
  background: url(../img/common/icon_area.png) center/contain no-repeat;
  aspect-ratio: 13/19;
  max-width: 13px;
  width: 100%;
  pointer-events: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-top: 3px;
}
.footer__link-right .footer__search-title.-job::before {
  background: url(../img/common/icon_job.png) center/contain no-repeat;
  aspect-ratio: 15/17;
  max-width: 15px;
}
.footer__link-right .footer__search-title.-employ::before {
  background: url(../img/common/icon_employ.png) center/contain no-repeat;
  aspect-ratio: 14/18;
  max-width: 14px;
}
.footer__link-right .footer__search-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 8px;
}
@media (max-width: 834px) {
  .footer__link-right .footer__search-list {
    gap: 4px 16px;
    margin-top: 6px;
  }
}
.footer__link-right .footer__search-item a {
  font-size: 1.4rem;
  letter-spacing: 0.075em;
  line-height: 1.6;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
@media (any-hover: hover) {
  .footer__link-right .footer__search-item a:hover {
    opacity: 1;
    color: #d80072;
  }
}
@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: fixed;
  aspect-ratio: 88/89;
  max-width: 88px;
  bottom: 50px;
  right: 40px;
  z-index: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
}
@media (max-width: 834px) {
  .pagetop a {
    right: 2.5%;
    bottom: 10px;
    max-width: 76px;
  }
}
@media (any-hover: hover) {
  .pagetop a:hover {
    cursor: auto;
  }
}

.js-scrolled .pagetop a {
  opacity: 1;
}
@media (any-hover: hover) {
  .js-scrolled .pagetop a:hover {
    opacity: 1;
    cursor: pointer;
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}

.recruit {
  background-color: #fff;
  z-index: 1;
  position: relative;
}
.recruit__deco {
  position: absolute;
  bottom: 0;
  right: 3vw;
}
.recruit__deco__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.recruit__deco__content .image {
  aspect-ratio: 148/216;
  max-width: 148px;
}
.recruit__deco__content .text {
  aspect-ratio: 155/109;
  max-width: 155px;
  margin-left: -20px;
  margin-top: -10px;
}
.recruit__deco__content .text .sp {
  display: none;
}
@media (max-width: 834px) {
  .recruit__deco__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 10px;
  }
  .recruit__deco__content .image {
    max-width: 98px;
  }
  .recruit__deco__content .text .sp {
    display: block;
    margin-bottom: 20px;
    max-width: 135px;
  }
  .recruit__deco__content .text .pc {
    display: none;
  }
}
.recruit__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5.4vw;
}
@media (max-width: 834px) {
  .recruit__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 0;
  }
}
.recruit__imgArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49.12vw;
          flex: 0 0 49.12vw;
}
@media (max-width: 1440px) {
  .recruit__imgArea {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40vw;
            flex: 0 0 40vw;
  }
}
.recruit__imgArea__img {
  height: 100%;
}
.recruit__textArea {
  max-width: 490px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 834px) {
  .recruit__textArea {
    max-width: 100%;
    padding: 40px 6.25%;
    padding-bottom: 140px;
  }
}
.recruit__textArea__inner {
  padding: 80px 0;
}
@media (max-width: 834px) {
  .recruit__textArea__inner {
    padding: 0;
  }
}
.recruit__textArea .text {
  font-size: 1.6rem;
  color: #00006a;
  margin-top: 50px;
  line-height: 2;
}
@media (max-width: 834px) {
  .recruit__textArea .text {
    font-size: 1.4rem;
    margin-top: 24px;
  }
  .recruit__textArea .text br {
    display: none;
  }
}
.recruit__textArea .commonBtn01 {
  margin-top: 50px;
}
@media (max-width: 834px) {
  .recruit__textArea .commonBtn01 {
    margin-top: 24px;
  }
}

/* ============================================
// INDEX
// ==========================================*/
.front-page {
  /*--------------------
    mainVisual
  --------------------*/
}
.front-page .main {
  padding: 0;
}
.front-page::before {
  position: fixed;
  background: url(../img/common/fixed-bg.jpg) center/cover no-repeat;
  inset: 0;
  width: 100%;
  height: 100vh;
  content: "";
  aspect-ratio: 1480/960;
  pointer-events: none;
}
.front-page .mainVisual_jobSearch_wrap {
  position: relative;
}
.front-page .mainVisual_jobSearch_wrap::before {
  position: absolute;
  content: "";
  background: url(../img/index/main_jobsearch_bg.png) center/cover no-repeat;
  inset: 0;
  pointer-events: none;
  width: 100%;
  z-index: 2;
  opacity: 0;
  clip-path: polygon(100% 0%, 100% 0%, 100% 0%, 100% 0%);
  -webkit-animation: revealDiagonal 1s ease-out 0.3s forwards;
          animation: revealDiagonal 1s ease-out 0.3s forwards;
}
@media (max-width: 1270px) {
  .front-page .mainVisual_jobSearch_wrap::before {
    top: -450px;
  }
}
@media (max-width: 630px) {
  .front-page .mainVisual_jobSearch_wrap::before {
    background: url(../img/index/sp_main_bg_shape_pink.png) center/cover no-repeat;
    top: 0;
  }
}
@media (max-width: 400px) {
  .front-page .mainVisual_jobSearch_wrap::before {
    top: 0;
  }
}
.front-page .mainVisual {
  padding-top: 240px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 834px) {
  .front-page .mainVisual {
    padding-top: 140px;
    overflow: inherit;
  }
}
@media (max-width: 834px) {
  .front-page .mainVisual::before {
    background: url(../img/common/sp_fixed-bg.jpg) center/cover no-repeat;
    aspect-ratio: 1648/1818;
    position: fixed;
    content: "";
    inset: 0;
    pointer-events: none;
    z-index: 0;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    top: -20px;
  }
}
@media (max-width: 834px) {
  .front-page .mainVisual::after {
    content: "";
    position: absolute;
    bottom: -400px;
    height: 400px;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #00006a;
    pointer-events: none;
    z-index: 1;
  }
}
.front-page .mainVisual.is-hidden::before {
  opacity: 0;
  pointer-events: none;
}
.front-page .mainVisual__deco {
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
.front-page .mainVisual__deco::before {
  position: absolute;
  content: "";
  background: url(../img/index/main_bg_shape_blue.png) center/contain no-repeat;
  aspect-ratio: 1336/426;
  left: 0;
  bottom: -1px;
  pointer-events: none;
  width: 102%;
}
.front-page .mainVisual__deco::after {
  position: absolute;
  content: "";
  background: url(../img/index/main_deco03.png) center/contain no-repeat;
  aspect-ratio: 575/1064;
  max-width: 288px;
  width: 19.45vw;
  bottom: 200px;
  bottom: 13.51vw;
  right: 2.83vw;
  -webkit-animation: popUp 0.8s ease-out 1.4s forwards;
          animation: popUp 0.8s ease-out 1.4s forwards;
  opacity: 0;
}
@media (min-width: 1700px) {
  .front-page .mainVisual__deco::after {
    right: 7vw;
  }
}
@media (max-width: 834px) {
  .front-page .mainVisual__deco::after {
    z-index: -1;
    width: 29.5vw;
    bottom: 3.5vw;
  }
}
.front-page .mainVisual__inner {
  max-width: 1180px;
}
.front-page .mainVisual__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 7.4%;
}
@media (min-width: 1481px) {
  .front-page .mainVisual__contents {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-right: -50px;
  }
}
@media (max-width: 834px) {
  .front-page .mainVisual__contents {
    gap: 0;
  }
}
.front-page .mainVisual__contents__mainImageArea {
  aspect-ratio: 428/721;
  max-width: 428px;
  z-index: -2;
  position: relative;
  width: 28.91vw;
  opacity: 0;
  -webkit-animation: popUp 0.8s ease-out 0.6s forwards;
          animation: popUp 0.8s ease-out 0.6s forwards;
}
.front-page .mainVisual__contents .subImage {
  aspect-ratio: 594/486;
  max-width: 594px;
  width: 40.01vw;
  margin-bottom: 11.48vw;
  -webkit-animation: popUp 0.8s ease-out 1s forwards;
          animation: popUp 0.8s ease-out 1s forwards;
  opacity: 0;
}
@media (max-width: 834px) {
  .front-page .mainVisual__contents .subImage {
    margin-bottom: 6vw;
    width: 56vw;
    margin-left: -18vw;
  }
}
.front-page .mainVisual__copyArea {
  position: absolute;
  z-index: 2;
  bottom: 100px;
  right: 10%;
  right: 12.83%;
  opacity: 0;
  -webkit-animation: popUp-side 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.5s forwards;
          animation: popUp-side 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.5s forwards;
}
@media (max-width: 834px) {
  .front-page .mainVisual__copyArea {
    right: 2%;
    bottom: -40px;
    bottom: -60px;
  }
}
@media (max-width: 450px) {
  .front-page .mainVisual__copyArea {
    right: 4%;
  }
}
.front-page .mainVisual__copyArea .ja {
  aspect-ratio: 582/274;
  max-width: 582px;
  width: 39.32vw;
  position: relative;
}
@media (max-width: 834px) {
  .front-page .mainVisual__copyArea .ja {
    width: 65vw;
    width: clamp(260px, 60vw, 500px);
  }
}
.front-page .mainVisual__copyArea .ja::before {
  position: absolute;
  content: "";
  pointer-events: none;
  right: -130px;
  bottom: 0;
  background: url(../img/index/main_copy_deco.png) center/contain no-repeat;
  aspect-ratio: 332/275;
  max-width: 166px;
  width: 100%;
  width: 11.21vw;
  -webkit-animation: popDecoration 0.6s ease-out 2s forwards, kakukaku 5s linear 2.8s forwards;
          animation: popDecoration 0.6s ease-out 2s forwards, kakukaku 5s linear 2.8s forwards;
  opacity: 0;
}
@media (max-width: 1270px) {
  .front-page .mainVisual__copyArea .ja::before {
    right: -80px;
  }
}
@media (max-width: 834px) {
  .front-page .mainVisual__copyArea .ja::before {
    right: 0;
    bottom: auto;
    top: -40%;
    width: 16vw;
  }
}
.front-page .mainVisual__copyArea .eng {
  color: #fff;
  font-weight: 800;
  font-size: 2.3rem;
  letter-spacing: 0.025em;
  margin-left: 20px;
  font-size: clamp(1.5rem, 1.5vw, 2.3rem);
}
@media (max-width: 834px) {
  .front-page .mainVisual__copyArea .eng {
    font-size: 1.4rem;
    font-weight: 700;
    margin-left: 3%;
    font-size: clamp(1.1rem, 2vw, 1.4rem);
    width: 100%;
  }
}
.front-page .jobSearch {
  padding: 54px 0 120px;
  position: relative;
  background-color: #00006a;
}
@media (max-width: 834px) {
  .front-page .jobSearch {
    padding: 80px 0 40px;
  }
}
.front-page .jobSearch__inner {
  z-index: 2;
}
@media (max-width: 834px) {
  .front-page .jobSearch__inner {
    padding: 0 5%;
  }
}
.front-page .jobSearch__content {
  padding: 60px 70px;
  max-width: 1080px;
  margin: 0 auto;
  padding-top: 0;
  position: relative;
}
@media (max-width: 834px) {
  .front-page .jobSearch__content {
    padding: 24px 16px;
  }
}
.front-page .jobSearch__content::before {
  position: absolute;
  content: "";
  background-color: #fff;
  border-radius: 0 10px 10px 10px;
  top: 30px;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 834px) {
  .front-page .jobSearch__content::before {
    top: 40px;
  }
}
.front-page .jobSearch__content::after {
  position: absolute;
  content: "";
  background-color: #fff;
  top: -54px;
  width: 555px;
  height: 94px;
  left: 0;
  border-radius: 10px 10px 0 0;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 834px) {
  .front-page .jobSearch__content::after {
    width: 240px;
    height: 50px;
    top: 10px;
  }
}
@media (max-width: 834px) {
  .front-page .jobSearch__content .commonTitle01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 0;
    -webkit-box-align: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
    margin-left: 2%;
  }
}
@media (max-width: 834px) {
  .front-page .jobSearch__content .commonTitle01::before {
    max-width: 44px;
    top: -1px;
    left: -14px;
  }
}
@media (max-width: 834px) {
  .front-page .jobSearch__content .commonTitle01 .ja {
    margin-left: 32px;
  }
}
.front-page .jobSearch__content .commonTitle01 .eng {
  font-size: 5rem;
}
@media (max-width: 834px) {
  .front-page .jobSearch__content .commonTitle01 .eng {
    font-size: 3rem;
  }
}
.front-page .newJobs {
  padding: 120px 0;
  background-color: rgba(0, 0, 106, 0.8);
}
@media (max-width: 834px) {
  .front-page .newJobs {
    padding: 50px 0;
  }
}
@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;
  }
}
@media (max-width: 834px) {
  .front-page .newJobs__inner .titleArea .commonTitle01 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .front-page .newJobs__inner .titleArea .commonTitle01::before {
    max-width: 46px;
    left: -20px;
  }
}
.front-page .newJobs__inner .titleArea .commonTitle01 .eng {
  color: #fff;
}
.front-page .newJobs__inner .titleArea .commonTitle01 .ja {
  color: #fff;
}
@media (max-width: 834px) {
  .front-page .newJobs__inner .titleArea .commonBtn03 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.front-page .newJobs__inner .titleArea .commonBtn03 a .text {
  color: #fff;
}
.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;
  }
}
.front-page .newJobs .titleArea .commonTitle01 {
  gap: 35px;
}
@media (max-width: 834px) {
  .front-page .newJobs .titleArea .commonTitle01 {
    gap: 20px;
  }
}
.front-page .newJobs .titleArea .commonTitle01 .eng {
  font-size: 5rem;
}
@media (max-width: 834px) {
  .front-page .newJobs .titleArea .commonTitle01 .eng {
    font-size: 3rem;
  }
}
@media (max-width: 834px) {
  .front-page .newJobs .titleArea .commonTitle01 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (max-width: 834px) {
  .front-page .newJobs .titleArea .commonBtn01 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 16px;
  }
}
.front-page .newJobs .titleArea .commonBtn01 .arrow {
  width: 40px;
}
.front-page .newJobs .swiper_newJobs {
  margin-top: 50px;
}
@media (max-width: 834px) {
  .front-page .newJobs .swiper_newJobs {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 24px;
  }
}
.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: 534px;
}
@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: 40px;
  border-radius: 5px;
  -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;
    -webkit-transform: translateY(-3%);
            transform: translateY(-3%);
  }
}
.front-page .newJobs .swiper_newJobs .newJobs__list__item a .imgArea {
  position: relative;
  max-width: 180px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 180px;
          flex: 0 0 180px;
}
@media (max-width: 834px) {
  .front-page .newJobs .swiper_newJobs .newJobs__list__item a .imgArea {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
            flex: 0 0 120px;
  }
}
.front-page .newJobs .swiper_newJobs .newJobs__list__item a .imgArea .img {
  aspect-ratio: 180/130;
  max-width: 180px;
}
@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 {
  border-radius: 5px;
}
.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 {
  border: 1px solid #d80072;
  color: #d80072;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 6px 12px;
  border-radius: 100px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@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: bold;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-top: 10px;
  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: 32px;
  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: 10px;
  }
}
.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(255, 255, 255, 0.4);
}
.front-page .newJobs .swiper_newJobs .controller-wrapper .controls .swiper-pagination span {
  background-color: #fff;
}
.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: #fff;
  border-radius: 50%;
  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: 10px;
  aspect-ratio: 10/14;
  -webkit-mask: url(../img/common/arrow02.png) center center/contain no-repeat;
          mask: url(../img/common/arrow02.png) center center/contain no-repeat;
  background-color: #d80072;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-left: 1px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 834px) {
  .front-page .newJobs .swiper_newJobs .controller-wrapper .controls .controlbtn__item::before {
    width: 9px;
  }
}
.front-page .newJobs .swiper_newJobs .controller-wrapper .controls .controlbtn__item.-next::before {
  -webkit-transform: translate(-50%, -50%) scaleX(-1);
          transform: translate(-50%, -50%) scaleX(-1);
}
@media (any-hover: hover) {
  .front-page .newJobs .swiper_newJobs .controller-wrapper .controls .controlbtn__item:hover {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
.front-page .newJobs .swiper_newJobs .controller-wrapper .controls .controlbtn .swiper-button-disabled {
  opacity: 0.7;
  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: #00006a;
  background-color: #fff;
  border: #fff 2px solid;
  padding: 20px 56px 23px;
}
.front-page .newJobs .swiper_newJobs .controller-wrapper .commonBtn01 a::after {
  background-color: #00006a;
}
@media (hover: hover) {
  .front-page .newJobs .swiper_newJobs .controller-wrapper .commonBtn01 a:hover {
    opacity: 1;
    color: #fff;
    background-color: #00006a;
    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 .oneday {
  padding: 84px 0 260px;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.front-page .oneday::before {
  position: absolute;
  content: "";
  background: url(../img/index/oneday_bg_shape.png) center/contain no-repeat;
  aspect-ratio: 1061/934;
  left: 0;
  bottom: 0;
  top: 0;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 834px) {
  .front-page .oneday::before {
    background: url(../img/index/sp_oneday_bg_shape.png) center/contain no-repeat;
    aspect-ratio: 756/275;
    max-width: 381px;
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
    width: 100%;
  }
}
@media (max-width: 834px) {
  .front-page .oneday {
    padding: 40px 0 90px;
  }
}
.front-page .oneday__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 7.094vw;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 1496px) {
  .front-page .oneday__inner {
    max-width: 1480px;
    margin: 0 auto;
  }
}
@media (max-width: 1400px) {
  .front-page .oneday__inner {
    gap: 50px;
  }
}
@media (max-width: 834px) {
  .front-page .oneday__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
    gap: 16px;
  }
}
.front-page .oneday__leftArea {
  aspect-ratio: 560/500;
  max-width: 560px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 37.837vw;
          flex: 0 0 37.837vw;
  position: relative;
  margin-top: 85px;
}
@media (max-width: 834px) {
  .front-page .oneday__leftArea {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 65%;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    margin-top: 0;
  }
}
.front-page .oneday__leftArea::before {
  position: absolute;
  content: "";
  background: url(../img/index/oneday_deco01.png) center/contain no-repeat;
  max-width: 394px;
  width: 100%;
  bottom: -90px;
  right: -30%;
  pointer-events: none;
  z-index: 2;
  aspect-ratio: 788/395;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
  transition: opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
  transition: opacity 0.4s ease-out, transform 0.4s ease-out;
  transition: opacity 0.4s ease-out, transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
}
@media (max-width: 1400px) {
  .front-page .oneday__leftArea::before {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    right: -18%;
  }
}
@media (max-width: 834px) {
  .front-page .oneday__leftArea::before {
    bottom: -40px;
    -webkit-transform-origin: right;
            transform-origin: right;
    right: -3%;
  }
}
.front-page .oneday__leftArea.is-animated::before {
  -webkit-animation: popDecoration02 0.6s ease-out 1.2s forwards;
          animation: popDecoration02 0.6s ease-out 1.2s forwards;
}
@media (max-width: 1400px) {
  .front-page .oneday__leftArea.is-animated::before {
    -webkit-animation: popDecoration02_medium 0.6s ease-out 1.2s forwards;
            animation: popDecoration02_medium 0.6s ease-out 1.2s forwards;
  }
}
@media (max-width: 834px) {
  .front-page .oneday__leftArea.is-animated::before {
    -webkit-animation: popDecoration02_sp 0.6s ease-out 1.2s forwards;
            animation: popDecoration02_sp 0.6s ease-out 1.2s forwards;
  }
}
.front-page .oneday__leftArea img {
  border-radius: 0 20px 20px 0;
}
@media (min-width: 1496px) {
  .front-page .oneday__leftArea img {
    border-radius: 20px;
  }
}
.front-page .oneday__textArea {
  max-width: 415px;
  max-width: 28.04vw;
  margin-top: 130px;
  margin-left: 2.29vw;
}
@media (max-width: 1400px) {
  .front-page .oneday__textArea {
    margin-left: 10px;
    max-width: 100%;
  }
}
@media (max-width: 834px) {
  .front-page .oneday__textArea {
    max-width: 100%;
    padding: 0 6.25%;
    margin-top: 0;
    display: contents;
    margin-left: 0;
  }
}
@media (max-width: 834px) {
  .front-page .oneday__textArea .commonTitle01 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 0 6.25%;
    width: 100%;
  }
}
.front-page .oneday__textArea .text {
  margin-top: 50px;
}
@media (max-width: 834px) {
  .front-page .oneday__textArea .text {
    margin-top: 16px;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    padding: 0 6.25%;
  }
}
.front-page .oneday__textArea .commonBtn01 {
  margin-top: 50px;
}
@media (max-width: 834px) {
  .front-page .oneday__textArea .commonBtn01 {
    margin-top: 0px;
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    padding: 0 6.25%;
    width: 100%;
  }
}
.front-page .oneday__rightArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 17.567vw;
          flex: 0 0 17.567vw;
  max-width: 260px;
}
@media (max-width: 834px) {
  .front-page .oneday__rightArea {
    max-width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2px;
            order: 2px;
    width: 20%;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.front-page .oneday__rightArea__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 20px;
}
.front-page .oneday__rightArea__images .img {
  aspect-ratio: 260/300;
}
.front-page .oneday__rightArea__images .img img {
  border-radius: 10px 0 0 10px;
}
@media (min-width: 1496px) {
  .front-page .oneday__rightArea__images .img img {
    border-radius: 10px;
  }
}
@media (max-width: 834px) {
  .front-page .oneday__rightArea__images .img img {
    border-radius: 10px;
  }
}
.front-page .oneday__deco {
  position: absolute;
  bottom: -30px;
  right: 10vw;
  z-index: 2;
}
@media (max-width: 834px) {
  .front-page .oneday__deco {
    right: 5vw;
    bottom: -15px;
  }
}
.front-page .oneday__deco__content {
  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 .oneday__deco__content {
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.front-page .oneday__deco__content .image {
  max-width: 260px;
}
@media (max-width: 834px) {
  .front-page .oneday__deco__content .image {
    max-width: 130px;
  }
}
.front-page .oneday__deco__content .text {
  aspect-ratio: 142/113;
  max-width: 142px;
}
@media (max-width: 834px) {
  .front-page .oneday__deco__content .text {
    max-width: 122px;
  }
}
.front-page .jobIntroduction {
  padding: 130px 0 120px;
  background-color: rgba(0, 0, 106, 0.8);
}
@media (max-width: 834px) {
  .front-page .jobIntroduction {
    padding: 60px 0 140px;
    position: relative;
  }
}
.front-page .jobIntroduction__textArea {
  position: relative;
  padding-bottom: 60px;
}
@media (max-width: 834px) {
  .front-page .jobIntroduction__textArea {
    padding-bottom: 24px;
    display: contents;
  }
}
.front-page .jobIntroduction__textArea__deco {
  position: absolute;
  bottom: 0;
  right: 3%;
}
.front-page .jobIntroduction__textArea__deco .content {
  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 .jobIntroduction__textArea__deco .content {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.front-page .jobIntroduction__textArea__deco .content .text {
  max-width: 167px;
}
@media (max-width: 834px) {
  .front-page .jobIntroduction__textArea__deco .content .text {
    margin-bottom: 20px;
  }
}
.front-page .jobIntroduction__textArea__deco .content .image {
  aspect-ratio: 165/200;
  max-width: 165px;
}
@media (max-width: 834px) {
  .front-page .jobIntroduction__textArea__deco .content .image {
    max-width: 125px;
  }
}
@media (max-width: 834px) {
  .front-page .jobIntroduction__textArea .commonTitle01 {
    padding-left: 6.25%;
    padding-right: 6.25%;
  }
}
.front-page .jobIntroduction__textArea .commonTitle01 .ja {
  color: #fff;
}
.front-page .jobIntroduction__textArea .commonTitle01 .eng {
  color: #fff;
}
.front-page .jobIntroduction__textArea .text {
  max-width: 730px;
  width: 60.83%;
  color: #fff;
  margin-top: 50px;
}
@media (max-width: 834px) {
  .front-page .jobIntroduction__textArea .text {
    max-width: 100%;
    margin-top: 24px;
    padding-left: 6.25%;
    padding-right: 6.25%;
    width: 100%;
  }
}
.front-page .jobIntroduction__imgArea .galleryArea {
  margin-bottom: 60px;
  position: relative;
}
@media (max-width: 834px) {
  .front-page .jobIntroduction__imgArea .galleryArea {
    margin-bottom: 24px;
    margin-top: 24px;
  }
}
.front-page .jobIntroduction__imgArea .galleryArea::before {
  position: absolute;
  content: "";
  background: url(../img/index/job_slide_deco.png) center/contain no-repeat;
  max-width: 167px;
  width: 100%;
  bottom: -40px;
  right: 7.43vw;
  pointer-events: none;
  z-index: 2;
  aspect-ratio: 333/277;
  opacity: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
  transition: opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
  transition: opacity 0.4s ease-out, transform 0.4s ease-out;
  transition: opacity 0.4s ease-out, transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
}
@media (max-width: 834px) {
  .front-page .jobIntroduction__imgArea .galleryArea::before {
    max-width: 100px;
    bottom: -30px;
  }
}
.front-page .jobIntroduction__imgArea .galleryArea.is-animated::before {
  -webkit-animation: popDecoration 0.6s ease-out 0.8s forwards;
          animation: popDecoration 0.6s ease-out 0.8s forwards;
}
.front-page .jobIntroduction__imgArea .galleryArea .slideList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.front-page .jobIntroduction__imgArea .galleryArea .slideList_item {
  max-width: 460px;
  width: 100%;
}
@media (max-width: 834px) {
  .front-page .jobIntroduction__imgArea .galleryArea .slideList_item {
    max-width: 240px;
  }
}
.front-page .jobIntroduction__imgArea .galleryArea .slideList_item img {
  border-radius: 10px;
  aspect-ratio: 460/340;
}
.front-page .dataYoungVoices {
  padding: 140px 0 0;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.front-page .dataYoungVoices::before {
  position: absolute;
  content: "";
  background: url(../img/index/data_voices_bg_shape.png) center/contain no-repeat;
  aspect-ratio: 846/748;
  right: 0;
  bottom: 0;
  top: 0;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 834px) {
  .front-page .dataYoungVoices::before {
    background: url(../img/index/sp_oneday_bg_shape.png) center/contain no-repeat;
    aspect-ratio: 756/275;
    max-width: 381px;
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
    width: 100%;
  }
}
@media (max-width: 834px) {
  .front-page .dataYoungVoices {
    padding: 60px 0;
  }
}
.front-page .dataYoungVoices__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 834px) {
  .front-page .dataYoungVoices__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 80px;
    padding: 0 5%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.front-page .dataYoungVoices__content {
  padding-bottom: 150px;
  position: relative;
  max-width: 575px;
}
@media (max-width: 834px) {
  .front-page .dataYoungVoices__content {
    padding-bottom: 0px;
  }
}
.front-page .dataYoungVoices__content a .titleArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 834px) {
  .front-page .dataYoungVoices__content a .titleArea .commonTitle01 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
.front-page .dataYoungVoices__content a .titleArea .commonTitle01 .eng {
  font-size: clamp(3.5rem, 4vw, 5rem);
}
@media (max-width: 834px) {
  .front-page .dataYoungVoices__content a .titleArea .commonTitle01 .eng {
    font-size: 3rem;
  }
}
@media (max-width: 834px) {
  .front-page .dataYoungVoices__content a .titleArea .commonBtn02 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 42px;
            flex: 0 0 42px;
  }
}
.front-page .dataYoungVoices__content a .titleArea .arrow {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.front-page .dataYoungVoices__content a .imgArea {
  margin-top: 32px;
  overflow: hidden;
  border-radius: 20px;
  aspect-ratio: 575/343;
  max-width: 575px;
}
@media (max-width: 834px) {
  .front-page .dataYoungVoices__content a .imgArea {
    margin-top: 24px;
    border-radius: 10px;
  }
}
.front-page .dataYoungVoices__content a .imgArea img {
  border-radius: 20px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 834px) {
  .front-page .dataYoungVoices__content a .imgArea img {
    border-radius: 10px;
  }
}
@media (any-hover: hover) {
  .front-page .dataYoungVoices__content a:hover {
    opacity: 1;
  }
  .front-page .dataYoungVoices__content a:hover .titleArea .arrow {
    scale: 1.15;
  }
  .front-page .dataYoungVoices__content a:hover .imgArea img {
    scale: 1.05;
  }
}
.front-page .dataYoungVoices__content.-data::after {
  position: absolute;
  content: "";
  left: -2000px;
  right: -2000px;
  height: 1px;
  background-color: #e5e5e5;
  pointer-events: none;
  bottom: -40px;
}
.front-page .dataYoungVoices__content.-data .-data__deco {
  position: absolute;
  bottom: 0;
  left: -40px;
}
@media (max-width: 834px) {
  .front-page .dataYoungVoices__content.-data .-data__deco {
    left: 0;
    bottom: -40px;
  }
}
.front-page .dataYoungVoices__content.-data .-data__deco__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.front-page .dataYoungVoices__content.-data .-data__deco__content .image {
  max-width: 127px;
}
@media (max-width: 834px) {
  .front-page .dataYoungVoices__content.-data .-data__deco__content .image {
    max-width: 80px;
  }
}
.front-page .dataYoungVoices__content.-data .-data__deco__content .text {
  max-width: 185px;
}
@media (max-width: 834px) {
  .front-page .dataYoungVoices__content.-data .-data__deco__content .text {
    max-width: 160px;
  }
}
.front-page .dataYoungVoices__content.-youngVoices .-youngVoices__deco {
  position: absolute;
  bottom: 0;
  right: -40px;
}
@media (max-width: 834px) {
  .front-page .dataYoungVoices__content.-youngVoices .-youngVoices__deco {
    right: 0;
    bottom: -60px;
  }
}
.front-page .dataYoungVoices__content.-youngVoices .-youngVoices__deco__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.front-page .dataYoungVoices__content.-youngVoices .-youngVoices__deco__content .image {
  max-width: 131px;
}
@media (max-width: 834px) {
  .front-page .dataYoungVoices__content.-youngVoices .-youngVoices__deco__content .image {
    max-width: 80px;
  }
}
.front-page .dataYoungVoices__content.-youngVoices .-youngVoices__deco__content .text {
  max-width: 157px;
}
@media (max-width: 834px) {
  .front-page .dataYoungVoices__content.-youngVoices .-youngVoices__deco__content .text {
    max-width: 136px;
  }
}

/* ============================================
// RECRUIT
// ==========================================*/
/*--------------------
求人一覧
--------------------*/
.lower-kyujin_l main.main,
.lower-kyujin_l main.l-main {
  padding-top: 100px;
}
@media (max-width: 834px) {
  .lower-kyujin_l main.main,
  .lower-kyujin_l main.l-main {
    padding-top: 64px;
  }
}
.lower-kyujin_l .search_panel {
  border: none;
  border-radius: 10px;
  position: relative;
  margin-bottom: 60px;
  border: 1px solid #e5e5e5;
  padding: 60px 60px 50px;
}
@media (max-width: 834px) {
  .lower-kyujin_l .search_panel {
    padding: 40px 20px 30px;
    margin-bottom: 40px;
  }
}
.lower-kyujin_l .search-toggle {
  position: absolute;
  top: 0;
  width: 100%;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #00006a;
  border-radius: 100px;
  max-width: 235px;
  z-index: 2;
  border: 2px solid #00006a;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 834px) {
  .lower-kyujin_l .search-toggle {
    margin: 0;
  }
}
@media (any-hover: hover) {
  .lower-kyujin_l .search-toggle:hover {
    background-color: #fff;
  }
  .lower-kyujin_l .search-toggle:hover .toggle_txt {
    color: #00006a;
  }
  .lower-kyujin_l .search-toggle:hover .toggle_trigger_txt_ico {
    background-color: #00006a;
  }
}
.lower-kyujin_l .search-toggle .toggle_trigger_txt_ico {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.lower-kyujin_l .search-toggle .toggle_txt {
  font-size: 1.5rem;
  padding: 1em;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 834px) {
  .lower-kyujin_l .search-toggle .toggle_txt {
    font-size: 1.4rem;
    padding: 0.8em 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;
  z-index: 1;
  background: rgba(255, 255, 255, 0.5);
}
.lower-kyujin_l .search_body .custom-form {
  margin-top: 0;
  margin-bottom: 40px;
}
@media (max-width: 834px) {
  .lower-kyujin_l .search_body .custom-form {
    margin-bottom: 24px;
  }
}
.lower-kyujin_l article.job {
  font-weight: 400;
  margin-top: 30px;
  padding: 50px;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
}
@media (max-width: 834px) {
  .lower-kyujin_l article.job {
    margin-top: 15px;
    padding: 30px 7%;
  }
}
.lower-kyujin_l article.job:first-child {
  margin-top: 0;
}
.lower-kyujin_l article.job .job_employmenttype_list_item {
  border-radius: 100px;
  padding: 0 0.85em;
}
.lower-kyujin_l .job_count_pager {
  margin-top: 30px;
}
@media (max-width: 834px) {
  .lower-kyujin_l .job_count_pager {
    margin-top: 10px;
  }
}
.lower-kyujin_l .btn {
  border-radius: 100px;
  color: #fff;
  border: 2px solid #00006a;
  font-size: 1.5rem;
}
@media (max-width: 834px) {
  .lower-kyujin_l .btn {
    font-size: 1.4rem;
  }
}
@media (any-hover: hover) {
  .lower-kyujin_l .btn:hover {
    opacity: 1;
    background-color: #fff;
  }
}
.lower-kyujin_l .btn.btn_secondary {
  background-color: #d80072;
  border-color: #d80072;
}
@media (any-hover: hover) {
  .lower-kyujin_l .btn.btn_secondary:hover {
    border-color: #d80072;
    color: #d80072;
    background-color: #fff;
  }
}
@media (any-hover: hover) {
  .lower-kyujin_l .btn.btn_external:hover {
    border-color: #00006a;
    color: #00006a;
  }
  .lower-kyujin_l .btn.btn_external:hover::after {
    background-color: #00006a;
  }
}
.lower-kyujin_l .btn.btn_external::after {
  top: 13px;
  right: 19px;
}
@media (max-width: 834px) {
  .lower-kyujin_l .btn.btn_external::after {
    top: 10px;
    right: 16px;
  }
}

/*--------------------
求人詳細
--------------------*/
.lower-kyujin_d::before {
  position: absolute;
  content: "";
  background: #eee;
  top: 0;
  left: 0;
  right: 0;
  height: 400px;
  z-index: -1;
  background: url(../img/common/kyujin_d_bg.jpg) right top/cover no-repeat;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-kyujin_d::before {
    height: 240px;
  }
}
.lower-kyujin_d::after {
  position: absolute;
  content: "";
  background: #00006a;
  pointer-events: none;
  opacity: 0.6;
  top: 0;
  left: 0px;
  right: 0px;
  height: 400px;
}
@media (max-width: 834px) {
  .lower-kyujin_d::after {
    height: 240px;
  }
}
.lower-kyujin_d .pageHeader__deco::before {
  display: none;
}
.lower-kyujin_d .page_back {
  margin-top: 20px;
}
@media (max-width: 834px) {
  .lower-kyujin_d .page_back {
    margin-top: 0px;
  }
}
.lower-kyujin_d .footer {
  padding-bottom: 92px;
}
@media (max-width: 834px) {
  .lower-kyujin_d .footer {
    padding-bottom: 68px;
  }
}
.lower-kyujin_d .pagetop a {
  bottom: 104px;
}
@media (max-width: 834px) {
  .lower-kyujin_d .pagetop a {
    bottom: 78px;
  }
}
.lower-kyujin_d main.l-main {
  padding-bottom: 70px;
  margin-top: 160px;
  padding-top: 0;
}
@media (max-width: 834px) {
  .lower-kyujin_d main.l-main {
    padding-top: 6%;
    padding-bottom: 30px;
    margin-top: 80px;
  }
}
.lower-kyujin_d .kyujin_container {
  position: relative;
}
.lower-kyujin_d .job {
  padding: 70px 80px;
  border: 1px solid #e5e5e5;
  border-radius: 15px;
  background-color: #fff;
}
@media (max-width: 834px) {
  .lower-kyujin_d .job {
    border-radius: 10px;
    padding: 20px 6.25%;
  }
}
.lower-kyujin_d .job_outline_item:first-child {
  border-top: 1px solid #eee;
}
.lower-kyujin_d .job_employmenttype_list_item {
  border-radius: 100px;
  padding: 0 0.85em;
}
.lower-kyujin_d .outline_ttl {
  font-size: 3rem;
  position: relative;
  margin: 0 auto;
  margin-bottom: 20px;
  width: 100%;
  text-align: center;
  background-color: rgba(0, 0, 106, 0.06);
  border-radius: 5px;
  padding: 16px 0;
}
@media (max-width: 834px) {
  .lower-kyujin_d .outline_ttl {
    font-size: 2.2rem;
    padding: 12px 0;
  }
}
.lower-kyujin_d .outline_ttl .ttl_txt {
  position: relative;
}
.lower-kyujin_d .outline_ttl .ttl_txt::before {
  content: "";
  position: absolute;
  background: url(../img/common/logo_deco.png) center/contain no-repeat;
  aspect-ratio: 51/28;
  max-width: 51px;
  width: 100%;
  pointer-events: none;
  left: -34px;
  top: -13px;
}
@media (max-width: 834px) {
  .lower-kyujin_d .outline_ttl .ttl_txt::before {
    max-width: 40px;
    left: -30px;
    top: -9px;
  }
}
.lower-kyujin_d .appeal_ttl {
  font-size: 3rem;
  position: relative;
  margin: 0 auto;
  margin-bottom: 20px;
  width: 100%;
  text-align: center;
  background-color: rgba(0, 0, 106, 0.06);
  border-radius: 5px;
  padding: 16px 0;
}
@media (max-width: 834px) {
  .lower-kyujin_d .appeal_ttl {
    font-size: 2.2rem;
    padding: 12px 0;
  }
}
.lower-kyujin_d .appeal_ttl__txt {
  position: relative;
}
.lower-kyujin_d .appeal_ttl__txt::before {
  content: "";
  position: absolute;
  background: url(../img/common/logo_deco.png) center/contain no-repeat;
  aspect-ratio: 51/28;
  max-width: 51px;
  width: 100%;
  pointer-events: none;
  left: -34px;
  top: -13px;
}
@media (max-width: 834px) {
  .lower-kyujin_d .appeal_ttl__txt::before {
    max-width: 40px;
    left: -30px;
    top: -9px;
  }
}
.lower-kyujin_d .fixed_conversion .conversion .btn_conversion {
  border-radius: 100px;
  border: 2px solid #d80072;
  padding: 13px 0;
  background-color: #d80072;
}
@media (max-width: 834px) {
  .lower-kyujin_d .fixed_conversion .conversion .btn_conversion {
    padding: 10px 0;
  }
}
@media (any-hover: hover) {
  .lower-kyujin_d .fixed_conversion .conversion .btn_conversion:hover {
    color: #d80072;
    background-color: #fff;
    opacity: 1;
  }
  .lower-kyujin_d .fixed_conversion .conversion .btn_conversion:hover::after {
    background-color: #d80072;
  }
}
.lower-kyujin_d .fixed_conversion .conversion .btn_conversion::after {
  top: 13px;
  right: 19px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 834px) {
  .lower-kyujin_d .fixed_conversion .conversion .btn_conversion::after {
    top: 10px;
    right: 16px;
  }
}
.lower-kyujin_d .fixed_conversion .conversion .btn_conversion span {
  font-size: 1.6rem;
}
@media (max-width: 834px) {
  .lower-kyujin_d .fixed_conversion .conversion .btn_conversion span {
    font-size: 1.4rem;
  }
}

.lower-whatsnew .btn {
  color: #fff;
  border-radius: 100px;
  border: 2px solid #00006a;
}
@media (any-hover: hover) {
  .lower-whatsnew .btn:hover {
    opacity: 1;
    color: #00006a;
    background-color: #fff;
    border-color: #00006a;
  }
}
.lower-whatsnew .job_employmenttype_list_item {
  border-radius: 100px;
  padding: 0 0.85em;
}
.lower-whatsnew .job_count_pager {
  margin-top: 30px;
}
@media (max-width: 834px) {
  .lower-whatsnew .job_count_pager {
    margin-top: 10px;
  }
}

/* ============================================
// ONEDAY
// ==========================================*/
@media (max-width: 834px) {
  .lower-oneday_l br {
    display: none;
  }
}
.lower-oneday_l .l-main {
  position: relative;
}
.lower-oneday_l .l-main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 364px;
  aspect-ratio: 364/508;
  background: url(../img/oneday/bg_shape_01.png) center center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-oneday_l .l-main::before {
    width: clamp(182px, 43.6450839329vw, 364px);
  }
}
.lower-oneday_l .l-main::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 735px;
  aspect-ratio: 735/368;
  background: url(../img/oneday/bg_shape_02.png) center center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-oneday_l .l-main::after {
    width: clamp(367.5px, 88.1294964029vw, 735px);
  }
}
.lower-oneday_l .oneday__content {
  position: relative;
  margin-top: 52px;
  max-width: 1100px;
  margin-inline: auto;
}
@media (min-width: 835px) {
  .lower-oneday_l .oneday__content {
    padding-right: clamp(35px, 3.5714285714vw, 50px);
  }
}
@media (max-width: 834px) {
  .lower-oneday_l .oneday__content {
    margin-top: 32px;
  }
}
.lower-oneday_l .oneday__content:first-child {
  margin-top: 0;
}
.lower-oneday_l .oneday__content::before {
  content: "";
  position: absolute;
  top: -28px;
  left: -36px;
  width: 106px;
  aspect-ratio: 106/62;
  background: url(../img/oneday/icon_peach.png) center center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-oneday_l .oneday__content::before {
    top: -18px;
    left: -20px;
    width: 64px;
  }
}
.lower-oneday_l .oneday__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 15px 15px 0 0;
  overflow: hidden;
}
@media (max-width: 834px) {
  .lower-oneday_l .oneday__header {
    border-radius: 10px 10px 0 0;
  }
}
.lower-oneday_l .oneday__title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 92px;
          flex: 0 0 92px;
  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;
  font-family: "Open Sans", sans-serif;
  font-size: 2.6rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 1;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  background: #00006a;
  gap: 3px;
  border-right: 1px solid #fff;
}
@media (min-width: 835px) {
  .lower-oneday_l .oneday__title {
    padding-top: 6px;
  }
}
@media (max-width: 834px) {
  .lower-oneday_l .oneday__title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 72px;
            flex: 0 0 72px;
    font-size: 2.2rem;
    gap: 2px;
  }
}
.lower-oneday_l .oneday__label {
  font-weight: 700;
  font-size: 0.4615384615em;
  letter-spacing: 0.025em;
}
.lower-oneday_l .oneday__job-title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  background: #333388;
  padding: 1.35em 1em 1.35em 29px;
}
@media (max-width: 834px) {
  .lower-oneday_l .oneday__job-title {
    padding: 1.35em 1em;
  }
}
.lower-oneday_l .oneday__job-title-text {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #fff;
  line-height: 1.4;
  display: block;
}
@media (min-width: 835px) {
  .lower-oneday_l .oneday__job-title-text {
    max-width: clamp(474px, 45.36vw, 567px);
  }
}
@media (max-width: 834px) {
  .lower-oneday_l .oneday__job-title-text {
    font-size: 2rem;
  }
}
.lower-oneday_l .oneday__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #00006a;
  border-top: none;
  border-radius: 0 0 15px 15px;
  gap: 6%;
  background: #fff;
}
@media (min-width: 835px) {
  .lower-oneday_l .oneday__body {
    min-height: 148px;
  }
}
@media (max-width: 834px) {
  .lower-oneday_l .oneday__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 0 0 10px 10px;
    padding: 16px 5%;
  }
}
.lower-oneday_l .oneday__text-block {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 30px 0 63px 5.5449330784%;
}
@media (max-width: 834px) {
  .lower-oneday_l .oneday__text-block {
    display: contents;
  }
}
.lower-oneday_l .oneday__text-heading {
  font-size: 3.2rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  color: #d80072;
  line-height: 1.5625;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media (max-width: 834px) {
  .lower-oneday_l .oneday__text-heading {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-size: 1.9rem;
  }
}
.lower-oneday_l .oneday__text {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.075em;
  margin-top: 20px;
}
@media (max-width: 834px) {
  .lower-oneday_l .oneday__text {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 8px;
  }
}
@media (min-width: 835px) {
  .lower-oneday_l .oneday__image-block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 34.4168260038%;
            flex: 0 0 34.4168260038%;
    border-left: 1px solid #e5e5e5;
  }
  .lower-oneday_l .oneday__image-block:has(.commonBtn01 a:hover) .oneday__image img {
    scale: 1.05;
  }
}
@media (min-width: 835px) and (min-width: 835px) {
  .lower-oneday_l .oneday__image-block:not(:has(.oneday__image)) .commonBtn01 {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .lower-oneday_l .oneday__image-block:not(:has(.oneday__image)) .commonBtn01 a {
    margin-top: auto;
  }
}
@media (max-width: 834px) {
  .lower-oneday_l .oneday__image-block {
    display: contents;
  }
}
.lower-oneday_l .oneday__image {
  max-width: 408px;
  aspect-ratio: 408/284;
  margin-top: -48px;
  margin-right: -50px;
  margin-left: -1px;
  border-radius: 10px 10px 10px 0;
  overflow: hidden;
}
@media (max-width: 1100px) {
  .lower-oneday_l .oneday__image {
    margin-right: -32px;
  }
}
@media (max-width: 834px) {
  .lower-oneday_l .oneday__image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 0;
    margin-bottom: 13px;
    margin-inline: auto;
    border-radius: 10px;
  }
}
.lower-oneday_l .oneday__image img {
  -webkit-transition: scale 0.4s;
  transition: scale 0.4s;
  display: block;
}
@media (min-width: 835px) {
  .lower-oneday_l .oneday .commonBtn01 {
    height: calc(100% - clamp(227.2px, 24.0677966102vw, 284px) + 48px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (max-width: 1100px) {
  .lower-oneday_l .oneday .commonBtn01 {
    height: calc(100% - clamp(239.148px, 22.9090909091vw, 252px) + 48px);
  }
}
@media (max-width: 834px) {
  .lower-oneday_l .oneday .commonBtn01 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    height: auto;
  }
}
.lower-oneday_l .oneday .commonBtn01 a {
  background-color: transparent;
  max-width: 204px;
  width: 100%;
  padding: 0;
  border: none;
  font-size: 1.7rem;
  font-weight: 800;
  letter-spacing: 0.075em;
  line-height: 1.6;
  margin-inline: auto;
  -webkit-transition: scale 0.4s;
  transition: scale 0.4s;
  margin-top: 44px;
  margin-bottom: 46px;
}
@media (max-width: 834px) {
  .lower-oneday_l .oneday .commonBtn01 a {
    max-width: 171px;
    font-size: 1.4rem;
    margin-top: 8px;
    margin-bottom: 0;
  }
}
.lower-oneday_l .oneday .commonBtn01 .btn_text {
  color: #d80072;
}
.lower-oneday_l .oneday .commonBtn01 .arrow {
  background-color: #d80072;
  width: 48px;
}
@media (max-width: 834px) {
  .lower-oneday_l .oneday .commonBtn01 .arrow {
    width: 40px;
  }
}
.lower-oneday_l .oneday .commonBtn01 .arrow::before, .lower-oneday_l .oneday .commonBtn01 .arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 8px;
  height: 2px;
  background-color: #fff;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}
.lower-oneday_l .oneday .commonBtn01 .arrow::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  aspect-ratio: auto;
  max-width: 100%;
  -webkit-mask: none;
          mask: none;
}
.lower-oneday_l .oneday .commonBtn01 .arrow::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.lower-oneday_d .commonTitle01 .ja {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 1.8rem;
  -webkit-text-stroke: 4px #fff;
  text-stroke: 4px #fff;
  paint-order: stroke;
}
@media (max-width: 834px) {
  .lower-oneday_d .commonTitle01 .ja {
    font-size: 1.3rem;
    -webkit-text-stroke: 3px #fff;
    text-stroke: 3px #fff;
  }
}
@media (min-width: 835px) {
  .lower-oneday_d .commonTitle01 .ja::before {
    margin-bottom: -4px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 56px;
            flex: 0 0 56px;
    max-width: 56px;
  }
}
@media (max-width: 834px) {
  .lower-oneday_d .commonTitle01 .ja::before {
    max-width: 46px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 46px;
            flex: 0 0 46px;
  }
}
.lower-oneday_d .commonTitle01 .eng {
  font-size: 7.2rem;
  line-height: 1;
  -webkit-text-stroke: 5px #fff;
  text-stroke: 5px #fff;
  paint-order: stroke;
}
@media (max-width: 834px) {
  .lower-oneday_d .commonTitle01 .eng {
    font-size: 3rem;
    -webkit-text-stroke: 3px #fff;
    text-stroke: 3px #fff;
  }
}
.lower-oneday_d .l-main {
  padding-top: 0;
  padding-bottom: 110px;
}
@media (max-width: 834px) {
  .lower-oneday_d .l-main {
    padding-bottom: 48px;
  }
}
.lower-oneday_d .l-main:not(:has(.oneday-d__image)) .oneday-d {
  min-height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 834px) {
  .lower-oneday_d .l-main:not(:has(.oneday-d__image)) .oneday-d {
    min-height: 200px;
  }
}
.lower-oneday_d .l-main:not(:has(.oneday-d__image)) .oneday-d__inner {
  padding-top: 160px;
  padding-bottom: 80px;
}
@media (max-width: 834px) {
  .lower-oneday_d .l-main:not(:has(.oneday-d__image)) .oneday-d__inner {
    padding-top: 88px;
    padding-bottom: 24px;
  }
}
.lower-oneday_d .l-main:not(:has(.oneday-d__image)) .timeline__inner {
  padding-top: 80px;
}
@media (max-width: 834px) {
  .lower-oneday_d .l-main:not(:has(.oneday-d__image)) .timeline__inner {
    padding-top: 32px;
  }
}
.lower-oneday_d .oneday-d {
  position: relative;
  min-height: 506px;
  height: auto;
}
@media (max-width: 834px) {
  .lower-oneday_d .oneday-d {
    min-height: clamp(280px, 57.1428571429vw, 360px);
  }
}
.lower-oneday_d .oneday-d::before {
  position: absolute;
  content: "";
  background: url(../img/common/page-header_bg.jpg) center/cover no-repeat;
  pointer-events: none;
  inset: 0;
  opacity: 0.6;
}
.lower-oneday_d .oneday-d::after {
  position: absolute;
  content: "";
  background: #00006a;
  pointer-events: none;
  inset: 0;
  opacity: 0.6;
}
.lower-oneday_d .oneday-d__inner {
  position: relative;
  z-index: 2;
  padding-top: 150px;
  padding-bottom: 272px;
}
@media (max-width: 834px) {
  .lower-oneday_d .oneday-d__inner {
    padding-top: 96px;
    padding-bottom: clamp(140px, 37.3333333333vw, 224px);
  }
}
.lower-oneday_d .oneday-d__title {
  font-size: 5.5rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  color: #fff;
  line-height: 1.4;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  border-bottom: 2px solid #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-bottom: 5px;
}
@media (max-width: 834px) {
  .lower-oneday_d .oneday-d__title {
    font-size: 2.6rem;
    padding-bottom: 2px;
  }
}
.lower-oneday_d .oneday-d__image {
  position: absolute;
  right: 0;
  left: 0;
  max-width: 640px;
  aspect-ratio: 640/440;
  width: 87.5%;
  border-radius: 20px;
  overflow: hidden;
  margin-inline: auto;
  margin-top: 40px;
  opacity: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.14, 1, 0.34, 1);
  transition: opacity 1s cubic-bezier(0.14, 1, 0.34, 1);
}
@media (max-width: 834px) {
  .lower-oneday_d .oneday-d__image {
    max-width: 540px;
    border-radius: 10px;
    margin-top: 24px;
  }
}
.lower-oneday_d .oneday-d .js-active.oneday-d__image {
  -webkit-animation: popUp-oneday-d 0.75s cubic-bezier(0.11, 0.7, 0.36, 0.96) forwards;
          animation: popUp-oneday-d 0.75s cubic-bezier(0.11, 0.7, 0.36, 0.96) forwards;
  opacity: 1;
}
@-webkit-keyframes popUp-oneday-d {
  0% {
    translate: 0 40px;
    scale: 1;
  }
  55% {
    translate: 0 -5px;
    scale: 1.05;
  }
  80% {
    translate: 0 5px;
    scale: 0.95;
  }
  100% {
    translate: 0 0;
    scale: 1;
  }
}
@keyframes popUp-oneday-d {
  0% {
    translate: 0 40px;
    scale: 1;
  }
  55% {
    translate: 0 -5px;
    scale: 1.05;
  }
  80% {
    translate: 0 5px;
    scale: 0.95;
  }
  100% {
    translate: 0 0;
    scale: 1;
  }
}
.lower-oneday_d .oneday-d__deco::before {
  position: absolute;
  content: "";
  background: url(../img/common/page-header_shape.png) center/contain no-repeat;
  pointer-events: none;
  aspect-ratio: 1121/896;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  clip-path: polygon(100% 0%, 100% 0%, 100% 0%, 100% 0%);
  -webkit-animation: revealDiagonal 0.4s ease-out 0.6s forwards;
          animation: revealDiagonal 0.4s ease-out 0.6s forwards;
}
@media (max-width: 1340px) {
  .lower-oneday_d .oneday-d__deco::before {
    right: -120px;
  }
}
@media (max-width: 834px) {
  .lower-oneday_d .oneday-d__deco::before {
    background-image: url(../img/common/sp_page-header_shape.png);
    aspect-ratio: 756/275;
    top: auto;
    width: 100%;
    max-width: 252px;
    right: 0;
  }
}
.lower-oneday_d .timeline {
  position: relative;
}
.lower-oneday_d .timeline::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 401px;
  aspect-ratio: 401/289;
  background: url(../img/oneday/bg_timeline_shape_01.png) center center/contain no-repeat;
}
@media (max-width: 834px) {
  .lower-oneday_d .timeline::before {
    width: 210px;
  }
}
.lower-oneday_d .timeline::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 737px;
  aspect-ratio: 737/368;
  background: url(../img/oneday/bg_timeline_shape_02.png) center center/contain no-repeat;
}
@media (max-width: 834px) {
  .lower-oneday_d .timeline::after {
    width: 260px;
  }
}
.lower-oneday_d .timeline__inner {
  padding-top: 269px;
  padding-bottom: 150px;
}
@media (max-width: 834px) {
  .lower-oneday_d .timeline__inner {
    padding-top: 156px;
    padding-top: 212px;
    padding-top: clamp(156px, 41.568627451vw, 212px);
    padding-bottom: 50px;
  }
}
.lower-oneday_d .timeline__body {
  margin-top: 35px;
}
@media (max-width: 834px) {
  .lower-oneday_d .timeline__body {
    margin-inline: -4%;
    margin-top: 24px;
  }
}
.lower-oneday_d .timeline__list {
  position: relative;
  background: #fff;
  border: 2px solid #e5e5e5;
  border-radius: 15px;
}
@media (max-width: 834px) {
  .lower-oneday_d .timeline__list {
    border-radius: 10px;
  }
}
.lower-oneday_d .timeline__list::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 180px;
  aspect-ratio: 1/1;
  background: #d80072;
  border-radius: 15px;
  z-index: -1;
  pointer-events: none;
  -webkit-transition: top 0.5s cubic-bezier(0.14, 1, 0.34, 1), right 0.5s cubic-bezier(0.14, 1, 0.34, 1);
  transition: top 0.5s cubic-bezier(0.14, 1, 0.34, 1), right 0.5s cubic-bezier(0.14, 1, 0.34, 1);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
@media (max-width: 834px) {
  .lower-oneday_d .timeline__list::before {
    top: 0;
    right: 0;
    width: 108px;
    border-radius: 10px;
  }
}
.lower-oneday_d .timeline__list::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  aspect-ratio: 1/1;
  background: #00006a;
  border-radius: 8px;
  z-index: -2;
  pointer-events: none;
  -webkit-transition: top 0.5s cubic-bezier(0.14, 1, 0.34, 1), right 0.5s cubic-bezier(0.14, 1, 0.34, 1);
  transition: top 0.5s cubic-bezier(0.14, 1, 0.34, 1), right 0.5s cubic-bezier(0.14, 1, 0.34, 1);
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
@media (max-width: 1380px) {
  .lower-oneday_d .timeline__list::after {
    right: 0;
  }
}
@media (max-width: 834px) {
  .lower-oneday_d .timeline__list::after {
    top: 0;
    right: 0;
    width: 36px;
    border-radius: 6px;
  }
}
.lower-oneday_d .timeline .js-active .timeline__list::before {
  top: -55px;
  right: -50px;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-oneday_d .timeline .js-active .timeline__list::before {
    top: -20px;
    right: -20px;
  }
}
.lower-oneday_d .timeline .js-active .timeline__list::after {
  top: -135px;
  right: -108px;
}
@media (max-width: 1380px) {
  .lower-oneday_d .timeline .js-active .timeline__list::after {
    right: -60px;
  }
}
@media (max-width: 834px) {
  .lower-oneday_d .timeline .js-active .timeline__list::after {
    top: -66px;
    right: -28px;
  }
}
.lower-oneday_d .timeline .js-active .timeline__item:last-child::before {
  bottom: -33px;
  left: -30px;
}
@media (max-width: 834px) {
  .lower-oneday_d .timeline .js-active .timeline__item:last-child::before {
    bottom: -20px;
    left: -20px;
  }
}
.lower-oneday_d .timeline__item {
  position: relative;
  border-top: 2px solid rgba(229, 229, 229, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.2830540037%;
  padding: 44px 4.8494983278% 36px 5.3511705686%;
}
@media (min-width: 835px) {
  .lower-oneday_d .timeline__item {
    min-height: 200px;
  }
}
@media (max-width: 834px) {
  .lower-oneday_d .timeline__item {
    gap: 3%;
    padding: 32px 5% 24px 3%;
  }
}
.lower-oneday_d .timeline__item:first-child {
  border-top: none;
}
.lower-oneday_d .timeline__item:last-child::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 180px;
  aspect-ratio: 1/1;
  background: #00006a;
  border-radius: 15px;
  z-index: -1;
  pointer-events: none;
  -webkit-transition: bottom 0.5s cubic-bezier(0.14, 1, 0.34, 1), left 0.5s cubic-bezier(0.14, 1, 0.34, 1);
  transition: bottom 0.5s cubic-bezier(0.14, 1, 0.34, 1), left 0.5s cubic-bezier(0.14, 1, 0.34, 1);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
@media (max-width: 834px) {
  .lower-oneday_d .timeline__item:last-child::before {
    bottom: 0;
    left: 0;
    width: 108px;
    border-radius: 10px;
  }
}
.lower-oneday_d .timeline__item:last-child .timeline__time-line {
  display: none;
}
.lower-oneday_d .timeline__time {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 72px;
          flex: 0 0 72px;
  width: 72px;
}
@media (min-width: 835px) {
  .lower-oneday_d .timeline__time {
    margin-top: 10px;
  }
}
@media (max-width: 834px) {
  .lower-oneday_d .timeline__time {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
            flex: 0 0 60px;
    width: 60px;
  }
}
.lower-oneday_d .timeline__time-text {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 1;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  background: #d80072;
  padding: 0.625em 0.4em;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 8px;
}
.lower-oneday_d .timeline__time-line {
  border-left: 5px dotted #00006a;
  margin-inline: auto;
  width: 5px;
  height: calc(100% - 23px - 64px);
  margin-top: 23px;
}
@media (max-width: 834px) {
  .lower-oneday_d .timeline__time-line {
    border-left: 4px dotted #00006a;
    width: 4px;
    height: calc(100% - 16px - 32px);
    margin-top: 16px;
  }
}
.lower-oneday_d .timeline__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5.230125523%;
}
@media (max-width: 834px) {
  .lower-oneday_d .timeline__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 0;
  }
}
.lower-oneday_d .timeline__text-block {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.lower-oneday_d .timeline__heading {
  position: relative;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #00006a;
  line-height: 1.6;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  display: inline;
  padding: 0 2px 2px 4px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, rgba(0, 0, 106, 0.14)));
  background: linear-gradient(transparent 60%, rgba(0, 0, 106, 0.14) 0%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
@media (max-width: 834px) {
  .lower-oneday_d .timeline__heading {
    font-size: 2rem;
  }
}
.lower-oneday_d .timeline__description {
  letter-spacing: 0.075em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-top: 14px;
}
@media (max-width: 834px) {
  .lower-oneday_d .timeline__description {
    margin-top: 8px;
  }
}
@media (min-width: 835px) {
  .lower-oneday_d .timeline__image-block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35.9832635983%;
            flex: 0 0 35.9832635983%;
  }
}
@media (max-width: 834px) {
  .lower-oneday_d .timeline__image-block {
    margin-bottom: 10px;
  }
}
.lower-oneday_d .timeline__image {
  max-width: 344px;
  aspect-ratio: 344/244;
  border-radius: 10px;
  overflow: hidden;
  margin-inline: auto;
}
@media (max-width: 834px) {
  .lower-oneday_d .timeline__image {
    border-radius: 8px;
  }
}
.lower-oneday_d .point {
  position: relative;
}
.lower-oneday_d .point::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../img/oneday/bg_point.jpg) center center/cover no-repeat;
}
.lower-oneday_d .point::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 106, 0.72);
}
@media (min-width: 835px) {
  .lower-oneday_d .point__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4.1666666667%;
    padding-top: 86px;
    padding-bottom: 79px;
  }
}
@media (max-width: 834px) {
  .lower-oneday_d .point__inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.lower-oneday_d .point__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 40px 3.3333333333%;
  background: #fff;
  border-radius: 15px;
  -webkit-transition: translate 1s cubic-bezier(0.14, 1, 0.34, 1), opacity 1s cubic-bezier(0.14, 1, 0.34, 1);
  transition: translate 1s cubic-bezier(0.14, 1, 0.34, 1), opacity 1s cubic-bezier(0.14, 1, 0.34, 1);
  opacity: 0;
  translate: 0 40px;
}
@media (max-width: 834px) {
  .lower-oneday_d .point__content {
    padding: 16px 4%;
    border-radius: 10px;
  }
  .lower-oneday_d .point__content:nth-child(n+2) {
    margin-top: 20px;
  }
}
.lower-oneday_d .point__content.-type02 .point__title {
  background: #00006a;
}
.lower-oneday_d .point__title {
  position: relative;
  font-size: clamp(3.2rem, 3.0769230769vw, 4rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 1.6;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  background: #d80072;
  border-radius: 10px;
  padding: 0.5em 1em;
  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;
}
@media (max-width: 834px) {
  .lower-oneday_d .point__title {
    font-size: 2.2rem;
  }
}
.lower-oneday_d .point__title::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: -26px;
  width: clamp(85.5px, 8.7692307692vw, 114px);
  aspect-ratio: 114/60;
  background: url(../img/oneday/icon_point_peach.png) center center/contain no-repeat;
}
@media (max-width: 834px) {
  .lower-oneday_d .point__title::before {
    bottom: -12px;
    left: -11px;
    width: 56px;
  }
}
.lower-oneday_d .point__description {
  letter-spacing: 0.075em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-top: 24px;
  padding-inline: 4%;
}
@media (max-width: 834px) {
  .lower-oneday_d .point__description {
    margin-top: 16px;
    padding-inline: 2%;
  }
}
.lower-oneday_d .point .js-active .point__content {
  opacity: 1;
  translate: 0 0;
}
.lower-oneday_d .point .js-active .point__content:nth-child(1) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.lower-oneday_d .point .js-active .point__content:nth-child(2) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.lower-oneday_d .point .js-active .point__content:nth-child(3) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.lower-oneday_d .point .js-active .point__content:nth-child(4) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.lower-oneday_d .point .js-active .point__content:nth-child(5) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.lower-oneday_d .point .js-active .point__content:nth-child(6) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.lower-oneday_d .point .js-active .point__content:nth-child(7) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.lower-oneday_d .point .js-active .point__content:nth-child(8) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.lower-oneday_d .point .js-active .point__content:nth-child(9) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.lower-oneday_d .point .js-active .point__content:nth-child(10) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.lower-oneday_d .button__date {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  font-weight: 400;
  margin-top: 20px;
}
@media (max-width: 834px) {
  .lower-oneday_d .button__date {
    margin-top: 6px;
  }
}
.lower-oneday_d .button .commonBtn01 {
  margin-inline: auto;
  margin-top: 24px;
}
@media (max-width: 834px) {
  .lower-oneday_d .button .commonBtn01 {
    margin-top: 32px;
  }
}
.lower-oneday_d .button .commonBtn01 a {
  max-width: 318px;
  margin-inline: auto;
  padding: 9px 15px 9px 40px;
}
@media (max-width: 834px) {
  .lower-oneday_d .button .commonBtn01 a {
    max-width: 252px;
    padding: 10px 10px 10px 32px;
  }
}
.lower-oneday_d .button .pageback {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: 32px;
}
@media (max-width: 834px) {
  .lower-oneday_d .button .pageback {
    margin-top: 24px;
  }
}
.lower-oneday_d .button .pageback__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  -webkit-transition: scale 0.4s;
  transition: scale 0.4s;
}
@media (max-width: 834px) {
  .lower-oneday_d .button .pageback__link {
    gap: 16px;
  }
}
@media (any-hover: hover) {
  .lower-oneday_d .button .pageback__link:hover {
    opacity: 1;
    scale: 1.05;
  }
}
.lower-oneday_d .button .pageback__arrow {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 44px;
          flex: 0 0 44px;
  width: 44px;
  aspect-ratio: 1/1;
  background: #d80072;
  border-radius: 50%;
  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;
}
@media (max-width: 834px) {
  .lower-oneday_d .button .pageback__arrow {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32px;
            flex: 0 0 32px;
    width: 32px;
  }
}
.lower-oneday_d .button .pageback__arrow::before {
  content: "";
  width: 15px;
  aspect-ratio: 15/12;
  -webkit-mask: url(../img/common/arrow01.png) center center/contain no-repeat;
          mask: url(../img/common/arrow01.png) center center/contain no-repeat;
  background: #fff;
  rotate: 180deg;
}
@media (max-width: 834px) {
  .lower-oneday_d .button .pageback__arrow::before {
    width: 12px;
  }
}
.lower-oneday_d .button .pageback__text {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.6;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;
}
@media (max-width: 834px) {
  .lower-oneday_d .button .pageback__text {
    font-size: 1.4rem;
  }
}

/* ============================================
// JOB INTRODUCTION
// ==========================================*/
.lower-job .l-main {
  padding-bottom: 120px;
}
@media (max-width: 834px) {
  .lower-job .l-main {
    padding-top: 32px;
    padding-bottom: 48px;
  }
}
.lower-job .job__anchor-list {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px 2.1428571429%;
}
@media (max-width: 834px) {
  .lower-job .job__anchor-list {
    gap: 16px;
  }
}
.lower-job .job__anchor-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  font-size: clamp(1.6rem, 1.3076923077vw, 1.7rem);
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #00006a;
  line-height: 1.6;
  background: linear-gradient(to right, #000, #000 6px, transparent 4px, transparent 4px) left bottom/10px 2px repeat-x;
  padding-bottom: 12px;
  gap: clamp(25.2px, 2.5vw, 36px);
}
@media (max-width: 1050px) {
  .lower-job .job__anchor-link {
    gap: 25.2px;
  }
}
@media (max-width: 834px) {
  .lower-job .job__anchor-link {
    font-size: 1.4rem;
    padding-bottom: 8px;
    gap: 8px;
  }
}
@media (any-hover: hover) {
  .lower-job .job__anchor-link:hover {
    opacity: 1;
  }
  .lower-job .job__anchor-link:hover .job__anchor-text {
    color: #d80072;
  }
  .lower-job .job__anchor-link:hover .job__anchor-arrow {
    background: #d80072;
    scale: 1.15;
  }
}
.lower-job .job__anchor-text {
  min-width: clamp(99.4px, 10.9230769231vw, 142px);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (max-width: 1200px) {
  .lower-job .job__anchor-text {
    min-width: clamp(96px, 10vw, 120px);
  }
}
@media (max-width: 1100px) {
  .lower-job .job__anchor-text {
    min-width: clamp(90px, 9.0909090909vw, 100px);
  }
}
@media (max-width: 834px) {
  .lower-job .job__anchor-text {
    min-width: 116px;
  }
}
.lower-job .job__anchor-arrow {
  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-box-flex: 0;
      -ms-flex: 0 0 1.7058823529em;
          flex: 0 0 1.7058823529em;
  width: 1.7058823529em;
  aspect-ratio: 1/1;
  background: #00006a;
  border-radius: 50%;
  -webkit-transition: background 0.3s, scale 0.3s;
  transition: background 0.3s, scale 0.3s;
}
.lower-job .job__anchor-arrow::before {
  content: "";
  width: 0.7647058824em;
  aspect-ratio: 13/9;
  -webkit-mask: url(../img/common/arrow01.png) center center/contain no-repeat;
          mask: url(../img/common/arrow01.png) center center/contain no-repeat;
  background: #fff;
  rotate: 90deg;
}
.lower-job .job__list {
  margin-top: 83px;
}
@media (max-width: 834px) {
  .lower-job .job__list {
    margin-top: 40px;
  }
}
.lower-job .job__item {
  padding-top: 140px;
  margin-top: -140px;
  margin-bottom: 58px;
}
.lower-job .job__item:last-child {
  margin-bottom: 0;
}
@media (max-width: 834px) {
  .lower-job .job__item {
    margin-inline: -4%;
    padding-top: 88px;
    margin-top: -88px;
    margin-bottom: 32px;
  }
}
.lower-job .job__item-inner {
  max-width: 1180px;
  margin-inline: auto;
  border: 2px solid #00006a;
  border-radius: 15px;
  background: #fff;
  padding-bottom: 33px;
}
@media (max-width: 834px) {
  .lower-job .job__item-inner {
    border-radius: 10px;
    padding-bottom: 24px;
  }
}
.lower-job .job__header {
  position: relative;
}
.lower-job .job__meta {
  position: absolute;
  top: -34px;
  left: -36px;
  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-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
  font-family: "Open Sans", sans-serif;
  font-size: 2.6rem;
  font-weight: 800;
  letter-spacing: 0.075em;
  color: #fff;
  line-height: 1;
  background: url(../img/job/icon_job_number.png) center center/contain no-repeat;
  width: 3.6538461538em;
  aspect-ratio: 95/91;
  padding-top: 2px;
  padding-right: 2px;
}
@media (max-width: 834px) {
  .lower-job .job__meta {
    font-size: 1.5rem;
    top: -24px;
    left: -10px;
  }
}
.lower-job .job__label {
  font-size: 0.5em;
  font-weight: 700;
  letter-spacing: 0.075em;
}
@media (max-width: 834px) {
  .lower-job .job__label {
    font-size: 0.9rem;
  }
}
@media (max-width: 834px) {
  .lower-job .job__number {
    font-size: 1.6rem;
  }
}
.lower-job .job__title {
  background: #333388;
  border-radius: 10px;
  padding: 19px 0 21px 70px;
  margin: 8px 8px 0 8px;
}
@media (max-width: 834px) {
  .lower-job .job__title {
    border-radius: 8px;
    padding: 1em 39px;
    margin: 6px 6px 0 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.lower-job .job__title-text {
  display: block;
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #fff;
  line-height: 1.6;
}
@media (min-width: 835px) {
  .lower-job .job__title-text {
    max-width: clamp(440px, 42.3076923077vw, 550px);
  }
}
@media (max-width: 834px) {
  .lower-job .job__title-text {
    font-size: 2.2rem;
  }
}
@media (max-width: 370px) {
  .lower-job .job__title-text {
    font-size: 2rem;
  }
}
.lower-job .job__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.4%;
}
@media (min-width: 835px) {
  .lower-job .job__body:not(:has(.job__image-block)) .job__text-block {
    padding-inline: 3.4013605442%;
  }
}
@media (max-width: 834px) {
  .lower-job .job__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-inline: 5%;
  }
}
@media (min-width: 835px) {
  .lower-job .job__text-block {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 3.4013605442%;
  }
}
.lower-job .job__text {
  letter-spacing: 0.075em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-top: 32px;
}
@media (max-width: 834px) {
  .lower-job .job__text {
    margin-top: 16px;
  }
}
.lower-job .job .commonBtn01 {
  margin-top: 28px;
}
@media (max-width: 834px) {
  .lower-job .job .commonBtn01 {
    margin-top: 16px;
  }
}
.lower-job .job .commonBtn01 a {
  max-width: 290px;
  letter-spacing: 0.1em;
  padding: 8px 9px 8px 38px;
}
@media (max-width: 834px) {
  .lower-job .job .commonBtn01 a {
    max-width: 248px;
    margin-inline: auto;
    padding: 8px 8px 8px 24px;
  }
}
.lower-job .job .commonBtn01 .arrow {
  width: 44px;
}
@media (max-width: 834px) {
  .lower-job .job .commonBtn01 .arrow {
    width: 40px;
  }
}
.lower-job .job .commonBtn01 .arrow::before {
  width: 13px;
  aspect-ratio: 13/10;
}
@media (min-width: 835px) {
  .lower-job .job__image-block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 42.8813559322%;
            flex: 0 0 42.8813559322%;
    max-width: 42.8813559322%;
  }
}
.lower-job .job__image-block .swiper .swiper-slide {
  cursor: pointer;
}
.lower-job .job__image-block .swiper.slider {
  border-radius: 10px;
}
@media (min-width: 835px) {
  .lower-job .job__image-block .swiper.slider {
    margin-top: -55px;
    margin-right: -42px;
  }
}
@media (max-width: 834px) {
  .lower-job .job__image-block .swiper.slider {
    margin-top: 16px;
  }
}
.lower-job .job__image-block .swiper.slider .swiper-slide-active .txt {
  opacity: 1;
}
.lower-job .job__image-block .swiper.slider-thumbnail {
  margin-top: 10px;
}
@media (min-width: 835px) {
  .lower-job .job__image-block .swiper.slider-thumbnail {
    padding-right: 10px;
  }
}
.lower-job .job__image-block .swiper.slider-thumbnail .swiper-wrapper .swiper-slide {
  opacity: 0.5;
  overflow: hidden;
  -webkit-transition: opacity 0.3s, border 0.3s;
  transition: opacity 0.3s, border 0.3s;
}
.lower-job .job__image-block .swiper.slider-thumbnail .swiper-wrapper .swiper-slide::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  border: 1px solid #d80072;
  border-radius: 5px;
  opacity: 0;
  pointer-events: none;
}
.lower-job .job__image-block .swiper.slider-thumbnail .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.lower-job .job__image-block .swiper.slider-thumbnail .swiper-wrapper .swiper-slide.swiper-slide-thumb-active::before {
  opacity: 1;
}
.lower-job .job__image-block .swiper.slider-thumbnail .swiper-wrapper .swiper-slide .img {
  border-radius: 5px;
  overflow: hidden;
}
.lower-job .job__image {
  position: relative;
  max-width: 546px;
  aspect-ratio: 546/410;
  border-radius: 10px;
  overflow: hidden;
  margin-top: -55px;
  margin-right: -42px;
  z-index: 1;
}
@media (max-width: 1280px) {
  .lower-job .job__image {
    margin-right: -24px;
  }
}
@media (max-width: 834px) {
  .lower-job .job__image {
    border-radius: 8px;
    margin-top: 16px;
    margin-inline: auto;
  }
}
.lower-job .job__example {
  padding-inline: 3.4013605442%;
  margin-top: 19px;
}
@media (max-width: 834px) {
  .lower-job .job__example {
    margin-top: 24px;
    padding-inline: 5%;
  }
}
.lower-job .job__example-title {
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
  padding-left: 2em;
}
@media (max-width: 834px) {
  .lower-job .job__example-title {
    font-size: 1.7rem;
  }
}
.lower-job .job__example-title::before {
  content: "";
  position: absolute;
  top: 0.2em;
  left: 0;
  width: 1.5em;
  aspect-ratio: 27/21;
  background: url(../img/job/icon_example_title.png) center center/contain no-repeat;
}
.lower-job .job__example-list {
  background: rgba(0, 0, 106, 0.06);
  border-radius: 10px;
  padding: 31.2px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 18px 34px;
  margin-top: 14px;
}
@media (max-width: 834px) {
  .lower-job .job__example-list {
    border-radius: 8px;
    gap: 8px 16px;
    margin-top: 10px;
    padding: 16px;
  }
}
.lower-job .job__example-item {
  position: relative;
  letter-spacing: 0.075em;
  line-height: 1.6;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  padding-left: 1.625em;
}
.lower-job .job__example-item::before {
  content: "";
  position: absolute;
  top: 0.3em;
  left: 0;
  width: 1.0625em;
  aspect-ratio: 1/1;
  background: url(../img/job/icon_example_item.png) center center/contain no-repeat;
}

/* ============================================
// 数字で見るページ
// ==========================================*/
.lower-data {
  --engFont: "Open Sans", sans-serif;
  --gapX: 44px;
  --gapY: 44px;
  --borderWidth: 2px;
  --borderRadius: 15px;
  --dataNumSize: 9rem;
  --dataNumColor: $primary-color;
  --pieChartSize: 218px;
  --tipsColor01: #00b2e3;
  --tipsColor02: #008ac8;
  --tipsColor03: #0063ad;
  --tipsColor04: #003b92;
  --tipsColor05: #001477;
}
.lower-data .l-main {
  position: relative;
}
.lower-data .l-main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 364px;
  aspect-ratio: 364/508;
  background: url(../img/data/bg_shape_01.png) center center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-data .l-main::before {
    width: clamp(182px, 43.6450839329vw, 364px);
  }
}
.lower-data .l-main::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 735px;
  aspect-ratio: 735/368;
  background: url(../img/data/bg_shape_02.png) center center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-data .l-main::after {
    width: clamp(367.5px, 88.1294964029vw, 735px);
  }
}
.lower-data .data__container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 10px 40px 80px;
  /*------------------------------
    項目ごとの設定
  ------------------------------*/
}
@media (max-width: 834px) {
  .lower-data .data__container {
    padding: 0 20px;
  }
}
.lower-data .data__container .data__body {
  position: relative;
  z-index: 1;
}
@media (min-width: 835px) {
  .lower-data .data__container .data__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: var(--gapY) var(--gapX);
  }
}
@media (min-width: 835px) and (max-width: 1200px) {
  .lower-data .data__container .data__body {
    --gapX: 24px;
    --gapY: 32px;
  }
}
@media (max-width: 834px) {
  .lower-data .data__container .data__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 24px;
  }
}
.lower-data .data__container .data__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  background: #fff;
  border: var(--borderWidth) solid #e5e5e5;
  border-radius: var(--borderRadius);
}
@media (max-width: 834px) {
  .lower-data .data__container .data__block {
    width: 100%;
    border-radius: 10px;
  }
}
@media (min-width: 835px) {
  .lower-data .data__container .data__block.-one {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.3333333333% - var(--gapX) * 2 / 3);
            flex: 0 0 calc(33.3333333333% - var(--gapX) * 2 / 3);
    max-width: calc(33.3333333333% - var(--gapX) * 2 / 3);
  }
  .lower-data .data__container .data__block.-two {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(66.6666666667% - var(--gapX) / 2);
            flex: 0 0 calc(66.6666666667% - var(--gapX) / 2);
    max-width: calc(66.6666666667% - var(--gapX) / 2);
  }
  .lower-data .data__container .data__block.-two + .-one {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.3333333333% - var(--gapX) / 2);
            flex: 0 0 calc(33.3333333333% - var(--gapX) / 2);
    max-width: calc(33.3333333333% - var(--gapX) / 2);
  }
  .lower-data .data__container .data__block.-half {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - var(--gapX) / 2);
            flex: 0 0 calc(50% - var(--gapX) / 2);
    max-width: calc(50% - var(--gapX) / 2);
  }
  .lower-data .data__container .data__block.-full {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}
.lower-data .data__container .data__block .data__header {
  position: relative;
}
.lower-data .data__container .data__block .data__meta {
  position: absolute;
  bottom: calc(100% - clamp(45px, 5.0769230769vw, 66px));
  left: -22px;
  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-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
  font-family: "Open Sans", sans-serif;
  font-size: clamp(2rem, 1.9259259259vw, 2.6rem);
  font-weight: 800;
  letter-spacing: 0.075em;
  color: #fff;
  line-height: 1;
  background: url(../img/data/icon_data_number.png) center center/contain no-repeat;
  width: 3.5384615385em;
  aspect-ratio: 92/91;
  padding-top: 2px;
}
@media (max-width: 1200px) {
  .lower-data .data__container .data__block .data__meta {
    font-size: 2rem;
    bottom: calc(100% - 45px);
  }
}
@media (max-width: 834px) {
  .lower-data .data__container .data__block .data__meta {
    font-size: 1.5rem;
    top: -24px;
    left: -10px;
  }
}
.lower-data .data__container .data__block .data__label {
  font-size: 0.5192307692em;
  font-weight: 700;
  letter-spacing: 0.075em;
}
@media (max-width: 834px) {
  .lower-data .data__container .data__block .data__label {
    font-size: 0.9rem;
  }
}
@media (max-width: 834px) {
  .lower-data .data__container .data__block .data__number {
    font-size: 1.6rem;
  }
}
.lower-data .data__container .data__block .data__title {
  background-color: #fdffe0;
  border-radius: 10px;
  padding: 22px clamp(30px, 3.4285714286vw, 48px);
  margin: 14px clamp(16px, 2vw, 28px) 0 clamp(16px, 2vw, 28px);
  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-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 835px) {
  .lower-data .data__container .data__block .data__title br {
    display: none;
  }
}
@media (max-width: 1200px) {
  .lower-data .data__container .data__block .data__title {
    padding: 22px 30px;
    margin: 14px 16px 0 16px;
  }
}
@media (max-width: 834px) {
  .lower-data .data__container .data__block .data__title {
    border-radius: 8px;
    padding: 1em 39px;
    margin: 6px 6px 0 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}
.lower-data .data__container .data__block .data__title-text {
  font-size: clamp(2.3rem, 1.8461538462vw, 2.4rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #00006a;
  line-height: 1.6;
}
@media (max-width: 834px) {
  .lower-data .data__container .data__block .data__title-text {
    font-size: 2rem;
  }
}
.lower-data .data__container .data__block .data__title-sub {
  display: block;
  font-size: 1.35rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 834px) {
  .lower-data .data__container .data__block .data__title-sub {
    font-size: 1.1rem;
  }
}
.lower-data .data__container .data__block .body {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: auto;
  padding: 48px 28px;
  min-height: 240px;
}
@media (max-width: 834px) {
  .lower-data .data__container .data__block .body {
    min-height: 160px;
    padding: 24px 6.25%;
  }
}
.lower-data .data__container .data__block .body.-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px 40px;
}
@media (max-width: 834px) {
  .lower-data .data__container .data__block .body.-horizontal {
    gap: 16px 5%;
  }
}
.lower-data .data__container .data__block .body.-vertical {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media (max-width: 834px) {
  .lower-data .data__container .data__block .body.-vertical {
    gap: 16px;
  }
}
.lower-data .data__container .data__block .body .img {
  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;
}
.lower-data .data__container .data__block .body .img img {
  width: auto;
  width: 100%;
  height: 100%;
}
.lower-data .data__container .data__block .annotation {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #00006a;
  line-height: 1.6;
  margin-inline: auto;
  margin-bottom: 32px;
  padding-inline: 5%;
}
@media (max-width: 834px) {
  .lower-data .data__container .data__block .annotation {
    font-size: 1.4rem;
    margin-bottom: 16px;
  }
}
.lower-data .data__container .data__block .data__multi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10%;
}
.lower-data .data__container .data__block .data .body {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  margin: 0;
}
.lower-data .data__container .data__block .data .num {
  font-size: calc(var(--dataNumSize) * 0.3888888);
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.075em;
}
@media (max-width: 834px) {
  .lower-data .data__container .data__block .data .num {
    font-size: calc(var(--dataNumSize) * 0.3888888 * 0.6);
  }
}
.lower-data .data__container .data__block .data .num b {
  font-family: var(--engFont);
  font-size: var(--dataNumSize);
  font-weight: 700;
  color: var(--dataNumColor);
  margin-right: 4px;
}
@media (max-width: 834px) {
  .lower-data .data__container .data__block .data .num b {
    font-size: calc(var(--dataNumSize) * 0.6);
  }
}
.lower-data .data__container .data__block:has(.line-chart) .line-chart {
  width: 100%;
}
.lower-data .data__container .data__block:has(.line-chart) .line-chart .chart {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto;
}
.lower-data .data__container .data__block:has(.line-chart) .line-chart .chart .line {
  width: 100%;
  height: var(--balanceChartHeight);
  -webkit-transition: width 1.3s ease;
  transition: width 1.3s ease;
}
@media (max-width: 834px) {
  .lower-data .data__container .data__block:has(.line-chart) .line-chart .chart .line {
    height: calc(var(--balanceChartHeight) * 0.65);
  }
}
.lower-data .data__container .data__block:has(.line-chart) .line-chart .chart .line:nth-child(2n+1) {
  background: var(--balanceChartColor01);
}
.lower-data .data__container .data__block:has(.line-chart) .line-chart .chart .line:nth-child(2n+2) {
  background: var(--balanceChartColor02);
}
.lower-data .data__container .data__block:has(.line-chart) .dataTitle {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
}
.lower-data .data__container .data__block:has(.line-chart) .dataTitle__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 10px;
  font-weight: 700;
}
.lower-data .data__container .data__block:has(.line-chart) .dataTitle__item:first-child {
  color: var(--balanceChartColor01);
}
.lower-data .data__container .data__block:has(.line-chart) .dataTitle__item:last-child {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  color: var(--balanceChartColor02);
}
.lower-data .data__container .data__block:has(.line-chart) .dataTitle__item img {
  width: 48px;
}
.lower-data .data__container .data__block:has(.line-chart) .data {
  width: 100%;
}
.lower-data .data__container .data__block:has(.line-chart) .data__multi {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.lower-data .data__container .data__block:has(.line-chart) .data__multi .separate {
  font-family: var(--engFont);
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1;
}
.lower-data .data__container .data__block .pie-chart {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--pieChartSize);
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-data .data__container .data__block .pie-chart {
    width: calc(var(--pieChartSize) * 0.88);
  }
}
.lower-data .data__container .data__block .pie-chart .chart {
  position: relative;
  z-index: 1;
  aspect-ratio: 1/1;
  margin: 0 auto;
  border-radius: 50%;
}
.lower-data .data__container .data__block .pie-chart .chart::before {
  content: "";
  position: absolute;
  inset: 6px;
  z-index: -1;
  border-radius: 50%;
  background: #f0f7f9;
}
.lower-data .data__container .data__block .pie-chart .chart canvas {
  position: absolute;
  inset: 0;
}
.lower-data .data__container .data__block .doughnut-chart {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--doughnutChartSize);
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-data .data__container .data__block .doughnut-chart {
    width: calc(var(--doughnutChartSize) * 0.75);
  }
}
.lower-data .data__container .data__block .doughnut-chart .chart {
  position: relative;
  z-index: 1;
  aspect-ratio: 1/1;
  width: 100%;
  margin: 0 auto;
  background: #f2f2f2;
  border-radius: 50%;
}
.lower-data .data__container .data__block .doughnut-chart .chart::before {
  content: "";
  position: absolute;
  inset: 20%;
  z-index: -1;
  border-radius: 50%;
  background: #ffffff;
}
.lower-data .data__container .data__block .doughnut-chart .chart canvas {
  position: absolute;
  inset: 0;
}
.lower-data .data__container .data__block .doughnut-chart .chart .num {
  position: absolute;
  inset: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  font-size: calc(var(--dataNumSize) * 0.3888888 * 0.9);
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 834px) {
  .lower-data .data__container .data__block .doughnut-chart .chart .num {
    font-size: calc(var(--dataNumSize) * 0.3888888 * 0.8);
  }
}
.lower-data .data__container .data__block .doughnut-chart .chart .num b {
  font-family: var(--engFont);
  font-size: calc(var(--dataNumSize) * 0.7);
  font-weight: 700;
  color: var(--dataNumColor);
  letter-spacing: -0.05em;
  margin-right: 4px;
  font-variant-numeric: tabular-nums;
}
@media (max-width: 834px) {
  .lower-data .data__container .data__block .doughnut-chart .chart .num b {
    font-size: calc(var(--dataNumSize) * 0.7 * 0.7);
  }
}
.lower-data .data__container .data__block .doughnut-chart .chart .ico {
  position: absolute;
  z-index: 2;
  left: 16px;
  bottom: 0;
}
@media (max-width: 834px) {
  .lower-data .data__container .data__block .doughnut-chart .chart .ico {
    left: 8px;
  }
}
.lower-data .data__container .data__block .doughnut-chart .chart .ico img {
  height: 56px;
}
@media (max-width: 834px) {
  .lower-data .data__container .data__block .doughnut-chart .chart .ico img {
    height: 44px;
  }
}
.lower-data .data__container .data__block .bar-chart {
  width: 100%;
  max-width: 730px;
}
.lower-data .data__container .data__block .bar-chart canvas {
  aspect-ratio: 3/2;
}
@media (max-width: 834px) {
  .lower-data .data__container .data__block .bar-chart canvas {
    aspect-ratio: 2/1.2;
  }
}
.lower-data .data__container .data__block .bar-chart canvas.verticalBarChart {
  aspect-ratio: 1/1;
}
@media (max-width: 834px) {
  .lower-data .data__container .data__block .bar-chart canvas.verticalBarChart {
    aspect-ratio: 3/2;
  }
}
.lower-data .data__container .data__block .tips {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 8px;
}
.lower-data .data__container .data__block .tips__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 10px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.6;
}
@media (max-width: 834px) {
  .lower-data .data__container .data__block .tips__item {
    gap: 0 8px;
    font-size: 1.4rem;
  }
}
.lower-data .data__container .data__block .tips__item::before {
  content: "";
  aspect-ratio: 1/1;
  width: 0.75em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0.75em;
          flex: 0 0 0.75em;
  margin-top: 0.4em;
  border-radius: 50%;
}
.lower-data .data__container .data__block .tips__item b {
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1;
}
@media (max-width: 834px) {
  .lower-data .data__container .data__block .tips__item b {
    font-size: 1.6rem;
  }
}
.lower-data .data__container .data__block .tips__item:nth-child(5n+1)::before {
  background: var(--tipsColor01);
}
.lower-data .data__container .data__block .tips__item:nth-child(5n+2)::before {
  background: var(--tipsColor02);
}
.lower-data .data__container .data__block .tips__item:nth-child(5n+3)::before {
  background: var(--tipsColor03);
}
.lower-data .data__container .data__block .tips__item:nth-child(5n+4)::before {
  background: var(--tipsColor04);
}
.lower-data .data__container .data__block .tips__item:nth-child(5n+5)::before {
  background: var(--tipsColor05);
}
.lower-data .data__container .data__block .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 25px 15px;
}
@media (max-width: 834px) {
  .lower-data .data__container .data__block .list {
    gap: 10px;
  }
}
.lower-data .data__container .data__block .list__item {
  position: relative;
  font-weight: 700;
  color: #ffffff;
  padding: 0.65em 1.1em;
  background: #00006a;
}
@media (max-width: 834px) {
  .lower-data .data__container .data__block .list__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.2rem;
  }
}
.lower-data .data__container .data__block .list__item::after {
  content: "";
  aspect-ratio: 10/7;
  width: 10px;
  position: absolute;
  bottom: 1px;
  right: 20px;
  background: #00006a;
  translate: 0 100%;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}
.lower-data .data__container .data__block .list__item:nth-child(even) {
  background: #d80072;
}
.lower-data .data__container .data__block .list__item:nth-child(even)::after {
  background: #d80072;
}
.lower-data .data__container .data__date {
  text-align: right;
  margin-top: 24px;
  font-size: 0.8em;
  font-weight: 500;
  letter-spacing: 0.075em;
  color: #999999;
}
@media (max-width: 834px) {
  .lower-data .data__container .data__date {
    font-size: 1.2rem;
    margin-top: 16px;
  }
}
@media (min-width: 835px) {
  .lower-data .data__container #data01 .body {
    padding: 40px 28px 48px;
    gap: 24px 6.9498069498%;
  }
}
@media (max-width: 834px) {
  .lower-data .data__container #data01 .body {
    gap: 20px 5%;
    padding: 24px 6.25% 8px;
  }
}
.lower-data .data__container #data01 .body .img {
  max-width: 121px;
  aspect-ratio: 121/116;
}
@media (max-width: 834px) {
  .lower-data .data__container #data01 .body .img {
    max-width: 88.33px;
  }
}
.lower-data .data__container #data01 .body .data {
  margin-top: -10px;
}
.lower-data .data__container #data01 .body .num {
  font-size: 2.6rem;
}
@media (max-width: 834px) {
  .lower-data .data__container #data01 .body .num {
    font-size: 1.8rem;
  }
}
.lower-data .data__container #data01 .body .num b {
  font-size: 8rem;
  letter-spacing: -0.02em;
  margin-right: 8px;
}
@media (max-width: 834px) {
  .lower-data .data__container #data01 .body .num b {
    font-size: 5rem;
    margin-right: 6px;
  }
}
.lower-data .data__container #data02 .body {
  width: 100%;
  max-width: 520px;
}
@media (min-width: 835px) {
  .lower-data .data__container #data02 .body {
    padding: 40px 28px 48px;
    gap: 24px 9.4827586207%;
  }
}
@media (max-width: 834px) {
  .lower-data .data__container #data02 .body {
    display: block;
  }
}
.lower-data .data__container #data02 .body .img {
  max-width: 138px;
  aspect-ratio: 138/114;
}
@media (min-width: 835px) {
  .lower-data .data__container #data02 .body .img {
    margin-bottom: -4px;
  }
}
@media (max-width: 834px) {
  .lower-data .data__container #data02 .body .img {
    max-width: 96px;
    margin-inline: auto;
  }
}
@media (min-width: 835px) {
  .lower-data .data__container #data02 .body .data-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (max-width: 834px) {
  .lower-data .data__container #data02 .body .data-wrapper {
    margin-top: 16px;
  }
}
.lower-data .data__container #data02 .body .data {
  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;
  border-top: 1px solid rgba(0, 0, 106, 0.2);
  padding: 14px 0 16px;
}
@media (max-width: 834px) {
  .lower-data .data__container #data02 .body .data {
    padding: 8px 0 12px;
  }
}
.lower-data .data__container #data02 .body .data:first-child {
  border-top: none;
  padding-top: 0;
}
.lower-data .data__container #data02 .body .data:last-child {
  padding-bottom: 0;
}
.lower-data .data__container #data02 .body .label {
  -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;
  gap: 7px;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media (max-width: 834px) {
  .lower-data .data__container #data02 .body .label {
    font-size: 1.6rem;
  }
}
.lower-data .data__container #data02 .body .label::before {
  content: "";
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0.5555555556em;
          flex: 0 0 0.5555555556em;
  width: 0.5555555556em;
  aspect-ratio: 1/1;
  background: #d80072;
  border-radius: 50%;
  margin-top: 2px;
}
.lower-data .data__container #data02 .body .num {
  font-size: 1.6rem;
}
@media (max-width: 834px) {
  .lower-data .data__container #data02 .body .num {
    font-size: 1.4rem;
  }
}
.lower-data .data__container #data02 .body .num b {
  font-size: 5.2rem;
  font-weight: 900;
  letter-spacing: 0;
  margin-right: 10px;
}
@media (max-width: 834px) {
  .lower-data .data__container #data02 .body .num b {
    font-size: 3.4rem;
    margin-right: 8px;
  }
}
.lower-data .data__container #data03 .body {
  gap: clamp(44.8px, 4.3076923077vw, 56px);
}
@media (min-width: 835px) {
  .lower-data .data__container #data03 .body {
    padding: 32px 32px 44px;
  }
}
@media (max-width: 834px) {
  .lower-data .data__container #data03 .body {
    gap: 24px;
  }
}
.lower-data .data__container #data03 .body .bar-chart {
  position: relative;
  max-width: clamp(584px, 56.1538461538vw, 730px);
}
@media (max-width: 834px) {
  .lower-data .data__container #data03 .body .chart {
    margin-left: -2%;
    margin-right: -2%;
  }
}
.lower-data .data__container #data03 .body .chart canvas {
  height: 320px !important;
  aspect-ratio: 720/284;
}
@media (max-width: 834px) {
  .lower-data .data__container #data03 .body .chart canvas {
    height: 360px !important;
  }
}
.lower-data .data__container #data03 .body .chart-label {
  position: absolute;
  left: calc(100% - 3px);
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0;
  color: #00006a;
  line-height: 1;
  white-space: nowrap;
}
@media (max-width: 834px) {
  .lower-data .data__container #data03 .body .chart-label {
    font-size: 1.1rem;
  }
}
.lower-data .data__container #data03 .body .chart-label.-type01 {
  top: 28px;
}
@media (max-width: 834px) {
  .lower-data .data__container #data03 .body .chart-label.-type01 {
    top: auto;
    right: auto;
    bottom: -8px;
    left: calc(100% - 39px);
  }
}
.lower-data .data__container #data03 .body .chart-label.-type02 {
  bottom: 4px;
}
@media (max-width: 834px) {
  .lower-data .data__container #data03 .body .chart-label.-type02 {
    bottom: -8px;
    left: -3px;
  }
}
.lower-data .data__container #data03 .body .data {
  position: relative;
  background: #d80072;
  border-radius: 50%;
  aspect-ratio: 1/1;
  width: clamp(239.7px, 21.6923076923vw, 282px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 24px;
}
@media (max-width: 834px) {
  .lower-data .data__container #data03 .body .data {
    width: 186px;
    margin-top: 8px;
  }
}
.lower-data .data__container #data03 .body .note {
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin-inline: auto;
  max-width: clamp(218.4px, 18.4615384615vw, 240px);
  font-size: clamp(1.8rem, 1.5076923077vw, 1.96rem);
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #fff;
  line-height: 1.6;
  background: #00006a;
  border-radius: 100vmax;
  padding: 0.5em 1em;
  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;
}
@media (max-width: 834px) {
  .lower-data .data__container #data03 .body .note {
    top: -8px;
    max-width: 200px;
    font-size: 1.6rem;
  }
}
.lower-data .data__container #data03 .body .note::before {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: 32px;
  width: 12px;
  aspect-ratio: 12/15;
  background: #00006a;
  clip-path: polygon(100% 0, 0 0, 85% 100%);
}
@media (max-width: 834px) {
  .lower-data .data__container #data03 .body .note::before {
    left: 26px;
    width: 10px;
  }
}
.lower-data .data__container #data03 .body .label {
  font-size: clamp(1.8rem, 1.5vw, 1.95rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 1.6;
  padding-inline: 48px;
  margin-top: -22px;
}
@media (max-width: 834px) {
  .lower-data .data__container #data03 .body .label {
    font-size: 1.6rem;
    padding-inline: 32px;
    margin-top: -8px;
  }
}
.lower-data .data__container #data03 .body .num {
  position: relative;
  font-size: clamp(1.9rem, 1.6153846154vw, 2.1rem);
  color: #fff;
  margin-inline: auto;
  margin-top: -4px;
}
@media (max-width: 834px) {
  .lower-data .data__container #data03 .body .num {
    font-size: 1.8rem;
    margin-top: -2px;
  }
}
.lower-data .data__container #data03 .body .num::before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;
}
@media (max-width: 834px) {
  .lower-data .data__container #data03 .body .num::before {
    bottom: -8px;
    height: 2px;
  }
}
.lower-data .data__container #data03 .body .num::after {
  content: "";
  position: absolute;
  bottom: -23px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;
}
@media (max-width: 834px) {
  .lower-data .data__container #data03 .body .num::after {
    bottom: -13px;
    height: 2px;
  }
}
.lower-data .data__container #data03 .body .num b {
  font-size: clamp(8rem, 7.6923076923vw, 10rem);
  font-weight: 800;
  letter-spacing: 0;
}
@media (max-width: 834px) {
  .lower-data .data__container #data03 .body .num b {
    font-size: 5.4rem;
  }
}
@media (min-width: 835px) {
  .lower-data .data__container #data04 .body {
    padding: 32px 28px;
    gap: 16px 7.722007722%;
  }
}
.lower-data .data__container #data04 .body .tips__item {
  font-family: "游ゴシック", YuGothic, "游ゴシック体", "Yu Gothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
}
@media (max-width: 834px) {
  .lower-data .data__container #data05 .body {
    padding-left: 5%;
    padding-right: 4%;
  }
}
@media (min-width: 835px) {
  .lower-data .data__container #data05 .body {
    padding: 32px 28px 36px;
  }
}
.lower-data .data__container #data05 .body .bar-chart {
  max-width: clamp(355.2px, 34.1538461538vw, 444px);
}
.lower-data .data__container #data05 .body .chart canvas {
  height: 230px !important;
  aspect-ratio: 444/230;
}
@media (min-width: 835px) {
  .lower-data .data__container #data06 .data__header {
    min-height: 118px;
  }
}
.lower-data .data__container #data06 .data__title {
  height: calc(100% - 14px);
}
@media (min-width: 835px) {
  .lower-data .data__container #data06 .body {
    padding: 36px 28px 48px;
  }
}
.lower-data .data__container #data06 .body .img {
  max-width: 159px;
  aspect-ratio: 159/122;
}
@media (max-width: 834px) {
  .lower-data .data__container #data06 .body .img {
    max-width: 135.15px;
  }
}
.lower-data .data__container #data06 .body .data .num b {
  letter-spacing: 0.05em;
}
@media (min-width: 835px) {
  .lower-data .data__container #data07 .body {
    padding: 36px 28px 48px;
    gap: 12px;
  }
}
@media (max-width: 834px) {
  .lower-data .data__container #data07 .body {
    gap: 0;
  }
}
.lower-data .data__container #data07 .body .img {
  max-width: 154px;
  aspect-ratio: 154/133;
}
@media (max-width: 834px) {
  .lower-data .data__container #data07 .body .img {
    max-width: 130.9px;
  }
}
.lower-data .data__container #data07 .body .data .num {
  font-weight: 900;
}
.lower-data .data__container #data07 .body .data .num b {
  letter-spacing: 0;
}
@media (min-width: 835px) {
  .lower-data .data__container #data07 .body .data .num b {
    margin-right: 8px;
  }
}
@media (min-width: 835px) {
  .lower-data .data__container #data08 .data__header {
    min-height: 118px;
  }
}
.lower-data .data__container #data08 .data__title {
  height: calc(100% - 14px);
}
@media (min-width: 835px) {
  .lower-data .data__container #data08 .body {
    padding: 36px 28px 48px;
    gap: 32px;
  }
}
@media (max-width: 834px) {
  .lower-data .data__container #data08 .body {
    gap: 16px;
  }
}
.lower-data .data__container #data08 .body .img {
  max-width: 155px;
  aspect-ratio: 155/106;
}
@media (max-width: 834px) {
  .lower-data .data__container #data08 .body .img {
    max-width: 131.75px;
  }
}
.lower-data .data__container #data08 .body .data .num {
  font-weight: 900;
}
.lower-data .data__container #data08 .body .data .num b {
  letter-spacing: 0;
}
@media (min-width: 835px) {
  .lower-data .data__container #data09 .body {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 14px 7.0359281437%;
    max-width: 724px;
    margin-inline: auto;
    min-height: 104px;
  }
}
@media (min-width: 835px) {
  .lower-data .data__container #data09 .body {
    padding: 32px 28px;
  }
}
@media (max-width: 834px) {
  .lower-data .data__container #data09 .body {
    gap: 10px 5%;
  }
}
.lower-data .data__container #data09 .body .img-wraper {
  -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;
  gap: 8px;
}
.lower-data .data__container #data09 .body .img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 47px;
          flex: 0 0 47px;
  width: 47px;
}
@media (max-width: 834px) {
  .lower-data .data__container #data09 .body .img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 37.6px;
            flex: 0 0 37.6px;
    width: 37.6px;
  }
}
.lower-data .data__container #data09 .body .label {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media (max-width: 834px) {
  .lower-data .data__container #data09 .body .label {
    font-size: 1.6rem;
  }
}
.lower-data .data__container #data09 .body .data__item {
  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: 3%;
  border-bottom: 1px solid rgba(0, 0, 106, 0.2);
  max-width: 310px;
  width: 100%;
  height: 100%;
  padding-bottom: 14px;
}
@media (max-width: 834px) {
  .lower-data .data__container #data09 .body .data__item {
    padding-bottom: 8px;
    margin-inline: auto;
  }
}
.lower-data .data__container #data09 .body .data .num {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media (max-width: 834px) {
  .lower-data .data__container #data09 .body .data .num {
    font-size: 1.6rem;
  }
}
.lower-data .data__container #data09 .body .data .num b {
  font-size: 4.9rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
}
@media (max-width: 834px) {
  .lower-data .data__container #data09 .body .data .num b {
    font-size: 3.4rem;
  }
}
@media (min-width: 835px) {
  .lower-data .data__container #data10 .body {
    gap: 16px;
    padding: 32px 28px;
  }
}
@media (max-width: 834px) {
  .lower-data .data__container #data10 .body {
    padding: 24px 6.25% 16px;
  }
}
.lower-data .data__container #data10 .body .img {
  max-width: 130px;
  aspect-ratio: 130/105;
}
@media (max-width: 834px) {
  .lower-data .data__container #data10 .body .img {
    max-width: 110.5px;
  }
}
.lower-data .data__container #data10 .body .data .label {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media (max-width: 834px) {
  .lower-data .data__container #data10 .body .data .label {
    font-size: 1.7rem;
  }
}
@media (min-width: 835px) {
  .lower-data .data__container #data10 .body .data .num {
    margin-top: -1px;
  }
}
.lower-data .data__container #data10 .body .data .num b {
  letter-spacing: -0.05em;
}
.lower-data .data__container #data11 .body {
  gap: 32px 7.722007722%;
}
.lower-data .data__container #data11 .body .data__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 189px;
}
.lower-data .data__container #data11 .body .label-wrapper {
  position: relative;
}
.lower-data .data__container #data11 .body .img {
  position: absolute;
  width: 44px;
  bottom: -1px;
  left: -12px;
}
@media (max-width: 834px) {
  .lower-data .data__container #data11 .body .img {
    width: 35.2px;
  }
}
.lower-data .data__container #data11 .body .label {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 1.6;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  background: #00006a;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.35em 1em;
}
.lower-data .data__container #data11 .body .label.-career {
  background: #d80072;
}
@media (max-width: 834px) {
  .lower-data .data__container #data11 .body .label {
    font-size: 1.6rem;
    border-radius: 8px;
  }
}
.lower-data .data__container #data11 .body .data .num {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: 9px;
}
@media (max-width: 834px) {
  .lower-data .data__container #data11 .body .data .num {
    font-size: 1.8rem;
  }
}
.lower-data .data__container #data11 .body .data .num b {
  font-size: 8.4rem;
  letter-spacing: 0.05em;
}
@media (max-width: 834px) {
  .lower-data .data__container #data11 .body .data .num b {
    font-size: 5rem;
  }
}
@media (min-width: 835px) {
  .lower-data .data__container #data12 .body {
    min-height: 160px;
    padding: 48px 28px;
    gap: 32px 9.2664092664%;
  }
}
@media (max-width: 834px) {
  .lower-data .data__container #data12 .body {
    padding: 24px 6.25% 8px;
  }
}
.lower-data .data__container #data12 .body .img {
  max-width: 147px;
  aspect-ratio: 147/140;
  margin-left: -16px;
  margin-bottom: -16px;
}
@media (max-width: 834px) {
  .lower-data .data__container #data12 .body .img {
    max-width: 107.31px;
  }
}
.lower-data .data__container #data12 .body .data .num {
  font-size: 3.3rem;
}
@media (max-width: 834px) {
  .lower-data .data__container #data12 .body .data .num {
    font-size: 2.1rem;
  }
}
.lower-data .data__container #data12 .body .data .num b {
  letter-spacing: -0.02em;
}
@media (min-width: 835px) {
  .lower-data .data__container #data12 .body .data .num b {
    margin-right: 8px;
  }
}

/* ============================================
// VOICE
// ==========================================*/
.lower-voice .anchorList {
  position: relative;
  padding-block: 30px 160px;
}
@media (max-width: 834px) {
  .lower-voice .anchorList {
    margin-inline: -4%;
    padding-block: 0px 70px;
  }
}
.lower-voice .anchorList::before {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: 735px;
  aspect-ratio: 735/368;
  scale: -1 1;
  background: url(../img/oneday/bg_shape_02.png) center center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-voice .anchorList::before {
    width: clamp(367.5px, 88.1294964029vw, 735px);
  }
}
.lower-voice .anchorList::after {
  content: "VOICE";
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 0;
  translate: 0 50%;
  font-size: 16.2rem;
  font-weight: 900;
  line-height: 1;
  font-family: "Open Sans", sans-serif;
  color: #eee;
  white-space: nowrap;
}
@media (max-width: 834px) {
  .lower-voice .anchorList::after {
    font-size: 10rem;
    font-size: min(27vw, 10rem);
  }
}
.lower-voice .anchorList .list {
  position: relative;
  z-index: 7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
@media (max-width: 834px) {
  .lower-voice .anchorList .list {
    gap: 10px;
  }
}
.lower-voice .anchorList .list__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(33.333% - 20px);
          flex: 0 1 calc(33.333% - 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #e5e5e5;
  border-radius: 15px;
  background-color: #fff;
}
@media (max-width: 834px) {
  .lower-voice .anchorList .list__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 5px);
            flex: 0 1 calc(50% - 5px);
    border-width: 1px;
    border-radius: 10px;
  }
}
.lower-voice .anchorList .list__item > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 40px;
  height: 100%;
}
@media (min-width: 835px) {
  .lower-voice .anchorList .list__item > a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 834px) {
  .lower-voice .anchorList .list__item > a {
    padding: 10px 7%;
  }
}
.lower-voice .anchorList .list__item > a::before, .lower-voice .anchorList .list__item > a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  pointer-events: none;
}
.lower-voice .anchorList .list__item > a::before {
  background-color: #d80072;
  aspect-ratio: 1/1;
  width: 60px;
  border-radius: 15px 0 15px 0;
  margin-bottom: -2px;
  margin-right: -2px;
}
@media (max-width: 834px) {
  .lower-voice .anchorList .list__item > a::before {
    border-radius: 10px 0 10px 0;
    width: 30px;
  }
}
.lower-voice .anchorList .list__item > a::after {
  aspect-ratio: 30/24;
  -webkit-mask: url(../img/common/arrow01.png) no-repeat center center/contain;
          mask: url(../img/common/arrow01.png) no-repeat center center/contain;
  background-color: #fff;
  width: 15px;
  rotate: 90deg;
  margin-bottom: 22px;
  margin-right: 20px;
}
@media (max-width: 834px) {
  .lower-voice .anchorList .list__item > a::after {
    width: 10px;
    margin-bottom: 9px;
    margin-right: 8px;
  }
}
.lower-voice .anchorList .list__item .img {
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 20px;
}
@media (max-width: 834px) {
  .lower-voice .anchorList .list__item .img {
    border-radius: 10px;
    margin-bottom: 7px;
  }
}
.lower-voice .anchorList .list__item .img img {
  aspect-ratio: 600/388;
}
.lower-voice .anchorList .list__item .division {
  margin-bottom: 20px;
  line-height: 1.6;
}
@media (max-width: 834px) {
  .lower-voice .anchorList .list__item .division {
    font-size: 1.1rem;
    margin-bottom: 10px;
  }
}
.lower-voice .anchorList .list__item .name {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.5;
  margin-top: auto;
}
@media (max-width: 834px) {
  .lower-voice .anchorList .list__item .name {
    font-size: 1.8rem;
    padding-right: 20px;
  }
}
.lower-voice .anchorList .list__item .join {
  font-size: 1.4rem;
  font-weight: bold;
  color: #a0a0a0;
  margin-top: 5px;
}
@media (max-width: 834px) {
  .lower-voice .anchorList .list__item .join {
    font-size: 1rem;
    margin-top: 0;
    padding-right: 20px;
  }
}
.lower-voice .voiceList {
  position: relative;
  padding-block: 30px 0;
}
@media (max-width: 834px) {
  .lower-voice .voiceList {
    padding-block: 0px;
  }
}
@media (max-width: 834px) {
  .lower-voice .voiceList .list {
    margin-inline: -4%;
  }
}
.lower-voice .voiceList .list__item {
  position: relative;
  padding-top: 70px;
}
@media (max-width: 834px) {
  .lower-voice .voiceList .list__item {
    padding-top: 40px;
  }
}
.lower-voice .voiceList .list__item__inner {
  border: 2px solid #e5e5e5;
  border-radius: 15px;
  padding: 60px 60px;
}
@media (max-width: 834px) {
  .lower-voice .voiceList .list__item__inner {
    border-width: 1px;
    border-radius: 10px;
    padding: 30px 5%;
  }
}
.lower-voice .voiceList .list__item__head {
  position: relative;
}
@media (min-width: 835px) {
  .lower-voice .voiceList .list__item__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 5%;
  }
}
@media (max-width: 834px) {
  .lower-voice .voiceList .list__item__head:not(:has(.list__item__head__image)) .list__item__head__contents .copy {
    padding-top: 30px;
  }
}
.lower-voice .voiceList .list__item__head:not(:has(.list__item__head__image)) .list__item__head__contents .copy::after {
  width: calc(100% + 62px + 62px);
  margin-left: -62px;
  border-top-left-radius: 15px;
}
@media (max-width: 834px) {
  .lower-voice .voiceList .list__item__head:not(:has(.list__item__head__image)) .list__item__head__contents .copy::after {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    width: calc(100% + 10vw);
    margin-left: -5vw;
  }
}
.lower-voice .voiceList .list__item__head__image {
  position: relative;
  z-index: 5;
  max-width: 420px;
}
@media (min-width: 835px) {
  .lower-voice .voiceList .list__item__head__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 39.1%;
            flex: 0 1 39.1%;
  }
}
@media (max-width: 834px) {
  .lower-voice .voiceList .list__item__head__image {
    margin-inline: auto;
    max-width: 90%;
  }
}
.lower-voice .voiceList .list__item__head__image .img {
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 834px) {
  .lower-voice .voiceList .list__item__head__image .img {
    border-radius: 10px;
  }
}
.lower-voice .voiceList .list__item__head__image .img img {
  aspect-ratio: 1/1;
}
@media (min-width: 835px) {
  .lower-voice .voiceList .list__item__head__contents {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 55.9%;
            flex: 1 1 55.9%;
  }
}
.lower-voice .voiceList .list__item__head__contents .copy {
  position: relative;
  margin-top: -62px;
  margin-bottom: 50px;
  padding-block: 60px;
}
@media (max-width: 834px) {
  .lower-voice .voiceList .list__item__head__contents .copy {
    margin-top: -30px;
    margin-bottom: 20px;
    padding-block: 60px 30px;
  }
}
.lower-voice .voiceList .list__item__head__contents .copy::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  margin: 0 -70px -10px 0;
  width: 341.5px;
  aspect-ratio: 683/380;
  -webkit-mask: url(../img/voice/logo-copy.png) no-repeat center center/contain;
          mask: url(../img/voice/logo-copy.png) no-repeat center center/contain;
  background-color: #fff;
  opacity: 0.1;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-voice .voiceList .list__item__head__contents .copy::before {
    width: 60%;
    margin: 0 -20px -10px 0;
  }
}
.lower-voice .voiceList .list__item__head__contents .copy::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: calc(100% + 212px + 62px);
  height: 100%;
  margin-left: -212px;
  margin-right: -62px;
  background: #00006a;
  border-top-right-radius: 15px;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-voice .voiceList .list__item__head__contents .copy::after {
    width: calc(100% + 10vw);
    margin-left: -5vw;
    border-top-right-radius: 0;
  }
}
.lower-voice .voiceList .list__item__head__contents .copy span {
  position: relative;
  z-index: 3;
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
}
@media (max-width: 834px) {
  .lower-voice .voiceList .list__item__head__contents .copy span {
    font-size: 2.4rem;
  }
}
.lower-voice .voiceList .list__item__head__contents .copy span::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  right: 100%;
  background: url(../img/voice/ico-copy.png) no-repeat center center/contain;
  aspect-ratio: 68/60;
  width: 1em;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-voice .voiceList .list__item__head__contents .copy span::before {
    width: 0.8em;
    margin-right: -10px;
    margin-bottom: 5px;
  }
}
.lower-voice .voiceList .list__item__head__contents .division {
  margin-bottom: 20px;
  line-height: 1.6;
}
@media (max-width: 834px) {
  .lower-voice .voiceList .list__item__head__contents .division {
    margin-bottom: 10px;
  }
}
.lower-voice .voiceList .list__item__head__contents .name {
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 1.5;
}
@media (max-width: 834px) {
  .lower-voice .voiceList .list__item__head__contents .name {
    font-size: 2.4rem;
  }
}
.lower-voice .voiceList .list__item__head__contents .join {
  font-size: 1.4rem;
  font-weight: bold;
  color: #a0a0a0;
  margin-top: 5px;
}
@media (max-width: 834px) {
  .lower-voice .voiceList .list__item__head__contents .join {
    font-size: 1rem;
    margin-top: 0;
  }
}
.lower-voice .voiceList .list__item__head__prof {
  position: relative;
  margin-top: 40px;
  width: 100%;
}
@media (min-width: 835px) {
  .lower-voice .voiceList .list__item__head__prof {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 834px) {
  .lower-voice .voiceList .list__item__head__prof {
    margin-top: 20px;
    padding: 20px 7%;
    background: #f4f4f8;
    border-radius: 10px;
  }
}
.lower-voice .voiceList .list__item__head__prof .img {
  max-width: 390px;
  border-radius: 12px;
  overflow: hidden;
}
@media (min-width: 835px) {
  .lower-voice .voiceList .list__item__head__prof .img {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 39%;
            flex: 0 1 39%;
  }
}
@media (max-width: 834px) {
  .lower-voice .voiceList .list__item__head__prof .img {
    max-width: 40%;
    float: right;
    border-radius: 6px;
    margin-left: 10px;
    margin-bottom: 5px;
  }
}
.lower-voice .voiceList .list__item__head__prof .img img {
  aspect-ratio: 390/248;
}
.lower-voice .voiceList .list__item__head__prof .read {
  position: relative;
}
@media (min-width: 835px) {
  .lower-voice .voiceList .list__item__head__prof .read {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 62%;
            flex: 1 1 62%;
    background: #f4f4f8;
    padding: 30px;
    border-radius: 15px;
  }
}
.lower-voice .voiceList .list__item__body .interviewList__item {
  position: relative;
  margin-top: 50px;
}
@media (min-width: 835px) {
  .lower-voice .voiceList .list__item__body .interviewList__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5%;
  }
}
@media (max-width: 834px) {
  .lower-voice .voiceList .list__item__body .interviewList__item {
    margin-top: 30px;
  }
}
@media (min-width: 835px) {
  .lower-voice .voiceList .list__item__body .interviewList__item:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media (min-width: 835px) {
  .lower-voice .voiceList .list__item__body .interviewList__item__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 39%;
            flex: 0 1 39%;
    max-width: 390px;
  }
}
@media (max-width: 834px) {
  .lower-voice .voiceList .list__item__body .interviewList__item__image {
    margin-inline: auto;
    margin-bottom: 20px;
    max-width: 85%;
  }
}
.lower-voice .voiceList .list__item__body .interviewList__item__image .img {
  max-width: 390px;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 834px) {
  .lower-voice .voiceList .list__item__body .interviewList__item__image .img {
    border-radius: 6px;
  }
}
@media (min-width: 835px) {
  .lower-voice .voiceList .list__item__body .interviewList__item__image .img {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 33%;
            flex: 0 1 33%;
    max-width: 390px;
  }
}
.lower-voice .voiceList .list__item__body .interviewList__item__image .img img {
  aspect-ratio: 390/248;
}
@media (min-width: 835px) {
  .lower-voice .voiceList .list__item__body .interviewList__item__contents {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 62%;
            flex: 1 1 62%;
  }
}
.lower-voice .voiceList .list__item__body .interviewList__item__contents .q {
  position: relative;
  font-size: 2.6rem;
  font-weight: bold;
  color: #d80072;
  line-height: 1.5;
  margin-bottom: 0.7em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.5em;
}
@media (max-width: 834px) {
  .lower-voice .voiceList .list__item__body .interviewList__item__contents .q {
    font-size: 2rem;
    margin-bottom: 0.5em;
  }
}
.lower-voice .voiceList .list__item__body .interviewList__item__contents .q::before {
  content: "Q";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.8461538462em;
  font-weight: 800;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  background: #00006a;
  border-radius: 50%;
  aspect-ratio: 1/1;
  width: 2.0454545455em;
  height: 100%;
  padding-bottom: 0.2em;
}
.lower-voice .voiceList .list__item__body .interviewOff {
  position: relative;
  background: #f4f4f8;
  border-radius: 15px;
  margin-top: 50px;
  padding: 50px;
}
@media (max-width: 834px) {
  .lower-voice .voiceList .list__item__body .interviewOff {
    margin-top: 30px;
    padding: 30px 7%;
    border-radius: 10px;
  }
}
.lower-voice .voiceList .list__item__body .interviewOff::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -50%;
  background: #f4f4f8 url(../img/voice/ico-off.png) no-repeat center center/45%;
  aspect-ratio: 1/1;
  width: 76px;
  border-radius: 50px;
}
@media (max-width: 834px) {
  .lower-voice .voiceList .list__item__body .interviewOff::before {
    width: 45.6px;
  }
}
.lower-voice .voiceList .list__item__body .interviewOff .copy {
  position: relative;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0.6em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media (max-width: 834px) {
  .lower-voice .voiceList .list__item__body .interviewOff .copy {
    font-size: 2rem;
  }
}
.lower-voice .voiceList .list .js-accordion-trigger {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 20px;
  margin-inline: auto;
  padding: 10px 30px;
  border: 1px solid;
  border-radius: 10px;
}
@media (min-width: 835px) {
  .lower-voice .voiceList .list .js-accordion-trigger {
    display: none;
  }
}
.lower-voice .voiceList .list .js-accordion-trigger span:nth-child(1) {
  display: block;
}
.lower-voice .voiceList .list .js-accordion-trigger span:nth-child(2) {
  display: none;
}
@media (max-width: 834px) {
  .lower-voice .voiceList .list .js-accordion-item.-open .js-accordion-contents {
    grid-template-rows: 1fr;
  }
  .lower-voice .voiceList .list .js-accordion-item.-open .js-accordion-contents-inner {
    overflow-y: hidden;
    -webkit-transition: 1s;
    transition: 1s;
  }
  .lower-voice .voiceList .list .js-accordion-item.-open .js-accordion-trigger span:nth-child(1) {
    display: none;
  }
  .lower-voice .voiceList .list .js-accordion-item.-open .js-accordion-trigger span:nth-child(2) {
    display: block;
  }
  .lower-voice .voiceList .list .js-accordion-contents {
    display: grid;
    grid-template-rows: 0fr;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .lower-voice .voiceList .list .js-accordion-contents-inner {
    overflow-y: hidden;
    -webkit-transition: 1s;
    transition: 1s;
  }
}/*# sourceMappingURL=style.css.map */