@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;
}

@-webkit-keyframes fadeUpBtnText {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-1.3em);
            transform: translateY(-1.3em);
  }
  55% {
    -webkit-transform: translateY(1.3em);
            transform: translateY(1.3em);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpBtnText {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-1.3em);
            transform: translateY(-1.3em);
  }
  55% {
    -webkit-transform: translateY(1.3em);
            transform: translateY(1.3em);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(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: #f58a90;
  color: #ffffff;
}

::selection {
  background: #f58a90;
  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: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.7rem;
  font-weight: 500;
  color: #231d4a;
  line-height: 2;
  letter-spacing: 0.075em;
  word-break: break-word;
  background: #fff;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media (max-width: 834px) {
  body {
    font-size: 1.5rem;
  }
}

#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;
}
a {
  color: #231d4a;
  -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;
}

img:not(.ofi) {
  display: block;
  max-width: 100%;
  height: auto;
}

.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: "Chonburi", 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(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 1.4s ease 0.1s, -webkit-transform 0.8s ease;
  transition: opacity 1.4s ease 0.1s, -webkit-transform 0.8s ease;
  transition: opacity 1.4s ease 0.1s, transform 0.8s ease;
  transition: opacity 1.4s ease 0.1s, transform 0.8s ease, -webkit-transform 0.8s ease;
}
.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);
}
.anime.-for-boundIn-b-40 span {
  display: inline-block;
  opacity: 0;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(1) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 35ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 35ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(2) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 70ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 70ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(3) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 105ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 105ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(4) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 140ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 140ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(5) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 175ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 175ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(6) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 210ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 210ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(7) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 245ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 245ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(8) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 280ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 280ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(9) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 315ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 315ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(10) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 350ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 350ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(11) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 385ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 385ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(12) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 420ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 420ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(13) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 455ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 455ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(14) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 490ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 490ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(15) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 525ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 525ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(16) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 560ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 560ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(17) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 595ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 595ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(18) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 630ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 630ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(19) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 665ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 665ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(20) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 700ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 700ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(21) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 735ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 735ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(22) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 770ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 770ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(23) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 805ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 805ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(24) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 840ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 840ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(25) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 875ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 875ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(26) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 910ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 910ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(27) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 945ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 945ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(28) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 980ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 980ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(29) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 1015ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 1015ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(30) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 1050ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 1050ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

#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: 83px;
  }
}

@-webkit-keyframes fadein-b-40 {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 40px);
            transform: translate(0, 40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes fadein-b-40 {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 40px);
            transform: translate(0, 40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
/* ============================================
// loading
// ==========================================*/
/* ============================================
// hamburger
// ==========================================*/
.hamburger {
  position: fixed;
  inset: 0;
  z-index: 999;
  background: #fff;
  backdrop-filter: blur(10px);
  opacity: 0;
  visibility: hidden;
}
.js-loaded .hamburger {
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.hamburger.js-open {
  opacity: 1;
  visibility: visible;
}
.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 (max-width: 834px) {
  .hamburger__menu {
    padding: 48px;
  }
}
.hamburger__menu__inner {
  width: 100%;
  max-width: 320px;
  margin: auto;
}
.hamburger__menu__logo {
  margin-bottom: 32px;
}
@media (max-width: 834px) {
  .hamburger__menu__logo {
    margin-bottom: 16px;
  }
}
.hamburger__menu__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media (max-width: 834px) {
  .hamburger__menu__logo a {
    gap: 12px;
  }
}
.hamburger__menu__logo .img {
  max-width: 180px;
  display: block;
}
@media (max-width: 834px) {
  .hamburger__menu__logo .img {
    max-width: 130px;
  }
}
.hamburger__menu__logo .siteType {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1;
  padding: 8px 12px;
  border: #231d4a 1px solid;
}
@media (max-width: 834px) {
  .hamburger__menu__logo .siteType {
    margin-top: 4px;
    font-size: 1rem;
    padding: 6px 5px 5px;
  }
}
.hamburger__menu__nav__list {
  border-top: rgba(35, 29, 74, 0.2) 1px solid;
}
.hamburger__menu__nav__list__item {
  border-bottom: rgba(35, 29, 74, 0.2) 1px solid;
}
.hamburger__menu__nav__list__item a {
  position: relative;
  display: block;
  text-align: left;
  color: #231d4a;
  font-weight: 600;
  padding: 16px 24px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 834px) {
  .hamburger__menu__nav__list__item a {
    font-size: 1.4rem;
    padding: 14px 20px;
  }
}
.hamburger__menu__nav__list__item a::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #f58a90;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (any-hover: hover) {
  .hamburger__menu__nav__list__item a:hover {
    opacity: 1;
    color: #f58a90;
  }
  .hamburger__menu__nav__list__item a:hover::after {
    -webkit-transform: translateY(-50%) translateX(5px);
            transform: translateY(-50%) translateX(5px);
  }
}
.hamburger__menu__close {
  position: fixed;
  right: 20px;
  top: 16px;
  z-index: 100;
  width: 64px;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  pointer-events: auto;
  background: #f58a90;
  border: #f58a90 solid 2px;
  cursor: pointer;
}
@media (max-width: 834px) {
  .hamburger__menu__close {
    width: 48px;
    top: 10px;
    right: 8px;
  }
}
.hamburger__menu__close__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 7px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hamburger__menu__close__icon::before, .hamburger__menu__close__icon::after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
}
@media (max-width: 834px) {
  .hamburger__menu__close__icon::before, .hamburger__menu__close__icon::after {
    width: 18px;
  }
}
.hamburger__menu__close__icon::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.hamburger__menu__close__icon::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.hamburger__btn {
  position: fixed;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 16px;
  right: 20px;
  width: 64px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: #f58a90 2px solid;
  background-color: #f58a90;
  pointer-events: auto;
  cursor: pointer;
  visibility: inherit;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 900;
}
@media screen and (max-width: 1000px) {
  .hamburger__btn {
    display: block;
  }
}
@media (max-width: 834px) {
  .hamburger__btn {
    width: 48px;
    top: 10px;
    right: 8px;
  }
}
.hamburger__btn__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 7px;
}
@media (max-width: 834px) {
  .hamburger__btn__icon {
    gap: 5px;
  }
}
.hamburger__btn__icon::before, .hamburger__btn__icon::after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
}
@media (max-width: 834px) {
  .hamburger__btn__icon::before, .hamburger__btn__icon::after {
    width: 18px;
  }
}
.hamburger::before {
  content: "";
  position: absolute;
  top: -106px;
  left: -300px;
  display: block;
  width: 740px;
  aspect-ratio: 1/1;
  background: url(../img/common/deco01.png) center center/contain no-repeat;
  pointer-events: none;
  z-index: -1;
}
.hamburger::after {
  content: "";
  position: absolute;
  right: -20px;
  bottom: -20px;
  display: block;
  width: 320px;
  aspect-ratio: 435/757;
  background: url(../img/index/logo_bg.png) center center/contain no-repeat;
  opacity: 0.2;
  pointer-events: none;
}
@media (max-width: 834px) {
  .hamburger::after {
    width: 200px;
  }
}

/*-------------------------------------------------------
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: 18px 20px 19px !important;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  background: #fff;
  color: #999999;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.075em;
}
@media (max-width: 834px) {
  body select,
  body search,
  body input {
    padding: 14px 16px !important;
  }
}
@media (min-width: 835px) {
  body select:hover,
  body search:hover,
  body input:hover {
    background: rgba(245, 138, 144, 0.1);
  }
}
@media (max-width: 834px) {
  body select,
  body input[type=text],
  body input[type=search] {
    font-size: 1.6rem;
  }
}
body select {
  padding-right: 64px !important;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
}
body input[type=text],
body input[type=search],
body input[type=submit] {
  padding: 14px 20px 12px !important;
  background: #fff;
}
@media (min-width: 835px) {
  body input[type=text]:hover,
  body input[type=search]:hover,
  body input[type=submit]:hover {
    background: rgba(245, 138, 144, 0.1);
  }
}
@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;
  }
}
@media (min-width: 835px) {
  body input[type=checkbox]:not(:checked) + label:hover {
    background: rgba(245, 138, 144, 0.1) !important;
  }
}
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::before {
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1em;
  height: 1em;
  border: 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 834px) {
  body input[type=checkbox] + label::before {
    left: 12px;
  }
}
body input[type=checkbox] + label::after {
  top: 5px;
  left: 4px;
  z-index: 2;
  width: 3px;
  height: 6px;
  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 {
    border-bottom: 1px solid;
    border-right: 1px solid;
  }
}
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: #f58a90;
  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: #f58a90 transparent transparent transparent;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  opacity: 0;
}
.search__tab__item.-active {
  font-weight: bold;
  color: #f58a90;
}
.search__tab__item.-active::before, .search__tab__item.-active::after {
  opacity: 1;
}

.custom-form {
  position: relative;
  z-index: 1;
  font-weight: 700;
}
.custom-form .custom-form_parts {
  margin-top: 32px;
}
@media (max-width: 834px) {
  .custom-form .custom-form_parts {
    margin-top: 16px;
  }
}
.custom-form .custom-form_parts:first-child {
  margin-top: 0;
}
.custom-form .custom-form_parts.-area .pull-down {
  font-size: 1.6rem;
}
@media (max-width: 834px) {
  .custom-form .custom-form_parts.-area select {
    font-size: 1.5rem !important;
  }
}
@media (max-width: 834px) {
  .custom-form .custom-form_parts.-searchArea .searchWord {
    padding: 11px 16px 10px !important;
  }
}
.custom-form .parts_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  font-size: 1.7rem;
  font-weight: 700;
  margin-bottom: 11px;
}
@media (max-width: 834px) {
  .custom-form .parts_ttl {
    font-size: 1.5rem;
    margin-bottom: 6px;
  }
}
.custom-form .parts_ttl::before {
  content: "";
  display: block;
  width: 10px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #f58a90;
  pointer-events: none;
}
@media (max-width: 834px) {
  .custom-form .parts_ttl::before {
    width: 8px;
  }
}
.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: #f58a90;
  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: #f58a90;
}
.custom-form .category_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 834px) {
  .custom-form .category_list {
    gap: 8px;
  }
}
.custom-form .category_list li label {
  display: block;
  padding: 20px 16px 18px 44px;
  background: #fff;
  border: #e8e8e8 1px solid;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 500;
}
@media (max-width: 834px) {
  .custom-form .category_list li label {
    font-size: 1.4rem;
    padding: 14px 16px 14px 32px;
  }
}
.custom-form select, .custom-form option,
.custom-form .searchWord {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #ffffff;
  border: 1px solid #e8e8e8;
}
.custom-form .searchWord {
  font-weight: 400;
}
.custom-form .pull-down {
  position: relative;
}
.custom-form .pull-down::after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  right: 28px;
  top: calc(50% - 4px);
  border: 1px solid #f58a90;
  border-top-color: transparent;
  border-right-color: transparent;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: none;
}
@media (max-width: 834px) {
  .custom-form .pull-down::after {
    right: 20px;
  }
}
.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: #f58a90;
  }
}
.custom-form .selCity-box {
  margin-top: 10px;
}
.custom-form .selCity_alert {
  color: #f58a90;
  display: block;
}
@media (max-width: 834px) {
  .custom-form .selCity_alert {
    font-size: 1.4rem;
  }
}
.custom-form input[type=checkbox] + label::before {
  width: 15px;
  aspect-ratio: 1/1;
  background-color: #dfdddd;
  border: none;
  border-radius: 50%;
}
@media (max-width: 834px) {
  .custom-form input[type=checkbox] + label::before {
    width: 12px;
    height: 12px;
  }
}
.custom-form input[type=checkbox] + label::after {
  top: calc(50% - 5px);
  left: 25px;
  color: #dfdddd;
}
@media (max-width: 834px) {
  .custom-form input[type=checkbox] + label::after {
    left: 16px;
  }
}
.custom-form input[type=checkbox]:checked + label {
  color: #fff;
  background-color: #f58a90;
  border: #f58a90 1px solid;
}
.custom-form input[type=checkbox]:checked + label::before {
  background-color: #fff;
}
.custom-form input[type=checkbox]:checked + label::after {
  color: #231d4a;
}
.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;
  }
}
.custom-form .custom-form_searth_btn {
  margin-top: 40px;
}
@media (max-width: 834px) {
  .custom-form .custom-form_searth_btn {
    margin-top: 24px;
  }
}
.custom-form .btn_cover {
  position: relative;
  z-index: 1;
  width: 210px;
  display: block;
  margin: 0 auto;
}
@media (max-width: 834px) {
  .custom-form .btn_cover {
    width: 240px;
  }
}
.custom-form .btn_cover::before {
  content: "";
  display: block;
  width: 20px;
  aspect-ratio: 1/1;
  -webkit-mask: url(../img/common/search_icon.png) center center/contain no-repeat;
          mask: url(../img/common/search_icon.png) center center/contain no-repeat;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 54px;
  z-index: 3;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 834px) {
  .custom-form .btn_cover::before {
    left: 72px;
    width: 16px;
  }
}
@media (min-width: 835px) {
  .custom-form .btn_cover:hover::before {
    background-color: #f58a90;
  }
}
.custom-form .btn_cover input[type=submit] {
  height: 100%;
  background-color: #f58a90;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  padding: 19px 24px 19px 48px !important;
  border: #f58a90 2px solid;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-weight: 600;
}
@media (max-width: 834px) {
  .custom-form .btn_cover input[type=submit] {
    font-size: 1.5rem !important;
    padding: 18px 24px 18px 48px !important;
  }
}
@media (min-width: 835px) {
  .custom-form .btn_cover input[type=submit]:hover {
    background-color: #fff;
    color: #f58a90;
  }
}
.custom-form .form__toggle__input {
  display: none;
}
.custom-form .form__toggle__input.-show {
  display: block;
}

/* ============================================
// MODULES
// ==========================================*/
.commonTitle .eng {
  color: #f58a90;
  font-size: 2rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.025em;
}
@media (max-width: 834px) {
  .commonTitle .eng {
    font-size: 1.5rem;
  }
}
.commonTitle .ja {
  margin-top: 7px;
  font-size: 5.2rem;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.075em;
}
@media (max-width: 834px) {
  .commonTitle .ja {
    margin-top: 3px;
    font-size: 2.6rem;
  }
}

.commonBtn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.commonBtn a {
  display: block;
  border: #231d4a 1px solid;
  padding: 18px 28px 19px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  min-width: 240px;
  background: rgba(255, 255, 255, 0.3);
}
.commonBtn a .commonBtn__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
.commonBtn a .commonBtn__text span {
  font-size: 1.7rem;
  line-height: 1;
  font-weight: bold;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #231d4a;
}
@media (max-width: 834px) {
  .commonBtn a .commonBtn__text span {
    font-size: 1.4rem;
  }
}
@media (hover: hover) {
  .commonBtn a:hover {
    background-color: #f58a90;
    border: #f58a90 1px solid;
  }
  .commonBtn a:hover .commonBtn__text span {
    color: #fff;
    -webkit-animation: fadeUpBtnText 0.3s ease both;
            animation: fadeUpBtnText 0.3s ease both;
  }
}

/*--------------------
	breadcrumb
--------------------*/
.breadcrumb {
  padding: 1.05em 30px;
  position: relative;
  z-index: 1;
  border-top: #e8e8e8 1px solid;
}
@media (max-width: 834px) {
  .breadcrumb {
    padding: 8px 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: 600;
  line-height: 1;
  margin: 0 2px;
  opacity: 0.6;
}
@media (max-width: 834px) {
  .breadcrumb_list_item {
    font-size: 1rem;
  }
}
.breadcrumb_list_item a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (any-hover: hover) {
  .breadcrumb_list_item a:hover {
    opacity: 1;
  }
}
.breadcrumb_list_item::after {
  content: ">";
  margin-left: 7px;
}
.breadcrumb_list_item:last-child::after {
  display: none;
}

/* ============================================
// HEADER
// ==========================================*/
.header {
  position: fixed;
  width: 100%;
  z-index: 100;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.header__inner {
  padding: 28px 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (min-width: 1001px) and (max-width: 1240px) {
  .header__inner {
    padding: 20px;
  }
}
@media (max-width: 834px) {
  .header__inner {
    padding: 18px 12px 0;
  }
}
.header__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 834px) {
  .header__logo a {
    gap: 8px;
  }
}
.header__logo .siteType {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1;
  padding: 10px 12px;
  border: #231d4a 1px solid;
}
@media (max-width: 834px) {
  .header__logo .siteType {
    margin-top: 4px;
    font-size: 1rem;
    padding: 6px 5px 5px;
  }
}
.header__logo .img {
  display: block;
  max-width: 217px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (min-width: 1001px) and (max-width: 1240px) {
  .header__logo .img {
    max-width: 172px;
  }
}
@media (max-width: 834px) {
  .header__logo .img {
    max-width: 110px;
  }
}
.header__logo .img img {
  aspect-ratio: 434/140;
}
.header__contents {
  padding-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
}
@media screen and (min-width: 1001px) and (max-width: 1240px) {
  .header__contents {
    gap: 24px;
  }
}
@media screen and (max-width: 1000px) {
  .header__contents {
    display: none;
  }
}
.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 6px;
  font-weight: bold;
}
.header__menu .lpLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.header__menu .lpLinks__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  font-size: 1.4rem;
  line-height: 1.7;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.header__menu .lpLinks__item a::before {
  content: "";
  display: block;
  width: 8px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #f58a90;
}
.header__menu .lpLinks__item a::after {
  content: "";
  display: block;
  width: 13px;
  aspect-ratio: 1/1;
  -webkit-mask: url(../img/common/ico_external.png) center center/contain no-repeat;
          mask: url(../img/common/ico_external.png) center center/contain no-repeat;
  background-color: #231d4a;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (hover: hover) {
  .header__menu .lpLinks__item a:hover {
    color: #f58a90;
  }
  .header__menu .lpLinks__item a:hover::after {
    background-color: #f58a90;
  }
}
.header__menu .menuList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 36px;
}
@media screen and (min-width: 1001px) and (max-width: 1240px) {
  .header__menu .menuList {
    gap: 16px;
  }
}
.header__menu .menuList__item a {
  font-size: 1.7rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (min-width: 1001px) and (max-width: 1240px) {
  .header__menu .menuList__item a {
    font-size: 1.6rem;
  }
}
@media (hover: hover) {
  .header__menu .menuList__item a:hover {
    color: #f58a90;
  }
}
.header .recruitBtn__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.header .recruitBtn__text span {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.header .recruitBtn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  width: 100%;
  min-width: 210px;
  padding: 16.5px 24px 16.5px 18px;
  background-color: rgba(255, 255, 255, 0.6);
  border: #231d4a 1px solid;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (min-width: 1001px) and (max-width: 1240px) {
  .header .recruitBtn a {
    min-width: 172px;
  }
}
.header .recruitBtn a::before {
  content: "";
  display: block;
  width: 20px;
  aspect-ratio: 1/1;
  -webkit-mask: url(../img/common/search_icon.png) center center/contain no-repeat;
          mask: url(../img/common/search_icon.png) center center/contain no-repeat;
  background-color: #231d4a;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (hover: hover) {
  .header .recruitBtn a:hover {
    opacity: 1;
    background-color: #f58a90;
    border: #f58a90 1px solid;
  }
  .header .recruitBtn a:hover::before {
    background-color: #fff;
  }
  .header .recruitBtn a:hover .recruitBtn__text span {
    color: #fff;
    -webkit-animation: fadeUpBtnText 0.4s ease both;
            animation: fadeUpBtnText 0.4s ease both;
  }
}

.js-scrolled .header {
  background: #fff;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(41, 5, 22, 0.12);
          box-shadow: 0px 0px 15px 0px rgba(41, 5, 22, 0.12);
}
.js-scrolled .header__inner {
  padding: 14px 1.6% 16px 1.6%;
}
@media (max-width: 834px) {
  .js-scrolled .header__inner {
    padding: 16px 3.2% 17px;
  }
}
.js-scrolled .header__logo a .img {
  max-width: 180px;
}
@media (max-width: 834px) {
  .js-scrolled .header__logo a .img {
    max-width: 110px;
  }
}

.pageHeader {
  position: relative;
  background-color: #fff;
}
.pageHeader::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  display: block;
  width: 100vw;
  aspect-ratio: 2880/180;
  background: url(../img/common/wave01.png) bottom center/contain no-repeat;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 834px) {
  .pageHeader::after {
    width: 107vw;
    left: -1px;
  }
}
.pageHeader__inner {
  padding-top: 186px;
  padding-bottom: 102px;
}
@media (max-width: 834px) {
  .pageHeader__inner {
    padding-top: 90px;
    padding-bottom: 46px;
  }
}
.pageHeader__inner .pageTitle {
  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;
}
.pageHeader__inner .pageTitle .eng {
  font-size: 2rem;
  font-family: "Chonburi", serif;
  color: #f58a90;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media (max-width: 834px) {
  .pageHeader__inner .pageTitle .eng {
    font-size: 1.5rem;
    letter-spacing: 0.075em;
  }
}
.pageHeader__inner .pageTitle .ja {
  margin-top: 23px;
  font-size: 5.2rem;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 834px) {
  .pageHeader__inner .pageTitle .ja {
    margin-top: 11px;
    font-size: 3.1rem;
  }
}

/* ============================================
// RECRUIT
// ==========================================*/
.sec__recruit {
  position: relative;
  background: -webkit-gradient(linear, left bottom, left top, from(#f9bbbe), to(#fff));
  background: linear-gradient(to top, #f9bbbe 0%, #fff 100%);
}
.sec__recruit::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  opacity: 0.1;
  background: url(../img/common/recruit_img.jpg) center center/cover no-repeat;
  pointer-events: none;
}
.sec__recruit__inner {
  padding-block: 128px;
  text-align: center;
}
@media screen and (min-width: 835px) and (max-width: 1200px) {
  .sec__recruit__inner {
    padding-block: 72px;
  }
}
@media (max-width: 834px) {
  .sec__recruit__inner {
    padding-block: 38px;
    padding-inline: 4%;
  }
}
.sec__recruit .mainContents {
  max-width: 950px;
  margin: 60px auto 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  border: #fff 1px solid;
  padding: 70px 5%;
}
@media screen and (min-width: 835px) and (max-width: 1200px) {
  .sec__recruit .mainContents {
    margin-top: 34px;
  }
}
@media (max-width: 834px) {
  .sec__recruit .mainContents {
    margin-top: 20px;
    padding: 32px 5% 28px;
  }
}
.sec__recruit .mainContents__copy {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.075em;
}
@media (max-width: 834px) {
  .sec__recruit .mainContents__copy {
    font-size: 1.42rem;
    line-height: 1.8;
  }
}
.sec__recruit .mainContents__btn {
  margin: 25px auto 0;
}
@media (max-width: 834px) {
  .sec__recruit .mainContents__btn {
    margin-top: 16px;
  }
}
.sec__recruit .mainContents__btn__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.sec__recruit .mainContents__btn__text span {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 600;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 834px) {
  .sec__recruit .mainContents__btn__text span {
    font-size: 1.5rem;
  }
}
.sec__recruit .mainContents__btn a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 9px;
  max-width: 330px;
  width: 100%;
  background-color: #f58a90;
  border: #f58a90 2px solid;
  padding: 26px 25px 25px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 834px) {
  .sec__recruit .mainContents__btn a {
    max-width: 220px;
    padding: 20px 25px 22px;
  }
}
.sec__recruit .mainContents__btn a::before {
  content: "";
  display: block;
  width: 20px;
  aspect-ratio: 1/1;
  -webkit-mask: url(../img/common/search_icon.png) center center/contain no-repeat;
          mask: url(../img/common/search_icon.png) center center/contain no-repeat;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 834px) {
  .sec__recruit .mainContents__btn a::before {
    width: 16px;
  }
}
@media (hover: hover) {
  .sec__recruit .mainContents__btn a:hover {
    background-color: #fff;
  }
  .sec__recruit .mainContents__btn a:hover::before {
    background-color: #f58a90;
  }
  .sec__recruit .mainContents__btn a:hover .mainContents__btn__text span {
    color: #f58a90;
    -webkit-animation: fadeUpBtnText 0.3s ease both;
            animation: fadeUpBtnText 0.3s ease both;
  }
}

/* ============================================
// FOOTER
// ==========================================*/
.footer {
  position: relative;
  background-color: #fdf3f4;
  z-index: 1;
}
.footer__inner {
  padding-top: 128px;
  padding-bottom: 156px;
}
@media screen and (min-width: 835px) and (max-width: 1200px) {
  .footer__inner {
    padding-top: 90px;
  }
}
@media (max-width: 834px) {
  .footer__inner {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}
.footer__head {
  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) {
  .footer__head {
    display: block;
  }
}
.footer__head__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11px;
}
.footer__head__logo .img {
  display: block;
  max-width: 130px;
}
.footer__head__logo .img img {
  aspect-ratio: 434/140;
}
.footer__head__logo .siteType {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1;
  padding: 9px 12px;
  border: #231d4a 1px solid;
}
@media (max-width: 834px) {
  .footer__head__logo .siteType {
    margin-top: 3px;
    font-size: 1.1rem;
    padding: 6px 5px 5px;
  }
}
@media (max-width: 834px) {
  .footer__head__menu {
    margin-top: 22px;
  }
}
.footer__head__menu .lpLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 834px) {
  .footer__head__menu .lpLinks {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 4px 16px;
  }
}
.footer__head__menu .lpLinks__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  font-size: 1.4rem;
  font-weight: 600;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 834px) {
  .footer__head__menu .lpLinks__item a {
    font-size: 1.3rem;
  }
}
.footer__head__menu .lpLinks__item a::before {
  content: "";
  display: block;
  width: 8px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #f58a90;
}
.footer__head__menu .lpLinks__item a::after {
  content: "";
  display: block;
  width: 13px;
  aspect-ratio: 1/1;
  -webkit-mask: url(../img/common/ico_external.png) center center/contain no-repeat;
          mask: url(../img/common/ico_external.png) center center/contain no-repeat;
  background-color: #231d4a;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (hover: hover) {
  .footer__head__menu .lpLinks__item a:hover {
    color: #f58a90;
  }
  .footer__head__menu .lpLinks__item a:hover::after {
    background-color: #f58a90;
  }
}
.footer__head__menu .navi .menuList {
  margin-top: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 36px;
}
@media (max-width: 834px) {
  .footer__head__menu .navi .menuList {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 4px 10px;
  }
}
.footer__head__menu .navi .menuList__item a {
  font-size: 1.7rem;
  font-weight: bold;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 834px) {
  .footer__head__menu .navi .menuList__item a {
    font-size: 1.4rem;
  }
}
@media (hover: hover) {
  .footer__head__menu .navi .menuList__item a:hover {
    color: #f58a90;
  }
}
.footer__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 11.94vw;
  margin-top: 86px;
}
@media screen and (min-width: 835px) and (max-width: 1249px) {
  .footer__body {
    gap: 5.5vw;
  }
}
@media (max-width: 834px) {
  .footer__body {
    margin-top: 28px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (min-width: 835px) and (max-width: 1249px) {
  .footer__body .leftArea {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32%;
            flex: 0 0 32%;
  }
}
.footer__body .leftArea__corporate__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.footer__body .leftArea__corporate__text span {
  font-weight: bold;
  line-height: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.footer__body .leftArea__corporate a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 350px;
  width: 24.31vw;
  background-color: rgba(255, 255, 255, 0.5);
  border: #f9bbbe solid 1px;
  padding: 33px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 834px) {
  .footer__body .leftArea__corporate a {
    max-width: 240px;
    width: 100%;
    padding: 24px 28px;
  }
}
.footer__body .leftArea__corporate a::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  width: 13px;
  aspect-ratio: 1/1;
  -webkit-mask: url(../img/common/ico_external.png) center center/contain no-repeat;
          mask: url(../img/common/ico_external.png) center center/contain no-repeat;
  background-color: #231d4a;
  pointer-events: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (hover: hover) {
  .footer__body .leftArea__corporate a:hover {
    background-color: #f58a90;
  }
  .footer__body .leftArea__corporate a:hover .leftArea__corporate__text span {
    color: #fff;
    -webkit-animation: fadeUpBtnText 0.3s ease both;
            animation: fadeUpBtnText 0.3s ease both;
  }
  .footer__body .leftArea__corporate a:hover::after {
    background-color: #fff;
  }
}
.footer__body .leftArea__sns {
  margin-top: 30px;
}
@media (max-width: 834px) {
  .footer__body .leftArea__sns {
    margin-top: 18px;
  }
}
.footer__body .leftArea__sns .snsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 11px;
}
@media screen and (max-width: 1249px) {
  .footer__body .leftArea__sns .snsList {
    gap: 7px;
  }
}
.footer__body .leftArea__sns .snsList__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  aspect-ratio: 1/1;
  background: rgba(255, 255, 255, 0.6);
  border: #f9bbbe 1px solid;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
@media screen and (min-width: 835px) and (max-width: 1249px) {
  .footer__body .leftArea__sns .snsList__item a {
    width: 5.1vw;
  }
}
@media (max-width: 834px) {
  .footer__body .leftArea__sns .snsList__item a {
    width: 54px;
  }
}
@media (any-hover: hover) {
  .footer__body .leftArea__sns .snsList__item a:hover {
    background: rgba(245, 138, 144, 0.3);
  }
}
.footer__body .leftArea__sns .snsList__item .img {
  display: block;
  width: 41px;
}
@media screen and (min-width: 835px) and (max-width: 1249px) {
  .footer__body .leftArea__sns .snsList__item .img {
    width: 3.5vw;
  }
}
@media (max-width: 834px) {
  .footer__body .leftArea__sns .snsList__item .img {
    width: 36px;
  }
}
.footer__body .leftArea__ga {
  margin-top: 86px;
}
@media (max-width: 834px) {
  .footer__body .leftArea__ga {
    margin-top: 32px;
  }
}
.footer__body .leftArea__ga a {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  color: #231d4a;
  border-bottom: #231d4a 1px solid;
}
@media (max-width: 834px) {
  .footer__body .leftArea__ga a {
    font-size: 1rem;
  }
}
.footer__body .rightArea {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.footer__body .rightArea .jobSearchArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
@media (max-width: 834px) {
  .footer__body .rightArea .jobSearchArea {
    gap: 28px;
  }
}
.footer__body .rightArea .jobSearchArea__item .title {
  color: #f58a90;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 834px) {
  .footer__body .rightArea .jobSearchArea__item .title {
    font-size: 1.4rem;
  }
}
.footer__body .rightArea .jobSearchArea__item .jobSearchList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px 20px;
  margin-top: 20px;
}
@media (max-width: 834px) {
  .footer__body .rightArea .jobSearchArea__item .jobSearchList {
    margin-top: 16px;
    gap: 16px 14px;
  }
}
.footer__body .rightArea .jobSearchArea__item .jobSearchList__item {
  line-height: 1;
}
.footer__bottom {
  margin-top: 104px;
  text-align: center;
}
@media (max-width: 834px) {
  .footer__bottom {
    text-align: left;
    margin-top: 14px;
  }
}
.footer__bottom__text {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 834px) {
  .footer__bottom__text {
    font-size: 1.3rem;
  }
}
.footer__bottom__copyright {
  display: block;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: bold;
  color: #f58a90;
  margin-top: 18px;
}
@media (max-width: 834px) {
  .footer__bottom__copyright {
    margin-top: 14px;
    font-size: 1.1rem;
  }
}

/* ============================================
// PAGETOP
// ==========================================*/
.pagetop {
  position: absolute;
  bottom: 40px;
  right: 40px;
  z-index: 10;
}
@media (max-width: 834px) {
  .pagetop {
    bottom: 15px;
    right: 15px;
  }
}
.pagetop a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #fff;
  border: #f58a90 solid 1px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
@media (max-width: 834px) {
  .pagetop a {
    width: 56px;
  }
}
.pagetop a::before {
  content: "";
  display: block;
  width: 14px;
  aspect-ratio: 28/47;
  -webkit-mask: url(../img/common/pagetop_arrow.png) center center/contain no-repeat;
          mask: url(../img/common/pagetop_arrow.png) center center/contain no-repeat;
  background-color: #f58a90;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
@media (max-width: 834px) {
  .pagetop a::before {
    width: 10px;
  }
}
@media (any-hover: hover) {
  .pagetop a:hover {
    opacity: 1;
    -webkit-transform: translate(0, -16px);
            transform: translate(0, -16px);
    border: #231d4a 1px solid;
  }
  .pagetop a:hover::before {
    background-color: #231d4a;
  }
}

/* ============================================
// INDEX
// ==========================================*/
.front-page {
  background-color: #fdf3f4;
}
.front-page .sec__intro__inner {
  margin-top: -195px;
  margin-bottom: 138px;
}
@media screen and (min-width: 835px) and (max-width: 1279px) {
  .front-page .sec__intro__inner {
    margin-bottom: 100px;
  }
}
@media (max-width: 834px) {
  .front-page .sec__intro__inner {
    margin-top: -64px;
    margin-bottom: 30px;
  }
}
.front-page .sec__intro .imgArea {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 1.4s ease 0.1s, -webkit-transform 0.8s ease;
  transition: opacity 1.4s ease 0.1s, -webkit-transform 0.8s ease;
  transition: opacity 1.4s ease 0.1s, transform 0.8s ease;
  transition: opacity 1.4s ease 0.1s, transform 0.8s ease, -webkit-transform 0.8s ease;
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}
.front-page .sec__intro .imgArea .img {
  max-width: 780px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 65%;
          flex: 0 0 65%;
}
@media screen and (min-width: 835px) and (max-width: 1280px) {
  .front-page .sec__intro .imgArea .img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 63%;
            flex: 0 0 63%;
  }
}
@media (max-width: 834px) {
  .front-page .sec__intro .imgArea .img {
    max-width: 300px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 68%;
            flex: 0 0 68%;
    margin-left: -2%;
  }
}
.front-page .sec__intro .imgArea .img img {
  aspect-ratio: 780/520;
}
.front-page .sec__intro .imgArea .companyName {
  pointer-events: none;
}
.front-page .sec__intro .imgArea .companyName__text {
  position: absolute;
  right: -8px;
  bottom: 173px;
  font-family: "Chonburi", serif;
  font-size: 14rem;
  line-height: 1;
  letter-spacing: -0.001em;
}
@media screen and (min-width: 835px) and (max-width: 1280px) {
  .front-page .sec__intro .imgArea .companyName__text {
    font-size: 11rem;
  }
}
@media (max-width: 834px) {
  .front-page .sec__intro .imgArea .companyName__text {
    font-size: 5rem;
    right: 0;
    bottom: 30px;
  }
}
.front-page .sec__intro .imgArea .companyName::after {
  content: "";
  position: relative;
  display: block;
  margin-left: -12px;
  width: 435px;
  aspect-ratio: 435/757;
  background: url(../img/index/logo_bg.png) center center/contain no-repeat;
  z-index: -1;
  opacity: 0.5;
  pointer-events: none;
}
@media screen and (min-width: 835px) and (max-width: 1280px) {
  .front-page .sec__intro .imgArea .companyName::after {
    width: 380px;
  }
}
@media (max-width: 834px) {
  .front-page .sec__intro .imgArea .companyName::after {
    width: 150px;
  }
}
.front-page .sec__intro .mainContents {
  position: relative;
  z-index: 2;
  margin-top: 92px;
}
@media (max-width: 834px) {
  .front-page .sec__intro .mainContents {
    margin-top: 12px;
  }
}
.front-page .sec__intro .mainContents::before {
  content: "";
  position: absolute;
  top: calc(50% - 42px);
  left: -26%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 1078px;
  aspect-ratio: 1078/1085;
  background: url(../img/index/shikoku_illust.png) center center/contain no-repeat;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 834px) {
  .front-page .sec__intro .mainContents::before {
    display: none;
  }
}
.front-page .sec__intro .mainContents .textArea {
  margin-top: 2px;
  margin-left: 24.6vw;
  max-width: 780px;
}
@media screen and (min-width: 835px) and (max-width: 1280px) {
  .front-page .sec__intro .mainContents .textArea {
    margin-left: auto;
  }
}
@media (max-width: 834px) {
  .front-page .sec__intro .mainContents .textArea {
    margin: 0;
  }
}
.front-page .sec__intro .mainContents .textArea__lead {
  font-weight: bold;
  font-size: 3.2rem;
  letter-spacing: 0.075em;
  line-height: 1.8;
}
@media (max-width: 834px) {
  .front-page .sec__intro .mainContents .textArea__lead {
    font-size: 2.3rem;
    line-height: 1.5;
  }
}
.front-page .sec__intro .mainContents .textArea__text {
  margin-top: 22px;
}
@media (max-width: 834px) {
  .front-page .sec__intro .mainContents .textArea__text {
    margin-top: 16px;
  }
}
.front-page .sec__movie {
  position: relative;
}
.front-page .sec__movie .commonTitle {
  text-align: center;
}
.front-page .sec__movie .movieList {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 48px;
}
@media (max-width: 834px) {
  .front-page .sec__movie .movieList {
    margin-top: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
}
.front-page .sec__movie .movieList__item {
  max-width: 575px;
  width: 100%;
}
@media (max-width: 834px) {
  .front-page .sec__movie .movieList__item {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 328px;
    margin: 0 auto;
  }
}
.front-page .sec__movie .movieList__item .text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #f58a90;
  background-color: #fff;
  border: #f58a90 1px solid;
  border-radius: 22.5px;
  padding: 14px 34px 13px;
  font-weight: 700;
  line-height: 1;
  margin: 8px auto 0;
}
@media (max-width: 834px) {
  .front-page .sec__movie .movieList__item .text {
    font-size: 1.2rem;
    padding: 11px 18px;
    margin-top: 3px;
  }
}
.front-page .sec__movie .movieList__item .movie {
  max-width: 575px;
  aspect-ratio: 16/9;
  width: 100%;
}
.front-page .sec__movie .movieList__item iframe {
  width: 100%;
  height: 100%;
}
.front-page .sec__movie::after {
  content: "";
  position: absolute;
  top: 58%;
  left: 0;
  right: 0;
  width: 100vw;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#f9bbbe), to(#fdf3f4));
  background: linear-gradient(to bottom, #f9bbbe 0%, #fdf3f4 100%);
  pointer-events: none;
}
@media (max-width: 834px) {
  .front-page .sec__movie::after {
    top: 28%;
  }
}
.front-page .sec__kyujin {
  position: relative;
}
.front-page .sec__kyujin::before {
  content: "";
  position: absolute;
  top: -240px;
  left: -180px;
  display: block;
  width: 740px;
  aspect-ratio: 1/1;
  background: url(../img/common/deco01.png) center center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 834px) {
  .front-page .sec__kyujin::before {
    display: none;
  }
}
.front-page .sec__kyujin__inner {
  max-width: 1360px;
  margin-top: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 6.25vw;
}
@media screen and (min-width: 835px) and (max-width: 1279px) {
  .front-page .sec__kyujin__inner {
    gap: 5%;
    margin-top: 100px;
  }
}
@media (max-width: 834px) {
  .front-page .sec__kyujin__inner {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-inline: 5%;
    gap: 0;
  }
}
.front-page .sec__kyujin .newJobsContents {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 37.5%;
          flex: 0 0 37.5%;
  padding-top: 100px;
  z-index: 1;
}
@media screen and (min-width: 835px) and (max-width: 1279px) {
  .front-page .sec__kyujin .newJobsContents {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 42%;
            flex: 0 0 42%;
    padding-top: 80px;
  }
}
@media (max-width: 834px) {
  .front-page .sec__kyujin .newJobsContents {
    padding-top: 40px;
  }
}
.front-page .sec__kyujin .newJobsContents .newJobsList {
  margin-top: 70px;
}
@media screen and (min-width: 835px) and (max-width: 1279px) {
  .front-page .sec__kyujin .newJobsContents .newJobsList {
    margin-top: 46px;
  }
}
@media (max-width: 834px) {
  .front-page .sec__kyujin .newJobsContents .newJobsList {
    margin-top: 28px;
  }
}
.front-page .sec__kyujin .newJobsContents .newJobsList__item:first-child a {
  padding-top: 0;
}
.front-page .sec__kyujin .newJobsContents .newJobsList__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
  padding-top: 30px;
  padding-bottom: 23px;
  border-bottom: #e8e8e8 1px solid;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (min-width: 835px) and (max-width: 1279px) {
  .front-page .sec__kyujin .newJobsContents .newJobsList__item a {
    gap: 22px;
  }
}
@media (max-width: 834px) {
  .front-page .sec__kyujin .newJobsContents .newJobsList__item a {
    gap: 16px;
    padding-top: 22px;
    padding-bottom: 20px;
  }
}
.front-page .sec__kyujin .newJobsContents .newJobsList__item a .imgArea {
  max-width: 160px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 160px;
          flex: 0 0 160px;
  overflow: hidden;
}
@media screen and (min-width: 835px) and (max-width: 1279px) {
  .front-page .sec__kyujin .newJobsContents .newJobsList__item a .imgArea {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 130px;
            flex: 0 0 130px;
    max-width: 130px;
  }
}
@media (max-width: 834px) {
  .front-page .sec__kyujin .newJobsContents .newJobsList__item a .imgArea {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    max-width: 100px;
  }
}
.front-page .sec__kyujin .newJobsContents .newJobsList__item a .imgArea img {
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 160/107;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.front-page .sec__kyujin .newJobsContents .newJobsList__item a .textArea {
  max-width: 290px;
}
@media (max-width: 834px) {
  .front-page .sec__kyujin .newJobsContents .newJobsList__item a .textArea {
    max-width: none;
  }
}
.front-page .sec__kyujin .newJobsContents .newJobsList__item a .textArea__head {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
@media (max-width: 834px) {
  .front-page .sec__kyujin .newJobsContents .newJobsList__item a .textArea__head {
    gap: 6px;
  }
}
.front-page .sec__kyujin .newJobsContents .newJobsList__item a .textArea__head .date {
  color: #f58a90;
  font-family: "Chonburi", serif;
  font-size: 1.5rem;
  line-height: 1;
}
@media screen and (min-width: 835px) and (max-width: 1279px) {
  .front-page .sec__kyujin .newJobsContents .newJobsList__item a .textArea__head .date {
    font-size: 1.3rem;
  }
}
@media (max-width: 834px) {
  .front-page .sec__kyujin .newJobsContents .newJobsList__item a .textArea__head .date {
    font-size: 1.2rem;
  }
}
.front-page .sec__kyujin .newJobsContents .newJobsList__item a .textArea__head .tagArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.front-page .sec__kyujin .newJobsContents .newJobsList__item a .textArea__head .tagArea__item {
  padding: 8px 11px;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
  border-radius: 20px;
  background-color: #f58a90;
}
@media (max-width: 834px) {
  .front-page .sec__kyujin .newJobsContents .newJobsList__item a .textArea__head .tagArea__item {
    font-size: 1.1rem;
    padding: 7px 7px 5px;
  }
}
.front-page .sec__kyujin .newJobsContents .newJobsList__item a .textArea .text {
  margin-top: 10px;
  font-size: 1.7rem;
  line-height: 1.8;
  font-weight: 600;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media (max-width: 834px) {
  .front-page .sec__kyujin .newJobsContents .newJobsList__item a .textArea .text {
    font-size: 1.4rem;
  }
}
@media (hover: hover) {
  .front-page .sec__kyujin .newJobsContents .newJobsList__item a:hover .text {
    color: #f58a90;
  }
  .front-page .sec__kyujin .newJobsContents .newJobsList__item a:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.front-page .sec__kyujin .newJobsContents .btnArea {
  margin-top: 30px;
}
@media (max-width: 834px) {
  .front-page .sec__kyujin .newJobsContents .btnArea {
    margin-top: 22px;
  }
}
.front-page .sec__kyujin .newJobsContents .btnArea .btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
.front-page .sec__kyujin .newJobsContents .btnArea .btn a {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11px;
  font-size: 1.7rem;
  font-weight: bold;
  padding-bottom: 4px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 834px) {
  .front-page .sec__kyujin .newJobsContents .btnArea .btn a {
    font-size: 1.5rem;
  }
}
.front-page .sec__kyujin .newJobsContents .btnArea .btn a::before {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #231d4a 4px, transparent 2px);
  background-size: 6px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
  pointer-events: none;
}
.front-page .sec__kyujin .newJobsContents .btnArea .btn a::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #f58a90;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (hover: hover) {
  .front-page .sec__kyujin .newJobsContents .btnArea .btn a:hover {
    opacity: 1;
    color: #f58a90;
  }
  .front-page .sec__kyujin .newJobsContents .btnArea .btn a:hover::after {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
.front-page .sec__kyujin .searchContents {
  position: relative;
  padding: 100px 0 110px 84px;
}
@media screen and (min-width: 835px) and (max-width: 1279px) {
  .front-page .sec__kyujin .searchContents {
    padding: 80px 0 90px 56px;
  }
}
@media (max-width: 834px) {
  .front-page .sec__kyujin .searchContents {
    padding: 36px 0 46px;
  }
}
.front-page .sec__kyujin .searchContents::before {
  content: "";
  position: absolute;
  bottom: -120px;
  left: -70%;
  display: block;
  width: 740px;
  aspect-ratio: 1/1;
  background: url(../img/common/deco01.png) center center/contain no-repeat;
  pointer-events: none;
  z-index: -1;
}
.front-page .sec__kyujin .searchContents::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 150%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
  -webkit-box-shadow: 0 14px 21px 0 rgba(210, 119, 124, 0.11);
          box-shadow: 0 14px 21px 0 rgba(210, 119, 124, 0.11);
  pointer-events: none;
}
@media (max-width: 834px) {
  .front-page .sec__kyujin .searchContents::after {
    -webkit-box-shadow: none;
            box-shadow: none;
    left: -6.5%;
  }
}
.front-page .sec__kyujin .searchContents .custom-form {
  margin-top: 52px;
}
@media (min-width: 835px) {
  .front-page .sec__kyujin .searchContents .custom-form {
    max-width: 610px;
  }
}
@media screen and (min-width: 835px) and (max-width: 1279px) {
  .front-page .sec__kyujin .searchContents .custom-form {
    margin-top: 34px;
  }
}
@media (max-width: 834px) {
  .front-page .sec__kyujin .searchContents .custom-form {
    margin-top: 16px;
  }
}
.front-page .sec__interview {
  position: relative;
  margin-top: 150px;
  background-color: #fff;
}
@media screen and (min-width: 835px) and (max-width: 1279px) {
  .front-page .sec__interview {
    margin-top: 100px;
  }
}
@media (max-width: 834px) {
  .front-page .sec__interview {
    margin-top: 60px;
  }
}
.front-page .sec__interview__inner {
  padding-block: 150px;
  max-width: 1240px;
}
@media screen and (min-width: 835px) and (max-width: 1279px) {
  .front-page .sec__interview__inner {
    padding-top: 110px;
    padding-bottom: 100px;
  }
}
@media (max-width: 834px) {
  .front-page .sec__interview__inner {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}
.front-page .sec__interview__inner::after {
  content: "";
  position: absolute;
  top: -97px;
  right: -13.9vw;
  display: block;
  width: 435px;
  aspect-ratio: 435/757;
  background: url(../img/index/logo_bg.png) center center/contain no-repeat;
  z-index: -1;
  opacity: 0.2;
  pointer-events: none;
}
@media screen and (min-width: 835px) and (max-width: 1280px) {
  .front-page .sec__interview__inner::after {
    right: -11.5vw;
  }
}
@media (max-width: 834px) {
  .front-page .sec__interview__inner::after {
    top: -30px;
    width: 140px;
    right: -20px;
  }
}
.front-page .sec__interview .commonTitle {
  text-align: center;
}
.front-page .sec__interview__body {
  position: relative;
  margin-top: 58px;
}
@media (max-width: 834px) {
  .front-page .sec__interview__body {
    margin-top: 0;
  }
}
.front-page .sec__interview__body__swiper {
  overflow: inherit;
}
.front-page .sec__interview__body .interviewList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7.32%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 835px) and (max-width: 1279px) {
  .front-page .sec__interview__body .interviewList {
    gap: 4vw;
  }
}
@media (max-width: 834px) {
  .front-page .sec__interview__body .interviewList {
    gap: 0;
    -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
            justify-content: inherit;
  }
}
.front-page .sec__interview__body .interviewList__item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 834px) {
  .front-page .sec__interview__body .interviewList__item {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
    margin-inline: -8px;
  }
}
.front-page .sec__interview__body .interviewList__item .imgArea {
  position: relative;
}
.front-page .sec__interview__body .interviewList__item .imgArea .img {
  max-width: 330px;
  overflow: hidden;
}
@media screen and (min-width: 835px) and (max-width: 1279px) {
  .front-page .sec__interview__body .interviewList__item .imgArea .img {
    width: 28vw;
  }
}
.front-page .sec__interview__body .interviewList__item .imgArea .img img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  aspect-ratio: 330/405;
}
.front-page .sec__interview__body .interviewList__item .imgArea .jobs {
  position: absolute;
  left: -20px;
  bottom: 28px;
  padding: 10px 15px;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1;
  background-color: #231d4a;
  border-radius: 20px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.front-page .sec__interview__body .interviewList__item .textArea {
  margin-top: 22px;
}
.front-page .sec__interview__body .interviewList__item .textArea__infoBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 30px;
}
@media (max-width: 834px) {
  .front-page .sec__interview__body .interviewList__item .textArea__infoBox {
    gap: 20px;
  }
}
.front-page .sec__interview__body .interviewList__item .textArea__area {
  color: #f58a90;
  font-size: 1.5rem;
  letter-spacing: 0.025em;
  font-weight: bold;
}
.front-page .sec__interview__body .interviewList__item .textArea__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-family: "Chonburi", serif;
  font-size: 3.5rem;
  color: #f58a90;
  line-height: 1;
  letter-spacing: 0.025em;
}
.front-page .sec__interview__body .interviewList__item .textArea__name .san {
  font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.7rem;
  font-weight: 600;
  color: #231d4a;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.front-page .sec__interview__body .interviewList__item .textArea__date {
  color: #a6a6a6;
  font-weight: 600;
}
@media (hover: hover) {
  .front-page .sec__interview__body .interviewList__item a:hover .imgArea img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .front-page .sec__interview__body .interviewList__item a:hover .imgArea .jobs {
    background-color: #f58a90;
  }
  .front-page .sec__interview__body .interviewList__item a:hover .textArea .san {
    color: #f58a90;
  }
}
.front-page .sec__interview__body .interview__swiper-button {
  display: none;
}
@media (max-width: 834px) {
  .front-page .sec__interview__body .interview__swiper-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: calc(50% - 50px);
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 2;
  }
}
.front-page .sec__interview__body .interview__swiper-button .interview__swiper-button-prev, .front-page .sec__interview__body .interview__swiper-button .interview__swiper-button-next {
  display: block;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border: #f58a90 1px solid;
  border-radius: 50%;
  pointer-events: auto;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.front-page .sec__interview__body .interview__swiper-button .interview__swiper-button-prev::before, .front-page .sec__interview__body .interview__swiper-button .interview__swiper-button-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  aspect-ratio: 26/16;
  width: 13px;
  -webkit-mask-image: url(../img/common/arrow.png);
          mask-image: url(../img/common/arrow.png);
  -webkit-mask-repeat: repeat;
          mask-repeat: repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #f58a90;
  rotate: 90deg;
  translate: -50% -50%;
}
.front-page .sec__interview__body .interview__swiper-button .interview__swiper-button-prev::after, .front-page .sec__interview__body .interview__swiper-button .interview__swiper-button-next::after {
  display: none;
}
.front-page .sec__interview__body .interview__swiper-button .interview__swiper-button-prev::before {
  rotate: -90deg;
}
.front-page .sec__interview .btnArea .commonBtn {
  margin: 66px auto 0;
}
@media (max-width: 834px) {
  .front-page .sec__interview .btnArea .commonBtn {
    margin-top: 0;
  }
}
.front-page .sec__interview::before {
  content: "";
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  width: 21.53vw;
  height: 68.79%;
  background: -webkit-gradient(linear, left top, left bottom, from(#f9bbbe), to(#fff));
  background: linear-gradient(to bottom, #f9bbbe 0%, #fff 100%);
  pointer-events: none;
}
@media (max-width: 834px) {
  .front-page .sec__interview::before {
    top: -28px;
  }
}
.front-page .sec__interview::after {
  content: "";
  position: absolute;
  right: -260px;
  bottom: -100px;
  display: block;
  width: 736px;
  aspect-ratio: 736/737;
  background: url(../img/common/deco02.png) center center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 834px) {
  .front-page .sec__interview::after {
    width: 350px;
    right: -100px;
    bottom: 50px;
  }
}
.front-page .sec__benefits {
  position: relative;
  background-color: #fff;
}
.front-page .sec__benefits__inner {
  max-width: 1350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 130px;
  gap: 9.44vw;
}
@media screen and (max-width: 1500px) {
  .front-page .sec__benefits__inner {
    padding-left: 0;
    margin-left: 0;
  }
}
@media (max-width: 834px) {
  .front-page .sec__benefits__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 6.25% 60px;
    gap: 0;
  }
}
.front-page .sec__benefits .imgArea {
  position: relative;
  max-width: 476px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.735vw;
          flex: 0 0 33.735vw;
}
@media (max-width: 834px) {
  .front-page .sec__benefits .imgArea {
    max-width: 172px;
    margin-left: auto;
    margin-top: -30px;
  }
}
.front-page .sec__benefits .imgArea img {
  aspect-ratio: 476/596;
}
.front-page .sec__benefits .textArea {
  position: relative;
  max-width: 660px;
  padding-bottom: 180px;
}
@media (max-width: 834px) {
  .front-page .sec__benefits .textArea {
    margin-top: -30px;
    padding-bottom: 0;
  }
}
.front-page .sec__benefits .textArea::before {
  content: "";
  position: absolute;
  top: -106px;
  left: -300px;
  display: block;
  width: 740px;
  aspect-ratio: 1/1;
  background: url(../img/common/deco01.png) center center/contain no-repeat;
  pointer-events: none;
  z-index: -1;
}
.front-page .sec__benefits .textArea .text {
  margin-top: 50px;
}
@media (max-width: 834px) {
  .front-page .sec__benefits .textArea .text {
    margin-top: 14px;
  }
}
.front-page .sec__benefits .textArea .commonBtn {
  margin-top: 50px;
  margin-left: auto;
}
@media (max-width: 834px) {
  .front-page .sec__benefits .textArea .commonBtn {
    margin-top: 30px;
    margin-left: 0;
  }
}
.front-page .sec__benefits::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: calc(100% - 20.83vw);
  height: calc(100% + 150px);
  background-color: #fdf3f4;
  z-index: 0;
  pointer-events: none;
}
.front-page .sec__data {
  position: relative;
}
.front-page .sec__data__inner {
  max-width: calc(1200px + 10%);
  padding: 290px 5% 188px;
}
@media screen and (min-width: 835px) and (max-width: 1200px) {
  .front-page .sec__data__inner {
    padding-bottom: 130px;
  }
}
@media (max-width: 834px) {
  .front-page .sec__data__inner {
    padding: 0 6.25% 52px;
  }
}
.front-page .sec__data .imgArea {
  position: absolute;
  top: -108px;
  right: 5.3%;
  max-width: 617px;
  margin-left: auto;
}
@media screen and (min-width: 835px) and (max-width: 1200px) {
  .front-page .sec__data .imgArea {
    max-width: 50vw;
  }
}
@media (max-width: 834px) {
  .front-page .sec__data .imgArea {
    position: relative;
    right: auto;
    top: 0;
    max-width: 320px;
    margin: 0 auto;
  }
}
.front-page .sec__data .imgArea img {
  aspect-ratio: 617/434;
}
.front-page .sec__data .textContents .textArea {
  margin-top: 53px;
}
@media (max-width: 834px) {
  .front-page .sec__data .textContents .textArea {
    margin-top: 24px;
  }
}
.front-page .sec__data .textContents .textArea .commonTitle .ja {
  margin-top: 3px;
}
.front-page .sec__data .textContents .textArea__inner {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  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.56vw;
  padding-right: 50px;
}
@media (max-width: 834px) {
  .front-page .sec__data .textContents .textArea__inner {
    display: block;
    padding-right: 0;
  }
}
.front-page .sec__data .textContents .textArea__inner .text {
  max-width: 740px;
}
@media (max-width: 834px) {
  .front-page .sec__data .textContents .textArea__inner .text {
    margin-top: 16px;
  }
}
.front-page .sec__data .textContents .commonTitle .ja {
  margin-top: 3px;
}
.front-page .sec__data .textContents .commonBtn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 834px) {
  .front-page .sec__data .textContents .commonBtn {
    margin-top: 24px;
  }
}
.front-page .sec__data .textContents::before {
  content: "";
  position: absolute;
  top: 58px;
  left: -56px;
  display: block;
  width: 288px;
  aspect-ratio: 435/757;
  background: url(../img/index/logo_bg.png) center center/contain no-repeat;
  z-index: -1;
  opacity: 0.2;
  pointer-events: none;
}
@media (max-width: 834px) {
  .front-page .sec__data .textContents::before {
    top: -120px;
    right: -10%;
    left: auto;
    z-index: -1;
    width: 160px;
  }
}
.front-page .sec__data::before {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
  pointer-events: none;
}
.front-page .sec__data::after {
  content: "";
  position: absolute;
  right: -240px;
  bottom: 100px;
  display: block;
  width: 736px;
  aspect-ratio: 736/737;
  background: url(../img/common/deco02.png) center center/contain no-repeat;
  z-index: -1;
  pointer-events: none;
}

/*--------------------
  mainVisual
--------------------*/
.mainVisual__inner {
  position: relative;
}
.mainVisual__inner::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  display: block;
  width: 100vw;
  aspect-ratio: 2880/200;
  background: url(../img/index/fv_bg01.png) bottom center/contain no-repeat;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 834px) {
  .mainVisual__inner::after {
    width: 107vw;
    bottom: -1px;
  }
}
.mainVisual__inner .slideArea {
  position: relative;
  z-index: 0;
  width: 100%;
  height: clamp(410px, 56.25vw, 870px);
  aspect-ratio: 16/9;
}
@media screen and (min-width: 835px) and (max-width: 1200px) {
  .mainVisual__inner .slideArea {
    min-height: 74vw;
  }
}
@media (max-width: 834px) {
  .mainVisual__inner .slideArea {
    aspect-ratio: 360/440;
  }
}
.mainVisual__inner .slideArea .swiper-container {
  width: 100%;
  height: 100%;
}
.mainVisual__inner .slideArea .slideList {
  overflow: hidden;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.mainVisual__inner .slideArea .slideList__item img {
  aspect-ratio: 2880/1620;
  display: block;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 5.2s linear;
  transition: -webkit-transform 5.2s linear;
  transition: transform 5.2s linear;
  transition: transform 5.2s linear, -webkit-transform 5.2s linear;
}
@media (max-width: 834px) {
  .mainVisual__inner .slideArea .slideList__item:nth-child(2) img {
    -o-object-position: 20% center;
       object-position: 20% center;
  }
}
.mainVisual__inner .slideArea .slideList .swiper-slide-active img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.mainVisual__inner .snsArea {
  position: absolute;
  top: calc(50% - 17px);
  right: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 834px) {
  .mainVisual__inner .snsArea {
    right: 3%;
    top: calc(50% - 10px);
  }
}
.mainVisual__inner .snsArea .snsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
@media (max-width: 834px) {
  .mainVisual__inner .snsArea .snsList {
    gap: 6px;
  }
}
.mainVisual__inner .snsArea .snsList__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  aspect-ratio: 1/1;
  background-color: rgba(255, 255, 255, 0.6);
  border: #fff 1px solid;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
@media (max-width: 834px) {
  .mainVisual__inner .snsArea .snsList__item a {
    width: 40px;
  }
}
.mainVisual__inner .snsArea .snsList__item a .img {
  display: block;
  width: 41px;
}
@media (max-width: 834px) {
  .mainVisual__inner .snsArea .snsList__item a .img {
    width: 26px;
  }
}
.mainVisual__inner .snsArea .snsList__item a .img img {
  aspect-ratio: 1/1;
}
@media (any-hover: hover) {
  .mainVisual__inner .snsArea .snsList__item a:hover {
    background: #fdf3f4;
    border: #f58a90 1px solid;
  }
}
.mainVisual__inner .copyArea {
  position: absolute;
  bottom: 148px;
  left: 5.1388vw;
  opacity: 0;
  clip-path: inset(0 100% 0 0);
  -webkit-transition: opacity 1s ease, clip-path 2.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 1s ease, clip-path 2.2s cubic-bezier(0.22, 1, 0.36, 1);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
@media (max-width: 834px) {
  .mainVisual__inner .copyArea {
    left: 4%;
    bottom: 50px;
  }
}
.mainVisual__inner .copyArea__text {
  max-width: 522px;
}
@media (max-width: 834px) {
  .mainVisual__inner .copyArea__text {
    max-width: 286px;
  }
}
.mainVisual__inner .copyArea__text img {
  aspect-ratio: 523/160;
}

.front-page.js-loaded .mainVisual .copyArea {
  opacity: 1;
  clip-path: inset(0 0 0 0);
}
.front-page.js-loaded .sec__intro .imgArea {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* ============================================
// RECRUIT
// ==========================================*/
.lower-kyujin_l .job_count_pager .pager_next .btn, .lower-kyujin_d .job_count_pager .pager_next .btn, .lower-whatsnew .job_count_pager .pager_next .btn {
  background-color: #fff;
  border: #231d4a 1px solid;
}
.lower-kyujin_l .job_count_pager .pager_next .btn .pager_next_text, .lower-kyujin_d .job_count_pager .pager_next .btn .pager_next_text, .lower-whatsnew .job_count_pager .pager_next .btn .pager_next_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
.lower-kyujin_l .job_count_pager .pager_next .btn .pager_next_text span, .lower-kyujin_d .job_count_pager .pager_next .btn .pager_next_text span, .lower-whatsnew .job_count_pager .pager_next .btn .pager_next_text span {
  color: #231d4a !important;
  font-size: 1.5rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 834px) {
  .lower-kyujin_l .job_count_pager .pager_next .btn .pager_next_text span, .lower-kyujin_d .job_count_pager .pager_next .btn .pager_next_text span, .lower-whatsnew .job_count_pager .pager_next .btn .pager_next_text span {
    font-size: 1.3rem;
  }
}
@media (hover: hover) {
  .lower-kyujin_l .job_count_pager .pager_next .btn:hover, .lower-kyujin_d .job_count_pager .pager_next .btn:hover, .lower-whatsnew .job_count_pager .pager_next .btn:hover {
    opacity: 1;
    background-color: #f58a90;
    border: #f58a90 1px solid;
  }
  .lower-kyujin_l .job_count_pager .pager_next .btn:hover .pager_next_text span, .lower-kyujin_d .job_count_pager .pager_next .btn:hover .pager_next_text span, .lower-whatsnew .job_count_pager .pager_next .btn:hover .pager_next_text span {
    color: #fff !important;
    -webkit-animation: fadeUpBtnText 0.3s ease both;
            animation: fadeUpBtnText 0.3s ease both;
  }
}

/*--------------------
求人一覧
--------------------*/
.lower-kyujin_l main {
  position: relative;
}
.lower-kyujin_l main::before {
  content: "";
  position: absolute;
  top: -200px;
  left: -200px;
  display: block;
  width: 736px;
  aspect-ratio: 736/737;
  background: url(../img/common/deco02.png) center center/contain no-repeat;
  z-index: 0;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-kyujin_l main::before {
    width: 350px;
    top: -50px;
    left: -100px;
  }
}
.lower-kyujin_l .search_panel_Area {
  position: relative;
}
.lower-kyujin_l .search_panel_Area::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: -50%;
  right: -50%;
  width: calc(100vw + 100%);
  height: calc(100% + 280px);
  background: -webkit-gradient(linear, left top, left bottom, from(#fdf3f4), color-stop(80%, #fdf3f4), to(#fff));
  background: linear-gradient(to bottom, #fdf3f4 0%, #fdf3f4 80%, #fff 100%);
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 834px) {
  .lower-kyujin_l .search_panel_Area::after {
    height: calc(100% + 150px);
  }
}
.lower-kyujin_l .search_panel {
  max-width: 1100px;
  margin: 0 auto 30px;
  padding: 0;
  padding-top: 60px;
  border: none;
}
@media (max-width: 834px) {
  .lower-kyujin_l .search_panel {
    padding-top: 30px;
  }
}
.lower-kyujin_l .search-toggle {
  position: relative;
  left: 0;
  top: 0;
  width: auto;
  max-width: inherit;
  background: #f58a90;
  -webkit-transform: none;
          transform: none;
  border-radius: 40px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (hover: hover) {
  .lower-kyujin_l .search-toggle:hover {
    opacity: 1;
    -webkit-filter: saturate(150%);
            filter: saturate(150%);
  }
}
.lower-kyujin_l .search-toggle.js-active {
  border-radius: 25px 25px 0 0;
}
@media (max-width: 834px) {
  .lower-kyujin_l .search-toggle.js-active {
    border-radius: 15px 15px 0 0;
  }
}
@media (max-width: 834px) {
  .lower-kyujin_l .search-toggle {
    margin: 0;
  }
}
.lower-kyujin_l .search-toggle .toggle_txt {
  font-size: 1.5rem;
  padding: 1.25em;
}
@media (max-width: 834px) {
  .lower-kyujin_l .search-toggle .toggle_txt {
    font-size: 1.4rem;
    padding: 0.88em 1em;
  }
}
.lower-kyujin_l .search-toggle .toggle_txt .pannel-open {
  display: block;
}
.lower-kyujin_l .search-toggle .toggle_txt .pannel-close {
  display: none;
}
.lower-kyujin_l .search-toggle .toggle_trigger {
  width: auto;
  height: 100%;
  aspect-ratio: 1/1;
  background: none;
}
.lower-kyujin_l .search-toggle .toggle_trigger::before {
  display: none;
}
.lower-kyujin_l .search-toggle .toggle_trigger_txt_ico {
  width: 16px;
  height: 1px;
}
@media (max-width: 834px) {
  .lower-kyujin_l .search-toggle .toggle_trigger_txt_ico {
    width: 12px;
  }
}
.lower-kyujin_l .search-toggle .toggle_trigger_txt_ico:nth-of-type(1) {
  margin: 0;
  -webkit-transform: translateX(-50%) rotate(0deg);
          transform: translateX(-50%) rotate(0deg);
}
.lower-kyujin_l .search-toggle .toggle_trigger_txt_ico:nth-of-type(2) {
  margin: 0;
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
}
.lower-kyujin_l .search-toggle.js-active .toggle_txt .pannel-open {
  display: none;
}
.lower-kyujin_l .search-toggle.js-active .toggle_txt .pannel-close {
  display: block;
}
.lower-kyujin_l .search-toggle.js-active .toggle_trigger_txt_ico:nth-of-type(2) {
  -webkit-transform: translateX(-50%) rotate(0);
          transform: translateX(-50%) rotate(0);
}
.lower-kyujin_l .search_body {
  position: relative;
  z-index: 1;
  padding: 40px 64px 68px;
  background: #fff;
  -webkit-box-shadow: 0 14px 21px 0 rgba(210, 119, 124, 0.11);
          box-shadow: 0 14px 21px 0 rgba(210, 119, 124, 0.11);
  border-radius: 0 0 25px 25px;
}
@media (max-width: 834px) {
  .lower-kyujin_l .search_body {
    border-radius: 0 0 15px 15px;
    padding: 5px 20px 32px;
  }
}
.lower-kyujin_l .search_body .custom-form_parts {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 834px) {
  .lower-kyujin_l .search_body .custom-form_parts {
    margin-top: 8px;
  }
}
.lower-kyujin_l .search_body .custom-form_parts .parts_ttl {
  margin-top: 15px;
}
.lower-kyujin_l .search_body .btn_cover {
  max-width: 240px;
  width: 100%;
}
.lower-kyujin_l .job_result_total {
  padding: 44px 0 24px;
}
@media (max-width: 834px) {
  .lower-kyujin_l .job_result_total {
    padding: 24px 0 16px;
  }
}
.lower-kyujin_l article.job {
  font-weight: 400;
  margin-top: 42px;
  padding: 50px;
  background-color: #fff;
  border: rgba(249, 187, 190, 0.2) 1px solid;
  -webkit-box-shadow: 0 14px 21px 0 rgba(210, 119, 124, 0.11);
          box-shadow: 0 14px 21px 0 rgba(210, 119, 124, 0.11);
}
@media (max-width: 834px) {
  .lower-kyujin_l article.job {
    margin-top: 22px;
    padding: 30px 7%;
  }
}
.lower-kyujin_l article.job:first-child {
  margin-top: 0;
}
.lower-kyujin_l article.job .btn {
  font-size: 1.55rem;
  padding: 1.1em 0;
}
@media (max-width: 834px) {
  .lower-kyujin_l article.job .btn {
    font-size: 1.4rem;
    padding: 0.8em 0;
  }
}
.lower-kyujin_l article.job .btn::after {
  top: 8px;
  right: 8px;
}
@media (max-width: 834px) {
  .lower-kyujin_l article.job .btn::after {
    top: 4px;
    right: 4px;
  }
}

/*--------------------
求人詳細
--------------------*/
.lower-kyujin_d .kyujin_container {
  position: relative;
  padding-top: 160px;
}
@media (max-width: 834px) {
  .lower-kyujin_d .kyujin_container {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}
.lower-kyujin_d .kyujin_container::before {
  content: "";
  position: absolute;
  top: 0;
  left: -250px;
  display: block;
  width: 736px;
  aspect-ratio: 736/737;
  background: url(../img/common/deco02.png) center center/contain no-repeat;
  z-index: 0;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-kyujin_d .kyujin_container::before {
    width: 350px;
    left: -100px;
  }
}
.lower-kyujin_d .kyujin_container::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -12%;
  display: block;
  width: 368px;
  aspect-ratio: 435/757;
  background: url(../img/index/logo_bg.png) center center/contain no-repeat;
  z-index: -1;
  opacity: 0.2;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-kyujin_d .kyujin_container::after {
    width: 150px;
    right: -6%;
    bottom: -10px;
  }
}
.lower-kyujin_d .kyujin_container .job_body_block:not(.job_body_head) {
  background-color: #fff;
  padding: 34px 4.5% 54px;
  -webkit-box-shadow: 0 14px 21px 0 rgba(210, 119, 124, 0.11);
          box-shadow: 0 14px 21px 0 rgba(210, 119, 124, 0.11);
}
@media (max-width: 834px) {
  .lower-kyujin_d .kyujin_container .job_body_block:not(.job_body_head) {
    padding: 20px 4.5% 30px;
  }
}
.lower-kyujin_d .footer {
  padding-bottom: 92px;
}
@media (max-width: 834px) {
  .lower-kyujin_d .footer {
    padding-bottom: 68px;
  }
}
.lower-kyujin_d .pagetop {
  bottom: 132px;
}
@media (max-width: 834px) {
  .lower-kyujin_d .pagetop {
    bottom: 87px;
  }
}
.lower-kyujin_d .pagetop__inner {
  bottom: 92px;
}
@media (max-width: 834px) {
  .lower-kyujin_d .pagetop__inner {
    bottom: 68px;
  }
}
.lower-kyujin_d main.l-main::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: -50%;
  right: -50%;
  width: calc(100vw + 100%);
  height: calc(100% + 280px);
  background: -webkit-gradient(linear, left top, left bottom, from(#fdf3f4), color-stop(80%, #fdf3f4), to(#fff));
  background: linear-gradient(to bottom, #fdf3f4 0%, #fdf3f4 80%, #fff 100%);
  pointer-events: none;
  z-index: -2;
}
@media (max-width: 834px) {
  .lower-kyujin_d main.l-main::after {
    height: calc(100% + 150px);
  }
}
@media (max-width: 834px) {
  .lower-kyujin_d main.l-main {
    padding-top: 6%;
    padding-bottom: 20px;
  }
}
.lower-kyujin_d .job_outline, .lower-kyujin_d .appeal_list {
  margin-top: 20px;
}
@media (max-width: 834px) {
  .lower-kyujin_d .job_outline, .lower-kyujin_d .appeal_list {
    margin-top: 8px;
  }
}
.lower-kyujin_d .page_back {
  margin: 0 auto;
}
@media (max-width: 834px) {
  .lower-kyujin_d .page_back {
    padding: 10px 0;
  }
}
.lower-kyujin_d .page_back a {
  padding: 20px 34px 21px 28px;
  min-width: 280px;
  background-color: rgba(255, 255, 255, 0.8);
}
.lower-kyujin_d .page_back a .commonBtn__text span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.lower-kyujin_d .page_back a .commonBtn__text span::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 8px solid #231d4a;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.lower-kyujin_d .page_back a::before {
  display: none;
}
@media (hover: hover) {
  .lower-kyujin_d .page_back a:hover {
    background-color: #f58a90;
  }
  .lower-kyujin_d .page_back a:hover .commonBtn__text span {
    color: #fff;
    -webkit-animation: fadeUpBtnText 0.3s ease both;
            animation: fadeUpBtnText 0.3s ease both;
  }
  .lower-kyujin_d .page_back a:hover .commonBtn__text span::before {
    border-right: 8px solid #fff;
  }
}
.lower-kyujin_d .outline_ttl,
.lower-kyujin_d .appeal_ttl {
  font-size: 2.1rem;
  text-align: center;
  color: #fff;
  z-index: 1;
  padding: 0.55em 1em;
}
@media (max-width: 834px) {
  .lower-kyujin_d .outline_ttl,
  .lower-kyujin_d .appeal_ttl {
    font-size: 1.65rem;
  }
}
.lower-kyujin_d .outline_ttl::after,
.lower-kyujin_d .appeal_ttl::after {
  background: #f58a90;
  border-radius: 10px;
  z-index: -1;
}
.lower-kyujin_d .job_outline_item .job_outline_item_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 8px;
  border-bottom: #f9bbbe 1px solid;
}
@media (max-width: 834px) {
  .lower-kyujin_d .job_outline_item .job_outline_item_ttl {
    border-bottom: none;
    gap: 0 6px;
  }
}
.lower-kyujin_d .job_outline_item .job_outline_item_ttl::before {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8px;
          flex: 0 0 8px;
  display: inline-block;
  width: 8px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  margin-top: 1px;
  background-color: #f58a90;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-kyujin_d .job_outline_item .job_outline_item_ttl::before {
    width: 6px;
    margin-top: -2px;
  }
}

/*--------------------
新着求人
--------------------*/
.lower-whatsnew .kyujin_container {
  padding-top: 60px;
}
@media (max-width: 834px) {
  .lower-whatsnew .kyujin_container {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
.lower-whatsnew .kyujin_container::before {
  content: "";
  position: absolute;
  top: -200px;
  left: -200px;
  display: block;
  width: 736px;
  aspect-ratio: 736/737;
  background: url(../img/common/deco02.png) center center/contain no-repeat;
  z-index: 0;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-whatsnew .kyujin_container::before {
    width: 350px;
    top: -50px;
    left: -100px;
  }
}
.lower-whatsnew .kyujin_container::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: -50%;
  right: -50%;
  width: calc(100vw + 100%);
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#fdf3f4), color-stop(70%, #fdf3f4), to(#fff));
  background: linear-gradient(to bottom, #fdf3f4 0%, #fdf3f4 70%, #fff 100%);
  pointer-events: none;
  z-index: -2;
}
@media (max-width: 834px) {
  .lower-whatsnew .kyujin_container::after {
    height: calc(100% + 150px);
  }
}
.lower-whatsnew .kyujin_container .job_list {
  margin-top: 28px;
}
@media (max-width: 834px) {
  .lower-whatsnew .kyujin_container .job_list {
    margin-top: 22px;
  }
}
.lower-whatsnew .kyujin_container .job_list .job {
  margin-top: 24px;
  background-color: #fff;
  -webkit-box-shadow: 0 7px 10px 0 rgba(210, 119, 124, 0.11);
          box-shadow: 0 7px 10px 0 rgba(210, 119, 124, 0.11);
  border: rgba(249, 187, 190, 0.2) 1px solid;
}
@media (max-width: 834px) {
  .lower-whatsnew .kyujin_container .job_list .job {
    margin-top: 20px;
  }
}
.lower-whatsnew .kyujin_container .job_list .job_inner {
  padding: 36px 4%;
}
@media (max-width: 834px) {
  .lower-whatsnew .kyujin_container .job_list .job_inner {
    padding: 24px 4.5% 28px;
  }
}
.lower-whatsnew .kyujin_container .job_list .job .job_ttl a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (hover: hover) {
  .lower-whatsnew .kyujin_container .job_list .job .job_ttl a:hover {
    opacity: 1;
    color: #f58a90;
  }
}
.lower-whatsnew .kyujin_container .job_list .job:first-child {
  margin-top: 0;
}
.lower-whatsnew .kyujin_container .job_count_pager.contents_top {
  margin: 0;
}

/* ============================================
// interview_l
// ==========================================*/
.lower-interview_l .l-main {
  padding-top: 130px;
  padding-bottom: 200px;
}
.lower-interview_l .l-main:not(:has(.interviewList__item)) .interview__top-line {
  height: 30%;
}
@media (max-width: 834px) {
  .lower-interview_l .l-main {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}
.lower-interview_l .interview__top-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 336px;
  background: #fdf3f4;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-interview_l .interview__top-line {
    height: 200px;
  }
}
.lower-interview_l .interview__deco01, .lower-interview_l .interview__deco02 {
  position: absolute;
  pointer-events: none;
}
.lower-interview_l .interview__deco01 {
  top: -126px;
  left: -286px;
  width: 740px;
  aspect-ratio: 1/1;
}
@media (max-width: 834px) {
  .lower-interview_l .interview__deco01 {
    width: clamp(222px, 44.3645083933vw, 370px);
    aspect-ratio: 736/737;
    top: 56px;
    left: calc(-1 * clamp(48px, 14.3884892086vw, 120px));
  }
}
.lower-interview_l .interview__deco02 {
  top: -179px;
  right: -7px;
  width: 444px;
  aspect-ratio: 444/569;
}
@media (max-width: 834px) {
  .lower-interview_l .interview__deco02 {
    width: clamp(133.2px, 26.618705036vw, 222px);
    aspect-ratio: 736/737;
    top: 0;
    right: 0;
  }
}
@media (min-width: 835px) {
  .lower-interview_l .interviewList {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 0 6.4912280702%;
    padding-inline: 2.5%;
  }
}
.lower-interview_l .interviewList__item::before {
  content: none;
  position: absolute;
  bottom: -145px;
  right: -42px;
  width: 368px;
  aspect-ratio: 368/639;
  background: url(../img/interview/deco_interview_l_logo.png) center center/contain no-repeat;
  pointer-events: none;
  margin-right: calc(52% - 50vw);
  z-index: 1;
}
@media (max-width: 834px) {
  .lower-interview_l .interviewList__item::before {
    width: 147.2px;
    bottom: -66px;
    right: -8px;
    z-index: -1;
  }
}
@media (min-width: 835px) {
  .lower-interview_l .interviewList__item {
    position: relative;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
  }
  .lower-interview_l .interviewList__item:nth-child(n+4) {
    margin-top: clamp(202.4px, 19.6124031008vw, 253px);
  }
  .lower-interview_l .interviewList__item:nth-child(3n+1)::before {
    margin-right: calc(-70% - 50vw);
  }
  .lower-interview_l .interviewList__item:nth-child(3n+1) .line {
    display: block;
  }
  .lower-interview_l .interviewList__item:nth-child(3n+3)::before {
    margin-right: calc(175% - 50vw);
  }
}
@media (max-width: 834px) {
  .lower-interview_l .interviewList__item {
    position: relative;
    max-width: 412.5px;
    margin-inline: auto;
    margin-top: 72px;
  }
  .lower-interview_l .interviewList__item:first-child {
    margin-top: 0;
  }
}
.lower-interview_l .interviewList__item:first-child .line {
  display: none;
}
.lower-interview_l .interviewList__item:last-child::before {
  content: "";
}
.lower-interview_l .interviewList__item .line {
  position: relative;
}
@media (min-width: 835px) {
  .lower-interview_l .interviewList__item .line {
    display: none;
    position: absolute;
    width: 100vw;
    margin: calc(-1 * clamp(104px, 10.0775193798vw, 130px)) calc(170% - 50vw);
    height: 336px;
    background: #fdf3f4;
    pointer-events: none;
    overflow: hidden;
  }
  .lower-interview_l .interviewList__item .line__deco {
    position: absolute;
    width: 736px;
    aspect-ratio: 736/737;
    top: -218px;
    left: -112px;
  }
}
@media (max-width: 834px) {
  .lower-interview_l .interviewList__item .line {
    position: absolute;
    width: 100vw;
    margin: -40px calc(50% - 50vw);
    height: 200px;
    background: #fdf3f4;
    pointer-events: none;
    overflow: hidden;
  }
  .lower-interview_l .interviewList__item .line__deco {
    position: absolute;
    width: clamp(353.28px, 70.5995203837vw, 588.8px);
    aspect-ratio: 736/737;
    top: calc(-1 * clamp(48px, 14.3884892086vw, 120px));
    left: calc(-1 * clamp(48px, 14.3884892086vw, 120px));
  }
}
.lower-interview_l .interviewList__item .imgArea {
  position: relative;
}
@media (max-width: 834px) {
  .lower-interview_l .interviewList__item .imgArea {
    width: 80%;
    margin-inline: auto;
  }
}
.lower-interview_l .interviewList__item .imgArea .img {
  max-width: 330px;
  overflow: hidden;
}
.lower-interview_l .interviewList__item .imgArea .img img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  aspect-ratio: 330/405;
}
.lower-interview_l .interviewList__item .imgArea .jobs {
  position: absolute;
  left: -20px;
  bottom: 28px;
  padding: 10px 15px;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1;
  background-color: #231d4a;
  border-radius: 20px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 834px) {
  .lower-interview_l .interviewList__item .imgArea .jobs {
    font-size: 1.2rem;
  }
}
.lower-interview_l .interviewList__item .copy {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.6;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-top: 23px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media (max-width: 834px) {
  .lower-interview_l .interviewList__item .copy {
    font-size: 2rem;
    margin-top: 18px;
  }
}
.lower-interview_l .interviewList__item .textArea {
  margin-top: 18px;
}
@media (max-width: 834px) {
  .lower-interview_l .interviewList__item .textArea {
    margin-top: 9px;
  }
}
.lower-interview_l .interviewList__item .textArea__infoBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 8px 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 834px) {
  .lower-interview_l .interviewList__item .textArea__infoBox {
    gap: 6px 20px;
  }
}
.lower-interview_l .interviewList__item .textArea__area {
  color: #f58a90;
  font-size: 1.5rem;
  letter-spacing: 0.025em;
  font-weight: bold;
}
.lower-interview_l .interviewList__item .textArea__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-family: "Chonburi", serif;
  font-size: 3.5rem;
  color: #f58a90;
  line-height: 1;
  letter-spacing: 0.025em;
}
@media (max-width: 834px) {
  .lower-interview_l .interviewList__item .textArea__name {
    font-size: 2.6rem;
    gap: 4px;
  }
}
.lower-interview_l .interviewList__item .textArea__name .san {
  font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.7rem;
  font-weight: 600;
  color: #231d4a;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 834px) {
  .lower-interview_l .interviewList__item .textArea__name .san {
    font-size: 1.4rem;
  }
}
.lower-interview_l .interviewList__item .textArea__date {
  color: #a6a6a6;
  font-weight: 600;
}
@media (max-width: 834px) {
  .lower-interview_l .interviewList__item .textArea__date {
    font-size: 1.3rem;
  }
}
@media (min-width: 835px) {
  .lower-interview_l .interviewList__item a {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    z-index: 1;
  }
}
@media (hover: hover) {
  .lower-interview_l .interviewList__item a:hover .imgArea img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .lower-interview_l .interviewList__item a:hover .imgArea .jobs {
    background-color: #f58a90;
  }
  .lower-interview_l .interviewList__item a:hover .textArea__name .san {
    color: #f58a90;
  }
}

/* ============================================
// interview_d
// ==========================================*/
.lower-interview_d .l-main {
  padding-top: 222px;
  padding-bottom: 170px;
}
@media (max-width: 834px) {
  .lower-interview_d .l-main {
    padding-top: 161px;
    padding-bottom: 48px;
  }
}
.lower-interview_d .interview__container:not(:has(.interview__message)) .interview__schedule::before {
  inset: 87px -50vw -40px;
}
.lower-interview_d .interview__container:not(:has(.interview__message)) .interview__schedule .interview__schedule-inner::before {
  content: none;
}
.lower-interview_d .interview__container:not(:has(.interview__message)) .interview__bottom {
  margin-top: 104px;
}
.lower-interview_d .interview__main-topics-wrap {
  position: relative;
}
.lower-interview_d .interview__main-topics-wrap::before {
  content: "";
  position: absolute;
  inset: 180px -50vw -180px;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#fdf3f4));
  background: linear-gradient(0deg, #fff 0%, #fdf3f4 100%);
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main-topics-wrap::before {
    inset: 48px -50vw 0px;
  }
}
.lower-interview_d .interview__main-topics-wrap::after {
  content: "";
  position: absolute;
  bottom: calc(100% - 180px);
  left: 0;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  aspect-ratio: 1440/90;
  background: url(../img/interview/shape_interview_d_main.png) center center/cover no-repeat;
  pointer-events: none;
  z-index: -2;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main-topics-wrap::after {
    bottom: calc(100% - 48px);
  }
}
.lower-interview_d .interview__main {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 835px) {
  .lower-interview_d .interview__main:not(:has(.imgArea)) .txtArea {
    margin-top: 104px;
  }
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.lower-interview_d .interview__main::after {
  content: "";
  position: absolute;
  top: -90px;
  right: 0;
  width: 300px;
  aspect-ratio: 300/569;
  background: url(../img/interview/deco_interview_d_main.png) center center/contain no-repeat;
  margin-right: calc(50% - 50vw);
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main::after {
    top: 0;
    width: 150px;
  }
}
.lower-interview_d .interview__main .bg-copy {
  position: absolute;
  top: -90px;
  left: 0;
  font-family: "Chonburi", serif;
  font-size: 13rem;
  font-weight: 400;
  letter-spacing: 0;
  color: #fdecee;
  line-height: 1;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main .bg-copy {
    font-size: 6rem;
    top: -73px;
    left: -4%;
  }
}
.lower-interview_d .interview__main .txtArea {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  background: #fff;
  -webkit-box-shadow: 0px 14px 21px 0px rgba(210, 119, 124, 0.11);
          box-shadow: 0px 14px 21px 0px rgba(210, 119, 124, 0.11);
  margin-top: clamp(208px, 20.1550387597vw, 260px);
  padding: 0 5% 40px;
  z-index: 2;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main .txtArea {
    padding: 0 6% 22px;
    margin-top: 34px;
    margin-inline: -4%;
  }
}
.lower-interview_d .interview__main .txtArea .job {
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
  background: #231d4a;
  border-radius: 100vmax;
  padding: 0.68em 1.025em;
  margin-top: -19px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main .txtArea .job {
    font-size: 1.3rem;
    margin-top: -18px;
  }
}
.lower-interview_d .interview__main .txtArea .copy {
  font-size: clamp(2.61rem, 2.2307692308vw, 2.9rem);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.075em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-top: 29px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main .txtArea .copy {
    font-size: 2.2rem;
    margin-top: 17px;
  }
}
.lower-interview_d .interview__main .txtArea .data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 18px;
  margin-top: 18px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main .txtArea .data {
    gap: 4px 14px;
    margin-top: 6px;
  }
}
.lower-interview_d .interview__main .txtArea .name {
  font-family: "Chonburi", serif;
  font-size: 3.5rem;
  font-weight: 400;
  letter-spacing: 0;
  color: #f58a90;
  line-height: 1.5;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main .txtArea .name {
    font-size: 2.7rem;
  }
}
.lower-interview_d .interview__main .txtArea .name small {
  font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  font-size: 0.4857142857em;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #231d4a;
  margin-left: 6px;
}
.lower-interview_d .interview__main .txtArea .join {
  font-weight: 700;
  color: #a6a6a6;
  line-height: 1.5;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main .txtArea .join {
    font-size: 1.3rem;
  }
}
.lower-interview_d .interview__main .imgArea {
  max-width: 640px;
  height: 100%;
  aspect-ratio: 640/426;
  z-index: 1;
}
@media (min-width: 835px) {
  .lower-interview_d .interview__main .imgArea {
    margin-left: calc(-1 * clamp(48px, 4.6511627907vw, 60px));
    -webkit-box-flex: 0;
        -ms-flex: 0 0 53.3333333333%;
            flex: 0 0 53.3333333333%;
  }
}
@media (min-width: 1201px) {
  .lower-interview_d .interview__main .imgArea {
    margin-right: clamp(40px, 3.8759689922vw, 50px);
  }
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main .imgArea {
    margin-inline: auto;
  }
}
.lower-interview_d .interview__main .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.lower-interview_d .interview__topics {
  position: relative;
  margin-top: 64px;
}
.lower-interview_d .interview__topics::before {
  content: "";
  position: absolute;
  bottom: -387px;
  right: 0;
  width: 524px;
  aspect-ratio: 524/737;
  background: url(../img/interview/deco_interview_d_topics_02.png) center center/contain no-repeat;
  pointer-events: none;
  z-index: -1;
  margin-right: calc(50% - 50vw);
}
@media (max-width: 834px) {
  .lower-interview_d .interview__topics::before {
    bottom: 160px;
    width: 262px;
  }
}
.lower-interview_d .interview__topics-title-wrap {
  position: relative;
}
@media (min-width: 835px) {
  .lower-interview_d .interview__topics-title-wrap {
    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;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-left: auto;
  }
}
.lower-interview_d .interview__topics-title {
  position: relative;
  z-index: 2;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.075em;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__topics-title {
    font-size: 2.8rem;
  }
}
.lower-interview_d .interview__topics-logo {
  position: absolute;
  z-index: -1;
  pointer-events: none;
}
@media (min-width: 835px) {
  .lower-interview_d .interview__topics-logo {
    top: calc(50% - 22px);
    left: -40px;
    right: -51px;
    margin-inline: auto;
    translate: 0 -50%;
  }
}
@media (max-width: 834px) {
  .lower-interview_d .interview__topics-logo {
    top: -110px;
    right: -40px;
    width: 130.4px;
  }
}
.lower-interview_d .interview__topics__list {
  position: relative;
  z-index: 1;
  margin-top: 74px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__topics__list {
    margin-top: 24px;
  }
}
.lower-interview_d .interview__topics__list::before {
  content: "";
  position: absolute;
  top: -482px;
  left: 0;
  width: 530px;
  aspect-ratio: 530/740;
  background: url(../img/interview/deco_interview_d_topics_01.png) center center/contain no-repeat;
  margin-left: calc(50% - 50vw);
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__topics__list::before {
    width: 265px;
    top: -300px;
  }
}
.lower-interview_d .interview__topics__item:nth-child(1 of .interview__topics__item) {
  margin-top: 0;
}
@media (min-width: 835px) {
  .lower-interview_d .interview__topics__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 9.1666666667%;
    margin-top: 51px;
  }
  .lower-interview_d .interview__topics__item:not(:has(.imgArea)) .txtArea {
    padding-left: 2.3333333333%;
  }
}
@media (max-width: 834px) {
  .lower-interview_d .interview__topics__item {
    margin-top: 32px;
  }
}
.lower-interview_d .interview__topics__item .imgArea {
  aspect-ratio: 430/285;
  height: 100%;
}
@media (min-width: 835px) {
  .lower-interview_d .interview__topics__item .imgArea {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35.8333333333%;
            flex: 0 0 35.8333333333%;
  }
}
@media (max-width: 834px) {
  .lower-interview_d .interview__topics__item .imgArea {
    max-width: 430px;
    margin-inline: auto;
  }
}
@media (min-width: 835px) {
  .lower-interview_d .interview__topics__item .txtArea {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -ms-flex-line-pack: center;
        align-content: center;
  }
}
@media (max-width: 834px) {
  .lower-interview_d .interview__topics__item .txtArea {
    margin-top: 18px;
  }
}
.lower-interview_d .interview__topics__item .txtArea .lead {
  position: relative;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__topics__item .txtArea .lead {
    font-size: 2.1rem;
  }
}
.lower-interview_d .interview__topics__item .txtArea .lead .num {
  position: absolute;
  top: -30px;
  left: -37px;
  font-family: "Chonburi", serif;
  font-size: 10rem;
  font-weight: 400;
  letter-spacing: 0;
  color: rgba(245, 138, 144, 0.2);
  line-height: 1;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__topics__item .txtArea .lead .num {
    font-size: 5.8rem;
    top: -14px;
    left: -14px;
  }
}
.lower-interview_d .interview__topics__item .txtArea .txt {
  margin-top: 13px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__topics__item .txtArea .txt {
    margin-top: 8px;
  }
}
.lower-interview_d .interview__schedule {
  position: relative;
  margin-top: 130px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__schedule {
    margin-top: 56px;
  }
}
.lower-interview_d .interview__schedule::before {
  content: "";
  position: absolute;
  inset: 87px -50vw -300px;
  background: #fdf3f4;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__schedule::before {
    inset: 72px -50vw -200px;
  }
}
.lower-interview_d .interview__schedule-inner {
  position: relative;
}
@media (min-width: 835px) {
  .lower-interview_d .interview__schedule-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.lower-interview_d .interview__schedule-inner::before {
  content: "";
  position: absolute;
  top: calc(100% - 170px);
  left: 0;
  width: 563px;
  aspect-ratio: 563/740;
  background: url(../img/interview/deco_interview_d_oneday_01.png) center center/contain no-repeat;
  pointer-events: none;
  margin-left: calc(50% - 50vw);
}
@media (max-width: 834px) {
  .lower-interview_d .interview__schedule-inner::before {
    width: 281.5px;
  }
}
.lower-interview_d .interview__schedule-inner::after {
  content: "";
  position: absolute;
  right: -150px;
  bottom: -220px;
  width: 736px;
  aspect-ratio: 736/737;
  background: url(../img/interview/deco_interview_d_oneday_02.png) center center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__schedule-inner::after {
    width: 515.2px;
    top: -180px;
    bottom: auto;
    right: -120px;
  }
}
.lower-interview_d .interview__schedule .txtArea {
  position: relative;
  z-index: 1;
}
@media (min-width: 835px) {
  .lower-interview_d .interview__schedule .txtArea {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 57.5%;
            flex: 0 0 57.5%;
    margin-top: 192px;
  }
}
@media (max-width: 834px) {
  .lower-interview_d .interview__schedule .txtArea {
    padding-top: 120px;
  }
}
.lower-interview_d .interview__schedule-title {
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.075em;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__schedule-title {
    font-size: 2.8rem;
  }
}
.lower-interview_d .interview__schedule .body {
  background: #fff;
  -webkit-box-shadow: 0px 14px 21px 0px rgba(210, 119, 124, 0.11);
          box-shadow: 0px 14px 21px 0px rgba(210, 119, 124, 0.11);
  padding: 90px 13.0434782609%;
  margin-top: 28px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__schedule .body {
    padding: 32px 7%;
    margin-top: 24px;
  }
}
.lower-interview_d .interview__schedule .timeline__item {
  position: relative;
}
.lower-interview_d .interview__schedule .timeline__item:first-child {
  margin-top: 0;
}
.lower-interview_d .interview__schedule .timeline__item:last-child::before {
  content: none;
}
.lower-interview_d .interview__schedule .timeline__item::before {
  content: "";
  position: absolute;
  top: 37px;
  left: 34px;
  width: 0;
  height: 100%;
  border-left: 4px dotted #231d4a;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__schedule .timeline__item::before {
    top: 32px;
    left: -2px;
    border-left: 3px dotted #231d4a;
  }
}
@media (min-width: 835px) {
  .lower-interview_d .interview__schedule .timeline__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: clamp(24px, 2.5vw, 30px);
    margin-top: 30px;
  }
}
@media (max-width: 834px) {
  .lower-interview_d .interview__schedule .timeline__item {
    margin-top: 8px;
  }
}
.lower-interview_d .interview__schedule .timeline__item .timeArea {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 73px;
          flex: 0 0 73px;
  font-family: "Chonburi", serif;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0;
  color: #fff;
  line-height: 1.5;
  background: #f58a90;
  border-radius: 100vmax;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.41em 0;
  height: 100%;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__schedule .timeline__item .timeArea {
    font-size: 1.4rem;
    min-width: 80px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: -40px;
    padding: 0.31em 0;
  }
}
.lower-interview_d .interview__schedule .timeline__item .txt {
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 1.9rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.5555555556;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__schedule .timeline__item .txt {
    font-size: 1.6rem;
    margin-top: 8px;
    padding-left: 24px;
  }
}
@media (min-width: 835px) {
  .lower-interview_d .interview__schedule .imgArea {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin-left: calc(-1 * clamp(224px, 21.7054263566vw, 280px));
    height: 100%;
  }
}
@media (max-width: 834px) {
  .lower-interview_d .interview__schedule .imgArea {
    position: absolute;
    top: 0;
    right: -7%;
    left: 45%;
    z-index: -1;
  }
}
.lower-interview_d .interview__schedule .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lower-interview_d .interview__schedule .bg-copy {
  position: absolute;
  bottom: 102px;
  right: clamp(48px, 4.6153846154vw, 60px);
  font-family: "Chonburi", serif;
  font-size: clamp(8.8rem, 8.4615384615vw, 11rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  z-index: 1;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__schedule .bg-copy {
    font-size: 6rem;
    bottom: auto;
    top: -32px;
    right: 0;
  }
}
.lower-interview_d .interview__message {
  position: relative;
  margin-top: 130px;
  padding-bottom: 50px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__message {
    margin-top: 56px;
    padding-bottom: 28px;
  }
}
.lower-interview_d .interview__message::before {
  content: "";
  position: absolute;
  inset: 0 26vw 0 0;
  background: #fdf3f4;
  pointer-events: none;
  z-index: -1;
  margin: 0 calc(50% - 50vw);
  opacity: 0.01;
  -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-interview_d .interview__message::before {
    inset: -24px 26vw 0 0;
  }
}
.lower-interview_d .interview__message.js-active::before {
  opacity: 1;
}
.lower-interview_d .interview__message .body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__message .body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 835px) {
  .lower-interview_d .interview__message .txtArea {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    z-index: 1;
    margin-top: 72px;
  }
}
@media (max-width: 834px) {
  .lower-interview_d .interview__message .txtArea {
    display: contents;
  }
}
.lower-interview_d .interview__message-title-wrap {
  position: relative;
}
.lower-interview_d .interview__message-bg-copy {
  position: absolute;
  bottom: -6px;
  left: -3px;
  font-family: "Chonburi", serif;
  font-size: clamp(10.5rem, 10vw, 13rem);
  font-weight: 400;
  letter-spacing: 0;
  color: #fce5e6;
  line-height: 1;
  z-index: -1;
  pointer-events: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__message-bg-copy {
    font-size: 6.4rem;
  }
}
.lower-interview_d .interview__message-title {
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.075em;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__message-title {
    font-size: 2.8rem;
  }
}
.lower-interview_d .interview__message .txt {
  background: #fff;
  padding: 50px 8.1190798376%;
  -webkit-box-shadow: 0px 14px 21px 0px rgba(210, 119, 124, 0.11);
          box-shadow: 0px 14px 21px 0px rgba(210, 119, 124, 0.11);
  margin-top: 58px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__message .txt {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 24px 6.25%;
    margin-top: 24px;
  }
}
.lower-interview_d .interview__message .date {
  font-size: 1.6rem;
  margin-top: 54px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__message .date {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-size: 1.4rem;
    margin-top: 24px;
  }
}
.lower-interview_d .interview__message .imgArea {
  height: 100%;
  aspect-ratio: 511/338;
}
@media (min-width: 835px) {
  .lower-interview_d .interview__message .imgArea {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 42.5833333333%;
            flex: 0 0 42.5833333333%;
    margin-left: -50px;
  }
}
@media (max-width: 834px) {
  .lower-interview_d .interview__message .imgArea {
    max-width: 511px;
    margin-inline: auto;
    margin-top: 24px;
  }
}
.lower-interview_d .interview__bottom {
  margin-top: 93px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__bottom {
    margin-top: 48px;
  }
}
.lower-interview_d .interview__bottom .commonBtn {
  margin-inline: auto;
}

/* ============================================
// jobs
// ==========================================*/
.lower-jobs .jobs {
  position: relative;
  background: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#fdf3f4));
  background: linear-gradient(0deg, #ffffff 0%, #fdf3f4 100%);
}
.lower-jobs .jobs__deco01, .lower-jobs .jobs__deco02, .lower-jobs .jobs__deco03 {
  position: absolute;
  pointer-events: none;
}
.lower-jobs .jobs__deco01 {
  top: 104px;
  left: -120px;
  width: 740px;
  aspect-ratio: 1/1;
}
@media (max-width: 834px) {
  .lower-jobs .jobs__deco01 {
    width: clamp(222px, 44.3645083933vw, 370px);
    top: 56px;
    left: calc(-1 * clamp(48px, 14.3884892086vw, 120px));
  }
}
.lower-jobs .jobs__deco02 {
  top: -179px;
  right: -7px;
  width: 444px;
  aspect-ratio: 444/569;
}
@media (max-width: 834px) {
  .lower-jobs .jobs__deco02 {
    width: clamp(133.2px, 26.618705036vw, 222px);
    top: -30px;
    right: -40px;
  }
}
.lower-jobs .jobs__deco03 {
  bottom: -246px;
  right: -126px;
  width: 736px;
  aspect-ratio: 736/737;
}
@media (max-width: 834px) {
  .lower-jobs .jobs__deco03 {
    width: clamp(220.8px, 44.1247002398vw, 368px);
    bottom: 0;
    right: -60px;
  }
}
.lower-jobs .jobs__inner {
  padding-top: 96px;
  padding-bottom: 163px;
}
@media (max-width: 834px) {
  .lower-jobs .jobs__inner {
    padding-top: 40px;
    padding-bottom: 48px;
  }
}
.lower-jobs .jobs__anchor {
  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: 2.6666666667%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 834px) {
  .lower-jobs .jobs__anchor {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 14px 16px;
  }
}
.lower-jobs .jobs__anchor-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.lower-jobs .jobs__anchor-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding-bottom: 10px;
}
@media (max-width: 834px) {
  .lower-jobs .jobs__anchor-link {
    gap: 6px;
    padding-bottom: 4px;
  }
}
.lower-jobs .jobs__anchor-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #898199, #898199 4px, transparent 2px, transparent 4px) left bottom/6px 2px repeat-x;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-jobs .jobs__anchor-link::before {
    height: 1px;
  }
}
@media (any-hover: hover) {
  .lower-jobs .jobs__anchor-link:hover {
    opacity: 1;
    color: #f58a90;
  }
  .lower-jobs .jobs__anchor-link:hover .jobs__anchor-icon::before {
    translate: 0 4px;
  }
}
.lower-jobs .jobs__anchor-num {
  font-family: "Chonburi", serif;
  font-size: 1.9rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
}
@media (max-width: 834px) {
  .lower-jobs .jobs__anchor-num {
    font-size: 1.6rem;
  }
}
.lower-jobs .jobs__anchor-text {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.5;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
@media (max-width: 834px) {
  .lower-jobs .jobs__anchor-text {
    font-size: 1.5rem;
  }
}
.lower-jobs .jobs__anchor-icon {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 32px;
  aspect-ratio: 1/1;
  background: #fff;
  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-jobs .jobs__anchor-icon {
    width: 24px;
  }
}
.lower-jobs .jobs__anchor-icon::before {
  content: "";
  width: 10px;
  aspect-ratio: 10/9;
  background: #f58a90;
  pointer-events: none;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  -webkit-transition: translate 0.4s;
  transition: translate 0.4s;
}
@media (max-width: 834px) {
  .lower-jobs .jobs__anchor-icon::before {
    width: 8px;
  }
}
.lower-jobs .jobs__list {
  margin-top: 90px;
}
@media (max-width: 834px) {
  .lower-jobs .jobs__list {
    margin-top: 40px;
  }
}
.lower-jobs .jobs__item {
  padding-top: 24px;
  margin-top: 36px;
}
@media (max-width: 834px) {
  .lower-jobs .jobs__item {
    padding-top: 32px;
    margin-top: -32px;
  }
}
.lower-jobs .jobs__item:first-child {
  margin-top: -24px;
}
@media (max-width: 834px) {
  .lower-jobs .jobs__item:first-child {
    margin-top: -32px;
  }
}
@media (min-width: 835px) {
  .lower-jobs .jobs__item:not(:has(.jobs__image)) .jobs__item-inner::before {
    left: auto;
    right: 0;
    scale: -1 1;
  }
  .lower-jobs .jobs__item:not(:has(.jobs__image)):nth-child(2n) .jobs__item-inner .jobs__num {
    top: -31px;
    left: 39px;
  }
  .lower-jobs .jobs__item:not(:has(.jobs__image)) .jobs__num {
    top: -40px;
    left: 39px;
  }
  .lower-jobs .jobs__item:nth-child(2n) .jobs__item-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .lower-jobs .jobs__item:nth-child(2n) .jobs__item-inner::before {
    left: auto;
    right: 0;
    scale: -1 1;
  }
  .lower-jobs .jobs__item:nth-child(2n) .jobs__item-inner .jobs__num {
    left: auto;
    right: clamp(34.4px, 3.3076923077vw, 43px);
  }
  .lower-jobs .jobs__item:nth-child(2n) .jobs__item-inner .commonBtn {
    margin-left: 0;
  }
}
@media (max-width: 834px) {
  .lower-jobs .jobs__item {
    margin-inline: -4%;
    margin-top: 0px;
  }
  .lower-jobs .jobs__item:not(:has(.jobs__image)) .jobs__num {
    top: 0;
  }
}
.lower-jobs .jobs__item-inner {
  position: relative;
  background: #fff;
  max-width: 1140px;
  margin-inline: auto;
  padding: 60px 5.8333333333%;
  -webkit-box-shadow: 0px 14px 21px 0px rgba(210, 119, 124, 0.11);
          box-shadow: 0px 14px 21px 0px rgba(210, 119, 124, 0.11);
}
@media (min-width: 835px) {
  .lower-jobs .jobs__item-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6%;
  }
}
@media (max-width: 834px) {
  .lower-jobs .jobs__item-inner {
    padding: 40px 6.25%;
  }
}
.lower-jobs .jobs__item-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 26%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#f9bbbe), to(#fff));
  background-image: linear-gradient(90deg, #f9bbbe 0%, #fff 100%);
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-jobs .jobs__item-inner::before {
    width: 100%;
    height: 30%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f9bbbe), to(#fff));
    background-image: linear-gradient(180deg, #f9bbbe 0%, #fff 100%);
  }
}
.lower-jobs .jobs__num {
  position: absolute;
  top: 27px;
  left: clamp(28px, 2.6923076923vw, 35px);
  font-family: "Chonburi", serif;
  font-size: clamp(7.2rem, 6.9230769231vw, 9rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  z-index: 2;
}
@media (max-width: 834px) {
  .lower-jobs .jobs__num {
    font-size: 5rem;
    top: 18px;
    left: 3%;
  }
}
.lower-jobs .jobs__image {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 42%;
          flex: 0 0 42%;
  max-width: 420px;
  aspect-ratio: 420/280;
  height: 100%;
}
@media (max-width: 834px) {
  .lower-jobs .jobs__image {
    margin-inline: auto;
  }
}
.lower-jobs .jobs__text-block {
  position: relative;
  z-index: 1;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media (min-width: 835px) {
  .lower-jobs .jobs__text-block {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
.lower-jobs .jobs__title {
  font-size: 4.2rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #f58a90;
  line-height: 1.5;
}
@media (max-width: 834px) {
  .lower-jobs .jobs__title {
    font-size: 2.5rem;
    margin-top: 14px;
  }
}
.lower-jobs .jobs__title-sub {
  font-size: 0.5714285714em;
}
.lower-jobs .jobs__lead {
  letter-spacing: 0.075em;
  margin-top: 16px;
}
@media (max-width: 834px) {
  .lower-jobs .jobs__lead {
    margin-top: 3px;
  }
}
.lower-jobs .jobs__requirements {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: 21px;
}
@media (max-width: 834px) {
  .lower-jobs .jobs__requirements {
    gap: 8px;
    margin-top: 15px;
  }
}
.lower-jobs .jobs__requirements-label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
  background: #f58a90;
  border-radius: 100vmax;
  padding: 0.405em 0.78em;
  height: 100%;
}
@media (max-width: 834px) {
  .lower-jobs .jobs__requirements-label {
    font-size: 1.3rem;
  }
}
.lower-jobs .jobs__requirements-text {
  -ms-flex-line-pack: center;
      align-content: center;
}
.lower-jobs .jobs .commonBtn {
  margin-top: 40px;
  margin-left: auto;
}
@media (max-width: 834px) {
  .lower-jobs .jobs .commonBtn {
    margin-top: 24px;
    margin-inline: auto;
  }
}
.lower-jobs .sec__recruit {
  z-index: 1;
}

/* ============================================
// benefits
// ==========================================*/
.lower-benefits .benefits {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#fdf3f4), color-stop(90%, #fff), to(#fff));
  background: linear-gradient(180deg, #fdf3f4 0%, #fff 90%, #fff 100%);
}
.lower-benefits .benefits__deco01, .lower-benefits .benefits__deco02, .lower-benefits .benefits__deco03 {
  position: absolute;
  pointer-events: none;
}
.lower-benefits .benefits__deco01 {
  top: 152px;
  left: -120px;
  width: 740px;
  aspect-ratio: 1/1;
}
@media (max-width: 834px) {
  .lower-benefits .benefits__deco01 {
    width: clamp(222px, 44.3645083933vw, 370px);
    top: 56px;
    left: calc(-1 * clamp(48px, 14.3884892086vw, 120px));
  }
}
.lower-benefits .benefits__deco02 {
  top: -179px;
  right: -96px;
  width: 444px;
  aspect-ratio: 444/569;
}
@media (max-width: 834px) {
  .lower-benefits .benefits__deco02 {
    width: clamp(133.2px, 26.618705036vw, 222px);
    top: -30px;
    right: -40px;
  }
}
.lower-benefits .benefits__deco03 {
  bottom: -40px;
  right: -190px;
  width: 736px;
  aspect-ratio: 736/737;
}
@media (max-width: 834px) {
  .lower-benefits .benefits__deco03 {
    width: clamp(220.8px, 44.1247002398vw, 368px);
    bottom: 0;
    right: -60px;
  }
}
.lower-benefits .benefits__inner {
  padding-bottom: 150px;
}
@media (max-width: 834px) {
  .lower-benefits .benefits__inner {
    padding-top: 40px;
    padding-bottom: 64px;
  }
}
@media (min-width: 835px) {
  .lower-benefits .benefits__intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 990px;
    margin-inline: auto;
    translate: 0 -43px;
    margin-bottom: -100px;
  }
}
@media (max-width: 834px) {
  .lower-benefits .benefits__intro {
    position: relative;
  }
}
@media (min-width: 835px) {
  .lower-benefits .benefits__intro-logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 328px;
            flex: 0 0 328px;
    margin-right: -42px;
    height: 100%;
  }
}
@media (max-width: 834px) {
  .lower-benefits .benefits__intro-logo {
    position: absolute;
    top: -80px;
    right: -40px;
    width: 164px;
    pointer-events: none;
    z-index: -1;
    opacity: 0.3;
  }
}
@media (min-width: 835px) {
  .lower-benefits .benefits__intro-body {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    z-index: 1;
    padding-block: 112px;
    -ms-flex-line-pack: center;
        align-content: center;
  }
}
.lower-benefits .benefits__intro-title {
  font-size: 3.4rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.6;
}
@media (max-width: 834px) {
  .lower-benefits .benefits__intro-title {
    font-size: 2.5rem;
  }
}
.lower-benefits .benefits__intro-title-logo {
  display: inline-block;
  width: 159px;
  margin-bottom: -4px;
  margin-right: 9px;
}
@media (max-width: 834px) {
  .lower-benefits .benefits__intro-title-logo {
    width: 119.25px;
    margin-bottom: -2px;
    margin-right: 6px;
  }
}
.lower-benefits .benefits__intro-title-em {
  padding-bottom: 0.1em;
  padding-left: 0.1em;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.6em, rgba(245, 138, 144, 0.4)), color-stop(0.6em, transparent));
  background-image: linear-gradient(0deg, rgba(245, 138, 144, 0.4) 0.6em, transparent 0.6em);
}
.lower-benefits .benefits__intro-text {
  margin-top: 28px;
}
@media (max-width: 834px) {
  .lower-benefits .benefits__intro-text {
    margin-top: 15px;
  }
}
@media (min-width: 835px) {
  .lower-benefits .benefits__list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 0 3.3898305085%;
    max-width: 1180px;
    margin-inline: auto;
  }
  .lower-benefits .benefits__list:has(.benefits__item:only-child) {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    grid-template-columns: repeat(1, 570px);
  }
}
@media (max-width: 834px) {
  .lower-benefits .benefits__list {
    margin-inline: -3%;
    margin-top: 31px;
  }
}
.lower-benefits .benefits__item {
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0px 14px 21px 0px rgba(210, 119, 124, 0.11);
          box-shadow: 0px 14px 21px 0px rgba(210, 119, 124, 0.11);
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
}
@media (min-width: 835px) {
  .lower-benefits .benefits__item {
    padding: 50px 9.649122807% 44px;
  }
  .lower-benefits .benefits__item:nth-child(n+3) {
    margin-top: 40px;
  }
}
@media (max-width: 834px) {
  .lower-benefits .benefits__item {
    padding: 6.9% 6.25%;
    margin-top: 24px;
  }
  .lower-benefits .benefits__item:first-child {
    margin-top: 0;
  }
}
.lower-benefits .benefits__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 246px;
  width: 58.5714285714%;
  aspect-ratio: 1/1;
  background: url(../img/benefits/deco_benefits_04.png) center center/contain no-repeat;
  pointer-events: none;
}
.lower-benefits .benefits__image {
  position: relative;
  z-index: 1;
  max-width: 460px;
  margin-inline: auto;
  margin-bottom: 34px;
}
@media (max-width: 834px) {
  .lower-benefits .benefits__image {
    margin-bottom: 17px;
  }
}
.lower-benefits .benefits__image img {
  aspect-ratio: 420/280;
}
.lower-benefits .benefits__title {
  position: relative;
  z-index: 1;
  font-size: 2.8rem;
  font-weight: 700;
  color: #f58a90;
  line-height: 1.5;
  margin: auto;
}
@media (max-width: 834px) {
  .lower-benefits .benefits__title {
    font-size: 2.4rem;
  }
}
.lower-benefits .benefits__title-sub {
  font-size: 0.6153846154em;
}
.lower-benefits .benefits__lead {
  position: relative;
  z-index: 1;
  margin-top: 21px;
}
@media (max-width: 834px) {
  .lower-benefits .benefits__lead {
    margin-top: 7px;
  }
}
.lower-benefits .benefits__annotation {
  font-size: 1.6rem;
  letter-spacing: 0.075em;
  color: #999;
  margin-top: 5px;
}
@media (max-width: 834px) {
  .lower-benefits .benefits__annotation {
    font-size: 1.4rem;
  }
}

/* ============================================
// 数字で見るページ
// ==========================================*/
.lower-data {
  --engFont: "Chonburi", serif;
  --gapX: 2.5%;
  --gapY: 30px;
  --titleSize: 2.4rem;
  --dataNumSize: 10rem;
  --dataNumColor: #f58a90;
  --iconSize: 158px;
  --balanceChartHeight: 80px;
  --balanceChartColor01: #1db4e3;
  --balanceChartColor02: #f58a90;
}
.lower-data .l-main {
  background: #fdf3f4;
}
.lower-data .data__container {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding: 112px 40px;
}
@media (max-width: 834px) {
  .lower-data .data__container {
    padding: 40px 20px;
  }
}
.lower-data .data__container .data__deco01, .lower-data .data__container .data__deco02, .lower-data .data__container .data__deco03 {
  position: absolute;
  pointer-events: none;
}
.lower-data .data__container .data__deco01 {
  top: -128px;
  left: -320px;
  width: 740px;
  aspect-ratio: 1/1;
}
@media (max-width: 834px) {
  .lower-data .data__container .data__deco01 {
    width: clamp(222px, 44.3645083933vw, 370px);
    top: 56px;
    left: calc(-1 * clamp(48px, 14.3884892086vw, 120px));
  }
}
.lower-data .data__container .data__deco02 {
  top: -180px;
  right: 0;
  margin-right: calc(50% - 50vw);
  width: 444px;
  aspect-ratio: 444/569;
}
@media (max-width: 834px) {
  .lower-data .data__container .data__deco02 {
    width: clamp(133.2px, 26.618705036vw, 222px);
    top: -30px;
    right: -40px;
  }
}
.lower-data .data__container .data__deco03 {
  bottom: 50px;
  left: -180px;
  width: 736px;
  aspect-ratio: 736/737;
}
@media (max-width: 834px) {
  .lower-data .data__container .data__deco03 {
    width: clamp(220.8px, 44.1247002398vw, 368px);
    bottom: 0;
    left: -60px;
  }
}
.lower-data .data__container .data__body {
  position: relative;
}
@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 (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;
  -webkit-box-shadow: 0px 14px 21px 0px rgba(210, 119, 124, 0.11);
          box-shadow: 0px 14px 21px 0px rgba(210, 119, 124, 0.11);
}
@media (max-width: 834px) {
  .lower-data .data__container .data__block {
    width: 100%;
  }
}
@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 .head {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lower-data .data__container .data__block .head .title {
  font-size: var(--titleSize);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.075em;
  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: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 32px clamp(32px, 3.0769230769vw, 40px) 0;
}
@media (max-width: 834px) {
  .lower-data .data__container .data__block .head .title {
    font-size: calc(var(--titleSize) * 0.85);
    padding: 20px 20px 0;
  }
}
.lower-data .data__container .data__block .head .title-text {
  position: relative;
  padding-bottom: 7px;
}
.lower-data .data__container .data__block .head .title-text::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -1px;
  width: 100%;
  height: 1px;
  background: #f58a90;
  pointer-events: none;
}
.lower-data .data__container .data__block .body {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: auto;
  padding: 40px clamp(32px, 3.0769230769vw, 40px);
  min-height: 240px;
}
@media (max-width: 834px) {
  .lower-data .data__container .data__block .body {
    min-height: 180px;
    padding: 20px 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;
}
@media (max-width: 834px) {
  .lower-data .data__container .data__block .body.-horizontal {
    gap: 16px;
  }
}
.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 {
  height: var(--iconSize);
  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;
}
@media (max-width: 834px) {
  .lower-data .data__container .data__block .body .img {
    height: calc(var(--iconSize) * 0.65);
  }
}
.lower-data .data__container .data__block .body .img img {
  width: auto;
  max-height: 100%;
}
.lower-data .data__container .data__block .body .qualificatio {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #999;
  line-height: 1.5;
}
.lower-data .data__container .data__block .body .note {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.5;
  margin-top: 21px;
}
@media (max-width: 834px) {
  .lower-data .data__container .data__block .body .note {
    font-size: 1.6rem;
    margin-top: 18px;
  }
}
.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.28);
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
}
@media (max-width: 834px) {
  .lower-data .data__container .data__block .data .num {
    font-size: calc(var(--dataNumSize) * 0.28 * 0.8);
  }
}
.lower-data .data__container .data__block .data .num:has(.-small) {
  font-size: calc(var(--dataNumSize) * 0.28 * 0.9);
}
@media (max-width: 834px) {
  .lower-data .data__container .data__block .data .num:has(.-small) {
    font-size: calc(var(--dataNumSize) * 0.28 * 0.8);
  }
}
.lower-data .data__container .data__block .data .num b {
  font-family: var(--engFont);
  font-size: var(--dataNumSize);
  font-weight: 400;
  color: var(--dataNumColor);
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  margin-right: 5px;
}
@media (max-width: 834px) {
  .lower-data .data__container .data__block .data .num b {
    font-size: calc(var(--dataNumSize) * 0.7);
  }
}
.lower-data .data__container .data__block .data .num b.-small {
  font-size: calc(var(--dataNumSize) * 0.7);
}
@media (max-width: 834px) {
  .lower-data .data__container .data__block .data .num b.-small {
    font-size: calc(var(--dataNumSize) * 0.7 * 0.7);
  }
}
.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: 2px;
}
.lower-data .data__container .data__block:has(.line-chart) .dataTitle__item {
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
  padding: 0.429em 0.98em;
  border-radius: 100vmax;
}
@media (max-width: 834px) {
  .lower-data .data__container .data__block:has(.line-chart) .dataTitle__item {
    font-size: 1.3rem;
  }
}
.lower-data .data__container .data__block:has(.line-chart) .dataTitle__item:first-child {
  background: var(--balanceChartColor01);
}
.lower-data .data__container .data__block:has(.line-chart) .dataTitle__item:last-child {
  background: var(--balanceChartColor02);
}
.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.25 * 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.25 * 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;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
  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: 400px;
}
.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: 0.7em;
}
.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 8px;
  font-weight: 700;
}
.lower-data .data__container .data__block .tips__item::before {
  content: "";
  aspect-ratio: 1/1;
  width: 0.6em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0.6em;
          flex: 0 0 0.6em;
  margin-top: 0.8em;
}
.lower-data .data__container .data__block .tips__item b {
  font-family: var(--engFont);
  font-weight: 700;
  font-size: 1.7em;
  line-height: 1;
  margin-right: 0.1em;
}
.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: #f58a90;
}
@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: #f58a90;
  translate: 0 100%;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}
.lower-data .data__container .data__block .list__item:nth-child(even) {
  background: #f58a90;
}
.lower-data .data__container .data__block .list__item:nth-child(even)::after {
  background: #f58a90;
}
.lower-data .data__container .data__date {
  text-align: right;
  margin-top: 27px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.5;
}
@media (max-width: 834px) {
  .lower-data .data__container .data__date {
    font-size: 1.4rem;
    margin-top: 16px;
  }
}
.lower-data .data__container {
  /*------------------------------
    項目ごとの設定
  ------------------------------*/
}
.lower-data .data__container #data01 .body {
  margin: 0 auto;
  height: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (min-width: 835px) {
  .lower-data .data__container #data01 .body {
    min-height: 290px;
  }
}
.lower-data .data__container #data01 .body .data {
  margin-right: calc(-1 * clamp(19.2px, 1.8461538462vw, 24px));
}
.lower-data .data__container #data01 .body .data .num b {
  color: #603a90;
}
@media (min-width: 835px) {
  .lower-data .data__container #data01 .body .data .num b {
    font-size: calc(var(--dataNumSize) * 0.9);
  }
}
.lower-data .data__container #data01 .body .img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  height: auto;
}
@media (max-width: 834px) {
  .lower-data .data__container #data01 .body .img {
    height: 100.8px;
  }
}
.lower-data .data__container #data02 .body .data {
  width: 100%;
}
@media (max-width: 834px) {
  .lower-data .data__container #data02 .body .data {
    padding-top: 17px;
  }
}
.lower-data .data__container #data02 .body .data__multi {
  gap: 0 clamp(24px, 2.3076923077vw, 30px);
}
@media (max-width: 600px) {
  .lower-data .data__container #data02 .body .data__multi {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.lower-data .data__container #data02 .body .data__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 300px;
  background: rgba(245, 138, 144, 0.1);
}
@media (max-width: 834px) {
  .lower-data .data__container #data02 .body .data__item {
    width: 100%;
  }
}
.lower-data .data__container #data02 .body .data__item:nth-child(2n) {
  background: rgba(235, 133, 60, 0.1);
}
.lower-data .data__container #data02 .body .data__item:nth-child(2n) .data__label {
  background: #eb853c;
}
.lower-data .data__container #data02 .body .data__item:nth-child(2n) b {
  color: #eb853c;
}
@media (max-width: 600px) {
  .lower-data .data__container #data02 .body .data__item:nth-child(2n):nth-child(n+2) {
    margin-top: 34px;
  }
}
.lower-data .data__container #data02 .body .data__item b:nth-child(n+2) {
  margin-left: 10px;
}
@media (max-width: 834px) {
  .lower-data .data__container #data02 .body .data__item b:nth-child(n+2) {
    margin-left: 7px;
  }
}
.lower-data .data__container #data02 .body .data__label {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #fff;
  line-height: 1.6;
  background: #f58a90;
  border-radius: 100vmax;
  padding: 0.419em 1.15em;
  margin-top: -19px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media (max-width: 834px) {
  .lower-data .data__container #data02 .body .data__label {
    font-size: 1.4rem;
    margin-top: -17px;
  }
}
.lower-data .data__container #data02 .body .data .num {
  font-size: calc(var(--dataNumSize) * 0.2);
  margin-top: 33px;
  margin-bottom: 28px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media (max-width: 834px) {
  .lower-data .data__container #data02 .body .data .num {
    font-size: calc(var(--dataNumSize) * 0.2 * 0.8);
    margin-top: 23px;
    margin-bottom: 23px;
  }
}
@media (min-width: 835px) {
  .lower-data .data__container #data03 .body {
    padding: 40px clamp(92px, 8.8461538462vw, 115px);
    gap: 18px;
    height: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 834px) {
  .lower-data .data__container #data03 .body {
    gap: 8px;
    padding: 20px 10%;
  }
}
.lower-data .data__container #data03 .body .data__deco-data03 {
  position: absolute;
  bottom: 0;
  z-index: -1;
}
.lower-data .data__container #data03 .body .data__deco-data03.-man {
  left: 0;
}
@media (max-width: 834px) {
  .lower-data .data__container #data03 .body .data__deco-data03.-man {
    width: 121.8px;
  }
}
.lower-data .data__container #data03 .body .data__deco-data03.-woman {
  right: 0;
}
@media (max-width: 834px) {
  .lower-data .data__container #data03 .body .data__deco-data03.-woman {
    width: 112.52px;
  }
}
.lower-data .data__container #data03 .body .data .num {
  font-size: calc(var(--dataNumSize) * 0.28);
  color: #1db4e3;
}
@media (max-width: 834px) {
  .lower-data .data__container #data03 .body .data .num {
    font-size: calc(var(--dataNumSize) * 0.28 * 0.8);
  }
}
.lower-data .data__container #data03 .body .data .num .-small {
  font-size: calc(var(--dataNumSize) * 0.44);
  color: #1db4e3;
}
@media (max-width: 834px) {
  .lower-data .data__container #data03 .body .data .num .-small {
    font-size: calc(var(--dataNumSize) * 0.44 * 0.8);
  }
}
.lower-data .data__container #data03 .body .data .num:nth-child(2n) {
  color: #f58a90;
}
.lower-data .data__container #data03 .body .data .num:nth-child(2n) .-small {
  color: #f58a90;
}
.lower-data .data__container #data04 .body {
  margin: 0 auto;
  height: 100%;
}
@media (min-width: 835px) {
  .lower-data .data__container #data04 .body {
    padding-top: 0px;
    min-height: 315px;
  }
}
@media (max-width: 834px) {
  .lower-data .data__container #data04 .body {
    min-height: 200px;
  }
}
.lower-data .data__container #data04 .body .num b {
  color: #603a90;
}
.lower-data .data__container #data04 .body .img {
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  right: 0;
  translate: 0 -50%;
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  z-index: -1;
}
@media (max-width: 834px) {
  .lower-data .data__container #data04 .body .img {
    scale: 0.73;
  }
}
.lower-data .data__container #data05 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 27.5%;
          flex: 0 0 27.5%;
}
.lower-data .data__container #data05 .body {
  margin: 0 auto;
  height: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (min-width: 835px) {
  .lower-data .data__container #data05 .body {
    padding-top: 32px;
    min-height: 302px;
  }
}
@media (max-width: 834px) {
  .lower-data .data__container #data05 .body {
    padding-top: 29px;
    min-height: 208px;
  }
}
.lower-data .data__container #data05 .body .img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
@media (min-width: 835px) {
  .lower-data .data__container #data06 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
  }
}
.lower-data .data__container #data06 .body {
  margin: 0 auto;
  gap: 0;
  height: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 16px;
}
.lower-data .data__container #data06 .body .data {
  margin-top: 40px;
  margin-right: -8px;
}
@media (max-width: 834px) {
  .lower-data .data__container #data06 .body .data {
    margin-top: 24px;
    margin-right: -4px;
  }
}
.lower-data .data__container #data06 .body .data .num {
  font-size: calc(var(--dataNumSize) * 0.22);
}
.lower-data .data__container #data06 .body .data .num b {
  color: #603a90;
}
@media (min-width: 835px) {
  .lower-data .data__container #data06 .body .data .num b {
    font-size: clamp(56px, 5.3846153846vw, 70px);
  }
}
.lower-data .data__container #data06 .body .img {
  position: absolute;
  bottom: 27px;
  right: 17px;
  z-index: -1;
  height: auto;
}
@media (max-width: 834px) {
  .lower-data .data__container #data06 .body .img {
    scale: 0.7;
    bottom: -8px;
    right: -16px;
  }
}
.lower-data .data__container #data07 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 27.5%;
          flex: 0 0 27.5%;
}
@media (max-width: 834px) {
  .lower-data .data__container #data07 .body {
    padding-top: 33px;
  }
}
.lower-data .data__container #data07 .body .data {
  width: 100%;
  max-width: 210px;
  margin-inline: auto;
  background: rgba(235, 133, 60, 0.1);
}
.lower-data .data__container #data07 .body .data b {
  color: #eb853c;
}
.lower-data .data__container #data07 .body .data__label {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #fff;
  line-height: 1.6;
  background: #eb853c;
  border-radius: 100vmax;
  padding: 0.145em 1.03em;
  margin-top: -17px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media (max-width: 834px) {
  .lower-data .data__container #data07 .body .data__label {
    font-size: 1.6rem;
    margin-top: -13px;
  }
}
@media (min-width: 835px) {
  .lower-data .data__container #data07 .body .data b {
    font-size: calc(var(--dataNumSize) * 1.1);
  }
}
.lower-data .data__container #data07 .body .data .num {
  margin-top: 31px;
  margin-bottom: 28px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media (max-width: 834px) {
  .lower-data .data__container #data07 .body .data .num {
    margin-top: 23px;
    margin-bottom: 24px;
  }
}
.lower-data .data-benefits {
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#f9bbbe));
  background: linear-gradient(0deg, #fff 0%, #f9bbbe 100%);
}
.lower-data .data-benefits__inner {
  padding-top: 104px;
  padding-bottom: 170px;
}
@media (max-width: 834px) {
  .lower-data .data-benefits__inner {
    padding-top: 40px;
    padding-bottom: 48px;
  }
}
.lower-data .data-benefits__deco {
  position: absolute;
  bottom: 26px;
  right: -50px;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 834px) {
  .lower-data .data-benefits__deco {
    bottom: 16px;
    right: -16px;
    width: 150px;
    opacity: 0.8;
  }
}
.lower-data .data-benefits .commonTitle {
  text-align: center;
}
.lower-data .data-benefits .commonTitle .eng {
  font-weight: 400;
  color: #231d4a;
  letter-spacing: 0;
  line-height: 1.5;
}
.lower-data .data-benefits .commonTitle .ja {
  font-size: 4.2rem;
  font-weight: 700;
}
@media (max-width: 834px) {
  .lower-data .data-benefits .commonTitle .ja {
    font-size: 2.8rem;
  }
}
.lower-data .data-benefits .commonTitle .sub {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.5;
}
@media (min-width: 835px) {
  .lower-data .data-benefits__list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
    gap: 30px 2%;
    margin-top: 60px;
  }
  .lower-data .data-benefits__list:has(.data-benefits__item:only-child) {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    grid-template-columns: repeat(1, 600px);
  }
}
@media (max-width: 834px) {
  .lower-data .data-benefits__list {
    margin-top: 24px;
  }
}
.lower-data .data-benefits__item {
  background-color: #fff;
  -webkit-box-shadow: 0px 14px 21px 0px rgba(210, 119, 124, 0.11);
          box-shadow: 0px 14px 21px 0px rgba(210, 119, 124, 0.11);
  padding: 1.1em 1em;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.5;
  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 (max-width: 834px) {
  .lower-data .data-benefits__item {
    font-size: 2rem;
    padding: 1em 1em;
  }
  .lower-data .data-benefits__item:nth-child(n+2) {
    margin-top: 8px;
  }
}
.lower-data .data-benefits__text-line {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.65em, rgba(245, 138, 144, 0.3)), color-stop(0.65em, transparent));
  background-image: linear-gradient(0deg, rgba(245, 138, 144, 0.3) 0.65em, transparent 0.65em);
}
@media (max-width: 834px) {
  .lower-data .data-benefits__text-line {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.55em, rgba(245, 138, 144, 0.3)), color-stop(0.55em, transparent));
    background-image: linear-gradient(0deg, rgba(245, 138, 144, 0.3) 0.55em, transparent 0.55em);
  }
}
.lower-data .data-benefits__note {
  font-size: 0.7272727273em;
  color: #a6a6a6;
  margin-top: 7px;
}
@media (max-width: 834px) {
  .lower-data .data-benefits__note {
    font-size: 0.7em;
    margin-top: 6px;
  }
}
.lower-data .data-benefits__description {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: 55px;
}
@media (max-width: 834px) {
  .lower-data .data-benefits__description {
    font-size: 1.5rem;
    margin-top: 24px;
  }
}
.lower-data .data-benefits .commonBtn {
  margin-inline: auto;
  margin-top: 21px;
}
@media (max-width: 834px) {
  .lower-data .data-benefits .commonBtn {
    margin-top: 22px;
  }
}
@media (min-width: 835px) {
  .lower-data .data-benefits .commonBtn a {
    min-width: 280px;
  }
}/*# sourceMappingURL=style.css.map */