@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: #008f4d;
  color: #ffffff;
}

::selection {
  background: #008f4d;
  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;
  z-index: 1;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: #645a57;
  line-height: 2.3;
  letter-spacing: 0.05em;
  word-break: break-word;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media (max-width: 834px) {
  body {
    font-size: 1.4rem;
    line-height: 2;
  }
}
body::before {
  content: "";
  position: fixed;
  z-index: -1;
  inset: 0;
  background: url(../img/common/bg01.jpg) center top/cover no-repeat;
}
@media (max-width: 834px) {
  body::before {
    background-size: 150% 100%;
  }
}
body:has(.hamburger.js-open) {
  overflow: hidden;
}
body:has(.hamburger.js-open) #ot-sdk-btn-floating.ot-floating-button {
  z-index: 998 !important;
}

#container {
  width: 100%;
  overflow: hidden;
}

.innerWrap {
  max-width: 1340px;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 0 70px;
}
@media (max-width: 834px) {
  .innerWrap {
    padding: 0 6.25%;
  }
}
.innerWrap.-slim {
  max-width: 1240px;
}

main.main,
main.l-main {
  position: relative;
  z-index: 1;
  padding: 0 0 270px;
}
@media (max-width: 834px) {
  main.main,
  main.l-main {
    padding: 0 0 130px;
  }
}

a {
  color: #645a57;
  -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: "Mitr", sans-serif;
  font-weight: 500;
  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.01;
}
.anime.-fadeIn.js-active, .js-active > .anime.-fadeIn {
  opacity: 1;
}
.anime.-fadeInBottom {
  opacity: 0.01;
  -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.01;
  -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.01;
  -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.01;
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
}
.anime.-fadeInRight.js-active, .js-active > .anime.-fadeInRight {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

#ot-sdk-btn-floating.ot-floating-button .ot-floating-button__front button {
  outline: none !important;
}

.lower-kyujin_d #ot-sdk-btn-floating.ot-floating-button {
  bottom: 105px;
}
@media (max-width: 834px) {
  .lower-kyujin_d #ot-sdk-btn-floating.ot-floating-button {
    bottom: 82px;
  }
}

/* ============================================
// loading
// ==========================================*/
#loading {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: none;
  pointer-events: none;
}
#loading::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
#loading_text {
  width: 50%;
  text-align: center;
  color: #008f4d;
  margin: auto;
  -webkit-transition: opacity 0.24s;
  transition: opacity 0.24s;
}
#loading_text .text {
  font-size: 1.5em;
  font-weight: 500;
}
#loading_text .text span {
  display: inline-block;
  -webkit-animation: wave-text 1s ease-in-out infinite;
          animation: wave-text 1s ease-in-out infinite;
}
#loading_text .text span:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
#loading_text .text span:nth-child(2) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
#loading_text .text span:nth-child(3) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
#loading_text .text span:nth-child(4) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
#loading_text .text span:nth-child(5) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
#loading_text .text span:nth-child(6) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
#loading_text .text span:nth-child(7) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
#loading_text .text span:nth-child(8) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
#loading_text .text span:nth-child(9) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
#loading_text .text span:nth-child(10) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.once #loading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.once.js-loaded #loading::before {
  opacity: 0;
}
.once.js-loaded #loading_text {
  opacity: 0;
}

@-webkit-keyframes wave-text {
  0% {
    -webkit-transform: translateY(0em);
            transform: translateY(0em);
  }
  60% {
    -webkit-transform: translateY(-0.2em);
            transform: translateY(-0.2em);
  }
  100% {
    -webkit-transform: translateY(0em);
            transform: translateY(0em);
  }
}

@keyframes wave-text {
  0% {
    -webkit-transform: translateY(0em);
            transform: translateY(0em);
  }
  60% {
    -webkit-transform: translateY(-0.2em);
            transform: translateY(-0.2em);
  }
  100% {
    -webkit-transform: translateY(0em);
            transform: translateY(0em);
  }
}
/* ============================================
// hamburger
// ==========================================*/
.hamburger {
  position: fixed;
  inset: 0;
  z-index: 999;
  background: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  opacity: 0;
  visibility: hidden;
}
.hamburger::before {
  content: "";
  position: fixed;
  z-index: -1;
  inset: 0;
  background: url(../img/common/bg01.jpg) center top/cover no-repeat;
}
@media (max-width: 834px) {
  .hamburger::before {
    background-size: 150% 100%;
  }
}
.js-loaded .hamburger {
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.hamburger.js-open {
  opacity: 1;
  visibility: visible;
}
.hamburger__menu {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 100px;
  overflow-y: auto;
}
@media (max-width: 834px) {
  .hamburger__menu {
    padding: 48px;
  }
}
.hamburger__menu__inner {
  width: 100%;
  max-width: 800px;
  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;
  margin: auto;
}
.hamburger__menu__logo {
  margin-bottom: 32px;
}
.hamburger__menu__nav {
  width: 100%;
}
.hamburger__menu__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 5%;
}
@media (max-width: 834px) {
  .hamburger__menu__nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.hamburger__menu__nav__list__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 47.5%;
          flex: 0 0 47.5%;
  border-bottom: 1px solid #e5e5e5;
}
.hamburger__menu__nav__list__item a {
  height: 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;
  gap: 0 1em;
  text-align: left;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 32px 16px;
}
@media (max-width: 834px) {
  .hamburger__menu__nav__list__item a {
    font-size: 1.4rem;
    padding: 20px 16px;
  }
}
.hamburger__menu__nav__list__item a::after {
  content: "";
  display: block;
  height: 1.25em;
  aspect-ratio: 1/1;
  -webkit-mask: url(../img/common/ico_arrow.png) center center/contain no-repeat;
          mask: url(../img/common/ico_arrow.png) center center/contain no-repeat;
  background: #008f4d;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.hamburger__menu__close {
  position: fixed;
  right: 30px;
  top: 38px;
  z-index: 100;
  aspect-ratio: 1/1;
  width: 64px;
  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;
  background: #89c53f;
  border-radius: 50%;
  pointer-events: auto;
  -webkit-transition: background 0.24s, -webkit-filter 0.24s;
  transition: background 0.24s, -webkit-filter 0.24s;
  transition: background 0.24s, filter 0.24s;
  transition: background 0.24s, filter 0.24s, -webkit-filter 0.24s;
  cursor: pointer;
}
@media (max-width: 834px) {
  .hamburger__menu__close {
    right: 16px;
    top: 16px;
    width: 48px;
  }
}
@media (any-hover: hover) {
  .hamburger__menu__close:hover {
    -webkit-filter: saturate(120%);
            filter: saturate(120%);
  }
}
.hamburger__menu__close span {
  width: 20px;
  height: 2px;
  background: #ffffff;
}
@media (max-width: 834px) {
  .hamburger__menu__close span {
    width: 16px;
  }
}
.hamburger__menu__close span:nth-child(1) {
  rotate: 45deg;
  translate: 0 1px;
}
.hamburger__menu__close span:nth-child(2) {
  rotate: -45deg;
  translate: 0 -1px;
}

/*------------------------------
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: 12px 20px !important;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  background: #e8ebec;
}
@media (max-width: 834px) {
  body select,
  body search,
  body input {
    padding: 8px 16px !important;
  }
}
@media (max-width: 834px) {
  body select,
  body input[type=text],
  body input[type=search] {
    font-size: 1.6rem;
  }
}
body select {
  padding-right: 64px !important;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
}
body input[type=text],
body input[type=search],
body input[type=submit] {
  padding: 12px 20px !important;
  background: #ffffff;
}
@media (min-width: 835px) {
  body input[type=text]:hover,
  body input[type=search]:hover,
  body input[type=submit]:hover {
    background: #ffffff;
  }
}
@media (max-width: 834px) {
  body input[type=text],
  body input[type=search],
  body input[type=submit] {
    padding: 8px 16px !important;
  }
}
body input[type=checkbox] {
  display: none;
}
body input[type=checkbox] + label {
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  position: relative;
  cursor: pointer;
  line-height: 1.5;
  padding-left: 22px;
  transition: all 0.2s;
}
@media (max-width: 834px) {
  body input[type=checkbox] + label {
    padding-left: 20px;
  }
}
body input[type=checkbox] + label:before, body input[type=checkbox] + label:after {
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  content: "";
  position: absolute;
  transition: all 0.2s;
}
body input[type=checkbox] + label::after {
  top: 5px;
  left: 4px;
  z-index: 2;
  width: 4px;
  height: 8px;
  color: #7f7f7f;
  border-bottom: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
body input[type=checkbox] + label a:link,
body input[type=checkbox] + label a:visited {
  color: #222;
}
body input[type=checkbox]:checked + label:after {
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  opacity: 1;
}
body input[type=radio] {
  display: none;
}
body input[type=radio] + label {
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  cursor: pointer;
  display: block;
  line-height: 1.5;
  padding: 0 15px 0 1.5em;
  position: relative;
  transition: all 0.2s;
}
body input[type=radio] + label:before, body input[type=radio] + label:after {
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  content: "";
  position: absolute;
  transition: all 0.2s;
}
body input[type=radio] + label:before {
  background: #f2f2f2;
  border: 1px solid #f2f2f2;
  border-radius: 50%;
  height: 13px;
  left: 0;
  top: 3px;
  width: 13px;
  z-index: 0;
}
body input[type=radio] + label:after {
  background: #00a1e9;
  border-radius: 50%;
  height: 7px;
  left: 3px;
  opacity: 0;
  top: 6px;
  width: 7px;
  z-index: 2;
}
body input[type=radio] + label a:link,
body input[type=radio] + label a:visited {
  color: #222;
}
body input[type=radio]:checked + label:after {
  opacity: 1;
}

/*------------------------------
	form custom setting
------------------------------*/
.custom-form {
  position: relative;
  z-index: 1;
  font-size: 1.6rem;
}
@media (max-width: 834px) {
  .custom-form {
    background-size: 100% auto;
  }
}
.custom-form .custom-form_parts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 10px;
  padding: 40px 72px;
  background: #e6f4f0;
  border-radius: 20px;
}
@media (max-width: 834px) {
  .custom-form .custom-form_parts {
    display: block;
    padding: 3.5% 5% 5%;
    border-radius: 10px;
  }
}
@media (min-width: 835px) {
  .custom-form .custom-form_parts:first-child .parts_ttl, .custom-form .custom-form_parts:nth-last-child(2) .parts_ttl {
    padding: 9px 0;
  }
}
.custom-form .parts_ttl {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 140px;
          flex: 0 0 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  color: #008f4d;
  padding: 5px 0;
}
@media (max-width: 834px) {
  .custom-form .parts_ttl {
    font-size: 1.4rem;
    padding: 0;
    margin-bottom: 8px;
  }
}
.custom-form .form_parts_inner {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.custom-form .category_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.custom-form .category_list li label {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 12px 20px;
  padding-left: 42px;
  border: 1px solid #bfbab9;
  border-radius: 10px;
}
@media (max-width: 834px) {
  .custom-form .category_list li label {
    font-size: 1.4rem;
    padding: 8px 16px;
    padding-left: 34px;
  }
}
.custom-form select, .custom-form option,
.custom-form .searchWord {
  font-size: 1.4rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #ffffff;
  border: 1px solid #bfbab9;
  border-radius: 10px;
}
@media (max-width: 834px) {
  .custom-form select, .custom-form option,
  .custom-form .searchWord {
    font-size: 1.6rem;
  }
}
.custom-form select {
  background: #ffffff;
}
.custom-form .pull-down {
  position: relative;
}
.custom-form .pull-down::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: 24px;
  top: 50%;
  border-style: solid;
  border-width: 7px 4px 0 4px;
  border-color: #645a57 transparent transparent transparent;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  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: #008f4d;
  }
}
.custom-form .selCity-box {
  margin-top: 10px;
}
.custom-form .selCity_alert {
  font-weight: 700;
  color: #008f4d;
  display: block;
}
@media (max-width: 834px) {
  .custom-form .selCity_alert {
    font-size: 1.4rem;
  }
}
.custom-form input[type=checkbox] + label {
  background-color: #ffffff;
}
.custom-form input[type=checkbox] + label:before {
  aspect-ratio: 1/1;
  height: calc(1em + 1px);
  inset: 0 auto 0 20px;
  margin: auto 0;
  background: #d6e1dc;
  border-radius: 2px;
}
@media (max-width: 834px) {
  .custom-form input[type=checkbox] + label:before {
    left: 12px;
  }
}
.custom-form input[type=checkbox] + label:after {
  opacity: 0;
  top: 16px;
  left: 24px;
  color: #f88f7d;
}
@media (max-width: 834px) {
  .custom-form input[type=checkbox] + label:after {
    top: 12px;
    left: 16px;
  }
}
.custom-form input[type=checkbox]:checked + label {
  color: #ffffff;
  background-color: #008f4d;
  border-color: transparent;
}
.custom-form input[type=checkbox]:checked + label:before {
  background: #ffffff;
}
.custom-form .custom-form_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 48px;
}
@media (max-width: 834px) {
  .custom-form .custom-form_btn {
    margin-top: 24px;
  }
}

/*------------------------------
	form tab
------------------------------*/
.form__toggle {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  margin: 0 auto 40px;
}
@media (max-width: 834px) {
  .form__toggle {
    width: 100%;
    gap: 10px;
    margin: 0 auto 24px;
  }
}
.form__toggle__item {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 1em 1.5em;
  background: #efefef;
  border-radius: 500px;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
  cursor: pointer;
}
@media (max-width: 834px) {
  .form__toggle__item {
    font-size: 1.2rem;
    letter-spacing: 0;
    padding: 10px 0;
    border-radius: 10px;
  }
}
.form__toggle__item::before {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.5em;
          flex: 0 0 1.5em;
  aspect-ratio: 1/1;
  margin-right: 1em;
  margin-top: -0.25em;
  background: #645a57;
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}
@media (max-width: 834px) {
  .form__toggle__item::before {
    margin-right: 0.8em;
  }
}
.form__toggle__item::after {
  content: "";
  display: block;
  width: 16px;
  height: 10px;
  position: absolute;
  left: 50%;
  bottom: 1px;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background: #f88f7d;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .form__toggle__item:not(.-active):hover {
    background: rgb(226.25, 226.25, 226.25);
  }
}
.form__toggle__item.-active {
  color: #ffffff;
  background: #f88f7d;
}
.form__toggle__item.-active::before {
  background: #ffffff;
}
.form__toggle__item.-active::after {
  opacity: 1;
}
.form__toggle__item.-area::before {
  -webkit-mask: url(../img/common/ico_area.png) center center/contain no-repeat;
          mask: url(../img/common/ico_area.png) center center/contain no-repeat;
}
.form__toggle__item.-facility::before {
  -webkit-mask: url(../img/common/ico_facility.png) center center/contain no-repeat;
          mask: url(../img/common/ico_facility.png) center center/contain no-repeat;
}

.custom-form .form__toggle__input {
  display: none;
}
.custom-form .form__toggle__input.-show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 834px) {
  .custom-form .form__toggle__input.-show {
    display: block;
  }
}

/* ============================================
// MODULES
// ==========================================*/
.commonLogo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1em;
}
.commonLogo img {
  height: 47px;
  width: auto;
}
@media (max-width: 834px) {
  .commonLogo img {
    height: 32px;
  }
}
.commonLogo .txt {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.5rem;
  line-height: 1;
  padding: 0.6em 0.8em;
  border: 1px solid;
  border-radius: 5px;
}
@media (max-width: 834px) {
  .commonLogo .txt {
    font-size: 1.1rem;
  }
}

.commonTitle01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.commonTitle01 .eng {
  font-size: 1.4rem;
  font-weight: 500;
  color: #008f4d;
  line-height: 1.5;
  margin-bottom: 3px;
}
@media (max-width: 834px) {
  .commonTitle01 .eng {
    font-size: 1.2rem;
  }
}
.commonTitle01 .ja {
  font-size: clamp(3.6rem, 2.5333333333vw, 3.8rem);
  font-weight: 700;
  line-height: 1.4;
}
@media (max-width: 834px) {
  .commonTitle01 .ja {
    font-size: clamp(2.3rem, 4.3165467626vw, 3.6rem);
  }
}

.commonBtn01 {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  outline: none;
}
.commonBtn01 a, .commonBtn01 span {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 320px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.6;
  padding: 1.55em 3.5em;
  background: #f88f7d;
  border-radius: 500px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 834px) {
  .commonBtn01 a, .commonBtn01 span {
    min-width: 260px;
    font-size: 1.5rem;
    padding: 1em 3.5em;
  }
}
.commonBtn01 a::after, .commonBtn01 span::after {
  content: "";
  aspect-ratio: 1/1;
  height: 1.25em;
  position: absolute;
  inset: 0 22px 0 auto;
  margin: auto 0;
  background: #ffffff;
  -webkit-mask: url(../img/common/ico_arrow.png) center center/contain no-repeat;
          mask: url(../img/common/ico_arrow.png) center center/contain no-repeat;
}
@media (any-hover: hover) {
  .commonBtn01 a:hover, .commonBtn01 span:hover {
    opacity: 1;
    background: rgb(245.9153284672, 109.6452554745, 86.2846715328);
  }
}
.commonBtn01.-search a::after, .commonBtn01.-search span::after {
  height: 1.0625em;
  inset: 0 auto 0 30px;
  -webkit-mask: url(../img/common/ico_search.png) center center/contain no-repeat;
          mask: url(../img/common/ico_search.png) center center/contain no-repeat;
}

.commonBtn02 {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  outline: none;
}
.commonBtn02 a, .commonBtn02 span {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 220px;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.6;
  padding: 1.2em 3.5em;
  background: #008f4d;
  border-radius: 500px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 834px) {
  .commonBtn02 a, .commonBtn02 span {
    min-width: 260px;
    font-size: 1.5rem;
    padding: 1em 3.5em;
  }
}
.commonBtn02 a::after, .commonBtn02 span::after {
  content: "";
  aspect-ratio: 1/1;
  height: 1.25em;
  position: absolute;
  inset: 0 22px 0 auto;
  margin: auto 0;
  background: #ffffff;
  -webkit-mask: url(../img/common/ico_arrow.png) center center/contain no-repeat;
          mask: url(../img/common/ico_arrow.png) center center/contain no-repeat;
}
@media (any-hover: hover) {
  .commonBtn02 a:hover, .commonBtn02 span:hover {
    opacity: 1;
    background: rgb(0, 168.5, 90.7307692308);
  }
}

.pageHeader {
  position: relative;
}
.pageHeader::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 32px;
  left: 0;
  width: 0;
  height: 42px;
  background: url(../img/common/pageheader_line01.png) bottom left/cover no-repeat;
  pointer-events: none;
  -webkit-transition: width 1s cubic-bezier(0.33, 0.34, 0.79, 0.33);
  transition: width 1s cubic-bezier(0.33, 0.34, 0.79, 0.33);
}
@media (max-width: 834px) {
  .pageHeader::before {
    bottom: 12px;
    height: 21px;
    -webkit-transition: width 0.8s cubic-bezier(0.33, 0.34, 0.79, 0.33);
    transition: width 0.8s cubic-bezier(0.33, 0.34, 0.79, 0.33);
  }
}
.pageHeader__inner {
  height: 360px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 834px) {
  .pageHeader__inner {
    height: 216px;
  }
}
.pageHeader__ttl {
  margin-top: 64px;
  opacity: 0.01;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -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);
}
@media (max-width: 834px) {
  .pageHeader__ttl {
    margin-top: 48px;
  }
}
.pageHeader__ttl .eng {
  font-size: 1.4rem;
  font-weight: 500;
  color: #008f4d;
  line-height: 1.5;
  margin-bottom: 5px;
  text-align: center;
  display: block;
}
@media (max-width: 834px) {
  .pageHeader__ttl .eng {
    font-size: 1.2rem;
  }
}
.pageHeader__ttl .ja {
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 834px) {
  .pageHeader__ttl .ja {
    font-size: clamp(2.4rem, 3.5971223022vw, 3rem);
  }
}
.pageHeader__illustsLeft {
  position: absolute;
  left: 2.5%;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  pointer-events: none;
}
@media (max-width: 834px) {
  .pageHeader__illustsLeft {
    left: 5%;
  }
}
.pageHeader__illustsLeft__item {
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
}
.pageHeader__illustsLeft__item:nth-child(5n+1) {
  margin-right: clamp(10px, 3.6vw, 32px);
  margin-bottom: clamp(10px, 8.1333333333vw, 44px);
}
@media (max-width: 834px) {
  .pageHeader__illustsLeft__item:nth-child(5n+1) {
    width: max(2.7vw, 13.6px);
    margin-right: clamp(17px, 3.6vw, 32px);
    margin-bottom: clamp(10px, 8.1333333333vw, 18px);
  }
}
.pageHeader__illustsLeft__item:nth-child(2n+2) {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
@media (max-width: 834px) {
  .pageHeader__illustsLeft__item:nth-child(2n+2) {
    width: max(4.9vw, 25.2px);
  }
}
.pageHeader__illustsRight {
  position: absolute;
  right: 2.5%;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  pointer-events: none;
}
@media (max-width: 834px) {
  .pageHeader__illustsRight {
    right: 5%;
  }
}
.pageHeader__illustsRight__item {
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
}
.pageHeader__illustsRight__item:nth-child(2n+1) {
  margin-right: clamp(10px, 5.7333333333vw, 34px);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
@media (max-width: 834px) {
  .pageHeader__illustsRight__item:nth-child(2n+1) {
    width: max(3vw, 15.6px);
    margin-right: clamp(10px, 5.7333333333vw, 14px);
  }
}
.pageHeader__illustsRight__item:nth-child(2n+2) {
  margin-bottom: clamp(10px, 6.6vw, 24px);
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}
@media (max-width: 834px) {
  .pageHeader__illustsRight__item:nth-child(2n+2) {
    width: max(4.9vw, 25.2px);
    margin-bottom: clamp(10px, 6.6vw, 12px);
  }
}

.js-loaded .pageHeader {
  position: relative;
}
.js-loaded .pageHeader::before {
  width: 100%;
}
.js-loaded .pageHeader__ttl {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.js-loaded .pageHeader__illustsRight__item, .js-loaded .pageHeader__illustsLeft__item {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.breadcrumb {
  position: relative;
  padding: 12px 40px;
  background: #fff;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 32.55px 2.45px rgba(54, 42, 42, 0.11);
          box-shadow: 0px 0px 32.55px 2.45px rgba(54, 42, 42, 0.11);
  border-radius: 500px 0 0 500px;
  margin-bottom: 24px;
  margin-left: clamp(130px, 13.3333333333vw, 200px);
}
@media (max-width: 1280px) {
  .breadcrumb {
    margin-left: 70px;
  }
}
@media (max-width: 834px) {
  .breadcrumb {
    padding: 6px 16px 6px 24px;
    margin-bottom: 16px;
    margin-left: 6.25%;
  }
}
.breadcrumb_list {
  position: relative;
  z-index: 1;
  overflow-x: auto;
  white-space: nowrap;
}
.breadcrumb_list_item {
  display: inline;
  font-size: 1.2rem;
  color: #645a57;
  line-height: 1;
  margin: 0 2px;
}
@media (max-width: 834px) {
  .breadcrumb_list_item {
    font-size: 1.1rem;
  }
}
.breadcrumb_list_item::after {
  content: ">";
  margin-left: 7px;
}
.breadcrumb_list_item:last-child::after {
  display: none;
}
.breadcrumb_list_item a {
  color: #645a57;
}

.page_back {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media (max-width: 834px) {
  .page_back {
    padding: 24px 0;
  }
}
.page_back a {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 320px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.6;
  padding: 1.55em 3.5em;
  background: #008f4d;
  border-radius: 500px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 834px) {
  .page_back a {
    min-width: 260px;
    font-size: 1.5rem;
    padding: 1em 3.5em;
  }
}
.page_back a::before {
  content: none;
}
.page_back a::after {
  content: "";
  aspect-ratio: 1/1;
  height: 1.25em;
  position: absolute;
  inset: 0 auto 0 22px;
  margin: auto 0;
  background: #fff;
  -webkit-mask: url(../img/common/ico_arrow.png) center center/contain no-repeat;
          mask: url(../img/common/ico_arrow.png) center center/contain no-repeat;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  pointer-events: none;
}
@media (any-hover: hover) {
  .page_back a:hover {
    opacity: 1;
    background: rgb(0, 168.5, 90.7307692308);
    color: #fff;
  }
}

/* ============================================
// HEADER
// ==========================================*/
.header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto 0;
}
.header::before {
  content: "";
  height: 150%;
  position: absolute;
  z-index: -1;
  inset: 0 0 auto 0;
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}
@media (max-width: 834px) {
  .header::before {
    background: rgb(255, 255, 255);
    height: 100%;
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 12px;
  padding: 38px 30px 0 52px;
}
@media (max-width: 834px) {
  .header__inner {
    padding: 16px 16px;
  }
}
.header__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 12px;
  line-height: 1.5;
  margin-left: auto;
}
.header__nav .navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 1.25em 2.5em;
  background: #ffffff;
  border-radius: 500px;
  -webkit-box-shadow: 0px 0px 32.55px 2.45px rgba(54, 42, 42, 0.11);
          box-shadow: 0px 0px 32.55px 2.45px rgba(54, 42, 42, 0.11);
}
@media (max-width: 1480px) {
  .header__nav .navList {
    display: none;
  }
}
.header__nav .navList__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.5em;
}
.header__nav .navList__item::before {
  content: "";
  aspect-ratio: 1/1;
  width: 0.5em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0.5em;
          flex: 0 0 0.5em;
  margin-top: 0.18em;
  background: #89c53f;
  border-radius: 50%;
}
@media (any-hover: hover) {
  .header__nav .navList__item a:hover {
    opacity: 1;
    color: #008f4d;
  }
}
@media (max-width: 834px) {
  .header__nav .recruitBtn {
    display: none;
  }
}
.header__nav .recruitBtn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.5em;
  font-size: 1.6rem;
  font-weight: 700;
  color: #ffffff;
  padding: 1.25em 3em 1.25em 2.5em;
  background: #008f4d;
  border-radius: 500px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.header__nav .recruitBtn a::before {
  content: "";
  aspect-ratio: 1/1;
  width: 1.063em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.063em;
          flex: 0 0 1.063em;
  margin-top: 0.1em;
  background: #ffffff;
  -webkit-mask: url(../img/common/ico_search.png) center center/contain no-repeat;
          mask: url(../img/common/ico_search.png) center center/contain no-repeat;
}
@media (any-hover: hover) {
  .header__nav .recruitBtn a:hover {
    opacity: 1;
    background: rgb(0, 168.5, 90.7307692308);
  }
}
.header__hamburger {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 64px;
          flex: 0 0 64px;
  aspect-ratio: 1/1;
  display: none;
  -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: 5px 0;
  background: #89c53f;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
@media (max-width: 1480px) {
  .header__hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 834px) {
  .header__hamburger {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48px;
            flex: 0 0 48px;
  }
}
@media (any-hover: hover) {
  .header__hamburger:hover {
    background: rgb(149.036, 202.916, 82.584);
  }
}
.header__hamburger span {
  width: 20px;
  height: 2px;
  background: #ffffff;
}
@media (max-width: 834px) {
  .header__hamburger span {
    width: 16px;
  }
}
.js-scrolled .header::before {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

/* ============================================
// RECRUIT
// ==========================================*/
.sec__recruit {
  position: relative;
}
.sec__recruit::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0 0 -230px 0;
  background: #e6f4f0;
}
.sec__recruit::after {
  content: "";
  aspect-ratio: 1500/120;
  position: absolute;
  inset: 1px 0 auto 0;
  background: #e6f4f0;
  -webkit-mask: url(../img/common/shape_round01.svg) center top/cover no-repeat;
          mask: url(../img/common/shape_round01.svg) center top/cover no-repeat;
  translate: 0 -100%;
}
.sec__recruit .recruit__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 clamp(70px, 7.3333333333vw, 110px);
  padding: 55px clamp(120px, 11.3333333333vw, 170px) 100px clamp(130px, 12.3333333333vw, 185px);
}
@media (max-width: 834px) {
  .sec__recruit .recruit__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 24px 0;
    padding: 80px 6.25% 60px;
  }
}
.sec__recruit .txtArea .txt {
  margin-top: 30px;
}
@media (max-width: 834px) {
  .sec__recruit .txtArea .txt {
    margin-top: 20px;
  }
}
.sec__recruit .btnArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.sec__recruit .illusts {
  position: absolute;
  right: 40px;
  top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  translate: 0 -100%;
  pointer-events: none;
}
@media (max-width: 834px) {
  .sec__recruit .illusts {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    inset: 80px 0 auto 0;
    margin: 0 auto;
    scale: 0.7;
  }
}
.sec__recruit .illusts__item:nth-child(5n+1) {
  margin-right: clamp(10px, 3.6vw, 54px);
  margin-bottom: clamp(10px, 8.1333333333vw, 122px);
}
.sec__recruit .illusts__item:nth-child(5n+2) {
  margin-right: clamp(10px, 3vw, 45px);
  margin-bottom: clamp(1px, 0.4666666667vw, 7px);
}
.sec__recruit .illusts__item:nth-child(5n+3) {
  margin-right: clamp(10px, 5.7333333333vw, 86px);
  margin-bottom: clamp(10px, 6.6vw, 99px);
}
.sec__recruit .illusts__item:nth-child(5n+4) {
  margin-right: clamp(10px, 4vw, 60px);
  margin-bottom: clamp(10px, 3.4666666667vw, 52px);
}

/* ============================================
// FOOTER
// ==========================================*/
.footer {
  position: relative;
  z-index: 10;
}
.footer__inner {
  padding-left: clamp(130px, 13.3333333333vw, 200px);
}
@media (max-width: 1280px) {
  .footer__inner {
    padding-left: 70px;
  }
}
@media (max-width: 834px) {
  .footer__inner {
    padding-left: 6.25%;
  }
}
.footer__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 80px 20px;
  background: #ffffff;
  border-radius: 50px 0 0 50px;
  -webkit-box-shadow: 0px 0px 32.55px 2.45px rgba(54, 42, 42, 0.11);
          box-shadow: 0px 0px 32.55px 2.45px rgba(54, 42, 42, 0.11);
}
@media (max-width: 1280px) {
  .footer__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding: 80px 80px;
  }
}
@media (min-width: 1281px) {
  .footer__main > * {
    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: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 24px 60px;
    border-right: 1px solid #bfbab9;
  }
  .footer__main > *:last-child {
    border-right: none;
  }
}
@media (max-width: 834px) {
  .footer__main {
    padding: 40px 30px;
    border-radius: 25px 0 0 25px;
    -webkit-box-shadow: 0px 0px 20px 1px rgba(54, 42, 42, 0.06);
            box-shadow: 0px 0px 20px 1px rgba(54, 42, 42, 0.06);
  }
}
.footer__main .info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  gap: 64px 0;
}
@media (max-width: 1280px) {
  .footer__main .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px 100px;
  }
}
@media (max-width: 1280px) {
  .footer__main .info .logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
.footer__main .info .logo img {
  height: 35px;
}
@media (max-width: 834px) {
  .footer__main .info .logo img {
    height: 32px;
  }
}
.footer__main .info .logo .txt {
  font-size: 1.4rem;
}
@media (max-width: 834px) {
  .footer__main .info .logo .txt {
    font-size: 1.1rem;
  }
}
.footer__main .info .links {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 8px;
}
@media (max-width: 1280px) {
  .footer__main .info .links {
    width: auto;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
}
@media (max-width: 1280px) {
  .footer__main .info .links__item {
    min-width: 300px;
  }
}
@media (max-width: 834px) {
  .footer__main .info .links__item {
    min-width: 280px;
  }
}
.footer__main .info .links__item a {
  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;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 1.2em 2em;
  border: 1px solid #bfbab9;
  border-radius: 10px;
}
.footer__main .info .links__item a::after {
  content: "";
  aspect-ratio: 26/20;
  width: 1em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1em;
          flex: 0 0 1em;
  background: #bfbab9;
  -webkit-mask: url(../img/common/ico_external.png) center center/contain no-repeat;
          mask: url(../img/common/ico_external.png) center center/contain no-repeat;
}
.footer__main .nav {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 1280px) {
  .footer__main .nav {
    margin: 40px 0;
    padding: 32px 0;
    border-top: 1px solid #bfbab9;
    border-bottom: 1px solid #bfbab9;
  }
}
@media (max-width: 834px) {
  .footer__main .nav {
    margin: 30px 0;
    padding: 30px 0;
  }
}
.footer__main .nav .navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 1.5em 0;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 1280px) {
  .footer__main .nav .navList {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.5em 1.5em;
  }
}
.footer__main .nav .navList__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.5em;
}
.footer__main .nav .navList__item::before {
  content: "";
  aspect-ratio: 1/1;
  width: 0.5em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0.5em;
          flex: 0 0 0.5em;
  margin-top: 0.18em;
  background: #89c53f;
  border-radius: 50%;
}
@media (any-hover: hover) {
  .footer__main .nav .navList__item a:hover {
    opacity: 1;
    color: #008f4d;
  }
}
.footer__main .search {
  gap: 1.5em 0;
}
@media (max-width: 1280px) {
  .footer__main .search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.footer__main .search__item {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
}
.footer__main .search__item .hd {
  color: #008f4d;
  margin-bottom: 0.5em;
}
.footer__main .search__item .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.4em 1em;
}
@media (any-hover: hover) {
  .footer__main .search__item .list__item a:hover {
    text-decoration: underline;
  }
}
.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 70px;
  line-height: 1.5;
  padding: 56px 48px 56px 0;
}
@media (max-width: 834px) {
  .footer__bottom {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1em 0;
    padding: 40px 0 100px;
  }
}
.footer__bottom .copyright {
  font-size: 1.2rem;
  font-weight: 700;
  color: #bfbab9;
  margin-right: auto;
}
@media (max-width: 834px) {
  .footer__bottom .copyright {
    font-size: 1rem;
  }
}
.footer__bottom .gaLink a {
  font-size: 1.2rem;
  font-weight: 700;
  color: #bfbab9;
  text-decoration: underline;
}
@media (max-width: 834px) {
  .footer__bottom .gaLink a {
    font-size: 1rem;
  }
}
@media (max-width: 834px) {
  .footer__bottom .pagetop {
    position: absolute;
    right: 20px;
    top: 35px;
  }
}
.footer__bottom .pagetop a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1/1;
  width: 80px;
  font-family: "Mitr", sans-serif;
  font-weight: 700;
  background: #ffffff;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 32.55px 2.45px rgba(54, 42, 42, 0.11);
          box-shadow: 0px 0px 32.55px 2.45px rgba(54, 42, 42, 0.11);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 834px) {
  .footer__bottom .pagetop a {
    width: 64px;
    font-size: 1.2rem;
  }
}
.footer__bottom .pagetop a::after {
  content: "";
  aspect-ratio: 26/67;
  width: 13px;
  position: absolute;
  left: 50%;
  top: 12px;
  background: url(../img/common/ico_pagetop.png) center top/contain no-repeat;
  translate: -15% -100%;
}
@media (any-hover: hover) {
  .footer__bottom .pagetop a:hover {
    opacity: 1;
    color: #89c53f;
    scale: 0.95;
  }
}

/* ============================================
// INDEX
// ==========================================*/
/*--------------------
  mainVisual
--------------------*/
.mainVisual {
  padding-top: 160px;
}
@media (max-width: 1480px) {
  .mainVisual {
    padding-top: 110px;
  }
}
@media (max-width: 834px) {
  .mainVisual {
    padding-top: 80px;
  }
}
.mainVisual__inner {
  position: relative;
  max-width: 1500px;
  margin: 0 auto;
}
.mainVisual__copy {
  position: absolute;
  right: clamp(215px, 20.6666666667vw, 310px);
  top: clamp(80px, 8vw, 120px);
  font-size: clamp(3.8rem, 3.2vw, 4.8rem);
  font-weight: 700;
  line-height: 1.6;
}
@media (max-width: 834px) {
  .mainVisual__copy {
    right: clamp(10px, 14.3884892086vw, 120px);
    top: clamp(5px, 5.3956834532vw, 45px);
    font-size: clamp(2.4rem, 5.035971223vw, 4.2rem);
  }
}
.mainVisual__img {
  position: relative;
  aspect-ratio: 1137/1215;
  width: clamp(820px, 75.8vw, 1137px);
  margin-left: auto;
  margin-right: -7px;
  pointer-events: none;
}
@media (max-width: 834px) {
  .mainVisual__img {
    width: 100%;
  }
}
.mainVisual__img img {
  position: absolute;
  inset: 0;
  -webkit-transition: none;
  transition: none;
}
.mainVisual__about {
  width: clamp(340px, 26vw, 390px);
  position: absolute;
  left: clamp(90px, 8.6666666667vw, 130px);
  bottom: clamp(110px, 16.6666666667vw, 250px);
}
@media (max-width: 834px) {
  .mainVisual__about {
    width: 100%;
    max-width: 500px;
    position: relative;
    inset: 0;
    margin-top: calc(clamp(10px, 27.5779376499vw, 230px) * -1);
    padding: 0 6.25%;
  }
}
.mainVisual__about .txt {
  margin-top: 20px;
}
@media (max-width: 834px) {
  .mainVisual__about .txt {
    margin-top: 15px;
  }
}

/*--------------------
  search
--------------------*/
.sec__search {
  position: relative;
  z-index: 1;
  margin-top: -190px;
  margin-top: calc(clamp(130px, 12.6666666667vw, 190px) * -1);
  padding-bottom: 80px;
}
@media (max-width: 834px) {
  .sec__search {
    margin-top: 30px;
    padding-bottom: 48px;
  }
}
.sec__search::before {
  content: "";
  position: absolute;
  inset: calc(8vw + 85px) 0 0 0;
  background: #ffffff;
  border-radius: 0 0 60px 60px;
  -webkit-box-shadow: 0px 0px 32.55px 2.45px rgba(54, 42, 42, 0.11);
          box-shadow: 0px 0px 32.55px 2.45px rgba(54, 42, 42, 0.11);
}
@media (max-width: 834px) {
  .sec__search::before {
    border-radius: 0 0 30px 30px;
  }
}
.sec__search::after {
  content: "";
  aspect-ratio: 1500/120;
  position: absolute;
  inset: 90px 0 auto 0;
  background: #ffffff;
  -webkit-mask: url(../img/common/shape_round01.svg) center top/cover no-repeat;
          mask: url(../img/common/shape_round01.svg) center top/cover no-repeat;
}
.sec__search .search__heading {
  aspect-ratio: 1/1;
  width: 247px;
  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 0;
  margin: 0 auto 70px;
  background-image: -webkit-radial-gradient(50% 50%, circle closest-side, #ffffff 0%, #e6f4f0 100%);
  border-radius: 50%;
}
@media (max-width: 834px) {
  .sec__search .search__heading {
    width: 160px;
    margin-bottom: 30px;
  }
}
.sec__search .search__heading .ico img {
  height: 63px;
}
@media (max-width: 834px) {
  .sec__search .search__heading .ico img {
    height: 40px;
  }
}
.sec__search .search__heading .ttl {
  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;
  line-height: 1.5;
}
.sec__search .search__heading .ttl .eng {
  font-size: 1.6rem;
  font-weight: 500;
  color: #008f4d;
}
@media (max-width: 834px) {
  .sec__search .search__heading .ttl .eng {
    font-size: 1.1rem;
  }
}
.sec__search .search__heading .ttl .ja {
  font-size: 2.8rem;
  font-weight: 700;
}
@media (max-width: 834px) {
  .sec__search .search__heading .ttl .ja {
    font-size: 1.9rem;
  }
}
.sec__search .search__body {
  max-width: 1000px;
  margin: 0 auto;
}
.sec__search .search__illust {
  width: clamp(200px, 17.6vw, 264px);
  position: absolute;
  z-index: -1;
  left: 40px;
  top: 90px;
  pointer-events: none;
}
@media (max-width: 834px) {
  .sec__search .search__illust {
    width: clamp(90px, 21.5827338129vw, 180px);
    left: clamp(10px, 2.3980815348vw, 20px);
    top: 70px;
  }
}

/*--------------------
  interview
--------------------*/
.sec__interview {
  margin-top: 140px;
}
@media (max-width: 834px) {
  .sec__interview {
    margin-top: 60px;
  }
}
.sec__interview .interview__body {
  margin-top: 100px;
}
@media (max-width: 834px) {
  .sec__interview .interview__body {
    margin-top: 56px;
  }
}
.sec__interview .interview__body .infiniteslide_wrap {
  overflow: visible !important;
}
.sec__interview .interview__body .interviewsWrap {
  position: relative;
  z-index: 1;
}
.sec__interview .interview__body .interviewsWrap::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0 -2000px;
  background: url(../img/index/staff_line01.png) center center no-repeat;
  pointer-events: none;
}
@media (max-width: 834px) {
  .sec__interview .interview__body .interviewsWrap::before {
    background-size: auto 21px;
  }
}
.sec__interview .interview__body .interviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: 0 60px;
}
@media (max-width: 834px) {
  .sec__interview .interview__body .interviews {
    gap: 0 20px;
  }
}
.sec__interview .interview__body .interviews__item {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 clamp(240px, 23.3333333333vw, 350px);
          flex: 0 0 clamp(240px, 23.3333333333vw, 350px);
  width: clamp(240px, 23.3333333333vw, 350px);
}
@media (max-width: 834px) {
  .sec__interview .interview__body .interviews__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 clamp(180px, 28.7769784173vw, 240px);
            flex: 0 0 clamp(180px, 28.7769784173vw, 240px);
    width: clamp(180px, 28.7769784173vw, 240px);
  }
}
.sec__interview .interview__body .interviews__item .img {
  aspect-ratio: 1/1;
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.sec__interview .interview__body .interviews__item .ico {
  aspect-ratio: 1/1;
  width: 120px;
  position: absolute;
  right: 0;
  top: -48px;
  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: 8px 0;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.5;
  border-radius: 50%;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 32.55px 2.45px rgba(54, 42, 42, 0.11);
          box-shadow: 0px 0px 32.55px 2.45px rgba(54, 42, 42, 0.11);
}
@media (max-width: 834px) {
  .sec__interview .interview__body .interviews__item .ico {
    width: 84px;
    top: -24px;
    gap: 4px 0;
    font-size: 1rem;
    letter-spacing: normal;
  }
}
@media (max-width: 834px) {
  .sec__interview .interview__body .interviews__item .ico img {
    height: 24px;
  }
}
.sec__interview .interview__body .interviews__item .job {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  inset: auto 40px 0;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.5;
  margin: 0 auto;
  padding: 0.9em 1.8em;
  background: #008f4d;
  translate: 0 50%;
  border-radius: 500px;
}
@media (max-width: 834px) {
  .sec__interview .interview__body .interviews__item .job {
    font-size: 1.3rem;
    padding: 0.45em 1em;
  }
}
.sec__interview .interview__body .lead {
  text-align: center;
  margin-top: 70px;
}
@media (max-width: 834px) {
  .sec__interview .interview__body .lead {
    text-align: left;
    margin-top: 40px;
  }
}
.sec__interview .interview__body .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}
@media (max-width: 834px) {
  .sec__interview .interview__body .btn {
    margin-top: 30px;
  }
}

/*--------------------
  hospital
--------------------*/
.sec__hospital {
  position: relative;
  z-index: 1;
  margin-top: 150px;
  padding-bottom: 180px;
}
@media (max-width: 834px) {
  .sec__hospital {
    margin-top: 60px;
    padding-bottom: 20px;
  }
}
.sec__hospital::before {
  content: "";
  position: absolute;
  inset: calc(8vw + 95px) 0 0 0;
  background: #e6f4f0;
}
.sec__hospital::after {
  content: "";
  aspect-ratio: 1500/120;
  position: absolute;
  inset: 100px 0 auto 0;
  background: #e6f4f0;
  -webkit-mask: url(../img/common/shape_round01.svg) center top/cover no-repeat;
          mask: url(../img/common/shape_round01.svg) center top/cover no-repeat;
}
.sec__hospital .hospital__bigImg {
  aspect-ratio: 1200/480;
  width: 100%;
  border-radius: 50px;
  overflow: hidden;
}
@media (max-width: 834px) {
  .sec__hospital .hospital__bigImg {
    aspect-ratio: 2/0.9;
    border-radius: 20px;
  }
}
.sec__hospital .hospital__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 clamp(48px, 8.6666666667vw, 130px);
  margin-top: 120px;
}
@media (max-width: 834px) {
  .sec__hospital .hospital__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
    margin-top: 40px;
  }
}
.sec__hospital .hospital__body .imgArea {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 clamp(350px, 28vw, 420px);
          flex: 0 0 clamp(350px, 28vw, 420px);
  margin-top: -10px;
  margin-left: clamp(10px, 3.3333333333vw, 50px);
}
@media (max-width: 834px) {
  .sec__hospital .hospital__body .imgArea {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 70%;
    max-width: 320px;
    margin: 80px auto 0;
  }
}
.sec__hospital .hospital__body .imgArea img:not(.initial) {
  position: absolute;
}
.sec__hospital .hospital__body .imgArea img:not(.initial).illust01 {
  width: 14.7619047619%;
  left: 30.4761904762%;
  top: -43.5158501441%;
}
@media (max-width: 834px) {
  .sec__hospital .hospital__body .imgArea img:not(.initial).illust01 {
    left: 9.5238095238%;
    top: -23.0547550432%;
  }
}
.sec__hospital .hospital__body .imgArea img:not(.initial).illust02 {
  width: 14.2857142857%;
  right: 6.4285714286%;
  top: -10.9510086455%;
}
.sec__hospital .hospital__body .imgArea img:not(.initial).illust03 {
  width: 31.1904761905%;
  left: -10.9523809524%;
  bottom: -34.0057636888%;
}
@media (max-width: 834px) {
  .sec__hospital .hospital__body .imgArea img:not(.initial).illust03 {
    left: -7.1428571429%;
    bottom: -17.2910662824%;
  }
}
.sec__hospital .hospital__body .imgArea img:not(.initial).illust04 {
  width: 17.619047619%;
  right: 21.1904761905%;
  bottom: -87.0317002882%;
}
@media (max-width: 834px) {
  .sec__hospital .hospital__body .imgArea img:not(.initial).illust04 {
    right: 4.7619047619%;
    bottom: -46.1095100865%;
  }
}
.sec__hospital .hospital__body .txtArea {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.sec__hospital .hospital__body .txtArea .txt {
  margin-top: 32px;
}
@media (max-width: 834px) {
  .sec__hospital .hospital__body .txtArea .txt {
    margin-top: 20px;
  }
}
.sec__hospital .hospital__body .txtArea .btn {
  margin-top: 44px;
}
@media (max-width: 834px) {
  .sec__hospital .hospital__body .txtArea .btn {
    margin-top: 30px;
  }
}
.sec__hospital .hospital__smallImg {
  aspect-ratio: 588/726;
  width: clamp(240px, 19.6vw, 294px);
  position: absolute;
  right: 0;
  bottom: -185px;
  border-radius: 30px 0 0 30px;
  overflow: hidden;
}
@media (max-width: 834px) {
  .sec__hospital .hospital__smallImg {
    display: none;
  }
}

/*--------------------
  otherConntents
--------------------*/
.sec__otherContents {
  margin-top: 230px;
}
@media (max-width: 834px) {
  .sec__otherContents {
    margin-top: 60px;
  }
}
.sec__otherContents .otherContents__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 clamp(60px, 7.3333333333vw, 110px);
}
@media (max-width: 834px) {
  .sec__otherContents .otherContents__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px 0;
  }
}
.sec__otherContents .otherContents__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 495px;
}
.sec__otherContents .otherContents__item .img {
  aspect-ratio: 990/596;
  margin-top: 40px;
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 834px) {
  .sec__otherContents .otherContents__item .img {
    margin-top: 20px;
    border-radius: 20px;
  }
}
.sec__otherContents .otherContents__item .img img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.sec__otherContents .otherContents__item .btn {
  margin-top: 48px;
}
@media (max-width: 834px) {
  .sec__otherContents .otherContents__item .btn {
    margin-top: 24px;
  }
}
@media (any-hover: hover) {
  .sec__otherContents .otherContents__item:has(.btn a:hover) .img img {
    scale: 1.05;
  }
}

/*--------------------
  internship
--------------------*/
.sec__internship {
  margin-top: 240px;
}
@media (max-width: 834px) {
  .sec__internship {
    margin-top: 100px;
  }
}
.sec__internship .internship__container {
  position: relative;
  padding: 100px 9%;
  background: #ffffff;
  border-radius: 60px;
  -webkit-box-shadow: 0px 0px 32.55px 2.45px rgba(54, 42, 42, 0.11);
          box-shadow: 0px 0px 32.55px 2.45px rgba(54, 42, 42, 0.11);
}
@media (max-width: 834px) {
  .sec__internship .internship__container {
    margin: 0 -3%;
    padding: 80px 10% 48px;
    border-radius: 30px;
  }
}
.sec__internship .internship__container .ttl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec__internship .internship__container .lead {
  max-width: 720px;
  margin: 40px auto 0;
}
@media (max-width: 834px) {
  .sec__internship .internship__container .lead {
    margin-top: 20px;
  }
}
.sec__internship .internship__container .facilities {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-top: 50px;
}
@media (max-width: 834px) {
  .sec__internship .internship__container .facilities {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 30px;
  }
}
.sec__internship .internship__container .facilities__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 240px;
}
@media (max-width: 834px) {
  .sec__internship .internship__container .facilities__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 10px);
            flex: 0 0 calc(50% - 10px);
  }
}
.sec__internship .internship__container .facilities__item .img {
  aspect-ratio: 420/340;
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 834px) {
  .sec__internship .internship__container .facilities__item .img {
    border-radius: 15px;
  }
}
.sec__internship .internship__container .facilities__item .name {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 20px;
}
@media (max-width: 834px) {
  .sec__internship .internship__container .facilities__item .name {
    font-size: 1.2rem;
    margin-top: 10px;
  }
}
.sec__internship .internship__container .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 48px;
}
@media (max-width: 834px) {
  .sec__internship .internship__container .btn {
    margin-top: 30px;
  }
}
.sec__internship .internship__container .illust {
  width: clamp(240px, 18.5333333333vw, 278px);
  position: absolute;
  right: 24px;
  top: -135px;
  pointer-events: none;
}
@media (max-width: 834px) {
  .sec__internship .internship__container .illust {
    right: 0;
    top: -60px;
    width: clamp(140px, 26.3788968825vw, 220px);
  }
}

/*--------------------
  newjobs
--------------------*/
.sec__newjobs {
  margin-top: 125px;
}
@media (max-width: 834px) {
  .sec__newjobs {
    margin-top: 60px;
  }
}
.sec__newjobs .newjobs__body {
  margin-top: 48px;
}
@media (max-width: 834px) {
  .sec__newjobs .newjobs__body {
    margin: 32px -3% 0;
  }
}
.sec__newjobs .newjobs__body .jobList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 10px 0;
}
.sec__newjobs .newjobs__body .jobList__item {
  width: 100%;
}
.sec__newjobs .newjobs__body .jobList__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 32px 0 32px 45px;
  background: #ffffff;
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 32.55px 2.45px rgba(54, 42, 42, 0.11);
          box-shadow: 0px 0px 32.55px 2.45px rgba(54, 42, 42, 0.11);
}
@media (max-width: 834px) {
  .sec__newjobs .newjobs__body .jobList__item a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px 15px;
    padding: 20px;
    border-radius: 15px;
  }
}
.sec__newjobs .newjobs__body .jobList__item a::after {
  content: "";
  aspect-ratio: 1/1;
  height: 20px;
  margin: auto 45px;
  background: #008f4d;
  -webkit-mask: url(../img/common/ico_arrow.png) center center/contain no-repeat;
          mask: url(../img/common/ico_arrow.png) center center/contain no-repeat;
}
@media (max-width: 834px) {
  .sec__newjobs .newjobs__body .jobList__item a::after {
    display: none;
  }
}
@media (any-hover: hover) {
  .sec__newjobs .newjobs__body .jobList__item a:hover {
    opacity: 1;
    color: #008f4d;
  }
  .sec__newjobs .newjobs__body .jobList__item a:hover .imgArea img {
    scale: 1.05;
  }
}
.sec__newjobs .newjobs__body .jobList__item .date {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 140px;
          flex: 0 0 140px;
  color: rgba(100, 90, 87, 0.5);
  line-height: 1;
}
@media (max-width: 834px) {
  .sec__newjobs .newjobs__body .jobList__item .date {
    -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
            order: -2;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90px;
            flex: 0 0 90px;
    font-size: 1.2rem;
  }
}
.sec__newjobs .newjobs__body .jobList__item .imgArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px;
  aspect-ratio: 150/102;
  margin-right: 40px;
  border-radius: 15px;
  overflow: hidden;
}
@media (max-width: 834px) {
  .sec__newjobs .newjobs__body .jobList__item .imgArea {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90px;
            flex: 0 0 90px;
    margin-right: 0;
    border-radius: 10px;
  }
}
.sec__newjobs .newjobs__body .jobList__item .imgArea img {
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.sec__newjobs .newjobs__body .jobList__item .txtArea {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-right: auto;
}
@media (max-width: 834px) {
  .sec__newjobs .newjobs__body .jobList__item .txtArea {
    display: contents;
  }
}
.sec__newjobs .newjobs__body .jobList__item .txtArea .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 8px;
}
@media (max-width: 834px) {
  .sec__newjobs .newjobs__body .jobList__item .txtArea .meta {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 90px - 15px);
            flex: 0 0 calc(100% - 90px - 15px);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 8px;
    font-size: 1rem;
    margin-bottom: 0;
  }
}
.sec__newjobs .newjobs__body .jobList__item .txtArea .meta .job {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}
.sec__newjobs .newjobs__body .jobList__item .txtArea .meta .job__item {
  color: #ffffff;
  padding: 0.55em 1.2em;
  background: #008f4d;
  border-radius: 500px;
}
.sec__newjobs .newjobs__body .jobList__item .txtArea .meta .type {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
.sec__newjobs .newjobs__body .jobList__item .txtArea .meta .type__item {
  color: #008f4d;
  padding: 0.35em 0.6em;
  border: 1px solid;
  border-radius: 5px;
}
.sec__newjobs .newjobs__body .jobList__item .txtArea .ttl {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (max-width: 834px) {
  .sec__newjobs .newjobs__body .jobList__item .txtArea .ttl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 90px - 15px);
            flex: 0 0 calc(100% - 90px - 15px);
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.sec__newjobs .newjobs__btn {
  position: absolute;
  right: 70px;
  top: 10px;
}
@media (max-width: 834px) {
  .sec__newjobs .newjobs__btn {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 30px;
  }
}

/* ============================================
// RECRUIT
// ==========================================*/
/*--------------------
共通
--------------------*/
.lower-kyujin_l .pagination ul,
.lower-whatsnew .pagination ul {
  gap: 4px;
}
.lower-kyujin_l .pagination li a,
.lower-kyujin_l .pagination li em,
.lower-whatsnew .pagination li a,
.lower-whatsnew .pagination li em {
  border-radius: 50%;
}
.lower-kyujin_l .job_count_pager,
.lower-whatsnew .job_count_pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lower-kyujin_l .job_count_pager.contents_top,
.lower-whatsnew .job_count_pager.contents_top {
  margin-top: 30px;
}
@media (max-width: 834px) {
  .lower-kyujin_l .job_count_pager.contents_top,
  .lower-whatsnew .job_count_pager.contents_top {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
.lower-kyujin_l .job_count_pager.contents_bottom,
.lower-whatsnew .job_count_pager.contents_bottom {
  padding: 86px 0 30px;
}
@media (max-width: 834px) {
  .lower-kyujin_l .job_count_pager.contents_bottom,
  .lower-whatsnew .job_count_pager.contents_bottom {
    padding: 40px 0 8px;
  }
}

.lower-kyujin_l .l-main,
.lower-kyujin_d .l-main,
.lower-whatsnew .l-main {
  padding: 56px 0;
}
@media (max-width: 834px) {
  .lower-kyujin_l .l-main,
  .lower-kyujin_d .l-main,
  .lower-whatsnew .l-main {
    padding: 16px 0 32px;
  }
}
.lower-kyujin_l .btn,
.lower-kyujin_d .btn,
.lower-whatsnew .btn {
  border-radius: 500px;
}
@media (any-hover: hover) {
  .lower-kyujin_l .btn:hover,
  .lower-kyujin_d .btn:hover,
  .lower-whatsnew .btn:hover {
    opacity: 1;
    background: rgb(0, 168.5, 90.7307692308);
  }
}
.lower-kyujin_l .btn.btn_secondary,
.lower-kyujin_d .btn.btn_secondary,
.lower-whatsnew .btn.btn_secondary {
  background: #89c53f;
}
.lower-kyujin_l .btn.btn_secondary:hover,
.lower-kyujin_d .btn.btn_secondary:hover,
.lower-whatsnew .btn.btn_secondary:hover {
  background: rgb(149.036, 202.916, 82.584);
}
.lower-kyujin_l .btn.btn_external::after,
.lower-kyujin_d .btn.btn_external::after,
.lower-whatsnew .btn.btn_external::after {
  top: 11px;
  right: 19px;
}
@media (max-width: 834px) {
  .lower-kyujin_l .btn.btn_external::after,
  .lower-kyujin_d .btn.btn_external::after,
  .lower-whatsnew .btn.btn_external::after {
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (any-hover: hover) {
  .lower-kyujin_l .gMap_link:hover,
  .lower-kyujin_d .gMap_link:hover,
  .lower-whatsnew .gMap_link:hover {
    opacity: 1;
    color: rgb(0, 168.5, 90.7307692308);
  }
  .lower-kyujin_l .gMap_link:hover::before,
  .lower-kyujin_d .gMap_link:hover::before,
  .lower-whatsnew .gMap_link:hover::before {
    background: rgb(0, 168.5, 90.7307692308);
  }
}
.lower-kyujin_l .gMap_link:before,
.lower-kyujin_d .gMap_link:before,
.lower-whatsnew .gMap_link:before {
  -webkit-mask: url("../img/kyujin/ico_custom_location_black.png") no-repeat center center/contain;
          mask: url("../img/kyujin/ico_custom_location_black.png") no-repeat center center/contain;
  background: #008f4d;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.lower-kyujin_l .tel_link:before,
.lower-kyujin_d .tel_link:before,
.lower-whatsnew .tel_link:before {
  -webkit-mask: url("../img/kyujin/ico_custom_tel_color.png") no-repeat center top/contain;
          mask: url("../img/kyujin/ico_custom_tel_color.png") no-repeat center top/contain;
  background: #008f4d;
  top: 0.05em;
}
.lower-kyujin_l .job_employmenttype_list,
.lower-kyujin_d .job_employmenttype_list,
.lower-whatsnew .job_employmenttype_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
  list-style: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.lower-kyujin_l .job_employmenttype_list_item,
.lower-kyujin_d .job_employmenttype_list_item,
.lower-whatsnew .job_employmenttype_list_item {
  font-size: 1.2rem;
  line-height: 1.5;
  height: auto;
  padding: 0.35em 0.6em;
  border: 1px solid;
  border-radius: 5px;
}

/*--------------------
求人一覧
--------------------*/
.lower-kyujin_l .kyujin_container {
  padding-top: 32px;
}
@media (max-width: 834px) {
  .lower-kyujin_l .kyujin_container {
    padding-top: 26px;
  }
}
.lower-kyujin_l .searchWrap {
  position: relative;
}
@media (max-width: 834px) {
  .lower-kyujin_l .searchWrap {
    margin-inline: -5.5%;
  }
}
.lower-kyujin_l .searchWrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #ffffff;
  border-radius: 60px;
  -webkit-box-shadow: 0px 0px 32.55px 2.45px rgba(54, 42, 42, 0.11);
          box-shadow: 0px 0px 32.55px 2.45px rgba(54, 42, 42, 0.11);
}
@media (max-width: 834px) {
  .lower-kyujin_l .searchWrap::before {
    border-radius: 0;
  }
}
.lower-kyujin_l .search_panel {
  padding: 0;
  margin: 0;
  border: none;
  padding: 70px 4.5% 0;
}
@media (max-width: 834px) {
  .lower-kyujin_l .search_panel {
    padding: 51px 5% 0;
  }
}
.lower-kyujin_l .search-toggle {
  position: absolute;
  top: -32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
@media (max-width: 834px) {
  .lower-kyujin_l .search-toggle {
    top: -26px;
  }
}
@media (any-hover: hover) {
  .lower-kyujin_l .search-toggle:hover {
    opacity: 1;
  }
  .lower-kyujin_l .search-toggle:hover .toggle_txt {
    background: rgb(0, 168.5, 90.7307692308);
  }
}
.lower-kyujin_l .search-toggle .toggle_txt {
  font-size: 1.5rem;
  padding: 1em;
  background: #008f4d;
  border-radius: 500px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 834px) {
  .lower-kyujin_l .search-toggle .toggle_txt {
    font-size: 1.4rem;
    padding: 0.88em 1em;
  }
}
.lower-kyujin_l .search-toggle .toggle_txt .pannel-open {
  display: block;
}
.lower-kyujin_l .search-toggle .toggle_txt .pannel-close {
  display: none;
}
.lower-kyujin_l .search-toggle .toggle_trigger {
  width: auto;
  height: 100%;
  aspect-ratio: 1/1;
  background: none;
}
.lower-kyujin_l .search-toggle .toggle_trigger::before {
  display: none;
}
.lower-kyujin_l .search-toggle .toggle_trigger_txt_ico {
  width: 16px;
  height: 1px;
}
@media (max-width: 834px) {
  .lower-kyujin_l .search-toggle .toggle_trigger_txt_ico {
    width: 12px;
  }
}
.lower-kyujin_l .search-toggle .toggle_trigger_txt_ico:nth-of-type(1) {
  margin: 0;
  -webkit-transform: translateX(-50%) rotate(0deg);
          transform: translateX(-50%) rotate(0deg);
}
.lower-kyujin_l .search-toggle .toggle_trigger_txt_ico:nth-of-type(2) {
  margin: 0;
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
}
.lower-kyujin_l .search-toggle.js-active .toggle_txt .pannel-open {
  display: none;
}
.lower-kyujin_l .search-toggle.js-active .toggle_txt .pannel-close {
  display: block;
}
.lower-kyujin_l .search-toggle.js-active .toggle_trigger_txt_ico:nth-of-type(2) {
  -webkit-transform: translateX(-50%) rotate(0);
          transform: translateX(-50%) rotate(0);
}
.lower-kyujin_l .custom-form_parts {
  padding: 40px 6.594%;
}
@media (max-width: 834px) {
  .lower-kyujin_l .custom-form_parts {
    padding: 3.5% 5% 5%;
  }
}
.lower-kyujin_l .custom-form_btn {
  margin-bottom: 48px;
}
@media (max-width: 834px) {
  .lower-kyujin_l .custom-form_btn {
    margin-bottom: 24px;
  }
}
.lower-kyujin_l .job_result_total {
  padding-bottom: 48px;
}
@media (max-width: 834px) {
  .lower-kyujin_l .job_result_total {
    padding-bottom: 24px;
  }
}
.lower-kyujin_l article.job {
  font-weight: 400;
  margin-top: 32px;
  padding: 50px 4.5%;
  background: #fff;
  border-radius: 60px;
  -webkit-box-shadow: 0px 0px 32.55px 2.45px rgba(54, 42, 42, 0.11);
          box-shadow: 0px 0px 32.55px 2.45px rgba(54, 42, 42, 0.11);
}
@media (max-width: 834px) {
  .lower-kyujin_l article.job {
    margin-top: 20px;
    border-radius: 15px;
    padding: 20px 5.25%;
  }
}
.lower-kyujin_l article.job:first-child {
  margin-top: 0;
}

/*--------------------
求人詳細
--------------------*/
.lower-kyujin_d .footer {
  padding-bottom: 92px;
}
@media (max-width: 834px) {
  .lower-kyujin_d .footer {
    padding-bottom: 74px;
  }
}
.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-top: 160px;
  padding-bottom: 50px;
}
@media (max-width: 834px) {
  .lower-kyujin_d main.l-main {
    padding-top: 88px;
    padding-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .lower-kyujin_d .job_outline-head {
    border-radius: 10px;
  }
}
.lower-kyujin_d .job_post_slidedown .more_link:before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(1%, rgba(255, 255, 255, 0.01)), to(rgba(255, 255, 255, 0.4)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 1%, rgba(255, 255, 255, 0.4) 100%);
}
.lower-kyujin_d .outline,
.lower-kyujin_d .appeal {
  padding: 32px 4%;
  background: #fff;
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 32.55px 2.45px rgba(54, 42, 42, 0.11);
          box-shadow: 0px 0px 32.55px 2.45px rgba(54, 42, 42, 0.11);
}
@media (max-width: 834px) {
  .lower-kyujin_d .outline,
  .lower-kyujin_d .appeal {
    border-radius: 15px;
    padding: 18px 5.25%;
  }
}
.lower-kyujin_d .outline_ttl,
.lower-kyujin_d .appeal_ttl {
  color: #008f4d;
  padding: 0;
  font-size: 3.2rem;
  line-height: 1.8;
  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-kyujin_d .outline_ttl::after,
.lower-kyujin_d .appeal_ttl::after {
  content: none;
}
@media (max-width: 834px) {
  .lower-kyujin_d .outline_ttl,
  .lower-kyujin_d .appeal_ttl {
    font-size: 2.2rem;
    line-height: 1.5;
  }
}
@media (max-width: 834px) {
  .lower-kyujin_d .job_outline_item_ttl {
    font-size: 1.43rem;
  }
}
.lower-kyujin_d .fixed_conversion {
  z-index: 20;
  border-radius: 30px 30px 0 0;
  background: rgba(54, 42, 42, 0.8);
}
.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: 500px;
}
@media (max-width: 834px) {
  .lower-kyujin_d .fixed_conversion .conversion .btn_conversion {
    padding: 11px 0;
  }
}
@media (any-hover: hover) {
  .lower-kyujin_d .fixed_conversion .conversion .btn_conversion:hover {
    opacity: 1;
    background: rgb(0, 168.5, 90.7307692308);
  }
}
.lower-kyujin_d .fixed_conversion .conversion .btn_conversion:after {
  top: 11px;
  right: 23px;
}
@media (max-width: 834px) {
  .lower-kyujin_d .fixed_conversion .conversion .btn_conversion:after {
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (max-width: 767px) {
  .lower-kyujin_d .fixed_conversion .phone {
    margin-right: 0;
    background: none;
  }
  .lower-kyujin_d .fixed_conversion .phone .phone_num,
  .lower-kyujin_d .fixed_conversion .phone .phone_notes {
    color: #fff;
  }
  .lower-kyujin_d .fixed_conversion .phone .phone_num {
    font-size: 1.5rem;
  }
  .lower-kyujin_d .fixed_conversion .phone .phone_num:before {
    background: url("../img/kyujin/ico_custom_tel_white.png") no-repeat center center/contain;
  }
}

/*--------------------
新着求人
--------------------*/
.lower-whatsnew .job:before, .lower-whatsnew .job:after {
  content: none;
}
.lower-whatsnew .job:nth-child(n+2) {
  margin-top: 24px;
}
.lower-whatsnew .job_inner {
  padding: 32px 4%;
  background: #fff;
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 32.55px 2.45px rgba(54, 42, 42, 0.11);
          box-shadow: 0px 0px 32.55px 2.45px rgba(54, 42, 42, 0.11);
}
@media (max-width: 834px) {
  .lower-whatsnew .job_inner {
    border-radius: 15px;
    padding: 20px 5.25%;
  }
}
.lower-whatsnew .job_count_pager.contents_top {
  margin-top: 0;
}
@media (max-width: 834px) {
  .lower-whatsnew .job_count_pager.contents_top {
    margin-top: 0;
  }
}

/* ============================================
// インタビュー一覧ページ
// ==========================================*/
.lower-interview {
  /*------------------------------
    インタビュー一覧
  ------------------------------*/
}
.lower-interview .categoryBtn {
  position: relative;
  margin: 0 auto;
  margin-top: 60px;
}
@media (max-width: 834px) {
  .lower-interview .categoryBtn {
    margin-top: 30px;
  }
}
.lower-interview .categoryBtn_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: solid 1px #89c53f;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 834px) {
  .lower-interview .categoryBtn_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 10px;
  }
}
.lower-interview .categoryBtn_ttl {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 1.5rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #89c53f;
  padding: 0 40px;
}
@media (max-width: 834px) {
  .lower-interview .categoryBtn_ttl {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px 20px;
  }
}
.lower-interview .categoryBtn_ttl p {
  color: #fff;
}
.lower-interview .categoryBtn_listWrap {
  position: relative;
  width: 100%;
  padding: 20px;
}
@media (max-width: 834px) {
  .lower-interview .categoryBtn_listWrap {
    padding: 15px;
  }
}
.lower-interview .categoryBtn_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.lower-interview .categoryBtn_list_item input[type=radio] {
  display: none;
}
.lower-interview .categoryBtn_list_item input[type=radio]:checked + label {
  opacity: 1 !important;
}
.lower-interview .categoryBtn_list_item input[type=radio]:checked + label .txt {
  background: #f88f7d;
  color: #fff;
  cursor: text;
}
.lower-interview .categoryBtn_list_item input[type=radio]:checked + label .txt::before {
  opacity: 1;
}
.lower-interview .categoryBtn_list_item label {
  position: relative;
  padding: 0;
}
.lower-interview .categoryBtn_list_item label::before, .lower-interview .categoryBtn_list_item label::after {
  content: none !important;
}
@media (hover: hover) {
  .lower-interview .categoryBtn_list_item label:hover {
    opacity: 0.8;
  }
}
.lower-interview .categoryBtn_list_item label .txt {
  color: #645a57;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 0.5em 1.43em;
  cursor: pointer;
  background-color: #efefef;
  text-align: center;
  border-radius: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.lower-interview .interviews_wrap.empty::before {
  content: "該当のスタッフはいません。";
  display: block;
  text-align: center;
  font-weight: bold;
  margin-top: 50px;
}
.lower-interview .interviews_wrap.empty .interviews {
  padding-top: 0;
}
.lower-interview .interviews {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 0 3%;
  padding-top: 50px;
}
@media (max-width: 834px) {
  .lower-interview .interviews {
    display: block;
    padding-top: 20px;
  }
}
.lower-interview .interviews__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  margin: 25px 0;
  background: #fff;
  border-radius: 30px;
  -webkit-box-shadow: 0 7px 35px rgba(54, 42, 42, 0.1);
          box-shadow: 0 7px 35px rgba(54, 42, 42, 0.1);
}
@media (max-width: 834px) {
  .lower-interview .interviews__item {
    display: block;
    margin: 20px 0;
    border-radius: 15px;
  }
}
@media (max-width: 640px) {
  .lower-interview .interviews__item:first-child .inner {
    margin-top: 0;
  }
  .lower-interview .interviews__item:last-child .inner {
    margin-bottom: 0;
  }
}
.lower-interview .interviews__item .inner {
  position: relative;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
  padding: 30px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 1024px) and (min-width: 835px) {
  .lower-interview .interviews__item .inner {
    display: block;
  }
}
@media (max-width: 834px) {
  .lower-interview .interviews__item .inner {
    display: block;
    padding: 5%;
  }
}
.lower-interview .interviews__item .flag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  margin-top: -20px;
  margin-left: -20px;
  background-color: #fff;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  border: 3px solid #edf7f2;
  line-height: 1.5;
}
@media (max-width: 834px) {
  .lower-interview .interviews__item .flag {
    width: 84px;
    height: 84px;
    gap: 4px;
  }
}
.lower-interview .interviews__item .flag .ico {
  display: block;
}
.lower-interview .interviews__item .flag .ico img {
  max-width: 100%;
}
@media (max-width: 834px) {
  .lower-interview .interviews__item .flag .ico img {
    height: 24px;
  }
}
.lower-interview .interviews__item .flag .label {
  font-size: 1.3rem;
  font-weight: bold;
}
@media (max-width: 834px) {
  .lower-interview .interviews__item .flag .label {
    font-size: 1rem;
    letter-spacing: normal;
  }
}
.lower-interview .interviews__item .imgArea {
  position: relative;
  aspect-ratio: 306/232;
  margin-bottom: 1.25em;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
.lower-interview .interviews__item .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 10px;
}
.lower-interview .interviews__item .imgArea .job {
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: -15px;
  font-size: 0.85em;
  color: #ffffff;
  line-height: 1.5;
  margin-right: 2em;
  padding: 0.4em 1em;
  background: #008f4d;
  border-radius: 30px;
}
.lower-interview .interviews__item .bodyArea {
  display: contents;
}
.lower-interview .interviews__item .bodyArea .copy {
  font-size: 1.8rem;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.65;
  margin-bottom: 1em;
}
.lower-interview .interviews__item .bodyArea .name {
  font-size: 1.0625em;
  font-weight: 700;
}
.lower-interview .interviews__item .bodyArea .name small {
  font-size: 0.8em;
  margin-left: 0.3em;
}
.lower-interview .interviews__item .bodyArea .data {
  padding-top: 1em;
  border-top: 1px solid #e1dfde;
  font-size: 0.9em;
  font-weight: bold;
  letter-spacing: normal;
  color: #645a57;
  line-height: 1.5;
}
.lower-interview .interviews__item .bodyArea .data span:nth-child(n+2)::before {
  content: "/";
  margin: 0 0.4em 0 0.2em;
}

/* ============================================
// インタビュー詳細ページ
// ==========================================*/
/* ============================================
// よくある質問ページ
// ==========================================*/
.lower-faq .faq {
  /*------------------------------
    タブ
  ------------------------------*/
  /*------------------------------
    アンカー
  ------------------------------*/
  /*------------------------------
    コンテンツエリア
  ------------------------------*/
}
.lower-faq .faq__container {
  padding-top: 50px;
}
@media (max-width: 834px) {
  .lower-faq .faq__container {
    padding-top: 30px;
  }
}
.lower-faq .faq__tab .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 834px) {
  .lower-faq .faq__tab .tabs {
    gap: 7px;
    margin-bottom: 24px;
  }
}
.lower-faq .faq__tab .tabs__item {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  padding: 1.2em;
  background: #efefef;
  border-radius: 100px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
@media (max-width: 834px) {
  .lower-faq .faq__tab .tabs__item {
    font-size: 0.8em;
    padding: 1em 0.7em;
  }
}
.lower-faq .faq__tab .tabs__item::after {
  content: "";
  display: block;
  width: 20px;
  height: 10px;
  position: absolute;
  left: 50%;
  bottom: 1px;
  clip-path: polygon(50% 100%, 100% 0, 0 0);
  background: #f5f5f5;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 834px) {
  .lower-faq .faq__tab .tabs__item::after {
    width: 12px;
    height: 6px;
  }
}
.lower-faq .faq__tab .tabs__item.-active {
  color: #ffffff;
  background: #f88f7d;
}
.lower-faq .faq__tab .tabs__item.-active::after {
  background: #f88f7d;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}
.js-tab-target {
  opacity: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
.js-tab-target.-active {
  height: auto;
  opacity: 1;
  visibility: visible;
  overflow: visible;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.lower-faq .faq__anchor .anchors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.2em;
  font-weight: 700;
  gap: 1em 2em;
}
@media (max-width: 834px) {
  .lower-faq .faq__anchor .anchors {
    font-size: 1.1em;
    gap: 0.5em 1em;
  }
}
.lower-faq .faq__anchor .anchors__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.4em;
  color: #008f4d;
  line-height: 1.6;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.lower-faq .faq__anchor .anchors__item a::before {
  content: "";
  aspect-ratio: 1/1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1em;
          flex: 0 0 1em;
  width: 1em;
  margin-top: 0.2em;
  background: #008f4d;
  -webkit-mask: url(../img/faq/ico_anchor.svg) center center/contain no-repeat;
          mask: url(../img/faq/ico_anchor.svg) center center/contain no-repeat;
}
@media (any-hover: hover) {
  .lower-faq .faq__anchor .anchors__item a:hover {
    color: rgba(0, 143, 77, 0.7);
  }
}
@media (max-width: 834px) {
  .lower-faq .faq__contents {
    margin: 0 -20px;
  }
}
.lower-faq .faq__contents:not(.js-tab-target) {
  padding-top: 64px;
}
@media (max-width: 834px) {
  .lower-faq .faq__contents:not(.js-tab-target) {
    padding-top: 32px;
  }
}
.lower-faq .faq__catTitle {
  font-size: 1.9em;
  font-weight: 700;
  color: #008f4d;
  line-height: 1.6;
  margin-bottom: 0.7em;
}
@media (max-width: 834px) {
  .lower-faq .faq__catTitle {
    font-size: 1.6em;
    padding: 0 20px;
  }
}
.lower-faq .faq__list {
  position: relative;
  border-radius: 30px;
  background-color: #fff;
  -webkit-box-shadow: 7px 7px 35px rgba(54, 42, 42, 0.1);
          box-shadow: 7px 7px 35px rgba(54, 42, 42, 0.1);
}
@media (max-width: 834px) {
  .lower-faq .faq__list {
    border-left: none;
    border-right: none;
    border-radius: 20px;
  }
}
.lower-faq .faq__list__item {
  border-bottom: 1px solid #e1dfde;
}
.lower-faq .faq__list__item:last-child {
  border-bottom: none;
}
.lower-faq .faq__list__item .q {
  position: relative;
  z-index: 1;
  padding: 2.4em 3.2em;
  padding-right: 48px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
@media (max-width: 834px) {
  .lower-faq .faq__list__item .q {
    padding: 1.5em 20px;
  }
}
.lower-faq .faq__list__item .q::before, .lower-faq .faq__list__item .q::after {
  content: "";
  width: 1em;
  width: 1.35em;
  height: 1px;
  position: absolute;
  right: 48px;
  top: 50%;
  background: #645a57;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 834px) {
  .lower-faq .faq__list__item .q::before, .lower-faq .faq__list__item .q::after {
    width: 1em;
    right: 20px;
  }
}
.lower-faq .faq__list__item .q::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.lower-faq .faq__list__item .q p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5em;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.7;
  padding-right: 40px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 834px) {
  .lower-faq .faq__list__item .q p {
    font-size: 1.14em;
    padding-right: 30px;
  }
}
.lower-faq .faq__list__item .q p::before {
  content: "Q";
  aspect-ratio: 1/1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2.2em;
          flex: 0 0 2.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1em;
  font-family: "Mitr", sans-serif;
  font-weight: 500;
  color: #ffffff;
  line-height: 1;
  padding-bottom: 0.1em;
  background: #008f4d;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 834px) {
  .lower-faq .faq__list__item .q p::before {
    padding-top: 0;
    font-size: 0.75em;
  }
}
@media (any-hover: hover) {
  .lower-faq .faq__list__item .q p:hover {
    color: rgba(0, 143, 77, 0.7);
  }
}
.lower-faq .faq__list__item .a {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: 0fr;
  padding: 0 3.2em;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 834px) {
  .lower-faq .faq__list__item .a {
    padding: 0 20px;
  }
}
.lower-faq .faq__list__item .a p {
  overflow-y: hidden;
  background-color: #edf7f2;
  border-radius: 10px;
  padding: 0 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 834px) {
  .lower-faq .faq__list__item .a p {
    border-radius: 5px;
  }
}
.lower-faq .faq__list__item .a .marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(137, 197, 63, 0.4)));
  background: linear-gradient(transparent 60%, rgba(137, 197, 63, 0.4) 60%);
}
.lower-faq .faq__list__item .a .strong {
  font-weight: 700;
  color: #89c53f;
}
.lower-faq .faq__list__item .a .link {
  display: block;
}
.lower-faq .faq__list__item .a .link a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-weight: 700;
  color: #008f4d;
  gap: 6px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.lower-faq .faq__list__item .a .link a::before {
  content: "";
  aspect-ratio: 1/1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1em;
          flex: 0 0 1em;
  width: 1em;
  margin-top: 0.7em;
  background: #008f4d;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: url(../img/faq/ico_link.svg);
          mask-image: url(../img/faq/ico_link.svg);
}
@media (max-width: 834px) {
  .lower-faq .faq__list__item .a .link a::before {
    margin-top: 0.35em;
  }
}
.lower-faq .faq__list__item .a .link a[target=_blank]::before {
  -webkit-mask-image: url(../img/faq/ico_external.svg);
          mask-image: url(../img/faq/ico_external.svg);
}
@media (any-hover: hover) {
  .lower-faq .faq__list__item .a .link a:hover {
    opacity: 0.7;
  }
}
.lower-faq .faq__list__item.-open .q::after {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}
.lower-faq .faq__list__item.-open .a {
  grid-template-rows: 1fr;
  margin-top: -1.5em;
  padding-top: 0.7em;
  padding-bottom: 2.4em;
}
@media (max-width: 834px) {
  .lower-faq .faq__list__item.-open .a {
    margin-top: -1.5em;
    padding-bottom: 1.5em;
  }
}
.lower-faq .faq__list__item.-open .a p {
  padding: 10px 20px;
}

/* ============================================
// インターンシップ・見学会ページ
// ==========================================*/
.lower-internship .internship__container {
  padding-top: 50px;
}
@media (max-width: 834px) {
  .lower-internship .internship__container {
    padding-top: 30px;
  }
}
.lower-internship .internship__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 20px;
  font-size: 3.2rem;
  font-weight: 700;
  color: #008f4d;
  line-height: 1.5;
  padding: 0.7em;
  border-top: 1px solid;
  border-bottom: 1px solid;
}
@media (max-width: 834px) {
  .lower-internship .internship__heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.3em;
    font-size: 1.9rem;
    padding: 1em 0;
  }
}
.lower-internship .internship__heading::before {
  content: "";
  aspect-ratio: 70/60;
  width: 1.09375em;
  margin-top: 0.1em;
  background: url(../img/common/ico_calendar.png) center center/contain no-repeat;
}
@media (max-width: 834px) {
  .lower-internship .internship__heading::before {
    width: 1.3em;
    margin-top: 0;
  }
}
.lower-internship .internship__anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1em 2em;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.65;
  margin-top: 55px;
}
@media (max-width: 834px) {
  .lower-internship .internship__anchor {
    font-size: 1.4rem;
    margin-top: 24px;
  }
}
.lower-internship .internship__anchor .anchor__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.7em;
}
.lower-internship .internship__anchor .anchor__item a::after {
  content: "";
  aspect-ratio: 1/1;
  width: 1.25em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.25em;
          flex: 0 0 1.25em;
  background: #008f4d;
  -webkit-mask: url(../img/common/ico_arrow.png) center center/contain no-repeat;
          mask: url(../img/common/ico_arrow.png) center center/contain no-repeat;
  rotate: 90deg;
}
.lower-internship .internship__block {
  padding: 40px 50px 50px;
  margin-top: 64px;
  background: #ffffff;
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 32.55px 2.45px rgba(54, 42, 42, 0.11);
          box-shadow: 0px 0px 32.55px 2.45px rgba(54, 42, 42, 0.11);
}
@media (max-width: 834px) {
  .lower-internship .internship__block {
    margin: 32px -10px 0;
    padding: 20px;
    border-radius: 20px;
  }
}
.lower-internship .internship__block .blockTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.8rem;
  font-weight: 700;
  color: #008f4d;
  line-height: 1.5;
  padding: 0.8em 1em;
  background: #edf7f2;
  border-radius: 20px;
}
@media (max-width: 834px) {
  .lower-internship .internship__block .blockTitle {
    font-size: 1.7rem;
    border-radius: 10px;
  }
}
.lower-internship .internship__block .schedule {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  gap: 0 clamp(10px, 3.2vw, 40px);
}
@media (max-width: 834px) {
  .lower-internship .internship__block .schedule {
    grid-template-columns: 1fr;
  }
}
.lower-internship .internship__block .schedule__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 5;
  margin-top: 40px;
  padding: 40px;
  border: 1px solid #bfbab9;
  border-radius: 20px;
}
@media (max-width: 834px) {
  .lower-internship .internship__block .schedule__item {
    margin-top: 20px;
    padding: 24px;
    border-radius: 10px;
  }
}
.lower-internship .internship__block .schedule__item .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.8em;
  color: #008f4d;
  line-height: 1;
}
.lower-internship .internship__block .schedule__item .date .yearday .year {
  display: block;
  font-size: 1.6rem;
  margin-bottom: 5px;
}
@media (max-width: 834px) {
  .lower-internship .internship__block .schedule__item .date .yearday .year {
    font-size: 1.3rem;
  }
}
.lower-internship .internship__block .schedule__item .date .yearday .day {
  font-size: 4rem;
}
@media (max-width: 834px) {
  .lower-internship .internship__block .schedule__item .date .yearday .day {
    font-size: 2.8rem;
  }
}
.lower-internship .internship__block .schedule__item .date .yearday .day small {
  font-size: 1.6rem;
  margin-left: 0.5em;
}
@media (max-width: 834px) {
  .lower-internship .internship__block .schedule__item .date .yearday .day small {
    font-size: 1.3rem;
  }
}
.lower-internship .internship__block .schedule__item .date .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  font-size: 1.6rem;
}
.lower-internship .internship__block .schedule__item .date .time::before {
  content: "";
  aspect-ratio: 1/1;
  width: 0.9375em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0.9375em;
          flex: 0 0 0.9375em;
  background: #008f4d;
  -webkit-mask: url(../img/common/ico_clock.png) center center/contain no-repeat;
          mask: url(../img/common/ico_clock.png) center center/contain no-repeat;
}
.lower-internship .internship__block .schedule__item .date .sub_shd .label {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 15px;
}
.lower-internship .internship__block .schedule__item .date .sub_shd .label span {
  background-color: #008f4d;
  color: #fff;
  padding: 0.2em 0.5em;
}
.lower-internship .internship__block .schedule__item .date .sub_shd .hd {
  font-size: 3.4rem;
  font-weight: bold;
}
@media (max-width: 834px) {
  .lower-internship .internship__block .schedule__item .date .sub_shd .hd {
    font-size: 2.4rem;
  }
}
.lower-internship .internship__block .schedule__item .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.66;
  margin-top: 20px;
  padding: 0.65em 1.2em;
  background: #edf7f2;
  border-radius: 10px;
}
@media (max-width: 834px) {
  .lower-internship .internship__block .schedule__item .title {
    font-size: 1.7rem;
  }
}
.lower-internship .internship__block .schedule__item .desc {
  line-height: 2;
  margin-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e1dfde;
}
.lower-internship .internship__block .schedule__item .place {
  padding-top: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e1dfde;
}
.lower-internship .internship__block .schedule__item .place .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 6px;
  color: #008f4d;
  font-weight: 700;
  line-height: 1.5;
}
.lower-internship .internship__block .schedule__item .place .name::before {
  content: "";
  aspect-ratio: 51/64;
  width: 0.8em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0.8em;
          flex: 0 0 0.8em;
  margin-top: 0.2em;
  background: #008f4d;
  -webkit-mask: url(../img/common/ico_marker.png) center center/contain no-repeat;
          mask: url(../img/common/ico_marker.png) center center/contain no-repeat;
}
.lower-internship .internship__block .schedule__item .place .sub {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.6;
  margin-top: 0.5em;
}
@media (max-width: 834px) {
  .lower-internship .internship__block .schedule__item .place .sub {
    font-size: 1.3rem;
  }
}
.lower-internship .internship__block .schedule__item .place .txt {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.8;
  margin-top: 0.5em;
}
@media (max-width: 834px) {
  .lower-internship .internship__block .schedule__item .place .txt {
    font-size: 1.3rem;
  }
}
.lower-internship .internship__block .schedule__item .btn {
  margin-top: 32px;
}
@media (max-width: 834px) {
  .lower-internship .internship__block .schedule__item .btn {
    margin-top: 20px;
  }
}
.lower-internship .internship__block .schedule__item .btn a {
  width: 100%;
  min-width: inherit;
  padding: 1.3em 3.5em;
}
@media (max-width: 834px) {
  .lower-internship .internship__block .schedule__item .btn a {
    padding: 1em 3.5em;
  }
}
.lower-internship .internship__block .schedule__item .btn a.closed {
  padding-inline: 2em;
  background: #c9c9c9;
  pointer-events: none;
}
.lower-internship .internship__block .schedule__item .btn a.closed::after {
  display: none;
}

/* ============================================
// 看護部について
// ==========================================*/
.lower-hospital .philosophy__inner {
  max-width: 1240px;
  padding-top: 112px;
  padding-bottom: 112px;
}
@media (max-width: 834px) {
  .lower-hospital .philosophy__inner {
    padding-top: 32px;
    padding-bottom: 56px;
  }
}
.lower-hospital .philosophy__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8.7%;
}
@media (max-width: 834px) {
  .lower-hospital .philosophy__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.lower-hospital .philosophy__image {
  position: relative;
  max-width: 455px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.4%;
          flex: 0 0 41.4%;
}
@media (max-width: 834px) {
  .lower-hospital .philosophy__image {
    margin: 32px auto 0;
    margin: clamp(0px, 14.9812734082vw, 80px) auto 0;
    width: 70%;
    max-width: 320px;
  }
}
@media (max-width: 440px) {
  .lower-hospital .philosophy__image {
    margin: clamp(0px, 8.5333333333vw, 32px) auto 0;
  }
}
.lower-hospital .philosophy__image--01 {
  margin-left: auto;
  display: block;
  width: clamp(320.4px, 29.6666666667vw, 356px);
  margin-left: auto;
  margin-top: 54px;
}
.lower-hospital .philosophy__image--01 img {
  aspect-ratio: 356/294;
}
.lower-hospital .philosophy__image--02 {
  position: absolute;
  bottom: calc(100% - 89px);
  right: clamp(178px, 16.1666666667vw, 194px);
  width: clamp(47.7px, 4.4166666667vw, 53px);
}
@media (max-width: 834px) {
  .lower-hospital .philosophy__image--02 {
    width: clamp(0px, 8.9325842697vw, 47.7px);
    bottom: calc(100% - clamp(72px, 21.1904761905vw, 89px));
    right: clamp(0px, 33.3333333333vw, 178px);
  }
}
.lower-hospital .philosophy__image--02 img {
  aspect-ratio: 53/164;
}
.lower-hospital .philosophy__image--03 {
  position: absolute;
  top: 22px;
  right: 22px;
  width: clamp(45.9px, 4.25vw, 51px);
}
@media (max-width: 834px) {
  .lower-hospital .philosophy__image--03 {
    width: clamp(0px, 8.595505618vw, 45.9px);
    top: 22px;
    top: calc(100% - clamp(0px, 54.3071161049vw, 290px));
    right: clamp(0px, 4.1198501873vw, 22px);
  }
}
.lower-hospital .philosophy__image--03 img {
  aspect-ratio: 51/167;
}
.lower-hospital .philosophy__image--04 {
  position: absolute;
  bottom: -66px;
  left: -4px;
  width: clamp(89.1px, 8.25vw, 99px);
}
@media (max-width: 834px) {
  .lower-hospital .philosophy__image--04 {
    width: clamp(0px, 16.6853932584vw, 89.1px);
    bottom: -24px;
    left: -32px;
  }
}
@media (max-width: 450px) {
  .lower-hospital .philosophy__image--04 {
    bottom: -8px;
    left: -16px;
  }
}
.lower-hospital .philosophy__image--04 img {
  aspect-ratio: 99/171;
}
.lower-hospital .philosophy__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.lower-hospital .philosophy__heading {
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.6;
}
@media (max-width: 834px) {
  .lower-hospital .philosophy__heading {
    font-size: clamp(2.2rem, 3.3573141487vw, 2.6rem);
  }
}
.lower-hospital .philosophy__slogan {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #008f4d;
  line-height: 1.6;
  margin-top: 35px;
}
@media (max-width: 834px) {
  .lower-hospital .philosophy__slogan {
    font-size: 1.9rem;
    margin-top: 16px;
  }
}
.lower-hospital .philosophy__description {
  letter-spacing: 0.075em;
  margin-top: 13px;
}
@media (max-width: 834px) {
  .lower-hospital .philosophy__description {
    margin-top: 2px;
  }
}
.lower-hospital .message {
  position: relative;
  background: #fff;
  border-radius: 0 0 60px 60px;
  -webkit-box-shadow: 0px 0px 32px 3px rgba(54, 42, 42, 0.11);
          box-shadow: 0px 0px 32px 3px rgba(54, 42, 42, 0.11);
}
@media (max-width: 834px) {
  .lower-hospital .message {
    border-radius: 0 0 30px 30px;
  }
}
.lower-hospital .message::before {
  content: "";
  position: absolute;
  top: -144px;
  left: 0;
  width: 100%;
  aspect-ratio: 1500/658;
  background: url(../img/hospital/bg_message_01.png) center top/cover no-repeat;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-hospital .message::before {
    top: -88px;
  }
}
.lower-hospital .message__inner {
  max-width: 1240px;
  padding-bottom: 88px;
}
@media (max-width: 834px) {
  .lower-hospital .message__inner {
    padding-bottom: 48px;
  }
}
.lower-hospital .message__heading {
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.6;
  text-align: center;
}
@media (max-width: 834px) {
  .lower-hospital .message__heading {
    font-size: clamp(2.2rem, 3.3573141487vw, 2.6rem);
  }
}
.lower-hospital .message__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9.1%;
  margin-top: 50px;
}
@media (max-width: 834px) {
  .lower-hospital .message__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 24px;
  }
}
@media (min-width: 835px) {
  .lower-hospital .message__text-area {
    margin-left: 14px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (max-width: 834px) {
  .lower-hospital .message__text-area {
    margin-top: 16px;
  }
}
.lower-hospital .message__subheading {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #008f4d;
  line-height: 1.6;
  margin-bottom: 30px;
}
@media (max-width: 834px) {
  .lower-hospital .message__subheading {
    font-size: 1.9rem;
    margin-bottom: 8px;
  }
}
.lower-hospital .message__description {
  letter-spacing: 0.075em;
  margin-top: 20px;
}
@media (max-width: 834px) {
  .lower-hospital .message__description {
    margin-top: 8px;
  }
}
.lower-hospital .message__list {
  margin-top: 64px;
}
@media (max-width: 834px) {
  .lower-hospital .message__list {
    margin-top: 24px;
  }
}
.lower-hospital .message__list-item:nth-child(n+2) {
  margin-top: 66px;
}
@media (max-width: 834px) {
  .lower-hospital .message__list-item:nth-child(n+2) {
    margin-top: 24px;
  }
}
.lower-hospital .message__list-heading {
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #008f4d;
  line-height: 1.6;
}
@media (max-width: 834px) {
  .lower-hospital .message__list-heading:not(:has(.message__subtitle)) {
    margin-bottom: 0;
  }
}
@media (max-width: 834px) {
  .lower-hospital .message__list-heading {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}
.lower-hospital .message__list-heading::before {
  content: "";
  position: absolute;
  top: -0.6666666667em;
  left: -1.4583333333em;
  width: 2.25em;
  aspect-ratio: 54/45;
  background: url(../img/hospital/icon_message.png) center center/contain no-repeat;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 834px) {
  .lower-hospital .message__list-heading::before {
    left: -1.1666666667em;
  }
}
.lower-hospital .message__list-heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: clamp(200px, 17.8571428571vw, 250px);
  width: 100vw;
  aspect-ratio: 2000/42;
  margin: 0 calc(50% - 50vw);
  background: url(../img/hospital/deco_message_line.svg) center center/cover no-repeat;
  pointer-events: none;
  z-index: -2;
}
@media (max-width: 834px) {
  .lower-hospital .message__list-heading::after {
    left: 0;
  }
}
.lower-hospital .message__list-description {
  letter-spacing: 0.075em;
  margin-top: 16px;
}
@media (max-width: 834px) {
  .lower-hospital .message__list-description {
    margin-top: 8px;
  }
}
.lower-hospital .message__image-area {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 380px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 34.6%;
          flex: 0 0 34.6%;
}
@media (max-width: 834px) {
  .lower-hospital .message__image-area {
    margin-inline: auto;
  }
}
@media (max-width: 834px) {
  .lower-hospital .message__image-area {
    width: 80%;
  }
}
.lower-hospital .message__image {
  position: relative;
  max-width: 380px;
}
.lower-hospital .message__image::before {
  content: "";
  position: absolute;
  bottom: -58px;
  right: -20px;
  width: 48px;
  width: clamp(38.4px, 3.6923076923vw, 48px);
  aspect-ratio: 48/156;
  background: url(../img/hospital/illust_message.png) center center/contain no-repeat;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 834px) {
  .lower-hospital .message__image::before {
    width: clamp(38.4px, 8.5714285714vw, 48px);
  }
}
.lower-hospital .message__image::after {
  content: "";
  position: absolute;
  top: -180px;
  left: -128px;
  width: 808px;
  aspect-ratio: 1/1;
  background: url(../img/hospital/bg_message_02.png) center center/contain no-repeat;
  pointer-events: none;
  z-index: -1;
}
.lower-hospital .message__image img {
  aspect-ratio: 380/420;
  border-radius: 30px;
}
@media (max-width: 834px) {
  .lower-hospital .message__image img {
    border-radius: 20px;
  }
}
.lower-hospital .message__type {
  letter-spacing: 0.075em;
  color: #fff;
  line-height: 1.6;
  background: #008f4d;
  border-radius: 5px;
  padding: 0.334em 0.78em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 24px;
  margin-right: 14px;
}
@media (max-width: 834px) {
  .lower-hospital .message__type {
    margin-top: 20px;
    margin-right: 6px;
  }
}
.lower-hospital .message__name {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #008f4d;
  line-height: 1;
  margin-top: 14px;
}
@media (max-width: 834px) {
  .lower-hospital .message__name {
    font-size: 2.3rem;
    margin-top: 10px;
  }
}
.lower-hospital .message__honorific {
  font-size: 1.4rem;
  font-weight: 400;
  color: #645a57;
  margin-left: 0.5714285714em;
}
@media (max-width: 834px) {
  .lower-hospital .message__honorific {
    font-size: 1.3rem;
  }
}
.lower-hospital .message__subtitle {
  margin-top: 20px;
}
@media (max-width: 834px) {
  .lower-hospital .message__subtitle {
    margin-top: 10px;
  }
}
.lower-hospital .message__subtitle::after {
  width: 100%;
  height: 1px;
  background-color: #008f4d;
}
.lower-hospital .message__subtitle__h {
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.7;
  padding: 0.277777em 1em;
  padding-right: 0;
}
@media (max-width: 834px) {
  .lower-hospital .message__subtitle__h {
    font-size: 1.5rem;
    padding-left: 0.5em;
  }
}
.lower-hospital .message__subtitle__h::before {
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 143, 77, 0.2)), to(rgba(0, 143, 77, 0)));
  background: linear-gradient(90deg, rgba(0, 143, 77, 0.2) 0%, rgba(0, 143, 77, 0) 100%);
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: 5px;
  clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-hospital .message__subtitle__h::before {
    border-radius: 3px;
  }
}
.lower-hospital .education__inner {
  padding-top: 95px;
}
@media (max-width: 834px) {
  .lower-hospital .education__inner {
    padding-top: 48px;
  }
}
.lower-hospital .education__heading {
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 834px) {
  .lower-hospital .education__heading {
    font-size: clamp(2.2rem, 3.3573141487vw, 2.6rem);
  }
}
.lower-hospital .education__overview {
  background: #fff;
  border-radius: 50px;
  -webkit-box-shadow: 0px 0px 32px 3px rgba(54, 42, 42, 0.11);
          box-shadow: 0px 0px 32px 3px rgba(54, 42, 42, 0.11);
  padding: 90px 8.334% 96px;
  margin-top: 50px;
}
@media (max-width: 834px) {
  .lower-hospital .education__overview {
    border-radius: 30px;
    padding: 32px 7%;
    margin-top: 24px;
    margin-inline: -3%;
  }
}
.lower-hospital .education__overview-title {
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 834px) {
  .lower-hospital .education__overview-title {
    font-size: 1.9rem;
  }
}
@media (min-width: 835px) {
  .lower-hospital .education__overview-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 56px 12.8%;
    margin-top: 68px;
  }
}
@media (max-width: 834px) {
  .lower-hospital .education__overview-list {
    margin-top: 16px;
  }
}
.lower-hospital .education__overview-item {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 43.6%;
          flex: 1 1 43.6%;
}
@media (min-width: 835px) {
  .lower-hospital .education__overview-item:nth-child(2n)::before {
    content: "";
    position: absolute;
    top: 0;
    left: -15.5%;
    width: 2px;
    height: 100%;
    background: #edf7f2;
  }
  .lower-hospital .education__overview-item:nth-child(n+3)::after {
    content: "";
    position: absolute;
    top: -32px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #edf7f2;
  }
}
@media (max-width: 834px) {
  .lower-hospital .education__overview-item:nth-child(n+2) {
    margin-top: 16px;
  }
}
.lower-hospital .education__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7.8%;
  max-width: 385px;
  margin-inline: auto;
}
@media (max-width: 834px) {
  .lower-hospital .education__card {
    gap: 12px;
    max-width: 100%;
  }
}
.lower-hospital .education__card-image {
  max-width: 126px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 clamp(80px, 9.6923076923vw, 126px);
          flex: 0 0 clamp(80px, 9.6923076923vw, 126px);
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 834px) {
  .lower-hospital .education__card-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 72px;
            flex: 0 0 72px;
  }
}
.lower-hospital .education__card-image img {
  aspect-ratio: 1/1;
}
.lower-hospital .education__card-heading {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #008f4d;
  line-height: 1.7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 834px) {
  .lower-hospital .education__card-heading {
    font-size: 1.65rem;
  }
}
.lower-hospital .education__card-description {
  letter-spacing: 0.075em;
  margin-top: 32px;
}
@media (max-width: 834px) {
  .lower-hospital .education__card-description {
    margin-top: 8px;
  }
}
.lower-hospital .education__program {
  position: relative;
  background: #fff;
  border-radius: 50px;
  -webkit-box-shadow: 0px 0px 32px 3px rgba(54, 42, 42, 0.11);
          box-shadow: 0px 0px 32px 3px rgba(54, 42, 42, 0.11);
  padding: 72px 4.167% 80px;
  margin-top: 77px;
}
@media (max-width: 834px) {
  .lower-hospital .education__program {
    border-radius: 30px;
    padding: 72px 7% 40px;
    margin-inline: -3%;
    margin-top: 64px;
  }
}
.lower-hospital .education__program-illust {
  position: absolute;
}
.lower-hospital .education__program-illust--01 {
  width: clamp(148.8px, 14.3076923077vw, 186px);
  top: 54px;
  left: clamp(48px, 7.7857142857vw, 109px);
}
@media (max-width: 1160px) {
  .lower-hospital .education__program-illust--01 {
    left: 48px;
  }
}
@media (max-width: 834px) {
  .lower-hospital .education__program-illust--01 {
    width: clamp(81.84px, 15.6115107914vw, 130.2px);
    top: -24px;
    left: 16px;
  }
}
.lower-hospital .education__program-illust--01 img {
  aspect-ratio: 186/208;
}
.lower-hospital .education__program-illust--02 {
  width: clamp(100px, 9.6153846154vw, 125px);
  top: -30px;
  right: clamp(78px, 7.8571428571vw, 110px);
}
@media (max-width: 834px) {
  .lower-hospital .education__program-illust--02 {
    width: clamp(55px, 10.4916067146vw, 87.5px);
    top: -48px;
    right: 24px;
  }
}
.lower-hospital .education__program-illust--02 img {
  aspect-ratio: 125/254;
}
.lower-hospital .education__program-header {
  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;
  max-width: 560px;
  max-width: clamp(440px, 40vw, 560px);
  margin-inline: auto;
}
@media (max-width: 834px) {
  .lower-hospital .education__program-header {
    max-width: 400px;
  }
}
.lower-hospital .education__program-title {
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.6;
}
@media (max-width: 834px) {
  .lower-hospital .education__program-title {
    font-size: 1.9rem;
  }
}
.lower-hospital .education__program-subtitle {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #008f4d;
  line-height: 1.6;
  margin-top: 34px;
}
@media (max-width: 834px) {
  .lower-hospital .education__program-subtitle {
    font-size: 1.8rem;
    margin-top: 12px;
  }
}
.lower-hospital .education__program-description {
  letter-spacing: 0.075em;
  margin-top: 10px;
}
@media (max-width: 834px) {
  .lower-hospital .education__program-description {
    margin-top: 2px;
  }
}
.lower-hospital .education__program-note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 834px) {
  .lower-hospital .education__program-note {
    display: inline;
  }
}
.lower-hospital .education__program-scroll-wrapper {
  margin-top: 72px;
}
@media (max-width: 834px) {
  .lower-hospital .education__program-scroll-wrapper {
    margin-top: 24px;
  }
}
.lower-hospital .education__program-scroll-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.75%;
  margin-bottom: clamp(18px, 2.3076923077vw, 30px);
}
@media (max-width: 834px) {
  .lower-hospital .education__program-scroll-list {
    gap: 8px;
    margin-bottom: clamp(6px, 3.5971223022vw, 18px);
  }
}
.lower-hospital .education__program-scroll-item {
  position: relative;
  font-size: clamp(1.2rem, 1.0769230769vw, 1.4rem);
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.6;
  padding-left: 2.1428571429em;
}
@media (max-width: 834px) {
  .lower-hospital .education__program-scroll-item {
    font-size: clamp(1rem, 1.4388489209vw, 1.2rem);
    padding-left: 1.8571428571em;
  }
}
.lower-hospital .education__program-scroll-item::before {
  content: "";
  position: absolute;
  top: 0.14em;
  left: 0;
  width: 1.4285714286em;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
@media (max-width: 834px) {
  .lower-hospital .education__program-scroll-item::before {
    top: 0.1em;
  }
}
.lower-hospital .education__program-scroll-item:nth-child(1)::before {
  background: #cff7ea;
}
.lower-hospital .education__program-scroll-item:nth-child(2)::before {
  background: #dde4fb;
}
.lower-hospital .education__program-scroll-item:nth-child(3)::before {
  background: #fdf1c2;
}
.lower-hospital .education__program-scroll-item:nth-child(4)::before {
  background: #fdc3c3;
}
@media (max-width: 834px) {
  .lower-hospital .education__program-scroll {
    overflow-x: auto;
    white-space: nowrap;
  }
}
.lower-hospital .education__program-image--01 {
  max-width: 1100px;
  margin-bottom: 41px;
}
@media (max-width: 834px) {
  .lower-hospital .education__program-image--01 {
    width: 768px;
    margin-bottom: 16px;
  }
}
.lower-hospital .education__program-image--01 img {
  aspect-ratio: 1100/619;
}
.lower-hospital .education__program-image--02 {
  max-width: 1100px;
  border-top: 2px solid #edf7f2;
  padding-top: 41px;
}
@media (max-width: 834px) {
  .lower-hospital .education__program-image--02 {
    width: 768px;
    padding-top: 16px;
  }
}
.lower-hospital .education__program-image--02 img {
  aspect-ratio: 1100/616;
}
@media (min-width: 835px) {
  .lower-hospital .education__program-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px 3.5%;
    margin-top: 40px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 834px) {
  .lower-hospital .education__program-list {
    margin-top: 16px;
  }
}
.lower-hospital .education__program-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 31%;
          flex: 0 0 31%;
  max-width: 340px;
  margin-inline: auto;
}
@media (min-width: 835px) {
  .lower-hospital .education__program-item:nth-child(n+4) {
    margin-inline: 0;
  }
}
@media (max-width: 834px) {
  .lower-hospital .education__program-item:nth-child(n+2) {
    margin-top: 24px;
  }
}
.lower-hospital .education__program-item-image {
  max-width: 340px;
}
.lower-hospital .education__program-item-image img {
  aspect-ratio: 340/240;
  border-radius: 30px;
}
@media (max-width: 834px) {
  .lower-hospital .education__program-item-image img {
    border-radius: 20px;
  }
}
.lower-hospital .education__program-heading {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #008f4d;
  line-height: 1.6;
  margin-top: 16px;
}
@media (max-width: 834px) {
  .lower-hospital .education__program-heading {
    font-size: 1.8rem;
    margin-top: 10px;
  }
}
.lower-hospital .education__program-text {
  letter-spacing: 0.075em;
  margin-top: 8px;
}
@media (max-width: 834px) {
  .lower-hospital .education__program-text {
    margin-top: 2px;
  }
}
.lower-hospital .education__midcareer {
  position: relative;
  background: #fff;
  border-radius: 50px;
  -webkit-box-shadow: 0px 0px 32px 3px rgba(54, 42, 42, 0.11);
          box-shadow: 0px 0px 32px 3px rgba(54, 42, 42, 0.11);
  padding: 72px 4.167% 80px;
  margin-top: 77px;
}
@media (max-width: 834px) {
  .lower-hospital .education__midcareer {
    border-radius: 30px;
    padding: 72px 7% 40px;
    margin-inline: -3%;
    margin-top: 64px;
  }
}
.lower-hospital .education__midcareer-illust {
  position: absolute;
}
.lower-hospital .education__midcareer-illust--01 {
  width: clamp(89.6px, 8.6153846154vw, 112px);
  top: 68px;
  left: clamp(80px, 7.9285714286vw, 111px);
}
@media (max-width: 834px) {
  .lower-hospital .education__midcareer-illust--01 {
    width: clamp(50.4px, 9.4004796163vw, 78.4px);
    top: -26px;
    left: 16px;
  }
}
.lower-hospital .education__midcareer-illust--01 img {
  aspect-ratio: 112/193;
}
.lower-hospital .education__midcareer-illust--02 {
  width: clamp(164px, 15.7692307692vw, 205px);
  top: 33px;
  right: clamp(80px, 7.8571428571vw, 110px);
}
@media (max-width: 1160px) {
  .lower-hospital .education__midcareer-illust--02 {
    right: 43px;
  }
}
@media (max-width: 834px) {
  .lower-hospital .education__midcareer-illust--02 {
    width: clamp(92.25px, 17.206235012vw, 143.5px);
    top: -30px;
    right: 16px;
  }
}
.lower-hospital .education__midcareer-illust--02 img {
  aspect-ratio: 205/212;
}
.lower-hospital .education__midcareer-header {
  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;
  max-width: 560px;
  max-width: clamp(440px, 40vw, 560px);
  margin-inline: auto;
}
.lower-hospital .education__midcareer-title {
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.6;
}
@media (max-width: 834px) {
  .lower-hospital .education__midcareer-title {
    font-size: 1.9rem;
  }
}
.lower-hospital .education__midcareer-subtitle {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #008f4d;
  line-height: 1.6;
  margin-top: 34px;
}
@media (max-width: 834px) {
  .lower-hospital .education__midcareer-subtitle {
    font-size: 1.8rem;
    margin-top: 12px;
  }
}
.lower-hospital .education__midcareer-description {
  letter-spacing: 0.075em;
  margin-top: 16px;
}
@media (max-width: 834px) {
  .lower-hospital .education__midcareer-description {
    margin-top: 2px;
  }
}
.lower-hospital .education__midcareer-note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 834px) {
  .lower-hospital .education__midcareer-note {
    display: inline;
  }
}
.lower-hospital .education__midcareer-scroll-wrapper {
  margin-top: clamp(72px, 8vw, 104px);
}
@media (max-width: 834px) {
  .lower-hospital .education__midcareer-scroll-wrapper {
    margin-top: 24px;
  }
}
@media (max-width: 834px) {
  .lower-hospital .education__midcareer-scroll {
    overflow-x: auto;
    white-space: nowrap;
  }
}
.lower-hospital .education__midcareer-image01 {
  max-width: 1100px;
}
@media (max-width: 834px) {
  .lower-hospital .education__midcareer-image01 {
    width: 768px;
  }
}
.lower-hospital .education__midcareer-image01 img {
  aspect-ratio: 1100/358;
}
.lower-hospital .education__midcareer-image02 {
  max-width: 1100px;
  margin-top: 30px;
}
@media (max-width: 834px) {
  .lower-hospital .education__midcareer-image02 {
    width: 768px;
    margin-top: 20px;
  }
}
.lower-hospital .education__midcareer-image02 img {
  aspect-ratio: 1100/459;
}
@media (min-width: 835px) {
  .lower-hospital .education__midcareer-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px 3.5%;
    margin-top: clamp(88px, 10.3076923077vw, 134px);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 834px) {
  .lower-hospital .education__midcareer-list {
    margin-top: 24px;
  }
}
.lower-hospital .education__midcareer-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 31%;
          flex: 0 0 31%;
  max-width: 340px;
  margin-inline: auto;
}
@media (min-width: 835px) {
  .lower-hospital .education__midcareer-item:nth-child(n+4) {
    margin-inline: 0;
  }
}
@media (max-width: 834px) {
  .lower-hospital .education__midcareer-item:nth-child(n+2) {
    margin-top: 24px;
  }
}
.lower-hospital .education__midcareer-item-image {
  max-width: 340px;
}
.lower-hospital .education__midcareer-item-image img {
  aspect-ratio: 340/240;
  border-radius: 30px;
}
@media (max-width: 834px) {
  .lower-hospital .education__midcareer-item-image img {
    border-radius: 20px;
  }
}
.lower-hospital .education__midcareer-heading {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #008f4d;
  line-height: 1.6;
  margin-top: 16px;
}
@media (max-width: 834px) {
  .lower-hospital .education__midcareer-heading {
    font-size: 1.8rem;
    margin-top: 10px;
  }
}
.lower-hospital .education__midcareer-text {
  letter-spacing: 0.075em;
  margin-top: 8px;
}
@media (max-width: 834px) {
  .lower-hospital .education__midcareer-text {
    margin-top: 2px;
  }
}
.lower-hospital .education__research {
  position: relative;
}
@media (min-width: 835px) {
  .lower-hospital .education__research {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3.1%;
    margin-left: clamp(80px, 8.5714285714vw, 120px);
    margin-top: 24px;
  }
}
@media (max-width: 834px) {
  .lower-hospital .education__research {
    margin-top: 16px;
  }
}
.lower-hospital .education__research-heading {
  font-size: clamp(2.4rem, 2.1428571429vw, 3rem);
  font-weight: 700;
  letter-spacing: 0.075vw;
  color: transparent;
  line-height: 1.3;
  background: -webkit-gradient(linear, left top, right top, from(#61bf8b), to(#499b6d));
  background: linear-gradient(90deg, #61bf8b, #499b6d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media (max-width: 834px) {
  .lower-hospital .education__research-heading {
    font-size: 1.7rem;
  }
}
.lower-hospital .education__research-description {
  font-size: clamp(1.5rem, 1.2857142857vw, 1.8rem);
  letter-spacing: 0.075em;
  line-height: 1.7;
  max-width: clamp(424px, 36.5714285714vw, 512px);
}
@media (max-width: 834px) {
  .lower-hospital .education__research-description {
    font-size: 1.4rem;
    margin-top: 8px;
    max-width: 530px;
    max-width: clamp(371px, 63.5491606715vw, 530px);
  }
}
.lower-hospital .education__research-image {
  position: absolute;
  top: -37px;
  right: clamp(80px, 8.8571428571vw, 124px);
  width: clamp(109.6px, 9.7857142857vw, 137px);
}
@media (max-width: 1120px) {
  .lower-hospital .education__research-image {
    right: 40px;
  }
}
@media (max-width: 834px) {
  .lower-hospital .education__research-image {
    top: -42px;
    right: -8px;
    width: clamp(61.65px, 11.4988009592vw, 95.9px);
  }
}
.lower-hospital .education__research-image img {
  aspect-ratio: 137/150;
}
.lower-hospital .recruit-link__inner {
  padding-top: 114px;
}
@media (max-width: 834px) {
  .lower-hospital .recruit-link__inner {
    padding-top: 72px;
  }
}
.lower-hospital .recruit-link__content {
  position: relative;
  background: #fff;
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 32px 3px rgba(54, 42, 42, 0.11);
          box-shadow: 0px 0px 32px 3px rgba(54, 42, 42, 0.11);
  padding: 64px min(10vw, 60px) 80px;
}
@media (max-width: 834px) {
  .lower-hospital .recruit-link__content {
    border-radius: 20px;
    padding: 80px 7% 40px;
    margin-inline: -3%;
  }
}
.lower-hospital .recruit-link__illust {
  position: absolute;
}
.lower-hospital .recruit-link__illust--01 {
  width: clamp(142.4px, 13.6923076923vw, 178px);
  top: -20px;
  left: 4px;
}
@media (max-width: 834px) {
  .lower-hospital .recruit-link__illust--01 {
    width: clamp(80.1px, 14.9400479616vw, 124.6px);
    top: -28px;
    left: 16px;
  }
}
.lower-hospital .recruit-link__illust--01 img {
  aspect-ratio: 178/208;
}
.lower-hospital .recruit-link__illust--02 {
  width: clamp(181.6px, 17.4615384615vw, 227px);
  top: -111px;
  right: 22px;
}
@media (max-width: 1160px) {
  .lower-hospital .recruit-link__illust--02 {
    top: -80px;
  }
}
@media (max-width: 834px) {
  .lower-hospital .recruit-link__illust--02 {
    width: clamp(102.15px, 19.0527577938vw, 158.9px);
    top: -56px;
    right: 16px;
  }
}
.lower-hospital .recruit-link__illust--02 img {
  aspect-ratio: 227/269;
}
.lower-hospital .recruit-link__heading {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.6;
  text-align: center;
  max-width: 488px;
  margin-inline: auto;
}
@media (max-width: 834px) {
  .lower-hospital .recruit-link__heading {
    font-size: 1.8rem;
    max-width: 280px;
  }
}
@media (min-width: 835px) {
  .lower-hospital .recruit-link__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px 0;
    margin-top: 40px;
  }
}
@media (max-width: 834px) {
  .lower-hospital .recruit-link__buttons {
    margin-top: 24px;
  }
}
.lower-hospital .recruit-link__button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48.1%;
          flex: 0 0 48.1%;
  position: relative;
  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;
  font-size: min(1.6vw, 2rem);
  font-weight: 700;
  letter-spacing: normal;
  color: #fff;
  line-height: 1.4;
  padding: 1.313em 3em 1.313em 1.5em;
  background: #1bb5ee;
  border-radius: 30px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  margin-inline: auto;
}
@media (max-width: 834px) {
  .lower-hospital .recruit-link__button {
    font-size: min(3.7vw, 1.4rem);
    border-radius: 20px;
    max-width: 400px;
  }
  .lower-hospital .recruit-link__button:nth-child(n+2) {
    margin-top: 8px;
  }
}
@media (any-hover: hover) {
  .lower-hospital .recruit-link__button:hover {
    opacity: 1;
    background: rgb(50.7306122449, 188.7020408163, 239.7693877551);
  }
}
.lower-hospital .recruit-link__button::before {
  content: "";
  position: absolute;
  top: 50%;
  right: clamp(0.6666666667em, 2.3846153846vw, 1.2916666667em);
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 0.8333333333em;
  aspect-ratio: 1/1;
  background: url(../img/hospital/icon_recruit-link_external.png) center center/contain no-repeat;
}
@media (max-width: 834px) {
  .lower-hospital .recruit-link__button::before {
    right: 16px;
  }
}
.lower-hospital .recruit-link__button:not([target=_blank])::before {
  width: 1em;
  background-image: url(../img/common/ico_arrow.png);
}
.lower-hospital .recruit-link__button--02 {
  background: #5096ff;
}
@media (any-hover: hover) {
  .lower-hospital .recruit-link__button--02:hover {
    opacity: 1;
    background: rgb(105.5, 165.3, 255);
  }
}
.lower-hospital .recruit-link__emphasis {
  font-size: 1.25em;
}
.lower-hospital .scroll-hint-icon {
  height: 86px;
}

/* ============================================
// 数字で見るページ
// ==========================================*/
.lower-about {
  --engFont: "Mitr", sans-serif;
  --gapX: 30px;
  --gapY: 40px;
  --borderWidth: 2px;
  --borderRadius: 30px;
  --titleSize: 2.6rem;
  --numberingSize: 1.8rem;
  --dataNumSize: 6.8rem;
  --dataNumColor: #008f4d;
  --iconSize: 130px;
  --balanceChartHeight: 64px;
  --balanceChartColor01: #0F218B;
  --balanceChartColor02: #FC1900;
  --pieChartSize: 180px;
  --doughnutChartSize: 240px;
  --tipsColor01: #0F218B;
  --tipsColor02: #FC1900;
  --tipsColor03: #007B8A;
  --tipsColor04: #F5A623;
  --tipsColor05: #6C3483;
}
.lower-about .data__container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 40px;
  /*------------------------------
    項目ごとの設定
  ------------------------------*/
}
@media (max-width: 834px) {
  .lower-about .data__container {
    padding: 40px 20px;
  }
}
.lower-about .data__container .data__body {
  position: relative;
}
@media (min-width: 835px) {
  .lower-about .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-about .data__container .data__body {
    --gapX: 24px;
    --gapY: 24px;
  }
}
@media (max-width: 834px) {
  .lower-about .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-about .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-radius: var(--borderRadius);
  -webkit-box-shadow: 0 10px 35px 0px rgba(54, 42, 42, 0.1);
          box-shadow: 0 10px 35px 0px rgba(54, 42, 42, 0.1);
  padding: 15px;
}
@media (max-width: 834px) {
  .lower-about .data__container .data__block {
    width: 100%;
    border-radius: calc(var(--borderRadius) * 0.5);
    -webkit-box-shadow: 0 10px 35px 0px rgba(54, 42, 42, 0.1);
            box-shadow: 0 10px 35px 0px rgba(54, 42, 42, 0.1);
  }
}
@media (min-width: 835px) {
  .lower-about .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-about .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-about .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-about .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-about .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%;
  }
}
@media (max-width: 834px) {
  .lower-about .data__container .data__block#data04 .body, .lower-about .data__container .data__block#data05 .body {
    display: block;
  }
}
.lower-about .data__container .data__block#data04 .body .data, .lower-about .data__container .data__block#data05 .body .data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.lower-about .data__container .data__block#data04 .body .data .data__label, .lower-about .data__container .data__block#data05 .body .data .data__label {
  display: block;
  background: #89c53f;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 3px;
  padding: 0.4em 0.8em;
}
.lower-about .data__container .data__block#data04 .body .-block1, .lower-about .data__container .data__block#data05 .body .-block1 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 30%;
          flex: 1 1 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -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 (min-width: 835px) {
  .lower-about .data__container .data__block#data04 .body .-block2, .lower-about .data__container .data__block#data05 .body .-block2 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(70% - 32px);
            flex: 1 1 calc(70% - 32px);
  }
}
@media (max-width: 834px) {
  .lower-about .data__container .data__block#data04 .body .-block2, .lower-about .data__container .data__block#data05 .body .-block2 {
    margin-top: 30px;
  }
}
@media (min-width: 835px) {
  .lower-about .data__container .data__block#data04 .-block1 {
    -ms-flex-preferred-size: 25% !important;
        flex-basis: 25% !important;
  }
}
.lower-about .data__container .data__block#data05 .body .-block2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lower-about .data__container .data__block#data05 .body .-block2 .list-nen {
  width: 100%;
}
@media (min-width: 835px) {
  .lower-about .data__container .data__block#data07 .body .-block1, .lower-about .data__container .data__block#data10 .body .-block1 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 25%;
            flex: 1 1 25%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}
.lower-about .data__container .data__block#data07 .body .-block1.-center, .lower-about .data__container .data__block#data10 .body .-block1.-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 835px) {
  .lower-about .data__container .data__block#data07 .body .-block2, .lower-about .data__container .data__block#data10 .body .-block2 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(75% - 32px);
            flex: 1 1 calc(75% - 32px);
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: clamp(200px, 65%, 340px);
  }
}
@media (max-width: 834px) {
  .lower-about .data__container .data__block#data07 .body .-block2, .lower-about .data__container .data__block#data10 .body .-block2 {
    width: 100%;
  }
}
.lower-about .data__container .data__block#data07 .body .-block2 .list-label-horizontal, .lower-about .data__container .data__block#data10 .body .-block2 .list-label-horizontal {
  width: 100%;
  background-color: #fff;
}
.lower-about .data__container .data__block#data07 .body {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lower-about .data__container .data__block#data07 .body .-block1 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.lower-about .data__container .data__block#data07 .body .-block2 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  width: clamp(200px, 65%, 340px);
}
@media (max-width: 834px) {
  .lower-about .data__container .data__block#data07 .body .-block2 {
    width: 100%;
  }
}
.lower-about .data__container .data__block#data07 .body .-block2 .list-label-horizontal {
  width: 100%;
  background-color: #fff;
}
@media (min-width: 835px) {
  .lower-about .data__container .data__block#data08 .body .innerBlock {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(33.333% - 31px);
            flex: 1 1 calc(33.333% - 31px);
  }
}
@media (max-width: 834px) {
  .lower-about .data__container .data__block#data08 .body .innerBlock {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .lower-about .data__container .data__block#data08 .body .innerBlock:not(:first-child) {
    margin-top: 20px;
  }
}
.lower-about .data__container .data__block#data08 .body .shd {
  background-color: #89c53f;
  color: #fff;
  font-weight: bold;
  line-height: 1.4;
  border-radius: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 1em;
  padding: 0.4em 1em;
}
@media (min-width: 835px) {
  .lower-about .data__container .data__block#data08 .body .shd {
    font-size: 1.8rem;
  }
}
@media (max-width: 834px) {
  .lower-about .data__container .data__block#data08 .body .shd {
    padding: 0.4em 0.2em;
    padding-inline: 1em;
  }
}
@media (min-width: 835px) {
  .lower-about .data__container .data__block#data08 .body .list-label-horizontal {
    width: clamp(200px, 90%, 400px);
    margin-inline: auto;
  }
}
.lower-about .data__container .data__block#data11 .body .-block1 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 30%;
          flex: 1 1 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -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 (min-width: 835px) {
  .lower-about .data__container .data__block#data11 .body .-block2 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(70% - 32px);
            flex: 1 1 calc(70% - 32px);
  }
}
@media (max-width: 834px) {
  .lower-about .data__container .data__block#data11 .body .-block2 {
    margin-top: 30px;
    margin-top: 0;
  }
}
.lower-about .data__container .data__block#data11 .body .anotation {
  margin-top: 20px;
}
.lower-about .data__container .data__block#data11 .body .anotation a {
  color: #008f4d;
  font-weight: bold;
  text-decoration: underline;
}
.lower-about .data__container .data__block .head {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lower-about .data__container .data__block .head .num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: var(--engFont);
  font-size: var(--numberingSize);
  font-weight: 500;
  color: #ffffff;
  line-height: 1;
  position: absolute;
  z-index: 1;
  left: calc(var(--borderWidth) * -1);
  top: 0;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #89c53f;
  translate: 0 -50%;
}
@media (max-width: 834px) {
  .lower-about .data__container .data__block .head .num {
    scale: 0.7;
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}
.lower-about .data__container .data__block .head .title {
  font-size: var(--titleSize);
  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: 0.8em 1em;
  border-radius: 15px;
  background-color: #edf7f2;
}
@media (max-width: 834px) {
  .lower-about .data__container .data__block .head .title {
    font-size: calc(var(--titleSize) * 0.7);
    border-radius: 10.5px;
  }
}
.lower-about .data__container .data__block .body {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: auto;
  padding: 48px min(3vw, 48px);
  min-height: 240px;
}
@media (max-width: 834px) {
  .lower-about .data__container .data__block .body {
    min-height: 180px;
    padding: 20px 6.25%;
  }
}
.lower-about .data__container .data__block .body.-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
@media (max-width: 834px) {
  .lower-about .data__container .data__block .body.-horizontal {
    gap: 16px;
  }
}
.lower-about .data__container .data__block .body.-vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media (max-width: 834px) {
  .lower-about .data__container .data__block .body.-vertical {
    gap: 16px;
  }
}
.lower-about .data__container .data__block .body .img {
  height: var(--iconSize);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 834px) {
  .lower-about .data__container .data__block .body .img {
    height: calc(var(--iconSize) * 0.6);
  }
}
.lower-about .data__container .data__block .body .img img {
  width: auto;
  max-height: 100%;
}
.lower-about .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-about .data__container .data__block .body .annotation {
    font-size: 1.2rem;
  }
}
.lower-about .data__container .data__block .data__multi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10%;
}
.lower-about .data__container .data__block .data .body {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  margin: 0;
}
.lower-about .data__container .data__block .data .num {
  font-size: calc(var(--dataNumSize) * 0.25);
  line-height: 1;
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: 0.075em;
  color: #008f4d;
}
@media (max-width: 834px) {
  .lower-about .data__container .data__block .data .num {
    font-size: calc(var(--dataNumSize) * 0.25 * 0.8);
  }
}
.lower-about .data__container .data__block .data .num:has(.-small) {
  font-size: calc(var(--dataNumSize) * 0.25 * 0.9);
}
@media (max-width: 834px) {
  .lower-about .data__container .data__block .data .num:has(.-small) {
    font-size: calc(var(--dataNumSize) * 0.25 * 0.8);
  }
}
.lower-about .data__container .data__block .data .num b {
  font-family: var(--engFont);
  font-size: var(--dataNumSize);
  font-weight: 500;
  color: var(--dataNumColor);
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  margin-right: 4px;
}
@media (max-width: 834px) {
  .lower-about .data__container .data__block .data .num b {
    font-size: calc(var(--dataNumSize) * 0.7);
  }
}
.lower-about .data__container .data__block .data .num b.-small {
  font-size: calc(var(--dataNumSize) * 0.6);
}
@media (max-width: 834px) {
  .lower-about .data__container .data__block .data .num b.-small {
    font-size: calc(var(--dataNumSize) * 0.6 * 0.7);
  }
}
.lower-about .data__container .data__block .data .num b.-middle {
  font-size: calc(var(--dataNumSize) * 0.74);
}
@media (max-width: 834px) {
  .lower-about .data__container .data__block .data .num b.-middle {
    font-size: calc(var(--dataNumSize) * 0.74 * 0.7);
  }
}
.lower-about .data__container .data__block .data .sub_data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  color: #008f4d;
}
.lower-about .data__container .data__block:has(.line-chart) .line-chart {
  width: 100%;
}
.lower-about .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-about .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-about .data__container .data__block:has(.line-chart) .line-chart .chart .line {
    height: calc(var(--balanceChartHeight) * 0.65);
  }
}
.lower-about .data__container .data__block:has(.line-chart) .line-chart .chart .line:nth-child(2n+1) {
  background: var(--balanceChartColor01);
}
.lower-about .data__container .data__block:has(.line-chart) .line-chart .chart .line:nth-child(2n+2) {
  background: var(--balanceChartColor02);
}
.lower-about .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-about .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-about .data__container .data__block:has(.line-chart) .dataTitle__item:first-child {
  color: var(--balanceChartColor01);
}
.lower-about .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-about .data__container .data__block:has(.line-chart) .dataTitle__item img {
  width: 48px;
}
.lower-about .data__container .data__block:has(.line-chart) .data {
  width: 100%;
}
.lower-about .data__container .data__block:has(.line-chart) .data__multi {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.lower-about .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-about .data__container .data__block .pie-chart {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--pieChartSize);
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-about .data__container .data__block .pie-chart {
    width: calc(var(--pieChartSize) * 0.88);
  }
}
.lower-about .data__container .data__block .pie-chart .chart {
  position: relative;
  z-index: 1;
  aspect-ratio: 1/1;
  margin: 0 auto;
  border-radius: 50%;
}
.lower-about .data__container .data__block .pie-chart .chart::before {
  content: "";
  position: absolute;
  inset: 6px;
  z-index: -1;
  border-radius: 50%;
  background: #f0f7f9;
}
.lower-about .data__container .data__block .pie-chart .chart canvas {
  position: absolute;
  inset: 0;
}
.lower-about .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-about .data__container .data__block .doughnut-chart {
    width: calc(var(--doughnutChartSize) * 0.75);
  }
}
.lower-about .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-about .data__container .data__block .doughnut-chart .chart::before {
  content: "";
  position: absolute;
  inset: 20%;
  z-index: -1;
  border-radius: 50%;
  background: #ffffff;
}
.lower-about .data__container .data__block .doughnut-chart .chart canvas {
  position: absolute;
  inset: 0;
}
.lower-about .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-about .data__container .data__block .doughnut-chart .chart .num {
    font-size: calc(var(--dataNumSize) * 0.25 * 0.8);
  }
}
.lower-about .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-about .data__container .data__block .doughnut-chart .chart .num b {
    font-size: calc(var(--dataNumSize) * 0.7 * 0.7);
  }
}
.lower-about .data__container .data__block .doughnut-chart .chart .ico {
  position: absolute;
  z-index: 2;
  left: 16px;
  bottom: 0;
}
@media (max-width: 834px) {
  .lower-about .data__container .data__block .doughnut-chart .chart .ico {
    left: 8px;
  }
}
.lower-about .data__container .data__block .doughnut-chart .chart .ico img {
  height: 56px;
}
@media (max-width: 834px) {
  .lower-about .data__container .data__block .doughnut-chart .chart .ico img {
    height: 44px;
  }
}
.lower-about .data__container .data__block .bar-chart {
  width: 100%;
  max-width: 400px;
}
.lower-about .data__container .data__block .bar-chart canvas {
  aspect-ratio: 3/2;
}
@media (max-width: 834px) {
  .lower-about .data__container .data__block .bar-chart canvas {
    aspect-ratio: 2/1.2;
  }
}
.lower-about .data__container .data__block .bar-chart canvas.verticalBarChart {
  aspect-ratio: 1/1;
}
@media (max-width: 834px) {
  .lower-about .data__container .data__block .bar-chart canvas.verticalBarChart {
    aspect-ratio: 3/2;
  }
}
.lower-about .data__container .data__block .tips {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 0.7em;
}
.lower-about .data__container .data__block .tips__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 8px;
  font-weight: 700;
}
.lower-about .data__container .data__block .tips__item::before {
  content: "";
  aspect-ratio: 1/1;
  width: 0.6em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0.6em;
          flex: 0 0 0.6em;
  margin-top: 0.8em;
}
.lower-about .data__container .data__block .tips__item b {
  font-family: var(--engFont);
  font-weight: 700;
  font-size: 1.7em;
  line-height: 1;
  margin-right: 0.1em;
}
.lower-about .data__container .data__block .tips__item:nth-child(5n+1)::before {
  background: var(--tipsColor01);
}
.lower-about .data__container .data__block .tips__item:nth-child(5n+2)::before {
  background: var(--tipsColor02);
}
.lower-about .data__container .data__block .tips__item:nth-child(5n+3)::before {
  background: var(--tipsColor03);
}
.lower-about .data__container .data__block .tips__item:nth-child(5n+4)::before {
  background: var(--tipsColor04);
}
.lower-about .data__container .data__block .tips__item:nth-child(5n+5)::before {
  background: var(--tipsColor05);
}
.lower-about .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-about .data__container .data__block .list {
    gap: 10px;
  }
}
.lower-about .data__container .data__block .list__item {
  position: relative;
  font-weight: 700;
  color: #ffffff;
  padding: 0.65em 1.1em;
  background: #008f4d;
}
@media (max-width: 834px) {
  .lower-about .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-about .data__container .data__block .list__item::after {
  content: "";
  aspect-ratio: 10/7;
  width: 10px;
  position: absolute;
  bottom: 1px;
  right: 20px;
  background: #008f4d;
  translate: 0 100%;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}
.lower-about .data__container .data__block .list__item:nth-child(even) {
  background: #89c53f;
}
.lower-about .data__container .data__block .list__item:nth-child(even)::after {
  background: #89c53f;
}
.lower-about .data__container .data__block .list-facility {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.lower-about .data__container .data__block .list-facility.-large {
  position: relative;
}
.lower-about .data__container .data__block .list-facility.-large::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 1px);
  border: 1px solid #fdddd8;
  border-left: none;
  border-right: none;
}
.lower-about .data__container .data__block .list-facility.-large .list-facility__item {
  font-size: 2rem;
}
@media (max-width: 834px) {
  .lower-about .data__container .data__block .list-facility.-large .list-facility__item {
    font-size: 1.6rem;
  }
}
.lower-about .data__container .data__block .list-facility__item {
  position: relative;
  line-height: 1.5;
  font-weight: bold;
  padding: 23px 12px;
  border: 1px solid #fdddd8;
  border-left: none;
  border-right: none;
  margin-bottom: -1px;
  background-color: #fff;
}
@media (max-width: 834px) {
  .lower-about .data__container .data__block .list-facility__item {
    padding: 15px 10px;
    width: 100%;
  }
}
.lower-about .data__container .data__block .list-facility__item span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.lower-about .data__container .data__block .list-facility__item span::before {
  content: "";
  display: block;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  top: 0.6em;
  width: 7px;
  height: 7px;
  background-color: #89c53f;
  border-radius: 50%;
}
.lower-about .data__container .data__block .list-nen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.lower-about .data__container .data__block .list-nen__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(20% - 10px);
          flex: 1 1 calc(20% - 10px);
  position: relative;
  background-color: #dbedc5;
  border-radius: 5px;
  padding: 9px;
}
@media (max-width: 1200px) {
  .lower-about .data__container .data__block .list-nen__item {
    -ms-flex-preferred-size: calc(33.3333333333% - 10px);
        flex-basis: calc(33.3333333333% - 10px);
  }
}
@media (max-width: 834px) {
  .lower-about .data__container .data__block .list-nen__item {
    -ms-flex-preferred-size: calc(50% - 10px);
        flex-basis: calc(50% - 10px);
  }
}
.lower-about .data__container .data__block .list-nen__item .data {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7px !important;
}
@media (max-width: 834px) {
  .lower-about .data__container .data__block .list-nen__item .data {
    gap: 5px !important;
  }
}
.lower-about .data__container .data__block .list-nen__item .label {
  background-color: #89c53f;
  width: 100%;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
  padding: 0.4em 0;
  text-align: center;
}
@media (min-width: 835px) {
  .lower-about .data__container .data__block .list-nen__item .label {
    font-size: 1.8rem;
  }
}
.lower-about .data__container .data__block .list-nen__item .num {
  background-color: #fff;
  width: 100%;
  border-radius: 5px;
  padding: 20px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 835px) {
  .lower-about .data__container .data__block .list-nen__item .num {
    min-height: 100px;
  }
}
.lower-about .data__container .data__block .list-nen__item .num b {
  position: relative;
  top: -0.1em;
}
.lower-about .data__container .data__block .list-label-horizontal__item {
  position: relative;
  border: 1px solid #fdddd8;
  border-left: none;
  border-right: none;
  margin-bottom: -1px;
  padding-block: 20px;
}
.lower-about .data__container .data__block .list-label-horizontal__item .data {
  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;
}
.lower-about .data__container .data__block .list-label-horizontal__item .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
}
.lower-about .data__container .data__block .list-label-horizontal__item .label:not(.-man, .-woman)::before {
  content: "";
  display: block;
  position: relative;
  background-color: #89c53f;
  border-radius: 50%;
  aspect-ratio: 1/1;
  width: 0.4em;
  height: 0.4em;
}
.lower-about .data__container .data__block .list-label-horizontal__item .label.-man::before, .lower-about .data__container .data__block .list-label-horizontal__item .label.-woman::before {
  content: "";
  display: block;
  position: relative;
  aspect-ratio: 12/29;
  width: 0.6666666667em;
  background-color: #ddd;
}
.lower-about .data__container .data__block .list-label-horizontal__item .label.-man::before {
  background: url(../img/about/ico-man.png) no-repeat center center/contain;
}
.lower-about .data__container .data__block .list-label-horizontal__item .label.-woman::before {
  background: url(../img/about/ico-woman.png) no-repeat center center/contain;
}
.lower-about .data__container .data__block .list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
@media (max-width: 834px) {
  .lower-about .data__container .data__block .list-group {
    gap: 0;
  }
}
.lower-about .data__container .data__block .list-group .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px 30px;
}
@media (max-width: 834px) {
  .lower-about .data__container .data__block .list-group .group {
    padding-bottom: 20px;
  }
}
.lower-about .data__container .data__block .list-group .group__ttl {
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  color: #008f4d;
  line-height: 1.5;
  width: 100%;
  margin-bottom: 5px;
}
@media (max-width: 834px) {
  .lower-about .data__container .data__block .list-group .group__ttl {
    font-size: 1.6rem;
    padding-top: 1em;
  }
}
.lower-about .data__container .data__block .list-group .group__ttl span {
  position: relative;
  z-index: 3;
  background-color: #fff;
  padding-right: 0.7em;
}
.lower-about .data__container .data__block .list-group .group__ttl::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 0.8em;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fdddd8;
}
@media (max-width: 834px) {
  .lower-about .data__container .data__block .list-group .group__ttl::after {
    top: auto;
    bottom: 100%;
  }
}
.lower-about .data__container .data__block .list-group .group__item {
  position: relative;
  line-height: 1.5;
  font-weight: bold;
}
@media (max-width: 834px) {
  .lower-about .data__container .data__block .list-group .group__item {
    width: 100%;
  }
}
.lower-about .data__container .data__block .list-group .group__item span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.lower-about .data__container .data__block .list-group .group__item span::before {
  content: "";
  display: block;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  top: 0.6em;
  width: 7px;
  height: 7px;
  background-color: #89c53f;
  border-radius: 50%;
}
.lower-about .data__container .data__block .anotation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  line-height: 1.5;
}
.lower-about .data__container .data__date {
  text-align: right;
  margin-top: 24px;
  font-size: 0.8em;
  font-weight: 500;
  letter-spacing: 0.075em;
  color: #999999;
}
@media (max-width: 834px) {
  .lower-about .data__container .data__date {
    font-size: 1.2rem;
    margin-top: 16px;
  }
}/*# sourceMappingURL=style.css.map */