@charset "UTF-8";
/* ============================================
// normalize.css v3.0.2 | MIT License | git.io/normalize
// ==========================================*/
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: border-box; /* 2 */
  box-sizing: border-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* ============================================
// RESET
// ==========================================*/
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

a {
  outline: none;
  text-decoration: none;
}

li {
  list-style: none;
}

img {
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

::-moz-selection {
  background: #ffb640;
  color: #ffffff;
}

::selection {
  background: #ffb640;
  color: #ffffff;
}

@media (min-device-width: 835px) {
  a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
  }
}
/* ============================================
// BASE
// ==========================================*/
html,
body {
  min-width: 1024px;
}
@media (max-width: 834px) {
  html,
  body {
    min-width: inherit;
  }
}

html {
  font-size: 62.5%;
}

body {
  position: relative;
  font-family: "游ゴシック", "Noto Sans JP", "Yu Gothic", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #261b0a;
  line-height: 2;
  letter-spacing: 0.05em;
  word-break: break-word;
  background: repeating-linear-gradient(to right, #fcf9f3, #fcf9f3 100px, #ffffff 40px, #ffffff 140px);
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media (max-width: 834px) {
  body {
    background: repeating-linear-gradient(to right, #fcf9f3, #fcf9f3 40px, #ffffff 20px, #ffffff 60px);
  }
}
@media (max-width: 834px) {
  body {
    font-size: 1.4rem;
  }
}

#container {
  width: 100%;
  overflow: hidden;
}

.innerWrap {
  max-width: 1280px;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 834px) {
  .innerWrap {
    padding: 0 6.25%;
  }
}

main.main,
main.l-main {
  position: relative;
  z-index: 1;
}

a {
  color: #261b0a;
  -webkit-transition: opacity 0.24s, color 0.24s, -webkit-filter 0.24s;
  transition: opacity 0.24s, color 0.24s, -webkit-filter 0.24s;
  transition: opacity 0.24s, filter 0.24s, color 0.24s;
  transition: opacity 0.24s, filter 0.24s, color 0.24s, -webkit-filter 0.24s;
}
@media (any-hover: hover) {
  a:hover {
    opacity: 0.8;
  }
}

/* classes */
img {
  max-width: 100%;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.ofi {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
}

@media (min-width: 835px) {
  .ro:hover {
    opacity: 0.8;
    -webkit-transition: all 0.16s linear;
    transition: all 0.16s linear;
  }
}

.ro:hover img {
  opacity: 1;
}

.bold {
  font-weight: bold;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

/* fonts */
.eng {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 0.15em;
}

.mincho {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 500;
  letter-spacing: -0.12em;
}

/* animations */
.anime {
  -webkit-transition: opacity 1s cubic-bezier(0.14, 1, 0.34, 1), -webkit-transform 1s cubic-bezier(0.14, 1, 0.34, 1);
  transition: opacity 1s cubic-bezier(0.14, 1, 0.34, 1), -webkit-transform 1s cubic-bezier(0.14, 1, 0.34, 1);
  transition: transform 1s cubic-bezier(0.14, 1, 0.34, 1), opacity 1s cubic-bezier(0.14, 1, 0.34, 1);
  transition: transform 1s cubic-bezier(0.14, 1, 0.34, 1), opacity 1s cubic-bezier(0.14, 1, 0.34, 1), -webkit-transform 1s cubic-bezier(0.14, 1, 0.34, 1);
}
.anime.-fadeIn {
  opacity: 0;
}
.anime.-fadeIn.js-active, .js-active > .anime.-fadeIn {
  opacity: 1;
}
.anime.-fadeInBottom {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}
.anime.-fadeInBottom.js-active, .js-active > .anime.-fadeInBottom {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.anime.-fadeInTop {
  opacity: 0;
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
}
.anime.-fadeInTop.js-active, .js-active > .anime.-fadeInTop {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.anime.-fadeInLeft {
  opacity: 0;
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
}
.anime.-fadeInLeft.js-active, .js-active > .anime.-fadeInLeft {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.anime.-fadeInRight {
  opacity: 0;
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
}
.anime.-fadeInRight.js-active, .js-active > .anime.-fadeInRight {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

#ot-sdk-btn-floating.ot-floating-button {
  z-index: 90 !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: 87px;
  }
}

/* ============================================
// loading
// ==========================================*/
/* ============================================
// hamburger
// ==========================================*/
.hamburger {
  position: fixed;
  inset: 0;
  z-index: 999;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  opacity: 0;
  visibility: hidden;
  background: repeating-linear-gradient(to right, #fcf9f3, #fcf9f3 100px, #ffffff 40px, #ffffff 140px);
}
@media (max-width: 834px) {
  .hamburger {
    background: repeating-linear-gradient(to right, #fcf9f3, #fcf9f3 40px, #ffffff 20px, #ffffff 60px);
  }
}
.hamburger::before {
  content: "";
  position: absolute;
  background: url(../img/index/bg_shape_mt.png) center/contain no-repeat;
  bottom: 0;
  right: 0;
  width: 791px;
  aspect-ratio: 791/726;
  z-index: -1;
  opacity: 0.5;
}
@media (max-width: 834px) {
  .hamburger::before {
    width: 380px;
  }
}
.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;
  overflow-y: auto;
}
@media (max-width: 834px) {
  .hamburger__menu {
    padding: 48px;
  }
}
.hamburger__menu__left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 36.5%;
          flex: 0 0 36.5%;
  background: url(../img/common/hamburger_menu_pic.jpg) right center/cover no-repeat;
  width: 100%;
  height: 100%;
}
@media (max-width: 834px) {
  .hamburger__menu__left {
    display: none;
  }
}
.hamburger__menu__right {
  width: 100%;
  margin: auto 0;
  padding-inline: 10%;
}
@media (max-width: 1440px) {
  .hamburger__menu__right {
    padding-inline: 8%;
  }
}
@media (max-width: 834px) {
  .hamburger__menu__right {
    padding-inline: 0;
  }
}
.hamburger__menu__logo {
  margin: 0 auto 32px;
  max-width: 400px;
}
.hamburger__menu__logo a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin: 0 auto;
}
@media (max-width: 834px) {
  .hamburger__menu__logo a {
    gap: 16px;
  }
}
@media (max-width: 834px) {
  .hamburger__menu__logo img {
    width: 270px;
  }
}
.hamburger__menu__logo .txt {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1;
  padding: 4px 15px 5px;
  border: 1px solid;
}
.hamburger__menu__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 20px;
}
@media (max-width: 1320px) {
  .hamburger__menu__nav__list {
    -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;
  }
}
@media (max-width: 834px) {
  .hamburger__menu__nav__list {
    gap: 0;
  }
}
.hamburger__menu__nav__list__item {
  border-bottom: 1px dashed #261b0a;
  width: 47.5%;
}
@media (max-width: 1320px) {
  .hamburger__menu__nav__list__item {
    width: 80%;
  }
}
@media (max-width: 834px) {
  .hamburger__menu__nav__list__item {
    width: 100%;
  }
}
.hamburger__menu__nav__list__item a {
  display: block;
  padding: 20px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (max-width: 834px) {
  .hamburger__menu__nav__list__item a {
    padding: 16px;
  }
}
.hamburger__menu__nav__list__item a::after {
  content: "";
  background: url(../img/common/btn_arrow.png) center/contain no-repeat;
  width: 6px;
  aspect-ratio: 8/13;
  display: block;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (any-hover: hover) {
  .hamburger__menu__nav__list__item a:hover {
    opacity: 1;
    color: #fc795a;
  }
  .hamburger__menu__nav__list__item a:hover::after {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
.hamburger__menu__close {
  position: fixed;
  right: 50px;
  top: 35px;
  z-index: 100;
  width: 125px;
  height: 70px;
  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;
  pointer-events: auto;
  padding: 16px 20px;
  background: #fc795a;
  border-radius: 50px;
  color: #fff;
  font-weight: 600;
  width: 169px;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  gap: 5px;
}
@media (max-width: 834px) {
  .hamburger__menu__close {
    padding: 8px 16px;
    width: 46px;
    aspect-ratio: 1/1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: auto;
    right: 10px;
    top: 10px;
  }
}
.hamburger__menu__close .ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 5px;
}
@media (max-width: 834px) {
  .hamburger__menu__close .ico {
    gap: 3px;
  }
}
.hamburger__menu__close .ico span {
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background: #fff;
}
@media (max-width: 834px) {
  .hamburger__menu__close .ico span {
    width: 14px;
    height: 1px;
  }
}
.hamburger__menu__close .ico span:nth-child(1) {
  -webkit-transform: translate(0, 2px) rotate(135deg);
          transform: translate(0, 2px) rotate(135deg);
}
.hamburger__menu__close .ico span:nth-child(2) {
  -webkit-transform: translate(0, -5px) rotate(-135deg);
          transform: translate(0, -5px) rotate(-135deg);
}
@media (max-width: 834px) {
  .hamburger__menu__close .ico span:nth-child(2) {
    -webkit-transform: translate(0, -2px) rotate(-135deg);
            transform: translate(0, -2px) rotate(-135deg);
  }
}
.hamburger__menu__close__txt {
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 834px) {
  .hamburger__menu__close__txt {
    display: none;
  }
}
@media (any-hover: hover) {
  .hamburger__menu__close:hover {
    opacity: 1;
    background: #fd5933;
  }
}

@-webkit-keyframes poyopoyo {
  0%, 10%, 20% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  5%, 15% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes poyopoyo {
  0%, 10%, 20% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  5%, 15% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes zoomInFade {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@keyframes zoomInFade {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
/*------------------------------
form base setting
------------------------------*/
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: 16px 20px !important;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  background: #ffffff;
}
@media (min-width: 835px) {
  body select:hover,
  body search:hover,
  body input:hover {
    opacity: 0.8;
    background-color: #f7f4f0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media (max-width: 834px) {
  body select,
  body search,
  body input {
    padding: 13px 12px !important;
  }
}
@media (max-width: 834px) {
  body select,
  body input[type=text],
  body input[type=search] {
    font-size: 1.6rem;
  }
}
body select {
  padding-right: 64px !important;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
}
body input[type=text],
body input[type=search],
body input[type=submit] {
  padding: 16px 20px !important;
  background: #ffffff;
}
@media (min-width: 835px) {
  body input[type=text]:hover,
  body input[type=search]:hover,
  body input[type=submit]:hover {
    background-color: #f7f4f0;
  }
}
@media (max-width: 834px) {
  body input[type=text],
  body input[type=search],
  body input[type=submit] {
    padding: 10px 12px !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;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 834px) {
  body input[type=checkbox] + label {
    padding-left: 20px;
  }
}
body input[type=checkbox] + label:before, body input[type=checkbox] + label:after {
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  content: "";
  position: absolute;
  transition: all 0.2s;
}
body input[type=checkbox] + label::after {
  top: 15px;
  left: 18px;
  z-index: 2;
  width: 4px;
  height: 9px;
  color: #7f7f7f;
  border-bottom: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media (max-width: 834px) {
  body input[type=checkbox] + label::after {
    left: 13px;
    width: 3px;
    height: 7px;
    top: 12px;
  }
}
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;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px 30px 16px 30px;
  background: #fff;
  font-weight: 500;
  letter-spacing: 0.01em;
  border-radius: 30px;
  border: 1px solid #261b0a;
}
body input[type=radio] + label::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #ffb640 transparent transparent transparent;
  top: 100%;
  left: 50%;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: translate(-50%, -8px) scaleY(0.5);
          transform: translate(-50%, -8px) scaleY(0.5);
}
@media (max-width: 834px) {
  body input[type=radio] + label::before {
    border-width: 6px 5px 0 5px;
  }
}
@media (max-width: 834px) {
  body input[type=radio] + label {
    padding: 12px 10px 10px 10px;
  }
}
body input[type=radio] + label:hover {
  border: #ffb640 1px solid;
  background-color: #ffb640;
  font-weight: 600;
}
body input[type=radio]:checked + label {
  border: #ffb640 1px solid;
  background-color: #ffb640;
  font-weight: 600;
  position: relative;
}
body input[type=radio]:checked + label:before {
  opacity: 1;
  -webkit-transform: translate(-50%, 0) scaleY(1);
          transform: translate(-50%, 0) scaleY(1);
}
body input[type=radio] + label a:link,
body input[type=radio] + label a:visited {
  color: #222;
}

/*------------------------------
	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: #ffb640;
  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: #ffb640 transparent transparent transparent;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  opacity: 0;
}
.search__tab__item.-active {
  font-weight: bold;
  color: #ffb640;
}
.search__tab__item.-active::before, .search__tab__item.-active::after {
  opacity: 1;
}

.custom-form {
  position: relative;
  z-index: 1;
  font-weight: 700;
}
.custom-form_parts {
  padding: 15px 0;
}
@media (max-width: 834px) {
  .custom-form_parts {
    padding: 8px 0;
  }
}
@media (max-width: 834px) {
  .custom-form_parts .form_parts_inner .radio-box {
    margin-bottom: 10px;
  }
}
.custom-form_parts .form_parts_inner .radio-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media (max-width: 1180px) {
  .custom-form_parts .form_parts_inner .radio-box ul {
    gap: 0;
  }
}
@media (max-width: 834px) {
  .custom-form_parts .form_parts_inner .radio-box ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 5px 6px;
  }
}
.custom-form_parts .form_parts_inner .radio-box ul li {
  min-width: 144px;
  margin-bottom: 1.5% !important;
}
@media (max-width: 1180px) {
  .custom-form_parts .form_parts_inner .radio-box ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.333% - 20px);
            flex: 0 0 calc(33.333% - 20px);
  }
}
@media (max-width: 834px) {
  .custom-form_parts .form_parts_inner .radio-box ul li {
    width: calc(50% - 8px);
    font-size: 1.2rem;
    min-width: 120px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
.custom-form_parts .form_parts_inner .radio-box ul li label {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 18px 30px 18px 30px;
  font-size: 1.6rem;
  background: #fff;
  font-weight: 500;
  letter-spacing: 0.01em;
  border-radius: 30px;
  border: 1px solid #261b0a;
  -webkit-transition: background 0.2s ease, color 0.2s ease;
  transition: background 0.2s ease, color 0.2s ease;
}
@media (max-width: 834px) {
  .custom-form_parts .form_parts_inner .radio-box ul li label {
    padding: 14px 10px 14px 10px;
    font-size: 1.2rem;
  }
}
.custom-form_parts .form_parts_inner .radio-box ul li label:hover {
  opacity: 1;
  font-weight: 600 !important;
  color: #261b0a !important;
  background: #ffb640 !important;
  border-color: #ffb640 !important;
}
.custom-form_parts .form_parts_inner .radio-box ul li input:checked + label {
  background-color: #ffb640;
  border-color: #ffb640;
  font-weight: 600;
}
.custom-form_parts.-place .icon {
  width: 15px;
}
.custom-form_parts.-jobs .icon {
  width: 20px;
}
.custom-form_parts.-workplace .icon {
  width: 20px;
}
.custom-form_parts.-type .icon {
  width: 23px;
}
.custom-form_parts.-freeword .icon {
  width: 20px;
}
.custom-form_partsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media (max-width: 834px) {
  .custom-form_partsList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.custom-form_partsList .custom-form_parts {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 834px) {
  .custom-form_partsList .custom-form_parts {
    width: 100%;
  }
}
.custom-form_partsList .custom-form_searth_btn {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  margin-top: 45px;
}
.custom-form .parts_ttl {
  font-size: 1.6rem;
  font-weight: 800;
  margin-bottom: 12px;
  letter-spacing: 0.05em;
  color: #161616;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media (max-width: 834px) {
  .custom-form .parts_ttl {
    font-size: 1.4rem;
    gap: 6px;
  }
}
.custom-form .parts_ttl .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 834px) {
  .custom-form .parts_ttl .icon {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
.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: #ffb640;
  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: #ffb640;
}
.custom-form .category_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px 5px;
  margin-top: 10px;
}
@media (max-width: 834px) {
  .custom-form .category_list {
    gap: 7px 6px;
  }
}
.custom-form .category_list li label {
  color: #333333;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.05em;
  border: #261b0a 1px solid;
  border-radius: 24px;
  background-color: #fff;
  padding: 14px 17px 14px 36px;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 834px) {
  .custom-form .category_list li label {
    font-size: 1.2rem;
    padding: 12px 16px 13px 28px;
  }
}
@media (hover: hover) {
  .custom-form .category_list li label:hover {
    border: #fc795a 1px solid;
    background-color: #fc795a;
    color: #fff;
  }
  .custom-form .category_list li label:hover::after {
    color: #fff;
  }
}
.custom-form select, .custom-form option,
.custom-form .searchWord {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #fff;
  border: #261b0a 1px solid;
  border-radius: 10px;
  font-weight: 500;
  line-height: 1.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 1.6rem;
  cursor: pointer;
  color: #333333;
}
@media (max-width: 834px) {
  .custom-form select, .custom-form option,
  .custom-form .searchWord {
    font-size: 1.4rem;
  }
}
.custom-form .searchWord {
  font-weight: 400;
  line-height: 1;
  background-color: #fff;
  border: #261b0a 1px solid;
  border-radius: 10px;
  color: #333333;
  cursor: auto;
}
.custom-form .pull-down {
  position: relative;
}
.custom-form .pull-down::after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  right: 28px;
  top: calc(50% - 3px);
  border: 1px solid #261b0a;
  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: #ffb640;
  }
}
.custom-form .selCity-box {
  margin-top: 4px;
}
.custom-form .selCity_alert {
  color: #ffb640;
  display: block;
}
@media (max-width: 834px) {
  .custom-form .selCity_alert {
    font-size: 1.4rem;
  }
}
.custom-form input[type=checkbox] + label::before {
  top: 5px;
  border-color: #ffb640;
}
.custom-form input[type=checkbox]:checked + label {
  border: #fc795a 1px solid;
  background-color: #fc795a;
  color: #fff;
}
.custom-form input[type=checkbox]:checked + label::after {
  color: #fff;
}
.custom-form .-freeWord .searchWord {
  margin-top: 0;
}
.custom-form .-freeWord .form_parts_inner {
  border: #c2d4e8 1px solid;
  border-radius: 5px;
}
.custom-form .custom-form_searth_btn {
  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;
  width: 100%;
}
@media (max-width: 834px) {
  .custom-form .custom-form_searth_btn {
    margin-top: 10px;
  }
}
.custom-form .border {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: inline-block;
  background-color: #f6e5c6;
  height: 5px;
  width: 100%;
}
.custom-form .btn_cover {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
  position: relative;
  z-index: 1;
  width: 200px;
  display: block;
  line-height: 1;
  margin: 0 auto;
}
.custom-form .btn_cover::before {
  content: "";
  display: block;
  background: url(../img/common/search_icon.png) center/contain no-repeat;
  width: 13px;
  aspect-ratio: 1/1;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  left: 50px;
  z-index: 1;
}
.custom-form .btn_cover input[type=submit] {
  background-color: #ffb640;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding: 20px 20px 20px 40px !important;
  border-radius: 35px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: #ffb640 2px solid;
}
@media (max-width: 834px) {
  .custom-form .btn_cover input[type=submit] {
    font-size: 1.3rem !important;
    padding: 16px 24px 18px 30px !important;
  }
}
@media (any-hover: hover) {
  .custom-form .btn_cover input[type=submit]:hover {
    opacity: 1;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.custom-form .form__toggle__input {
  display: none;
}
.custom-form .form__toggle__input.-show {
  display: block;
}

/* ============================================
// MODULES
// ==========================================*/
/*--------------------
	page-header
--------------------*/
.page-header {
  position: relative;
  background: #ffebcc;
  background: rgba(255, 235, 204, 0.6);
}
.page-header__inner {
  position: relative;
  padding-top: 160px;
  padding-bottom: 100px;
  z-index: 2;
}
@media (max-width: 834px) {
  .page-header__inner {
    padding-top: 90px;
    padding-bottom: 48px;
  }
}
.page-header__inner .illust {
  position: absolute;
  bottom: -20px;
  right: 0;
  background: url(../img/index/mv_illust.png) center center/contain no-repeat;
  width: clamp(13.5rem, -1.979rem + 30.957vw, 42.6rem);
  aspect-ratio: 426/257;
  pointer-events: none;
  z-index: 3;
}
@media (max-width: 1500px) {
  .page-header__inner .illust {
    right: 5%;
  }
}
@media (max-width: 834px) {
  .page-header__inner .illust {
    bottom: -7px;
    right: 5%;
  }
}
.page-header .commonTitle {
  position: relative;
}
.page-header .commonTitle .eng {
  font-size: 6rem;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media (max-width: 834px) {
  .page-header .commonTitle .eng {
    font-size: 3.2rem;
  }
}
.page-header .commonTitle .ja {
  font-size: 1.8rem;
  font-weight: 600;
  margin-top: 8px;
}
@media (max-width: 834px) {
  .page-header .commonTitle .ja {
    margin-top: 2px;
    font-size: 1.4rem;
  }
}

/*--------------------
	breadcrumb
--------------------*/
.breadcrumb {
  background: #fff;
  padding: 1.4em 40px;
}
@media (max-width: 834px) {
  .breadcrumb {
    padding: 0.8em 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: 400;
  color: #261b0a;
  line-height: 1;
  margin: 0 2px;
}
@media (max-width: 834px) {
  .breadcrumb_list_item {
    font-size: 1rem;
  }
}
.breadcrumb_list_item::after {
  content: ">";
  margin-left: 7px;
}
.breadcrumb_list_item:last-child::after {
  display: none;
}
.breadcrumb_list_item a {
  color: #261b0a;
}

/*--------------------
	common-title
--------------------*/
.commonTitle {
  position: relative;
}
.commonTitle::before {
  content: "";
  background: url(../img/common/commontitle_icon.png) center/contain no-repeat;
  width: 34px;
  aspect-ratio: 34/51;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 834px) {
  .commonTitle::before {
    width: 22px;
  }
}
.commonTitle__inner {
  padding-left: 50px;
}
@media (max-width: 834px) {
  .commonTitle__inner {
    padding-left: 34px;
  }
}
.commonTitle__inner .eng {
  font-size: 5.6rem;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media (max-width: 834px) {
  .commonTitle__inner .eng {
    font-size: 3.6rem;
  }
}
.commonTitle__inner .ja {
  font-weight: 600;
  margin-top: 8px;
}
@media (max-width: 834px) {
  .commonTitle__inner .ja {
    margin-top: 2px;
  }
}

/*--------------------
	common-btn
--------------------*/
.commonBtn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.commonBtn__inner a {
  font-size: 1.8rem;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media (max-width: 834px) {
  .commonBtn__inner a {
    font-size: 1.5rem;
  }
}
.commonBtn__inner a .arrow {
  background: #ffb640;
  width: 56px;
  aspect-ratio: 1/1;
  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;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (max-width: 834px) {
  .commonBtn__inner a .arrow {
    width: 40px;
  }
}
.commonBtn__inner a .arrow::before {
  content: "";
  background: url(../img/common/btn_arrow.png) center/contain no-repeat;
  width: 7px;
  aspect-ratio: 7/10;
  display: block;
}
@media (any-hover: hover) {
  .commonBtn__inner a:hover {
    opacity: 1;
  }
  .commonBtn__inner a:hover .arrow {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

/* ============================================
// HEADER
// ==========================================*/
.header {
  position: fixed;
  z-index: 400;
  top: 0;
  left: 0;
  width: 100%;
}
.header__inner {
  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;
  padding: 36px 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 834px) {
  .header__inner {
    padding: 10px;
  }
}
.header__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__logo a {
  color: #261b0a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__logo a img {
  height: 36px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 834px) {
  .header__logo a img {
    height: 24px;
  }
}
.header__logo a .text {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  padding: 7px 8px 7px;
  border: 1px solid #261b0a;
  border-radius: 3px;
  background: #fff;
  margin-left: 10px;
  margin-top: 4px;
}
@media (max-width: 834px) {
  .header__logo a .text {
    font-size: 1.1rem;
    padding: 5px 5px 4px;
    margin-left: 6px;
  }
}
.header__btnArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media (max-width: 834px) {
  .header__btn {
    display: none;
  }
}
.header__btn a {
  padding: 16px 20px;
  background: #ffb640;
  border-radius: 50px;
  color: #261b0a;
  font-weight: 700;
  width: 169px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.header__btn a::before {
  content: "";
  display: block;
  background: url(../img/common/search_icon.png) center center/contain no-repeat;
  width: 16px;
  aspect-ratio: 1/1;
}
@media (any-hover: hover) {
  .header__btn a:hover {
    opacity: 1;
    background: #fea10b;
  }
}
.header__hamburger {
  padding: 16px 20px;
  background: #fc795a;
  border-radius: 50px;
  color: #fff;
  font-weight: 600;
  width: 169px;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (max-width: 834px) {
  .header__hamburger {
    padding: 8px 16px;
    width: 46px;
    aspect-ratio: 1/1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.header__hamburger__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}
.header__hamburger__inner .ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 5px;
}
@media (max-width: 834px) {
  .header__hamburger__inner .ico {
    gap: 3px;
  }
}
.header__hamburger__inner .ico span {
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background: #fff;
}
@media (max-width: 834px) {
  .header__hamburger__inner .ico span {
    width: 14px;
    height: 1px;
  }
}
.header__hamburger__inner .menu {
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 834px) {
  .header__hamburger__inner .menu {
    font-size: 1.3rem;
    display: none;
  }
}
@media (any-hover: hover) {
  .header__hamburger:hover {
    opacity: 1;
    background: #fd5933;
  }
}

.js-scrolled .header__inner {
  position: relative;
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 10px 10px 10px 20px;
  background: #fff;
  border-radius: 70px;
  margin: 10px 30px;
}
@media (max-width: 834px) {
  .js-scrolled .header__inner {
    padding-left: 10px;
    margin: 5px 10px;
  }
}
.js-scrolled .header__inner::before {
  opacity: 1;
}
@media (max-width: 834px) {
  .js-scrolled .header__logo a img {
    height: 21px;
  }
}

/* ============================================
// FOOTER
// ==========================================*/
.footer {
  position: relative;
  background: rgba(255, 255, 255, 0.5);
}
.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 120px;
  padding-bottom: 80px;
}
@media (max-width: 834px) {
  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 40px;
    padding-bottom: 30px;
  }
}
.footer__navArea {
  font-weight: 700;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding-right: 80px;
  border-right: 1px dashed;
}
@media (max-width: 834px) {
  .footer__navArea {
    border-bottom: 1px dashed;
    border-right: none;
    padding-bottom: 30px;
    padding-right: 0;
  }
}
.footer__navArea__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.footer__navArea__ttl::before {
  content: "";
  display: block;
  background: #ffb640;
  border-radius: 50%;
  width: 8px;
  aspect-ratio: 1/1;
}
.footer__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-top: 30px;
}
@media (max-width: 834px) {
  .footer__nav__list {
    gap: 10px 24px;
    margin-top: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.footer__searchArea {
  font-weight: 700;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-left: 80px;
}
@media (max-width: 834px) {
  .footer__searchArea {
    padding-left: 0;
    padding-top: 30px;
  }
}
.footer__searchArea__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.footer__searchArea__ttl::before {
  content: "";
  display: block;
  background: #ffb640;
  border-radius: 50%;
  width: 8px;
  aspect-ratio: 1/1;
}
.footer__search {
  margin-top: 30px;
}
@media (max-width: 834px) {
  .footer__search {
    margin-top: 10px;
  }
}
.footer__search__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
  margin-top: 20px;
}
@media (max-width: 834px) {
  .footer__search__item {
    gap: 4px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__search__item:first-child {
    margin-top: 0;
  }
}
.footer__search__item .hd {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
}
@media (max-width: 834px) {
  .footer__search__item .hd {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
.footer__search__item .list {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3px 18px;
}
.footer__search__item .list__item a {
  color: rgba(38, 27, 10, 0.7);
  font-weight: 500;
  border-bottom: 1px solid;
}
.footer__bottom {
  padding-bottom: 150px;
}
@media (max-width: 834px) {
  .footer__bottom {
    padding-bottom: 20px;
  }
}
.footer__bottom__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 834px) {
  .footer__bottom__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.footer__bottom__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
}
.footer__logo a {
  color: #261b0a;
}
.footer__logo a img {
  height: 36px;
}
@media (max-width: 834px) {
  .footer__logo a img {
    height: 30px;
  }
}
.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media (max-width: 834px) {
  .footer__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 13px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.footer__analytics a {
  color: rgba(38, 27, 10, 0.7);
  font-size: 1.3rem;
  font-weight: 500;
  border-bottom: 1px solid;
  line-height: 1;
  display: block;
}
.footer__corporate a {
  color: rgba(38, 27, 10, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.footer__corporate a::after {
  content: "";
  display: block;
  background: url(../img/common/link_icon.png) center/contain no-repeat;
  width: 14px;
  aspect-ratio: 1/1;
}
.footer__corporate a .text {
  border-bottom: 1px solid;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
}
.footer__copyright {
  color: rgba(38, 27, 10, 0.7);
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
  display: block;
}
.footer__pagetop {
  width: 90px;
}
@media (max-width: 834px) {
  .footer__pagetop {
    width: 60px;
    margin-left: auto;
  }
}

/* ============================================
// RECRUIT
// ==========================================*/
.sec__recruit {
  position: relative;
}
.sec__recruit::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../img/common/recruit_bg.jpg?2511) center/cover no-repeat;
  z-index: -1;
}
@media (max-width: 1600px) {
  .sec__recruit::before {
    width: 130%;
    left: -17%;
  }
}
@media (max-width: 500px) {
  .sec__recruit::before {
    background: url(../img/common/recruit_bg_sp.jpg?2511) center/cover no-repeat;
  }
}
.sec__recruit__inner {
  padding-top: 200px;
  padding-bottom: 200px;
  max-width: 1180px;
}
@media (max-width: 834px) {
  .sec__recruit__inner {
    padding-top: 130px;
    padding-bottom: 100px;
    padding-bottom: 50px;
  }
}
.sec__recruit__contents {
  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;
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 100px;
}
@media (max-width: 500px) {
  .sec__recruit__contents {
    width: 240px;
    margin: 0 auto;
    margin-top: 60px;
    padding: 0;
  }
}
.sec__recruit__contents__img {
  -webkit-filter: drop-shadow(0 0 40px #ffffff) drop-shadow(0 0 40px #ffffff) drop-shadow(0 0 40px #ffffff);
          filter: drop-shadow(0 0 40px #ffffff) drop-shadow(0 0 40px #ffffff) drop-shadow(0 0 40px #ffffff);
}
@media (max-width: 500px) {
  .sec__recruit__contents__img {
    -webkit-filter: drop-shadow(0 0 20px #ffffff) drop-shadow(0 0 20px #ffffff) drop-shadow(0 0 20px #ffffff);
            filter: drop-shadow(0 0 20px #ffffff) drop-shadow(0 0 20px #ffffff) drop-shadow(0 0 20px #ffffff);
  }
}
.sec__recruit__contents__img img {
  width: 100%;
}
.sec__recruit__contents__btn {
  margin-top: 60px;
}
@media (max-width: 834px) {
  .sec__recruit__contents__btn {
    margin-top: 30px;
  }
}
.sec__recruit__contents__btn a {
  padding: 39px 20px;
  background: #ffb640;
  border-radius: 80px;
  color: #261b0a;
  font-weight: 700;
  font-size: 2rem;
  width: 366px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (max-width: 834px) {
  .sec__recruit__contents__btn a {
    width: 210px;
    font-size: 1.4rem;
    padding: 16px;
  }
}
.sec__recruit__contents__btn a::before {
  content: "";
  display: block;
  background: url(../img/common/search_icon.png) center center/contain no-repeat;
  width: 20px;
  aspect-ratio: 20/19;
}
@media (max-width: 834px) {
  .sec__recruit__contents__btn a::before {
    width: 16px;
  }
}
@media (any-hover: hover) {
  .sec__recruit__contents__btn a:hover {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

/* ============================================
// INDEX
// ==========================================*/
.front-page {
  background: repeating-linear-gradient(to right, #fcf9f3, #fcf9f3 100px, #ffffff 40px, #ffffff 140px);
}
@media (max-width: 834px) {
  .front-page {
    background: repeating-linear-gradient(to right, #fcf9f3, #fcf9f3 40px, #ffffff 20px, #ffffff 60px);
  }
}
.front-page .mv__inner {
  position: relative;
}
.front-page .mv__inner::before {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 30%;
  translate: -50%;
  background: url(../img/index/mv_illust.png) center center/contain no-repeat;
  width: clamp(13.5rem, -1.979rem + 30.957vw, 42.6rem);
  aspect-ratio: 426/257;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 834px) {
  .front-page .mv__inner::before {
    left: 22%;
    bottom: 0px;
  }
}
.front-page .mv__contents {
  position: relative;
}
.front-page .mv__contents::before {
  content: "";
  background: url(../img/index/mv_bg_gradient.png) center/contain no-repeat;
  width: clamp(35.8rem, 10.086rem + 51.429vw, 71.8rem);
  aspect-ratio: 718/294;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.front-page .mv__copy {
  position: absolute;
  z-index: 2;
  top: 42%;
  left: 30%;
  translate: -50% -50%;
  width: clamp(30rem, 12.553rem + 34.894vw, 62.8rem);
  -webkit-animation: poyopoyo 6.5s ease-in-out infinite;
          animation: poyopoyo 6.5s ease-in-out infinite;
}
@media (max-width: 1100px) {
  .front-page .mv__copy {
    top: 45%;
  }
}
@media (max-width: 460px) {
  .front-page .mv__copy {
    top: 63%;
    left: 50%;
  }
}
.front-page .mv__copy img {
  aspect-ratio: 628/273;
}
.front-page .mv__hero {
  z-index: 0;
  position: relative;
  width: 100%;
  max-height: 100vh;
  aspect-ratio: 1440/886;
  overflow: hidden;
}
@media (max-width: 834px) {
  .front-page .mv__hero {
    height: 500px;
  }
}
.front-page .mv__hero::before {
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(rgba(38, 27, 10, 0.05)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(38, 27, 10, 0.05), rgba(255, 255, 255, 0));
  position: absolute;
  inset: 0;
  z-index: 2;
}
.front-page .mv__hero .swiper {
  width: 100%;
  height: 100%;
}
.front-page .mv__hero .swiper .swiper-slide .img {
  position: relative;
  width: 100%;
  height: 100%;
}
.front-page .mv__hero .swiper .swiper-slide .img img {
  aspect-ratio: 1440/886;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.front-page .mv__hero .swiper .swiper-slide .img img.zoom-animation {
  -webkit-animation: zoomInFade 5s ease-in-out forwards;
          animation: zoomInFade 5s ease-in-out forwards;
}
.front-page .mv__banner {
  position: absolute;
  bottom: -10px;
  right: 11%;
  z-index: 2;
}
@media (max-width: 834px) {
  .front-page .mv__banner {
    right: 0;
  }
}
.front-page .mv__banner a .img {
  width: clamp(20.2rem, 8.533rem + 23.333vw, 41.2rem);
}
.front-page .mv__banner a .img img {
  aspect-ratio: 412/210;
  width: 100%;
  height: 100%;
}
@media (any-hover: hover) {
  .front-page .mv__banner a:hover {
    opacity: 1;
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  .front-page .mv__banner a:hover .img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.front-page .sec__newjobs {
  background: #ffe2b2;
  position: relative;
  padding: 30px 0 0;
}
.front-page .sec__newjobs::before {
  content: "";
  position: absolute;
  background: url(../img/index/bg_shape_round.png) center/cover no-repeat;
  bottom: calc(100% - 1px);
  left: 0;
  width: 100%;
  aspect-ratio: 1440/90;
  z-index: 0;
}
.front-page .sec__newjobs__inner {
  max-width: 1180px;
}
@media (min-width: 835px) {
  .front-page .sec__newjobs__inner .commonTitle {
    margin-left: -50px;
  }
}
@media (max-width: 1260px) {
  .front-page .sec__newjobs__inner .commonTitle {
    margin-left: 0;
  }
}
.front-page .sec__newjobs__inner .commonTitle__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 10px;
}
@media (max-width: 834px) {
  .front-page .sec__newjobs__inner .commonTitle__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.front-page .sec__newjobs__inner .commonTitle__inner .eng {
  font-size: 4rem;
  margin-top: 7px;
}
@media (max-width: 834px) {
  .front-page .sec__newjobs__inner .commonTitle__inner .eng {
    font-size: 3rem;
  }
}
.front-page .sec__newjobs__body {
  margin-top: 58px;
  position: relative;
  padding-bottom: 60px;
}
@media (max-width: 834px) {
  .front-page .sec__newjobs__body {
    padding-bottom: 20px;
    margin-top: 24px;
  }
}
.front-page .sec__newjobs__body .newjobs__list__item {
  height: auto;
}
.front-page .sec__newjobs__body .newjobs__list__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 28px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  height: 100%;
}
@media (max-width: 834px) {
  .front-page .sec__newjobs__body .newjobs__list__item a {
    gap: 20px;
  }
}
@media (any-hover: hover) {
  .front-page .sec__newjobs__body .newjobs__list__item a:hover {
    opacity: 1;
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  .front-page .sec__newjobs__body .newjobs__list__item a:hover .img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .front-page .sec__newjobs__body .newjobs__list__item a:hover .content_box .textArea .text {
    color: #fc795a;
  }
}
.front-page .sec__newjobs__body .newjobs__list__item a .img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 160px;
          flex: 0 0 160px;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 834px) {
  .front-page .sec__newjobs__body .newjobs__list__item a .img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
  }
}
.front-page .sec__newjobs__body .newjobs__list__item a .img img {
  aspect-ratio: 160/106;
}
.front-page .sec__newjobs__body .newjobs__list__item a .content_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.front-page .sec__newjobs__body .newjobs__list__item a .content_box .tagArea {
  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: 5px 16px;
  margin-bottom: 5px;
}
@media (max-width: 834px) {
  .front-page .sec__newjobs__body .newjobs__list__item a .content_box .tagArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 5px;
  }
}
.front-page .sec__newjobs__body .newjobs__list__item a .content_box .tagArea .employ {
  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: 5px;
}
.front-page .sec__newjobs__body .newjobs__list__item a .content_box .tagArea .employ_name {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.3rem;
  line-height: 1;
  padding: 0.4em 0.8em;
  border-radius: 3px;
  background: #fc795a;
  color: #fff;
  font-weight: 500;
}
@media (max-width: 834px) {
  .front-page .sec__newjobs__body .newjobs__list__item a .content_box .tagArea .employ_name {
    font-size: 1.2rem;
  }
}
.front-page .sec__newjobs__body .newjobs__list__item a .content_box .textArea .text {
  line-height: 1.7;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  font-weight: 600;
  font-size: 1.7rem;
}
@media (max-width: 834px) {
  .front-page .sec__newjobs__body .newjobs__list__item a .content_box .textArea .text {
    font-size: 1.5rem;
  }
}
.front-page .sec__newjobs__body .newjobs__list__item a .content_box .date {
  margin-top: auto;
}
.front-page .sec__newjobs__body .newjobs__list__item a .content_box .date_text {
  color: rgba(38, 27, 10, 0.6);
  font-size: 1.2rem;
  font-weight: 600;
}
@media (max-width: 834px) {
  .front-page .sec__newjobs__body .newjobs__list__item a .content_box .date_text {
    font-size: 1.1rem;
  }
}
.front-page .sec__newjobs__body .swiper-button-prev,
.front-page .sec__newjobs__body .swiper-button-next {
  background-image: none;
  background: #472e08;
  width: 56px;
  height: 56px;
  border-radius: 50px;
  right: auto;
  top: auto;
  bottom: -28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  left: 0;
}
@media (max-width: 834px) {
  .front-page .sec__newjobs__body .swiper-button-prev,
  .front-page .sec__newjobs__body .swiper-button-next {
    width: 40px;
    height: 40px;
  }
}
.front-page .sec__newjobs__body .swiper-button-prev::before,
.front-page .sec__newjobs__body .swiper-button-next::before {
  content: "";
  -webkit-mask: url(../img/common/btn_arrow.png) center/contain no-repeat;
          mask: url(../img/common/btn_arrow.png) center/contain no-repeat;
  background: #fff;
  width: 8px;
  aspect-ratio: 7/10;
  display: block;
}
.front-page .sec__newjobs__body .swiper-button-prev::after,
.front-page .sec__newjobs__body .swiper-button-next::after {
  display: none;
}
@media (any-hover: hover) {
  .front-page .sec__newjobs__body .swiper-button-prev:hover,
  .front-page .sec__newjobs__body .swiper-button-next:hover {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.front-page .sec__newjobs__body .swiper-button-prev::before {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.front-page .sec__newjobs__body .swiper-button-next {
  left: 66px;
}
@media (max-width: 834px) {
  .front-page .sec__newjobs__body .swiper-button-next {
    left: 46px;
  }
}
.front-page .sec__newjobs__body .swiper-pagination {
  background: rgba(71, 46, 8, 0.15);
  width: 83%;
  height: 2px;
  bottom: 0;
  top: auto;
  left: auto;
  right: 0;
}
@media (max-width: 834px) {
  .front-page .sec__newjobs__body .swiper-pagination {
    width: 63%;
    bottom: -10px;
  }
}
.front-page .sec__newjobs__body .swiper-pagination .swiper-pagination-progressbar-fill {
  background: #472e08;
}
.front-page .sec__newjobs .commonBtn {
  margin-left: auto;
  margin-top: 40px;
}
.front-page .sec__newjobs .commonBtn .arrow {
  width: 40px;
}
.front-page .sec__jobSearch {
  background: #ffe2b2;
  position: relative;
}
.front-page .sec__jobSearch::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/index/bg_town.png) center center/contain no-repeat;
  aspect-ratio: 1440/378;
  pointer-events: none;
  z-index: 0;
  width: 100%;
}
@media (max-width: 834px) {
  .front-page .sec__jobSearch::before {
    width: 160%;
  }
}
.front-page .sec__jobSearch__inner {
  max-width: 1180px;
  padding-top: 30px;
  padding-bottom: 160px;
}
@media (max-width: 834px) {
  .front-page .sec__jobSearch__inner {
    padding-bottom: 100px;
    padding-top: 0;
  }
}
.front-page .sec__jobSearch__inner::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/index/jobsearch_illust01.png) center center/contain no-repeat;
  width: 508px;
  aspect-ratio: 508/110;
  pointer-events: none;
  z-index: 0;
}
@media (max-width: 834px) {
  .front-page .sec__jobSearch__inner::before {
    width: 168px;
    left: 10px;
  }
}
.front-page .sec__jobSearch__inner::after {
  content: "";
  position: absolute;
  bottom: -45px;
  right: -20px;
  background: url(../img/index/jobsearch_illust02.png) center center/contain no-repeat;
  width: 393px;
  aspect-ratio: 393/241;
  pointer-events: none;
  z-index: 0;
}
@media (max-width: 834px) {
  .front-page .sec__jobSearch__inner::after {
    width: 163px;
    bottom: -20px;
    right: 10px;
  }
}
.front-page .sec__jobSearch__ttlArea {
  position: relative;
  translate: 0 40%;
  left: -50px;
}
@media (max-width: 1260px) {
  .front-page .sec__jobSearch__ttlArea {
    left: 0;
  }
}
@media (max-width: 834px) {
  .front-page .sec__jobSearch__ttlArea {
    translate: 0 66%;
  }
}
.front-page .sec__jobSearch__ttlArea::before {
  content: "";
  background: #ffebcc;
  width: 415px;
  height: 50px;
  position: absolute;
  top: 59%;
  left: 49px;
  border-radius: 50px 0 0 0;
}
@media (max-width: 1260px) {
  .front-page .sec__jobSearch__ttlArea::before {
    width: 465px;
    left: -1px;
  }
}
@media (max-width: 834px) {
  .front-page .sec__jobSearch__ttlArea::before {
    width: 270px;
    left: -1px;
    height: 30px;
    border-radius: 20px 0 0 0;
    top: 33%;
  }
}
.front-page .sec__jobSearch__ttlArea .commonTitle__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 10px;
}
@media (max-width: 834px) {
  .front-page .sec__jobSearch__ttlArea .commonTitle__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.front-page .sec__jobSearch__ttlArea .commonTitle__inner .eng {
  font-size: 4rem;
  margin-top: 7px;
}
@media (max-width: 834px) {
  .front-page .sec__jobSearch__ttlArea .commonTitle__inner .eng {
    font-size: 3rem;
  }
}
.front-page .sec__jobSearch__box__inner {
  background: #ffebcc;
  padding: 50px 62px;
  border-radius: 50px;
  border: 3px solid #261b0a;
}
@media (max-width: 834px) {
  .front-page .sec__jobSearch__box__inner {
    padding: 45px 20px 30px;
    border-radius: 20px;
  }
}
.front-page .sec__gallery__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 20px;
}
@media (max-width: 834px) {
  .front-page .sec__gallery__inner {
    gap: 10px;
  }
}
.front-page .sec__gallery__inner .img {
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 834px) {
  .front-page .sec__gallery__inner .img {
    border-radius: 10px;
  }
}
.front-page .sec__gallery__inner .img.-img01, .front-page .sec__gallery__inner .img.-img06, .front-page .sec__gallery__inner .img.-img11 {
  width: 480px;
}
@media (max-width: 834px) {
  .front-page .sec__gallery__inner .img.-img01, .front-page .sec__gallery__inner .img.-img06, .front-page .sec__gallery__inner .img.-img11 {
    width: 240px;
  }
}
.front-page .sec__gallery__inner .img.-img01 img, .front-page .sec__gallery__inner .img.-img06 img, .front-page .sec__gallery__inner .img.-img11 img {
  aspect-ratio: 1/1;
}
.front-page .sec__gallery__inner .img.-img02, .front-page .sec__gallery__inner .img.-img05 {
  width: 480px;
}
@media (max-width: 834px) {
  .front-page .sec__gallery__inner .img.-img02, .front-page .sec__gallery__inner .img.-img05 {
    width: 240px;
  }
}
.front-page .sec__gallery__inner .img.-img02 img, .front-page .sec__gallery__inner .img.-img05 img {
  aspect-ratio: 480/230;
}
.front-page .sec__gallery__inner .img.-img03, .front-page .sec__gallery__inner .img.-img04, .front-page .sec__gallery__inner .img.-img12, .front-page .sec__gallery__inner .img.-img13 {
  width: 230px;
}
@media (max-width: 834px) {
  .front-page .sec__gallery__inner .img.-img03, .front-page .sec__gallery__inner .img.-img04, .front-page .sec__gallery__inner .img.-img12, .front-page .sec__gallery__inner .img.-img13 {
    width: 110px;
  }
}
.front-page .sec__gallery__inner .img.-img03 img, .front-page .sec__gallery__inner .img.-img04 img, .front-page .sec__gallery__inner .img.-img12 img, .front-page .sec__gallery__inner .img.-img13 img {
  aspect-ratio: 1/1;
}
.front-page .sec__gallery__inner .imgBox__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 20px;
}
@media (max-width: 834px) {
  .front-page .sec__gallery__inner .imgBox__item {
    gap: 10px;
    margin-top: 10px;
  }
}
.front-page .sec__gallery__inner .imgBox__item:first-child {
  margin-top: 0;
}
.front-page .sec__interview__inner {
  margin-top: 120px;
  margin-bottom: 140px;
}
@media (max-width: 834px) {
  .front-page .sec__interview__inner {
    margin-top: 50px;
    margin-bottom: 60px;
  }
}
.front-page .sec__interview__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 80px;
  width: 80%;
}
@media (max-width: 834px) {
  .front-page .sec__interview__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    width: 100%;
  }
}
.front-page .sec__interview__head::after {
  content: "";
  background: url(../img/index/people_illust.png) center/contain no-repeat;
  width: clamp(9.6rem, 2.211rem + 14.778vw, 22.9rem);
  aspect-ratio: 229/164;
  position: absolute;
  right: 20px;
  top: -60px;
}
@media (max-width: 834px) {
  .front-page .sec__interview__head::after {
    top: -10px;
  }
}
.front-page .sec__interview__head .commonTitle {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.front-page .sec__interview__head .desc {
  font-weight: 600;
}
.front-page .sec__interview__body {
  margin-top: 60px;
  position: relative;
}
@media (max-width: 834px) {
  .front-page .sec__interview__body {
    margin-top: 30px;
  }
}
.front-page .sec__interview__body .swiper-interview {
  position: relative;
  max-width: 380px;
  margin-inline: auto;
}
.front-page .sec__interview__body .interview__list__item {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.front-page .sec__interview__body .interview__list__item a {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.front-page .sec__interview__body .interview__list__item a .imgArea .tab {
  font-weight: 600;
  color: #fff;
  background: #fc795a;
  padding: 7px 20px 5px;
  border-radius: 30px;
  position: absolute;
  top: 20px;
  left: 0;
  opacity: 0;
  z-index: 2;
}
@media (max-width: 834px) {
  .front-page .sec__interview__body .interview__list__item a .imgArea .tab {
    top: 10px;
    font-size: 1.3rem;
  }
}
.front-page .sec__interview__body .interview__list__item a .imgArea .img {
  border-radius: 50%;
  overflow: hidden;
  max-width: 380px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 834px) {
  .front-page .sec__interview__body .interview__list__item a .imgArea .img {
    max-width: 280px;
  }
}
.front-page .sec__interview__body .interview__list__item a .imgArea .img img {
  aspect-ratio: 1/1;
}
.front-page .sec__interview__body .interview__list__item a .profile {
  background: #ffb640;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 150px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  top: 44%;
  right: -20px;
  opacity: 0;
}
@media (max-width: 834px) {
  .front-page .sec__interview__body .interview__list__item a .profile {
    width: 116px;
    top: 45%;
    right: 0;
  }
}
.front-page .sec__interview__body .interview__list__item a .profile .name {
  font-size: 2.4rem;
}
@media (max-width: 834px) {
  .front-page .sec__interview__body .interview__list__item a .profile .name {
    font-size: 1.8rem;
  }
}
.front-page .sec__interview__body .interview__list__item a .profile .name .san {
  font-size: 1.6rem;
}
@media (max-width: 834px) {
  .front-page .sec__interview__body .interview__list__item a .profile .name .san {
    font-size: 1.3rem;
  }
}
.front-page .sec__interview__body .interview__list__item a .profile .data {
  font-size: 1.4rem;
}
@media (max-width: 834px) {
  .front-page .sec__interview__body .interview__list__item a .profile .data {
    font-size: 1.2rem;
  }
}
.front-page .sec__interview__body .interview__list__item a .copy {
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.6;
  max-width: 310px;
  margin: 26px auto 0;
  position: relative;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (max-width: 834px) {
  .front-page .sec__interview__body .interview__list__item a .copy {
    font-size: 1.8rem;
    max-width: 260px;
  }
}
.front-page .sec__interview__body .interview__list__item a .copy::before {
  content: "";
  background: url(../img/index/interview_copy_icon.png) center/contain no-repeat;
  width: 24px;
  aspect-ratio: 24/19;
  position: absolute;
  top: 0;
  left: -40px;
}
@media (max-width: 834px) {
  .front-page .sec__interview__body .interview__list__item a .copy::before {
    left: -30px;
    width: 20px;
  }
}
@media (any-hover: hover) {
  .front-page .sec__interview__body .interview__list__item a:hover {
    opacity: 1;
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }
  .front-page .sec__interview__body .interview__list__item a:hover .img img {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  .front-page .sec__interview__body .interview__list__item a:hover .copy {
    color: #fc795a;
  }
}
.front-page .sec__interview__body .swiper-slide-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.front-page .sec__interview__body .swiper-slide-active a .imgArea .tab {
  opacity: 1;
}
.front-page .sec__interview__body .swiper-slide-active a .imgArea .img {
  border: 3px solid #261b0a;
}
.front-page .sec__interview__body .swiper-slide-active a .profile {
  opacity: 1;
}
.front-page .sec__interview__body .swiper-slide-active a .copy {
  opacity: 1;
}
.front-page .sec__interview__body .controller-wrapper .controller {
  width: calc(100% + 176px);
  max-width: 580px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 834px) {
  .front-page .sec__interview__body .controller-wrapper .controller {
    top: 38%;
    width: calc(100% + 10px);
  }
}
.front-page .sec__interview__body .controller-wrapper .controller .swiper-button-prev_interview,
.front-page .sec__interview__body .controller-wrapper .controller .swiper-button-next_interview {
  position: relative;
  aspect-ratio: 1/1;
  width: 63px;
  height: auto;
  border: solid 1px #472e08;
  border-radius: 50%;
  background-color: #472e08;
  cursor: pointer;
  pointer-events: auto;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (max-width: 834px) {
  .front-page .sec__interview__body .controller-wrapper .controller .swiper-button-prev_interview,
  .front-page .sec__interview__body .controller-wrapper .controller .swiper-button-next_interview {
    width: 43px;
  }
}
.front-page .sec__interview__body .controller-wrapper .controller .swiper-button-prev_interview::before,
.front-page .sec__interview__body .controller-wrapper .controller .swiper-button-next_interview::before {
  content: "";
  aspect-ratio: 9/15;
  width: 8px;
  height: auto;
  -webkit-mask-image: url(../img/common/btn_arrow.png);
          mask-image: url(../img/common/btn_arrow.png);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (max-width: 834px) {
  .front-page .sec__interview__body .controller-wrapper .controller .swiper-button-prev_interview::before,
  .front-page .sec__interview__body .controller-wrapper .controller .swiper-button-next_interview::before {
    width: 7px;
  }
}
@media (any-hover: hover) {
  .front-page .sec__interview__body .controller-wrapper .controller .swiper-button-prev_interview:hover,
  .front-page .sec__interview__body .controller-wrapper .controller .swiper-button-next_interview:hover {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.front-page .sec__interview__body .controller-wrapper .controller .swiper-button-prev_interview::before {
  right: calc(50% + 2px);
  -webkit-transform: translate(50%, -50%) scaleX(-1);
          transform: translate(50%, -50%) scaleX(-1);
}
.front-page .sec__interview__body .controller-wrapper .controller .swiper-button-disabled {
  opacity: 0.3;
}
@media (any-hover: hover) {
  .front-page .sec__interview__body .controller-wrapper .controller .swiper-button-disabled:hover {
    opacity: 0.3;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.front-page .sec__interview__body .swiper-pagination {
  left: 40px;
  bottom: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (max-width: 834px) {
  .front-page .sec__interview__body .swiper-pagination {
    left: 0;
    bottom: 8px;
  }
}
.front-page .sec__interview__body .swiper-pagination-bullet {
  background-color: #cccccc;
  opacity: 1;
  margin: 0 3px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.front-page .sec__interview__body .swiper-pagination-bullet-active {
  background-color: #ffb640;
  width: 16px;
  border-radius: 30px;
}
.front-page .sec__interview__body .commonBtn {
  margin-left: auto;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
}
@media (max-width: 834px) {
  .front-page .sec__interview__body .commonBtn {
    position: relative;
    margin-top: 20px;
  }
}
.front-page .sec__data__inner {
  max-width: 1180px;
  margin-top: 120px;
  padding-top: 130px;
  padding-bottom: 80px;
}
@media (max-width: 834px) {
  .front-page .sec__data__inner {
    margin-top: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.front-page .sec__data__inner::before {
  content: "";
  position: absolute;
  background: url(../img/common/wave.png) center/contain no-repeat;
  width: 1096px;
  aspect-ratio: 1096/13;
  top: 0;
  left: 50%;
  translate: -50%;
}
@media (max-width: 834px) {
  .front-page .sec__data__inner::before {
    width: 90%;
  }
}
.front-page .sec__data__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(6rem, -11.231rem + 16.827vw, 13rem);
  max-width: 930px;
  margin: 0 auto;
}
@media (max-width: 834px) {
  .front-page .sec__data__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.front-page .sec__data__contents .imgArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 auto;
}
@media (max-width: 834px) {
  .front-page .sec__data__contents .imgArea {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.front-page .sec__data__contents .imgArea .img {
  max-width: 489px;
  width: 100%;
}
.front-page .sec__data__contents .imgArea .img img {
  aspect-ratio: 489/340;
}
@media (max-width: 834px) {
  .front-page .sec__data__contents .textArea {
    display: contents;
  }
}
@media (max-width: 834px) {
  .front-page .sec__data__contents .textArea .commonTitle {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.front-page .sec__data__contents .textArea .desc {
  font-weight: 600;
  font-size: 1.7rem;
  margin-top: 50px;
  margin-left: 50px;
}
@media (max-width: 834px) {
  .front-page .sec__data__contents .textArea .desc {
    font-size: 1.4rem;
    margin-top: 0px;
    margin-left: 0;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.front-page .sec__data__contents .textArea .commonBtn {
  margin-top: 50px;
  margin-left: 50px;
}
@media (max-width: 834px) {
  .front-page .sec__data__contents .textArea .commonBtn {
    margin-top: 0px;
    margin-left: auto;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
.front-page .sec__welfare__inner {
  max-width: 1180px;
  margin-bottom: 140px;
  padding-top: 180px;
}
@media (max-width: 834px) {
  .front-page .sec__welfare__inner {
    padding-top: 60px;
    margin-bottom: 60px;
  }
}
.front-page .sec__welfare__inner::before {
  content: "";
  position: absolute;
  background: url(../img/common/wave.png) center/contain no-repeat;
  width: 1096px;
  aspect-ratio: 1096/13;
  top: 0;
  left: 50%;
  translate: -50%;
}
@media (max-width: 834px) {
  .front-page .sec__welfare__inner::before {
    width: 90%;
  }
}
.front-page .sec__welfare__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(6rem, -11.231rem + 16.827vw, 13rem);
}
@media (max-width: 834px) {
  .front-page .sec__welfare__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.front-page .sec__welfare__contents .textArea {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media (max-width: 834px) {
  .front-page .sec__welfare__contents .textArea {
    display: contents;
  }
}
@media (max-width: 834px) {
  .front-page .sec__welfare__contents .textArea .commonTitle {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.front-page .sec__welfare__contents .textArea .desc {
  margin-top: 50px;
  margin-left: 50px;
  font-weight: 600;
  font-size: 1.7rem;
}
@media (max-width: 834px) {
  .front-page .sec__welfare__contents .textArea .desc {
    font-size: 1.5rem;
    margin-top: 0;
    margin-left: 0;
    font-size: 1.4rem;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.front-page .sec__welfare__contents .textArea .commonBtn {
  margin-top: 50px;
  margin-left: 50px;
}
@media (max-width: 834px) {
  .front-page .sec__welfare__contents .textArea .commonBtn {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-top: 0;
    margin-left: auto;
  }
}
.front-page .sec__welfare__contents .textArea .btnArea {
  margin-top: 60px;
  margin-left: 50px;
  max-width: 403px;
}
@media (max-width: 834px) {
  .front-page .sec__welfare__contents .textArea .btnArea {
    margin-left: 0;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-top: 10px;
  }
}
.front-page .sec__welfare__contents .textArea .btnArea .btn {
  border-bottom: 1px dashed #261b0a;
}
.front-page .sec__welfare__contents .textArea .btnArea .btn:first-child {
  border-top: 1px dashed #261b0a;
}
.front-page .sec__welfare__contents .textArea .btnArea .btn a {
  padding: 30px 20px;
  font-size: 1.8rem;
  font-weight: 600;
  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: 18px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (max-width: 834px) {
  .front-page .sec__welfare__contents .textArea .btnArea .btn a {
    font-size: 1.5rem;
    padding: 18px 10px;
  }
}
.front-page .sec__welfare__contents .textArea .btnArea .btn a .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.front-page .sec__welfare__contents .textArea .btnArea .btn a .text::before {
  content: "";
  display: block;
  width: 45px;
  aspect-ratio: 45/32;
}
@media (max-width: 834px) {
  .front-page .sec__welfare__contents .textArea .btnArea .btn a .text::before {
    width: 28px;
  }
}
.front-page .sec__welfare__contents .textArea .btnArea .btn a .arrow {
  content: "";
  background: url(../img/common/btn_arrow.png) center/contain no-repeat;
  width: 8px;
  aspect-ratio: 8/13;
  display: block;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (max-width: 834px) {
  .front-page .sec__welfare__contents .textArea .btnArea .btn a .arrow {
    width: 6px;
  }
}
@media (any-hover: hover) {
  .front-page .sec__welfare__contents .textArea .btnArea .btn a:hover {
    opacity: 1;
  }
  .front-page .sec__welfare__contents .textArea .btnArea .btn a:hover .text {
    color: #fc795a;
  }
  .front-page .sec__welfare__contents .textArea .btnArea .btn a:hover .arrow {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
.front-page .sec__welfare__contents .textArea .btnArea .btn.-generalist a .text::before {
  background: url(../img/index/training_icon01.png) center/contain no-repeat;
}
.front-page .sec__welfare__contents .textArea .btnArea .btn.-engineer a .text::before {
  background: url(../img/index/training_icon02.png) center/contain no-repeat;
}
.front-page .sec__welfare__contents .imgArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
}
@media (max-width: 834px) {
  .front-page .sec__welfare__contents .imgArea {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.front-page .sec__welfare__contents .imgArea::before {
  content: "";
  background: url(../img/index/welfare_illust.png) center/contain no-repeat;
  width: 150px;
  aspect-ratio: 150/223;
  position: absolute;
  bottom: 80px;
  left: -80px;
  z-index: 1;
  translate: -100% 100%;
  pointer-events: none;
}
@media (max-width: 834px) {
  .front-page .sec__welfare__contents .imgArea::before {
    width: 70px;
    bottom: auto;
    top: 10px;
    left: auto;
    right: 0;
    translate: 0 -100%;
  }
}
.front-page .sec__welfare__contents .imgArea .img {
  width: clamp(46rem, 31.231rem + 14.423vw, 52rem);
  border-radius: 30px;
  overflow: hidden;
  border: 3px solid #261b0a;
}
@media (max-width: 834px) {
  .front-page .sec__welfare__contents .imgArea .img {
    width: 100%;
  }
}
.front-page .sec__welfare__contents .imgArea .img img {
  aspect-ratio: 520/347;
}
.front-page .sec__oneday-supervisor {
  background: #ffe2b2;
  position: relative;
}
.front-page .sec__oneday-supervisor::before {
  content: "";
  position: absolute;
  background: url(../img/index/bg_shape_mt.png) center/contain no-repeat;
  bottom: calc(100% - 2px);
  right: 0;
  width: 791px;
  aspect-ratio: 791/726;
}
@media (max-width: 834px) {
  .front-page .sec__oneday-supervisor::before {
    width: 520px;
  }
}
.front-page .sec__oneday-supervisor::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/index/bg_town.png) center center/contain no-repeat;
  aspect-ratio: 1440/378;
  pointer-events: none;
  z-index: 0;
  width: 100%;
}
@media (max-width: 834px) {
  .front-page .sec__oneday-supervisor::after {
    width: 160%;
  }
}
.front-page .sec__oneday-supervisor__inner {
  padding-top: 120px;
  padding-bottom: 140px;
}
@media (max-width: 834px) {
  .front-page .sec__oneday-supervisor__inner {
    padding-top: 0px;
    padding-bottom: 90px;
  }
}
.front-page .sec__oneday-supervisor__inner::after {
  content: "";
  position: absolute;
  bottom: -60px;
  right: -10px;
  background: url(../img/index/oneday-supervisor_illust.png) center center/contain no-repeat;
  width: clamp(16.6rem, 4.378rem + 24.444vw, 38.6rem);
  aspect-ratio: 386/194;
  pointer-events: none;
  z-index: 0;
}
@media (max-width: 1350px) {
  .front-page .sec__oneday-supervisor__inner::after {
    right: 10px;
  }
}
@media (max-width: 834px) {
  .front-page .sec__oneday-supervisor__inner::after {
    bottom: -20px;
    right: 10px;
  }
}
.front-page .sec__oneday-supervisor__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
@media (max-width: 834px) {
  .front-page .sec__oneday-supervisor__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.front-page .sec__oneday-supervisor__contents__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.front-page .sec__oneday-supervisor__contents__item a .head {
  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;
}
.front-page .sec__oneday-supervisor__contents__item a .head .commonTitle__inner .eng {
  font-size: 4rem;
  margin-top: 8px;
}
@media (max-width: 834px) {
  .front-page .sec__oneday-supervisor__contents__item a .head .commonTitle__inner .eng {
    font-size: 3rem;
    margin-top: 2px;
  }
}
.front-page .sec__oneday-supervisor__contents__item a .head .arrow {
  background: #ffb640;
  width: 56px;
  aspect-ratio: 1/1;
  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;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (max-width: 834px) {
  .front-page .sec__oneday-supervisor__contents__item a .head .arrow {
    width: 40px;
  }
}
.front-page .sec__oneday-supervisor__contents__item a .head .arrow::before {
  content: "";
  background: url(../img/common/btn_arrow.png) center/contain no-repeat;
  width: 7px;
  aspect-ratio: 7/10;
  display: block;
}
.front-page .sec__oneday-supervisor__contents__item a .img {
  margin-top: 20px;
  max-width: 575px;
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
  border: 3px solid #261b0a;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (max-width: 834px) {
  .front-page .sec__oneday-supervisor__contents__item a .img {
    max-width: 100%;
  }
}
.front-page .sec__oneday-supervisor__contents__item a .img img {
  aspect-ratio: 575/340;
}
@media (any-hover: hover) {
  .front-page .sec__oneday-supervisor__contents__item a:hover {
    opacity: 1;
  }
  .front-page .sec__oneday-supervisor__contents__item a:hover .text {
    color: #fc795a;
  }
  .front-page .sec__oneday-supervisor__contents__item a:hover .arrow {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .front-page .sec__oneday-supervisor__contents__item a:hover .img img {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
}

/*--------------------
  mainVisual
--------------------*/
/* ============================================
// RECRUIT
// ==========================================*/
/*--------------------
求人一覧
--------------------*/
.lower-kyujin_l .search_panelArea {
  position: relative;
  background: #ffe2b2;
  overflow: hidden;
}
.lower-kyujin_l .search_panelArea::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/index/bg_town.png) center center/contain no-repeat;
  aspect-ratio: 1440/378;
  pointer-events: none;
  z-index: 0;
  width: 100%;
}
@media (max-width: 834px) {
  .lower-kyujin_l .search_panelArea::before {
    width: 160%;
  }
}
.lower-kyujin_l .search_panelArea__inner {
  max-width: 1180px;
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 834px) {
  .lower-kyujin_l .search_panelArea__inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.lower-kyujin_l .search_panelArea .search_panel {
  position: relative;
  z-index: 1;
  background: #ffebcc;
  padding: 20px 62px;
  border-radius: 50px;
  border: 3px solid #261b0a;
}
@media (max-width: 834px) {
  .lower-kyujin_l .search_panelArea .search_panel {
    padding: 10px 20px;
    border-radius: 20px;
  }
}
.lower-kyujin_l .search-toggle {
  background: #ffb640;
  z-index: 2;
  border-radius: 50px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (max-width: 834px) {
  .lower-kyujin_l .search-toggle {
    margin: 0;
  }
}
.lower-kyujin_l .search-toggle .toggle_txt {
  font-size: 1.6rem;
  padding: 1.5em;
  color: #261b0a;
}
@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: 2px;
  background: #261b0a;
}
@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);
}
@media (any-hover: hover) {
  .lower-kyujin_l .search-toggle:hover {
    opacity: 1;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    translate: -50% -50%;
  }
}
.lower-kyujin_l .search_body {
  padding-top: 30px;
}
@media (max-width: 834px) {
  .lower-kyujin_l .search_body {
    display: none;
  }
}
.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 .jobListArea__inner {
  padding: 60px 40px 120px;
}
@media (max-width: 834px) {
  .lower-kyujin_l .jobListArea__inner {
    padding: 0 6.25%;
  }
}
.lower-kyujin_l .jobListArea__inner article.job {
  font-weight: 400;
  margin-top: 30px;
  padding: 50px;
  background: #fff;
  border-radius: 30px;
  border: 2px solid #261b0a;
}
@media (max-width: 834px) {
  .lower-kyujin_l .jobListArea__inner article.job {
    margin-top: 15px;
    padding: 30px 7%;
    border-radius: 20px;
  }
}
.lower-kyujin_l .jobListArea__inner article.job:first-child {
  margin-top: 0;
  border: 2px solid #261b0a;
}
.lower-kyujin_l .jobListArea__inner article.job .job_employmenttype_list_item {
  border-radius: 5px;
  padding: 1px 1em;
  background: #fc795a;
  color: #fff;
  border: none;
}
@media (max-width: 480px) {
  .lower-kyujin_l .jobListArea__inner article.job .job_outline-head {
    border: none;
    border-radius: 10px;
    background: #fcf9f3;
  }
}
.lower-kyujin_l .jobListArea__inner article.job .gMap_link {
  color: #fc795a;
}
.lower-kyujin_l .jobListArea__inner article.job .gMap_link::before {
  background-color: #fc795a;
}
.lower-kyujin_l .jobListArea__inner .btn {
  border-radius: 30px;
  color: #261b0a !important;
  padding: 16px;
  font-size: 1.6rem;
}
@media (max-width: 834px) {
  .lower-kyujin_l .jobListArea__inner .btn {
    font-size: 1.4rem;
  }
}
.lower-kyujin_l .jobListArea__inner .btn.btn_secondary {
  background: #ffb640;
}
@media (any-hover: hover) {
  .lower-kyujin_l .jobListArea__inner .btn.btn_secondary:hover {
    opacity: 1;
    background: #fea10b;
  }
}
.lower-kyujin_l .jobListArea__inner .btn.btn_external {
  background: #fc795a;
  color: #fff !important;
}
.lower-kyujin_l .jobListArea__inner .btn.btn_external::after {
  right: 23px;
  top: 49%;
  translate: 0 -50%;
}
@media (max-width: 834px) {
  .lower-kyujin_l .jobListArea__inner .btn.btn_external::after {
    right: 14px;
  }
}
@media (any-hover: hover) {
  .lower-kyujin_l .jobListArea__inner .btn.btn_external:hover {
    opacity: 1;
    background: #fd5933;
  }
}
.lower-kyujin_l .jobListArea__inner .job_count_pager {
  padding: 60px 0 30px;
}
@media (max-width: 834px) {
  .lower-kyujin_l .jobListArea__inner .job_count_pager {
    padding: 40px 0 0;
  }
}
@media (max-width: 834px) {
  .lower-kyujin_l .jobListArea__inner .job_count_pager.contents_bottom {
    padding: 30px 0 50px;
  }
}
.lower-kyujin_l .jobListArea__inner .job_count_pager .pager_next {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (any-hover: hover) {
  .lower-kyujin_l .jobListArea__inner .job_count_pager .pager_next:hover a {
    opacity: 1;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.lower-kyujin_l .jobListArea__inner .job_count_pager .pagination ul {
  gap: 5px;
}
.lower-kyujin_l .jobListArea__inner .job_count_pager .pagination ul li a {
  border-radius: 50%;
}
@media (any-hover: hover) {
  .lower-kyujin_l .jobListArea__inner .job_count_pager .pagination ul li a:hover {
    background: #fc795a;
  }
}
.lower-kyujin_l .jobListArea__inner .job_count_pager .pagination ul li em {
  border-radius: 50%;
  background: #fc795a;
}

/*--------------------
求人詳細
--------------------*/
.lower-kyujin_d .kyujin_container {
  max-width: 1300px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
  margin-top: 180px;
}
@media (max-width: 834px) {
  .lower-kyujin_d .kyujin_container {
    padding: 0 6.25%;
    margin-top: 60px;
  }
}
.lower-kyujin_d .footer {
  padding-bottom: 92px;
}
@media (max-width: 834px) {
  .lower-kyujin_d .footer {
    padding-bottom: 68px;
  }
}
.lower-kyujin_d .pagetop {
  bottom: 272px;
}
@media (max-width: 834px) {
  .lower-kyujin_d .pagetop {
    bottom: 178px;
  }
}
.lower-kyujin_d .pagetop__inner {
  bottom: 92px;
}
@media (max-width: 834px) {
  .lower-kyujin_d .pagetop__inner {
    bottom: 68px;
  }
}
.lower-kyujin_d main.l-main {
  padding-bottom: 70px;
}
@media (max-width: 834px) {
  .lower-kyujin_d main.l-main {
    padding-top: 6%;
    padding-bottom: 20px;
  }
}
.lower-kyujin_d .job {
  padding: 80px;
  border: 2px solid #261b0a;
  border-radius: 50px;
  background: #fff;
}
@media (max-width: 834px) {
  .lower-kyujin_d .job {
    padding: 20px 6.25% 0;
    border-radius: 20px;
  }
}
.lower-kyujin_d .job .gMap_link {
  color: #fc795a;
}
.lower-kyujin_d .job .gMap_link::before {
  background-color: #fc795a;
}
.lower-kyujin_d .job .tel_link {
  color: #fc795a;
}
.lower-kyujin_d .job .tel_link::before {
  background-color: #fc795a;
}
@media (max-width: 834px) {
  .lower-kyujin_d .job_body_block {
    margin: 40px 0;
  }
}
.lower-kyujin_d .job .job_employmenttype_list_item {
  border-radius: 5px;
  padding: 1px 1em;
  background: #fc795a;
  color: #fff;
  border: none;
}
@media (max-width: 480px) {
  .lower-kyujin_d .job .job_outline-head {
    border: none;
    border-radius: 10px;
    background: #fcf9f3;
  }
}
.lower-kyujin_d .job .outline_ttl,
.lower-kyujin_d .job .appeal_ttl {
  z-index: 1;
  font-size: 2.6rem;
  padding: 0.8em 2.2em;
}
@media (max-width: 834px) {
  .lower-kyujin_d .job .outline_ttl,
  .lower-kyujin_d .job .appeal_ttl {
    padding: 0em 1.6em;
    font-size: 2rem;
  }
}
.lower-kyujin_d .job .outline_ttl::before,
.lower-kyujin_d .job .appeal_ttl::before {
  content: "";
  background: url(../img/common/commontitle_icon.png) center/contain no-repeat;
  width: 28px;
  aspect-ratio: 34/51;
  position: absolute;
  top: 50%;
  left: 10px;
  translate: 0 -50%;
}
@media (max-width: 834px) {
  .lower-kyujin_d .job .outline_ttl::before,
  .lower-kyujin_d .job .appeal_ttl::before {
    width: 20px;
    left: 0;
  }
}
.lower-kyujin_d .job .outline_ttl::after,
.lower-kyujin_d .job .appeal_ttl::after {
  display: none;
}
.lower-kyujin_d .job_outline_item {
  border-bottom: 1px dashed #261b0a;
}
@media (min-width: 835px) {
  .lower-kyujin_d .job_outline_item_ttl {
    padding: 24px 10px;
  }
}
@media (min-width: 835px) {
  .lower-kyujin_d .job_outline_item_txt {
    padding: 24px 10px;
  }
}
.lower-kyujin_d .job .appeal_list_item {
  border-bottom: 1px dashed #261b0a;
}
.lower-kyujin_d .commonBtn {
  padding: 50px 0;
  margin: 0 auto;
}
@media (max-width: 834px) {
  .lower-kyujin_d .commonBtn {
    padding: 30px 0;
  }
}
.lower-kyujin_d .commonBtn__inner a {
  color: #261b0a;
}
.lower-kyujin_d .commonBtn__inner a .arrow::before {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media (max-width: 834px) {
  .lower-kyujin_d .fixed_conversion .phone {
    background: none;
  }
}
.lower-kyujin_d .fixed_conversion .phone_num, .lower-kyujin_d .fixed_conversion .phone_notes {
  color: #fff;
}
@media (max-width: 834px) {
  .lower-kyujin_d .fixed_conversion .phone_num {
    font-size: 1.5rem;
  }
}
.lower-kyujin_d .fixed_conversion .phone_num::before {
  background: url(../img/kyujin/ico_custom_tel_white.png) no-repeat center center/contain;
}
.lower-kyujin_d .fixed_conversion .conversion .btn_conversion {
  border-radius: 50px;
  background: #fc795a;
}
.lower-kyujin_d .fixed_conversion .conversion .btn_conversion::after {
  top: 28px;
  right: 20px;
}
@media (max-width: 834px) {
  .lower-kyujin_d .fixed_conversion .conversion .btn_conversion::after {
    top: 24px;
    right: 16px;
  }
}
@media (max-width: 834px) {
  .lower-kyujin_d .fixed_conversion .conversion .btn_conversion {
    padding: 12px;
  }
}
@media (any-hover: hover) {
  .lower-kyujin_d .fixed_conversion .conversion .btn_conversion:hover {
    opacity: 1;
    background: #fd5933;
  }
}

/*--------------------
新着求人
--------------------*/
.lower-whatsnew .jobListArea__inner {
  padding: 0px 40px 120px;
  margin-top: 60px;
}
@media (max-width: 834px) {
  .lower-whatsnew .jobListArea__inner {
    padding: 0 6.25%;
  }
}
.lower-whatsnew .jobListArea__inner article.job {
  font-weight: 400;
  margin-top: 30px;
  padding: 50px;
  background: #fff;
  border-radius: 30px;
  border: 2px solid #261b0a;
}
@media (max-width: 834px) {
  .lower-whatsnew .jobListArea__inner article.job {
    margin-top: 15px;
    padding: 30px 7%;
    border-radius: 20px;
  }
}
.lower-whatsnew .jobListArea__inner article.job:first-child {
  margin-top: 0;
  border: 2px solid #261b0a;
}
.lower-whatsnew .jobListArea__inner article.job::before, .lower-whatsnew .jobListArea__inner article.job::after {
  display: none;
}
.lower-whatsnew .jobListArea__inner article.job .job_inner {
  padding: 0;
}
.lower-whatsnew .jobListArea__inner article.job .job_employmenttype_list_item {
  border-radius: 5px;
  padding: 1px 1em;
  background: #fc795a;
  color: #fff;
  border: none;
}
@media (max-width: 480px) {
  .lower-whatsnew .jobListArea__inner article.job .job_outline-head {
    border: none;
    border-radius: 10px;
    background: #fcf9f3;
  }
}
.lower-whatsnew .jobListArea__inner article.job .gMap_link {
  color: #fc795a;
}
.lower-whatsnew .jobListArea__inner article.job .gMap_link::before {
  background-color: #fc795a;
}
.lower-whatsnew .jobListArea__inner .btn {
  border-radius: 30px;
  color: #261b0a !important;
  padding: 16px;
  font-size: 1.6rem;
}
@media (max-width: 834px) {
  .lower-whatsnew .jobListArea__inner .btn {
    font-size: 1.4rem;
  }
}
.lower-whatsnew .jobListArea__inner .btn.btn_secondary {
  background: #ffb640;
}
@media (any-hover: hover) {
  .lower-whatsnew .jobListArea__inner .btn.btn_secondary:hover {
    opacity: 1;
    background: #fea10b;
  }
}
.lower-whatsnew .jobListArea__inner .btn.btn_external {
  background: #fc795a;
  color: #fff !important;
}
.lower-whatsnew .jobListArea__inner .btn.btn_external::after {
  right: 23px;
  top: 49%;
  translate: 0 -50%;
}
@media (max-width: 834px) {
  .lower-whatsnew .jobListArea__inner .btn.btn_external::after {
    right: 14px;
  }
}
@media (any-hover: hover) {
  .lower-whatsnew .jobListArea__inner .btn.btn_external:hover {
    opacity: 1;
    background: #fd5933;
  }
}
.lower-whatsnew .jobListArea__inner .job_count_pager {
  padding: 40px 0 30px;
}
@media (max-width: 834px) {
  .lower-whatsnew .jobListArea__inner .job_count_pager {
    padding: 0;
  }
}
@media (max-width: 834px) {
  .lower-whatsnew .jobListArea__inner .job_count_pager.contents_bottom {
    padding: 30px 0 50px;
  }
}
.lower-whatsnew .jobListArea__inner .job_count_pager .pager_next {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (any-hover: hover) {
  .lower-whatsnew .jobListArea__inner .job_count_pager .pager_next:hover a {
    opacity: 1;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.lower-whatsnew .jobListArea__inner .job_count_pager .pagination ul {
  gap: 5px;
}
.lower-whatsnew .jobListArea__inner .job_count_pager .pagination ul li a {
  border-radius: 50%;
}
@media (any-hover: hover) {
  .lower-whatsnew .jobListArea__inner .job_count_pager .pagination ul li a:hover {
    background: #fc795a;
  }
}
.lower-whatsnew .jobListArea__inner .job_count_pager .pagination ul li em {
  border-radius: 50%;
  background: #fc795a;
}

.lower-interview_l .interview__container,
.lower-interview_d .interview__container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 40px;
}
@media (max-width: 834px) {
  .lower-interview_l .interview__container,
  .lower-interview_d .interview__container {
    padding: 40px 20px;
  }
}

/* ============================================
// インタビュー一覧ページ
// ==========================================*/
.lower-interview_l {
  /*------------------------------
    インタビュー一覧
  ------------------------------*/
}
.lower-interview_l .interviews {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 0 5%;
}
.lower-interview_l .interviews__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  margin: 25px 0 clamp(6rem, -5.642rem + 11.173vw, 10rem);
}
@media (max-width: 834px) {
  .lower-interview_l .interviews__item {
    margin: 20px 0;
  }
}
@media (max-width: 640px) {
  .lower-interview_l .interviews__item:first-child a {
    margin-top: 0;
  }
  .lower-interview_l .interviews__item:last-child a {
    margin-bottom: 0;
  }
}
.lower-interview_l .interviews__item a {
  position: relative;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (max-width: 834px) {
  .lower-interview_l .interviews__item a {
    gap: 0;
  }
}
.lower-interview_l .interviews__item .imgArea {
  position: relative;
}
.lower-interview_l .interviews__item .imgArea .tab {
  font-weight: 600;
  color: #fff;
  background: #fc795a;
  padding: 5px 18px 5px;
  border-radius: 30px;
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 2;
  font-size: clamp(1.3rem, 0.718rem + 0.559vw, 1.5rem);
}
@media (max-width: 834px) {
  .lower-interview_l .interviews__item .imgArea .tab {
    top: 5px;
    font-size: 1.3rem;
    left: 10px;
  }
}
.lower-interview_l .interviews__item .imgArea .img {
  border-radius: 50%;
  overflow: hidden;
  max-width: 350px;
  width: 100%;
  margin: 0 auto;
  border: 3px solid #261b0a;
}
@media (max-width: 834px) {
  .lower-interview_l .interviews__item .imgArea .img {
    max-width: 280px;
  }
}
.lower-interview_l .interviews__item .imgArea .img img {
  aspect-ratio: 1/1;
}
.lower-interview_l .interviews__item .profile {
  background: #ffb640;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: clamp(13rem, 7.179rem + 5.587vw, 15rem);
  aspect-ratio: 1/1;
  border-radius: 50%;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  bottom: -10%;
  right: -20px;
}
@media (max-width: 834px) {
  .lower-interview_l .interviews__item .profile {
    width: 110px;
    right: 0;
    bottom: -7%;
  }
}
.lower-interview_l .interviews__item .profile .name {
  font-size: clamp(2rem, 0.836rem + 1.117vw, 2.4rem);
}
@media (max-width: 834px) {
  .lower-interview_l .interviews__item .profile .name {
    font-size: 1.8rem;
  }
}
.lower-interview_l .interviews__item .profile .name .san {
  font-size: 1.6rem;
}
@media (max-width: 834px) {
  .lower-interview_l .interviews__item .profile .name .san {
    font-size: 1.3rem;
  }
}
.lower-interview_l .interviews__item .profile .data {
  font-size: clamp(1.3rem, 1.009rem + 0.279vw, 1.4rem);
}
@media (max-width: 834px) {
  .lower-interview_l .interviews__item .profile .data {
    font-size: 1.2rem;
  }
}
.lower-interview_l .interviews__item .copy {
  font-weight: 600;
  font-size: clamp(2rem, 0.836rem + 1.117vw, 2.4rem);
  line-height: 1.6;
  max-width: 310px;
  margin: 26px auto 0 40px;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (max-width: 834px) {
  .lower-interview_l .interviews__item .copy {
    font-size: 1.8rem;
    max-width: 260px;
    margin-right: 20px;
  }
}
.lower-interview_l .interviews__item .copy::before {
  content: "";
  background: url(../img/index/interview_copy_icon.png) center/contain no-repeat;
  width: 24px;
  aspect-ratio: 24/19;
  position: absolute;
  top: 0;
  left: -40px;
}
@media (max-width: 1180px) {
  .lower-interview_l .interviews__item .copy::before {
    left: -30px;
  }
}
@media (max-width: 834px) {
  .lower-interview_l .interviews__item .copy::before {
    left: -30px;
    width: 20px;
  }
}
@media (any-hover: hover) {
  .lower-interview_l .interviews__item:hover a {
    opacity: 1;
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }
  .lower-interview_l .interviews__item:hover a .img img {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  .lower-interview_l .interviews__item:hover a .copy {
    color: #fc795a;
  }
}

/* ============================================
// インタビュー詳細ページ
// ==========================================*/
.lower-interview_d .interview {
  /*------------------------------
    メインエリア
  ------------------------------*/
  /*------------------------------
    プロフィール
  ------------------------------*/
  /*------------------------------
    インタビューコンテンツ（通常）
  ------------------------------*/
  /*------------------------------
    メッセージ
  ------------------------------*/
  /*------------------------------
    戻るボタン／取材日
  ------------------------------*/
}
@media (max-width: 834px) {
  .lower-interview_d .interview__container {
    padding: 40px 6.25%;
  }
}
.lower-interview_d .interview__mainArea {
  position: relative;
  padding: 120px 0 100px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__mainArea {
    padding: 50px 0 40px;
  }
}
.lower-interview_d .interview__mainArea::before {
  content: "";
  background: #ffe2b2;
  position: absolute;
  bottom: 0;
  left: -100vw;
  width: 5000px;
  height: 60%;
  min-height: 660px;
}
@media (max-width: 760px) {
  .lower-interview_d .interview__mainArea::before {
    min-height: 910px;
  }
}
.lower-interview_d .interview__mainArea:not(:has(.interview__profile))::before {
  height: 50%;
  min-height: 400px;
}
@media (max-width: 760px) {
  .lower-interview_d .interview__mainArea:not(:has(.interview__profile))::before {
    min-height: 460px;
  }
}
@media (max-width: 834px) {
  .lower-interview_d .interview__mainArea:not(:has(.interview__profile)) .interview__main::before {
    display: none;
  }
}
.lower-interview_d .interview__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main {
    display: block;
  }
}
.lower-interview_d .interview__main::before {
  content: "";
  background: url(../img/interview/main_illust02.png) center/contain no-repeat;
  width: clamp(33.3rem, 18.531rem + 14.423vw, 39.3rem);
  aspect-ratio: 393/62;
  position: absolute;
  top: clamp(42rem, 29.692rem + 12.019vw, 47rem);
  left: clamp(2rem, -7.846rem + 9.615vw, 6rem);
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main::before {
    left: 50%;
    top: 105%;
    translate: -50%;
    bottom: auto;
    width: 250px;
  }
}
.lower-interview_d .interview__main .imgArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  aspect-ratio: 620/414;
  max-width: clamp(50rem, 20.462rem + 28.846vw, 62rem);
  width: 100%;
  z-index: 1;
  position: relative;
  margin: 0 auto;
}
.lower-interview_d .interview__main .imgArea img {
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: 3px solid #261b0a;
  border-radius: 30px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main .imgArea img {
    border-radius: 20px;
  }
}
.lower-interview_d .interview__main .txtArea {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-top: -0.5em;
  background: #fff;
  padding: 60px 40px;
  padding-left: 170px;
  border: 3px solid;
  border-radius: 30px;
  margin-top: 120px;
  position: relative;
  max-width: 670px;
  width: 100%;
  margin-left: -90px;
}
@media (max-width: 1100px) {
  .lower-interview_d .interview__main .txtArea {
    margin-left: -110px;
    border-radius: 20px;
  }
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main .txtArea {
    margin-top: 30px;
    max-width: 100%;
    padding: 30px 30px 30px;
    padding-left: 46px;
    margin-left: 0;
  }
}
.lower-interview_d .interview__main .txtArea::before {
  content: "";
  background: url(../img/interview/main_illust01.png) center/contain no-repeat;
  width: clamp(20.6rem, 13.215rem + 7.212vw, 23.6rem);
  aspect-ratio: 236/164;
  position: absolute;
  right: 80px;
  bottom: calc(100% + 2px);
  z-index: 1;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main .txtArea::before {
    right: 10px;
    width: 106px;
  }
}
.lower-interview_d .interview__main .txtArea .copy {
  font-size: clamp(2.8rem, 2.308rem + 0.481vw, 3rem);
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 60px;
  position: relative;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main .txtArea .copy {
    font-size: 1.5em;
    margin-bottom: 40px;
  }
}
.lower-interview_d .interview__main .txtArea .copy::before {
  content: "";
  background: url(../img/interview/main_copy_icon.png) center/contain no-repeat;
  width: 24px;
  aspect-ratio: 24/19;
  position: absolute;
  top: 0;
  left: -40px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main .txtArea .copy::before {
    left: -26px;
    width: 19px;
  }
}
.lower-interview_d .interview__main .txtArea .info {
  background: #ffb640;
  padding: 50px 40px 30px;
  border-radius: 6px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main .txtArea .info {
    padding: 30px 20px 20px;
  }
}
.lower-interview_d .interview__main .txtArea .info .job {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.9375em;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.4;
  margin-bottom: 0.5em;
  padding: 0.5em 1em;
  background: #fc795a;
  border-radius: 30px;
  border: 2px solid #fff;
  position: absolute;
  top: -20px;
  left: 40px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main .txtArea .info .job {
    left: 20px;
  }
}
.lower-interview_d .interview__main .txtArea .info .data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  line-height: 1;
}
.lower-interview_d .interview__main .txtArea .info .data .name {
  font-size: clamp(3rem, 1.031rem + 1.923vw, 3.8rem);
  font-weight: 700;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main .txtArea .info .data .name {
    font-size: 2.2rem;
  }
}
.lower-interview_d .interview__main .txtArea .info .data .name small {
  font-size: 2rem;
  margin-left: 0.3em;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main .txtArea .info .data .name small {
    font-size: 1.6rem;
  }
}
.lower-interview_d .interview__main .txtArea .info .data .join {
  font-weight: 700;
}
.lower-interview_d .interview__profile {
  position: relative;
  margin-top: 4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5%;
  padding: 0 100px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__profile {
    margin-top: 7em;
    padding: 0 50px;
  }
}
@media (max-width: 760px) {
  .lower-interview_d .interview__profile {
    margin-top: 6.2em;
    padding: 0 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.lower-interview_d .interview__profile .imgArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 190px;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__profile .imgArea {
    max-width: 160px;
    border-radius: 20px;
  }
}
.lower-interview_d .interview__profile .txtArea .hd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  line-height: 1;
  margin-bottom: 26px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__profile .txtArea .hd {
    margin-bottom: 0;
    gap: 12px;
    margin-bottom: 16px;
  }
}
@media (max-width: 760px) {
  .lower-interview_d .interview__profile .txtArea .hd {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.lower-interview_d .interview__profile .txtArea .hd .eng {
  font-size: 4rem;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.05em;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__profile .txtArea .hd .eng {
    font-size: 2.8rem;
  }
}
.lower-interview_d .interview__profile .txtArea .hd .ja {
  font-weight: 600;
}
.lower-interview_d .interview__profile .txtArea .txt {
  font-weight: 600;
}
.lower-interview_d .interview__topicsArea {
  margin: 0 auto;
  margin-top: 120px;
  max-width: 1100px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__topicsArea {
    margin-top: 40px;
  }
}
.lower-interview_d .interview__topicsArea__title {
  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;
  text-align: center;
  gap: 16px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__topicsArea__title {
    gap: 10px;
  }
}
.lower-interview_d .interview__topicsArea__title::before {
  content: "";
  background: url(../img/common/commontitle_icon.png) center/contain no-repeat;
  width: 30px;
  aspect-ratio: 34/51;
  display: block;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__topicsArea__title::before {
    width: 20px;
  }
}
.lower-interview_d .interview__topicsArea__title .eng {
  font-size: 5rem;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__topicsArea__title .eng {
    font-size: 3.6rem;
  }
}
.lower-interview_d .interview__topics__item {
  margin-top: clamp(6rem, 1.077rem + 4.808vw, 8rem);
  margin-bottom: clamp(8rem, 3.077rem + 4.808vw, 10rem);
}
@media (max-width: 834px) {
  .lower-interview_d .interview__topics__item {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
@media (min-width: 835px) {
  .lower-interview_d .interview__topics__item:nth-child(even) .contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
  }
}
.lower-interview_d .interview__topics__item .question {
  background: #fc795a;
  padding: 18px 20px;
  border-radius: 100vmax;
  margin-bottom: 40px;
  position: relative;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__topics__item .question {
    padding: 12px 16px;
    margin-bottom: 20px;
  }
}
.lower-interview_d .interview__topics__item .question::before {
  content: "";
  background: #fc795a;
  width: 12px;
  aspect-ratio: 1/1;
  clip-path: polygon(12% 0, 96% 100%, 100% 0);
  position: absolute;
  top: 100%;
  left: 70px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__topics__item .question::before {
    width: 8px;
    left: 50px;
  }
}
.lower-interview_d .interview__topics__item .question__txt {
  color: #fff;
  font-weight: 600;
  font-size: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__topics__item .question__txt {
    font-size: 1.5rem;
    gap: 10px;
    line-height: 1.6;
  }
}
.lower-interview_d .interview__topics__item .question__txt::before {
  content: "Q";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.6rem;
  font-family: "Montserrat", sans-serif;
  color: #fc795a;
  font-weight: 600;
  background: #fff;
  border-radius: 50%;
  width: 40px;
  aspect-ratio: 1/1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__topics__item .question__txt::before {
    width: 32px;
    font-size: 1.5rem;
  }
}
.lower-interview_d .interview__topics__item .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5%;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__topics__item .contents {
    display: block;
    margin-bottom: 40px;
  }
}
@media (max-width: 834px) {
  .lower-interview_d .interview__topics__item .contents:last-child {
    margin-bottom: 0;
  }
}
.lower-interview_d .interview__topics__item .contents .imgArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  aspect-ratio: 400/267;
  max-width: 400px;
  background: #f5f5f5;
  border-radius: 30px;
  overflow: hidden;
  margin: 0 auto;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__topics__item .contents .imgArea {
    margin-bottom: 1.5em;
    border-radius: 20px;
  }
}
.lower-interview_d .interview__topics__item .contents .txtArea {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.lower-interview_d .interview__topics__item .contents .txtArea .lead {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 0.8em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__topics__item .contents .txtArea .lead {
    font-size: 1.3em;
    gap: 10px;
    margin-bottom: 0.5em;
  }
}
.lower-interview_d .interview__topics__item .contents .txtArea .lead::before {
  content: "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;
  font-size: 1.6rem;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-weight: 600;
  background: #ffb640;
  border-radius: 50%;
  width: 40px;
  aspect-ratio: 1/1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__topics__item .contents .txtArea .lead::before {
    width: 32px;
    font-size: 1.5rem;
  }
}
.lower-interview_d .interview__message {
  margin-top: 150px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__message {
    margin-top: 68px;
  }
}
.lower-interview_d .interview__message .title {
  position: relative;
  z-index: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: -30px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__message .title {
    margin-bottom: -20px;
  }
}
.lower-interview_d .interview__message .title::before {
  content: "";
  background: url(../img/interview/message_title_deco.png) center/contain no-repeat;
  width: 516px;
  aspect-ratio: 516/147;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__message .title::before {
    width: 286px;
  }
}
.lower-interview_d .interview__message .title__inner {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1em;
  font-weight: 600;
}
.lower-interview_d .interview__message .title__inner .eng {
  font-size: 5rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__message .title__inner .eng {
    font-size: 1.8em;
  }
}
.lower-interview_d .interview__message .title__inner .ja {
  font-weight: 600;
}
.lower-interview_d .interview__message .body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5%;
  background: #fff;
  padding: 60px 70px;
  border-radius: 100vmax;
  border: 2px solid;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__message .body {
    display: block;
    border-radius: 30px;
    padding: 60px 24px 24px;
  }
}
.lower-interview_d .interview__message .body .imgArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 22%;
          flex: 0 0 22%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  max-width: 220px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__message .body .imgArea {
    width: 70%;
    max-width: 240px;
    margin: 0 auto 1.5em;
  }
}
.lower-interview_d .interview__message .body .txtArea {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media (min-width: 835px) {
  .lower-interview_d .interview__message .body .txtArea {
    padding-top: 30px;
    padding-right: 50px;
  }
}
.lower-interview_d .interview__bottom {
  margin-top: 60px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__bottom {
    margin-top: 28px;
  }
}
.lower-interview_d .interview__bottom .date {
  display: block;
  text-align: center;
}
.lower-interview_d .interview__bottom .commonBtn {
  margin: 50px auto;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__bottom .commonBtn {
    margin: 30px auto 20px;
  }
}
.lower-interview_d .interview__bottom .commonBtn .arrow::before {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.lower-oneday .l-main {
  padding: 80px 0;
}
@media (max-width: 834px) {
  .lower-oneday .l-main {
    padding: 30px 0;
  }
}
.lower-oneday .oneday {
  /*------------------------------
    アンカー
  ------------------------------*/
}
@media (min-width: 835px) {
  .lower-oneday .oneday__container {
    max-width: 1220px;
    padding: 0 60px;
  }
}
.lower-oneday .oneday__anchor {
  margin: 20px 0 80px;
}
@media (max-width: 834px) {
  .lower-oneday .oneday__anchor {
    margin-bottom: 30px;
    margin-top: 10px;
  }
}
.lower-oneday .oneday__anchor .anchors {
  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;
  font-size: 1.25em;
  font-weight: 700;
  gap: 1em 2em;
}
@media (max-width: 834px) {
  .lower-oneday .oneday__anchor .anchors {
    font-size: 0.929em;
    gap: 0.5em;
  }
}
.lower-oneday .oneday__anchor .anchors__item a {
  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: 0.4em;
  line-height: 1.6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 2px solid;
  padding: 20px 20px 20px 36px;
  border-radius: 100vmax;
  background: #fff;
}
@media (min-width: 835px) {
  .lower-oneday .oneday__anchor .anchors__item a {
    min-width: 300px;
  }
}
@media (max-width: 834px) {
  .lower-oneday .oneday__anchor .anchors__item a {
    padding: 11px 11px 11px 18px;
  }
}
.lower-oneday .oneday__anchor .anchors__item a .icon {
  aspect-ratio: 1/1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.3em;
          flex: 0 0 1.3em;
  width: 1.3em;
  background: #fdd088;
  border-radius: 100vmax;
  border: 2px solid #261b0a;
  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;
}
.lower-oneday .oneday__anchor .anchors__item a .icon::before {
  content: "";
  background: url(../img/oneday/anchor_icon.png) center/contain no-repeat;
  width: 14px;
  aspect-ratio: 14/8;
  display: block;
}
@media (max-width: 834px) {
  .lower-oneday .oneday__anchor .anchors__item a .icon::before {
    width: 10px;
  }
}
@media (any-hover: hover) {
  .lower-oneday .oneday__anchor .anchors__item a:hover {
    opacity: 1;
    background: #fdd088;
  }
  .lower-oneday .oneday__anchor .anchors__item a:hover .icon {
    background: #fff;
  }
}
.lower-oneday .oneday .onedayList__item {
  position: relative;
  padding: 100px 0;
}
@media (max-width: 834px) {
  .lower-oneday .oneday .onedayList__item {
    padding: 40px 0;
  }
}
.lower-oneday .oneday .onedayList__item::before {
  content: "";
  position: absolute;
  background: url(../img/common/wave.png) center/contain no-repeat;
  max-width: 1096px;
  width: 100%;
  aspect-ratio: 1096/13;
  top: 0;
  left: 50%;
  translate: -50%;
}
.lower-oneday .oneday .onedayList__item__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: clamp(7rem, -0.385rem + 7.212vw, 10rem);
}
@media (max-width: 834px) {
  .lower-oneday .oneday .onedayList__item__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10%;
  }
}
.lower-oneday .oneday .onedayList__item__head .textArea {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: 0 auto;
}
.lower-oneday .oneday .onedayList__item__head .textArea .job {
  font-weight: 700;
  font-size: clamp(3rem, 1.523rem + 1.442vw, 3.6rem);
  border: 2px solid;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: clamp(1.7rem, 0.469rem + 1.202vw, 2.2rem) clamp(4rem, 1.538rem + 2.404vw, 5rem);
  border-radius: 100vmax;
  background: #fdd088;
  line-height: 1.6;
}
@media (max-width: 834px) {
  .lower-oneday .oneday .onedayList__item__head .textArea .job {
    font-size: 2rem;
    padding: 10px 30px;
    margin: 0 auto;
  }
}
.lower-oneday .oneday .onedayList__item__head .textArea .desc {
  margin-top: clamp(3rem, 0.538rem + 2.404vw, 4rem);
}
@media (max-width: 834px) {
  .lower-oneday .oneday .onedayList__item__head .textArea .desc {
    margin-top: 20px;
  }
}
.lower-oneday .oneday .onedayList__item__head .imgArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 36.3636363636%;
          flex: 0 0 36.3636363636%;
  max-width: 400px;
  width: 100%;
}
@media (max-width: 834px) {
  .lower-oneday .oneday .onedayList__item__head .imgArea {
    margin: 0 auto;
    margin-top: 20px;
  }
}
.lower-oneday .oneday .onedayList__item__head .imgArea .img {
  aspect-ratio: 400/267;
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 834px) {
  .lower-oneday .oneday .onedayList__item__head .imgArea .img {
    border-radius: 20px;
  }
}
.lower-oneday .oneday .onedayList__item__body {
  margin-left: 50px;
}
@media (max-width: 834px) {
  .lower-oneday .oneday .onedayList__item__body {
    margin-left: 20px;
  }
}
.lower-oneday .oneday .onedayList__item__body__box {
  border: 2px solid #261b0a;
  padding: clamp(5rem, 0.077rem + 4.808vw, 7rem) clamp(8rem, 3.077rem + 4.808vw, 10rem);
  padding-left: 110px;
  background: #fff;
  border-radius: 30px;
  margin-top: 70px;
}
@media (max-width: 834px) {
  .lower-oneday .oneday .onedayList__item__body__box {
    border-radius: 20px;
    padding: 30px;
    margin-top: 30px;
    padding-right: 26px;
  }
}
.lower-oneday .oneday .onedayList__item__body__title {
  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%;
}
@media (max-width: 834px) {
  .lower-oneday .oneday .onedayList__item__body__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.lower-oneday .oneday .onedayList__item__body__title .ttl {
  font-weight: 700;
  font-size: 1.875em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 53%;
          flex: 0 0 53%;
  line-height: 1.6;
}
@media (max-width: 834px) {
  .lower-oneday .oneday .onedayList__item__body__title .ttl {
    font-size: 1.4em;
    text-align: center;
  }
}
.lower-oneday .oneday .onedayList__item__body__title .sub {
  font-weight: 700;
  background: #fc795a;
  color: #fff;
  padding: 10px 20px;
  border-radius: 100vmax;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  max-width: 340px;
  line-height: 1.6;
}
@media (max-width: 834px) {
  .lower-oneday .oneday .onedayList__item__body__title .sub {
    padding: 4px 14px 6px;
    gap: 8px;
    margin-top: 5px;
  }
}
.lower-oneday .oneday .onedayList__item__body__title .sub .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 28px;
  aspect-ratio: 1/1;
}
@media (max-width: 834px) {
  .lower-oneday .oneday .onedayList__item__body__title .sub .icon {
    width: 20px;
  }
}
.lower-oneday .oneday .onedayList__item__body__title .sub .icon img {
  width: 100%;
}
@media (max-width: 834px) {
  .lower-oneday .oneday .onedayList__item__body__title .sub__txt {
    font-size: 0.929em;
    margin-top: 2px;
  }
}
.lower-oneday .oneday .onedayList__item__body__container {
  position: relative;
}
.lower-oneday .oneday .onedayList__item__body__container::before {
  content: "";
  width: 4px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -112px;
  background: #fff;
}
@media (max-width: 834px) {
  .lower-oneday .oneday .onedayList__item__body__container::before {
    left: -33px;
  }
}
.lower-oneday .oneday .onedayList__item__body__container::after {
  content: "";
  width: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -115px;
  background-image: radial-gradient(circle, #261b0a 20%, transparent 38%);
  background-size: 10px 9px;
  background-position: left top;
  background-repeat: repeat-y;
}
@media (max-width: 834px) {
  .lower-oneday .oneday .onedayList__item__body__container::after {
    left: -36px;
    background-image: radial-gradient(circle, #261b0a 20%, transparent 28%);
  }
}
.lower-oneday .oneday .onedayList__item__body__container .timeline {
  position: relative;
  z-index: 1;
}
.lower-oneday .oneday .onedayList__item__body__container .timeline__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2em 0;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}
@media (max-width: 834px) {
  .lower-oneday .oneday .onedayList__item__body__container .timeline__item {
    padding: 1.286em 0 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
    border: none;
  }
}
@media (min-width: 835px) {
  .lower-oneday .oneday .onedayList__item__body__container .timeline__item:first-child {
    padding-top: 3em;
  }
}
.lower-oneday .oneday .onedayList__item__body__container .timeline__item:first-child::before {
  content: "";
  width: 10px;
  position: absolute;
  top: 0;
  height: 50%;
  left: -113px;
  background: #fff;
  z-index: -1;
}
@media (max-width: 834px) {
  .lower-oneday .oneday .onedayList__item__body__container .timeline__item:first-child::before {
    left: -33px;
    height: 20px;
  }
}
.lower-oneday .oneday .onedayList__item__body__container .timeline__item:last-child {
  border-bottom: none;
}
.lower-oneday .oneday .onedayList__item__body__container .timeline__item:last-child::before {
  content: "";
  width: 10px;
  position: absolute;
  bottom: 0;
  height: 50%;
  left: -113px;
  background: #fff;
  z-index: -1;
}
@media (max-width: 834px) {
  .lower-oneday .oneday .onedayList__item__body__container .timeline__item:last-child::before {
    left: -33px;
    height: calc(100% - 20px);
  }
}
@media (max-width: 834px) {
  .lower-oneday .oneday .onedayList__item__body__container .timeline__item:last-child .txtArea {
    border-bottom: none;
    padding-bottom: 0;
  }
}
.lower-oneday .oneday .onedayList__item__body__container .timeline__item .timeArea {
  position: absolute;
  left: -165px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 105px;
          flex: 0 0 105px;
  margin: auto;
}
@media (max-width: 834px) {
  .lower-oneday .oneday .onedayList__item__body__container .timeline__item .timeArea {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin: 0;
    margin-left: -62px;
    position: initial;
  }
}
.lower-oneday .oneday .onedayList__item__body__container .timeline__item .timeArea .time {
  background: #261b0a;
  border-radius: 100vmax;
  padding: 12px 18px;
  width: 105px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-weight: 700;
  line-height: 1.6;
}
@media (max-width: 834px) {
  .lower-oneday .oneday .onedayList__item__body__container .timeline__item .timeArea .time {
    padding: 5px 12px;
    width: 64px;
    font-size: 1.3rem;
  }
}
.lower-oneday .oneday .onedayList__item__body__container .timeline__item .txtArea {
  -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;
  gap: 30px;
}
@media (max-width: 834px) {
  .lower-oneday .oneday .onedayList__item__body__container .timeline__item .txtArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 6px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 1.286em;
  }
}
.lower-oneday .oneday .onedayList__item__body__container .timeline__item .txtArea .hd {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25.1004016064%;
          flex: 0 0 25.1004016064%;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.6;
}
@media (max-width: 834px) {
  .lower-oneday .oneday .onedayList__item__body__container .timeline__item .txtArea .hd {
    font-size: 1.143em;
    margin-top: 3px;
  }
}
.lower-oneday .oneday .onedayList__item__body__container .timeline__item .txtArea .hd__txt {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgb(253, 215, 154)));
  background: linear-gradient(transparent 60%, rgb(253, 215, 154) 60%);
  display: inline;
}
@media (max-width: 834px) {
  .lower-oneday .oneday .onedayList__item__body__container .timeline__item .txtArea .txt {
    line-height: 1.8;
  }
}

.lower-supervisor .supervisor {
  position: relative;
  /*------------------------------
    スーパーバイザーとは
  ------------------------------*/
  /*------------------------------
    一日の流れ
  ------------------------------*/
}
.lower-supervisor .supervisor::before {
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, from(#fdf1db), color-stop(60%, #fdf1db), to(rgba(253, 241, 219, 0)));
  background: linear-gradient(to top, #fdf1db 0%, #fdf1db 60%, rgba(253, 241, 219, 0) 100%);
  width: 100%;
  height: 15%;
  bottom: 0;
  left: 0;
  position: absolute;
}
@media (max-width: 834px) {
  .lower-supervisor .supervisor::before {
    height: 5%;
  }
}
.lower-supervisor .supervisor::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/supervisor/bg_town.png) center center/contain no-repeat;
  aspect-ratio: 1440/378;
  pointer-events: none;
  z-index: 0;
  width: 100%;
}
@media (max-width: 834px) {
  .lower-supervisor .supervisor::after {
    width: 160%;
  }
}
.lower-supervisor .supervisor__container {
  padding-top: clamp(5rem, 1.277rem + 7.447vw, 12rem);
  padding-bottom: clamp(5rem, -4.043rem + 18.085vw, 22rem);
}
.lower-supervisor .supervisor__container::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 20px;
  background: url(../img/supervisor/town_illust01.png) center center/contain no-repeat;
  width: 508px;
  aspect-ratio: 508/110;
  pointer-events: none;
  z-index: 0;
}
@media (max-width: 834px) {
  .lower-supervisor .supervisor__container::before {
    width: 200px;
    right: 10px;
  }
}
.lower-supervisor .supervisor__about {
  margin-bottom: 80px;
}
@media (max-width: 834px) {
  .lower-supervisor .supervisor__about {
    margin-bottom: 60px;
  }
}
.lower-supervisor .supervisor__about__inner {
  max-width: 1180px;
}
@media (max-width: 834px) {
  .lower-supervisor .supervisor__about__inner {
    padding: 0;
  }
}
.lower-supervisor .supervisor__about__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 7%;
}
@media (max-width: 834px) {
  .lower-supervisor .supervisor__about__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.lower-supervisor .supervisor__about__content .imgArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 34.5454545455%;
          flex: 0 0 34.5454545455%;
  max-width: 380px;
  width: 100%;
}
@media (max-width: 834px) {
  .lower-supervisor .supervisor__about__content .imgArea {
    margin: 0 auto;
    width: 78%;
  }
}
.lower-supervisor .supervisor__about__content .imgArea .img {
  aspect-ratio: 380/420;
  border-radius: 20px;
  border: 2px solid #261b0a;
  overflow: hidden;
}
.lower-supervisor .supervisor__about__content .textArea {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media (min-width: 835px) {
  .lower-supervisor .supervisor__about__content .textArea {
    margin-top: 30px;
  }
}
.lower-supervisor .supervisor__about__content .textArea .title {
  font-size: clamp(2rem, 1.231rem + 1.538vw, 3.2rem);
  font-weight: 700;
}
@media (max-width: 834px) {
  .lower-supervisor .supervisor__about__content .textArea .title {
    text-align: center;
  }
}
.lower-supervisor .supervisor__about__content .textArea .title .name {
  padding: 16px 40px;
  background: #fedba3;
  border-radius: 100vmax;
  margin-right: 16px;
  position: relative;
}
@media (max-width: 834px) {
  .lower-supervisor .supervisor__about__content .textArea .title .name {
    padding: 11px 21px;
    padding-right: 17px;
    margin-right: 8px;
  }
}
.lower-supervisor .supervisor__about__content .textArea .title .name::before {
  content: "";
  background: url(../img/supervisor/about_icon.png) center/contain no-repeat;
  width: 45px;
  aspect-ratio: 45/47;
  position: absolute;
  top: -17px;
  left: -17px;
}
@media (max-width: 1024px) {
  .lower-supervisor .supervisor__about__content .textArea .title .name::before {
    width: 37px;
    top: -12px;
    left: -14px;
  }
}
@media (max-width: 834px) {
  .lower-supervisor .supervisor__about__content .textArea .title .name::before {
    width: 26px;
    top: -7px;
    left: -9px;
  }
}
.lower-supervisor .supervisor__about__content .textArea .title .sv {
  font-size: 0.875em;
  margin-left: 18px;
}
@media (max-width: 834px) {
  .lower-supervisor .supervisor__about__content .textArea .title .sv {
    margin-left: 6px;
  }
}
.lower-supervisor .supervisor__about__content .textArea .title::after {
  content: "";
  background: url(../img/supervisor/about_wave.png) center/contain no-repeat;
  display: block;
  width: 100%;
  max-width: 633px;
  aspect-ratio: 633/14;
  margin: 40px auto 32px;
}
@media (max-width: 834px) {
  .lower-supervisor .supervisor__about__content .textArea .title::after {
    margin: 24px auto 16px;
  }
}
.lower-supervisor .supervisor__about__content .textArea .desc {
  margin-bottom: 30px;
}
@media (max-width: 834px) {
  .lower-supervisor .supervisor__about__content .textArea .desc {
    margin-bottom: 20px;
  }
}
.lower-supervisor .supervisor__about__imgArea {
  position: relative;
  min-height: clamp(26rem, -25.942rem + 50.725vw, 40rem);
}
@media (max-width: 834px) {
  .lower-supervisor .supervisor__about__imgArea {
    min-height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
  }
}
.lower-supervisor .supervisor__about__imgArea .img {
  width: 100%;
  border-radius: 20px;
  border: 2px solid #261b0a;
  overflow: hidden;
  position: absolute;
}
@media (max-width: 834px) {
  .lower-supervisor .supervisor__about__imgArea .img {
    position: initial;
  }
}
.lower-supervisor .supervisor__about__imgArea .img.-img01 {
  max-width: 33.6363636364%;
  aspect-ratio: 370/260;
  left: clamp(11rem, -6.231rem + 16.827vw, 18rem);
  top: clamp(4rem, -15.692rem + 19.231vw, 12rem);
}
@media (max-width: 834px) {
  .lower-supervisor .supervisor__about__imgArea .img.-img01 {
    max-width: 100%;
    left: 0;
    top: 20px;
  }
}
.lower-supervisor .supervisor__about__imgArea .img.-img02 {
  max-width: 28.1818181818%;
  aspect-ratio: 1/1;
  right: 50px;
  top: 0;
}
@media (max-width: 834px) {
  .lower-supervisor .supervisor__about__imgArea .img.-img02 {
    top: 20px;
    right: 0;
    max-width: 38%;
  }
}
.lower-supervisor .supervisor__scheduleList__inner {
  max-width: 1200px;
  padding: 60px 50px 120px;
}
@media (max-width: 834px) {
  .lower-supervisor .supervisor__scheduleList__inner {
    padding: 20px 0 40px;
  }
}
.lower-supervisor .supervisor__scheduleList__inner::before {
  content: "";
  background: #fdf1db;
  border-radius: 100vmax;
  border: 2px solid #261b0a;
  width: 210px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 834px) {
  .lower-supervisor .supervisor__scheduleList__inner::before {
    width: 80px;
  }
}
.lower-supervisor .supervisor__scheduleList__inner::after {
  content: "";
  background: url(../img/supervisor/schedule_time_illust.png) center/contain no-repeat;
  width: 102px;
  aspect-ratio: 1/1;
  position: absolute;
  top: 50px;
  left: 55px;
}
@media (max-width: 834px) {
  .lower-supervisor .supervisor__scheduleList__inner::after {
    width: 47px;
    top: 20px;
    left: 17px;
  }
}
.lower-supervisor .supervisor__scheduleList__inner .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 20px;
  margin-left: clamp(21rem, 13.615rem + 7.212vw, 24rem);
}
@media (max-width: 834px) {
  .lower-supervisor .supervisor__scheduleList__inner .title {
    margin-left: 70px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6px;
    margin-left: 100px;
    margin-bottom: 40px;
  }
}
.lower-supervisor .supervisor__scheduleList__inner .title .eng {
  font-size: clamp(3rem, 1.718rem + 2.564vw, 5rem);
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (max-width: 834px) {
  .lower-supervisor .supervisor__scheduleList__inner .title .eng {
    line-height: 1;
  }
}
.lower-supervisor .supervisor__scheduleList__inner .title .ja {
  font-size: 1.8rem;
  font-weight: 700;
}
@media (max-width: 834px) {
  .lower-supervisor .supervisor__scheduleList__inner .title .ja {
    font-size: 1.5rem;
  }
}
.lower-supervisor .supervisor__scheduleList__inner .scheduleList__inner {
  margin-left: 50px;
  position: relative;
}
@media (max-width: 834px) {
  .lower-supervisor .supervisor__scheduleList__inner .scheduleList__inner {
    margin-left: 40px;
  }
}
.lower-supervisor .supervisor__scheduleList__inner .scheduleList__inner::before {
  content: "";
  background: url(../img/supervisor/schedule_people_illust.png) center/contain no-repeat;
  width: 20.4854368932%;
  aspect-ratio: 422/483;
  position: absolute;
  bottom: 100%;
  right: 30px;
}
@media (max-width: 834px) {
  .lower-supervisor .supervisor__scheduleList__inner .scheduleList__inner::before {
    right: 20px;
  }
}
.lower-supervisor .supervisor__scheduleList__inner .scheduleList__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 40px;
  padding-left: clamp(8rem, 3.077rem + 4.808vw, 10rem);
  background: #fff;
  border-radius: 20px;
  border: 2px solid;
  position: relative;
  gap: 5%;
  margin-top: 30px;
}
@media (max-width: 834px) {
  .lower-supervisor .supervisor__scheduleList__inner .scheduleList__item {
    padding: 22px;
    padding-left: 44px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px;
  }
}
.lower-supervisor .supervisor__scheduleList__inner .scheduleList__item .timeArea {
  background: #fc795a;
  border-radius: 50%;
  border: 2px solid #261b0a;
  aspect-ratio: 1/1;
  max-width: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  position: absolute;
  top: 50px;
  left: -43px;
}
@media (max-width: 834px) {
  .lower-supervisor .supervisor__scheduleList__inner .scheduleList__item .timeArea {
    max-width: 57px;
    top: 20px;
    left: -29px;
  }
}
.lower-supervisor .supervisor__scheduleList__inner .scheduleList__item .timeArea .time {
  color: #fff;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
}
@media (max-width: 834px) {
  .lower-supervisor .supervisor__scheduleList__inner .scheduleList__item .timeArea .time {
    font-size: 1.3rem;
  }
}
.lower-supervisor .supervisor__scheduleList__inner .scheduleList__item .textArea {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 10px 0;
}
@media (max-width: 834px) {
  .lower-supervisor .supervisor__scheduleList__inner .scheduleList__item .textArea {
    padding: 0 0 16px;
  }
}
.lower-supervisor .supervisor__scheduleList__inner .scheduleList__item .textArea .hd {
  font-size: 1.75em;
  font-weight: 700;
  line-height: 1.6;
  border-bottom: 1px solid #dadada;
  padding-bottom: clamp(1rem, 0.255rem + 1.489vw, 2.4rem);
  margin-bottom: clamp(1rem, 0.255rem + 1.489vw, 2.4rem);
}
@media (max-width: 834px) {
  .lower-supervisor .supervisor__scheduleList__inner .scheduleList__item .textArea .hd {
    font-size: 1.8rem;
  }
}
@media (min-width: 835px) {
  .lower-supervisor .supervisor__scheduleList__inner .scheduleList__item .textArea .text {
    font-size: 1.063em;
  }
}
.lower-supervisor .supervisor__scheduleList__inner .scheduleList__item .imgArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  max-width: 311px;
  margin: 0 auto;
}
@media (min-width: 835px) {
  .lower-supervisor .supervisor__scheduleList__inner .scheduleList__item .imgArea {
    max-width: clamp(25rem, 9.985rem + 14.663vw, 31.1rem);
  }
}
.lower-supervisor .supervisor__scheduleList__inner .scheduleList__item .imgArea .img {
  aspect-ratio: 311/218;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 834px) {
  .lower-supervisor .supervisor__scheduleList__inner .scheduleList__item .imgArea .img {
    border-radius: 10px;
  }
}

.lower-welfare .welfare {
  position: relative;
  margin-top: 110px;
  padding-bottom: 190px;
}
@media (max-width: 834px) {
  .lower-welfare .welfare {
    margin-top: 60px;
    padding-bottom: 80px;
  }
}
.lower-welfare .welfare::before {
  content: "";
  background-image: url(../img/welfare/bottom_illust.png);
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 508/110;
  width: 508px;
  position: absolute;
  bottom: 0;
  right: 40px;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-welfare .welfare::before {
    right: 4%;
    width: 228.6px;
  }
}
.lower-welfare .welfare__container {
  counter-reset: welfare-list;
}
@media (max-width: 834px) {
  .lower-welfare .welfare__container {
    padding: 0 3%;
  }
}
.lower-welfare .welfare__block {
  counter-increment: welfare-list;
  margin-bottom: 50px;
}
@media (max-width: 834px) {
  .lower-welfare .welfare__block {
    margin-bottom: 30px;
  }
}
.lower-welfare .welfare__block:last-child {
  margin-bottom: 0;
}
.lower-welfare .welfare__block__inner {
  background-color: #fff;
  border-radius: 30px;
  border: solid 2px #261b0a;
  padding: 64px 66px;
  max-width: 1340px;
}
@media (max-width: 834px) {
  .lower-welfare .welfare__block__inner {
    padding: 30px 4%;
    border-radius: 20px;
  }
}
.lower-welfare .welfare__block__ttl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
  padding-bottom: 20px;
  margin-bottom: 35px;
}
@media (max-width: 834px) {
  .lower-welfare .welfare__block__ttl {
    padding-bottom: 16px;
    margin-bottom: 24px;
    gap: 10px;
  }
}
.lower-welfare .welfare__block__ttl::before {
  content: "";
  width: 100%;
  position: absolute;
  height: 4px;
  bottom: 0;
  left: 0;
  background-image: radial-gradient(circle, #261b0a 20%, transparent 38%);
  background-size: 6px 6px;
  background-position: left top;
  background-repeat: repeat-x;
}
.lower-welfare .welfare__block__ttl .ico {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  max-width: 78px;
}
@media (max-width: 834px) {
  .lower-welfare .welfare__block__ttl .ico {
    max-width: 54.6px;
  }
}
.lower-welfare .welfare__block__ttl .ico img {
  aspect-ratio: 78/78;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 834px) {
  .lower-welfare .welfare__block__ttl .ico img {
    border-radius: 6px;
  }
}
.lower-welfare .welfare__block__ttl__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.lower-welfare .welfare__block__ttl__box::before {
  content: "WELFARE\a" counter(welfare-list, decimal-leading-zero);
  font-family: "Montserrat", sans-serif;
  color: #fc795a;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 0.5em;
}
@media (max-width: 834px) {
  .lower-welfare .welfare__block__ttl__box::before {
    font-size: 1rem;
  }
}
.lower-welfare .welfare__block__ttl__box__h {
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 1.5;
}
@media (max-width: 834px) {
  .lower-welfare .welfare__block__ttl__box__h {
    font-size: 2.2rem;
  }
}
.lower-welfare .welfare__block__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.lower-welfare .welfare__block__list__item {
  background-color: #fcf9f3;
  padding: 2.35849% 2.641509%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 6px;
}
@media (max-width: 834px) {
  .lower-welfare .welfare__block__list__item {
    padding: 1em;
    border-radius: 5px;
  }
}
.lower-welfare .welfare__block__list__item .item__hd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 834px) {
  .lower-welfare .welfare__block__list__item .item__hd {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.lower-welfare .welfare__block__list__item .item__hd__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 10px;
}
.lower-welfare .welfare__block__list__item .item__hd__inner::before {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 9px;
  border-radius: 50%;
  background-color: #ffb640;
  translate: 0 -0.2em;
}
@media (max-width: 834px) {
  .lower-welfare .welfare__block__list__item .item__hd__inner::before {
    width: 6px;
  }
}
.lower-welfare .welfare__block__list__item .item__hd__p {
  font-size: 2.1rem;
  font-size: clamp(18px, 1.4583333333vw, 21px);
  font-weight: bold;
  line-height: 1.6;
}
@media (max-width: 834px) {
  .lower-welfare .welfare__block__list__item .item__hd__p {
    font-size: 1.6rem;
  }
}
.lower-welfare .welfare__block__list__item .item__hd__p__small {
  font-size: 0.7619047em;
}
.lower-welfare .welfare__block__list__item .item__hd .js-open-popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.2em;
  margin-left: auto;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (max-width: 834px) {
  .lower-welfare .welfare__block__list__item .item__hd .js-open-popup {
    margin-top: 10px;
  }
}
@media (any-hover: hover) {
  .lower-welfare .welfare__block__list__item .item__hd .js-open-popup:hover {
    color: #ffb640;
  }
  .lower-welfare .welfare__block__list__item .item__hd .js-open-popup:hover::after {
    translate: 0 -8%;
  }
}
.lower-welfare .welfare__block__list__item .item__hd .js-open-popup__txt {
  font-weight: bold;
  background-image: radial-gradient(circle, #261b0a 20%, transparent 38%);
  background-size: 6px 6px;
  background-position: left bottom;
  background-repeat: repeat-x;
}
@media (max-width: 834px) {
  .lower-welfare .welfare__block__list__item .item__hd .js-open-popup__txt {
    font-size: 1.3rem;
  }
}
.lower-welfare .welfare__block__list__item .item__hd .js-open-popup::after {
  content: "";
  background-image: url(../img/welfare/q_icon.png);
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.733333em;
  -webkit-transition: translate 0.3s ease;
  transition: translate 0.3s ease;
}
@media (max-width: 834px) {
  .lower-welfare .welfare__block__list__item .item__hd .js-open-popup::after {
    width: 18px;
  }
}
.lower-welfare .welfare__block.-comp .welfare__block__list {
  gap: 15px;
}
.lower-welfare .welfare__block.-comp .welfare__block__list__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  display: block;
}
@media (max-width: 834px) {
  .lower-welfare .welfare__block.-comp .welfare__block__list__item .item__hd__p {
    font-size: 1.8rem;
  }
}
.lower-welfare .welfare__block.-comp .welfare__block__list__item .welfare-comp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  margin-top: 1em;
}
@media (max-width: 834px) {
  .lower-welfare .welfare__block.-comp .welfare__block__list__item .welfare-comp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
.lower-welfare .welfare__block.-comp .welfare__block__list__item .welfare-comp__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0.75em;
  background-color: #fff;
  padding: 20px 18px;
  border-radius: 6px;
  width: 100%;
}
@media (max-width: 834px) {
  .lower-welfare .welfare__block.-comp .welfare__block__list__item .welfare-comp__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1em;
    gap: 16px;
    border-radius: 5px;
  }
}
.lower-welfare .welfare__block.-comp .welfare__block__list__item .welfare-comp__block .tag {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  background-color: #261b0a;
  padding: 0 1.142857em;
  border-radius: 30px;
}
@media (max-width: 834px) {
  .lower-welfare .welfare__block.-comp .welfare__block__list__item .welfare-comp__block .tag {
    font-size: 1.3rem;
    -ms-flex-item-align: center;
        align-self: center;
    width: 100%;
    text-align: center;
  }
}
.lower-welfare .welfare__block.-comp .welfare__block__list__item .welfare-comp__block .desc {
  font-size: 1.5rem;
  line-height: 1.8;
}
@media (max-width: 834px) {
  .lower-welfare .welfare__block.-comp .welfare__block__list__item .welfare-comp__block .desc {
    font-size: 1.4rem;
  }
}
.lower-welfare .welfare__block.-comp .welfare__block__list__item .welfare-comp__block .desc .small {
  font-size: 1.3rem;
}
@media (max-width: 834px) {
  .lower-welfare .welfare__block.-comp .welfare__block__list__item .welfare-comp__block .desc .small {
    font-size: 0.7619047em;
  }
}
.lower-welfare .welfare__block.-comp .welfare__block__list__item .welfare-comp__block.-emphasis {
  background-color: #fff2df;
  border: solid 2px #feb640;
}
.lower-welfare .welfare__block.-comp .welfare__block__list__item .welfare-comp__block.-emphasis .tag {
  color: #261b0a;
  background-color: #feb640;
}
.lower-welfare .welfare__block.-comp .welfare__block__list__item .welfare-comp__block.-emphasis .desc {
  font-size: 1.6rem;
  font-weight: bold;
}
@media (max-width: 834px) {
  .lower-welfare .welfare__block.-comp .welfare__block__list__item .welfare-comp__block.-emphasis .desc {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.lower-welfare .welfare__block.-comp .welfare__block__list__item .welfare-comp__block:first-child {
  position: relative;
}
.lower-welfare .welfare__block.-comp .welfare__block__list__item .welfare-comp__block:first-child::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #261b0a;
  position: absolute;
  top: 50%;
  right: -20px;
  translate: 100% -50%;
}
@media (max-width: 834px) {
  .lower-welfare .welfare__block.-comp .welfare__block__list__item .welfare-comp__block:first-child::before {
    border-width: 8px 9px 0 9px;
    border-color: #261b0a transparent transparent transparent;
    top: initial;
    bottom: -9px;
    right: 50%;
    translate: 50% 100%;
  }
}
.lower-welfare .popup {
  position: fixed;
  top: 55%;
  left: 50%;
  translate: -50% -50%;
  z-index: 999;
  width: 100%;
  max-width: 940px;
  padding: 0 50px;
  margin: 0 auto;
  opacity: 0;
  scale: 0.95;
  visibility: hidden;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (max-width: 834px) {
  .lower-welfare .popup {
    padding: 0 5%;
    top: 52%;
  }
}
.lower-welfare .popup__inner {
  position: relative;
  background-color: #fff;
  padding: 60px;
  border: solid 2px #261b0a;
  border-radius: 30px;
}
@media (max-width: 834px) {
  .lower-welfare .popup__inner {
    padding: 30px 5%;
    border-radius: 20px;
  }
}
.lower-welfare .popup__inner::before {
  content: "";
  background-image: url(../img/welfare/popup_illust01.png);
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 69/174;
  width: 69px;
  position: absolute;
  bottom: -40px;
  left: 40px;
  translate: -100%;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-welfare .popup__inner::before {
    width: 34.5px;
    left: initial;
    right: 50px;
    bottom: -60px;
    translate: 0;
  }
}
.lower-welfare .popup__inner::after {
  content: "";
  background-image: url(../img/welfare/popup_illust02.png);
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 95/122;
  width: 95px;
  position: absolute;
  bottom: -26px;
  right: -20px;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-welfare .popup__inner::after {
    width: 47.5px;
    right: -5px;
    bottom: -60px;
  }
}
.lower-welfare .popup-close {
  position: absolute;
  top: -20px;
  right: -20px;
  cursor: pointer;
}
@media (any-hover: hover) {
  .lower-welfare .popup-close:hover span {
    background-color: #fd5933;
  }
}
.lower-welfare .popup-close span {
  position: relative;
  display: block;
  aspect-ratio: 1/1;
  width: 70px;
  border: solid 2px #261b0a;
  border-radius: 50%;
  background-color: #fc795a;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
@media (max-width: 834px) {
  .lower-welfare .popup-close span {
    width: 52px;
  }
}
.lower-welfare .popup-close span::before {
  content: "";
  background-image: url(../img/welfare/close_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 1/1;
  width: 17px;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
@media (max-width: 834px) {
  .lower-welfare .popup-close span::before {
    width: 13px;
  }
}
.lower-welfare .popup-content .hd {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.6;
  display: inline;
  padding: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, transparent), color-stop(0%, #fdd088));
  background: linear-gradient(transparent 55%, #fdd088 0%);
}
@media (max-width: 834px) {
  .lower-welfare .popup-content .hd {
    font-size: 2.4rem;
  }
}
.lower-welfare .popup-content .desc {
  margin-top: 20px;
  overflow-y: auto;
  max-height: 320px;
}
@media (max-width: 834px) {
  .lower-welfare .popup-content .desc {
    line-height: 1.8;
    margin-top: 14px;
    max-height: 56.67166416vh;
  }
}
.lower-welfare .popup-content .scroll-area .simplebar-track {
  background-color: #e6e0d7;
  width: 3px;
}
.lower-welfare .popup-content .scroll-area .simplebar-track .simplebar-scrollbar::before {
  background-color: #fc795a;
  width: 3px;
  left: 0;
}
.lower-welfare .popup.is-active {
  opacity: 1;
  visibility: visible;
  scale: 1;
}
.lower-welfare .popup-overlay {
  background-color: rgba(38, 27, 10, 0.8);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.lower-welfare .popup-overlay.is-active {
  opacity: 1;
  visibility: visible;
}

/* ============================================
// 数字で見るページ
// ==========================================*/
.lower-data {
  --engFont: "Montserrat", sans-serif;
  --gapX: 40px;
  --gapY: 40px;
  --borderWidth: 2px;
  --borderRadius: 30px;
  --titleSize: 2.3rem;
  --numberingSize: 2rem;
  --dataNumSize: 8rem;
  --dataNumColor: #261b0a;
  --iconSize: 160px;
  --balanceChartHeight: 64px;
  --balanceChartColor01: #fc795a;
  --balanceChartColor02: #ffb640;
  --pieChartSize: 180px;
  --doughnutChartSize: 240px;
  --tipsColor01: #fc795a;
  --tipsColor02: #ffb640;
  --tipsColor03: #f9cc5d;
  --tipsColor04: #93d68b;
  --tipsColor05: #50a1c4;
  --tipsColor06: #b186c6;
}
.lower-data .data__container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 40px;
  /*------------------------------
    項目ごとの設定
  ------------------------------*/
}
@media (max-width: 834px) {
  .lower-data .data__container {
    padding: 40px 6.25%;
  }
}
.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 (min-width: 835px) and (max-width: 1200px) {
  .lower-data .data__container .data__body {
    --gapX: 24px;
    --gapY: 34px;
  }
}
@media (max-width: 834px) {
  .lower-data .data__container .data__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 24px;
  }
}
.lower-data .data__container .data__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  background: #fff;
  border: var(--borderWidth) solid #261b0a;
  border-radius: var(--borderRadius);
}
@media (max-width: 834px) {
  .lower-data .data__container .data__block {
    width: 100%;
    border-radius: 10px;
  }
}
@media (min-width: 835px) {
  .lower-data .data__container .data__block.-one {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.3333333333% - var(--gapX) * 2 / 3);
            flex: 0 0 calc(33.3333333333% - var(--gapX) * 2 / 3);
    max-width: calc(33.3333333333% - var(--gapX) * 2 / 3);
  }
  .lower-data .data__container .data__block.-two {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(66.6666666667% - var(--gapX) / 2);
            flex: 0 0 calc(66.6666666667% - var(--gapX) / 2);
    max-width: calc(66.6666666667% - var(--gapX) / 2);
  }
  .lower-data .data__container .data__block.-two + .-one {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.3333333333% - var(--gapX) / 2);
            flex: 0 0 calc(33.3333333333% - var(--gapX) / 2);
    max-width: calc(33.3333333333% - var(--gapX) / 2);
  }
  .lower-data .data__container .data__block.-half {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - var(--gapX) / 2);
            flex: 0 0 calc(50% - var(--gapX) / 2);
    max-width: calc(50% - var(--gapX) / 2);
  }
  .lower-data .data__container .data__block.-full {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}
.lower-data .data__container .data__block .head {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lower-data .data__container .data__block .head .num {
  font-family: var(--engFont);
  font-size: var(--numberingSize);
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
  position: absolute;
  z-index: 1;
  left: calc(var(--borderWidth) * 9);
  top: 10px;
  padding: clamp(1.2rem, -0.769rem + 1.923vw, 2rem);
  background: #fc795a;
  translate: 0 -50%;
  border-radius: 50%;
  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: 2px solid #261b0a;
}
@media (max-width: 834px) {
  .lower-data .data__container .data__block .head .num {
    scale: 0.7;
    -webkit-transform-origin: left;
            transform-origin: left;
    top: 3px;
    left: 10px;
  }
}
.lower-data .data__container .data__block .head .title {
  font-size: clamp(2.1rem, 1.362rem + 0.721vw, 2.4rem);
  font-weight: 700;
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 16px clamp(30px, 3.6923076923vw, 48px);
  background: #ffe9c5;
  border-radius: 10px;
  margin: 16px 16px 0;
  text-align: center;
}
@media (max-width: 834px) {
  .lower-data .data__container .data__block .head .title {
    font-size: clamp(1.5rem, 1.183rem + 0.845vw, 2.4rem);
    padding: 10px;
  }
}
.lower-data .data__container .data__block .body {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: auto;
  padding: 30px clamp(3rem, -1.923rem + 4.808vw, 5rem) clamp(3rem, 0.538rem + 2.404vw, 4rem);
  min-height: 240px;
}
@media (max-width: 834px) {
  .lower-data .data__container .data__block .body {
    min-height: 180px;
    padding: 6.25%;
  }
}
.lower-data .data__container .data__block .body.-horizontal {
  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: 21px;
}
@media (max-width: 834px) {
  .lower-data .data__container .data__block .body.-horizontal {
    gap: 16px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 530px) {
  .lower-data .data__container .data__block .body.-horizontal {
    gap: 10px;
  }
}
.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: 10px;
}
@media (max-width: 834px) {
  .lower-data .data__container .data__block .body.-vertical {
    gap: 10px;
  }
}
.lower-data .data__container .data__block .body .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lower-data .data__container .data__block .body .img img {
  width: auto;
  max-height: 100%;
}
.lower-data .data__container .data__block .body .annotation {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.075em;
  color: #999999;
  line-height: 1.6;
  margin-left: auto;
}
@media (max-width: 834px) {
  .lower-data .data__container .data__block .body .annotation {
    font-size: 1.2rem;
  }
}
.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: 5%;
}
.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.25);
  line-height: 1.4;
  font-weight: 800;
  letter-spacing: 0;
}
@media (max-width: 834px) {
  .lower-data .data__container .data__block .data .num {
    font-size: calc(var(--dataNumSize) * 0.25 * 0.8);
  }
}
.lower-data .data__container .data__block .data .num:has(.-small) {
  font-size: calc(var(--dataNumSize) * 0.25 * 0.9);
}
@media (max-width: 834px) {
  .lower-data .data__container .data__block .data .num:has(.-small) {
    font-size: calc(var(--dataNumSize) * 0.25 * 0.8);
  }
}
.lower-data .data__container .data__block .data .num b {
  font-family: var(--engFont);
  font-size: clamp(6rem, 1.077rem + 4.808vw, 8rem);
  font-weight: 700;
  color: var(--dataNumColor);
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  margin-right: 4px;
  margin-left: 4px;
}
@media (max-width: 834px) {
  .lower-data .data__container .data__block .data .num b {
    font-size: calc(var(--dataNumSize) * 0.6);
  }
}
.lower-data .data__container .data__block .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: 12px;
}
.lower-data .data__container .data__block:has(.line-chart) .dataTitle__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 10px;
  font-weight: 700;
}
.lower-data .data__container .data__block:has(.line-chart) .dataTitle__item:first-child {
  color: var(--balanceChartColor01);
}
.lower-data .data__container .data__block:has(.line-chart) .dataTitle__item:last-child {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  color: var(--balanceChartColor02);
}
.lower-data .data__container .data__block:has(.line-chart) .dataTitle__item img {
  width: 48px;
}
.lower-data .data__container .data__block:has(.line-chart) .data {
  width: 100%;
}
.lower-data .data__container .data__block:has(.line-chart) .data__multi .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: 1200px) {
  .lower-data .data__container .data__block .pie-chart {
    width: 80%;
  }
}
@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;
  gap: 0.2em;
}
.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;
  font-size: 1.5rem;
}
.lower-data .data__container .data__block .tips__item::before {
  content: "";
  aspect-ratio: 1/1;
  width: 1em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1em;
          flex: 0 0 1em;
  margin-top: 0.5em;
  border-radius: 50%;
}
.lower-data .data__container .data__block .tips__item b {
  font-family: var(--engFont);
  font-weight: 700;
  font-size: 1.6rem;
  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 .tips__item:nth-child(5n+6)::before {
  background: var(--tipsColor06);
}
.lower-data .data__container .data__block .tips__item:nth-child(5n+7)::before {
  background: var(--tipsColor07);
}
.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: #ffb640;
}
@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: #ffb640;
  translate: 0 100%;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}
.lower-data .data__container .data__block .list__item:nth-child(even) {
  background: #fc795a;
}
.lower-data .data__container .data__block .list__item:nth-child(even)::after {
  background: #fc795a;
}
.lower-data .data__container .data__date {
  text-align: right;
  font-size: 1.1rem;
  font-weight: 700;
  margin-left: auto;
}
.lower-data .data__container #data01 .body .img {
  max-width: 315px;
  width: 100%;
  margin-top: 20px;
}
@media (max-width: 834px) {
  .lower-data .data__container #data01 .body .img {
    max-width: 225px;
    margin-top: 10px;
  }
}
.lower-data .data__container #data02 .body .img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: clamp(14rem, 1.692rem + 12.019vw, 19rem);
  width: 100%;
}
.lower-data .data__container #data02 .body .dataList {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.lower-data .data__container #data02 .body .dataList__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 clamp(1rem, 0.681rem + 0.638vw, 1.6rem);
  border-bottom: 1px solid #e5e5e5;
  padding: 6px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.lower-data .data__container #data02 .body .dataList__item:first-child {
  padding-top: 0;
}
.lower-data .data__container #data02 .body .dataList__item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.lower-data .data__container #data02 .body .dataList__item .year {
  background: #ffb640;
  border-radius: 100vmax;
  font-weight: 700;
  padding: 7px 12px;
  font-size: clamp(1.2rem, 1.04rem + 0.319vw, 1.5rem);
  line-height: 1;
}
@media (min-width: 835px) {
  .lower-data .data__container #data02 .body .dataList__item .data .num {
    font-size: 1.8rem;
  }
}
.lower-data .data__container #data02 .body .dataList__item .data .num b {
  font-size: clamp(3.2rem, 2.668rem + 1.064vw, 4.2rem);
}
.lower-data .data__container #data03 .body {
  gap: 16px;
}
.lower-data .data__container #data03 .body .img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: clamp(11rem, -3.769rem + 14.423vw, 17rem);
  width: 100%;
}
@media (max-width: 834px) {
  .lower-data .data__container #data03 .body .img {
    max-width: 140px;
  }
}
.lower-data .data__container #data03 .body .dataList {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.lower-data .data__container #data03 .body .dataList__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 clamp(1rem, 0.681rem + 0.638vw, 1.6rem);
  border-bottom: 1px solid #e5e5e5;
  padding: 6px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.lower-data .data__container #data03 .body .dataList__item:first-child {
  padding-top: 0;
}
.lower-data .data__container #data03 .body .dataList__item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.lower-data .data__container #data03 .body .dataList__item .year {
  background: #ffb640;
  border-radius: 100vmax;
  font-weight: 700;
  padding: 7px 12px;
  font-size: clamp(1.2rem, 1.04rem + 0.319vw, 1.5rem);
  line-height: 1;
}
.lower-data .data__container #data03 .body .dataList__item .data .num {
  font-size: 1.8rem;
}
.lower-data .data__container #data03 .body .dataList__item .data .num b {
  font-size: clamp(3.2rem, 2.668rem + 1.064vw, 4.2rem);
}
.lower-data .data__container #imgArea {
  overflow: hidden;
}
.lower-data .data__container #imgArea img {
  aspect-ratio: 580/396;
}
.lower-data .data__container #data04 .body__total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.lower-data .data__container #data04 .body__total .img {
  max-width: 126px;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 834px) {
  .lower-data .data__container #data04 .body__total .img {
    max-width: 82px;
  }
}
.lower-data .data__container #data04 .body__total .data .num b {
  font-size: clamp(4.4rem, 2.911rem + 2.979vw, 7.2rem);
}
.lower-data .data__container #data04 .body__data {
  width: 100%;
}
.lower-data .data__container #data04 .body__data .data__number {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.lower-data .data__container #data04 .body__data .data__number .hd {
  border-radius: 100vmax;
  padding: 4px 16px;
  font-weight: 700;
  font-size: clamp(1.1rem, 0.887rem + 0.426vw, 1.5rem);
  margin-bottom: 5px;
}
@media (max-width: 834px) {
  .lower-data .data__container #data04 .body__data .data__number .hd {
    padding: 3px 12px;
  }
}
.lower-data .data__container #data04 .body__data .data__number .hd.-woman {
  background: #fc795a;
  color: #fff;
}
.lower-data .data__container #data04 .body__data .data__number .hd.-man {
  background: #ffb640;
}
.lower-data .data__container #data04 .body__data .data__number .num {
  margin-top: 5px;
}
@media (max-width: 834px) {
  .lower-data .data__container #data04 .body__data .data__number .num {
    margin-top: 0;
  }
}
.lower-data .data__container #data04 .body__data .data__number .num b {
  font-size: clamp(3.2rem, 2.349rem + 1.702vw, 4.8rem);
}
@media (min-width: 835px) {
  .lower-data .data__container #data05 .body {
    gap: 30px;
  }
}
.lower-data .data__container #data05 .body .contents {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media (max-width: 834px) {
  .lower-data .data__container #data05 .body .contents {
    gap: 6px;
  }
}
.lower-data .data__container #data05 .body .contents .data {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media (max-width: 834px) {
  .lower-data .data__container #data05 .body .contents .data {
    gap: 10px;
  }
}
.lower-data .data__container #data05 .body .contents .data .txt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background: #ffb640;
  padding: 8px 18px;
  font-size: clamp(1.3rem, 0.808rem + 0.481vw, 1.5rem);
  font-weight: 700;
  border-radius: 100vmax;
  line-height: 1;
  margin-top: 10px;
}
.lower-data .data__container #data05 .body .contents .data .num b {
  font-size: clamp(4.8rem, 2.338rem + 2.404vw, 5.8rem);
}
.lower-data .data__container #data05 .body .contents .tips {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 834px) {
  .lower-data .data__container #data05 .body .contents .tips {
    max-width: 340px;
  }
}
.lower-data .data__container #data05 .body .contents .tips__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49%;
          flex: 0 0 49%;
  font-size: clamp(1.3rem, 0.808rem + 0.481vw, 1.5rem);
  letter-spacing: 0;
}
@media (max-width: 834px) {
  .lower-data .data__container #data05 .body .contents .tips__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 37%;
            flex: 0 0 37%;
  }
}
.lower-data .data__container #data06 .img {
  max-width: clamp(24.3rem, 16.915rem + 7.212vw, 27.3rem);
  width: 100%;
}
@media (max-width: 834px) {
  .lower-data .data__container #data06 .img {
    max-width: 203px;
  }
}
.lower-data .data__container #data06 .data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media (max-width: 834px) {
  .lower-data .data__container #data06 .data {
    gap: 10px;
  }
}
.lower-data .data__container #data06 .data .txt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background: #ffb640;
  padding: 8px 18px;
  font-size: clamp(1.3rem, 0.808rem + 0.481vw, 1.5rem);
  font-weight: 700;
  border-radius: 100vmax;
  line-height: 1;
  margin-top: 10px;
}
.lower-data .data__container #data07 .body {
  gap: 20px;
  padding-bottom: 10px;
}
@media (max-width: 834px) {
  .lower-data .data__container #data07 .body {
    gap: 8px;
  }
}
.lower-data .data__container #data07 .body .list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  gap: 10px 0;
}
@media (max-width: 834px) {
  .lower-data .data__container #data07 .body .list {
    gap: 8px;
  }
}
.lower-data .data__container #data07 .body .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10px;
  -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;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
  padding-top: 3px;
}
@media (max-width: 834px) {
  .lower-data .data__container #data07 .body .item {
    padding-top: 5px;
  }
}
.lower-data .data__container #data07 .body .item:last-child {
  border: none;
}
.lower-data .data__container #data07 .body .item .name {
  position: relative;
  letter-spacing: 0.05em;
  line-height: 1.6;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  padding-left: 1em;
  font-weight: 700;
}
.lower-data .data__container #data07 .body .item .name::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 0.438em;
  aspect-ratio: 1/1;
  background: #ffb640;
  border-radius: 50%;
}
.lower-data .data__container #data07 .body .item .name .small {
  font-size: 1.2rem;
}
@media (max-width: 834px) {
  .lower-data .data__container #data07 .body .item .name .small {
    font-size: 1.1rem;
  }
}
.lower-data .data__container #data07 .body .item .data {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-right: 0px;
  margin-left: auto;
}
.lower-data .data__container #data07 .body .item .data::before {
  content: "…";
  display: inline-block;
  margin-right: 6px;
}
.lower-data .data__container #data07 .body .item .data .num {
  font-size: 1.4rem;
}
@media (max-width: 834px) {
  .lower-data .data__container #data07 .body .item .data .num {
    font-size: 1.3rem;
  }
}
.lower-data .data__container #data07 .body .item .data .num .small {
  font-size: 1.2rem;
}
.lower-data .data__container #data07 .body .item .data b {
  font-size: 2.4rem;
}
@media (max-width: 834px) {
  .lower-data .data__container #data07 .body .item .data b {
    font-size: 2.2rem;
  }
}/*# sourceMappingURL=style.css.map */