@charset "UTF-8";
/* ============================================
// normalize.css v3.0.2 | MIT License | git.io/normalize
// ==========================================*/
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: border-box; /* 2 */
  box-sizing: border-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@-webkit-keyframes scrollLineBlink {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  40% {
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  }
  60% {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}

@keyframes scrollLineBlink {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  40% {
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  }
  60% {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
/* ============================================
// 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;
  line-height: 1.6;
}

a {
  outline: none;
  text-decoration: none;
}

li {
  list-style: none;
}

img {
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

::-moz-selection {
  background: rgb(3.900862069, 49.150862069, 86.599137931);
  color: #ffffff;
}

::selection {
  background: rgb(3.900862069, 49.150862069, 86.599137931);
  color: #ffffff;
}

@media (min-device-width: 835px) {
  a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
  }
}
/* ============================================
// BASE
// ==========================================*/
html,
body {
  min-width: 1024px;
}
@media (max-width: 834px) {
  html,
  body {
    min-width: inherit;
  }
}

html {
  font-size: 62.5%;
}

body {
  position: relative;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 1.7rem;
  font-weight: 500;
  color: #222;
  line-height: 2;
  letter-spacing: 0.025em;
  word-break: break-word;
  background: #fff;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  opacity: 0.01;
  -webkit-transition: opacity 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out;
}
@media (max-width: 834px) {
  body {
    font-size: 1.5rem;
  }
}
body.js-loaded {
  opacity: 1;
}

#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%;
  }
}

main.main,
main.l-main {
  position: relative;
  z-index: 1;
  padding: 80px 0;
}
@media (max-width: 834px) {
  main.main,
  main.l-main {
    padding: 48px 0;
  }
}

a {
  color: #222;
  -webkit-transition: opacity 0.24s, color 0.24s, -webkit-filter 0.24s;
  transition: opacity 0.24s, color 0.24s, -webkit-filter 0.24s;
  transition: opacity 0.24s, filter 0.24s, color 0.24s;
  transition: opacity 0.24s, filter 0.24s, color 0.24s, -webkit-filter 0.24s;
}
@media (any-hover: hover) {
  a:hover {
    opacity: 0.8;
  }
}

/* classes */
img {
  max-width: 100%;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.ofi {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
}

@media (min-width: 835px) {
  .ro:hover {
    opacity: 0.8;
    -webkit-transition: all 0.16s linear;
    transition: all 0.16s linear;
  }
}

.ro:hover img {
  opacity: 1;
}

.bold {
  font-weight: bold;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

/* fonts */
.eng {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  letter-spacing: 0.15em;
}

.mincho {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 500;
  letter-spacing: -0.12em;
}

/* animations */
.anime {
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s, -webkit-transform 1s;
}
.anime.-fadeIn {
  opacity: 0;
}
.anime.-fadeIn.js-active, .js-active > .anime.-fadeIn {
  opacity: 1;
}
.anime.-fadeInBottom {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}
.anime.-fadeInBottom.js-active, .js-active > .anime.-fadeInBottom {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.anime.-fadeInTop {
  opacity: 0;
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
}
.anime.-fadeInTop.js-active, .js-active > .anime.-fadeInTop {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.anime.-fadeInLeft {
  opacity: 0;
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
}
.anime.-fadeInLeft.js-active, .js-active > .anime.-fadeInLeft {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.anime.-fadeInRight {
  opacity: 0;
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
}
.anime.-fadeInRight.js-active, .js-active > .anime.-fadeInRight {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

#ot-sdk-btn-floating.ot-floating-button {
  z-index: 10 !important;
}
#ot-sdk-btn-floating.ot-floating-button .ot-floating-button__front button {
  outline: none !important;
}

.lower-kyujin_d #ot-sdk-btn-floating.ot-floating-button {
  bottom: 102px;
}
@media (max-width: 834px) {
  .lower-kyujin_d #ot-sdk-btn-floating.ot-floating-button {
    bottom: 84px;
  }
}

/* ============================================
// loading
// ==========================================*/
/* ============================================
// hamburger
// ==========================================*/
.hamburger {
  position: fixed;
  inset: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  translate: 30% 0;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
}
.js-loaded .hamburger {
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease, translate 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease, translate 0.5s ease;
}
.hamburger.js-open {
  opacity: 1;
  translate: 0;
  visibility: visible;
}
.hamburger__btn {
  position: relative;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  z-index: 500;
  background: #053f6f;
  border-radius: 50%;
  width: 60px;
  aspect-ratio: 1/1;
  cursor: pointer;
  padding-top: 2px;
  -webkit-transition: scale 0.3s;
  transition: scale 0.3s;
}
@media (max-width: 1480px) {
  .hamburger__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 834px) {
  .hamburger__btn {
    width: 56px;
    gap: 4px;
  }
}
.hamburger__btn__bar {
  width: 20px;
  height: 1px;
  background-color: #fff;
  border-radius: 2px;
  -webkit-transition: translate 0.3s;
  transition: translate 0.3s;
}
@media (max-width: 834px) {
  .hamburger__btn__bar {
    width: 18px;
  }
}
.hamburger__btn__text {
  font-size: 0.9rem;
  color: #fff;
  line-height: 1;
  margin-top: 2px;
}
@media (any-hover: hover) {
  .hamburger__btn:hover {
    scale: 0.95;
  }
}
.hamburger__menu {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 100px;
  overflow-y: auto;
}
@media (max-width: 834px) {
  .hamburger__menu {
    padding: 48px 24px;
  }
}
.hamburger__menu__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}
.hamburger__menu__bg::before {
  content: "";
  position: absolute;
  inset: 0 -230px 0 0;
  -webkit-mask: url(../img/common/bg_map.png) top center/cover no-repeat;
          mask: url(../img/common/bg_map.png) top center/cover no-repeat;
  background: #053f6f;
  pointer-events: none;
}
@media (max-width: 834px) {
  .hamburger__menu__bg::before {
    inset: 0 -400px 0 -88px;
  }
}
.hamburger__menu__inner {
  position: relative;
  width: 100%;
  max-width: 480px;
  margin: auto;
}
.hamburger__menu__logo {
  max-width: 400px;
  margin: 0 auto;
}
@media (max-width: 834px) {
  .hamburger__menu__logo {
    max-width: 340px;
  }
}
.hamburger__menu__logo-link {
  display: block;
  max-width: 329px;
  margin-inline: auto;
  translate: -24px 0;
}
@media (max-width: 834px) {
  .hamburger__menu__logo-link {
    max-width: 255px;
    margin: 0 24px;
    translate: -22px 0;
  }
}
@media (max-width: 365px) {
  .hamburger__menu__logo-link {
    max-width: 280px;
    translate: -13px 0;
  }
}
.hamburger__menu__nav {
  position: relative;
  margin-top: 24px;
  max-width: 400px;
  margin-inline: auto;
  z-index: 1;
}
@media (max-width: 834px) {
  .hamburger__menu__nav {
    margin-top: 16px;
    max-width: 340px;
  }
}
.hamburger__menu__nav__list__item {
  font-size: 1.7rem;
  font-weight: 700;
  opacity: 0;
}
@media (max-width: 834px) {
  .hamburger__menu__nav__list__item {
    font-size: 1.5rem;
  }
}
.js-open .hamburger__menu__nav__list__item:nth-child(1) {
  -webkit-animation: hamburger-fadeInBottom 1s ease 30ms forwards;
          animation: hamburger-fadeInBottom 1s ease 30ms forwards;
}
@-webkit-keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 24px 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 24px 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__nav__list__item:nth-child(2) {
  -webkit-animation: hamburger-fadeInBottom 1s ease 60ms forwards;
          animation: hamburger-fadeInBottom 1s ease 60ms forwards;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 24px 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__nav__list__item:nth-child(3) {
  -webkit-animation: hamburger-fadeInBottom 1s ease 90ms forwards;
          animation: hamburger-fadeInBottom 1s ease 90ms forwards;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 24px 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__nav__list__item:nth-child(4) {
  -webkit-animation: hamburger-fadeInBottom 1s ease 120ms forwards;
          animation: hamburger-fadeInBottom 1s ease 120ms forwards;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 24px 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__nav__list__item:nth-child(5) {
  -webkit-animation: hamburger-fadeInBottom 1s ease 150ms forwards;
          animation: hamburger-fadeInBottom 1s ease 150ms forwards;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 24px 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__nav__list__item:nth-child(6) {
  -webkit-animation: hamburger-fadeInBottom 1s ease 180ms forwards;
          animation: hamburger-fadeInBottom 1s ease 180ms forwards;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 24px 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__nav__list__item:nth-child(7) {
  -webkit-animation: hamburger-fadeInBottom 1s ease 210ms forwards;
          animation: hamburger-fadeInBottom 1s ease 210ms forwards;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 24px 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__nav__list__item:nth-child(8) {
  -webkit-animation: hamburger-fadeInBottom 1s ease 240ms forwards;
          animation: hamburger-fadeInBottom 1s ease 240ms forwards;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 24px 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__nav__list__item:nth-child(9) {
  -webkit-animation: hamburger-fadeInBottom 1s ease 270ms forwards;
          animation: hamburger-fadeInBottom 1s ease 270ms forwards;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 24px 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__nav__list__item:nth-child(10) {
  -webkit-animation: hamburger-fadeInBottom 1s ease 300ms forwards;
          animation: hamburger-fadeInBottom 1s ease 300ms forwards;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 24px 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__nav__list__item:nth-child(11) {
  -webkit-animation: hamburger-fadeInBottom 1s ease 330ms forwards;
          animation: hamburger-fadeInBottom 1s ease 330ms forwards;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 24px 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__nav__list__item:nth-child(12) {
  -webkit-animation: hamburger-fadeInBottom 1s ease 360ms forwards;
          animation: hamburger-fadeInBottom 1s ease 360ms forwards;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 24px 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__nav__list__item:nth-child(13) {
  -webkit-animation: hamburger-fadeInBottom 1s ease 390ms forwards;
          animation: hamburger-fadeInBottom 1s ease 390ms forwards;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 24px 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__nav__list__item:nth-child(14) {
  -webkit-animation: hamburger-fadeInBottom 1s ease 420ms forwards;
          animation: hamburger-fadeInBottom 1s ease 420ms forwards;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 24px 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__nav__list__item:nth-child(15) {
  -webkit-animation: hamburger-fadeInBottom 1s ease 450ms forwards;
          animation: hamburger-fadeInBottom 1s ease 450ms forwards;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 24px 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__nav__list__item:nth-child(16) {
  -webkit-animation: hamburger-fadeInBottom 1s ease 480ms forwards;
          animation: hamburger-fadeInBottom 1s ease 480ms forwards;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 24px 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__nav__list__item:nth-child(17) {
  -webkit-animation: hamburger-fadeInBottom 1s ease 510ms forwards;
          animation: hamburger-fadeInBottom 1s ease 510ms forwards;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 24px 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__nav__list__item:nth-child(18) {
  -webkit-animation: hamburger-fadeInBottom 1s ease 540ms forwards;
          animation: hamburger-fadeInBottom 1s ease 540ms forwards;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 24px 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__nav__list__item:nth-child(19) {
  -webkit-animation: hamburger-fadeInBottom 1s ease 570ms forwards;
          animation: hamburger-fadeInBottom 1s ease 570ms forwards;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 24px 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__nav__list__item:nth-child(20) {
  -webkit-animation: hamburger-fadeInBottom 1s ease 600ms forwards;
          animation: hamburger-fadeInBottom 1s ease 600ms forwards;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 24px 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__nav__list__item:nth-child(21) {
  -webkit-animation: hamburger-fadeInBottom 1s ease 630ms forwards;
          animation: hamburger-fadeInBottom 1s ease 630ms forwards;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 24px 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__nav__list__item:nth-child(22) {
  -webkit-animation: hamburger-fadeInBottom 1s ease 660ms forwards;
          animation: hamburger-fadeInBottom 1s ease 660ms forwards;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 24px 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__nav__list__item:nth-child(23) {
  -webkit-animation: hamburger-fadeInBottom 1s ease 690ms forwards;
          animation: hamburger-fadeInBottom 1s ease 690ms forwards;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 24px 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__nav__list__item:nth-child(24) {
  -webkit-animation: hamburger-fadeInBottom 1s ease 720ms forwards;
          animation: hamburger-fadeInBottom 1s ease 720ms forwards;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 24px 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__nav__list__item:nth-child(25) {
  -webkit-animation: hamburger-fadeInBottom 1s ease 750ms forwards;
          animation: hamburger-fadeInBottom 1s ease 750ms forwards;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 24px 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__nav__list__item:nth-child(26) {
  -webkit-animation: hamburger-fadeInBottom 1s ease 780ms forwards;
          animation: hamburger-fadeInBottom 1s ease 780ms forwards;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 24px 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__nav__list__item:nth-child(27) {
  -webkit-animation: hamburger-fadeInBottom 1s ease 810ms forwards;
          animation: hamburger-fadeInBottom 1s ease 810ms forwards;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 24px 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__nav__list__item:nth-child(28) {
  -webkit-animation: hamburger-fadeInBottom 1s ease 840ms forwards;
          animation: hamburger-fadeInBottom 1s ease 840ms forwards;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 24px 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__nav__list__item:nth-child(29) {
  -webkit-animation: hamburger-fadeInBottom 1s ease 870ms forwards;
          animation: hamburger-fadeInBottom 1s ease 870ms forwards;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 24px 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.js-open .hamburger__menu__nav__list__item:nth-child(30) {
  -webkit-animation: hamburger-fadeInBottom 1s ease 900ms forwards;
          animation: hamburger-fadeInBottom 1s ease 900ms forwards;
}
@keyframes hamburger-fadeInBottom {
  0% {
    opacity: 0;
    translate: 24px 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.hamburger__menu__nav__list__item-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 8px;
  border-bottom: 1px solid rgba(34, 34, 34, 0.2);
}
@media (max-width: 834px) {
  .hamburger__menu__nav__list__item-link {
    padding: 14px 8px 12px;
  }
}
.hamburger__menu__nav__list__item-link::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  bottom: -1px;
  width: 0;
  left: auto;
  right: 0;
  height: 1px;
  border-bottom: 1px solid #053f6f;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (any-hover: hover) {
  .hamburger__menu__nav__list__item-link:hover {
    opacity: 1;
    color: #053f6f;
  }
  .hamburger__menu__nav__list__item-link:hover::after {
    left: 0;
    width: 100%;
  }
  .hamburger__menu__nav__list__item-link:hover .hamburger__menu__nav__list__item-icon {
    scale: 0.95;
  }
}
.hamburger__menu__nav__list__item-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 32px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.07);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: scale 50ms;
  transition: scale 50ms;
}
@media (max-width: 834px) {
  .hamburger__menu__nav__list__item-icon {
    width: 30px;
  }
}
.hamburger__menu__nav__list__item-icon::before {
  content: "";
  width: 9px;
  aspect-ratio: 1/1;
  -webkit-mask: url(../img/common/icon_arrow_03.png) center center/contain no-repeat;
          mask: url(../img/common/icon_arrow_03.png) center center/contain no-repeat;
  background: #053f6f;
  pointer-events: none;
}
@media (max-width: 834px) {
  .hamburger__menu__nav__list__item-icon::before {
    width: 8px;
  }
}
.hamburger__menu__nav__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 32px;
  gap: 10px;
}
@media (max-width: 834px) {
  .hamburger__menu__nav__actions {
    gap: 8px;
  }
}
.hamburger__menu__nav__contact-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #fff;
  background: #053f6f;
  border-radius: 100vmax;
  padding: 0.82em 1.35em 0.72em 1em;
  -webkit-transition: scale 0.3s;
  transition: scale 0.3s;
}
@media (max-width: 834px) {
  .hamburger__menu__nav__contact-link {
    gap: 12px;
  }
}
@media (any-hover: hover) {
  .hamburger__menu__nav__contact-link:hover {
    opacity: 1;
    scale: 0.95;
  }
}
.hamburger__menu__nav__contact-icon {
  width: 1.1111111111em;
}
.hamburger__menu__nav__contact-icon img {
  display: block;
  aspect-ratio: 33/23;
}
.hamburger__menu__nav__recruit-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #fff;
  background: #ce2e29;
  border-radius: 100vmax;
  padding: 0.82em 1.56em 0.72em 0.88em;
  -webkit-transition: scale 0.3s;
  transition: scale 0.3s;
}
@media (any-hover: hover) {
  .hamburger__menu__nav__recruit-link:hover {
    opacity: 1;
    scale: 0.95;
  }
}
.hamburger__menu__nav__recruit-icon {
  width: 1.5882352941em;
}
.hamburger__menu__nav__recruit-icon img {
  display: block;
  aspect-ratio: 27/19;
}
.hamburger__menu__nav__line {
  position: relative;
  margin-top: 30px;
}
.hamburger__menu__nav__line .comment {
  position: absolute;
  left: 50%;
  top: -8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8em;
  font-size: 1.3rem;
  font-weight: 600;
  color: #07b53b;
  line-height: 1;
  letter-spacing: normal;
  white-space: nowrap;
  translate: -50% -100%;
}
.hamburger__menu__nav__line .comment::before, .hamburger__menu__nav__line .comment::after {
  content: "";
  width: 1px;
  height: 1em;
  background: currentColor;
}
.hamburger__menu__nav__line .comment::before {
  rotate: -20deg;
}
.hamburger__menu__nav__line .comment::after {
  rotate: 20deg;
}
.hamburger__menu__nav__line-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #fff;
  background: #07b53b;
  border-radius: 100vmax;
  padding: 0.82em 1.56em 0.72em 1em;
  -webkit-transition: scale 0.3s;
  transition: scale 0.3s;
}
@media (any-hover: hover) {
  .hamburger__menu__nav__line-link:hover {
    opacity: 1;
    scale: 0.95;
  }
}
.hamburger__menu__nav__line-icon {
  width: 1.176471em;
}
.hamburger__menu__nav__line-icon img {
  display: block;
  aspect-ratio: 38/37;
}
.hamburger__menu__close {
  position: fixed;
  top: 28px;
  right: clamp(28.8px, 2.5vw, 36px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 500;
  width: 60px;
  aspect-ratio: 1/1;
  cursor: pointer;
  background: #053f6f;
  border-radius: 50%;
  padding-top: 8px;
  -webkit-transition: scale 0.3s;
  transition: scale 0.3s;
}
@media (max-width: 834px) {
  .hamburger__menu__close {
    right: 24px;
    width: 56px;
  }
}
.hamburger__menu__close__bar {
  width: 18px;
  height: 1px;
  background-color: #fff;
  border-radius: 2px;
  -webkit-transition: rotate 0.3s;
  transition: rotate 0.3s;
}
.hamburger__menu__close__bar:nth-child(1) {
  rotate: 45deg;
}
.hamburger__menu__close__bar:nth-child(2) {
  rotate: -45deg;
  translate: 0px -1px;
}
.hamburger__menu__close__text {
  font-size: 0.85rem;
  color: #fff;
  line-height: 1;
  margin-top: 14px;
}
@media (any-hover: hover) {
  .hamburger__menu__close:hover {
    scale: 0.95;
  }
  .hamburger__menu__close:hover .hamburger__menu__close__bar:nth-child(1) {
    rotate: 135deg;
  }
  .hamburger__menu__close:hover .hamburger__menu__close__bar:nth-child(2) {
    rotate: 45deg;
  }
}

body:has(.hamburger.js-open) {
  overflow: hidden;
}

/*-------------------------------------------------------
form base setting（kyujin.scssと記述被らないように注意）
-------------------------------------------------------*/
body.iPhone select,
body.iPhone input,
body.iPhone textarea {
  font-size: 16px !important;
}

body input,
body button,
body textarea,
body select {
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  line-height: inherit;
  text-overflow: "";
}
body input::-ms-expand,
body button::-ms-expand,
body textarea::-ms-expand,
body select::-ms-expand {
  display: none;
}
body input::-ms-reveal,
body button::-ms-reveal,
body textarea::-ms-reveal,
body select::-ms-reveal {
  visibility: hidden;
}
body input::-ms-clear,
body button::-ms-clear,
body textarea::-ms-clear,
body select::-ms-clear {
  visibility: hidden;
}
body input[type=text],
body input[type=submit],
body input[type=search],
body input[type=button],
body select,
body textarea {
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  border: none;
  outline: none;
  transition: all 0.2s;
}
body input[type=search] {
  cursor: auto;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-appearance: textfield;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body input[type=search]:focus {
  outline-offset: -2px;
}
body input[type=search]::-webkit-search-decoration {
  display: none;
}
body select,
body search,
body input {
  width: 100%;
  display: block;
  overflow: hidden;
  padding: 17px 28px 13px !important;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  background: #fff;
}
@media (max-width: 834px) {
  body select,
  body search,
  body input {
    padding: 10px 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: 15px 20px !important;
  background: #fff;
}
@media (min-width: 835px) {
  body input[type=text]:hover,
  body input[type=search]:hover,
  body input[type=submit]:hover {
    background: #ffffff;
  }
}
@media (max-width: 834px) {
  body input[type=text],
  body input[type=search],
  body input[type=submit] {
    padding: 14px 16px !important;
  }
}
body input[type=checkbox] {
  display: none;
}
body input[type=checkbox] + label {
  -moz-transition: all 0.3;
  -ms-transition: all 0.3;
  -webkit-transition: all 0.3;
  position: relative;
  cursor: pointer;
  line-height: 1.5;
  padding: 1.1em 1.2em 0.9em;
  gap: 10px;
  border-radius: 4px;
  border: 1px solid #eee;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 834px) {
  body input[type=checkbox] + label {
    padding: 0.9em 1.1em;
    gap: 8px;
  }
}
body input[type=checkbox] + label .check {
  top: 4px;
}
@media (max-width: 834px) {
  body input[type=checkbox] + label .check {
    width: 14px;
    height: 14px;
  }
}
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 a:link,
body input[type=checkbox] + label a:visited {
  color: #222;
}
body input[type=radio] {
  display: none;
}
body input[type=radio] + label {
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  cursor: pointer;
  display: block;
  line-height: 1.5;
  padding: 0 15px 0 1.5em;
  position: relative;
  transition: all 0.2s;
}
body input[type=radio] + label:before,
body input[type=radio] + label:after {
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  content: "";
  position: absolute;
  transition: all 0.2s;
}
body input[type=radio] + label:before {
  background: #f2f2f2;
  border: 1px solid #f2f2f2;
  border-radius: 50%;
  height: 13px;
  left: 0;
  top: 3px;
  width: 13px;
  z-index: 0;
}
body input[type=radio] + label:after {
  background: #00a1e9;
  border-radius: 50%;
  height: 7px;
  left: 3px;
  opacity: 0;
  top: 6px;
  width: 7px;
  z-index: 2;
}
body input[type=radio] + label a:link,
body input[type=radio] + label a:visited {
  color: #222;
}
body input[type=radio]:checked + label:after {
  opacity: 1;
}

/*------------------------------------------
	form custom setting（適宜変更ください）
------------------------------------------*/
.search__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 40px;
  margin-bottom: 40px;
}
@media (max-width: 834px) {
  .search__tab {
    gap: 0 20px;
    margin-bottom: 24px;
  }
}
.search__tab__item {
  position: relative;
  text-align: center;
  width: 100%;
  color: #bebaba;
  padding: 12px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  cursor: pointer;
}
.search__tab__item::before {
  content: "";
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  background: #053f6f;
  opacity: 0;
}
.search__tab__item::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: -2px;
  border-style: solid;
  border-width: 8px 10.5px 0 10.5px;
  border-color: #053f6f transparent transparent transparent;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  opacity: 0;
}
.search__tab__item.-active {
  font-weight: bold;
  color: #053f6f;
}
.search__tab__item.-active::before, .search__tab__item.-active::after {
  opacity: 1;
}

.custom-form {
  position: relative;
  z-index: 1;
  font-weight: 700;
  padding-bottom: 32px;
  margin-bottom: 0;
  border-bottom: 1px solid #eee;
}
@media (max-width: 834px) {
  .custom-form {
    padding-bottom: 24px;
  }
}
.custom-form .custom-form_parts {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 24px 0;
}
@media (max-width: 834px) {
  .custom-form .custom-form_parts {
    display: block;
    padding: 12px 0 16px;
  }
}
.custom-form .custom-form_parts:first-child {
  border-top: none;
}
.custom-form .parts_ttl {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.6;
}
@media (min-width: 835px) {
  .custom-form .parts_ttl {
    margin-top: 16px;
  }
}
@media (max-width: 834px) {
  .custom-form .parts_ttl {
    font-size: 1.6rem;
    margin-bottom: 8px;
  }
}
.custom-form .parts_ttl::before {
  width: 8px;
  height: 8px;
  border: none;
  border-radius: 50%;
  background: #ce2e29;
  margin-right: 0.5em;
  margin-bottom: 0.15em;
}
.custom-form .category_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  color: #053f6f;
  margin-top: 8px;
}
@media (max-width: 834px) {
  .custom-form .category_title {
    margin-top: 4px;
  }
}
.custom-form .category_title::before {
  content: "";
  width: 5px;
  height: 2px;
  margin-top: 2px;
  margin-right: 6px;
  background: #053f6f;
}
.custom-form .category_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}
@media (max-width: 834px) {
  .custom-form .category_list {
    gap: 6px;
  }
}
.custom-form select,
.custom-form option,
.custom-form .searchWord {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #ffffff;
  border: 1px solid #d7d2d2;
  border-radius: 4px;
}
.custom-form .searchWord {
  font-weight: 400;
}
.custom-form .pull-down {
  position: relative;
}
.custom-form .pull-down::after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  right: 28px;
  top: calc(50% - 2px);
  border: 1px solid #053f6f;
  border-top-color: transparent;
  border-right-color: transparent;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: none;
}
@media (max-width: 834px) {
  .custom-form .pull-down::after {
    right: 20px;
  }
}
.custom-form input[type=checkbox] + label a:link,
.custom-form input[type=checkbox] + label a:visited {
  color: #222;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 835px) {
  .custom-form input[type=checkbox] + label a:link:hover,
  .custom-form input[type=checkbox] + label a:visited:hover {
    color: #053f6f;
  }
}
.custom-form .selCity_alert {
  color: #053f6f;
  display: block;
}
@media (max-width: 834px) {
  .custom-form .selCity_alert {
    font-size: 1.4rem;
  }
}
.custom-form input[type=checkbox] + label {
  background: none;
}
@media (any-hover: hover) {
  .custom-form input[type=checkbox] + label:hover {
    background: rgba(5, 63, 111, 0.1);
  }
}
.custom-form input[type=checkbox]:checked + label {
  color: #fff;
  background: #053f6f;
}
.custom-form input[type=checkbox]:checked + label::before {
  background: #053f6f;
}
.custom-form .-freeword .searchWord {
  margin-top: 0;
}
.custom-form .-freeword .form_parts_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 834px) {
  .custom-form .-freeword .form_parts_inner {
    display: block;
  }
}
.custom-form .custom-form_searth_btn {
  margin-top: 32px;
}
@media (max-width: 834px) {
  .custom-form .custom-form_searth_btn {
    margin-top: 24px;
  }
}
.custom-form .btn_cover {
  position: relative;
  z-index: 1;
  width: 360px;
  display: block;
  margin: 0 auto;
  border-radius: 100vmax;
}
@media (max-width: 834px) {
  .custom-form .btn_cover {
    width: 300px;
  }
}
.custom-form .btn_cover::before {
  content: "";
  display: block;
  width: 20px;
  aspect-ratio: 21/22;
  background-image: url(../img/common/ico_search_white.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 132px !important;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
@media (max-width: 834px) {
  .custom-form .btn_cover::before {
    left: 110px !important;
    width: 16px;
  }
}
@media (any-hover: hover) {
  .custom-form .btn_cover:hover {
    opacity: 1 !important;
    translate: 0 -4px;
    -webkit-filter: drop-shadow(0 4px 8px rgba(5, 63, 111, 0.1));
            filter: drop-shadow(0 4px 8px rgba(5, 63, 111, 0.1));
  }
}
.custom-form .btn_cover input[type=submit] {
  height: 100%;
  background-color: #053f6f;
  color: #fff;
  padding: 20px 27px 20px 48px !important;
  font-size: 1.6rem;
  border-radius: 100vmax;
}
@media (max-width: 834px) {
  .custom-form .btn_cover input[type=submit] {
    font-size: 1.4rem !important;
    padding: 18px 24px 18px 48px !important;
  }
}
@media (max-width: 834px) {
  .custom-form .selCity-box {
    margin-top: 6px;
  }
}
.custom-form .form__toggle__input {
  display: none;
}
.custom-form .form__toggle__input.-show {
  display: block;
}

/* ============================================
// MODULES
// ==========================================*/
/*--------------------
	page-title
--------------------*/
.page-title {
  position: relative;
  overflow: hidden;
}
.page-title::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(14, 29, 42, 0.5);
  background: rgba(255, 255, 255, 0.5);
  pointer-events: none;
  pointer-events: none;
  z-index: 1;
}
.page-title::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  aspect-ratio: 1440/20;
  background: url(../img/common/shape_white_01.png) center bottom/cover no-repeat;
  pointer-events: none;
}
.page-title__bg {
  position: absolute;
  inset: 0;
  scale: 1.05;
  -webkit-transition: scale 0.6s 0.2s;
  transition: scale 0.6s 0.2s;
}
.page-title__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-title__inner {
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 85px;
}
@media (max-width: 834px) {
  .page-title__inner {
    height: 276px;
    padding-top: 76px;
  }
}
.page-title__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
}
@media (max-width: 834px) {
  .page-title__heading {
    gap: 8px;
  }
}
.page-title__eng {
  position: relative;
  font-family: "Cormorant Garamond", serif;
  font-size: 7.6rem;
  font-weight: 500;
  color: #053f6f;
  letter-spacing: 0.025em;
  line-height: 1;
  opacity: 0.01;
  scale: 1.15;
  translate: -40px 0;
  -webkit-transition: opacity 0.6s, scale 0.6s, translate 0.6s;
  transition: opacity 0.6s, scale 0.6s, translate 0.6s;
}
@media (max-width: 834px) {
  .page-title__eng {
    font-size: 4.5rem;
  }
}
.page-title__ja {
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  color: #053f6f;
  letter-spacing: 0.025em;
  line-height: 1.6;
  padding-left: 2.25em;
  opacity: 0.01;
  scale: 1.15;
  translate: -8px 0;
  -webkit-transition: opacity 0.6s 0.2s, scale 0.6s 0.2s, translate 0.6s 0.2s;
  transition: opacity 0.6s 0.2s, scale 0.6s 0.2s, translate 0.6s 0.2s;
}
@media (max-width: 834px) {
  .page-title__ja {
    font-size: 1.4rem;
  }
}
.page-title__ja::before {
  content: "";
  position: absolute;
  top: -0.1em;
  left: 0;
  width: 1.625em;
  aspect-ratio: 1/1;
  background: url(../img/common/icon_five-line.png) center center/contain no-repeat;
  pointer-events: none;
}

.js-loaded .page-title__eng, .js-loaded .page-title__ja {
  opacity: 1;
  scale: 1;
  translate: 0 0;
}
.js-loaded .page-title__bg {
  scale: 1;
}

/*--------------------
	breadcrumb
--------------------*/
.breadcrumb {
  background: #fff;
  border-top: 1px solid #eee;
  padding: 0.9em 40px;
}
@media (max-width: 834px) {
  .breadcrumb {
    padding: 6px 16px;
  }
}
.breadcrumb_list {
  position: relative;
  z-index: 1;
  overflow-x: auto;
  white-space: nowrap;
}
.breadcrumb_list_item {
  display: inline;
  font-size: 1.2rem;
  font-weight: 400;
  color: #888;
  line-height: 1;
  margin: 0 2px;
}
@media (max-width: 834px) {
  .breadcrumb_list_item {
    font-size: 1rem;
  }
}
.breadcrumb_list_item::after {
  content: ">";
  margin-left: 7px;
}
.breadcrumb_list_item:last-child::after {
  display: none;
}
.breadcrumb_list_item a {
  color: #888;
}

/*--------------------
	common-title
--------------------*/
.common-title__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
}
@media (max-width: 834px) {
  .common-title__body {
    gap: 8px;
  }
}
.common-title__eng {
  position: relative;
  font-family: "Cormorant Garamond", serif;
  font-size: 10rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  color: #053f6f;
  line-height: 1;
}
@media (max-width: 834px) {
  .common-title__eng {
    font-size: 4.5rem;
  }
}
.common-title__ja {
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  color: #053f6f;
  line-height: 1.6;
  padding-left: 2.25em;
}
@media (max-width: 834px) {
  .common-title__ja {
    font-size: 1.4rem;
  }
}
.common-title__ja::before {
  content: "";
  position: absolute;
  top: -0.1em;
  left: 0;
  width: 1.625em;
  aspect-ratio: 1/1;
  background: url(../img/common/icon_five-line.png) center center/contain no-repeat;
  pointer-events: none;
}
.common-title.-white .common-title__eng {
  color: #fff;
}
.common-title.-white .common-title__ja {
  color: #fff;
}
.common-title.-white .common-title__ja::before {
  -webkit-mask: url(../img/common/icon_five-line.png) center center/contain no-repeat;
          mask: url(../img/common/icon_five-line.png) center center/contain no-repeat;
  background: #fff;
}

/*--------------------
	common-btn
--------------------*/
.common-btn__body {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.common-btn__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.6rem;
}
@media (max-width: 834px) {
  .common-btn__link {
    gap: 12px;
    font-size: 1.5rem;
  }
}
@media (any-hover: hover) {
  .common-btn__link:hover {
    opacity: 1;
  }
  .common-btn__link:hover .common-btn__text::before {
    width: 0;
    left: auto;
  }
  .common-btn__link:hover .common-btn__icon {
    scale: 0.9;
  }
}
.common-btn__text {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 700;
  letter-spacing: 0.175em;
  line-height: 1.6;
}
.common-btn__text::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  bottom: -3px;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid currentColor;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.common-btn__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 3.75em;
  aspect-ratio: 1/1;
  background: #e53130;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: scale 0.3s;
  transition: scale 0.3s;
}
.common-btn__icon::before {
  content: "";
  position: absolute;
  width: 0.75em;
  aspect-ratio: 12/11;
  background: url(../img/common/icon_arrow_01.png) center center/contain no-repeat;
  pointer-events: none;
}
.common-btn.-white .common-btn__link {
  color: #fff;
}
.common-btn.-white .common-btn__icon {
  background: #fff;
}
.common-btn.-white .common-btn__icon::before {
  -webkit-mask: url(../img/common/icon_arrow_01.png) center center/contain no-repeat;
          mask: url(../img/common/icon_arrow_01.png) center center/contain no-repeat;
  background: #053f6f;
}
.common-btn.-text-white .common-btn__link {
  color: #fff;
}

/* ============================================
// HEADER
// ==========================================*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  -webkit-transition: top 0.6s, -webkit-box-shadow 0.3s;
  transition: top 0.6s, -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s, top 0.6s;
  transition: box-shadow 0.3s, top 0.6s, -webkit-box-shadow 0.3s;
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 32px 18px 18px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: padding 0.3s, background 0.3s;
  transition: padding 0.3s, background 0.3s;
}
@media (max-width: 834px) {
  .header__inner {
    padding: 10px 3%;
  }
}
.header__logo {
  margin-top: -10px;
}
@media (max-width: 834px) {
  .header__logo {
    margin-top: -6px;
  }
}
.header__logo-link {
  display: block;
  max-width: 299px;
}
@media (max-width: 834px) {
  .header__logo-link {
    max-width: 240px;
  }
}
.header__nav-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 26px;
}
.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media (max-width: 1480px) {
  .header__nav-list {
    display: none;
  }
}
.header__nav-link {
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #333;
}
@media (any-hover: hover) {
  .header__nav-link:hover {
    opacity: 1;
    color: #053f6f;
  }
}
.header__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media (max-width: 980px) {
  .header__actions {
    display: none;
  }
}
.header__contact-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #fff;
  background: #053f6f;
  border-radius: 100vmax;
  padding: 0.72em 1.35em 0.62em 1em;
  -webkit-transition: scale 0.3s;
  transition: scale 0.3s;
}
@media (any-hover: hover) {
  .header__contact-link:hover {
    opacity: 1;
    scale: 0.95;
  }
}
.header__contact-icon {
  width: 1.1111111111em;
}
.header__contact-icon img {
  display: block;
  aspect-ratio: 33/23;
}
.header__recruit-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #fff;
  background: #ce2e29;
  border-radius: 100vmax;
  padding: 0.72em 1.56em 0.62em 0.88em;
  -webkit-transition: scale 0.3s;
  transition: scale 0.3s;
}
@media (any-hover: hover) {
  .header__recruit-link:hover {
    opacity: 1;
    scale: 0.95;
  }
}
.header__recruit-icon {
  width: 1.5882352941em;
}
.header__recruit-icon img {
  display: block;
  aspect-ratio: 27/19;
}
.header__line {
  position: relative;
}
.header__line .comment {
  position: absolute;
  left: 50%;
  top: -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8em;
  font-size: 1.2rem;
  font-weight: 600;
  color: #07b53b;
  line-height: 1;
  letter-spacing: normal;
  white-space: nowrap;
  translate: -50% -100%;
}
.header__line .comment::before, .header__line .comment::after {
  content: "";
  width: 1px;
  height: 1em;
  background: currentColor;
}
.header__line .comment::before {
  rotate: -20deg;
}
.header__line .comment::after {
  rotate: 20deg;
}
.header__line-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #fff;
  background: #07b53b;
  border-radius: 100vmax;
  padding: 0.72em 1.56em 0.62em 0.88em;
  -webkit-transition: scale 0.3s;
  transition: scale 0.3s;
}
@media (any-hover: hover) {
  .header__line-link:hover {
    opacity: 1;
    scale: 0.95;
  }
}
.header__line-icon {
  width: 1.176471em;
}
.header__line-icon img {
  display: block;
  aspect-ratio: 38/37;
}

.js-scrolled .header__inner {
  background: rgba(255, 255, 255, 0.9);
}

.front-page .header {
  top: -100%;
}
.front-page.js-scrolled .header {
  top: 0;
}

/* ============================================
// FOOTER
// ==========================================*/
.footer {
  position: relative;
  z-index: 1;
  background: rgba(0, 0, 0, 0.8);
}
.footer__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 834px) {
  .footer__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.footer__left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 36%;
          flex: 0 0 36%;
  background: rgba(5, 63, 111, 0.95);
  padding-top: 80px;
  padding-bottom: 90px;
  padding-left: clamp(72px, 6.6666666667vw, 96px);
  padding-right: clamp(48px, 4.4444444444vw, 64px);
}
@media (max-width: 1300px) {
  .footer__left {
    padding-left: clamp(42px, 4.3076923077vw, 56px);
    padding-right: clamp(42px, 4.3076923077vw, 56px);
  }
}
@media (max-width: 834px) {
  .footer__left {
    padding-top: 40px;
    padding-bottom: 80px;
    padding-inline: 6.25%;
  }
}
.footer__logo-link {
  display: block;
  max-width: 329px;
}
@media (max-width: 834px) {
  .footer__logo-link {
    max-width: 263.2px;
  }
}
.footer__info {
  margin-top: 0;
}
.footer__dispatch {
  margin-top: 140px;
}
@media (max-width: 834px) {
  .footer__dispatch {
    margin-top: 40px;
  }
}
.footer__dispatch-caption {
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  padding-left: 1.75em;
}
@media (max-width: 834px) {
  .footer__dispatch-caption {
    font-size: 1.5rem;
  }
}
.footer__dispatch-caption::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin-block: auto;
  width: 1.25em;
  aspect-ratio: 20/18;
  -webkit-mask: url(../img/common/icon_tel.png) center center/contain no-repeat;
          mask: url(../img/common/icon_tel.png) center center/contain no-repeat;
  background: #e53130;
  pointer-events: none;
}
.footer__dispatch-tel {
  margin-top: 16px;
}
@media (max-width: 834px) {
  .footer__dispatch-tel {
    margin-top: 12px;
  }
}
.footer__dispatch-tel a {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 4rem;
  font-weight: 600;
  color: #fff;
  line-height: 1;
}
@media (max-width: 834px) {
  .footer__dispatch-tel a {
    font-size: 3.4rem;
  }
}
.footer__hours {
  font-size: 1.9rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.6;
  border: 1px solid #fff;
  padding: 0.61em 0.83em 0.48em;
  margin-left: 4px;
  margin-top: 9px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 834px) {
  .footer__hours {
    font-size: 1.6rem;
    margin-left: 0;
    margin-top: 6px;
  }
}
.footer__address {
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  margin-top: 13px;
}
@media (max-width: 834px) {
  .footer__address {
    font-size: 1.4rem;
    margin-top: 9px;
  }
}
.footer__address a {
  color: #fff;
}
.footer__policies {
  margin-top: 137px;
}
@media (max-width: 834px) {
  .footer__policies {
    margin-top: 32px;
  }
}
.footer__analytics-link {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.6;
}
.footer__copyright {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.6;
  margin-top: 16px;
}
@media (max-width: 834px) {
  .footer__copyright {
    margin-top: 10px;
  }
}
.footer__right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 64%;
          flex: 0 0 64%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer__contact-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(17, 72, 118, 0.95);
  padding-left: clamp(66px, 6.1111111111vw, 88px);
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media (max-width: 1300px) {
  .footer__contact-link {
    padding-left: clamp(42px, 4.3076923077vw, 56px);
  }
}
@media (max-width: 834px) {
  .footer__contact-link {
    padding-left: 6.25%;
  }
}
@media (any-hover: hover) {
  .footer__contact-link:hover {
    opacity: 1;
    background: rgba(5, 63, 111, 0.99);
  }
  .footer__contact-link:hover .footer__contact-arrow {
    scale: 0.8;
  }
  .footer__contact-link:hover .footer__contact-image img {
    scale: 1.05;
  }
}
.footer__contact-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__contact-eng {
  position: relative;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(6.4rem, 6.1538461538vw, 8rem);
  font-weight: 500;
  color: #fff;
  line-height: 1;
  padding-left: 0.225em;
}
@media (max-width: 834px) {
  .footer__contact-eng {
    font-size: 3.7rem;
  }
}
.footer__contact-eng::before {
  content: "";
  position: absolute;
  top: 0.3em;
  left: 0;
  width: 0.125em;
  aspect-ratio: 1/1;
  background: #e53130;
  border-radius: 50%;
  pointer-events: none;
}
.footer__contact-ja {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  font-size: clamp(1.6rem, 1.5384615385vw, 2rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.6;
  padding-left: 1em;
  margin-top: clamp(28.8px, 2.7692307692vw, 36px);
}
@media (max-width: 834px) {
  .footer__contact-ja {
    font-size: 1.4rem;
    margin-top: 16px;
  }
}
.footer__contact-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.8em;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.07);
  -webkit-transition: scale 0.3s;
  transition: scale 0.3s;
}
.footer__contact-arrow::before {
  content: "";
  display: block;
  width: 0.5em;
  aspect-ratio: 1/1;
  background: url(../img/common/icon_arrow_03.png) center center/contain no-repeat;
  pointer-events: none;
}
.footer__contact-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 clamp(192px, 18.2857142857vw, 256px);
          flex: 0 0 clamp(192px, 18.2857142857vw, 256px);
  overflow: hidden;
}
@media (max-width: 834px) {
  .footer__contact-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
            flex: 0 0 120px;
  }
}
.footer__contact-image img {
  aspect-ratio: 256/370;
  -webkit-transition: scale 0.3s;
  transition: scale 0.3s;
}
.footer__nav {
  position: relative;
  background: rgba(5, 57, 101, 0.95);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: clamp(60px, 5.5555555556vw, 80px);
}
@media (max-width: 834px) {
  .footer__nav {
    padding: 48px 6.25% 40px;
  }
}
.footer__nav-title {
  position: absolute;
  top: 20px;
  left: 22px;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.3);
  line-height: 1;
}
@media (max-width: 834px) {
  .footer__nav-title {
    top: 10px;
    left: 10px;
    font-size: 1.1rem;
  }
}
.footer__nav-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 0;
  max-width: 760px;
  width: 100%;
}
@media (max-width: 834px) {
  .footer__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px 32px;
  }
}
.footer__nav-link {
  display: block;
  font-weight: 700;
  color: #fff;
  line-height: 1.6;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.footer .pagetop {
  position: absolute;
  bottom: 0;
  right: 0;
}
.footer .pagetop__link {
  width: 64px;
  aspect-ratio: 1/1;
  border-radius: 20px 0 0 0;
  background: #114876;
  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 (any-hover: hover) {
  .footer .pagetop__link:hover {
    opacity: 1;
  }
  .footer .pagetop__link:hover img {
    translate: 0 -4px;
  }
}
.footer .pagetop__link img {
  width: 13px;
  aspect-ratio: 13/15;
  -webkit-transition: translate 0.3s;
  transition: translate 0.3s;
}

.front-page .footer {
  background: transparent;
}

/* ============================================
// SECTIOM RECRUIT
// ==========================================*/
.sec-recruit {
  position: relative;
  z-index: 1;
}
.sec-recruit::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(14, 29, 42, 0.5);
  pointer-events: none;
  z-index: -1;
}
.sec-recruit__link {
  position: relative;
  display: block;
  padding-top: clamp(94.9px, 9.2857142857vw, 130px);
  padding-bottom: clamp(127.75px, 12.5vw, 175px);
}
@media (max-width: 834px) {
  .sec-recruit__link {
    padding-top: 64px;
    padding-bottom: 88px;
  }
}
.sec-recruit__link::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  background: rgba(14, 29, 42, 0.5);
  pointer-events: none;
  z-index: -1;
  -webkit-transition: inset 0.3s, opacity 0.3s;
  transition: inset 0.3s, opacity 0.3s;
}
@media (any-hover: hover) {
  .sec-recruit__link:hover {
    opacity: 1;
  }
  .sec-recruit__link:hover::before {
    opacity: 1;
    inset: 8% 2%;
  }
  .sec-recruit__link:hover .sec-recruit__icon {
    scale: 0.9;
  }
}
.sec-recruit__body {
  max-width: 1340px;
  margin-inline: auto;
  padding-inline: 70px;
}
@media (min-width: 835px) {
  .sec-recruit__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: clamp(64.24px, 6.2857142857vw, 88px);
  }
}
@media (max-width: 834px) {
  .sec-recruit__body {
    padding-inline: 6.25%;
  }
}
.sec-recruit__title {
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  line-height: 1;
}
@media (min-width: 835px) {
  .sec-recruit__title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 fit-content;
            flex: 0 0 fit-content;
    margin-top: 32px;
    margin-left: clamp(199.5px, 19vw, 266px);
  }
}
@media (max-width: 1200px) {
  .sec-recruit__title {
    margin-left: clamp(104px, 10vw, 120px);
  }
}
@media (max-width: 834px) {
  .sec-recruit__title {
    margin-left: 0;
    font-size: 1.5rem;
    margin-bottom: 32px;
  }
}
.sec-recruit__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.sec-recruit__catch {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 4.8rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.6666666667;
}
@media (min-width: 835px) {
  .sec-recruit__catch {
    padding-right: 112px;
  }
}
@media (max-width: 834px) {
  .sec-recruit__catch {
    font-size: 3.4rem;
  }
}
.sec-recruit__description {
  font-weight: 500;
  color: #fff;
  padding-right: 112px;
  margin-top: 32px;
}
@media (max-width: 834px) {
  .sec-recruit__description {
    padding-right: 0;
    margin-top: 24px;
  }
}
.sec-recruit__icon {
  position: absolute;
  top: 50%;
  right: clamp(64.24px, 6.2857142857vw, 88px);
  translate: 0 -50%;
  width: clamp(76.5px, 7.5vw, 90px);
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.07);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: scale 0.3s;
  transition: scale 0.3s;
}
@media (max-width: 834px) {
  .sec-recruit__icon {
    right: 16px;
    top: auto;
    bottom: 16px;
    translate: 0;
    width: 56px;
  }
}
.sec-recruit__icon::before {
  content: "";
  display: block;
  width: 12px;
  aspect-ratio: 12/11;
  background: url(../img/common/icon_arrow_01.png) center center/contain no-repeat;
  pointer-events: none;
}

/* ============================================
// INDEX
// ==========================================*/
.front-page .main {
  position: relative;
  padding: 0;
}
.front-page .main-bg__video {
  position: fixed;
  z-index: -100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 834px) {
  .front-page .main-bg__video {
    height: 440px;
  }
}
.front-page .main-bg__inner {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.front-page .main-bg__inner::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: #0e1d2a;
  opacity: 0.2;
  mix-blend-mode: overlay;
  z-index: 1;
}
.front-page .main-bg__inner::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: #0e1d2a;
  opacity: 1;
  z-index: 1;
  -webkit-transition: opacity 0.6s 2s;
  transition: opacity 0.6s 2s;
}
.front-page .main-bg__inner iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 177.77777778vh;
  height: 56.25vw;
  min-height: 100%;
  min-width: 100%;
  border: 0;
  display: block;
}
.front-page.js-loaded .main-bg__inner::after {
  opacity: 0;
}
.front-page.js-topMovie .main-bg__video {
  height: 100vh;
}
.front-page.js-movie-loaded .hero__copy {
  right: initial;
  left: 0;
  top: 80%;
  translate: 0 -50%;
  scale: 0.7;
}
@media (max-width: 834px) {
  .front-page.js-movie-loaded .hero__copy {
    top: 75%;
    scale: 0.5;
    right: 0;
    left: 0;
  }
}
.front-page.iPad .main-bg__video {
  height: clamp(656px, 61.4285714286vw, 860px);
}
.front-page.iPad.js-topMovie .main-bg__video {
  height: 100vh !important;
}
.front-page .hero {
  position: relative;
  min-height: clamp(656px, 61.4285714286vw, 860px);
}
@media (max-width: 834px) {
  .front-page .hero {
    min-height: 440px;
  }
}
.front-page .hero__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px clamp(24px, 2.0833333333vw, 30px) 30px;
  -webkit-transition: padding 0.3s, background 0.3s;
  transition: padding 0.3s, background 0.3s;
}
@media (max-width: 834px) {
  .front-page .hero__header {
    padding: 16px 4%;
  }
}
.front-page .hero__logo {
  margin-top: -10px;
}
@media (max-width: 834px) {
  .front-page .hero__logo {
    margin-top: -2px;
  }
}
.front-page .hero__logo-link {
  display: block;
  max-width: clamp(324px, 22.8472222222vw, 329px);
}
@media (max-width: 834px) {
  .front-page .hero__logo-link {
    max-width: 256px;
  }
}
.front-page .hero__nav-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.front-page .hero__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 26px;
}
.front-page .hero__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media (max-width: 1560px) {
  .front-page .hero__nav-list {
    display: none;
  }
}
.front-page .hero__nav-link {
  font-size: clamp(1.6rem, 1.1805555556vw, 1.7rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #fff;
}
.front-page .hero__actions {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media (max-width: 834px) {
  .front-page .hero__actions {
    display: none;
  }
}
.front-page .hero__contact-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #fff;
  background: #053f6f;
  border-radius: 100vmax;
  padding: 0.72em 1.35em 0.62em 1em;
  -webkit-transition: scale 0.3s;
  transition: scale 0.3s;
}
@media (any-hover: hover) {
  .front-page .hero__contact-link:hover {
    opacity: 1;
    scale: 0.95;
  }
}
.front-page .hero__contact-icon {
  width: 1.1111111111em;
}
.front-page .hero__contact-icon img {
  display: block;
  aspect-ratio: 33/23;
}
.front-page .hero__recruit-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #fff;
  background: #ce2e29;
  border-radius: 100vmax;
  padding: 0.72em 1.56em 0.62em 0.88em;
  -webkit-transition: scale 0.3s;
  transition: scale 0.3s;
}
@media (any-hover: hover) {
  .front-page .hero__recruit-link:hover {
    opacity: 1;
    scale: 0.95;
  }
}
.front-page .hero__recruit-icon {
  width: 1.5882352941em;
}
.front-page .hero__recruit-icon img {
  display: block;
  aspect-ratio: 27/19;
}
.front-page .hero__line {
  position: relative;
}
.front-page .hero__line .comment {
  position: absolute;
  left: 50%;
  top: -8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8em;
  font-size: 1.3rem;
  font-weight: 600;
  color: #ffffff;
  line-height: 1;
  letter-spacing: normal;
  white-space: nowrap;
  translate: -50% -100%;
}
.front-page .hero__line .comment::before, .front-page .hero__line .comment::after {
  content: "";
  width: 1px;
  height: 1em;
  background: currentColor;
}
.front-page .hero__line .comment::before {
  rotate: -20deg;
}
.front-page .hero__line .comment::after {
  rotate: 20deg;
}
.front-page .hero__line-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #fff;
  background: #07b53b;
  border-radius: 100vmax;
  padding: 0.72em 1.56em 0.62em 0.88em;
  -webkit-transition: scale 0.3s;
  transition: scale 0.3s;
}
@media (any-hover: hover) {
  .front-page .hero__line-link:hover {
    opacity: 1;
    scale: 0.95;
  }
}
.front-page .hero__line-icon {
  width: 1.176471em;
}
.front-page .hero__line-icon img {
  display: block;
  aspect-ratio: 38/37;
}
.front-page .hero__copy {
  position: absolute;
  top: 50%;
  left: 50%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  translate: -50% -50%;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}
@media (max-width: 834px) {
  .front-page .hero__copy {
    margin-inline: auto;
    right: 0;
    left: 0;
    translate: 0 -50%;
  }
}
.front-page .hero__copy-ja {
  max-width: clamp(381.79px, 37.3571428571vw, 606px);
  scale: 1.1;
  opacity: 0;
  -webkit-transition: scale 0.6s 0.8s, opacity 0.6s 0.8s;
  transition: scale 0.6s 0.8s, opacity 0.6s 0.8s;
}
@media (max-width: 834px) {
  .front-page .hero__copy-ja {
    width: 75%;
    margin-inline: auto;
  }
}
.front-page .hero__copy-eng {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.241rem, 1.2142857143vw, 1.7rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  line-height: 1.6;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: clamp(43.8px, 4.2857142857vw, 60px);
  scale: 1.1;
  opacity: 0;
  -webkit-transition: scale 0.6s 1s, opacity 0.6s 1s;
  transition: scale 0.6s 1s, opacity 0.6s 1s;
}
@media (max-width: 834px) {
  .front-page .hero__copy-eng {
    font-size: 1.2rem;
    margin-top: 25px;
    padding-inline: 6.25%;
  }
}
.front-page .hero__scroll {
  position: absolute;
  bottom: -38px;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  z-index: 1;
}
@media (max-width: 834px) {
  .front-page .hero__scroll {
    bottom: -28px;
    gap: 16px;
  }
}
.front-page .hero__scroll-text {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  line-height: 1;
}
@media (max-width: 834px) {
  .front-page .hero__scroll-text {
    font-size: 1.1rem;
  }
}
.front-page .hero__scroll-lines {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
  -webkit-animation: scrollLineBlink 3s infinite;
          animation: scrollLineBlink 3s infinite;
}
@media (max-width: 834px) {
  .front-page .hero__scroll-lines {
    gap: 2px;
  }
}
.front-page .hero__scroll-lines span {
  width: 1px;
  height: 76px;
  background: #dd0000;
}
@media (max-width: 834px) {
  .front-page .hero__scroll-lines span {
    height: 56px;
  }
}
.front-page.js-loaded .hero__copy-ja, .front-page.js-loaded .hero__copy-eng {
  scale: 1;
  opacity: 1;
}
.front-page .news {
  position: relative;
  background: rgba(255, 255, 255, 0.9);
}
@media (max-width: 834px) {
  .front-page .news {
    background: white;
  }
}
.front-page .news::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  aspect-ratio: 1440/20;
  background: url(../img/common/shape_white_01.png) center bottom/cover no-repeat;
  pointer-events: none;
  opacity: 0.9;
}
@media (max-width: 834px) {
  .front-page .news::before {
    opacity: 1;
    bottom: calc(100% - 1px);
  }
}
.front-page .news::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  aspect-ratio: 1440/20;
  background: url(../img/common/shape_white_02.png) center bottom/cover no-repeat;
  pointer-events: none;
  opacity: 0.9;
}
@media (max-width: 834px) {
  .front-page .news::after {
    opacity: 1;
    top: calc(100% - 1px);
  }
}
.front-page .news__inner {
  padding-top: 140px;
  padding-bottom: 118px;
}
@media (max-width: 834px) {
  .front-page .news__inner {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
@media (min-width: 835px) {
  .front-page .news__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 13.6666666667%;
  }
}
@media (max-width: 1200px) {
  .front-page .news__contents {
    gap: 6.1302681992%;
  }
}
.front-page .news__title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
@media (max-width: 834px) {
  .front-page .news__title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 16px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.front-page .news .common-title__eng {
  font-size: clamp(8rem, 7.6923076923vw, 10rem);
}
@media (max-width: 834px) {
  .front-page .news .common-title__eng {
    font-size: 4.5rem;
  }
}
.front-page .news .common-btn {
  margin-top: auto;
}
.front-page .news__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.front-page .news__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 22px;
}
@media (max-width: 834px) {
  .front-page .news__tab {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 32px;
    margin-bottom: 16px;
  }
}
.front-page .news__tab-item {
  cursor: pointer;
}
@media (max-width: 834px) {
  .front-page .news__tab-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
.front-page .news__tab-item.-active {
  pointer-events: none;
}
.front-page .news__tab-item.-active .news__tab-link {
  color: #fff;
  background: #053f6f;
  padding: 0.577em 2em 0.45em;
}
@media (max-width: 834px) {
  .front-page .news__tab-item.-active .news__tab-link {
    padding: 0.55em 1em;
  }
}
.front-page .news__tab-link {
  display: block;
  text-align: center;
  font-size: clamp(1.5rem, 1.3333333333vw, 1.6rem);
  font-weight: bold;
  line-height: 1.6;
  padding: 0.577em 1.2em 0.45em;
  color: #053f6f;
  background: transparent;
  border-radius: 3px;
  -webkit-transition: color 0.3s, background 0.3s, padding 0.3s;
  transition: color 0.3s, background 0.3s, padding 0.3s;
}
@media (max-width: 834px) {
  .front-page .news__tab-link {
    font-size: 1.5rem;
    padding: 0.55em 1em;
  }
}
@media (any-hover: hover) {
  .front-page .news__tab-link:hover {
    opacity: 1;
    background: rgba(5, 63, 111, 0.1);
  }
}
.front-page .news__block {
  height: 0;
  visibility: hidden;
  opacity: 0;
}
.front-page .news__block.-active {
  height: auto;
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.front-page .news__item {
  border-bottom: 2px solid #eee;
}
.front-page .news__item:first-child {
  border-top: 2px solid #eee;
}
.front-page .news__item a[target=_blank] .news__item-icon::before {
  -webkit-mask: url(../img/news/ico_external.svg) center center/contain no-repeat;
          mask: url(../img/news/ico_external.svg) center center/contain no-repeat;
  width: 12px;
}
@media (max-width: 834px) {
  .front-page .news__item a[target=_blank] .news__item-icon::before {
    width: 10px;
  }
}
.front-page .news__item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  padding-top: 32px;
  padding-bottom: 28px;
}
@media (max-width: 834px) {
  .front-page .news__item-link {
    gap: 16px;
    padding-top: 20px;
    padding-bottom: 16px;
  }
}
@media (any-hover: hover) {
  .front-page .news__item-link:hover {
    opacity: 1;
  }
  .front-page .news__item-link:hover .news__item-title {
    color: #053f6f;
  }
  .front-page .news__item-link:hover .news__item-icon {
    scale: 0.9;
  }
}
.front-page .news__item-text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.front-page .news__item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (max-width: 834px) {
  .front-page .news__item-info {
    gap: 16px;
  }
}
.front-page .news__item-date {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 1.4rem;
  font-weight: 700;
  color: rgba(5, 63, 111, 0.5);
  line-height: 1.6;
  margin-top: 3px;
}
@media (max-width: 834px) {
  .front-page .news__item-date {
    gap: 6px;
    font-size: 1.3rem;
  }
}
.front-page .news__item-date::before {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1em;
          flex: 0 0 1em;
  width: 1em;
  aspect-ratio: 1/1;
  background: url(../img/common/icon_clock.png) center center/contain no-repeat;
  pointer-events: none;
  margin-top: -0.1em;
}
.front-page .news__item-label-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
}
@media (max-width: 834px) {
  .front-page .news__item-label-wrap {
    gap: 2px;
  }
}
.front-page .news__item-label {
  font-size: 1.2rem;
  font-weight: 700;
  color: #e53130;
  line-height: 1.6;
  border: 1px solid currentColor;
  border-radius: 100vmax;
  padding: 0.4em 0.85em 0.168em;
  background: #fff;
}
@media (max-width: 834px) {
  .front-page .news__item-label {
    font-size: 1.1rem;
  }
}
.front-page .news__item-title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.7777777778;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 9px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (max-width: 834px) {
  .front-page .news__item-title {
    font-size: 1.7rem;
    margin-top: 8px;
  }
}
.front-page .news__item-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 36px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.07);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 7px;
  -webkit-transition: scale 0.3s;
  transition: scale 0.3s;
}
@media (max-width: 834px) {
  .front-page .news__item-icon {
    width: 32px;
    margin-right: 0;
  }
}
.front-page .news__item-icon::before {
  content: "";
  width: 10px;
  aspect-ratio: 1/1;
  -webkit-mask: url(../img/common/icon_arrow_03.png) center center/contain no-repeat;
          mask: url(../img/common/icon_arrow_03.png) center center/contain no-repeat;
  background: #053f6f;
  pointer-events: none;
}
.front-page .news .notfound {
  padding-top: 40px;
}
.front-page .news .notfound__text {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}
.front-page.iPad .news {
  background: white !important;
}
.front-page .sec-space01,
.front-page .sec-space02 {
  min-height: 500px;
}
@media (max-width: 834px) {
  .front-page .sec-space01,
  .front-page .sec-space02 {
    min-height: 320px;
  }
}
.front-page .sec-space01 {
  position: relative;
}
.front-page .sec-space01::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #053f6f;
  pointer-events: none;
  z-index: -1;
  opacity: 1;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.front-page.js-topMovie .sec-space01::before {
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.front-page .company-service {
  position: relative;
  background: #053f6f;
}
.front-page .company-service::before {
  content: "";
  position: absolute;
  bottom: calc(100% - 1px);
  left: 0;
  width: 100%;
  aspect-ratio: 1440/20;
  background: url(../img/common/shape_blue_01.png) center bottom/cover no-repeat;
  pointer-events: none;
  z-index: -1;
}
.front-page .company-service::after {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  width: 100%;
  aspect-ratio: 1440/20;
  background: url(../img/common/shape_blue_02.png) center bottom/cover no-repeat;
  pointer-events: none;
  z-index: 0;
}
.front-page .company-service__bg-wrapper {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.front-page .company-service__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.front-page .company-service__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.front-page .company-service__deco01 {
  position: absolute;
  top: 16px;
  right: 0;
  mix-blend-mode: overlay;
}
@media (max-width: 834px) {
  .front-page .company-service__deco01 {
    width: 480px;
    top: auto;
    bottom: 42%;
  }
}
.front-page .company-service__deco02 {
  position: absolute;
  bottom: -520px;
  left: 0;
  mix-blend-mode: overlay;
  z-index: 1;
}
@media (max-width: 834px) {
  .front-page .company-service__deco02 {
    width: 480px;
    bottom: -480px;
  }
}
.front-page .company {
  position: relative;
}
.front-page .company__inner {
  padding-top: 176px;
  padding-bottom: 208px;
}
@media (max-width: 834px) {
  .front-page .company__inner {
    padding-top: 136px;
    padding-bottom: 200px;
  }
}
@media (min-width: 835px) {
  .front-page .company__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: clamp(94.9px, 9.2857142857vw, 130px);
    min-height: 380px;
  }
}
.front-page .company__title {
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.6666666667;
}
@media (min-width: 835px) {
  .front-page .company__title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-top: 20px;
    margin-left: 38px;
  }
}
@media (max-width: 834px) {
  .front-page .company__title {
    font-size: 1.5rem;
    margin-bottom: 24px;
  }
}
.front-page .company__text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 clamp(480px, 38.5416666667vw, 740px);
          flex: 0 0 clamp(480px, 38.5416666667vw, 740px);
}
.front-page .company__catch {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 4.8rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.6;
}
@media (max-width: 1400px) {
  .front-page .company__catch {
    padding-right: 104px;
  }
}
@media (max-width: 834px) {
  .front-page .company__catch {
    padding-right: 0;
    font-size: 3.6rem;
  }
}
.front-page .company__description {
  color: #fff;
  margin-left: 4px;
  margin-top: 44px;
}
@media (max-width: 834px) {
  .front-page .company__description {
    margin-left: 0;
    margin-top: 24px;
  }
}
.front-page .company .common-btn {
  margin-top: 56px;
}
@media (max-width: 834px) {
  .front-page .company .common-btn {
    margin-top: 24px;
  }
}
.front-page .company__image01 {
  position: absolute;
  top: -74px;
  right: 0;
  width: clamp(389.09px, 38.0714285714vw, 533px);
  opacity: 0;
  -webkit-transition: opacity 1s 0.1s;
  transition: opacity 1s 0.1s;
}
@media (max-width: 1400px) {
  .front-page .company__image01 {
    top: -120px;
  }
}
@media (max-width: 1200px) {
  .front-page .company__image01 {
    top: -160px;
  }
}
@media (max-width: 834px) {
  .front-page .company__image01 {
    top: -40px;
    width: 200px;
  }
}
.front-page .company__image01 img {
  aspect-ratio: 533/520;
}
.front-page .company__image02 {
  position: absolute;
  top: 382px;
  left: clamp(32px, 3.0769230769vw, 40px);
  width: clamp(164.25px, 16.0714285714vw, 225px);
  opacity: 0;
  -webkit-transition: opacity 1s 0.2s;
  transition: opacity 1s 0.2s;
}
@media (max-width: 834px) {
  .front-page .company__image02 {
    top: auto;
    left: 16px;
    bottom: 64px;
    width: 96px;
  }
}
.front-page .company__image02 img {
  aspect-ratio: 225/259;
}
.front-page .company__image03 {
  position: absolute;
  bottom: -76px;
  right: clamp(185.42px, 18.1428571429vw, 254px);
  width: clamp(196.37px, 19.2142857143vw, 269px);
  opacity: 0;
  -webkit-transition: opacity 1s 0.3s;
  transition: opacity 1s 0.3s;
}
@media (max-width: 834px) {
  .front-page .company__image03 {
    right: 16px;
    bottom: -16px;
    width: 104px;
  }
}
.front-page .company__image03 img {
  aspect-ratio: 269/311;
}
.front-page .company.js-active .company__image01,
.front-page .company.js-active .company__image02,
.front-page .company.js-active .company__image03 {
  opacity: 1;
}
.front-page .service {
  position: relative;
}
.front-page .service__inner {
  padding-bottom: 154px;
}
@media (max-width: 834px) {
  .front-page .service__inner {
    padding-bottom: 168px;
  }
}
@media (min-width: 835px) {
  .front-page .service__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8.3333333333%;
    margin-top: 66px;
  }
}
@media (max-width: 834px) {
  .front-page .service__body {
    margin-top: 24px;
  }
}
@media (min-width: 835px) {
  .front-page .service__image-block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.5%;
            flex: 0 0 33.5%;
  }
}
@media (max-width: 834px) {
  .front-page .service__image-block {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}
.front-page .service__image-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
@media (max-width: 834px) {
  .front-page .service__image-wrapper {
    gap: 8px;
    margin-top: 8px;
  }
}
.front-page .service__image01 {
  max-width: 402px;
}
.front-page .service__image01 img {
  aspect-ratio: 402/307;
}
.front-page .service__image02, .front-page .service__image03 {
  max-width: 196px;
}
.front-page .service__image02 img, .front-page .service__image03 img {
  aspect-ratio: 196/197;
}
.front-page .service__image04 {
  position: absolute;
  bottom: -74px;
  right: 0;
  width: clamp(189.8px, 18.5714285714vw, 260px);
  z-index: 1;
}
@media (max-width: 1250px) {
  .front-page .service__image04 {
    bottom: -160px;
  }
}
@media (max-width: 834px) {
  .front-page .service__image04 {
    bottom: -40px;
    width: 120px;
  }
}
.front-page .service__image04 img {
  aspect-ratio: 260/382;
}
.front-page .service__text-block {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media (max-width: 1800px) {
  .front-page .service__text-block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 clamp(440px, 30vw, 540px);
            flex: 0 0 clamp(440px, 30vw, 540px);
  }
}
.front-page .service__list {
  margin-top: 44px;
}
@media (max-width: 834px) {
  .front-page .service__list {
    margin-top: 24px;
  }
}
.front-page .service__item:first-child .service__item-link {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.front-page .service__item-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 24px 17px 21.4px 0;
}
@media (max-width: 834px) {
  .front-page .service__item-link {
    padding: 20px 8px 18px 0;
  }
}
.front-page .service__item-link::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  width: 0;
  background: rgba(255, 255, 255, 0.03);
  pointer-events: none;
  -webkit-transition: width 0.6s;
  transition: width 0.6s;
}
@media (any-hover: hover) {
  .front-page .service__item-link:hover {
    opacity: 1;
  }
  .front-page .service__item-link:hover::before {
    width: 100%;
    left: 0;
    right: auto;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
  }
  .front-page .service__item-link:hover .service__item-icon {
    scale: 0.9;
  }
}
.front-page .service__item-num {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90px;
          flex: 0 0 90px;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.1);
  line-height: 1;
  text-align: center;
}
@media (max-width: 834px) {
  .front-page .service__item-num {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 56px;
            flex: 0 0 56px;
    font-size: 1.8rem;
  }
}
.front-page .service__item-text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.front-page .service__item-eng {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.6;
}
@media (max-width: 834px) {
  .front-page .service__item-eng {
    font-size: 1.1rem;
  }
}
.front-page .service__item-ja {
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.6;
  margin-top: 1px;
  padding-right: 20px;
}
@media (max-width: 834px) {
  .front-page .service__item-ja {
    font-size: 2.1rem;
    padding-right: 16px;
  }
}
.front-page .service__item-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 36px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.07);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: scale 0.3s;
  transition: scale 0.3s;
}
@media (max-width: 834px) {
  .front-page .service__item-icon {
    width: 32px;
  }
}
.front-page .service__item-icon::before {
  content: "";
  width: 10px;
  aspect-ratio: 1/1;
  background: url(../img/common/icon_arrow_03.png) center center/contain no-repeat;
  pointer-events: none;
}
.front-page .service .common-btn {
  margin-top: 50px;
}
@media (max-width: 834px) {
  .front-page .service .common-btn {
    margin-top: 24px;
  }
}
.front-page .service .common-btn__body {
  margin-left: auto;
}
.front-page .card {
  position: relative;
  background: rgba(255, 255, 255, 0.9);
}
.front-page .card::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  aspect-ratio: 1440/20;
  background: url(../img/common/shape_white_01.png) center bottom/cover no-repeat;
  pointer-events: none;
  opacity: 0.9;
}
.front-page .card__inner {
  padding-bottom: 130px;
}
@media (max-width: 834px) {
  .front-page .card__inner {
    padding-bottom: 56px;
  }
}
@media (min-width: 835px) {
  .front-page .card__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6.6666666667%;
  }
}
@media (min-width: 835px) {
  .front-page .card__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: -75px;
  }
}
@media (max-width: 834px) {
  .front-page .card__item {
    margin-top: -8px;
    max-width: 560px;
    margin-inline: auto;
  }
  .front-page .card__item:first-child {
    margin-top: 0;
    translate: 0 -48px;
  }
}
@media (any-hover: hover) {
  .front-page .card__link:hover {
    opacity: 1;
  }
  .front-page .card__link:hover .card__image img {
    scale: 1.05;
  }
  .front-page .card__link:hover .card__icons-arrow {
    scale: 0.9;
  }
}
.front-page .card__image {
  overflow: hidden;
}
.front-page .card__image img {
  aspect-ratio: 560/373;
  -webkit-transition: scale 0.3s;
  transition: scale 0.3s;
}
.front-page .card .common-title {
  margin-top: 34px;
}
@media (max-width: 834px) {
  .front-page .card .common-title {
    margin-top: 16px;
  }
}
.front-page .card .common-title__eng {
  font-size: clamp(6.8rem, 6.1666666667vw, 7.4rem);
}
@media (max-width: 834px) {
  .front-page .card .common-title__eng {
    font-size: 4.5rem;
  }
}
.front-page .card__description {
  margin-top: 40px;
}
@media (max-width: 834px) {
  .front-page .card__description {
    margin-top: 16px;
  }
}
.front-page .card__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 29px;
  margin-top: 26px;
}
@media (max-width: 834px) {
  .front-page .card__icons {
    gap: 16px;
    margin-top: 16px;
  }
}
.front-page .card__icons-line {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3px;
}
@media (max-width: 834px) {
  .front-page .card__icons-line {
    gap: 2px;
  }
}
.front-page .card__icons-line span {
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}
.front-page .card__icons-arrow {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 60px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #e53130;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: scale 0.3s;
  transition: scale 0.3s;
}
@media (max-width: 834px) {
  .front-page .card__icons-arrow {
    width: 48px;
  }
}
.front-page .card__icons-arrow::before {
  content: "";
  display: block;
  width: 12px;
  aspect-ratio: 12/11;
  background: url(../img/common/icon_arrow_01.png) center center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 834px) {
  .front-page .card__icons-arrow::before {
    width: 10px;
  }
}

.banner {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 10;
  opacity: 0;
  translate: 0 8px;
  -webkit-transition: opacity 0.3s, translate 0.3s;
  transition: opacity 0.3s, translate 0.3s;
}
@media (max-width: 834px) {
  .banner {
    bottom: 10px;
    right: 8px;
  }
}
.banner__link {
  display: block;
  width: clamp(117.53px, 11.5vw, 161px);
  border-radius: 50%;
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
          box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
  -webkit-transition: scale 0.3s;
  transition: scale 0.3s;
}
@media (max-width: 834px) {
  .banner__link {
    width: 94.024px;
  }
}
@media (any-hover: hover) {
  .banner__link:hover {
    opacity: 1;
    scale: 0.95;
  }
}

.banner__line {
  position: fixed;
  bottom: 15px;
  right: clamp(149.53px, 11.5vw + 32px, 193px);
  z-index: 10;
  opacity: 0;
  translate: 0 8px;
  -webkit-transition: opacity 0.3s, translate 0.3s;
  transition: opacity 0.3s, translate 0.3s;
}
@media (max-width: 834px) {
  .banner__line {
    bottom: 10px;
    right: 110.024px;
  }
}
.banner__line__link {
  display: block;
  width: clamp(90.4px, 8.0714285714vw, 113px);
  border-radius: 50%;
  -webkit-transition: scale 0.3s;
  transition: scale 0.3s;
  -webkit-filter: drop-shadow(0 10px 40px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 10px 40px rgba(0, 0, 0, 0.3));
}
@media (max-width: 834px) {
  .banner__line__link {
    width: clamp(79.1px, 8.0714285714vw, 113px);
  }
}
@media (any-hover: hover) {
  .banner__line__link:hover {
    opacity: 1;
    scale: 0.95;
  }
}

.js-loaded .banner,
.js-loaded .banner__line {
  opacity: 1;
  translate: 0 0;
}

.js-remove.banner, .js-remove.banner__line {
  opacity: 0;
  translate: 0 8px;
  pointer-events: none;
  -webkit-transition: opacity 0.3s, translate 0.3s;
  transition: opacity 0.3s, translate 0.3s;
}

/* ============================================
// RECRUIT
// ==========================================*/
/*--------------------
共通
--------------------*/
.lower-kyujin_l .kyujin_container,
.lower-kyujin_d .kyujin_container {
  font-size: 1.6rem;
}
@media (max-width: 834px) {
  .lower-kyujin_l .kyujin_container,
  .lower-kyujin_d .kyujin_container {
    font-size: 1.5rem;
  }
}
.lower-kyujin_l .btn,
.lower-kyujin_d .btn {
  font-size: 1.5rem;
  border-radius: 100vmax;
}
@media (any-hover: hover) {
  .lower-kyujin_l .btn:hover,
  .lower-kyujin_d .btn:hover {
    opacity: 1;
    translate: 0 -4px;
    -webkit-filter: drop-shadow(0 4px 8px rgba(5, 63, 111, 0.1));
            filter: drop-shadow(0 4px 8px rgba(5, 63, 111, 0.1));
  }
}
.lower-kyujin_l .btn.btn_external,
.lower-kyujin_d .btn.btn_external {
  background: #ce2e29;
}
.lower-kyujin_l .btn.btn_external::after,
.lower-kyujin_d .btn.btn_external::after {
  top: 9px;
  right: 19px;
}
@media (max-width: 834px) {
  .lower-kyujin_l .btn.btn_external::after,
  .lower-kyujin_d .btn.btn_external::after {
    top: 19px;
    right: 18px;
  }
}
.lower-kyujin_l .btn.btn_secondary,
.lower-kyujin_d .btn.btn_secondary {
  background: #053f6f;
}
.lower-kyujin_l .gMap_link::before,
.lower-kyujin_d .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: #053f6f;
}
.lower-kyujin_l .job_employmenttype_list_item,
.lower-kyujin_d .job_employmenttype_list_item {
  border-radius: 100vmax;
  padding: 0 0.8em;
}
.lower-kyujin_l .pagination ul,
.lower-kyujin_d .pagination ul {
  border-radius: 4px;
  overflow: hidden;
}
.lower-kyujin_l .job_count_pager.contents_top,
.lower-kyujin_d .job_count_pager.contents_top {
  margin-top: 80px;
  margin-bottom: 24px;
}
@media (max-width: 834px) {
  .lower-kyujin_l .job_count_pager.contents_top,
  .lower-kyujin_d .job_count_pager.contents_top {
    margin-top: 32px;
    margin-bottom: 16px;
  }
}
.lower-kyujin_l .job_count_pager.contents_bottom,
.lower-kyujin_d .job_count_pager.contents_bottom {
  padding: 80px 0 0;
}
@media (max-width: 834px) {
  .lower-kyujin_l .job_count_pager.contents_bottom,
  .lower-kyujin_d .job_count_pager.contents_bottom {
    padding: 48px 0 0;
  }
}
@media (max-width: 480px) {
  .lower-kyujin_l .job_outline-head,
  .lower-kyujin_d .job_outline-head {
    border: 1px solid #eee;
    border-radius: 4px;
    background: #fff;
  }
}
.lower-kyujin_l .tel_link::before,
.lower-kyujin_d .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: #053f6f;
}
@media (max-width: 834px) {
  .lower-kyujin_l .tel_link::before,
  .lower-kyujin_d .tel_link::before {
    top: 0;
  }
}
@media (max-width: 834px) {
  .lower-kyujin_l .page_back,
  .lower-kyujin_d .page_back {
    padding: 16px 0;
  }
}

/*--------------------
求人一覧
--------------------*/
@media (max-width: 834px) {
  .lower-kyujin_l .l-main {
    padding: 32px 0 48px;
  }
}
.lower-kyujin_l .search_panel {
  position: relative;
  padding: 0;
  margin: 0;
  border: none;
}
.lower-kyujin_l .search_panel__line {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3px;
  padding-right: 24px;
}
@media (max-width: 834px) {
  .lower-kyujin_l .search_panel__line {
    padding-right: 16px;
  }
}
.lower-kyujin_l .search_panel__line::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  width: 10px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #ce2e29;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-kyujin_l .search_panel__line::before {
    width: 8px;
  }
}
@media (max-width: 834px) {
  .lower-kyujin_l .search_panel__line {
    gap: 2px;
  }
}
.lower-kyujin_l .search_panel__line span {
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}
.lower-kyujin_l .search-toggle {
  position: relative;
  left: 0;
  top: 0;
  width: auto;
  max-width: inherit;
  background: #053f6f;
  -webkit-transform: none;
          transform: none;
  border-radius: 5px;
  -webkit-transition: scale 0.3s;
  transition: scale 0.3s;
}
@media (max-width: 834px) {
  .lower-kyujin_l .search-toggle {
    margin: 0;
  }
}
@media (any-hover: hover) {
  .lower-kyujin_l .search-toggle:hover {
    opacity: 1;
    scale: 0.98;
  }
}
.lower-kyujin_l .search-toggle .toggle_txt {
  font-size: 1.5rem;
  padding: 1em;
}
@media (max-width: 834px) {
  .lower-kyujin_l .search-toggle .toggle_txt {
    font-size: 1.4rem;
    padding: 0.88em 1em;
  }
}
.lower-kyujin_l .search-toggle .toggle_txt .pannel-open {
  display: block;
}
.lower-kyujin_l .search-toggle .toggle_txt .pannel-close {
  display: none;
}
.lower-kyujin_l .search-toggle .toggle_trigger {
  width: auto;
  height: 100%;
  aspect-ratio: 1/1;
  background: none;
}
.lower-kyujin_l .search-toggle .toggle_trigger::before {
  display: none;
}
.lower-kyujin_l .search-toggle .toggle_trigger_txt_ico {
  width: 16px;
  height: 1px;
}
@media (max-width: 834px) {
  .lower-kyujin_l .search-toggle .toggle_trigger_txt_ico {
    width: 12px;
  }
}
.lower-kyujin_l .search-toggle .toggle_trigger_txt_ico:nth-of-type(1) {
  margin: 0;
  -webkit-transform: translateX(-50%) rotate(0deg);
          transform: translateX(-50%) rotate(0deg);
}
.lower-kyujin_l .search-toggle .toggle_trigger_txt_ico:nth-of-type(2) {
  margin: 0;
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
}
.lower-kyujin_l .search-toggle.js-active .toggle_txt .pannel-open {
  display: none;
}
.lower-kyujin_l .search-toggle.js-active .toggle_txt .pannel-close {
  display: block;
}
.lower-kyujin_l .search-toggle.js-active .toggle_trigger_txt_ico:nth-of-type(2) {
  -webkit-transform: translateX(-50%) rotate(0);
          transform: translateX(-50%) rotate(0);
}
.lower-kyujin_l .search_body {
  position: relative;
  z-index: 1;
  padding: 24px 3.3333333333% 0;
}
@media (max-width: 834px) {
  .lower-kyujin_l .search_body {
    padding: 4px 0 0;
  }
}
.lower-kyujin_l .job_result_total {
  padding: 40px 3.3333333333% 32px;
}
@media (max-width: 834px) {
  .lower-kyujin_l .job_result_total {
    padding: 20px 0 16px;
  }
}
.lower-kyujin_l article.job {
  font-weight: 400;
}

/*--------------------
求人詳細
--------------------*/
.lower-kyujin_d .l-main {
  position: relative;
}
.lower-kyujin_d .l-main::before {
  content: "";
  position: absolute;
  top: 86px;
  left: 50%;
  width: clamp(1051.2px, 102.8571428571vw, 1440px);
  aspect-ratio: 1440/1882;
  -webkit-mask: url(../img/common/bg_map.png) center right/contain no-repeat;
          mask: url(../img/common/bg_map.png) center right/contain no-repeat;
  background: #053f6f;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 1440px) {
  .lower-kyujin_d .l-main::before {
    left: 45%;
  }
}
@media (max-width: 834px) {
  .lower-kyujin_d .l-main::before {
    width: 700px;
    left: auto;
    right: -350px;
  }
}
.lower-kyujin_d .footer {
  padding-bottom: 92px;
}
@media (max-width: 834px) {
  .lower-kyujin_d .footer {
    padding-bottom: 76px;
  }
}
.lower-kyujin_d .pagetop {
  bottom: 92px;
}
@media (max-width: 834px) {
  .lower-kyujin_d .pagetop {
    bottom: 76px;
  }
}
.lower-kyujin_d main.l-main {
  padding: 160px 0 50px;
}
@media (max-width: 834px) {
  .lower-kyujin_d main.l-main {
    padding: 96px 0 20px;
  }
}
.lower-kyujin_d .outline_ttl,
.lower-kyujin_d .appeal_ttl {
  padding: 0;
  position: relative;
  font-size: 3.8rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  color: #053f6f;
  line-height: 1.6;
  padding-left: 1.2em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media (min-width: 835px) {
  .lower-kyujin_d .outline_ttl,
  .lower-kyujin_d .appeal_ttl {
    margin-bottom: 0.1em;
  }
}
@media (max-width: 834px) {
  .lower-kyujin_d .outline_ttl,
  .lower-kyujin_d .appeal_ttl {
    font-size: 2.6rem;
  }
}
.lower-kyujin_d .outline_ttl::before,
.lower-kyujin_d .appeal_ttl::before {
  content: "";
  position: absolute;
  top: 0.3em;
  left: 0;
  width: 0.8em;
  aspect-ratio: 1/1;
  background: url(../img/common/icon_five-line.png) center center/contain no-repeat;
  pointer-events: none;
}
.lower-kyujin_d .outline_ttl::after,
.lower-kyujin_d .appeal_ttl::after {
  content: none;
}
.lower-kyujin_d .fixed_conversion {
  background: rgba(14, 29, 42, 0.9);
}
@media (max-width: 767px) {
  .lower-kyujin_d .fixed_conversion {
    padding: 8px 10px;
  }
}
.lower-kyujin_d .fixed_conversion .phone {
  background: none;
}
@media (max-width: 767px) {
  .lower-kyujin_d .fixed_conversion .phone .phone_num {
    color: #fff;
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .lower-kyujin_d .fixed_conversion .phone .phone_notes {
    color: #fff;
    font-size: 1.1rem;
  }
}
.lower-kyujin_d .fixed_conversion .conversion .btn_conversion {
  border-radius: 100vmax;
  background: #ce2e29;
}
@media (max-width: 834px) {
  .lower-kyujin_d .fixed_conversion .conversion .btn_conversion {
    padding: 14px 0;
  }
}
.lower-kyujin_d .fixed_conversion .conversion .btn_conversion::after {
  top: 9px;
  right: 19px;
}
@media (max-width: 834px) {
  .lower-kyujin_d .fixed_conversion .conversion .btn_conversion::after {
    top: 26px;
    right: 14px;
  }
}
@media (any-hover: hover) {
  .lower-kyujin_d .fixed_conversion .conversion .btn_conversion:hover {
    opacity: 1;
    scale: 0.95;
  }
}

/* ============================================
// お知らせページ
// ==========================================*/
.lower-news .l-main_d {
  position: relative;
}
.lower-news .l-main_d::before {
  content: "";
  position: absolute;
  top: 86px;
  left: 50%;
  width: clamp(1051.2px, 102.8571428571vw, 1440px);
  aspect-ratio: 1440/1882;
  -webkit-mask: url(../img/common/bg_map.png) center right/contain no-repeat;
          mask: url(../img/common/bg_map.png) center right/contain no-repeat;
  background: #053f6f;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 1440px) {
  .lower-news .l-main_d::before {
    left: 45%;
  }
}
@media (max-width: 834px) {
  .lower-news .l-main_d::before {
    width: 700px;
    left: auto;
    right: -350px;
  }
}
.lower-news .l-main_d .news__container {
  padding: 80px 40px;
}
@media (max-width: 834px) {
  .lower-news .l-main_d .news__container {
    padding: 60px 20px 20px;
  }
}
.lower-news .news__container {
  max-width: 1280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  margin: 0 auto;
  padding: 40px;
}
@media (max-width: 834px) {
  .lower-news .news__container {
    display: block;
    padding: 0 20px 20px;
  }
}
.lower-news .news__main {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 280px - 80px);
          flex: 0 0 calc(100% - 280px - 80px);
}
.lower-news .news__main .job_count_pager {
  margin-top: 40px;
}
@media (max-width: 834px) {
  .lower-news .news__main .job_count_pager {
    margin-top: 32px;
  }
}
.lower-news .news__main .job_count_pager .pagination {
  display: block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 5;
}
.lower-news .news__main .job_count_pager .pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lower-news .news__main .job_count_pager .pagination li {
  font-size: 12px;
  text-align: center;
}
.lower-news .news__main .job_count_pager .pagination li a,
.lower-news .news__main .job_count_pager .pagination li em {
  display: block;
  position: relative;
  color: #222;
  font-style: normal;
  font-weight: bold;
  width: 39.2px;
  height: 39.2px;
  line-height: 39.2px;
  background: #eee;
  overflow: hidden;
}
.lower-news .news__main .job_count_pager .pagination li a:before,
.lower-news .news__main .job_count_pager .pagination li em:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lower-news .news__main .job_count_pager .pagination li em {
  color: #fff;
  background: #053f6f;
}
.lower-news .news__main .job_count_pager .pagination li em:before {
  width: 100%;
  height: 100%;
}
@media (hover: hover) {
  .lower-news .news__main .job_count_pager .pagination li a:hover {
    color: #fff;
    opacity: 1;
    background: transparent;
  }
  .lower-news .news__main .job_count_pager .pagination li a:hover:before {
    background: #053f6f;
  }
}
@media (max-width: 834px) {
  .lower-news .news__main .job_count_pager .pagination .number {
    display: none;
  }
  .lower-news .news__main .job_count_pager .pagination .number.current {
    display: inline-block;
  }
}
.lower-news .news__side {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 280px;
          flex: 0 0 280px;
}
@media (max-width: 834px) {
  .lower-news .news__side {
    margin-top: 40px;
  }
}
.lower-news .news {
  /*------------------------------
    一覧ページ
  ------------------------------*/
}
.lower-news .news__categoryTitle {
  font-size: 1.8em;
  font-weight: 700;
  color: #053f6f;
  line-height: 1.5;
  padding-bottom: 24px;
  border-bottom: 1px solid;
}
@media (max-width: 834px) {
  .lower-news .news__categoryTitle {
    font-size: 1.45em;
    padding-bottom: 16px;
  }
}
.lower-news .news__articles__item {
  border-bottom: 1px solid #eee;
}
.lower-news .news__articles__item a {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  padding: 32px 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 834px) {
  .lower-news .news__articles__item a {
    gap: 20px;
    padding: 20px 0;
  }
}
@media (any-hover: hover) {
  .lower-news .news__articles__item a:hover {
    opacity: 1;
    color: #053f6f;
  }
  .lower-news .news__articles__item a:hover .icon {
    scale: 0.9;
  }
}
.lower-news .news__articles__item a[target=_blank] .icon::before {
  -webkit-mask: url(../img/news/ico_external.svg) center center/contain no-repeat;
          mask: url(../img/news/ico_external.svg) center center/contain no-repeat;
  width: 12px;
}
@media (max-width: 834px) {
  .lower-news .news__articles__item a[target=_blank] .icon::before {
    width: 10px;
  }
}
.lower-news .news__articles__item .img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 160px;
          flex: 0 0 160px;
  max-width: 160px;
}
@media (max-width: 834px) {
  .lower-news .news__articles__item .img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    max-width: 100px;
  }
}
.lower-news .news__articles__item .img img {
  width: 100%;
}
.lower-news .news__articles__item .body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -ms-flex-item-align: center;
      align-self: center;
}
.lower-news .news__articles__item .status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em 0.8em;
  margin-bottom: 0.7em;
}
@media (max-width: 834px) {
  .lower-news .news__articles__item .status {
    margin-bottom: 0.35em;
    gap: 0.2em 0.8em;
  }
}
.lower-news .news__articles__item .date {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 1.4rem;
  font-weight: 700;
  color: rgba(5, 63, 111, 0.5);
  line-height: 1.6;
  margin-top: 3px;
}
@media (max-width: 834px) {
  .lower-news .news__articles__item .date {
    gap: 6px;
    font-size: 1.3rem;
  }
}
.lower-news .news__articles__item .date::before {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1em;
          flex: 0 0 1em;
  width: 1em;
  aspect-ratio: 1/1;
  background: url(../img/common/icon_clock.png) center center/contain no-repeat;
  pointer-events: none;
  margin-top: -0.1em;
}
.lower-news .news__articles__item .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
  gap: 5px;
}
.lower-news .news__articles__item .category__item {
  font-size: 1.2rem;
  font-weight: 700;
  color: #e53130;
  line-height: 1.6;
  border: 1px solid currentColor;
  border-radius: 100vmax;
  padding: 0.4em 0.85em 0.168em;
  background: #fff;
}
@media (max-width: 834px) {
  .lower-news .news__articles__item .category__item {
    font-size: 1.1rem;
  }
}
.lower-news .news__articles__item .title {
  font-size: 1.35em;
  font-weight: 700;
  line-height: 1.6;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (max-width: 834px) {
  .lower-news .news__articles__item .title {
    font-size: 1.18em;
  }
}
.lower-news .news__articles__item .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
  margin-top: 1em;
}
@media (max-width: 834px) {
  .lower-news .news__articles__item .content {
    gap: 20px;
    margin-top: 0.8em;
  }
}
.lower-news .news__articles__item .content .img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
  max-width: 200px;
}
@media (max-width: 834px) {
  .lower-news .news__articles__item .content .img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    max-width: 100px;
  }
}
.lower-news .news__articles__item .content .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -ms-flex-item-align: center;
      align-self: center;
  font-size: 0.95em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
@media (max-width: 834px) {
  .lower-news .news__articles__item .content .txt {
    -webkit-line-clamp: 3;
  }
}
.lower-news .news__articles__item .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 36px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.07);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 7px;
  -webkit-transition: scale 0.3s;
  transition: scale 0.3s;
}
@media (max-width: 834px) {
  .lower-news .news__articles__item .icon {
    width: 32px;
    margin-right: 0;
  }
}
.lower-news .news__articles__item .icon::before {
  content: "";
  width: 10px;
  aspect-ratio: 1/1;
  -webkit-mask: url(../img/common/icon_arrow_03.png) center center/contain no-repeat;
          mask: url(../img/common/icon_arrow_03.png) center center/contain no-repeat;
  background: #053f6f;
  pointer-events: none;
}
.lower-news .news {
  /*------------------------------
    詳細ページ
  ------------------------------*/
}
.lower-news .news__article__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 16px;
  margin-bottom: 56px;
  padding-bottom: 20px;
  border-bottom: 1px solid #053f6f;
}
@media (max-width: 834px) {
  .lower-news .news__article__title {
    margin-bottom: 32px;
    padding-bottom: 16px;
  }
}
.lower-news .news__article__title .date {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 1.4rem;
  font-weight: 700;
  color: rgba(5, 63, 111, 0.5);
  line-height: 1.6;
  margin-top: 3px;
}
@media (max-width: 834px) {
  .lower-news .news__article__title .date {
    gap: 6px;
    font-size: 1.3rem;
  }
}
.lower-news .news__article__title .date::before {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1em;
          flex: 0 0 1em;
  width: 1em;
  aspect-ratio: 1/1;
  background: url(../img/common/icon_clock.png) center center/contain no-repeat;
  pointer-events: none;
  margin-top: -0.1em;
}
.lower-news .news__article__title .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
  gap: 5px;
}
.lower-news .news__article__title .category__item {
  font-size: 1.2rem;
  font-weight: 700;
  color: #e53130;
  line-height: 1.6;
  border: 1px solid currentColor;
  border-radius: 100vmax;
  padding: 0.4em 0.85em 0.168em;
  background: #fff;
}
@media (max-width: 834px) {
  .lower-news .news__article__title .category__item {
    font-size: 1.1rem;
  }
}
.lower-news .news__article__title .title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  font-size: 1.8em;
  font-weight: 700;
  color: #053f6f;
  line-height: 1.5;
}
@media (max-width: 834px) {
  .lower-news .news__article__title .title {
    font-size: 1.45em;
  }
}
.lower-news .news__article__body {
  padding: 0 0 56px;
  border-bottom: 1px solid #eee;
}
@media (max-width: 834px) {
  .lower-news .news__article__body {
    padding: 0 0 32px;
  }
}
.lower-news .news__article__body .photo__item {
  max-width: 640px;
  max-height: 480px;
  text-align: center;
  margin: 48px auto;
}
@media (max-width: 834px) {
  .lower-news .news__article__body .photo__item {
    margin: 24px auto;
  }
}
.lower-news .news__article__body .photo__item img {
  display: inline-block;
  max-width: 100%;
  max-height: 480px;
  -o-object-fit: contain;
     object-fit: contain;
}
.lower-news .news__article__body .hd {
  font-size: 1.5em;
  font-weight: 700;
  color: #053f6f;
  line-height: 1.6;
  position: relative;
  padding-left: 48px;
}
@media (max-width: 834px) {
  .lower-news .news__article__body .hd {
    font-size: 1.4em;
    padding-left: 34px;
  }
}
.lower-news .news__article__body .hd::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0px;
  width: 33px;
  aspect-ratio: 1/1;
  pointer-events: none;
  background: url(../img/common/icon_five-line.png) center center/contain no-repeat;
}
@media (max-width: 834px) {
  .lower-news .news__article__body .hd::before {
    width: 23px;
    top: 5px;
  }
}
.lower-news .news__article__body .hd + .text {
  margin-top: 20px;
}
@media (max-width: 834px) {
  .lower-news .news__article__body .hd + .text {
    margin-top: 10px;
  }
}
.lower-news .news__article__body .text {
  margin: 48px 0;
}
@media (max-width: 834px) {
  .lower-news .news__article__body .text {
    margin: 24px 0;
  }
}
.lower-news .news__article__body .marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(206, 46, 41, 0.15)));
  background: linear-gradient(transparent 60%, rgba(206, 46, 41, 0.15) 60%);
}
.lower-news .news__article__body .strong {
  font-weight: 700;
  color: #ce2e29;
}
.lower-news .news__article__body .link {
  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.2em;
  margin: 48px 0;
}
@media (max-width: 834px) {
  .lower-news .news__article__body .link {
    gap: 0.4em;
    margin: 20px 0;
  }
}
.lower-news .news__article__body .link:last-child {
  margin-bottom: 0;
}
.lower-news .news__article__body .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: #053f6f;
  gap: 6px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.lower-news .news__article__body .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.45em;
  background: #053f6f;
  -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/news/ico_link.svg);
          mask-image: url(../img/news/ico_link.svg);
}
@media (max-width: 834px) {
  .lower-news .news__article__body .link a::before {
    margin-top: 0.35em;
  }
}
.lower-news .news__article__body .link a[target=_blank]::before {
  -webkit-mask-image: url(../img/news/ico_external.svg);
          mask-image: url(../img/news/ico_external.svg);
}
@media (any-hover: hover) {
  .lower-news .news__article__body .link a:hover {
    opacity: 0.7;
  }
}
.lower-news .news__btnArea {
  margin-top: 48px;
}
@media (max-width: 834px) {
  .lower-news .news__btnArea {
    margin-top: 32px;
  }
}
.lower-news .news__btnArea .common-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.lower-news .news__btnArea .common-btn a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.lower-news .news__btnArea .common-btn__icon::before {
  -webkit-transform: rotate(-100deg);
          transform: rotate(-100deg);
}
.lower-news .news {
  /*------------------------------
    サイドナビ
  ------------------------------*/
}
.lower-news .news__side__block {
  margin-top: 40px;
}
@media (max-width: 834px) {
  .lower-news .news__side__block {
    margin-top: 30px;
  }
}
.lower-news .news__side__block:first-child {
  margin-top: 0;
}
.lower-news .news__side__block .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  font-size: 1.3em;
  font-weight: 700;
  color: #053f6f;
  line-height: 1.6;
  margin-bottom: 0.6em;
}
.lower-news .news__side__block .list__item {
  border-bottom: 1px solid #eee;
}
.lower-news .news__side__block .list__item:first-child {
  border-top: 1px solid #eee;
}
.lower-news .news__side__block .list__item a {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  padding: 14px 20px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: rgba(255, 255, 255, 0.3);
}
@media (any-hover: hover) {
  .lower-news .news__side__block .list__item a:hover {
    opacity: 1;
    color: #053f6f;
  }
  .lower-news .news__side__block .list__item a:hover .icon {
    scale: 0.9;
  }
}
.lower-news .news__side__block .list__item a .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 30px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.07);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: scale 0.3s;
  transition: scale 0.3s;
}
@media (max-width: 834px) {
  .lower-news .news__side__block .list__item a .icon {
    width: 24px;
    margin-right: 0;
  }
}
.lower-news .news__side__block .list__item a .icon::before {
  content: "";
  width: 8px;
  aspect-ratio: 1/1;
  -webkit-mask: url(../img/common/icon_arrow_03.png) center center/contain no-repeat;
          mask: url(../img/common/icon_arrow_03.png) center center/contain no-repeat;
  background: #053f6f;
  pointer-events: none;
}
.lower-news .news__side__block .list__item.-blue {
  border: none;
  margin-bottom: 10px;
}
.lower-news .news__side__block .list__item.-blue a {
  background: #053f6f;
  color: #fff;
  font-weight: 600;
  border-radius: 5px;
}
.lower-news .news__side__block .list__item.-blue a .icon {
  background: rgba(255, 255, 255, 0.07);
}
.lower-news .news__side__block .list__item.-blue a .icon::before {
  background: #fff;
}
@media (any-hover: hover) {
  .lower-news .news__side__block .list__item.-blue a:hover {
    background: rgba(5, 63, 111, 0.9);
  }
}

/* ============================================
// インタビュー一覧ページ
// ==========================================*/
.lower-interview_l {
  /*------------------------------
      インタビュー一覧
    ------------------------------*/
}
.lower-interview_l .interviews {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 0 5%;
}
.lower-interview_l .interviews__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  margin: 50px 0;
  margin: clamp(30px, 3.4722222222vw, 50px) 0;
}
@media (max-width: 834px) {
  .lower-interview_l .interviews__item {
    margin: 24px 0;
  }
}
@media (max-width: 640px) {
  .lower-interview_l .interviews__item:first-child a {
    margin-top: 0;
  }
  .lower-interview_l .interviews__item:last-child a {
    margin-bottom: 0;
  }
}
.lower-interview_l .interviews__item a {
  position: relative;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (any-hover: hover) {
  .lower-interview_l .interviews__item a:hover {
    opacity: 1;
  }
  .lower-interview_l .interviews__item a:hover .imgArea img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .lower-interview_l .interviews__item a:hover .bodyArea .copy {
    color: #053f6f;
  }
  .lower-interview_l .interviews__item a:hover .icons-arrow {
    scale: 0.9;
  }
}
.lower-interview_l .interviews__item .imgArea {
  aspect-ratio: 3/2;
  margin-bottom: 1.25em;
  overflow: hidden;
}
.lower-interview_l .interviews__item .bodyArea {
  display: contents;
}
.lower-interview_l .interviews__item .bodyArea .copy {
  font-size: 1.375em;
  font-weight: 700;
  line-height: 1.65;
  margin-bottom: 20px;
}
@media (max-width: 834px) {
  .lower-interview_l .interviews__item .bodyArea .copy {
    margin-bottom: 16px;
  }
}
.lower-interview_l .interviews__item .bodyArea .data .job {
  font-size: 0.824em;
  font-weight: 600;
  line-height: 1.5;
  padding: 0.4em 1em;
  background: #fff;
  border: 1px solid #ce2e29;
  color: #ce2e29;
  border-radius: 30px;
}
.lower-interview_l .interviews__item .bodyArea .data .nameArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-top: 8px;
}
@media (max-width: 834px) {
  .lower-interview_l .interviews__item .bodyArea .data .nameArea {
    margin-top: 3px;
  }
}
.lower-interview_l .interviews__item .bodyArea .data .nameArea .name {
  font-size: 1.294em;
  font-weight: 700;
}
.lower-interview_l .interviews__item .bodyArea .data .nameArea .name small {
  font-size: 0.636em;
  margin-left: 0.3em;
}
.lower-interview_l .interviews__item .bodyArea .data .nameArea .info {
  margin-left: 20px;
}
@media (max-width: 834px) {
  .lower-interview_l .interviews__item .bodyArea .data .nameArea .info {
    margin-left: 14px;
  }
}
.lower-interview_l .interviews__item .bodyArea .data .nameArea .info span {
  font-size: 0.824em;
  font-weight: 600;
}
.lower-interview_l .interviews__item .bodyArea .data .nameArea .info span:nth-child(n+2)::before {
  content: "/";
  margin: 0 0.5em;
}
.lower-interview_l .interviews__item .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 29px;
  margin-top: 16px;
}
@media (max-width: 834px) {
  .lower-interview_l .interviews__item .icons {
    gap: 16px;
    margin-top: 0;
  }
}
.lower-interview_l .interviews__item .icons-line {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3px;
}
@media (max-width: 834px) {
  .lower-interview_l .interviews__item .icons-line {
    gap: 2px;
  }
}
.lower-interview_l .interviews__item .icons-line span {
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}
.lower-interview_l .interviews__item .icons-arrow {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 40px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #efefef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: scale 0.3s;
  transition: scale 0.3s;
}
.lower-interview_l .interviews__item .icons-arrow::before {
  content: "";
  display: block;
  width: 9px;
  aspect-ratio: 12/11;
  -webkit-mask: url(../img/common/icon_arrow_01.png) center center/contain no-repeat;
          mask: url(../img/common/icon_arrow_01.png) center center/contain no-repeat;
  background-color: #053f6f;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-interview_l .interviews__item .icons-arrow::before {
    width: 10px;
  }
}

/* ============================================
// インタビュー詳細ページ
// ==========================================*/
.lower-interview_d .common-title__eng {
  font-size: 8rem;
}
@media (max-width: 834px) {
  .lower-interview_d .common-title__eng {
    font-size: 4rem;
  }
}
.lower-interview_d .interview {
  /*------------------------------
    メインエリア
  ------------------------------*/
}
.lower-interview_d .interview__mainArea {
  padding: 100px 0 140px;
  position: relative;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__mainArea {
    padding: 60px 0;
  }
}
.lower-interview_d .interview__mainArea::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/interview/main_bg.jpg) center/cover no-repeat;
  width: 100%;
  aspect-ratio: 1440/897;
  opacity: 0.2;
  z-index: -1;
  pointer-events: none;
}
.lower-interview_d .interview__mainArea::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1440/20;
  background: url(../img/common/shape_white_01.png) center bottom/cover no-repeat;
  pointer-events: none;
}
.lower-interview_d .interview__main__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5.5%;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.lower-interview_d .interview__main__inner .imgArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  width: 100%;
  max-width: 576px;
  margin: 0 auto;
}
.lower-interview_d .interview__main__inner .imgArea img {
  aspect-ratio: 576/384;
}
.lower-interview_d .interview__main__inner .txtArea {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-top: -0.5em;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main__inner .txtArea {
    margin-top: 0;
  }
}
.lower-interview_d .interview__main__inner .txtArea .copy {
  font-size: 2.118em;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 1em;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #053f6f;
  letter-spacing: 0.075em;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main__inner .txtArea .copy {
    font-size: 1.5em;
    margin-top: 20px;
    margin-bottom: 12px;
  }
}
.lower-interview_d .interview__main__inner .txtArea .data .job {
  font-size: 0.824em;
  font-weight: 600;
  line-height: 1.5;
  padding: 0.4em 1em;
  background: #fff;
  border: 1px solid #ce2e29;
  color: #ce2e29;
  border-radius: 30px;
}
.lower-interview_d .interview__main__inner .txtArea .data .nameArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-top: 8px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main__inner .txtArea .data .nameArea {
    margin-top: 3px;
  }
}
.lower-interview_d .interview__main__inner .txtArea .data .nameArea .name {
  font-size: 1.412em;
  font-weight: 700;
}
.lower-interview_d .interview__main__inner .txtArea .data .nameArea .name small {
  font-size: 0.625em;
  margin-left: 0.3em;
}
.lower-interview_d .interview__main__inner .txtArea .data .nameArea .info {
  margin-left: 20px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main__inner .txtArea .data .nameArea .info {
    margin-left: 14px;
  }
}
.lower-interview_d .interview__main__inner .txtArea .data .nameArea .info span {
  font-size: 0.824em;
  font-weight: 600;
}
.lower-interview_d .interview__main__inner .txtArea .data .nameArea .info span:nth-child(n+2)::before {
  content: "/";
  margin: 0 0.5em;
}
.lower-interview_d .interview__main__inner .txtArea .profile {
  margin-top: 20px;
}
.lower-interview_d .interview__main__inner .txtArea .profile .hd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4em;
  font-size: 1.412em;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  color: #053f6f;
  margin-bottom: 5px;
}
.lower-interview_d .interview__main__inner .txtArea .profile .hd::before {
  content: "";
  aspect-ratio: 1/1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 6px;
          flex: 0 0 6px;
  width: 6px;
  background: #ce2e29;
  border-radius: 50%;
}
.lower-interview_d .interview__main__inner .txtArea .profile .hd::after {
  content: "";
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  height: 1px;
  background: #e6e6e6;
}
.lower-interview_d .interview__main__inner .txtArea .profile .txt {
  font-size: 1.6rem;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main__inner .txtArea .profile .txt {
    font-size: 1.4rem;
  }
}
.lower-interview_d .interview {
  /*------------------------------
    26.04.13動画コンテンツ
  ------------------------------*/
}
.lower-interview_d .interview__movie {
  padding-top: 120px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__movie {
    padding-top: 50px;
  }
}
.lower-interview_d .interview__movie .common-title__body {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lower-interview_d .interview__movie .movie-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-top: 40px;
  margin-bottom: 24px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__movie .movie-ttl {
    gap: 10px;
    margin-bottom: 16px;
    margin-top: 20px;
  }
}
.lower-interview_d .interview__movie .movie-ttl .num-line {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__movie .movie-ttl .num-line {
    gap: 2px;
  }
}
.lower-interview_d .interview__movie .movie-ttl .num-line span {
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}
.lower-interview_d .interview__movie .movie-ttl__h {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.416666em;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.7;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__movie .movie-ttl__h {
    font-size: 1.6rem;
  }
}
.lower-interview_d .interview__movie .movie_wrap {
  position: relative;
  max-width: 824px;
  margin: 40px auto 0;
  padding-inline: 20px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__movie .movie_wrap {
    margin-top: 0px;
    padding-inline: 0;
  }
}
.lower-interview_d .interview__movie .movie_wrap .movie {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 16/9;
}
.lower-interview_d .interview__movie .movie_wrap .movie iframe {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  vertical-align: baseline;
}
.lower-interview_d .interview__movie .line {
  margin-top: 40px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__movie .line {
    margin-top: 20px;
    gap: 2px;
  }
}
.lower-interview_d .interview__movie .line span {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}
.lower-interview_d .interview {
  /*------------------------------
    入社のきっかけ
  ------------------------------*/
}
.lower-interview_d .interview__trigger__inner {
  margin-top: 5em;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__trigger__inner {
    margin-top: 4em;
  }
}
.lower-interview_d .interview__trigger__contents {
  position: relative;
  padding: 4.5% 4% 3%;
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.08);
}
@media (max-width: 834px) {
  .lower-interview_d .interview__trigger__contents {
    padding: 2.7em 1.7em 1.7em;
  }
}
.lower-interview_d .interview__trigger__contents .hd {
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
  color: #ffffff;
  padding: 0.5em 1.2em;
  background: #053f6f;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  border-radius: 3px 3px 3px 0;
}
.lower-interview_d .interview__trigger__contents .hd::before {
  content: "";
  aspect-ratio: 1/1;
  width: 0.6em;
  position: absolute;
  left: 0;
  bottom: 1px;
  clip-path: polygon(100% 0, 0 0, 0 100%);
  background: #053f6f;
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
}
.lower-interview_d .interview__trigger__contents .txt {
  font-size: 1.6rem;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__trigger__contents .txt {
    font-size: 1.4rem;
  }
}
.lower-interview_d .interview {
  /*------------------------------
    インタビューコンテンツ（通常）
  ------------------------------*/
}
.lower-interview_d .interview__topics {
  margin-top: 80px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__topics {
    margin-top: 48px;
  }
}
.lower-interview_d .interview__topics .common-title__body {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lower-interview_d .interview__topics__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5%;
  padding: 2.647em 0;
  counter-increment: topic-num;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__topics__item {
    display: block;
    margin-bottom: 40px;
    padding: 0;
  }
  .lower-interview_d .interview__topics__item:first-child {
    margin-top: 30px;
  }
}
@media (min-width: 835px) {
  .lower-interview_d .interview__topics__item:first-child {
    padding-top: 5.294em;
  }
  .lower-interview_d .interview__topics__item:last-child {
    padding-bottom: 0;
  }
  .lower-interview_d .interview__topics__item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
  }
}
@media (max-width: 834px) {
  .lower-interview_d .interview__topics__item:last-child {
    margin-bottom: 0;
  }
}
.lower-interview_d .interview__topics__item .imgArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 37.5833333333%;
          flex: 0 0 37.5833333333%;
  background: #f5f5f5;
  max-width: 451px;
  margin: 0 auto;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__topics__item .imgArea {
    margin-bottom: 20px;
  }
}
.lower-interview_d .interview__topics__item .imgArea img {
  aspect-ratio: 451/301;
}
.lower-interview_d .interview__topics__item .txtArea {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.lower-interview_d .interview__topics__item .txtArea .leadArea .numArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  margin-top: -10px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__topics__item .txtArea .leadArea .numArea {
    gap: 16px;
    margin-top: 0;
  }
}
.lower-interview_d .interview__topics__item .txtArea .leadArea .numArea .num {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.lower-interview_d .interview__topics__item .txtArea .leadArea .numArea .num::before {
  content: "TOPIC";
  display: inline-block;
  font-size: 0.882em;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  color: #053f6f;
  line-height: 1;
  padding-bottom: 0.4em;
}
.lower-interview_d .interview__topics__item .txtArea .leadArea .numArea .num::after {
  content: " " counter(topic-num, decimal-leading-zero);
  display: inline-block;
  font-size: 1.647em;
  font-family: "Cormorant Garamond", serif;
  color: #053f6f;
  line-height: 1;
  margin-left: 0.25em;
}
.lower-interview_d .interview__topics__item .txtArea .leadArea .numArea .num-line {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3px;
  margin-top: 9px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__topics__item .txtArea .leadArea .numArea .num-line {
    gap: 2px;
  }
}
.lower-interview_d .interview__topics__item .txtArea .leadArea .numArea .num-line span {
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}
.lower-interview_d .interview__topics__item .txtArea .leadArea .lead {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.7;
  margin-top: 1em;
  margin-bottom: 18px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__topics__item .txtArea .leadArea .lead {
    font-size: 1.3em;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.lower-interview_d .interview {
  /*------------------------------
    一日の流れ
  ------------------------------*/
}
.lower-interview_d .interview__schedule {
  position: relative;
  z-index: 1;
  margin-top: 140px;
  padding: 140px 0 140px;
  background: #053f6f;
  overflow: hidden;
}
.lower-interview_d .interview__schedule::before {
  content: "";
  position: absolute;
  top: 0;
  left: 30%;
  width: clamp(1051.2px, 102.8571428571vw, 1440px);
  aspect-ratio: 1440/1882;
  -webkit-mask: url(../img/common/bg_map.png) center right/contain no-repeat;
          mask: url(../img/common/bg_map.png) center right/contain no-repeat;
  background: #fff;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 1440px) {
  .lower-interview_d .interview__schedule::before {
    left: 45%;
  }
}
@media (max-width: 834px) {
  .lower-interview_d .interview__schedule::before {
    width: 530px;
    left: auto;
    right: -190px;
  }
}
@media (max-width: 834px) {
  .lower-interview_d .interview__schedule {
    margin-top: 48px;
    padding: 48px 0;
  }
}
.lower-interview_d .interview__schedule__deco::before {
  content: "";
  background: url(../img/interview/deco_oneday_01.png) center/contain no-repeat;
  position: absolute;
  top: -50%;
  right: 0;
  mix-blend-mode: overlay;
  width: 694px;
  aspect-ratio: 694/1391;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__schedule__deco::before {
    width: 480px;
    top: -40%;
  }
}
.lower-interview_d .interview__schedule__deco::after {
  content: "";
  background: url(../img/interview/deco_oneday_02.png) center/contain no-repeat;
  position: absolute;
  bottom: -50%;
  left: 0;
  mix-blend-mode: overlay;
  width: 694px;
  aspect-ratio: 694/1391;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__schedule__deco::after {
    width: 380px;
    bottom: -40%;
  }
}
.lower-interview_d .interview__schedule .common-title__body {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lower-interview_d .interview__schedule .body {
  margin-top: 60px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__schedule .body {
    margin-top: 40px;
  }
}
.lower-interview_d .interview__schedule .body__title {
  color: #fff;
  font-weight: 600;
  font-size: 1.8rem;
  margin: 0 auto;
  text-align: center;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  max-width: 700px;
  padding: 20px 60px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__schedule .body__title {
    padding: 15px 30px;
    font-size: 1.6rem;
  }
}
.lower-interview_d .interview__schedule .body__contents:not(:has(.imgArea)) .txtArea {
  margin-top: 50px;
  padding-top: 60px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__schedule .body__contents:not(:has(.imgArea)) .txtArea {
    margin-top: 20px;
    padding-top: 20px;
  }
}
.lower-interview_d .interview__schedule .body__contents .imgArea {
  max-width: 520px;
  margin: 0 auto;
  margin-top: 50px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__schedule .body__contents .imgArea {
    width: 90%;
    margin-top: 30px;
  }
}
.lower-interview_d .interview__schedule .body__contents .imgArea img {
  aspect-ratio: 640/427;
}
.lower-interview_d .interview__schedule .body__contents .txtArea {
  background: rgba(255, 255, 255, 0.1);
  padding: 80px;
  padding-bottom: 60px;
  margin-top: -30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 834px) {
  .lower-interview_d .interview__schedule .body__contents .txtArea {
    padding: 50px 6.25%;
    padding-bottom: 20px;
  }
}
.lower-interview_d .interview__schedule .body__contents .txtArea .txt {
  color: #fff;
}
.lower-interview_d .interview {
  /*------------------------------
    メッセージ
  ------------------------------*/
}
.lower-interview_d .interview__message {
  margin-top: 140px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__message {
    margin-top: 48px;
  }
}
.lower-interview_d .interview__message__contents {
  position: relative;
}
.lower-interview_d .interview__message__contents .body {
  max-width: 1100px;
  margin: 0 auto;
  padding: 90px 0 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 7%;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__message__contents .body {
    padding: 40px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.lower-interview_d .interview__message__contents .body .imgArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25.2727272727%;
          flex: 0 0 25.2727272727%;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__message__contents .body .imgArea {
    width: 100%;
    max-width: 240px;
    margin: 2em auto 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.lower-interview_d .interview__message__contents .body .imgArea img {
  aspect-ratio: 278/341;
}
.lower-interview_d .interview__message__contents .body .txtArea {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__message__contents .body .txtArea {
    display: contents;
  }
}
@media (max-width: 834px) {
  .lower-interview_d .interview__message__contents .body .txtArea .common-title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-right: auto;
  }
}
.lower-interview_d .interview__message__contents .body .txtArea .txt {
  margin-top: 40px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__message__contents .body .txtArea .txt {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 20px;
  }
}
.lower-interview_d .interview__message__line {
  position: absolute;
  width: 100%;
  max-width: 1200px;
}
.lower-interview_d .interview__message__line:first-child {
  top: 0;
  left: 0;
}
.lower-interview_d .interview__message__line:last-child {
  bottom: 0;
  left: 0;
}
.lower-interview_d .interview__message__line:last-child .line {
  padding-right: 0;
  padding-left: 24px;
}
.lower-interview_d .interview__message__line:last-child .line::before {
  left: 0;
}
.lower-interview_d .interview__message__line .line {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3px;
  padding-right: 24px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__message__line .line {
    padding-right: 16px;
  }
}
.lower-interview_d .interview__message__line .line::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  width: 10px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #ce2e29;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__message__line .line::before {
    width: 8px;
  }
}
@media (max-width: 834px) {
  .lower-interview_d .interview__message__line .line {
    gap: 2px;
  }
}
.lower-interview_d .interview__message__line .line span {
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}
.lower-interview_d .interview {
  /*------------------------------
    戻るボタン／取材日
  ------------------------------*/
}
.lower-interview_d .interview__bottom {
  margin-top: 80px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__bottom {
    margin-top: 40px;
  }
}
.lower-interview_d .interview__bottom .backBtn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.lower-interview_d .interview__bottom .backBtn a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.lower-interview_d .interview__bottom .backBtn .common-btn__icon::before {
  -webkit-transform: rotate(-100deg);
          transform: rotate(-100deg);
}
.lower-interview_d .interview__bottom .date {
  display: block;
  text-align: center;
  font-size: 0.9em;
  color: rgba(34, 34, 34, 0.8);
  margin-top: 1.5em;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__bottom .date {
    margin-top: 1.2em;
  }
}

/* ============================================
// 会社情報ページ
// ==========================================*/
.lower-company .company__title__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media (max-width: 834px) {
  .lower-company .company__title__body {
    gap: 10px;
  }
}
.lower-company .company__title__eng {
  position: relative;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.025em;
  color: #053f6f;
  line-height: 1;
  padding-left: 2.25em;
}
.lower-company .company__title__eng::before {
  content: "";
  position: absolute;
  top: -0.3em;
  left: 0;
  width: 1.625em;
  aspect-ratio: 1/1;
  background: url(../img/common/icon_five-line.png) center center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-company .company__title__eng {
    font-size: 1.4rem;
  }
}
.lower-company .company__title__ja {
  position: relative;
  font-size: 4.2rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  color: #053f6f;
  line-height: 1.6;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media (max-width: 834px) {
  .lower-company .company__title__ja {
    font-size: 2.6rem;
  }
}
.lower-company .company__message {
  padding: 40px 0 200px;
  position: relative;
}
@media (max-width: 834px) {
  .lower-company .company__message {
    padding: 0 0 120px;
  }
}
.lower-company .company__message::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  aspect-ratio: 1440/37;
  background: url(../img/company/shape_white.png) center bottom/cover no-repeat;
  pointer-events: none;
  z-index: 1;
}
.lower-company .company__message__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/company/message_bg.jpg) center/cover no-repeat;
  width: 100%;
  height: 100%;
  aspect-ratio: 1440/794;
  opacity: 0.3;
  z-index: -1;
  pointer-events: none;
  -webkit-filter: blur(5px);
          filter: blur(5px);
}
.lower-company .company__message__bg::after {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(transparent));
  background: linear-gradient(to bottom, white, transparent);
  width: 100%;
  height: 100%;
}
.lower-company .company__message__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 6%;
}
@media (max-width: 760px) {
  .lower-company .company__message__inner {
    display: block;
  }
}
.lower-company .company__message__inner .txtArea {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-left: 50px;
}
@media (max-width: 834px) {
  .lower-company .company__message__inner .txtArea {
    margin: 0;
  }
}
.lower-company .company__message__inner .txtArea .leadArea {
  color: #053f6f;
}
.lower-company .company__message__inner .txtArea .leadArea .eng {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.8rem;
  letter-spacing: 0.025em;
  font-weight: 600;
}
@media (max-width: 834px) {
  .lower-company .company__message__inner .txtArea .leadArea .eng {
    font-size: 1.4rem;
  }
}
.lower-company .company__message__inner .txtArea .leadArea .lead {
  font-size: 4.2rem;
  font-size: clamp(3.2rem, 2.668rem + 1.064vw, 4.2rem);
  margin-top: 30px;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 700;
  letter-spacing: 0.075em;
}
@media (min-width: 835px) {
  .lower-company .company__message__inner .txtArea .leadArea .lead {
    line-height: 1.8;
  }
}
@media (max-width: 834px) {
  .lower-company .company__message__inner .txtArea .leadArea .lead {
    margin-top: 16px;
    font-size: 2.6rem;
  }
}
.lower-company .company__message__inner .txtArea .txt {
  margin-top: 30px;
}
@media (max-width: 834px) {
  .lower-company .company__message__inner .txtArea .txt {
    margin-top: 20px;
  }
  .lower-company .company__message__inner .txtArea .txt br {
    display: none;
  }
}
.lower-company .company__message__inner .txtArea .name {
  margin-top: 30px;
  font-size: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 20px;
}
@media (max-width: 834px) {
  .lower-company .company__message__inner .txtArea .name {
    margin-top: 10px;
    font-size: 1.3rem;
    gap: 10px;
  }
}
.lower-company .company__message__inner .txtArea .name .big {
  font-size: 2rem;
}
@media (max-width: 834px) {
  .lower-company .company__message__inner .txtArea .name .big {
    font-size: 1.7rem;
  }
}
.lower-company .company__message__inner .imgArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 834px) {
  .lower-company .company__message__inner .imgArea {
    margin-top: 40px;
  }
}
.lower-company .company__message__inner .imgArea .img.-img01 {
  max-width: clamp(30.8rem, 1.262rem + 28.846vw, 42.8rem);
  width: 100%;
}
@media (max-width: 834px) {
  .lower-company .company__message__inner .imgArea .img.-img01 {
    max-width: 260px;
  }
}
.lower-company .company__message__inner .imgArea .img.-img01 img {
  aspect-ratio: 428/480;
}
.lower-company .company__message__inner .imgArea .img.-img02 {
  max-width: clamp(17.6rem, 10.215rem + 7.212vw, 20.6rem);
  width: 100%;
  margin-right: -120px;
  margin-bottom: -80px;
}
@media (max-width: 834px) {
  .lower-company .company__message__inner .imgArea .img.-img02 {
    max-width: 130px;
    margin-right: -90px;
  }
}
.lower-company .company__message__inner .imgArea .img.-img02 img {
  aspect-ratio: 206/242;
}
.lower-company .company__anchor {
  position: relative;
  z-index: 2;
  margin-bottom: 120px;
}
@media (max-width: 834px) {
  .lower-company .company__anchor {
    margin-bottom: 60px;
  }
}
.lower-company .company__anchor__inner {
  max-width: 1140px;
  padding-top: 100px;
}
@media (max-width: 834px) {
  .lower-company .company__anchor__inner {
    padding-top: 60px;
  }
}
.lower-company .company__anchor__contents {
  padding: 60px 0;
  position: relative;
}
@media (max-width: 834px) {
  .lower-company .company__anchor__contents {
    padding: 40px 0;
  }
}
.lower-company .company__anchor .anchor__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px clamp(38.4px, 3.6923076923vw, 48px);
  gap: 30px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 834px) {
  .lower-company .company__anchor .anchor__list {
    gap: 16px 24px;
  }
}
@media (min-width: 835px) {
  .lower-company .company__anchor .anchor__item {
    padding: 0 30px;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
  }
  .lower-company .company__anchor .anchor__item:last-child {
    border: none;
  }
}
.lower-company .company__anchor .anchor__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.6rem;
}
@media (max-width: 834px) {
  .lower-company .company__anchor .anchor__link {
    gap: 8px;
    font-size: 1.5rem;
  }
}
@media (any-hover: hover) {
  .lower-company .company__anchor .anchor__link:hover {
    opacity: 1;
  }
  .lower-company .company__anchor .anchor__link:hover .txt::before {
    width: 0;
    left: auto;
  }
  .lower-company .company__anchor .anchor__link:hover .icon {
    scale: 0.9;
  }
}
.lower-company .company__anchor .anchor__link .txt {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.6;
}
.lower-company .company__anchor .anchor__link .txt::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  bottom: -3px;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid currentColor;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.lower-company .company__anchor .anchor__link .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 36px;
  aspect-ratio: 1/1;
  background: #e53130;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: scale 0.3s;
  transition: scale 0.3s;
}
@media (max-width: 834px) {
  .lower-company .company__anchor .anchor__link .icon {
    width: 20px;
  }
}
.lower-company .company__anchor .anchor__link .icon::before {
  content: "";
  position: absolute;
  width: 8px;
  aspect-ratio: 8/11;
  background: url(../img/company/arrow.png) center center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-company .company__anchor .anchor__link .icon::before {
    width: 6px;
  }
}
.lower-company .company__anchor .anchor__line {
  position: absolute;
  width: 100%;
}
.lower-company .company__anchor .anchor__line:first-child {
  top: 0;
  left: 0;
}
.lower-company .company__anchor .anchor__line:last-child {
  bottom: 0;
  left: 0;
}
.lower-company .company__anchor .anchor__line .line {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3px;
}
@media (max-width: 834px) {
  .lower-company .company__anchor .anchor__line .line {
    gap: 2px;
  }
}
.lower-company .company__anchor .anchor__line .line span {
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}
.lower-company .company__overview__inner {
  max-width: 1140px;
}
.lower-company .company__overview__inner .company__title__body {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lower-company .company__overview .overviewList {
  margin-top: 20px;
}
@media (max-width: 834px) {
  .lower-company .company__overview .overviewList {
    margin-top: 0;
  }
}
.lower-company .company__overview .overviewList__item {
  position: relative;
  border-bottom: 1px solid #efefef;
  padding: 22px 0;
}
.lower-company .company__overview .overviewList__item::before {
  content: "";
  width: 160px;
  height: 1px;
  background-color: #053f6f;
  position: absolute;
  bottom: -1px;
  left: 0;
}
@media (max-width: 834px) {
  .lower-company .company__overview .overviewList__item::before {
    width: 25%;
  }
}
@media (min-width: 835px) {
  .lower-company .company__overview .overviewList__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 834px) {
  .lower-company .company__overview .overviewList__item {
    padding: 16px 0;
  }
}
.lower-company .company__overview .overviewList__term {
  font-weight: 700;
  position: relative;
}
@media (min-width: 835px) {
  .lower-company .company__overview .overviewList__term {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 160px;
            flex: 0 0 160px;
    padding-left: 10px;
    padding-right: 8px;
  }
}
@media (max-width: 834px) {
  .lower-company .company__overview .overviewList__term {
    padding-bottom: 0;
  }
}
.lower-company .company__overview .overviewList__desc {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media (min-width: 835px) {
  .lower-company .company__overview .overviewList__desc {
    padding-left: 50px;
    padding-right: 10px;
  }
}
@media (max-width: 834px) {
  .lower-company .company__overview .overviewList__desc {
    padding-top: 0;
  }
}
.lower-company .company__certification {
  margin-top: 120px;
  background: #053f6f;
  position: relative;
  overflow: hidden;
}
@media (max-width: 834px) {
  .lower-company .company__certification {
    margin-top: 60px;
  }
}
.lower-company .company__certification::before {
  content: "";
  background: url(../img/company/deco_01.png) center/contain no-repeat;
  position: absolute;
  top: -60%;
  right: 0;
  mix-blend-mode: overlay;
  width: 694px;
  aspect-ratio: 694/1391;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-company .company__certification::before {
    width: 480px;
    top: -40%;
  }
}
.lower-company .company__certification::after {
  content: "";
  background: url(../img/company/deco_02.png) center/contain no-repeat;
  position: absolute;
  bottom: -60%;
  left: 0;
  mix-blend-mode: overlay;
  width: 694px;
  aspect-ratio: 694/1391;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-company .company__certification::after {
    width: 380px;
    bottom: -40%;
  }
}
.lower-company .company__certification__inner {
  padding-top: 80px;
  padding-bottom: 120px;
}
@media (max-width: 834px) {
  .lower-company .company__certification__inner {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
@media (min-width: 835px) {
  .lower-company .company__certification__inner:not(:has(.company__certification__head .imgArea)) {
    padding-top: 120px;
  }
}
.lower-company .company__certification__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}
@media (max-width: 834px) {
  .lower-company .company__certification__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.lower-company .company__certification__head .txtArea .company__title__eng, .lower-company .company__certification__head .txtArea .company__title__ja {
  color: #fff;
}
.lower-company .company__certification__head .txtArea .company__title__eng::before, .lower-company .company__certification__head .txtArea .company__title__ja::before {
  -webkit-mask: url(../img/common/icon_five-line.png) center center/contain no-repeat;
          mask: url(../img/common/icon_five-line.png) center center/contain no-repeat;
  background: #fff;
}
.lower-company .company__certification__head .txtArea .txt {
  color: #fff;
  margin-top: 40px;
  font-weight: 600;
  font-size: 1.8rem;
}
@media (max-width: 834px) {
  .lower-company .company__certification__head .txtArea .txt {
    font-size: 1.5rem;
    margin-top: 20px;
  }
}
.lower-company .company__certification__head .imgArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 20px;
  margin-right: 50px;
  position: relative;
}
@media (max-width: 834px) {
  .lower-company .company__certification__head .imgArea {
    margin-right: 0;
  }
}
.lower-company .company__certification__head .imgArea .img {
  width: 183px;
}
@media (max-width: 834px) {
  .lower-company .company__certification__head .imgArea .img {
    width: 155px;
  }
}
.lower-company .company__certification__head .imgArea .img img {
  aspect-ratio: 183/271;
}
.lower-company .company__certification__head .imgArea .deco.-deco01::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  top: 0;
  left: 0;
}
@media (max-width: 834px) {
  .lower-company .company__certification__head .imgArea .deco.-deco01::before {
    width: 13px;
    height: 13px;
  }
}
.lower-company .company__certification__head .imgArea .deco.-deco01::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  top: 0;
  right: 0;
}
@media (max-width: 834px) {
  .lower-company .company__certification__head .imgArea .deco.-deco01::after {
    width: 13px;
    height: 13px;
  }
}
.lower-company .company__certification__head .imgArea .deco.-deco02::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  bottom: 0;
  left: 0;
}
@media (max-width: 834px) {
  .lower-company .company__certification__head .imgArea .deco.-deco02::before {
    width: 13px;
    height: 13px;
  }
}
.lower-company .company__certification__head .imgArea .deco.-deco02::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  bottom: 0;
  right: 0;
}
@media (max-width: 834px) {
  .lower-company .company__certification__head .imgArea .deco.-deco02::after {
    width: 13px;
    height: 13px;
  }
}
.lower-company .company__certification__woman {
  margin-top: 60px;
}
@media (max-width: 834px) {
  .lower-company .company__certification__woman {
    margin-top: 40px;
  }
}
.lower-company .company__certification__woman .woman__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #fff;
  padding: 50px;
  position: relative;
}
@media (max-width: 834px) {
  .lower-company .company__certification__woman .woman__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 24px;
    padding-bottom: 46px;
    gap: 24px;
  }
}
.lower-company .company__certification__woman .woman__inner .imgArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32%;
          flex: 0 0 32%;
  max-width: 352px;
  width: 100%;
}
.lower-company .company__certification__woman .woman__inner .imgArea img {
  aspect-ratio: 352/235;
}
.lower-company .company__certification__woman .woman__inner .txtArea .title {
  color: #fff;
  font-size: 2.8rem;
  font-weight: 600;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 834px) {
  .lower-company .company__certification__woman .woman__inner .txtArea .title {
    font-size: 2rem;
  }
}
.lower-company .company__certification__woman .woman__inner .txtArea .title .line {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3px;
  margin-top: -20px;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-company .company__certification__woman .woman__inner .txtArea .title .line {
    gap: 2px;
    margin-top: -12px;
  }
}
.lower-company .company__certification__woman .woman__inner .txtArea .title .line span {
  width: 100%;
  height: 1px;
  background: #ce2e29;
}
.lower-company .company__certification__woman .woman__inner .txtArea .txt {
  color: #fff;
  margin-top: 20px;
}
@media (max-width: 834px) {
  .lower-company .company__certification__woman .woman__inner .txtArea .txt {
    margin-top: 14px;
  }
}
.lower-company .company__certification__woman .woman__inner .btn {
  position: absolute;
  bottom: -28px;
  right: 50px;
  max-width: 220px;
  width: 100%;
}
@media (max-width: 834px) {
  .lower-company .company__certification__woman .woman__inner .btn {
    left: 50%;
    translate: -50%;
    right: auto;
    max-width: 200px;
  }
}
.lower-company .company__certification__woman .woman__inner .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #fff;
  background: #ce2e29;
  border-radius: 100vmax;
  padding: 15px 15px 15px 25px;
  -webkit-transition: scale 0.3s;
  transition: scale 0.3s;
}
@media (max-width: 834px) {
  .lower-company .company__certification__woman .woman__inner .btn a {
    padding: 13px 15px 12px 25px;
  }
}
@media (any-hover: hover) {
  .lower-company .company__certification__woman .woman__inner .btn a:hover {
    opacity: 1;
    scale: 0.95;
  }
}
.lower-company .company__certification__woman .woman__inner .btn__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.8em;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.07);
  -webkit-transition: scale 0.3s;
  transition: scale 0.3s;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.lower-company .company__certification__woman .woman__inner .btn__icon::before {
  content: "";
  display: block;
  width: 0.5em;
  aspect-ratio: 1/1;
  background: url(../img/common/icon_arrow_03.png) center center/contain no-repeat;
  pointer-events: none;
}
.lower-company .company__safety {
  padding: 120px 0;
  background: #f3f8f9;
}
@media (max-width: 834px) {
  .lower-company .company__safety {
    padding: 60px 0;
  }
}
.lower-company .company__safety__inner {
  max-width: 1140px;
}
.lower-company .company__safety__inner .company__title__body {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lower-company .company__safety .safety__list {
  margin-top: 30px;
}
@media (max-width: 834px) {
  .lower-company .company__safety .safety__list {
    margin-top: 0;
  }
}
.lower-company .company__safety .safety__list__item {
  padding: 32px 0;
  border-bottom: 1px solid #c9c9c9;
}
@media (max-width: 834px) {
  .lower-company .company__safety .safety__list__item {
    padding: 22px 0;
  }
}
.lower-company .company__safety .safety__list__item .safetyTitle {
  font-weight: 600;
  font-size: 2.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}
@media (max-width: 834px) {
  .lower-company .company__safety .safety__list__item .safetyTitle {
    font-size: 1.7rem;
    gap: 8px;
  }
}
.lower-company .company__safety .safety__list__item .safetyTitle::before {
  content: "";
  background-color: #ce2e29;
  width: 8px;
  aspect-ratio: 1/1;
  display: block;
  border-radius: 50%;
  margin-top: 12px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 834px) {
  .lower-company .company__safety .safety__list__item .safetyTitle::before {
    width: 6px;
    margin-top: 10px;
  }
}
.lower-company .company__safety .safety__list__item .txtArea {
  margin-top: 10px;
}
@media (max-width: 834px) {
  .lower-company .company__safety .safety__list__item .txtArea {
    margin-top: 5px;
  }
}
.lower-company .company__safety .safety__list__item .txtArea .list__item {
  margin-bottom: 20px;
}
@media (max-width: 834px) {
  .lower-company .company__safety .safety__list__item .txtArea .list__item {
    margin-bottom: 16px;
    margin-top: 10px;
  }
}
.lower-company .company__safety .safety__list__item .txtArea .list__item:first-child {
  margin-top: 20px;
}
@media (max-width: 834px) {
  .lower-company .company__safety .safety__list__item .txtArea .list__item:first-child {
    margin-top: 16px;
  }
}
.lower-company .company__safety .safety__list__item .txtArea .list__item:last-child {
  margin-bottom: 0;
}
.lower-company .company__safety .safety__list__item .txtArea .list__item .title {
  font-weight: 600;
  font-size: 1.6rem;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}
.lower-company .company__safety .safety__list__item .txtArea .list__item .title::before {
  content: "";
  display: block;
  background: #053f6f;
  width: 3px;
  aspect-ratio: 3/16;
  margin-top: 4px;
}
@media (min-width: 835px) {
  .lower-company .company__safety .safety__list__item .txtArea .txt {
    font-size: 1.6rem;
  }
}
.lower-company .company__safety .safety__list__item .txtArea .txt .link {
  display: block;
}
.lower-company .company__safety .safety__list__item .txtArea .txt .link:first-child {
  margin-top: 14px;
}
.lower-company .company__safety .safety__list__item .txtArea .txt .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;
  gap: 10px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  line-height: 1.6;
}
.lower-company .company__safety .safety__list__item .txtArea .txt .link a::before {
  content: "";
  aspect-ratio: 18/24;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18px;
          flex: 0 0 18px;
  width: 18px;
  background: url(../img/company/pdf.png) center/contain no-repeat;
  display: block;
}
@media (max-width: 834px) {
  .lower-company .company__safety .safety__list__item .txtArea .txt .link a::before {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16px;
            flex: 0 0 16px;
    width: 16px;
  }
}
@media (any-hover: hover) {
  .lower-company .company__safety .safety__list__item .txtArea .txt .link a:hover {
    opacity: 0.7;
  }
}
.lower-company .company__privacy {
  padding-top: 120px;
  position: relative;
}
@media (max-width: 834px) {
  .lower-company .company__privacy {
    padding-top: 60px;
  }
}
.lower-company .company__privacy::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: clamp(1051.2px, 102.8571428571vw, 1440px);
  aspect-ratio: 1440/1882;
  -webkit-mask: url(../img/common/bg_map.png) center right/contain no-repeat;
          mask: url(../img/common/bg_map.png) center right/contain no-repeat;
  background: #053f6f;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 1440px) {
  .lower-company .company__privacy::before {
    left: 45%;
  }
}
@media (max-width: 834px) {
  .lower-company .company__privacy::before {
    width: 700px;
    left: auto;
    right: -350px;
  }
}
.lower-company .company__privacy__inner {
  max-width: 1240px;
}
.lower-company .company__privacy__content {
  margin-top: 80px;
}
@media (max-width: 834px) {
  .lower-company .company__privacy__content {
    margin-top: 40px;
  }
}
.lower-company .company__privacy__content:first-of-type {
  margin-top: 60px;
}
@media (max-width: 834px) {
  .lower-company .company__privacy__content:first-of-type {
    margin-top: 20px;
  }
}
.lower-company .company__privacy__content .head {
  margin-bottom: 30px;
}
@media (max-width: 834px) {
  .lower-company .company__privacy__content .head {
    margin-bottom: 16px;
  }
}
.lower-company .company__privacy__content .head .titleArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.lower-company .company__privacy__content .head .titleArea .title {
  font-weight: 600;
  font-size: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  letter-spacing: 0.05em;
}
@media (max-width: 834px) {
  .lower-company .company__privacy__content .head .titleArea .title {
    font-size: 1.8rem;
  }
}
.lower-company .company__privacy__content .head .titleArea .title::before {
  content: "";
  background-color: #ce2e29;
  width: 8px;
  aspect-ratio: 1/1;
  display: block;
  border-radius: 50%;
  margin-top: 12px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 834px) {
  .lower-company .company__privacy__content .head .titleArea .title::before {
    width: 6px;
    margin-top: 10px;
  }
}
.lower-company .company__privacy__content .head .titleArea .line {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3px;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-company .company__privacy__content .head .titleArea .line {
    gap: 2px;
  }
}
.lower-company .company__privacy__content .head .titleArea .line span {
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}
.lower-company .company__privacy__content .head .txt {
  margin-top: 10px;
}
@media (max-width: 834px) {
  .lower-company .company__privacy__content .head .txt {
    margin-top: 5px;
  }
}
.lower-company .company__privacy__content .body .bodyList {
  border: 1px solid #efefef;
  background: rgba(255, 255, 255, 0.5);
}
.lower-company .company__privacy__content .body .bodyList__item {
  padding: 40px 50px;
  border-bottom: 1px solid #efefef;
}
@media (max-width: 834px) {
  .lower-company .company__privacy__content .body .bodyList__item {
    padding: 20px;
  }
}
.lower-company .company__privacy__content .body .bodyList__item:last-child {
  border: none;
}
.lower-company .company__privacy__content .body .bodyList__item .title {
  font-weight: 600;
  color: #053f6f;
  font-size: 1.8rem;
}
@media (max-width: 834px) {
  .lower-company .company__privacy__content .body .bodyList__item .title {
    font-size: 1.6rem;
  }
}
.lower-company .company__privacy__content .body .bodyList__item .txt {
  margin-top: 10px;
}
@media (min-width: 835px) {
  .lower-company .company__privacy__content .body .bodyList__item .txt {
    font-size: 1.6rem;
  }
}
@media (max-width: 834px) {
  .lower-company .company__privacy__content .body .bodyList__item .txt {
    margin-top: 6px;
  }
}

/* ============================================
// サービス案内ページ
// ==========================================*/
.lower-service .l-main {
  padding-bottom: 0;
}
.lower-service .service__title__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media (max-width: 834px) {
  .lower-service .service__title__body {
    gap: 10px;
  }
}
.lower-service .service__title__eng {
  position: relative;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.025em;
  color: #053f6f;
  line-height: 1;
  padding-left: 2.25em;
}
.lower-service .service__title__eng::before {
  content: "";
  position: absolute;
  top: -0.3em;
  left: 0;
  width: 1.625em;
  aspect-ratio: 1/1;
  background: url(../img/common/icon_five-line.png) center center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-service .service__title__eng {
    font-size: 1.4rem;
  }
}
.lower-service .service__title__ja {
  position: relative;
  font-size: 4.2rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  color: #053f6f;
  line-height: 1.6;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media (max-width: 834px) {
  .lower-service .service__title__ja {
    font-size: 2.6rem;
  }
}
.lower-service .service__anchor {
  position: relative;
  z-index: 2;
}
.lower-service .service__anchor__inner {
  max-width: 1140px;
  padding-top: 20px;
}
@media (max-width: 834px) {
  .lower-service .service__anchor__inner {
    padding-top: 0;
  }
}
.lower-service .service__anchor__contents {
  padding: 60px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 834px) {
  .lower-service .service__anchor__contents {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 40px 0;
  }
}
.lower-service .service__anchor .anchor__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-inline: auto;
}
@media (max-width: 834px) {
  .lower-service .service__anchor .anchor__list {
    gap: 16px 24px;
  }
}
@media (min-width: 835px) {
  .lower-service .service__anchor .anchor__item {
    padding: 0 20px;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
  }
  .lower-service .service__anchor .anchor__item:last-child {
    border: none;
  }
}
.lower-service .service__anchor .anchor__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.6rem;
}
@media (max-width: 834px) {
  .lower-service .service__anchor .anchor__link {
    gap: 8px;
    font-size: 1.5rem;
  }
}
@media (any-hover: hover) {
  .lower-service .service__anchor .anchor__link:hover {
    opacity: 1;
  }
  .lower-service .service__anchor .anchor__link:hover .txt::before {
    width: 0;
    left: auto;
  }
  .lower-service .service__anchor .anchor__link:hover .icon {
    scale: 0.9;
  }
}
.lower-service .service__anchor .anchor__link .txt {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.6;
  line-height: 1.3;
}
.lower-service .service__anchor .anchor__link .txt::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  bottom: -5px;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid currentColor;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.lower-service .service__anchor .anchor__link .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 36px;
  aspect-ratio: 1/1;
  background: #e53130;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: scale 0.3s;
  transition: scale 0.3s;
}
@media (max-width: 834px) {
  .lower-service .service__anchor .anchor__link .icon {
    width: 20px;
  }
}
.lower-service .service__anchor .anchor__link .icon::before {
  content: "";
  position: absolute;
  width: 8px;
  aspect-ratio: 8/11;
  background: url(../img/service/arrow.png) center center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-service .service__anchor .anchor__link .icon::before {
    width: 6px;
  }
}
.lower-service .service__anchor .anchor__line {
  position: absolute;
  width: 100%;
}
.lower-service .service__anchor .anchor__line:first-child {
  top: 0;
  left: 0;
}
.lower-service .service__anchor .anchor__line:last-child {
  bottom: 0;
  left: 0;
}
.lower-service .service__anchor .anchor__line .line {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3px;
}
@media (max-width: 834px) {
  .lower-service .service__anchor .anchor__line .line {
    gap: 2px;
  }
}
.lower-service .service__anchor .anchor__line .line span {
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}
.lower-service .service__anchor .dispatch {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  padding-inline: 5%;
}
@media (max-width: 834px) {
  .lower-service .service__anchor .dispatch {
    margin-bottom: 30px;
    margin-inline: auto;
    padding-bottom: 15px;
  }
}
.lower-service .service__anchor .dispatch::before {
  content: "";
  position: absolute;
  right: 0;
  display: block;
  pointer-events: none;
  background-color: #ccc;
  pointer-events: none;
}
@media (min-width: 835px) {
  .lower-service .service__anchor .dispatch::before {
    width: 1px;
    height: 100%;
    -webkit-box-shadow: 5px 0 #ccc;
            box-shadow: 5px 0 #ccc;
  }
}
@media (max-width: 834px) {
  .lower-service .service__anchor .dispatch::before {
    bottom: 0;
    width: 100%;
    height: 1px;
  }
}
.lower-service .service__anchor .dispatch-caption {
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  padding-left: 1.75em;
}
@media (max-width: 834px) {
  .lower-service .service__anchor .dispatch-caption {
    font-size: 1.5rem;
  }
}
.lower-service .service__anchor .dispatch-caption::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin-block: auto;
  width: 1.25em;
  aspect-ratio: 20/18;
  -webkit-mask: url(../img/common/icon_tel.png) center center/contain no-repeat;
          mask: url(../img/common/icon_tel.png) center center/contain no-repeat;
  background: #e53130;
  pointer-events: none;
}
.lower-service .service__anchor .dispatch-tel {
  margin-top: 16px;
}
@media (max-width: 834px) {
  .lower-service .service__anchor .dispatch-tel {
    margin-top: 12px;
  }
}
.lower-service .service__anchor .dispatch-tel a {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: clamp(3.8rem, 3.7vw, 4rem);
  font-weight: 600;
  line-height: 1;
  color: #222;
  white-space: nowrap;
}
@media (max-width: 834px) {
  .lower-service .service__anchor .dispatch-tel a {
    font-size: 3.4rem;
  }
}
.lower-service .service__price {
  padding: 80px 0 120px;
  position: relative;
}
@media (max-width: 834px) {
  .lower-service .service__price {
    padding: 40px 0;
  }
}
.lower-service .service__price::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: clamp(1051.2px, 102.8571428571vw, 1440px);
  aspect-ratio: 1440/1882;
  -webkit-mask: url(../img/common/bg_map.png) center right/contain no-repeat;
          mask: url(../img/common/bg_map.png) center right/contain no-repeat;
  background: #053f6f;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 1440px) {
  .lower-service .service__price::before {
    left: 45%;
  }
}
@media (max-width: 834px) {
  .lower-service .service__price::before {
    width: 700px;
    left: auto;
    right: -350px;
  }
}
.lower-service .service__price__inner {
  max-width: 1140px;
}
.lower-service .service__price__inner .service__title__body {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lower-service .service__price__content {
  background: #fff;
  -webkit-box-shadow: 0px 2px 35px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 2px 35px 0px rgba(0, 0, 0, 0.06);
  padding: 70px 80px;
}
@media (max-width: 834px) {
  .lower-service .service__price__content {
    padding: 40px 30px;
  }
}
.lower-service .service__price .priceList {
  margin-top: 20px;
}
@media (max-width: 834px) {
  .lower-service .service__price .priceList {
    margin-top: 0;
  }
}
.lower-service .service__price .priceList__item {
  position: relative;
  border-bottom: 1px solid #efefef;
  padding: 22px 0;
}
.lower-service .service__price .priceList__item::before {
  content: "";
  width: 160px;
  height: 1px;
  background-color: #053f6f;
  position: absolute;
  bottom: -1px;
  left: 0;
}
@media (max-width: 834px) {
  .lower-service .service__price .priceList__item::before {
    width: 25%;
  }
}
@media (min-width: 835px) {
  .lower-service .service__price .priceList__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 834px) {
  .lower-service .service__price .priceList__item {
    padding: 16px 0;
  }
}
.lower-service .service__price .priceList__term {
  font-weight: 700;
  position: relative;
}
@media (min-width: 835px) {
  .lower-service .service__price .priceList__term {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 160px;
            flex: 0 0 160px;
    padding-left: 10px;
    padding-right: 8px;
  }
}
@media (max-width: 834px) {
  .lower-service .service__price .priceList__term {
    padding-bottom: 0;
  }
}
.lower-service .service__price .priceList__desc {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media (min-width: 835px) {
  .lower-service .service__price .priceList__desc {
    padding-left: 50px;
    padding-right: 10px;
  }
}
@media (max-width: 834px) {
  .lower-service .service__price .priceList__desc {
    padding-top: 0;
  }
}
.lower-service .service__content {
  background: #f3f8f9;
  padding: 120px 0 130px;
  position: relative;
}
@media (max-width: 834px) {
  .lower-service .service__content {
    padding: 60px 0;
  }
}
@media (min-width: 835px) {
  .lower-service .service__content.-pregnant .service__content__head .desc .txtArea {
    padding-bottom: 40px;
  }
}
.lower-service .service__content.-app {
  background: #053f6f;
  color: #fff;
}
.lower-service .service__content.-app::before {
  content: "";
  background: url(../img/interview/deco_oneday_01.png) center/contain no-repeat;
  position: absolute;
  top: -70%;
  right: 0;
  mix-blend-mode: overlay;
  width: 694px;
  aspect-ratio: 694/1391;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-service .service__content.-app::before {
    width: 480px;
    top: -40%;
  }
}
.lower-service .service__content.-app::after {
  content: "";
  background: url(../img/interview/deco_oneday_02.png) center/contain no-repeat;
  position: absolute;
  bottom: -70%;
  left: 0;
  mix-blend-mode: overlay;
  width: 694px;
  aspect-ratio: 694/1391;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-service .service__content.-app::after {
    width: 380px;
    bottom: -40%;
  }
}
.lower-service .service__content.-app .service__title__eng {
  color: #fff;
}
.lower-service .service__content.-app .service__title__eng::before {
  -webkit-mask: url(../img/common/icon_five-line.png) center center/contain no-repeat;
          mask: url(../img/common/icon_five-line.png) center center/contain no-repeat;
  background: #fff;
}
.lower-service .service__content.-app .service__title__ja {
  color: #fff;
}
.lower-service .service__content.-app .btn {
  position: initial;
  translate: none;
  margin: 0;
  margin-top: 20px;
}
@media (max-width: 834px) {
  .lower-service .service__content.-app .btn {
    margin: 20px auto 0;
  }
}
.lower-service .service__content.-app .btn__icon::before {
  -webkit-mask: url(../img/news/ico_external.svg) center center/contain no-repeat;
          mask: url(../img/news/ico_external.svg) center center/contain no-repeat;
  background-color: #fff;
  width: 10px;
}
.lower-service .service__content .btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 50px auto -60px;
  min-width: 240px;
}
@media (max-width: 834px) {
  .lower-service .service__content .btn {
    margin: 30px auto -80px;
  }
}
.lower-service .service__content .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #fff;
  background: #ce2e29;
  border-radius: 100vmax;
  padding: 15px 15px 15px 25px;
  -webkit-transition: scale 0.3s;
  transition: scale 0.3s;
}
@media (max-width: 834px) {
  .lower-service .service__content .btn a {
    padding: 13px 15px 12px 25px;
  }
}
@media (any-hover: hover) {
  .lower-service .service__content .btn a:hover {
    opacity: 1;
    scale: 0.95;
  }
}
.lower-service .service__content .btn__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.8em;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.07);
  -webkit-transition: scale 0.3s;
  transition: scale 0.3s;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.lower-service .service__content .btn__icon::before {
  content: "";
  display: block;
  width: 0.5em;
  aspect-ratio: 1/1;
  background: url(../img/common/icon_arrow_03.png) center center/contain no-repeat;
  pointer-events: none;
}
.lower-service .service__content__head .service__title__body {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lower-service .service__content__head .leadArea {
  border-top: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 20px 50px;
  margin: 40px auto 0;
  max-width: 1100px;
}
@media (max-width: 834px) {
  .lower-service .service__content__head .leadArea {
    padding: 20px;
    margin-top: 20px;
  }
}
.lower-service .service__content__head .leadArea .lead {
  text-align: center;
  font-size: 2.8rem;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 600;
  line-height: 1.6;
}
@media (max-width: 834px) {
  .lower-service .service__content__head .leadArea .lead {
    font-size: 2rem;
  }
}
.lower-service .service__content__head .desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6%;
  max-width: 1100px;
  margin: 0 auto;
  margin-top: 50px;
  z-index: 2;
  position: relative;
}
@media (max-width: 834px) {
  .lower-service .service__content__head .desc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
    gap: 20px;
  }
}
.lower-service .service__content__head .desc .imgArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 38.2727272727%;
          flex: 0 0 38.2727272727%;
  max-width: 421px;
  width: 100%;
}
.lower-service .service__content__head .desc .imgArea .img img {
  aspect-ratio: 421/294;
}
@media (min-width: 835px) {
  .lower-service .service__content__head .desc .txtArea {
    -ms-flex-line-pack: center;
        align-content: center;
  }
}
.lower-service .service__content__head .contents {
  margin-top: -20px;
  position: relative;
}
@media (max-width: 834px) {
  .lower-service .service__content__head .contents {
    margin-top: 30px;
  }
}
.lower-service .service__content__head .contents__inner {
  background: rgba(255, 255, 255, 0.8);
  padding: 50px;
  padding-bottom: 30px;
  position: relative;
}
@media (max-width: 834px) {
  .lower-service .service__content__head .contents__inner {
    padding: 24px;
    padding-bottom: 50px;
    padding-top: 30px;
  }
}
.lower-service .service__content__head .contents__title {
  font-weight: 600;
  color: #053f6f;
  font-size: 2.8rem;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 834px) {
  .lower-service .service__content__head .contents__title {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
.lower-service .service__content__head .contents__txt {
  max-width: 1000px;
  margin: 0 auto;
}
.lower-service .service__content__head .contents__txt .annotation {
  color: #6c6c6c;
  font-size: 1.5rem;
  display: block;
}
@media (max-width: 834px) {
  .lower-service .service__content__head .contents__txt .annotation {
    font-size: 1.3rem;
  }
}
.lower-service .service__content__head .contents__features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 30px;
}
@media (max-width: 834px) {
  .lower-service .service__content__head .contents__features {
    grid-template-columns: repeat(1, 1fr);
  }
}
.lower-service .service__content__head .contents__features__item {
  background: #fff;
  -webkit-box-shadow: 0px 2px 35px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 2px 35px 0px rgba(0, 0, 0, 0.06);
  padding: 30px;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media (max-width: 1200px) {
  .lower-service .service__content__head .contents__features__item {
    font-size: 1.7rem;
    padding: 24px 20px;
  }
}
@media (max-width: 834px) {
  .lower-service .service__content__head .contents__features__item {
    font-size: 1.6rem;
    padding: 20px 16px;
  }
}
.lower-service .service__content__head .contents__features__item::before {
  content: "";
  -webkit-mask: url(../img/service/check.png) center/contain no-repeat;
          mask: url(../img/service/check.png) center/contain no-repeat;
  background-color: #ce2e29;
  width: 21px;
  aspect-ratio: 1/1;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 834px) {
  .lower-service .service__content__head .contents__features__item::before {
    width: 17px;
  }
}
.lower-service .service__content__body {
  margin-top: 100px;
}
.lower-service .service__content__body .contentsList {
  position: relative;
}
.lower-service .service__content__body .contentsList__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 90px 0 73px;
  gap: 5%;
  position: relative;
}
@media (max-width: 834px) {
  .lower-service .service__content__body .contentsList__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
    padding: 40px 0 27px;
  }
}
.lower-service .service__content__body .contentsList__item:last-child {
  padding-bottom: 0;
}
.lower-service .service__content__body .contentsList__item.-price .contentsList__body .infoItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px solid #c9c9c9;
  padding: 20px 0;
  gap: 20px;
}
@media (max-width: 834px) {
  .lower-service .service__content__body .contentsList__item.-price .contentsList__body .infoItem {
    padding: 10px 0;
  }
}
.lower-service .service__content__body .contentsList__item.-price .contentsList__body .infoItem:first-child {
  padding-top: 0;
}
.lower-service .service__content__body .contentsList__item.-price .contentsList__body .infoItem:last-child {
  border-bottom: none;
}
.lower-service .service__content__body .contentsList__item.-price .contentsList__body .infoItem .title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 110px;
          flex: 0 0 110px;
  font-weight: 600;
}
.lower-service .service__content__body .contentsList__item.-price .contentsList__body .infoItem .txtArea {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 834px) {
  .lower-service .service__content__body .contentsList__item.-price .contentsList__body .infoItem .txtArea {
    gap: 2px 20px;
  }
}
.lower-service .service__content__body .contentsList__item.-area .contentsList__body .infoItem {
  padding: 30px 0;
  border-bottom: 1px solid #c9c9c9;
}
@media (max-width: 834px) {
  .lower-service .service__content__body .contentsList__item.-area .contentsList__body .infoItem {
    padding: 10px 0;
  }
}
.lower-service .service__content__body .contentsList__item.-area .contentsList__body .infoItem:first-child {
  padding-top: 0;
}
.lower-service .service__content__body .contentsList__item.-area .contentsList__body .infoItem:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.lower-service .service__content__body .contentsList__item.-area .contentsList__body .infoItem .title {
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}
@media (max-width: 834px) {
  .lower-service .service__content__body .contentsList__item.-area .contentsList__body .infoItem .title {
    gap: 6px;
  }
}
.lower-service .service__content__body .contentsList__item.-area .contentsList__body .infoItem .title::before {
  content: "";
  display: block;
  background: #ce2e29;
  width: 7px;
  aspect-ratio: 1/1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-top: 13px;
  border-radius: 50%;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-service .service__content__body .contentsList__item.-area .contentsList__body .infoItem .title::before {
    width: 5px;
  }
}
.lower-service .service__content__body .contentsList__line {
  position: absolute;
  width: 100%;
  max-width: 1200px;
  top: 0;
  left: 0;
}
.lower-service .service__content__body .contentsList__line .line {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3px;
  padding-left: 24px;
}
@media (max-width: 834px) {
  .lower-service .service__content__body .contentsList__line .line {
    padding-left: 16px;
  }
}
.lower-service .service__content__body .contentsList__line .line::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 10px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #ce2e29;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-service .service__content__body .contentsList__line .line::before {
    width: 8px;
  }
}
@media (max-width: 834px) {
  .lower-service .service__content__body .contentsList__line .line {
    gap: 2px;
  }
}
.lower-service .service__content__body .contentsList__line .line span {
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}
.lower-service .service__content__body .contentsList__title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 26.6666666667%;
          flex: 0 0 26.6666666667%;
  font-weight: 600;
  color: #053f6f;
  font-size: 2.4rem;
}
@media (max-width: 834px) {
  .lower-service .service__content__body .contentsList__title {
    font-size: 2rem;
  }
  .lower-service .service__content__body .contentsList__title br {
    display: none;
  }
}
.lower-service .service__content__body .contentsList__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
}
.lower-service .service__content__body .contentsList__body .link {
  margin-top: 2px;
}
.lower-service .service__content__body .contentsList__body .link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
}
@media (any-hover: hover) {
  .lower-service .service__content__body .contentsList__body .link a:hover {
    opacity: 1;
  }
  .lower-service .service__content__body .contentsList__body .link a:hover .txt::before {
    width: 0;
    left: auto;
  }
  .lower-service .service__content__body .contentsList__body .link a:hover .icon {
    scale: 0.9;
  }
}
.lower-service .service__content__body .contentsList__body .link a .txt {
  font-size: 1.5rem !important;
  position: relative;
}
@media (max-width: 834px) {
  .lower-service .service__content__body .contentsList__body .link a .txt {
    font-size: 1.3rem !important;
  }
}
.lower-service .service__content__body .contentsList__body .link a .txt::before {
  content: "" !important;
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 2px;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #222;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.lower-service .service__content__body .contentsList__body .link a .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 20px;
  aspect-ratio: 1/1;
  background: #053f6f;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: scale 0.3s;
  transition: scale 0.3s;
}
@media (max-width: 834px) {
  .lower-service .service__content__body .contentsList__body .link a .icon {
    width: 20px;
  }
}
.lower-service .service__content__body .contentsList__body .link a .icon::before {
  content: "";
  position: absolute;
  width: 7px;
  aspect-ratio: 8/11;
  background: url(../img/common/icon_arrow_01.png) center center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-service .service__content__body .contentsList__body .link a .icon::before {
    width: 6px;
  }
}
.lower-service .service__content__body .contentsList__body .list__item {
  margin-bottom: 16px;
  counter-increment: num;
}
.lower-service .service__content__body .contentsList__body .list__item:last-child {
  margin-bottom: 0;
}
.lower-service .service__content__body .contentsList__body .list__item .txtArea .txt {
  font-weight: 600;
  font-size: 1.8rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 834px) {
  .lower-service .service__content__body .contentsList__body .list__item .txtArea .txt {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
.lower-service .service__content__body .contentsList__body .list__item .txtArea .txt::before {
  content: "" counter(num, decimal-leading-zero);
  font-size: 2.4rem;
  font-family: "Cormorant Garamond", serif;
  line-height: 1;
  margin-top: 3px;
  color: #b3b7b8;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
}
@media (max-width: 834px) {
  .lower-service .service__content__body .contentsList__body .list__item .txtArea .txt::before {
    margin-top: 0;
    font-size: 2rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
            flex: 0 0 20px;
  }
}
.lower-service .service__content__body .contentsList__body .list__item .txtArea .telArea {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: clamp(3rem, -1.923rem + 4.808vw, 5rem);
  padding: 24px 0 20px;
  border-top: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
  margin-top: 10px;
  margin-bottom: 20px;
}
@media (max-width: 834px) {
  .lower-service .service__content__body .contentsList__body .list__item .txtArea .telArea {
    gap: 8px 20px;
    padding: 20px 0 16px;
  }
}
.lower-service .service__content__body .contentsList__body .list__item .txtArea .telArea .tel {
  font-size: 3.6rem;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media (max-width: 834px) {
  .lower-service .service__content__body .contentsList__body .list__item .txtArea .telArea .tel {
    font-size: 3rem;
  }
}
.lower-service .service__content__body .contentsList__body .list__item .txtArea .telArea .tel::before {
  content: "";
  -webkit-mask: url(../img/common/icon_tel.png) center center/contain no-repeat;
          mask: url(../img/common/icon_tel.png) center center/contain no-repeat;
  background-color: #ce2e29;
  display: block;
  width: 20px;
  aspect-ratio: 20/18;
  margin-bottom: 3px;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-service .service__content__body .contentsList__body .list__item .txtArea .telArea .tel::before {
    width: 18px;
  }
}
.lower-service .service__content__body .contentsList__body .list__item .txtArea .desc {
  margin-left: 40px;
  margin-top: 8px;
}
@media (max-width: 834px) {
  .lower-service .service__content__body .contentsList__body .list__item .txtArea .desc {
    margin-left: 30px;
    margin-top: 3px;
  }
}
.lower-service .service__content__body .contentsList__body .list__item .txtArea .desc .annotation {
  font-size: 1.5rem;
  margin-top: 10px;
}
@media (max-width: 834px) {
  .lower-service .service__content__body .contentsList__body .list__item .txtArea .desc .annotation {
    font-size: 1.4rem;
    margin-top: 5px;
  }
}

/* ============================================
// 働く理由
// ==========================================*/
.lower-reason .l-main {
  padding-top: 94px;
  padding-bottom: 0;
}
@media (max-width: 834px) {
  .lower-reason .l-main {
    padding-top: 40px;
  }
}
.lower-reason .reason__common-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5294117647em;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 3.4rem;
  font-weight: 600;
  letter-spacing: 0.075em;
  color: #053f6f;
  line-height: 1.5;
}
@media (max-width: 834px) {
  .lower-reason .reason__common-title {
    font-size: 2.1rem;
  }
}
.lower-reason .reason__common-title::before {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 0.7647058824em;
  aspect-ratio: 1/1;
  background: url(../img/common/icon_five-line.png) center center/contain no-repeat;
  pointer-events: none;
}
.lower-reason .reason__common-heading {
  position: relative;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #333;
  line-height: 1.5;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 834px) {
  .lower-reason .reason__common-heading {
    font-size: 1.9rem;
  }
}
.lower-reason .reason__common-heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: -0.4285714286em;
  width: 0.2857142857em;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #e53130;
  pointer-events: none;
}
.lower-reason .reason__common-heading .line {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3px;
}
@media (max-width: 834px) {
  .lower-reason .reason__common-heading .line {
    gap: 2px;
  }
}
.lower-reason .reason__common-heading .line span {
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}
.lower-reason .reason__common-heading.-white {
  color: #fff;
}
.lower-reason .reason__common-heading.-white .line span {
  background: rgba(255, 255, 255, 0.2);
}
.lower-reason .intro {
  position: relative;
  z-index: 1;
}
.lower-reason .intro::before {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  width: 100%;
  aspect-ratio: 1440/20;
  background: url(../img/reason/shape_intro.png) center center/cover no-repeat;
  pointer-events: none;
}
.lower-reason .intro__inner {
  padding-bottom: 116px;
}
@media (max-width: 834px) {
  .lower-reason .intro__inner {
    padding-bottom: 56px;
  }
}
.lower-reason .intro__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: clamp(3.6rem, 3.5vw, 4.2rem);
  font-weight: 600;
  letter-spacing: 0.075em;
  color: #053f6f;
  line-height: 1.5;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media (max-width: 834px) {
  .lower-reason .intro__heading {
    font-size: 2.2rem;
    gap: 6px;
  }
}
.lower-reason .intro__heading::before {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 0.619047619em;
  aspect-ratio: 1/1;
  background: url(../img/common/icon_five-line.png) center center/contain no-repeat;
  pointer-events: none;
}
.lower-reason .intro__lead {
  letter-spacing: 0.075em;
  margin-top: 38px;
}
@media (min-width: 835px) {
  .lower-reason .intro__lead {
    text-align: center;
  }
}
@media (max-width: 834px) {
  .lower-reason .intro__lead {
    margin-top: 16px;
  }
  .lower-reason .intro__lead br {
    display: none;
  }
}
.lower-reason .topic {
  position: relative;
  background: #053f6f;
}
.lower-reason .topic::before {
  content: "";
  position: absolute;
  top: -640px;
  right: 0;
  width: 734px;
  aspect-ratio: 734/1391;
  background: url(../img/reason/deco_topic_01.png) center right/contain no-repeat;
  pointer-events: none;
  mix-blend-mode: overlay;
}
@media (max-width: 834px) {
  .lower-reason .topic::before {
    top: -320px;
    width: 367px;
  }
}
.lower-reason .topic::after {
  content: "";
  position: absolute;
  bottom: -640px;
  left: 0;
  width: 734px;
  aspect-ratio: 734/1391;
  background: url(../img/reason/deco_topic_02.png) center left/contain no-repeat;
  pointer-events: none;
  mix-blend-mode: overlay;
}
@media (max-width: 834px) {
  .lower-reason .topic::after {
    bottom: -320px;
    width: 367px;
  }
}
.lower-reason .topic__inner {
  padding-top: 136px;
  padding-bottom: 122px;
}
@media (max-width: 834px) {
  .lower-reason .topic__inner {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
@media (min-width: 835px) {
  .lower-reason .topic__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5.5%;
    margin-top: 102px;
  }
}
@media (max-width: 834px) {
  .lower-reason .topic__item {
    margin-top: 40px;
  }
}
.lower-reason .topic__item:first-child {
  margin-top: 0;
}
@media (min-width: 835px) {
  .lower-reason .topic__item:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.lower-reason .topic__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.6666666667%;
          flex: 0 0 33.6666666667%;
  max-width: 404px;
  height: 100%;
}
@media (max-width: 834px) {
  .lower-reason .topic__image {
    margin-bottom: 24px;
    margin-inline: auto;
  }
}
.lower-reason .topic__image img {
  aspect-ratio: 404/270;
}
@media (min-width: 835px) {
  .lower-reason .topic__body {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -ms-flex-line-pack: center;
        align-content: center;
  }
}
.lower-reason .topic__text {
  font-weight: 400;
  letter-spacing: 0.075em;
  color: #fff;
  line-height: 1.88;
  margin-top: 24px;
}
@media (max-width: 834px) {
  .lower-reason .topic__text {
    margin-top: 16px;
  }
}
.lower-reason .work {
  background: #f3f8f9;
}
.lower-reason .work__inner {
  padding-top: 110px;
  padding-bottom: 122px;
}
@media (max-width: 834px) {
  .lower-reason .work__inner {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
.lower-reason .work__note {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.075em;
  color: #888;
  line-height: 1.5;
  margin-top: 13px;
}
@media (max-width: 834px) {
  .lower-reason .work__note {
    font-size: 1.2rem;
    margin-top: 8px;
  }
}
.lower-reason .work__block {
  background: #fff;
  padding: 60px 5.5833333333%;
  margin-top: 56px;
}
@media (max-width: 834px) {
  .lower-reason .work__block {
    padding: 32px 7%;
    margin-top: 24px;
  }
}
@media (max-width: 834px) {
  .lower-reason .work__image {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    display: block;
  }
}
.lower-reason .work__image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1066/161;
}
@media (max-width: 834px) {
  .lower-reason .work__image img {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 720px;
  }
}
@media (min-width: 835px) {
  .lower-reason .work__scroll-note {
    display: none;
  }
}
@media (max-width: 834px) {
  .lower-reason .work__scroll-note {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 6px;
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 0.075em;
    color: #053f6f;
    line-height: 1.5;
    margin-top: 8px;
  }
  .lower-reason .work__scroll-note::before, .lower-reason .work__scroll-note::after {
    content: "";
    width: 0.6666666667em;
    aspect-ratio: 1/1;
    background: #053f6f;
    pointer-events: none;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  }
}
.lower-reason .work__text {
  letter-spacing: 0.075em;
  color: #333;
  line-height: 1.88;
  margin-top: 42px;
}
@media (min-width: 835px) {
  .lower-reason .work__text {
    padding-inline: 3.1894934334%;
  }
}
@media (max-width: 834px) {
  .lower-reason .work__text {
    margin-top: 24px;
  }
}
.lower-reason .work__btn {
  max-width: 378px;
  margin-top: 20px;
}
@media (min-width: 835px) {
  .lower-reason .work__btn {
    margin-inline: 3.1894934334%;
  }
}
.lower-reason .work__btn-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  background: #ce2e29;
  border-radius: 100vmax;
  padding: 0.883em 0.824em 0.883em 1.77em;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 1.5;
  -webkit-transition: scale 0.3s;
  transition: scale 0.3s;
}
@media (max-width: 834px) {
  .lower-reason .work__btn-link {
    font-size: 1.4rem;
  }
}
@media (any-hover: hover) {
  .lower-reason .work__btn-link:hover {
    opacity: 1;
    scale: 0.95;
  }
}
.lower-reason .work__btn-text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.lower-reason .work__btn-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.7647058824em;
          flex: 0 0 1.7647058824em;
  aspect-ratio: 1/1;
  background: rgba(239, 239, 239, 0.2);
  border-radius: 50%;
}
.lower-reason .work__btn-icon::before {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 0.5294117647em;
  aspect-ratio: 9/8;
  background: url(../img/common/icon_arrow_01.png) center center/contain no-repeat;
  pointer-events: none;
}
.lower-reason .work__block-title {
  position: relative;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.5;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-bottom: 8px;
  border-bottom: 1px solid currentColor;
  margin-top: 74px;
  margin-bottom: 35px;
}
@media (max-width: 834px) {
  .lower-reason .work__block-title {
    font-size: 1.6rem;
    padding-bottom: 4px;
    margin-top: 40px;
    margin-bottom: 26px;
  }
}
.lower-reason .work__block-title::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-inline: auto;
  width: 20px;
  aspect-ratio: 20/16;
  background: url(../img/reason/deco_work_block-title.jpg) center center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-reason .work__block-title::before {
    width: 12px;
  }
}
.lower-reason .work__block-title + .work__block {
  margin-top: 0;
}
.lower-reason .system {
  position: relative;
  overflow: hidden;
}
.lower-reason .system::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 826px;
  aspect-ratio: 826/1613;
  background: url(../img/reason/bg_system_map.png) center right/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-reason .system::before {
    width: 289.1px;
  }
}
.lower-reason .system__inner {
  padding-top: 108px;
}
@media (max-width: 834px) {
  .lower-reason .system__inner {
    padding-top: 56px;
  }
}
@media (min-width: 835px) {
  .lower-reason .system__flow-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 32px 3%;
    margin-top: 68px;
  }
}
@media (max-width: 834px) {
  .lower-reason .system__flow-list {
    margin-top: 24px;
  }
}
.lower-reason .system__flow-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background: -webkit-gradient(linear, left top, right top, from(#2a5c84), to(#053f6f));
  background: linear-gradient(90deg, #2a5c84 0%, #053f6f 100%);
  font-size: clamp(1.7rem, 1.5833333333vw, 1.9rem);
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #fff;
  line-height: 1.6;
}
@media (min-width: 835px) {
  .lower-reason .system__flow-item {
    min-height: 140px;
    width: 14.1666666667%;
  }
}
@media (max-width: 834px) {
  .lower-reason .system__flow-item {
    background: -webkit-gradient(linear, left top, left bottom, from(#2a5c84), to(#053f6f));
    background: linear-gradient(180deg, #2a5c84 0%, #053f6f 100%);
    margin-top: 24px;
    font-size: 1.4rem;
    padding: 1em;
  }
  .lower-reason .system__flow-item:first-child {
    margin-top: 0;
  }
}
.lower-reason .system__flow-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 20px;
  height: 100%;
  background: #053f6f;
  pointer-events: none;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
@media (max-width: 834px) {
  .lower-reason .system__flow-item::after {
    width: 100%;
    height: 16px;
    top: 100%;
    left: 0;
    clip-path: polygon(100% 0, 0 0, 50% 100%);
  }
}
.lower-reason .system__flow-item:last-child::after {
  content: none;
}
.lower-reason .system__flow-title {
  text-align: center;
}
.lower-reason .system__flow-note {
  font-size: 0.7894736842em;
}
.lower-reason .system__flow-text {
  position: relative;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.88;
  color: #333;
  border: 1px solid #e6e6e6;
  padding: 50px 4.5%;
  margin-top: 50px;
  margin-bottom: 76px;
  background: rgba(255, 255, 255, 0.5);
}
@media (max-width: 834px) {
  .lower-reason .system__flow-text {
    padding: 24px 7%;
    margin-top: 32px;
    margin-bottom: 40px;
  }
}
.lower-reason .system__flow-text::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  margin-inline: auto;
  width: 1.7058823529em;
  aspect-ratio: 29/12;
  background: #e6e6e6;
  pointer-events: none;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.lower-reason .system__flow-text::after {
  content: "";
  position: absolute;
  bottom: calc(100% - 2px);
  left: 0;
  right: 0;
  margin-inline: auto;
  width: 1.7058823529em;
  aspect-ratio: 29/12;
  background: #fff;
  pointer-events: none;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.lower-reason .system__block {
  margin-top: 62px;
}
@media (max-width: 834px) {
  .lower-reason .system__block {
    margin-top: 32px;
  }
}
.lower-reason .system__block:nth-child(1 of .system__block) {
  margin-top: 0;
}
.lower-reason .system__block-text {
  margin-top: 20px;
  font-weight: 400;
  letter-spacing: 0.075em;
  color: #333;
  line-height: 1.88;
}
@media (max-width: 834px) {
  .lower-reason .system__block-text {
    margin-top: 16px;
  }
}
.lower-reason .system__media {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
  margin-top: 112px;
}
@media (min-width: 835px) {
  .lower-reason .system__media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5.3333333333%;
  }
}
@media (max-width: 834px) {
  .lower-reason .system__media {
    padding-top: 48px;
    padding-bottom: 48px;
    margin-top: 32px;
  }
}
.lower-reason .system__media::before {
  content: "";
  position: absolute;
  inset: 0 -50vw;
  background: #f3f8f9;
  pointer-events: none;
  z-index: -1;
}
.lower-reason .system__media-image {
  max-width: 480px;
  height: 100%;
}
@media (min-width: 835px) {
  .lower-reason .system__media-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
}
@media (max-width: 834px) {
  .lower-reason .system__media-image {
    margin-bottom: 24px;
    margin-inline: auto;
  }
}
.lower-reason .system__media-image img {
  aspect-ratio: 480/320;
}
@media (min-width: 835px) {
  .lower-reason .system__media-body {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -ms-flex-line-pack: center;
        align-content: center;
  }
}
.lower-reason .system__media-text {
  letter-spacing: 0.075em;
  font-weight: 400;
  line-height: 1.88;
  margin-top: 24px;
}
@media (max-width: 834px) {
  .lower-reason .system__media-text {
    margin-top: 16px;
  }
}
.lower-reason .message {
  position: relative;
  overflow: hidden;
}
.lower-reason .message::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1440/720;
  background: url(../img/reason/bg_message.jpg) center bottom/cover no-repeat;
  pointer-events: none;
  z-index: -1;
}
.lower-reason .message__inner {
  padding-top: 112px;
  padding-bottom: 130px;
}
@media (max-width: 834px) {
  .lower-reason .message__inner {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
.lower-reason .message .reason__common-title {
  max-width: 1100px;
  margin-inline: auto;
}
.lower-reason .message__text {
  letter-spacing: 0.075em;
  color: #333;
  line-height: 1.88;
  margin-top: 40px;
  max-width: 1100px;
  margin-inline: auto;
}
@media (max-width: 834px) {
  .lower-reason .message__text {
    margin-top: 16px;
  }
}
.lower-reason .message__images {
  margin-top: 70px;
}
@media (min-width: 835px) {
  .lower-reason .message__images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3.3333333333%;
  }
}
@media (max-width: 834px) {
  .lower-reason .message__images {
    margin-top: 32px;
  }
}
.lower-reason .message__image {
  max-width: 580px;
  margin-inline: auto;
}
@media (min-width: 835px) {
  .lower-reason .message__image {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (max-width: 834px) {
  .lower-reason .message__image {
    margin-top: 16px;
  }
  .lower-reason .message__image:first-child {
    margin-top: 0;
  }
}
.lower-reason .message__image img {
  aspect-ratio: 580/382;
}/*# sourceMappingURL=style.css.map */