@charset "UTF-8";
/* ============================================
// normalize.css v3.0.2 | MIT License | git.io/normalize
// ==========================================*/
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: border-box; /* 2 */
  box-sizing: border-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* ============================================
// RESET
// ==========================================*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

a {
  outline: none;
  text-decoration: none;
}

li {
  list-style: none;
}

img {
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

::-moz-selection {
  background: #003288;
  color: #ffffff;
}

::selection {
  background: #003288;
  color: #ffffff;
}

@media (min-device-width: 835px) {
  a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
  }
}
/* ============================================
// BASE
// ==========================================*/
html,
body {
  min-width: 1024px;
}
@media (max-width: 834px) {
  html,
  body {
    min-width: inherit;
  }
}

html {
  font-size: 62.5%;
}

body {
  position: relative;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #003288;
  line-height: 2;
  letter-spacing: 0.05em;
  word-break: break-word;
  background: #fff;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media (max-width: 834px) {
  body {
    font-size: 1.4rem;
  }
}

#container {
  width: 100%;
  overflow: hidden;
}

.innerWrap {
  max-width: 1380px;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 834px) {
  .innerWrap {
    padding: 0 6.25%;
  }
}

main.main,
main.l-main {
  position: relative;
  z-index: 1;
  padding: 80px 0;
}
@media (max-width: 834px) {
  main.main,
  main.l-main {
    padding: 48px 0;
  }
}

a {
  color: #000;
  -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: "Prompt", sans-serif;
  font-weight: 700;
  letter-spacing: 0.15em;
}

.mincho {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 500;
  letter-spacing: -0.12em;
}

/* animations */
.anime {
  -webkit-transition: opacity 1s cubic-bezier(0.14, 1, 0.34, 1), -webkit-transform 1s cubic-bezier(0.14, 1, 0.34, 1);
  transition: opacity 1s cubic-bezier(0.14, 1, 0.34, 1), -webkit-transform 1s cubic-bezier(0.14, 1, 0.34, 1);
  transition: transform 1s cubic-bezier(0.14, 1, 0.34, 1), opacity 1s cubic-bezier(0.14, 1, 0.34, 1);
  transition: transform 1s cubic-bezier(0.14, 1, 0.34, 1), opacity 1s cubic-bezier(0.14, 1, 0.34, 1), -webkit-transform 1s cubic-bezier(0.14, 1, 0.34, 1);
}
.anime.-fadeIn {
  opacity: 0;
}
.anime.-fadeIn.js-active, .js-active > .anime.-fadeIn {
  opacity: 1;
}
.anime.-fadeInBottom {
  opacity: 0.01;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}
.anime.-fadeInBottom.js-active, .js-active > .anime.-fadeInBottom {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.anime.-fadeInTop {
  opacity: 0;
  -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 .ot-floating-button__front button {
  outline: none !important;
}

.lower-kyujin_d #ot-sdk-btn-floating.ot-floating-button {
  bottom: 105px;
}
@media (max-width: 834px) {
  .lower-kyujin_d #ot-sdk-btn-floating.ot-floating-button {
    bottom: 76px;
  }
}

/* ============================================
// loading
// ==========================================*/
/* ============================================
// hamburger
// ==========================================*/
.hamburger__menu__close {
  position: fixed;
  right: 48px;
  top: 48px;
  z-index: 9999;
  width: 56px;
  height: 56px;
  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;
  background-color: #003288;
  border-radius: 500px;
  pointer-events: auto;
  -webkit-transition: background 0.24s, -webkit-filter 0.24s;
  transition: background 0.24s, -webkit-filter 0.24s;
  transition: background 0.24s, filter 0.24s;
  transition: background 0.24s, filter 0.24s, -webkit-filter 0.24s;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 834px) {
  .hamburger__menu__close {
    right: 16px;
    top: 14px;
    width: 48px;
    height: 48px;
  }
}
.hamburger__menu__close .line {
  position: relative;
}
.hamburger__menu__close .line__item {
  width: 16px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.hamburger__menu__close .line__item:first-child {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.hamburger__menu__close .line__item:last-child {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.hamburger__menu__close.js-open {
  opacity: 1;
  visibility: visible;
}
@media (any-hover: hover) {
  .hamburger__menu__close.js-open:hover {
    opacity: 0.8;
  }
}

.hamburger {
  position: fixed;
  max-width: 600px;
  width: 100%;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  opacity: 0;
  visibility: hidden;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
}
.js-loaded .hamburger {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.hamburger.js-open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.hamburger__menu {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 100px;
  overflow-y: auto;
}
@media (max-width: 834px) {
  .hamburger__menu {
    padding: 48px 24px;
  }
}
.hamburger__menu__inner {
  width: 100%;
  max-width: 320px;
  margin: auto;
}
.hamburger__menu__logo {
  margin-bottom: 24px;
}
.hamburger__menu__logo a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  color: #ffffff;
  margin: 0 auto;
}
@media (max-width: 834px) {
  .hamburger__menu__logo a {
    gap: 16px;
  }
}
.hamburger__menu__logo img {
  width: 171px;
}
@media (max-width: 834px) {
  .hamburger__menu__logo img {
    width: 150px;
  }
}
.hamburger__menu__logo .txt {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 1;
  padding: 4px 15px 5px;
  border: 1px solid;
}
.hamburger__menu__nav__list {
  border-top: 1px solid #dedede;
}
.hamburger__menu__nav__list__item {
  border-bottom: 1px solid #dedede;
}
.hamburger__menu__nav__list__item a {
  display: block;
  padding: 16px 10px;
  color: #003288;
  font-weight: 500;
  font-size: 1.5rem;
  position: relative;
}
.hamburger__menu__nav__list__item a::after {
  position: absolute;
  content: "";
  background: url(../img/index/arrow05.png) center/contain no-repeat;
  right: 10px;
  aspect-ratio: 1/1;
  width: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (any-hover: hover) {
  .hamburger__menu__nav__list__item a:hover::after {
    right: 6px;
  }
}
.hamburger__menu__nav .btnList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 32px;
  gap: 16px;
}
.hamburger__menu__nav .btnList .contactBtn {
  width: 100%;
}
.hamburger__menu__nav .btnList .contactBtn a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  border-radius: 28px;
  min-width: 150px;
  padding: 16px 32px 17px 26px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}
.hamburger__menu__nav .btnList .contactBtn a::before {
  content: "";
  display: block;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  aspect-ratio: 1/1;
  margin-bottom: -3px;
  width: 22px;
}
.hamburger__menu__nav .btnList .contactBtn.-recruit a {
  gap: 7px;
  background-color: #003288;
  border: #003288 solid 2px;
}
.hamburger__menu__nav .btnList .contactBtn.-recruit a::before {
  -webkit-mask: url(../img/common/recruit_icon01.png) center center/contain no-repeat;
          mask: url(../img/common/recruit_icon01.png) center center/contain no-repeat;
}
@media (hover: hover) {
  .hamburger__menu__nav .btnList .contactBtn.-recruit a:hover {
    opacity: 1;
    background-color: #fff;
    color: #003288;
  }
  .hamburger__menu__nav .btnList .contactBtn.-recruit a:hover::before {
    background-color: #003288;
  }
}
.hamburger__menu__nav .btnList .contactBtn.-support a {
  gap: 9px;
  background-color: #ed5b22;
  border: #ed5b22 solid 2px;
}
.hamburger__menu__nav .btnList .contactBtn.-support a::before {
  -webkit-mask: url(../img/common/support_icon01.png) center center/contain no-repeat;
          mask: url(../img/common/support_icon01.png) center center/contain no-repeat;
}
@media (hover: hover) {
  .hamburger__menu__nav .btnList .contactBtn.-support a:hover {
    opacity: 1;
    background-color: #fff;
    color: #ed5b22;
  }
  .hamburger__menu__nav .btnList .contactBtn.-support a:hover::before {
    background-color: #ed5b22;
  }
}
.hamburger__menu__nav .btnList .contactBtn.-line a {
  gap: 9px;
  background-color: #06c755;
  border: #06c755 solid 2px;
}
.hamburger__menu__nav .btnList .contactBtn.-line a::before {
  -webkit-mask: url(../img/common/line_icon.png?250521) center center/contain no-repeat;
          mask: url(../img/common/line_icon.png?250521) center center/contain no-repeat;
}
@media (hover: hover) {
  .hamburger__menu__nav .btnList .contactBtn.-line a:hover {
    opacity: 1;
    background-color: #fff;
    color: #06c755;
  }
  .hamburger__menu__nav .btnList .contactBtn.-line a:hover::before {
    background-color: #06c755;
  }
}

.js-scrolled .hamburger__menu__close {
  right: 24px;
  top: 18px;
}
@media (max-width: 834px) {
  .js-scrolled .hamburger__menu__close {
    right: 16px;
    top: 14px;
  }
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 500;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  pointer-events: none;
}

body:has(.hamburger.js-open)::before {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/*-------------------------------------------------------
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: 13px 28px !important;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  background: #fff;
}
@media (max-width: 834px) {
  body select,
  body search,
  body input {
    padding: 8px 16px !important;
  }
}
@media (max-width: 834px) {
  body select,
  body input[type=text],
  body input[type=search] {
    font-size: 1.3rem;
  }
}
body select {
  padding-right: 64px !important;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
}
body input[type=text],
body input[type=search],
body input[type=submit] {
  padding: 14px 20px !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: 8px 16px !important;
  }
}
body input[type=checkbox] {
  display: none;
}
body input[type=checkbox] + label {
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  position: relative;
  cursor: pointer;
  line-height: 1.5;
  padding: 10px 20px;
  padding-left: 38px;
  transition: all 0.2s;
}
@media (max-width: 834px) {
  body input[type=checkbox] + label {
    padding: 8px 14px;
    padding-left: 24px;
  }
}
body input[type=checkbox] + label:after {
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  content: "";
  position: absolute;
  transition: all 0.2s;
}
body input[type=checkbox] + label::after {
  top: 14px;
  left: 19px;
  z-index: 2;
  width: 5px;
  height: 10px;
  color: #7f7f7f;
  border-bottom: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media (max-width: 834px) {
  body input[type=checkbox] + label::after {
    top: 12px;
    left: 13px;
    width: 3px;
    height: 8px;
  }
}
body input[type=checkbox] + label a:link,
body input[type=checkbox] + label a:visited {
  color: #222;
}
body input[type=checkbox]:checked + label:after {
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  opacity: 1;
}
body input[type=radio] {
  display: none;
}
body input[type=radio] + label {
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  cursor: pointer;
  display: block;
  line-height: 1.5;
  padding: 0 15px 0 1.5em;
  position: relative;
  transition: all 0.2s;
}
body input[type=radio] + label:before,
body input[type=radio] + label:after {
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  content: "";
  position: absolute;
  transition: all 0.2s;
}
body input[type=radio] + label:before {
  background: #f2f2f2;
  border: 1px solid #f2f2f2;
  border-radius: 50%;
  height: 13px;
  left: 0;
  top: 3px;
  width: 13px;
  z-index: 0;
}
body input[type=radio] + label:after {
  background: #00a1e9;
  border-radius: 50%;
  height: 7px;
  left: 3px;
  opacity: 0;
  top: 6px;
  width: 7px;
  z-index: 2;
}
body input[type=radio] + label a:link,
body input[type=radio] + label a:visited {
  color: #222;
}
body input[type=radio]:checked + label:after {
  opacity: 1;
}

/*------------------------------------------
	form custom setting（適宜変更ください）
------------------------------------------*/
.search__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 40px;
  margin-bottom: 40px;
}
@media (max-width: 834px) {
  .search__tab {
    gap: 0 20px;
    margin-bottom: 24px;
  }
}
.search__tab__item {
  position: relative;
  text-align: center;
  width: 100%;
  color: #bebaba;
  padding: 12px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  cursor: pointer;
}
.search__tab__item::before {
  content: "";
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  background: #003288;
  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: #003288 transparent transparent transparent;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  opacity: 0;
}
.search__tab__item.-active {
  font-weight: bold;
  color: #003288;
}
.search__tab__item.-active::before, .search__tab__item.-active::after {
  opacity: 1;
}

.custom-form {
  position: relative;
  z-index: 1;
  font-weight: 400;
  font-size: 1.5rem;
}
.custom-form .custom-form_parts {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #dedede;
  padding-top: 32px;
}
@media (max-width: 834px) {
  .custom-form .custom-form_parts {
    margin-top: 0px;
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.custom-form .custom-form_parts:first-child {
  padding-top: 0;
  border-top: none;
}
.custom-form .custom-form_parts:has(.pull-down) .parts_ttl {
  padding: 13px 16px 13px 0;
}
@media (max-width: 834px) {
  .custom-form .custom-form_parts:has(.pull-down) .parts_ttl {
    padding: 0;
  }
}
.custom-form .custom-form_parts:has(.pull-down) select {
  font-size: 1.6rem;
  padding: 13px 22px !important;
}
@media (max-width: 834px) {
  .custom-form .custom-form_parts:has(.pull-down) select {
    font-size: 1.3rem;
    padding: 8px 16px !important;
  }
}
.custom-form .parts_ttl {
  font-weight: 700;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  padding: 8px 16px 8px 0;
}
@media (max-width: 834px) {
  .custom-form .parts_ttl {
    padding: 0;
    margin-bottom: 10px;
  }
}
.custom-form .parts_ttl span {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  margin-top: -6px;
}
@media (max-width: 834px) {
  .custom-form .parts_ttl span {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30px;
            flex: 0 0 30px;
    margin-top: 0px;
  }
}
.custom-form .parts_ttl span img {
  border-radius: 50%;
  aspect-ratio: 1/1;
  max-width: 40px;
}
@media (max-width: 834px) {
  .custom-form .parts_ttl span img {
    max-width: 30px;
  }
}
.custom-form .form_parts_inner {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.custom-form .freeWordWrap {
  border-top: 1px solid #dedede;
  margin-top: 32px;
}
@media (max-width: 834px) {
  .custom-form .freeWordWrap {
    margin-top: 0;
  }
}
.custom-form .freeWordWrap .parts_ttl {
  padding: 14px 16px 14px 0;
}
@media (max-width: 834px) {
  .custom-form .freeWordWrap .parts_ttl {
    padding: 20px 0 0 0;
  }
}
.custom-form .category_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  color: #003288;
  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: #003288;
}
.custom-form .category_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
@media (max-width: 834px) {
  .custom-form .category_list {
    gap: 6px;
  }
}
.custom-form .category_list li label {
  display: block;
  border: 1px solid #dedede;
  border-radius: 500px;
  background-color: #fff;
}
@media (max-width: 834px) {
  .custom-form .category_list li label {
    font-size: 1.3rem;
  }
}
@media (any-hover: hover) {
  .custom-form .category_list li label:hover {
    background-color: #f6f6f8;
  }
}
.custom-form select,
.custom-form option,
.custom-form .searchWord {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #ffffff;
  border: 1px solid #003288;
  border-radius: 5px;
}
.custom-form .searchWord {
  font-weight: 400;
}
.custom-form .searchWord::-webkit-input-placeholder {
  color: rgba(0, 50, 136, 0.5);
}
.custom-form .searchWord::-moz-placeholder {
  color: rgba(0, 50, 136, 0.5);
}
.custom-form .searchWord:-ms-input-placeholder {
  color: rgba(0, 50, 136, 0.5);
}
.custom-form .searchWord::-ms-input-placeholder {
  color: rgba(0, 50, 136, 0.5);
}
.custom-form .searchWord::placeholder {
  color: rgba(0, 50, 136, 0.5);
}
.custom-form .pull-down {
  position: relative;
}
.custom-form .pull-down::after {
  content: "";
  width: 13px;
  position: absolute;
  right: 30px;
  pointer-events: none;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/common/arrow03.png) center/contain no-repeat;
  aspect-ratio: 13/8;
}
@media (max-width: 834px) {
  .custom-form .pull-down::after {
    width: 10px;
    right: 16px;
  }
}
.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: #003288;
  }
}
.custom-form .selCity-box {
  margin-top: 16px;
}
.custom-form .selCity_alert {
  color: #003288;
  display: block;
}
@media (max-width: 834px) {
  .custom-form .selCity_alert {
    font-size: 1.4rem;
  }
}
.custom-form input[type=checkbox] + label::after {
  color: rgba(0, 50, 136, 0.5);
}
.custom-form input[type=checkbox]:checked + label {
  background-color: #003288;
  color: #fff;
}
.custom-form input[type=checkbox]:checked + label::after {
  color: #fff;
}
.custom-form .-freeword .searchWord {
  margin-top: 0;
  font-size: 1.6rem !important;
}
.custom-form .-freeword .form_parts_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 834px) {
  .custom-form .-freeword .form_parts_inner {
    display: block;
  }
}
.custom-form .custom-form_searth_btn {
  margin-top: 40px;
}
@media (max-width: 834px) {
  .custom-form .custom-form_searth_btn {
    margin-top: 10px;
  }
}
.custom-form .btn_cover {
  position: relative;
  z-index: 1;
  width: 400px;
  display: block;
  margin: 0 auto;
}
@media (max-width: 834px) {
  .custom-form .btn_cover {
    width: 300px;
  }
}
.custom-form .btn_cover::before {
  content: "";
  display: block;
  width: 23px;
  aspect-ratio: 1/1;
  background-color: #fff;
  -webkit-mask: url(../img/common/recruit_icon01.png) center/contain no-repeat;
          mask: url(../img/common/recruit_icon01.png) center/contain no-repeat;
  position: absolute;
  top: 50%;
  left: 40px;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 834px) {
  .custom-form .btn_cover::before {
    left: 40px;
    width: 18px;
    margin-top: 2px;
  }
}
.custom-form .btn_cover input[type=submit] {
  height: 100%;
  background-color: #ed5b22;
  border-radius: 500px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding: 20px 24px !important;
  border: 2px solid #ed5b22;
}
@media (max-width: 834px) {
  .custom-form .btn_cover input[type=submit] {
    font-size: 1.4rem !important;
    padding: 14px 24px 14px 48px !important;
  }
}
@media (any-hover: hover) {
  .custom-form .btn_cover:hover::before {
    background-color: #ed5b22;
  }
  .custom-form .btn_cover:hover input[type=submit] {
    background-color: #fff;
    color: #ed5b22;
  }
}
.custom-form .form__toggle__input {
  display: none;
}
.custom-form .form__toggle__input.-show {
  display: block;
}

/* ============================================
// MODULES
// ==========================================*/
.commonTitle01 .ja {
  font-weight: 700;
  font-size: 1.6rem;
}
@media (max-width: 834px) {
  .commonTitle01 .ja {
    font-size: 1.4rem;
  }
}
.commonTitle01 .en {
  font-family: "Prompt", sans-serif;
  font-size: 5.6rem;
  font-weight: 600;
  line-height: 1.2;
}
@media (max-width: 834px) {
  .commonTitle01 .en {
    font-size: 3.6rem;
  }
}

.commonBtn02 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 14px;
}
@media (max-width: 834px) {
  .commonBtn02 a {
    gap: 8px;
  }
}
.commonBtn02 a .text {
  color: #1459d1;
  font-size: 1.6rem;
  font-weight: 700;
  padding-bottom: 2px;
  border-bottom: 1px solid #1459d1;
}
@media (max-width: 834px) {
  .commonBtn02 a .text {
    font-size: 1.3rem;
    padding-bottom: 0;
  }
}
.commonBtn02 a span {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8px;
          flex: 0 0 8px;
  aspect-ratio: 16/26;
  margin-top: -7px;
}
@media (max-width: 834px) {
  .commonBtn02 a span {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 6px;
            flex: 0 0 6px;
    margin-top: -9px;
  }
}
.commonBtn02 a span img {
  max-width: 8px;
}
@media (max-width: 834px) {
  .commonBtn02 a span img {
    max-width: 6px;
  }
}

/* ============================================
// 下層ページヘッダー
// ==========================================*/
.pageHeader {
  border-bottom: 2px solid #003288;
}
.pageHeader__inner {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.pageHeader__inner__title {
  margin-top: 190px;
  margin-bottom: 80px;
}
@media (max-width: 834px) {
  .pageHeader__inner__title {
    margin-top: 80px;
    margin-bottom: 30px;
  }
}
.pageHeader__inner__title .ja {
  font-weight: 900;
  font-size: 5.6rem;
}
@media (max-width: 834px) {
  .pageHeader__inner__title .ja {
    font-size: 3rem;
    line-height: 1.6;
  }
}
.pageHeader__inner__title .en {
  font-family: "Prompt", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.2;
  color: #ed5b22;
}
@media (max-width: 834px) {
  .pageHeader__inner__title .en {
    font-size: 1.8rem;
  }
}

.l-main:has(.pageHeader) {
  padding: 0;
}

/*--------------------
	breadcrumb
--------------------*/
.breadcrumb {
  position: relative;
  padding: 16px 40px;
  z-index: 1;
}
@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: 600;
  color: #003288;
  line-height: 1;
  margin: 0 2px;
}
@media (max-width: 834px) {
  .breadcrumb_list_item {
    font-size: 1.1rem;
  }
}
.breadcrumb_list_item::after {
  content: ">";
  margin-left: 7px;
}
.breadcrumb_list_item:last-child::after {
  display: none;
}
.breadcrumb_list_item a {
  color: #a0a0a0;
}

/* ============================================
// HEADER
// ==========================================*/
.header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
}
.header::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
@media (max-width: 834px) {
  .header::before {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@media (max-width: 834px) {
  .header::before {
    height: 100%;
  }
}
.header::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 50px solid #3e54dd;
  border-right: 50px solid transparent;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 834px) {
  .header::after {
    border-top: 35px solid #3e54dd;
    border-right: 35px solid transparent;
  }
}
.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 48px 48px 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 834px) {
  .header__container {
    padding: 14px 16px 22px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.header__logo__img img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 171px;
  margin-top: 10px;
}
@media (max-width: 834px) {
  .header__logo__img img {
    width: 120px;
    margin-top: 6px;
  }
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__nav .navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-right: 32px;
}
.header__nav .navList a {
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #003288;
}
@media (hover: hover) {
  .header__nav .navList a:hover {
    opacity: 0.7;
  }
}
@media (max-width: 1320px) {
  .header__nav .navList {
    display: none;
  }
}
.header__nav .btnList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.header__nav .btnList .contactBtn a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  border-radius: 28px;
  min-width: 150px;
  padding: 16px 32px 17px 26px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__nav .btnList .contactBtn a::before {
  content: "";
  display: block;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  aspect-ratio: 1/1;
  margin-bottom: -3px;
  width: 22px;
}
.header__nav .btnList .contactBtn.-recruit a {
  gap: 7px;
  background-color: #003288;
  border: #003288 solid 2px;
}
.header__nav .btnList .contactBtn.-recruit a::before {
  -webkit-mask: url(../img/common/recruit_icon01.png) center center/contain no-repeat;
          mask: url(../img/common/recruit_icon01.png) center center/contain no-repeat;
}
@media (hover: hover) {
  .header__nav .btnList .contactBtn.-recruit a:hover {
    opacity: 1;
    background-color: #fff;
    color: #003288;
  }
  .header__nav .btnList .contactBtn.-recruit a:hover::before {
    background-color: #003288;
  }
}
.header__nav .btnList .contactBtn.-support a {
  gap: 9px;
  background-color: #ed5b22;
  border: #ed5b22 solid 2px;
}
.header__nav .btnList .contactBtn.-support a::before {
  -webkit-mask: url(../img/common/support_icon01.png) center center/contain no-repeat;
          mask: url(../img/common/support_icon01.png) center center/contain no-repeat;
}
@media (hover: hover) {
  .header__nav .btnList .contactBtn.-support a:hover {
    opacity: 1;
    background-color: #fff;
    color: #ed5b22;
  }
  .header__nav .btnList .contactBtn.-support a:hover::before {
    background-color: #ed5b22;
  }
}
.header__nav .btnList .contactBtn.-line a {
  gap: 9px;
  background-color: #06c755;
  border: #06c755 solid 2px;
}
.header__nav .btnList .contactBtn.-line a::before {
  -webkit-mask: url(../img/common/line_icon.png?250521) center center/contain no-repeat;
          mask: url(../img/common/line_icon.png?250521) center center/contain no-repeat;
}
@media (hover: hover) {
  .header__nav .btnList .contactBtn.-line a:hover {
    opacity: 1;
    background-color: #fff;
    color: #06c755;
  }
  .header__nav .btnList .contactBtn.-line a:hover::before {
    background-color: #06c755;
  }
}
@media screen and (max-width: 900px) {
  .header__nav .btnList {
    display: none;
  }
}
.header__nav .header__hamburger {
  display: none;
  cursor: pointer;
  pointer-events: auto;
}
.header__nav .header__hamburger__inner {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #003288;
  cursor: pointer;
  pointer-events: auto;
  margin-left: 12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 999;
}
@media (max-width: 834px) {
  .header__nav .header__hamburger__inner {
    width: 48px;
    height: 48px;
  }
}
@media (hover: hover) {
  .header__nav .header__hamburger__inner:hover {
    opacity: 0.8;
  }
}
.header__nav .header__hamburger span {
  width: 16px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1320px) {
  .header__nav .header__hamburger {
    display: block;
  }
}

.js-scrolled .header::before {
  opacity: 1;
}
.js-scrolled .header::after {
  border-top: 30px solid #3e54dd;
  border-right: 30px solid transparent;
}
.js-scrolled .header__container {
  padding: 18px 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 834px) {
  .js-scrolled .header__container {
    padding: 14px 16px 22px;
  }
}
.js-scrolled .header__nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* ============================================
// Recruit
// ==========================================*/
.recruit {
  background-color: #003288;
  padding-top: 50px;
  background: url(../img/index/recruit_bg.jpg) center center/cover no-repeat;
  position: relative;
}
@media (max-width: 834px) {
  .recruit {
    padding: 40px 0 50px;
  }
}
.recruit::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: rgba(0, 50, 136, 0.8);
}
.recruit__inner {
  max-width: 944px;
  padding: 0 40px;
  margin: 0 auto;
}
@media (max-width: 834px) {
  .recruit__inner {
    padding: 0 6.25%;
  }
}
.recruit__headArea__en {
  max-width: 218px;
  aspect-ratio: 218/76;
}
@media (max-width: 834px) {
  .recruit__headArea__en {
    max-width: 120px;
  }
}
.recruit__headArea__text {
  color: #fff;
  font-size: 3.6rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.6;
}
@media (max-width: 834px) {
  .recruit__headArea__text {
    font-size: 1.6rem;
  }
}
.recruit__btnArea {
  margin-top: 50px;
}
@media (max-width: 834px) {
  .recruit__btnArea {
    margin-top: 32px;
  }
}
.recruit__btnArea__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media (max-width: 834px) {
  .recruit__btnArea__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 16px;
  }
}
.recruit__btnArea__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  border-radius: 100px;
  min-width: 420px;
  padding: 44px 24px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 0 auto;
}
@media (max-width: 834px) {
  .recruit__btnArea__btn a {
    font-size: 1.5rem;
    width: 100%;
    min-width: auto;
    padding: 24px;
    max-width: 300px;
  }
}
.recruit__btnArea__btn a::before {
  content: "";
  display: block;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  aspect-ratio: 1/1;
  margin-top: 6px;
  width: 22px;
}
.recruit__btnArea__btn.-recruit a {
  gap: 7px;
  background-color: #fff;
  border: #fff solid 2px;
  color: #003288;
}
.recruit__btnArea__btn.-recruit a::before {
  -webkit-mask: url(../img/common/recruit_icon01.png) center center/contain no-repeat;
          mask: url(../img/common/recruit_icon01.png) center center/contain no-repeat;
  background-color: #003288;
}
@media (hover: hover) {
  .recruit__btnArea__btn.-recruit a:hover {
    opacity: 1;
    background-color: #003288;
    color: #fff;
  }
  .recruit__btnArea__btn.-recruit a:hover::before {
    background-color: #fff;
  }
}
.recruit__btnArea__btn.-support a {
  gap: 9px;
  background-color: #ed5b22;
  border: #ed5b22 solid 2px;
}
.recruit__btnArea__btn.-support a::before {
  -webkit-mask: url(../img/common/support_icon01.png) center center/contain no-repeat;
          mask: url(../img/common/support_icon01.png) center center/contain no-repeat;
}
@media (hover: hover) {
  .recruit__btnArea__btn.-support a:hover {
    opacity: 1;
    background-color: #fff;
    color: #ed5b22;
  }
  .recruit__btnArea__btn.-support a:hover::before {
    background-color: #ed5b22;
  }
}
.recruit__bottomArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 42px;
  gap: 30px;
  margin-top: 80px;
  position: relative;
}
.recruit__bottomArea::before {
  position: absolute;
  content: "";
  height: 1px;
  left: -1000px;
  right: -1000px;
  background-color: #fff;
  opacity: 0.4;
  top: 10px;
  z-index: 0;
}
@media (max-width: 834px) {
  .recruit__bottomArea::before {
    top: 0;
  }
}
@media (max-width: 834px) {
  .recruit__bottomArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding: 0;
    margin-top: 32px;
    gap: 16px;
    padding-top: 32px;
  }
}
.recruit__bottomArea__img {
  aspect-ratio: 234/343;
  max-width: 117px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 117px;
          flex: 0 0 117px;
  z-index: 2;
}
@media (max-width: 834px) {
  .recruit__bottomArea__img {
    display: none;
  }
}
.recruit__bottomArea__text {
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
}
@media (max-width: 834px) {
  .recruit__bottomArea__text {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
@media (max-width: 834px) {
  .recruit__bottomArea__btn {
    width: 100%;
  }
}
.recruit__bottomArea__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  border-radius: 100px;
  min-width: 280px;
  padding: 22px 24px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 2px solid #fff;
  gap: 10px;
}
@media (any-hover: hover) {
  .recruit__bottomArea__btn a:hover {
    background-color: rgba(0, 50, 136, 0.8);
  }
}
@media (max-width: 834px) {
  .recruit__bottomArea__btn a {
    min-width: auto;
    width: 100%;
    padding: 20px 16px;
    font-size: 1.5rem;
    max-width: 300px;
    margin: 0 auto;
  }
}
.recruit__bottomArea__btn a::before {
  content: "";
  display: block;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  aspect-ratio: 56/40;
  margin-bottom: -3px;
  width: 28px;
  -webkit-mask: url(../img/common/recruit_icon02.png) center center/contain no-repeat;
          mask: url(../img/common/recruit_icon02.png) center center/contain no-repeat;
}

/* ============================================
// FOOTER
// ==========================================*/
.footer {
  padding: 120px 0;
}
@media (max-width: 834px) {
  .footer {
    padding: 40px 0 90px;
  }
}
.footer__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8.8%;
}
@media (max-width: 834px) {
  .footer__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 32px;
  }
}
.footer__contents__leftArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.footer__contents__leftArea .logo img {
  width: 171px;
}
@media (max-width: 834px) {
  .footer__contents__leftArea .logo img {
    width: 120px;
  }
}
.footer__contents__leftArea .nav {
  margin-top: 60px;
}
@media (max-width: 834px) {
  .footer__contents__leftArea .nav {
    margin-top: 24px;
  }
}
.footer__contents__leftArea .nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 20px;
}
@media (max-width: 834px) {
  .footer__contents__leftArea .nav__list {
    gap: 4px 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.footer__contents__leftArea .nav__list__item a {
  color: #003288;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.6;
}
@media (max-width: 834px) {
  .footer__contents__leftArea .nav__list__item a {
    font-size: 1.4rem;
  }
}
.footer__contents__leftArea .sns {
  margin-top: 60px;
}
@media (max-width: 834px) {
  .footer__contents__leftArea .sns {
    margin-top: 24px;
  }
}
.footer__contents__leftArea .sns .text {
  color: #06c755;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 10px;
}
@media (max-width: 834px) {
  .footer__contents__leftArea .sns .text {
    font-size: 1.4rem;
    margin-bottom: 4px;
  }
}
.footer__contents__leftArea .sns .sns_btn a {
  display: block;
  color: #06c755;
  font-size: 1.5rem;
  font-weight: 700;
  border: 2px solid #06c755;
  padding: 16px 48px 16px 16px;
  border-radius: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
}
@media (max-width: 834px) {
  .footer__contents__leftArea .sns .sns_btn a {
    font-size: 1.4rem;
    gap: 10px;
    padding: 10px 32px 10px 10px;
  }
}
.footer__contents__leftArea .sns .sns_btn a::before {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 32px;
  background: url(../img/common/line_icon.png) center center/contain no-repeat;
}
.footer__contents__rightArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 24px;
}
@media (max-width: 834px) {
  .footer__contents__rightArea {
    gap: 20px;
  }
}
.footer__contents__rightArea .search_item .hd {
  font-weight: 500;
  color: #003288;
  font-size: 1.5rem;
}
@media (max-width: 834px) {
  .footer__contents__rightArea .search_item .hd {
    font-size: 1.4rem;
  }
}
.footer__contents__rightArea .search_item .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0px 14px;
}
@media (max-width: 834px) {
  .footer__contents__rightArea .search_item .list {
    gap: 0px 10px;
  }
}
.footer__contents__rightArea .search_item .list__item a {
  color: #003288;
  font-size: 1.4rem;
  opacity: 0.8;
  font-weight: 400;
  border-bottom: 1px solid rgba(0, 50, 136, 0.8);
  padding-bottom: 3px;
}
@media (max-width: 834px) {
  .footer__contents__rightArea .search_item .list__item a {
    font-size: 1.3rem;
    padding-bottom: 2px;
  }
}
.footer__bottomArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 100px;
}
@media (max-width: 834px) {
  .footer__bottomArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
    margin-top: 32px;
  }
}
.footer__bottomArea__copyright {
  color: #003288;
  font-size: 1.4rem;
  font-weight: 400;
  opacity: 0.8;
}
@media (max-width: 834px) {
  .footer__bottomArea__copyright {
    font-size: 1.3rem;
  }
}
.footer__bottomArea__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 834px) {
  .footer__bottomArea__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 8px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.footer__bottomArea__contents .corporate a {
  color: #1459d1;
  font-size: 1.4rem;
  font-weight: 400;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}
@media (max-width: 834px) {
  .footer__bottomArea__contents .corporate a {
    font-size: 1.3rem;
  }
}
.footer__bottomArea__contents .corporate a::after {
  content: "";
  display: block;
  background: url(../img/common/external.png) center center/contain no-repeat;
  aspect-ratio: 1/1;
  width: 16px;
}
.footer__bottomArea__contents .ga a {
  color: #1459d1;
  font-size: 1.4rem;
  font-weight: 400;
  opacity: 0.8;
}
@media (max-width: 834px) {
  .footer__bottomArea__contents .ga a {
    font-size: 1.3rem;
  }
}
.footer__bottomArea__contents .pagetop a {
  position: relative;
}
@media (max-width: 834px) {
  .footer__bottomArea__contents .pagetop a {
    position: absolute;
    bottom: 0;
    right: 6.25%;
  }
}
@media (any-hover: hover) {
  .footer__bottomArea__contents .pagetop a:hover img {
    opacity: 0.8;
  }
}
.footer__bottomArea__contents .pagetop a .icon {
  max-width: 48px;
}
@media (max-width: 834px) {
  .footer__bottomArea__contents .pagetop a .icon {
    max-width: 48px;
  }
}
.footer__bottomArea__contents .pagetop a .icon img {
  aspect-ratio: 1/1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* ============================================
// INDEX
// ==========================================*/
.front-page .mainVisual {
  padding-top: 6vw;
}
@media (max-width: 834px) {
  .front-page .mainVisual {
    padding-top: 20px;
  }
}
.front-page .mainVisual__inner {
  max-width: 1280px;
  padding: 0 40px;
  margin: 0 auto;
}
@media (max-width: 834px) {
  .front-page .mainVisual__inner {
    padding: 0 6.25%;
  }
}
.front-page .mainVisual__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5.3%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 834px) {
  .front-page .mainVisual__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
}
.front-page .mainVisual__contents__imgArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 38.41%;
          flex: 0 0 38.41%;
  position: relative;
  margin-top: auto;
  pointer-events: none;
}
@media (max-width: 834px) {
  .front-page .mainVisual__contents__imgArea {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }
}
.front-page .mainVisual__contents__imgArea img {
  aspect-ratio: 461/457;
  max-width: 461px;
}
@media (max-width: 834px) {
  .front-page .mainVisual__contents__imgArea img {
    max-width: 240px;
  }
}
.front-page .mainVisual__contents__imgArea .handwriting {
  width: 100%;
  height: auto;
  position: absolute;
  top: -50px;
  left: 7px;
  z-index: 2;
  max-width: 273px;
}
@media (max-width: 834px) {
  .front-page .mainVisual__contents__imgArea .handwriting {
    max-width: 140px;
    top: -20px;
  }
}
.front-page .mainVisual__contents__imgArea .handwriting_text {
  fill: #1459d1;
}
.front-page .mainVisual__contents__imgArea .handwriting_mask_line {
  fill: none;
  stroke: #fff;
  stroke-width: 7;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 3000px;
  -webkit-animation: handwriting 3s ease-in 1;
          animation: handwriting 3s ease-in 1;
}
.front-page .mainVisual__contents__imgArea #text {
  -webkit-mask: url(#mask);
          mask: url(#mask);
}
@-webkit-keyframes handwriting {
  0% {
    stroke-dashoffset: 3000px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes handwriting {
  0% {
    stroke-dashoffset: 3000px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.front-page .mainVisual__contents__textArea {
  padding-right: 56px;
  margin-top: 12px;
}
@media (max-width: 834px) {
  .front-page .mainVisual__contents__textArea {
    padding-right: 0;
    margin-top: 0;
  }
}
.front-page .mainVisual__contents__textArea .tag {
  color: #ed5b22;
  font-weight: 900;
  font-size: 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 2px solid #ed5b22;
  letter-spacing: 0.14em;
}
@media (max-width: 834px) {
  .front-page .mainVisual__contents__textArea .tag {
    font-size: 1.4rem;
  }
}
.front-page .mainVisual__contents__textArea .mainCopy {
  font-size: clamp(4.2rem, 6vw, 8rem);
  font-weight: 900;
  color: #003288;
  line-height: 1.3;
  margin-top: 2rem;
  letter-spacing: 0.04em;
}
@media (max-width: 834px) {
  .front-page .mainVisual__contents__textArea .mainCopy {
    margin-top: 10px;
  }
}
.front-page .mainVisual__contents__textArea .mainCopy .small {
  font-size: clamp(2.4rem, 5vw, 7rem);
}
@media (max-width: 834px) {
  .front-page .mainVisual__contents__textArea .mainCopy .small {
    font-size: 3.2rem;
  }
}
.front-page .mainVisual__contents__textArea .text {
  color: #003288;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  margin-top: 3rem;
  margin-bottom: 5.5rem;
}
@media (max-width: 834px) {
  .front-page .mainVisual__contents__textArea .text {
    font-size: 1.3rem;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.front-page .mainVisual__quickSearch {
  background-color: #003288;
  border-radius: 10px;
  padding: 48px 4%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media (max-width: 834px) {
  .front-page .mainVisual__quickSearch {
    padding: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 24px;
  }
}
.front-page .mainVisual__quickSearch__title {
  color: #fff;
  font-family: "Prompt", sans-serif;
  line-height: 1.2;
  font-size: 2.2rem;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 5.83%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 834px) {
  .front-page .mainVisual__quickSearch__title {
    font-size: 1.6rem;
    padding-right: 0;
    width: 100%;
  }
  .front-page .mainVisual__quickSearch__title br {
    display: none;
  }
}
.front-page .mainVisual__quickSearch__title::after {
  position: absolute;
  content: "";
  width: 1px;
  background-color: #fff;
  right: 0;
  top: -100px;
  bottom: -100px;
}
@media (max-width: 834px) {
  .front-page .mainVisual__quickSearch__title::after {
    top: auto;
    bottom: -14px;
    left: -100px;
    right: -100px;
    width: auto;
    height: 1px;
  }
}
.front-page .mainVisual__quickSearch__contents {
  width: 100%;
}
.front-page .mainVisual__quickSearch__contents form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 834px) {
  .front-page .mainVisual__quickSearch__contents form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    width: 100%;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
}
.front-page .mainVisual__quickSearch__contents .quickSearch_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 834px) {
  .front-page .mainVisual__quickSearch__contents .quickSearch_items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 10px;
  }
}
.front-page .mainVisual__quickSearch__contents .quickSearch_items .quickSearch_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media (max-width: 834px) {
  .front-page .mainVisual__quickSearch__contents .quickSearch_items .quickSearch_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    gap: 8px;
  }
}
.front-page .mainVisual__quickSearch__contents .quickSearch_items .quickSearch_item .hd {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 834px) {
  .front-page .mainVisual__quickSearch__contents .quickSearch_items .quickSearch_item .hd {
    font-size: 1.4rem;
  }
}
.front-page .mainVisual__quickSearch__contents .quickSearch_items .quickSearch_item .pull-down {
  position: relative;
}
.front-page .mainVisual__quickSearch__contents .quickSearch_items .quickSearch_item .pull-down::after {
  content: "";
  width: 13px;
  position: absolute;
  right: 24px;
  pointer-events: none;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/common/arrow03.png) center/contain no-repeat;
  aspect-ratio: 13/8;
}
@media (max-width: 834px) {
  .front-page .mainVisual__quickSearch__contents .quickSearch_items .quickSearch_item .pull-down::after {
    width: 10px;
    right: 16px;
  }
}
.front-page .mainVisual__quickSearch__contents .quickSearch_items .quickSearch_item .pull-down select {
  border-radius: 2px;
  font-weight: 400;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.front-page .mainVisual__quickSearch__contents .quickSearch_items .-place {
  width: 45.42%;
}
@media (max-width: 834px) {
  .front-page .mainVisual__quickSearch__contents .quickSearch_items .-place {
    width: 100%;
  }
}
.front-page .mainVisual__quickSearch__contents .quickSearch_items .-place .pull-down {
  max-width: 260px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 834px) {
  .front-page .mainVisual__quickSearch__contents .quickSearch_items .-place .pull-down {
    max-width: none;
    width: 100%;
  }
}
.front-page .mainVisual__quickSearch__contents .quickSearch_items .-place .pull-down select {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
.front-page .mainVisual__quickSearch__contents .quickSearch_items .-job {
  width: 51.24%;
}
@media (max-width: 834px) {
  .front-page .mainVisual__quickSearch__contents .quickSearch_items .-job {
    width: 100%;
  }
}
.front-page .mainVisual__quickSearch__contents .quickSearch_items .-job .pull-down {
  max-width: 320px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 834px) {
  .front-page .mainVisual__quickSearch__contents .quickSearch_items .-job .pull-down {
    max-width: none;
    width: 100%;
  }
}
@media (max-width: 834px) {
  .front-page .mainVisual__quickSearch__contents .quickSearch_btn {
    margin: 0 auto;
  }
}
.front-page .mainVisual__quickSearch__contents .quickSearch_btn .btn_cover {
  position: relative;
  display: inline-block;
}
.front-page .mainVisual__quickSearch__contents .quickSearch_btn .btn_cover::before {
  content: "";
  display: block;
  width: 19px;
  aspect-ratio: 1/1;
  background-color: #fff;
  -webkit-mask: url(../img/common/recruit_icon01.png) center/contain no-repeat;
          mask: url(../img/common/recruit_icon01.png) center/contain no-repeat;
  position: absolute;
  top: 50%;
  left: 40px;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: 2px;
}
@media (max-width: 834px) {
  .front-page .mainVisual__quickSearch__contents .quickSearch_btn .btn_cover::before {
    width: 18px;
    left: 42px;
    margin-top: 2px;
  }
}
.front-page .mainVisual__quickSearch__contents .quickSearch_btn .btn_cover input[type=submit] {
  background-color: #ed5b22;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  width: 180px;
  border-radius: 200px;
  padding-left: 32px !important;
}
.front-page .mainVisual__quickSearch__contents .quickSearch_btn .btn_cover input[type=submit]:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (max-width: 834px) {
  .front-page .mainVisual__quickSearch__contents .quickSearch_btn .btn_cover input[type=submit] {
    font-size: 1.4rem;
  }
}
@media (any-hover: hover) {
  .front-page .mainVisual__quickSearch__contents .quickSearch_btn:hover .btn_cover::before {
    background-color: #ed5b22;
  }
  .front-page .mainVisual__quickSearch__contents .quickSearch_btn:hover .btn_cover input[type=submit] {
    background-color: #fff;
    color: #ed5b22;
  }
}
.front-page .mainVisual .search_suggest a {
  color: #1459d1;
  font-size: 1.6rem;
  font-weight: 700;
  display: block;
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
@media (max-width: 834px) {
  .front-page .mainVisual .search_suggest a {
    font-size: 1.3rem;
    gap: 6px;
    margin-top: 10px;
  }
}
.front-page .mainVisual .search_suggest a::after {
  content: "";
  background: url(../img/index/arrow01.png) center center/contain no-repeat;
  width: 26px;
  aspect-ratio: 1/1;
}
@media (max-width: 834px) {
  .front-page .mainVisual .search_suggest a::after {
    width: 20px;
  }
}
.front-page .newJobs {
  position: relative;
  padding: 80px 0 240px;
}
@media (max-width: 834px) {
  .front-page .newJobs {
    padding: 40px 0 140px;
  }
}
.front-page .newJobs__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 834px) {
  .front-page .newJobs__inner {
    padding: 0 6.25%;
  }
}
.front-page .newJobs__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.front-page .newJobs__heading .commonTitle01 {
  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) {
  .front-page .newJobs__heading .commonTitle01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 0;
  }
}
.front-page .newJobs__heading .commonTitle01 .en {
  font-size: 7.2rem;
}
@media (max-width: 834px) {
  .front-page .newJobs__heading .commonTitle01 .en {
    font-size: 3.2rem;
  }
}
.front-page .newJobs__heading .commonTitle01 .ja {
  font-size: 1.8rem;
}
@media (max-width: 834px) {
  .front-page .newJobs__heading .commonTitle01 .ja {
    font-size: 1.3rem;
  }
}
.front-page .newJobs__heading .commonBtn02 a {
  margin-bottom: 10px;
}
@media (max-width: 834px) {
  .front-page .newJobs__heading .commonBtn02 a {
    margin-bottom: 0;
  }
}
.front-page .newJobs__body {
  position: relative;
  margin-top: 80px;
}
@media (max-width: 834px) {
  .front-page .newJobs__body {
    margin-top: 48px;
  }
}
.front-page .newJobs__body .swiper {
  overflow: visible;
}
.front-page .newJobs__body .swiper .swiper-wrapper {
  max-width: 500px;
}
.front-page .newJobs__body .swiper .swiper-wrapper .swiper-slide {
  height: auto;
}
.front-page .newJobs__body .swiper .swiper-wrapper .swiper-slide a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 28px;
  padding: 0 20px 0 0;
}
@media (max-width: 834px) {
  .front-page .newJobs__body .swiper .swiper-wrapper .swiper-slide a {
    padding: 0;
    gap: 16px;
  }
}
.front-page .newJobs__body .swiper .swiper-wrapper .swiper-slide a .job {
  position: absolute;
  top: -36px;
  left: 0;
  font-size: 1.4rem;
  font-weight: 500;
  background: #edf2fa;
  min-width: 83px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #003288;
  height: 36px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 14px;
}
@media (max-width: 834px) {
  .front-page .newJobs__body .swiper .swiper-wrapper .swiper-slide a .job {
    font-size: 1.2rem;
    height: 26px;
    top: -26px;
    padding: 0 10px;
    min-width: 64px;
  }
}
.front-page .newJobs__body .swiper .swiper-wrapper .swiper-slide a .imgArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 42%;
          flex: 0 0 42%;
}
@media (max-width: 834px) {
  .front-page .newJobs__body .swiper .swiper-wrapper .swiper-slide a .imgArea {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
            flex: 0 0 120px;
  }
}
.front-page .newJobs__body .swiper .swiper-wrapper .swiper-slide a .imgArea .img {
  max-width: 210px;
}
@media (max-width: 834px) {
  .front-page .newJobs__body .swiper .swiper-wrapper .swiper-slide a .imgArea .img {
    max-width: 120px;
  }
}
.front-page .newJobs__body .swiper .swiper-wrapper .swiper-slide a .imgArea .img img {
  aspect-ratio: 210/150;
}
.front-page .newJobs__body .swiper .swiper-wrapper .swiper-slide a .imgArea .data {
  font-size: 1.3rem;
  font-weight: 400;
  color: #999;
  margin-top: 20px;
}
@media (max-width: 834px) {
  .front-page .newJobs__body .swiper .swiper-wrapper .swiper-slide a .imgArea .data {
    font-size: 1rem;
    margin-top: 6px;
  }
}
.front-page .newJobs__body .swiper .swiper-wrapper .swiper-slide a .textArea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.front-page .newJobs__body .swiper .swiper-wrapper .swiper-slide a .textArea .place {
  font-size: 1.4rem;
  font-weight: 500;
  color: #003288;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 834px) {
  .front-page .newJobs__body .swiper .swiper-wrapper .swiper-slide a .textArea .place {
    font-size: 1.2rem;
  }
}
.front-page .newJobs__body .swiper .swiper-wrapper .swiper-slide a .textArea .place::before {
  content: "";
  background: url(../img/index/map_icon.png) center center/contain no-repeat;
  width: 12px;
  aspect-ratio: 12/18;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12px;
          flex: 0 0 12px;
  margin-top: 5px;
}
@media (max-width: 834px) {
  .front-page .newJobs__body .swiper .swiper-wrapper .swiper-slide a .textArea .place::before {
    width: 8px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8px;
            flex: 0 0 8px;
    margin-top: 6px;
  }
}
.front-page .newJobs__body .swiper .swiper-wrapper .swiper-slide a .textArea .lead {
  margin-top: 6px;
  font-size: 1.6rem;
  color: #003288;
  font-weight: 700;
  line-height: 1.8;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media (max-width: 834px) {
  .front-page .newJobs__body .swiper .swiper-wrapper .swiper-slide a .textArea .lead {
    margin-top: 0;
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.front-page .newJobs__body .swiper .swiper-wrapper .swiper-slide a .textArea .salary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  color: #ed5b22;
  font-size: 1.5rem;
  margin-top: 10px;
}
@media (max-width: 834px) {
  .front-page .newJobs__body .swiper .swiper-wrapper .swiper-slide a .textArea .salary {
    font-size: 1.3rem;
    gap: 8px;
    margin-top: 2px;
  }
}
.front-page .newJobs__body .swiper .swiper-wrapper .swiper-slide a .textArea .salary .hd {
  font-weight: 700;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.front-page .newJobs__body .swiper .swiper-wrapper .swiper-slide a .textArea .salary .text {
  font-weight: 400;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.front-page .newJobs__body .swiper-button-prev,
.front-page .newJobs__body .swiper-button-next {
  background-image: none;
  background: #fff;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  top: auto;
  bottom: -85px;
  margin-top: 0;
  -webkit-transition: 300ms;
  transition: 300ms;
  border: 1px solid #003288;
}
@media (any-hover: hover) {
  .front-page .newJobs__body .swiper-button-prev:hover,
  .front-page .newJobs__body .swiper-button-next:hover {
    background-color: #f6f6f8;
  }
}
@media (max-width: 834px) {
  .front-page .newJobs__body .swiper-button-prev,
  .front-page .newJobs__body .swiper-button-next {
    width: 40px;
    height: 40px;
    bottom: -72px;
  }
}
.front-page .newJobs__body .swiper-button-prev::before, .front-page .newJobs__body .swiper-button-prev::after,
.front-page .newJobs__body .swiper-button-next::before,
.front-page .newJobs__body .swiper-button-next::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: calc(50% - 4px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 9px;
  height: 2px;
  border-radius: 500px;
  background-color: #003288;
  -webkit-transform-origin: calc(100% - 1px) 50%;
          transform-origin: calc(100% - 1px) 50%;
}
@media (max-width: 834px) {
  .front-page .newJobs__body .swiper-button-prev::before, .front-page .newJobs__body .swiper-button-prev::after,
  .front-page .newJobs__body .swiper-button-next::before,
  .front-page .newJobs__body .swiper-button-next::after {
    width: 7px;
  }
}
.front-page .newJobs__body .swiper-button-prev::before,
.front-page .newJobs__body .swiper-button-next::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.front-page .newJobs__body .swiper-button-prev::after,
.front-page .newJobs__body .swiper-button-next::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.front-page .newJobs__body .swiper-button-prev {
  right: 64px;
  left: auto;
}
@media (max-width: 834px) {
  .front-page .newJobs__body .swiper-button-prev {
    right: 48px;
  }
}
.front-page .newJobs__body .swiper-button-prev::before, .front-page .newJobs__body .swiper-button-prev::after {
  -webkit-transform-origin: calc(0% + 1px) 50%;
          transform-origin: calc(0% + 1px) 50%;
}
.front-page .newJobs__body .swiper-button-next {
  right: 0;
}
.front-page .newJobs__body .swiper-pagination {
  width: 83%;
  height: 2px;
  bottom: -63px;
  top: auto;
}
@media (max-width: 834px) {
  .front-page .newJobs__body .swiper-pagination {
    width: 64%;
    height: 2px;
    bottom: -53px;
  }
}
.front-page .newJobs__body .swiper-pagination.swiper-pagination-progressbar {
  background: rgba(0, 50, 136, 0.3);
}
.front-page .newJobs__body .swiper-pagination .swiper-pagination-progressbar-fill {
  background: #003288;
}
.front-page .jobSearch {
  position: relative;
  padding-bottom: 120px;
  background-color: #f6f6f8;
  border-top: 2px solid #003288;
  border-bottom: 2px solid #003288;
}
@media (max-width: 834px) {
  .front-page .jobSearch {
    padding-bottom: 48px;
  }
}
.front-page .jobSearch__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 834px) {
  .front-page .jobSearch__inner {
    padding: 0 4%;
  }
}
.front-page .jobSearch__heading {
  margin-top: -5rem;
}
@media (max-width: 834px) {
  .front-page .jobSearch__heading {
    margin-top: -2.5rem;
  }
}
.front-page .jobSearch__heading .commonTitle01 {
  text-align: center;
}
.front-page .jobSearch__heading .commonTitle01 .en {
  font-size: 7.2rem;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media (max-width: 834px) {
  .front-page .jobSearch__heading .commonTitle01 .en {
    font-size: 3.2rem;
  }
}
.front-page .jobSearch__heading .commonTitle01 .en::before {
  content: "";
  background-color: #f6f6f8;
  top: calc(5rem - 2px);
  height: 2px;
  width: 130%;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  opacity: 1 !important;
}
@media (max-width: 834px) {
  .front-page .jobSearch__heading .commonTitle01 .en::before {
    top: calc(2.5rem - 2px);
    width: 120%;
  }
}
.front-page .jobSearch__heading .commonTitle01 .ja {
  font-size: 1.8rem;
}
@media (max-width: 834px) {
  .front-page .jobSearch__heading .commonTitle01 .ja {
    font-size: 1.3rem;
  }
}
.front-page .jobSearch .search_body {
  margin-top: 80px;
}
@media (max-width: 834px) {
  .front-page .jobSearch .search_body {
    margin-top: 16px;
  }
}
.front-page .mainVisual + .jobSearch {
  margin-top: 120px;
}
@media (max-width: 834px) {
  .front-page .mainVisual + .jobSearch {
    margin-top: 50px;
  }
}
.front-page .contentsArea {
  padding: 100px 0 40px;
  background-color: #fff;
}
@media (max-width: 834px) {
  .front-page .contentsArea {
    padding: 40px 0 0;
  }
}
.front-page .contentsArea__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 834px) {
  .front-page .contentsArea__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 24px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.front-page .contentsArea__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48.46%;
          flex: 0 0 48.46%;
}
.front-page .contentsArea__item__inner .lead {
  color: #003288;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media (max-width: 834px) {
  .front-page .contentsArea__item__inner .lead {
    font-size: 1.5rem;
    gap: 10px;
  }
}
.front-page .contentsArea__item__inner .lead::before, .front-page .contentsArea__item__inner .lead::after {
  content: "";
  background-color: #003288;
  width: 2px;
  height: 40px;
  display: block;
}
@media (max-width: 834px) {
  .front-page .contentsArea__item__inner .lead::before, .front-page .contentsArea__item__inner .lead::after {
    height: 20px;
  }
}
.front-page .contentsArea__item__inner .lead::before {
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}
.front-page .contentsArea__item__inner .lead::after {
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
.front-page .contentsArea__item__inner .linkArea a {
  border-radius: 10px;
  aspect-ratio: 630/320;
  padding: 16px 9.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (max-width: 834px) {
  .front-page .contentsArea__item__inner .linkArea a {
    padding-right: 5%;
    padding-left: 5%;
  }
}
@media (max-width: 834px) {
  .front-page .contentsArea__item__inner .linkArea a .commonTitle01 .ja {
    line-height: 1.6;
  }
}
.front-page .contentsArea__item__inner .linkArea a .btn_arrow {
  position: absolute;
  bottom: 40px;
  right: 40px;
  width: 28px;
  background-color: #003288;
  border: 2px solid #003288;
  border-radius: 50%;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  right: 6.3%;
  bottom: 12.5%;
}
@media (max-width: 834px) {
  .front-page .contentsArea__item__inner .linkArea a .btn_arrow {
    bottom: 24px;
    right: 24px;
  }
}
.front-page .contentsArea__item__inner .linkArea a .btn_arrow::before {
  content: "";
  background: #fff;
  -webkit-mask: url(../img/common/arrow02.png) center/contain no-repeat;
          mask: url(../img/common/arrow02.png) center/contain no-repeat;
  width: 6px;
  aspect-ratio: 16/26;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (any-hover: hover) {
  .front-page .contentsArea__item__inner .linkArea:hover a .btn_arrow {
    background-color: #fff;
  }
  .front-page .contentsArea__item__inner .linkArea:hover a .btn_arrow::before {
    background-color: #003288;
  }
}
.front-page .contentsArea__item.-merit .linkArea a {
  background: url(../img/index/merit_bg.jpg) center center/cover no-repeat;
}
.front-page .contentsArea__item.-merit .linkArea a .commonTitle01 {
  color: #003288;
}
.front-page .contentsArea__item.-connect .linkArea a {
  background: url(../img/index/connect_bg.jpg) center center/cover no-repeat;
}
.front-page .contentsArea__item.-connect .linkArea a .commonTitle01 {
  color: #fff;
}
.front-page .contentsArea__item.-connect .linkArea a .commonTitle01 .ja br {
  display: none;
}
@media (max-width: 834px) {
  .front-page .contentsArea__item.-connect .linkArea a .commonTitle01 .ja br {
    display: block;
  }
}

/* ============================================
// RECRUIT
// ==========================================*/
.lower-kyujin_l .breadcrumb,
.lower-kyujin_d .breadcrumb,
.lower-whatsnew .breadcrumb {
  background: #f6f6f8;
}

/*--------------------
求人一覧
--------------------*/
.lower-kyujin_l .kyujin_container {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 834px) {
  .lower-kyujin_l .kyujin_container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.lower-kyujin_l .search_panel {
  padding: 0;
  margin: 0;
  border: 2px solid #003288;
  border-radius: 10px;
  background-color: #f6f6f8;
}
.lower-kyujin_l .search-toggle {
  position: relative;
  width: 100%;
  background: #003288;
  max-width: 235px;
  margin: 0;
  border-radius: 500px;
  border: 2px solid #003288;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (any-hover: hover) {
  .lower-kyujin_l .search-toggle:hover {
    background-color: #fff;
    opacity: 1;
  }
  .lower-kyujin_l .search-toggle:hover .toggle_txt {
    color: #003288;
  }
  .lower-kyujin_l .search-toggle:hover .toggle_trigger_txt_ico {
    background-color: #003288;
  }
}
@media (max-width: 834px) {
  .lower-kyujin_l .search-toggle {
    margin: 0;
    max-width: 200px;
  }
}
.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.7em 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: 0px 64px 40px;
}
@media (max-width: 834px) {
  .lower-kyujin_l .search_body {
    padding: 0px 20px 32px;
  }
}
.lower-kyujin_l .job_count_pager {
  margin-top: 30px;
}
@media (max-width: 834px) {
  .lower-kyujin_l .job_count_pager {
    margin-top: 20px;
    padding: 0;
  }
}
.lower-kyujin_l .job_result_total {
  padding: 0px 64px 40px;
}
@media (max-width: 834px) {
  .lower-kyujin_l .job_result_total {
    padding: 0px 20px 32px;
  }
}
.lower-kyujin_l .custom-form .custom-form_parts:first-child {
  padding-top: 0;
  border-top: none;
  margin-top: 0;
}
.lower-kyujin_l .custom-form .freeWordWrap {
  border-top: 1px solid #dedede;
  margin-top: 32px;
  padding-top: 32px;
}
@media (max-width: 834px) {
  .lower-kyujin_l .custom-form .freeWordWrap {
    margin-top: 0;
    padding-top: 0;
  }
}
@media (any-hover: hover) {
  .lower-kyujin_l .contents_bottom .pager_next a:hover {
    background-color: #fff;
    color: #ed5b22 !important;
    opacity: 1;
  }
}
.lower-kyujin_l article.job {
  font-weight: 400;
  margin-top: 30px;
  padding: 50px;
  border: 1px solid #dedede;
  border-radius: 10px;
}
@media (max-width: 834px) {
  .lower-kyujin_l article.job {
    margin-top: 15px;
    padding: 30px 7%;
  }
}
.lower-kyujin_l article.job:first-child {
  margin-top: 0;
}
.lower-kyujin_l .job_employmenttype_list_item {
  border-radius: 100px;
  padding: 0 0.8em;
}

/*--------------------
求人詳細
--------------------*/
.lower-kyujin_d {
  position: relative;
}
.lower-kyujin_d::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 330px;
  background-color: #f6f6f8;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-kyujin_d::after {
    height: 180px;
  }
}
.lower-kyujin_d .kyujin_container {
  padding-top: 80px;
}
@media (max-width: 834px) {
  .lower-kyujin_d .kyujin_container {
    padding-top: 60px;
  }
}
.lower-kyujin_d .kyujin_container .job {
  border: 1px solid #003288;
  border-radius: 10px;
  background-color: #fff;
  padding: 60px 6.4% 60px;
  margin-bottom: 20px;
}
@media (max-width: 834px) {
  .lower-kyujin_d .kyujin_container .job {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.lower-kyujin_d .kyujin_container .job .job_employmenttype_list_item {
  border-radius: 100px;
  padding: 0 0.8em;
}
.lower-kyujin_d .kyujin_container .job .job_occupations::after {
  background: #ed5b22;
}
.lower-kyujin_d .kyujin_container .job .outline_ttl,
.lower-kyujin_d .kyujin_container .job .appeal_ttl {
  font-size: 2.2rem;
}
@media (max-width: 834px) {
  .lower-kyujin_d .kyujin_container .job .outline_ttl,
  .lower-kyujin_d .kyujin_container .job .appeal_ttl {
    font-size: 1.8rem;
  }
}
.lower-kyujin_d .kyujin_container .job .job_outline_item_txt .tel_link::before {
  background: #003288;
  -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;
}
.lower-kyujin_d .kyujin_container .job .job_post_slidedown .more_link {
  color: #1459d1;
}
@media (max-width: 834px) {
  .lower-kyujin_d .kyujin_container .page_back {
    padding: 10px 0 30px;
  }
}
.lower-kyujin_d .kyujin_container .page_back a {
  position: relative;
  color: #1459d1;
}
.lower-kyujin_d .kyujin_container .page_back a::before {
  position: absolute;
  content: "";
  background: url(../img/index/arrow01.png) center/contain no-repeat;
  aspect-ratio: 1/1;
  width: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(-50%) rotate(-90deg) scale(-1);
          transform: translateY(-50%) rotate(-90deg) scale(-1);
  top: 50%;
  left: -30px;
}
.lower-kyujin_d .fixed_conversion .btn_conversion {
  border-radius: 500px;
  border: 2px solid #ed5b22;
  background-color: #ed5b22;
}
@media (max-width: 834px) {
  .lower-kyujin_d .fixed_conversion .btn_conversion {
    padding: 10px 0;
  }
}
.lower-kyujin_d .fixed_conversion .btn_conversion::after {
  right: 25px;
  top: 8px;
  background: #fff;
  -webkit-mask: url("../img/kyujin/ico_custom_blank_white.png") no-repeat center top/contain;
          mask: url("../img/kyujin/ico_custom_blank_white.png") no-repeat center top/contain;
}
@media (max-width: 834px) {
  .lower-kyujin_d .fixed_conversion .btn_conversion::after {
    right: 12px;
  }
}
@media (max-width: 834px) {
  .lower-kyujin_d .fixed_conversion .btn_conversion span {
    font-size: 1.4rem;
  }
}
@media (any-hover: hover) {
  .lower-kyujin_d .fixed_conversion .btn_conversion:hover {
    opacity: 1;
    background-color: #fff;
  }
  .lower-kyujin_d .fixed_conversion .btn_conversion:hover span {
    color: #ed5b22;
  }
  .lower-kyujin_d .fixed_conversion .btn_conversion:hover::after {
    background: #ed5b22;
  }
}
@media (max-width: 834px) {
  .lower-kyujin_d .fixed_conversion .phone {
    -ms-flex-preferred-size: 180px;
        flex-basis: 180px;
    background: initial;
    margin-right: 8px;
  }
}
.lower-kyujin_d .fixed_conversion .phone .btn_phone {
  padding: 0;
}
@media (max-width: 834px) {
  .lower-kyujin_d .fixed_conversion .phone .phone_num {
    color: #fff;
  }
  .lower-kyujin_d .fixed_conversion .phone .phone_num::before {
    background: #fff;
    -webkit-mask: url("../img/kyujin/ico_custom_tel_white.png") no-repeat center center/contain;
            mask: url("../img/kyujin/ico_custom_tel_white.png") no-repeat center center/contain;
  }
}
@media (max-width: 834px) {
  .lower-kyujin_d .fixed_conversion .phone .phone_notes {
    color: #fff;
  }
}
.lower-kyujin_d .footer {
  padding-bottom: 130px;
}
.lower-kyujin_d main.l-main {
  padding-bottom: 50px;
}
@media (max-width: 834px) {
  .lower-kyujin_d main.l-main {
    padding-top: 6%;
    padding-bottom: 20px;
  }
}
.lower-kyujin_d .outline_ttl,
.lower-kyujin_d .appeal_ttl {
  color: #ffffff;
  text-align: center;
  z-index: 1;
}
.lower-kyujin_d .outline_ttl::after,
.lower-kyujin_d .appeal_ttl::after {
  background: #1459d1;
  border-radius: 5px;
}

/*--------------------
新着求人
--------------------*/
.lower-whatsnew .kyujin_container {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 834px) {
  .lower-whatsnew .kyujin_container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.lower-whatsnew .kyujin_container .job_employmenttype_list_item {
  border-radius: 100px;
  padding: 0 0.8em;
}
.lower-whatsnew .kyujin_container .contents_bottom {
  margin-top: 30px;
}
@media (max-width: 834px) {
  .lower-whatsnew .kyujin_container .contents_bottom {
    margin-top: 0;
    padding-bottom: 0;
  }
}
@media (any-hover: hover) {
  .lower-whatsnew .kyujin_container .contents_bottom .pager_next a:hover {
    background-color: #fff;
    color: #ed5b22 !important;
    opacity: 1;
  }
}

/* ============================================
// ENTRY
// ==========================================*/
.lower-entry .entry .innerWrap {
  max-width: 1280px;
}
.lower-entry .entry__btn {
  position: fixed;
  top: 31%;
  right: 0;
  z-index: 99;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}
@media (max-width: 834px) {
  .lower-entry .entry__btn {
    top: auto;
    bottom: 0;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}
.lower-entry .entry__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #4fce7a;
  color: #fff;
  padding: 30px 20px 50px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  font-size: 1.8rem;
  border: 2px solid #4fce7a;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 500;
}
@media (max-width: 834px) {
  .lower-entry .entry__btn a {
    font-size: 1.5rem;
    padding: 12px 35px 12px 30px;
    gap: 20px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 0;
  }
}
.lower-entry .entry__btn a::before {
  content: "";
  display: block;
  -webkit-mask: url(../img/entry/btn_icon.png) center center/contain no-repeat;
          mask: url(../img/entry/btn_icon.png) center center/contain no-repeat;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  aspect-ratio: 26/24;
  width: 26px;
}
@media (max-width: 834px) {
  .lower-entry .entry__btn a::before {
    width: 18px;
  }
}
@media (any-hover: hover) {
  .lower-entry .entry__btn a:hover {
    opacity: 1;
    color: #4fce7a;
    background-color: #fff;
  }
  .lower-entry .entry__btn a:hover::before {
    background-color: #4fce7a;
  }
}
.lower-entry .entry__intro__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  margin-top: 120px;
  margin-bottom: 120px;
}
@media (max-width: 834px) {
  .lower-entry .entry__intro__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 40px;
    margin-bottom: 50px;
    gap: 40px;
  }
}
.lower-entry .entry__intro__inner::before {
  content: "";
  position: absolute;
  background: url(../img/entry/intro_bg.png) center center/contain no-repeat;
  width: clamp(51.9rem, 27.285rem + 24.038vw, 61.9rem);
  aspect-ratio: 619/944;
  top: -10%;
  left: -20px;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-entry .entry__intro__inner::before {
    width: 200px;
    top: -5%;
    left: 0;
  }
}
.lower-entry .entry__intro .textArea {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lower-entry .entry__intro .textArea__inner {
  margin: 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: 30px;
}
@media (max-width: 834px) {
  .lower-entry .entry__intro .textArea__inner {
    gap: 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.lower-entry .entry__intro .textArea .text {
  font-weight: 900;
  font-size: 3.6rem;
  line-height: 1.6;
}
@media (max-width: 834px) {
  .lower-entry .entry__intro .textArea .text {
    font-size: 2.4rem;
  }
}
.lower-entry .entry__intro .textArea .text.-marker {
  font-size: 4.8rem;
  background: #ed5b22;
  padding: 10px 50px 10px 30px;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
@media (max-width: 834px) {
  .lower-entry .entry__intro .textArea .text.-marker {
    font-size: 2.6rem;
    padding: 8px 30px 8px 20px;
  }
}
.lower-entry .entry__intro .textArea .text.-marker::before {
  content: "";
  position: absolute;
  background: url(../img/entry/intro_icon.png) center center/contain no-repeat;
  bottom: -50px;
  right: -50px;
  width: 89px;
  aspect-ratio: 89/100;
}
@media (max-width: 834px) {
  .lower-entry .entry__intro .textArea .text.-marker::before {
    bottom: -20px;
    right: -25px;
    width: 42px;
  }
}
.lower-entry .entry__intro .imgArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.lower-entry .entry__intro .imgArea .img {
  max-width: clamp(48rem, 20.766rem + 26.596vw, 58rem);
  border-radius: 10px;
  overflow: hidden;
}
.lower-entry .entry__intro .imgArea .img img {
  aspect-ratio: 580/387;
}
.lower-entry .entry__about__inner {
  margin-top: 120px;
  margin-bottom: 120px;
}
@media (max-width: 834px) {
  .lower-entry .entry__about__inner {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.lower-entry .entry__about__content {
  border: 1px solid #003288;
  padding: 70px clamp(7rem, -0.8rem + 7.5vw, 10rem);
  background: rgba(255, 255, 255, 0.5);
}
@media (max-width: 834px) {
  .lower-entry .entry__about__content {
    padding: 30px;
  }
}
.lower-entry .entry__about__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 834px) {
  .lower-entry .entry__about__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 20px;
  }
}
.lower-entry .entry__about__head .text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 620px;
          flex: 0 0 620px;
  font-size: clamp(3.2rem, 2.655rem + 0.532vw, 3.4rem);
  font-weight: 900;
  line-height: 1.9;
  letter-spacing: 0.05em;
}
@media (max-width: 834px) {
  .lower-entry .entry__about__head .text {
    font-size: 2rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .lower-entry .entry__about__head .text br {
    display: none;
  }
}
.lower-entry .entry__about__head .text span {
  color: #fff;
  background: #ed5b22;
  padding: 5px 10px;
  margin-left: 8px;
}
@media (max-width: 834px) {
  .lower-entry .entry__about__head .text span {
    line-height: 2.2;
    padding: 3px 10px 5px;
  }
}
.lower-entry .entry__about__head .img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: clamp(18.9rem, 10.9rem + 7.813vw, 20.9rem);
  margin: 0 auto;
}
@media (max-width: 834px) {
  .lower-entry .entry__about__head .img {
    max-width: 130px;
  }
}
.lower-entry .entry__about__head .img img {
  aspect-ratio: 209/220;
}
.lower-entry .entry__about__lead {
  margin-top: 40px;
  font-weight: 500;
}
@media (max-width: 834px) {
  .lower-entry .entry__about__lead {
    margin-top: 15px;
  }
}
.lower-entry .entry__detail__inner {
  margin-top: 120px;
  margin-bottom: 145px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 834px) {
  .lower-entry .entry__detail__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 50px;
    margin-bottom: 70px;
  }
}
.lower-entry .entry__detail .imgArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.lower-entry .entry__detail .imgArea .img {
  max-width: clamp(46rem, 6rem + 39.063vw, 56rem);
  border-radius: 10px;
  overflow: hidden;
}
.lower-entry .entry__detail .imgArea .img img {
  aspect-ratio: 560/374;
}
.lower-entry .entry__detail .textArea .title {
  font-size: 3rem;
  color: #ed5b22;
  font-weight: 700;
  line-height: 1.6;
  border-bottom: 1px solid #003288;
  padding-bottom: 20px;
  letter-spacing: 0.05em;
}
@media (max-width: 834px) {
  .lower-entry .entry__detail .textArea .title {
    font-size: 2.2rem;
    margin-top: 20px;
    padding-bottom: 16px;
  }
}
.lower-entry .entry__detail .textArea .text {
  margin-top: 30px;
  font-weight: 500;
}
@media (max-width: 834px) {
  .lower-entry .entry__detail .textArea .text {
    margin-top: 16px;
  }
}
.lower-entry .entry__form {
  background: #f6f6f8;
}
.lower-entry .entry__form__inner {
  margin-top: 145px;
  margin-bottom: 120px;
}
@media (max-width: 834px) {
  .lower-entry .entry__form__inner {
    margin-top: 70px;
    margin-bottom: 50px;
  }
}
.lower-entry .entry__form__content {
  text-align: center;
  margin: 0 auto;
  padding: 0 0 70px;
}
@media (max-width: 834px) {
  .lower-entry .entry__form__content {
    padding: 0 0 40px;
  }
}
.lower-entry .entry__form__content .title {
  background: #3e54dd;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-weight: 600;
  font-size: 2.6rem;
  padding: 3px 20px;
  position: relative;
  top: -25px;
  display: inline-block;
}
@media (max-width: 834px) {
  .lower-entry .entry__form__content .title {
    width: 280px;
    font-size: 1.8rem;
    padding: 3px 10px;
    top: -20px;
  }
}
.lower-entry .entry__form__content .lead {
  font-weight: 500;
}
.lower-entry .entry__form__content .btn {
  margin-top: 40px;
}
@media (max-width: 834px) {
  .lower-entry .entry__form__content .btn {
    margin-top: 24px;
  }
}
.lower-entry .entry__form__content .btn a {
  display: block;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  border-radius: 100px;
  max-width: 360px;
  padding: 30px 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 0 auto;
  background-color: #4fce7a;
  border: #4fce7a solid 2px;
  position: relative;
}
@media (max-width: 834px) {
  .lower-entry .entry__form__content .btn a {
    font-size: 1.5rem;
    max-width: 300px;
    padding: 30px;
  }
}
.lower-entry .entry__form__content .btn a::before {
  content: "";
  display: block;
  -webkit-mask: url(../img/entry/btn_icon.png) center center/contain no-repeat;
          mask: url(../img/entry/btn_icon.png) center center/contain no-repeat;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  aspect-ratio: 26/24;
  width: 26px;
  position: absolute;
  top: 50%;
  left: 40px;
  translate: 0 -50%;
}
.lower-entry .entry__form__content .btn a .text {
  margin: 0 auto;
}
@media (any-hover: hover) {
  .lower-entry .entry__form__content .btn a:hover {
    opacity: 1;
    color: #4fce7a;
    background-color: #fff;
  }
  .lower-entry .entry__form__content .btn a:hover::before {
    background-color: #4fce7a;
  }
}

/* ============================================
// ENTRY
// ==========================================*/
.lower-referral .referral .innerWrap {
  max-width: 1280px;
}
.lower-referral .referral__btn {
  position: fixed;
  top: 31%;
  right: 0;
  z-index: 99;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}
@media (max-width: 834px) {
  .lower-referral .referral__btn {
    top: auto;
    bottom: 0;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}
.lower-referral .referral__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #c18bd5;
  color: #fff;
  padding: 30px 20px 50px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  font-size: 1.8rem;
  border: 2px solid #c18bd5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 500;
}
@media (max-width: 834px) {
  .lower-referral .referral__btn a {
    font-size: 1.5rem;
    padding: 12px 35px 12px 30px;
    gap: 20px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 0;
  }
}
.lower-referral .referral__btn a::before {
  content: "";
  display: block;
  -webkit-mask: url(../img/referral/btn_icon.png) center center/contain no-repeat;
          mask: url(../img/referral/btn_icon.png) center center/contain no-repeat;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  aspect-ratio: 27/24;
  width: 27px;
}
@media (max-width: 834px) {
  .lower-referral .referral__btn a::before {
    width: 18px;
  }
}
@media (any-hover: hover) {
  .lower-referral .referral__btn a:hover {
    opacity: 1;
    color: #c18bd5;
    background-color: #fff;
  }
  .lower-referral .referral__btn a:hover::before {
    background-color: #c18bd5;
  }
}
.lower-referral .referral__intro {
  background: #f6f6f8;
}
.lower-referral .referral__intro__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 12%;
  padding-top: 120px;
  padding-bottom: 120px;
  max-width: 1180px !important;
}
@media (max-width: 834px) {
  .lower-referral .referral__intro__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-top: 40px;
    padding-bottom: 40px;
    gap: 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.lower-referral .referral__intro__inner .imgArea {
  margin-left: 20px;
  position: relative;
}
@media (max-width: 834px) {
  .lower-referral .referral__intro__inner .imgArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin: 0 auto;
  }
}
.lower-referral .referral__intro__inner .imgArea .comment {
  width: 180px;
  height: 180px;
  background: #fff;
  border: 1px solid #3e54dd;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(45%, #3e54dd), color-stop(45%, #fff));
  background: linear-gradient(to bottom, #3e54dd 45%, #fff 45%);
  position: absolute;
  top: -87px;
  right: -48px;
  z-index: -1;
}
@media (max-width: 834px) {
  .lower-referral .referral__intro__inner .imgArea .comment {
    width: 160px;
    height: 160px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(48%, #3e54dd), color-stop(48%, #fff));
    background: linear-gradient(to bottom, #3e54dd 48%, #fff 48%);
    position: unset;
    margin-top: -15px;
    margin-left: -13px;
  }
}
.lower-referral .referral__intro__inner .imgArea .comment .text {
  text-align: center;
  line-height: 1.5;
  color: #fff;
  font-weight: 600;
}
.lower-referral .referral__intro__inner .imgArea .comment .amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  gap: 5px;
}
.lower-referral .referral__intro__inner .imgArea .comment .amount .num {
  font-size: 7rem;
  font-weight: 700;
  font-family: "Prompt", sans-serif;
  color: #ed5b22;
}
@media (max-width: 834px) {
  .lower-referral .referral__intro__inner .imgArea .comment .amount .num {
    font-size: 5rem;
  }
}
.lower-referral .referral__intro__inner .imgArea .comment .amount .ja {
  font-size: 2.1rem;
  line-height: 1.2;
  font-weight: 600;
}
@media (max-width: 834px) {
  .lower-referral .referral__intro__inner .imgArea .comment .amount .ja {
    font-size: 1.7rem;
  }
}
.lower-referral .referral__intro__inner .imgArea .img {
  width: clamp(21rem, 7.8rem + 12.891vw, 24.3rem);
}
@media (max-width: 834px) {
  .lower-referral .referral__intro__inner .imgArea .img {
    width: 120px;
  }
}
.lower-referral .referral__intro__inner .imgArea .img img {
  aspect-ratio: 243/389;
}
.lower-referral .referral__intro__inner .textArea__inner .copy {
  font-size: 2rem;
  font-weight: 900;
  background: #ed5b22;
  padding: 10px 30px;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  line-height: 1.8;
}
@media (max-width: 834px) {
  .lower-referral .referral__intro__inner .textArea__inner .copy {
    font-size: 1.3rem;
    line-height: 1.6;
    padding: 8px 17px;
  }
}
.lower-referral .referral__intro__inner .textArea__inner .lead {
  font-size: clamp(2.3rem, 0.697rem + 3.205vw, 4.8rem);
  font-weight: 900;
  margin-top: 30px;
}
@media (max-width: 834px) {
  .lower-referral .referral__intro__inner .textArea__inner .lead {
    margin-top: 10px;
  }
}
.lower-referral .referral__intro__inner .textArea__inner .lead .big {
  background: #fff;
  border: 1px solid #003288;
  padding: 10px 20px;
  margin-right: 10px;
  font-size: clamp(2.8rem, 1.077rem + 3.846vw, 6rem);
  color: #3e54dd;
}
@media (max-width: 834px) {
  .lower-referral .referral__intro__inner .textArea__inner .lead .big {
    padding: 5px 10px;
    margin-right: 7px;
  }
}
.lower-referral .referral__intro__inner .textArea__inner .lead .wo {
  font-size: clamp(2.4rem, 0.605rem + 3.59vw, 5.2rem);
  margin-left: 10px;
}
@media (max-width: 834px) {
  .lower-referral .referral__intro__inner .textArea__inner .lead .wo {
    margin-left: 0;
  }
}
.lower-referral .referral__intro__inner .textArea__inner .desc {
  margin-top: 30px;
  font-weight: 700;
}
@media (max-width: 834px) {
  .lower-referral .referral__intro__inner .textArea__inner .desc {
    margin-top: 12px;
  }
  .lower-referral .referral__intro__inner .textArea__inner .desc br {
    display: none;
  }
}
.lower-referral .referral__point__contents {
  margin-top: 120px;
  margin-bottom: 120px;
}
@media (max-width: 834px) {
  .lower-referral .referral__point__contents {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.lower-referral .referral__point__contents .point__head {
  text-align: center;
}
@media (min-width: 835px) {
  .lower-referral .referral__point__contents .point__head {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
.lower-referral .referral__point__contents .point__head .num {
  font-size: 6.6rem;
  font-family: "Prompt", sans-serif;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 24px;
}
@media (max-width: 834px) {
  .lower-referral .referral__point__contents .point__head .num {
    font-size: 3.5rem;
    margin-bottom: 12px;
  }
}
.lower-referral .referral__point__contents .point__head .num span {
  color: #ed5b22;
}
.lower-referral .referral__point__contents .point__head .title {
  font-size: 3.4rem;
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  border-bottom: 1px solid #003288;
  line-height: 1.6;
  padding-bottom: 10px;
}
@media (max-width: 834px) {
  .lower-referral .referral__point__contents .point__head .title {
    font-size: 1.9rem;
  }
}
.lower-referral .referral__point__contents .point__head .desc {
  text-align: left;
  font-weight: 500;
  margin-top: 50px;
}
@media (max-width: 834px) {
  .lower-referral .referral__point__contents .point__head .desc {
    margin-top: 20px;
  }
}
.lower-referral .referral__point__contents.-point01 .point__body {
  margin-top: 60px;
}
@media (max-width: 834px) {
  .lower-referral .referral__point__contents.-point01 .point__body {
    margin-top: 30px;
  }
}
.lower-referral .referral__point__contents.-point01 .point__body .title {
  background: #fff;
  margin-bottom: -23px;
  z-index: 2;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  left: 50%;
  translate: -50%;
  font-size: 2.8rem;
  font-weight: 700;
  padding: 0 20px;
  line-height: 1.6;
  max-width: 80%;
}
@media (max-width: 834px) {
  .lower-referral .referral__point__contents.-point01 .point__body .title {
    font-size: 1.8rem;
    padding: 0 10px;
    max-width: 90%;
    margin-bottom: -15px;
  }
}
.lower-referral .referral__point__contents.-point01 .point__body__inner {
  border: 1px solid #003288;
  border-radius: 10px;
  padding: 60px 50px;
}
@media (max-width: 834px) {
  .lower-referral .referral__point__contents.-point01 .point__body__inner {
    padding: 40px 25px 25px;
  }
}
.lower-referral .referral__point__contents.-point01 .point__body__inner .imgArea {
  gap: 30px 20px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
}
@media (max-width: 834px) {
  .lower-referral .referral__point__contents.-point01 .point__body__inner .imgArea {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.lower-referral .referral__point__contents.-point01 .point__body__inner .imgArea .imgblock {
  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: 10px;
}
@media (max-width: 834px) {
  .lower-referral .referral__point__contents.-point01 .point__body__inner .imgArea .imgblock {
    gap: 5px;
  }
}
.lower-referral .referral__point__contents.-point01 .point__body__inner .imgArea .imgblock .img {
  border-radius: 10px;
  overflow: hidden;
  max-width: 260px;
}
@media (max-width: 834px) {
  .lower-referral .referral__point__contents.-point01 .point__body__inner .imgArea .imgblock .img {
    border-radius: 5px;
  }
}
.lower-referral .referral__point__contents.-point01 .point__body__inner .imgArea .imgblock .img img {
  aspect-ratio: 260/174;
}
.lower-referral .referral__point__contents.-point01 .point__body__inner .imgArea .imgblock .text {
  font-size: 2rem;
  font-weight: 700;
  color: #ed5b22;
}
@media (max-width: 834px) {
  .lower-referral .referral__point__contents.-point01 .point__body__inner .imgArea .imgblock .text {
    font-size: 1.5rem;
  }
}
.lower-referral .referral__point__contents.-point01 .point__body__inner .desc {
  margin: 30px auto 0;
  max-width: 1000px;
  font-weight: 500;
}
@media (max-width: 834px) {
  .lower-referral .referral__point__contents.-point01 .point__body__inner .desc {
    margin-top: 16px;
  }
}
.lower-referral .referral__point__contents.-point02 {
  padding-top: 120px;
  padding-bottom: 120px;
  background: #f6f6f8;
}
@media (max-width: 834px) {
  .lower-referral .referral__point__contents.-point02 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.lower-referral .referral__point__contents.-point02 .point__body {
  margin-top: 50px;
}
@media (max-width: 834px) {
  .lower-referral .referral__point__contents.-point02 .point__body {
    margin-top: 20px;
  }
}
.lower-referral .referral__point__contents.-point02 .point__body__inner {
  max-width: 1100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 4%;
  margin: 0 auto;
}
@media (max-width: 834px) {
  .lower-referral .referral__point__contents.-point02 .point__body__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.lower-referral .referral__point__contents.-point02 .point__body__inner .img {
  max-width: 351px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 834px) {
  .lower-referral .referral__point__contents.-point02 .point__body__inner .img {
    max-width: 180px;
    margin: 0 auto;
  }
}
.lower-referral .referral__point__contents.-point02 .point__body__inner .moneyList {
  background: #003288;
  border: 1px solid #dedede;
  color: #fff;
  width: 100%;
}
.lower-referral .referral__point__contents.-point02 .point__body__inner .moneyList__item__title, .lower-referral .referral__point__contents.-point02 .point__body__inner .moneyList__item__content {
  padding: 20px clamp(2rem, -6rem + 7.813vw, 4rem);
  width: 45%;
  border-bottom: 1px solid #dedede;
  font-weight: 700;
}
@media (max-width: 834px) {
  .lower-referral .referral__point__contents.-point02 .point__body__inner .moneyList__item__title, .lower-referral .referral__point__contents.-point02 .point__body__inner .moneyList__item__content {
    padding: 15px 15px;
    width: 50%;
  }
}
.lower-referral .referral__point__contents.-point02 .point__body__inner .moneyList__item__title span, .lower-referral .referral__point__contents.-point02 .point__body__inner .moneyList__item__content span {
  margin-right: 5px;
}
@media (max-width: 834px) {
  .lower-referral .referral__point__contents.-point02 .point__body__inner .moneyList__item__title span, .lower-referral .referral__point__contents.-point02 .point__body__inner .moneyList__item__content span {
    margin-right: 2px;
  }
}
.lower-referral .referral__point__contents.-point02 .point__body__inner .moneyList__item__title.-amount, .lower-referral .referral__point__contents.-point02 .point__body__inner .moneyList__item__content.-amount {
  background: #fff;
  color: #003288;
  width: 55%;
}
.lower-referral .referral__point__contents.-point02 .point__body__inner .moneyList__item__title {
  font-size: 2rem;
}
@media (max-width: 834px) {
  .lower-referral .referral__point__contents.-point02 .point__body__inner .moneyList__item__title {
    font-size: 1.4rem;
  }
}
.lower-referral .referral__point__contents.-point02 .point__body__inner .moneyList__item__content {
  text-align: end;
  font-size: 1.8rem;
  line-height: 1;
}
@media (max-width: 834px) {
  .lower-referral .referral__point__contents.-point02 .point__body__inner .moneyList__item__content {
    font-size: 1.3rem;
  }
}
.lower-referral .referral__point__contents.-point02 .point__body__inner .moneyList__item__content span {
  font-family: "Prompt", sans-serif;
  font-size: clamp(3.2rem, 1.6rem + 1.563vw, 3.6rem);
  font-weight: 700;
}
@media (max-width: 834px) {
  .lower-referral .referral__point__contents.-point02 .point__body__inner .moneyList__item__content span {
    font-size: 2rem;
  }
}
.lower-referral .referral__point__contents.-point02 .point__body__inner .moneyList__item__content.-amount {
  text-align: center;
}
.lower-referral .referral__point__contents.-point02 .point__body__inner .moneyList__item__content.-amount span {
  color: #ed5b22;
}
.lower-referral .referral__point__contents.-point03 .point__body {
  margin-top: 60px;
}
@media (max-width: 834px) {
  .lower-referral .referral__point__contents.-point03 .point__body {
    margin-top: 30px;
  }
}
.lower-referral .referral__point__contents.-point03 .point__body .imgArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 834px) {
  .lower-referral .referral__point__contents.-point03 .point__body .imgArea {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto auto;
    gap: 10px;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
}
.lower-referral .referral__point__contents.-point03 .point__body .imgArea .img {
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  height: auto;
}
@media (max-width: 834px) {
  .lower-referral .referral__point__contents.-point03 .point__body .imgArea .img {
    border-radius: 5px !important;
  }
}
.lower-referral .referral__point__contents.-point03 .point__body .imgArea .img:first-child {
  border-radius: 10px 0 0 10px;
}
@media (max-width: 834px) {
  .lower-referral .referral__point__contents.-point03 .point__body .imgArea .img:first-child {
    grid-column: 1/3;
    width: 50%;
    justify-self: center;
  }
}
@media (max-width: 834px) {
  .lower-referral .referral__point__contents.-point03 .point__body .imgArea .img:nth-child(2) {
    grid-column: 1;
  }
}
@media (max-width: 834px) {
  .lower-referral .referral__point__contents.-point03 .point__body .imgArea .img:nth-child(3) {
    grid-column: 2;
  }
}
.lower-referral .referral__point__contents.-point03 .point__body .imgArea .img:last-child {
  border-radius: 0 10px 10px 0;
}
.lower-referral .referral__point__contents.-point03 .point__body .imgArea .img img {
  aspect-ratio: 400/266;
}
.lower-referral .referral__form {
  background: #f6f6f8;
}
.lower-referral .referral__form__inner {
  margin-top: 145px;
  margin-bottom: 120px;
}
@media (max-width: 834px) {
  .lower-referral .referral__form__inner {
    margin-top: 70px;
    margin-bottom: 50px;
  }
}
.lower-referral .referral__form__content {
  text-align: center;
  margin: 0 auto;
  padding: 0 0 70px;
}
@media (max-width: 834px) {
  .lower-referral .referral__form__content {
    padding: 0 0 40px;
  }
}
.lower-referral .referral__form__content .title {
  background: #ed5b22;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-weight: 600;
  font-size: 2.6rem;
  padding: 3px 20px;
  position: relative;
  top: -29px;
  display: inline-block;
}
@media (max-width: 834px) {
  .lower-referral .referral__form__content .title {
    width: 280px;
    font-size: 1.8rem;
    padding: 8px 10px;
    top: -18px;
    line-height: 1.6;
  }
}
.lower-referral .referral__form__content .lead {
  font-weight: 500;
}
.lower-referral .referral__form__content .btn {
  margin-top: 40px;
}
@media (max-width: 834px) {
  .lower-referral .referral__form__content .btn {
    margin-top: 24px;
  }
}
.lower-referral .referral__form__content .btn a {
  display: block;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  border-radius: 100px;
  max-width: 360px;
  padding: 30px 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 0 auto;
  background-color: #c18bd5;
  border: #c18bd5 solid 2px;
  position: relative;
}
@media (max-width: 834px) {
  .lower-referral .referral__form__content .btn a {
    font-size: 1.5rem;
    max-width: 300px;
    padding: 30px;
  }
}
.lower-referral .referral__form__content .btn a::before {
  content: "";
  display: block;
  -webkit-mask: url(../img/referral/btn_icon.png) center center/contain no-repeat;
          mask: url(../img/referral/btn_icon.png) center center/contain no-repeat;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  aspect-ratio: 27/24;
  width: 27px;
  position: absolute;
  top: 50%;
  left: 40px;
  translate: 0 -50%;
}
.lower-referral .referral__form__content .btn a .text {
  margin: 0 auto;
}
@media (any-hover: hover) {
  .lower-referral .referral__form__content .btn a:hover {
    opacity: 1;
    color: #c18bd5;
    background-color: #fff;
  }
  .lower-referral .referral__form__content .btn a:hover::before {
    background-color: #c18bd5;
  }
}

/* ============================================
// MERIT
// ==========================================*/
.lower-merit .merit .innerWrap {
  max-width: 1280px;
}
.lower-merit .merit__intro {
  margin-top: 120px;
  margin-bottom: 120px;
}
@media (max-width: 834px) {
  .lower-merit .merit__intro {
    margin-top: 40px;
    margin-bottom: 50px;
  }
}
@media (max-width: 834px) {
  .lower-merit .merit__intro__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.lower-merit .merit__intro__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media (max-width: 834px) {
  .lower-merit .merit__intro__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.lower-merit .merit__intro__head .imgArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.lower-merit .merit__intro__head .imgArea .img {
  max-width: clamp(48rem, -18.602rem + 65.041vw, 64rem);
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 auto;
}
.lower-merit .merit__intro__head .imgArea .img img {
  aspect-ratio: 640/427;
}
.lower-merit .merit__intro__head .textArea {
  margin-left: -70px;
  z-index: 1;
  margin-top: 40px;
  letter-spacing: 0.1em;
}
@media (max-width: 834px) {
  .lower-merit .merit__intro__head .textArea {
    margin: 0 0 20px;
  }
}
.lower-merit .merit__intro__head .textArea .lead {
  font-size: 3.3rem;
  font-weight: 900;
}
@media (max-width: 834px) {
  .lower-merit .merit__intro__head .textArea .lead {
    font-size: 2.2rem;
  }
}
.lower-merit .merit__intro__head .textArea .lead span {
  background: #ed5b22;
  color: #fff;
  font-size: clamp(2.4rem, 0.712rem + 3.377vw, 5rem);
  margin-right: 20px;
  padding: 2px 28px 6px;
}
@media (max-width: 834px) {
  .lower-merit .merit__intro__head .textArea .lead span {
    padding: 2px 13px 5px;
    margin-right: 6px;
  }
}
.lower-merit .merit__intro .illustArea {
  position: absolute;
  right: 30px;
  top: clamp(20rem, 7.512rem + 12.195vw, 23rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 834px) {
  .lower-merit .merit__intro .illustArea {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    position: initial;
    margin: 20px auto 0;
  }
}
.lower-merit .merit__intro .illustArea .fukidashi {
  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-top: 40px;
}
@media (max-width: 834px) {
  .lower-merit .merit__intro .illustArea .fukidashi {
    margin-top: 20px;
  }
}
.lower-merit .merit__intro .illustArea .fukidashi span {
  margin-bottom: 15px;
  font-size: 1.4rem;
  font-weight: 900;
}
@media (max-width: 834px) {
  .lower-merit .merit__intro .illustArea .fukidashi span {
    font-size: 1.2rem;
    margin-bottom: 13px;
  }
}
.lower-merit .merit__intro .illustArea .fukidashi::before {
  content: "";
  background: url(../img/merit/intro_illust_fukidashi.png) center/contain no-repeat;
  width: 215px;
  height: auto;
  aspect-ratio: 215/119;
  position: absolute;
}
@media (max-width: 834px) {
  .lower-merit .merit__intro .illustArea .fukidashi::before {
    width: 170px;
  }
}
.lower-merit .merit__intro .illustArea .img {
  max-width: clamp(13rem, 7.87rem + 10.26vw, 20.9rem);
  z-index: 1;
}
.lower-merit .merit__intro .illustArea .img img {
  aspect-ratio: 209/229;
}
.lower-merit .merit__intro .desc {
  max-width: 1000px;
  margin: 80px auto 0;
  font-weight: 500;
}
@media (max-width: 834px) {
  .lower-merit .merit__intro .desc {
    margin-top: 20px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.lower-merit .merit__intro .btn {
  margin-top: 50px;
}
@media (max-width: 834px) {
  .lower-merit .merit__intro .btn {
    margin-top: -10px;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
.lower-merit .merit__intro .btn a {
  display: block;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  border-radius: 100px;
  max-width: 360px;
  padding: 30px 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 0 auto;
  background-color: #003288;
  border: #003288 solid 2px;
  position: relative;
  text-align: center;
}
@media (max-width: 834px) {
  .lower-merit .merit__intro .btn a {
    font-size: 1.5rem;
    max-width: 300px;
    padding: 30px;
  }
}
.lower-merit .merit__intro .btn a::before {
  content: "";
  display: block;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  aspect-ratio: 1/1;
  margin-bottom: -3px;
  width: 23px;
  -webkit-mask: url(../img/common/recruit_icon01.png) center center/contain no-repeat;
          mask: url(../img/common/recruit_icon01.png) center center/contain no-repeat;
  position: absolute;
  top: 50%;
  left: 40px;
  translate: 0 -50%;
}
.lower-merit .merit__intro .btn a .text {
  margin: 0 auto;
}
@media (hover: hover) {
  .lower-merit .merit__intro .btn a:hover {
    opacity: 1;
    background-color: #fff;
    color: #003288;
  }
  .lower-merit .merit__intro .btn a:hover::before {
    background-color: #003288;
  }
}
.lower-merit .merit__work__head, .lower-merit .merit__kyujin__head, .lower-merit .merit__support__head, .lower-merit .merit__about__head {
  margin: 0 auto;
  position: relative;
}
.lower-merit .merit__work__head .title, .lower-merit .merit__kyujin__head .title, .lower-merit .merit__support__head .title, .lower-merit .merit__about__head .title {
  text-align: center;
  font-weight: 900;
  font-size: clamp(3rem, 1.846rem + 2.308vw, 4.8rem);
  line-height: 1;
}
.lower-merit .merit__work__head .title::before, .lower-merit .merit__kyujin__head .title::before, .lower-merit .merit__support__head .title::before, .lower-merit .merit__about__head .title::before {
  position: absolute;
  z-index: -1;
  font-family: "Prompt", sans-serif;
  font-size: clamp(2.7rem, -1.183rem + 7.766vw, 10rem);
  color: #fff;
  line-height: 1;
  left: 50%;
  top: 0;
  translate: -50% -50%;
  width: 100%;
  letter-spacing: 0;
}
@media (max-width: 834px) {
  .lower-merit .merit__work__head .title::before, .lower-merit .merit__kyujin__head .title::before, .lower-merit .merit__support__head .title::before, .lower-merit .merit__about__head .title::before {
    top: 0;
  }
}
.lower-merit .merit__work__head .lead, .lower-merit .merit__kyujin__head .lead, .lower-merit .merit__support__head .lead, .lower-merit .merit__about__head .lead {
  max-width: 1000px;
  margin: 45px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
}
@media (max-width: 834px) {
  .lower-merit .merit__work__head .lead, .lower-merit .merit__kyujin__head .lead, .lower-merit .merit__support__head .lead, .lower-merit .merit__about__head .lead {
    margin-top: 20px;
  }
}
.lower-merit .merit__work {
  background: #edf1f7;
}
.lower-merit .merit__work__inner {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 834px) {
  .lower-merit .merit__work__inner {
    padding-top: 60px;
    padding-bottom: 50px;
  }
}
.lower-merit .merit__work__head .title::before {
  content: "Think about work.";
}
.lower-merit .merit__work .workList {
  margin-top: 70px;
}
@media (max-width: 834px) {
  .lower-merit .merit__work .workList {
    margin-top: 30px;
  }
}
.lower-merit .merit__work .workList__item {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5%;
}
@media (max-width: 834px) {
  .lower-merit .merit__work .workList__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 40px;
  }
}
.lower-merit .merit__work .workList__item:last-child {
  margin-bottom: 0;
}
.lower-merit .merit__work .workList__item .imgArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: clamp(32rem, 15.35rem + 16.26vw, 36rem);
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 834px) {
  .lower-merit .merit__work .workList__item .imgArea {
    max-width: 460px;
  }
}
.lower-merit .merit__work .workList__item .imgArea img {
  aspect-ratio: 360/240;
}
.lower-merit .merit__work .workList__item .textArea {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.lower-merit .merit__work .workList__item .textArea .head {
  font-size: clamp(2.2rem, 1.303rem + 1.795vw, 3.6rem);
  color: #ed5b22;
  font-weight: 900;
  line-height: 1.6;
}
@media (max-width: 834px) {
  .lower-merit .merit__work .workList__item .textArea .head {
    margin-top: 16px;
  }
}
.lower-merit .merit__work .workList__item .textArea .desc {
  margin-top: 10px;
  font-weight: 500;
}
@media (max-width: 834px) {
  .lower-merit .merit__work .workList__item .textArea .desc {
    margin-top: 8px;
  }
}
.lower-merit .merit__kyujin {
  background: url(../img/merit/kyujin_bg.jpg) top/cover no-repeat;
  position: relative;
}
.lower-merit .merit__kyujin::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 50, 136, 0.8);
  pointer-events: none;
}
.lower-merit .merit__kyujin__inner {
  padding-top: 110px;
  padding-bottom: 120px;
}
@media (max-width: 834px) {
  .lower-merit .merit__kyujin__inner {
    padding-top: 60px;
    padding-bottom: 50px;
  }
}
.lower-merit .merit__kyujin__head {
  color: #fff;
}
.lower-merit .merit__kyujin__head .title {
  font-size: 3.8rem;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media (max-width: 834px) {
  .lower-merit .merit__kyujin__head .title {
    font-size: 2.8rem;
  }
}
.lower-merit .merit__kyujin__head .title::before {
  content: "";
  position: absolute;
  background: url(../img/merit/kyujin_icon.png) center/contain no-repeat;
  width: 80px;
  aspect-ratio: 1/1;
  top: 5px;
  left: -25px;
}
@media (max-width: 834px) {
  .lower-merit .merit__kyujin__head .title::before {
    width: 50px;
    left: -18px;
  }
}
.lower-merit .merit__kyujin__head .lead {
  font-size: 1.8rem;
  font-weight: 500;
}
@media (max-width: 834px) {
  .lower-merit .merit__kyujin__head .lead {
    font-size: 1.5rem;
  }
}
.lower-merit .merit__kyujin__body {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 40px;
}
@media (max-width: 834px) {
  .lower-merit .merit__kyujin__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 40px;
    gap: 50px;
  }
}
.lower-merit .merit__kyujin__body__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 580px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 835px) {
  .lower-merit .merit__kyujin__body__item {
    margin: 0 auto;
  }
}
@media (max-width: 834px) {
  .lower-merit .merit__kyujin__body__item {
    max-width: 100%;
  }
}
.lower-merit .merit__kyujin__body__item .title {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  padding: 8px 20px;
  background: #ed5b22;
  line-height: 1.6;
  width: 220px;
  text-align: center;
  border-radius: 5px;
  margin: 0 auto;
  z-index: 1;
  position: relative;
  position: absolute;
  top: -23px;
  left: 50%;
  translate: -50%;
}
@media (max-width: 834px) {
  .lower-merit .merit__kyujin__body__item .title {
    font-size: 1.6rem;
    width: 200px;
    top: -21px;
  }
}
.lower-merit .merit__kyujin__body__item .btnArea {
  padding: 100px 50px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -24px;
}
@media (max-width: 834px) {
  .lower-merit .merit__kyujin__body__item .btnArea {
    padding: 70px 30px 30px;
    gap: 14px;
  }
}
.lower-merit .merit__kyujin__body__item .btnArea .btn a {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
  border-radius: 100px;
  max-width: 100%;
  padding: 13px 26px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 0 auto;
  background-color: #003288;
  border: #003288 solid 2px;
  position: relative;
  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: 40px;
}
@media (max-width: 834px) {
  .lower-merit .merit__kyujin__body__item .btnArea .btn a {
    font-size: 1.5rem;
    padding: 12px 20px 12px 25px;
    gap: 20px;
  }
}
.lower-merit .merit__kyujin__body__item .btnArea .btn a::after {
  content: "";
  display: block;
  height: 9px;
  aspect-ratio: 0.8660254038;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #fff;
}
@media (hover: hover) {
  .lower-merit .merit__kyujin__body__item .btnArea .btn a:hover {
    opacity: 1;
    background-color: #fff;
    color: #003288;
  }
  .lower-merit .merit__kyujin__body__item .btnArea .btn a:hover::after {
    background: #003288;
  }
}
.lower-merit .merit__support {
  margin-top: 120px;
  margin-bottom: 120px;
}
@media (max-width: 834px) {
  .lower-merit .merit__support {
    margin-top: 60px;
    margin-bottom: 50px;
  }
}
.lower-merit .merit__support__head .title::before {
  content: "About working support.";
  color: #eeeeee;
}
.lower-merit .merit__support .supportList {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 10px 40px;
  margin-top: 50px;
}
@media (max-width: 834px) {
  .lower-merit .merit__support .supportList {
    margin-top: 30px;
    display: block;
  }
}
.lower-merit .merit__support .supportList__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  padding: 30px clamp(3rem, -2.2rem + 5.078vw, 4.3rem);
  border: 2px solid #003288;
  border-radius: 10px;
  font-weight: 500;
  background: #fff;
}
@media (max-width: 834px) {
  .lower-merit .merit__support .supportList__item {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
}
.lower-merit .merit__support .supportList__item .img {
  width: 100%;
  margin: 0 auto 5px;
}
.lower-merit .merit__support .supportList__item .head {
  font-size: 2.2rem;
  font-weight: 700;
  color: #ed5b22;
  text-align: center;
  line-height: 1.6;
  display: grid;
  grid-template-rows: subgrid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lower-merit .merit__support .supportList__item:nth-child(1) .img {
  max-width: 201px;
}
@media (max-width: 834px) {
  .lower-merit .merit__support .supportList__item:nth-child(1) .img {
    max-width: 181px;
  }
}
.lower-merit .merit__support .supportList__item:nth-child(2) .img {
  max-width: 153px;
}
@media (max-width: 834px) {
  .lower-merit .merit__support .supportList__item:nth-child(2) .img {
    max-width: 133px;
  }
}
.lower-merit .merit__support .supportList__item:nth-child(3) .img {
  max-width: 189px;
}
@media (max-width: 834px) {
  .lower-merit .merit__support .supportList__item:nth-child(3) .img {
    max-width: 159px;
  }
}
.lower-merit .merit__about {
  background: #edf1f7;
}
.lower-merit .merit__about__inner {
  padding-top: 100px;
  padding-bottom: 120px;
}
@media (max-width: 834px) {
  .lower-merit .merit__about__inner {
    padding-top: 60px;
    padding-bottom: 50px;
  }
}
.lower-merit .merit__about__head .title::before {
  content: "About us.";
}
.lower-merit .merit__about .overview {
  background-color: #fff;
  padding: 60px 80px 70px;
  max-width: 1100px;
  margin: 80px auto 0;
  border-radius: 10px;
}
@media (max-width: 834px) {
  .lower-merit .merit__about .overview {
    padding: 30px 20px;
    margin-top: 30px;
  }
}
.lower-merit .merit__about .overview__head {
  font-size: 3.8rem;
  font-weight: 900;
  margin: 0 auto;
  text-align: center;
  line-height: 1.6;
}
@media (max-width: 834px) {
  .lower-merit .merit__about .overview__head {
    font-size: 2rem;
  }
}
.lower-merit .merit__about .overview__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
  border-bottom: solid 1px #dedede;
  padding: 20px;
  font-weight: 500;
}
.lower-merit .merit__about .overview__item:last-child {
  border: none;
  padding-bottom: 0;
}
@media (max-width: 834px) {
  .lower-merit .merit__about .overview__item {
    display: block;
    padding: 12px 0;
  }
}
.lower-merit .merit__about .overview__item .hd {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90px;
          flex: 0 0 90px;
  color: #ed5b22;
  font-weight: bold;
}
.lower-merit .merit__about .overview__item .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  gap: 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.lower-merit .merit__about .overview__item .txt .gmap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.lower-merit .merit__about .overview__item .txt .gmap a {
  color: #ed5b22;
  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;
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 1;
  gap: 2px;
}
@media (max-width: 834px) {
  .lower-merit .merit__about .overview__item .txt .gmap a {
    font-size: 1.1rem;
  }
}
.lower-merit .merit__about .overview__item .txt .gmap a::before {
  content: "";
  display: block;
  background: url(../img/merit/gmap_icon.png) center/contain no-repeat;
  width: 17px;
  aspect-ratio: 17/22;
}
@media (max-width: 834px) {
  .lower-merit .merit__about .overview__item .txt .gmap a::before {
    width: 12px;
  }
}
.lower-merit .merit__form {
  margin-top: 120px;
  margin-bottom: 120px;
}
@media (max-width: 834px) {
  .lower-merit .merit__form {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.lower-merit .merit__form__content {
  text-align: center;
  margin: 0 auto;
}
.lower-merit .merit__form__content .btn {
  margin-top: 40px;
}
@media (max-width: 834px) {
  .lower-merit .merit__form__content .btn {
    margin-top: 24px;
  }
}
.lower-merit .merit__form__content .btn a {
  display: block;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  border-radius: 100px;
  max-width: 360px;
  padding: 30px 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 0 auto;
  background-color: #4fce7a;
  border: #4fce7a solid 2px;
  position: relative;
}
@media (max-width: 834px) {
  .lower-merit .merit__form__content .btn a {
    font-size: 1.5rem;
    max-width: 300px;
    padding: 30px;
  }
}
.lower-merit .merit__form__content .btn a::before {
  content: "";
  display: block;
  -webkit-mask: url(../img/merit/btn_icon.png) center center/contain no-repeat;
          mask: url(../img/merit/btn_icon.png) center center/contain no-repeat;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  aspect-ratio: 27/24;
  width: 27px;
  position: absolute;
  top: 50%;
  left: 40px;
  translate: 0 -50%;
}
.lower-merit .merit__form__content .btn a .text {
  margin: 0 auto;
}
@media (any-hover: hover) {
  .lower-merit .merit__form__content .btn a:hover {
    opacity: 1;
    color: #4fce7a;
    background-color: #fff;
  }
  .lower-merit .merit__form__content .btn a:hover::before {
    background-color: #4fce7a;
  }
}
.lower-merit .merit__form__head {
  max-width: 1000px;
  margin: 0 auto;
}
.lower-merit .merit__form__head .title .eng {
  font-family: "Prompt", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0;
  color: #ed5b22;
  line-height: 1;
  margin-bottom: 10px;
}
@media (max-width: 834px) {
  .lower-merit .merit__form__head .title .eng {
    font-size: 1.8rem;
    margin-bottom: 2px;
  }
}
.lower-merit .merit__form__head .title .ja {
  font-size: 3.8rem;
  font-weight: 900;
  line-height: 1.6;
}
@media (max-width: 834px) {
  .lower-merit .merit__form__head .title .ja {
    font-size: 3rem;
  }
}
.lower-merit .merit__form__head .lead {
  font-weight: 500;
  text-align: left;
  margin-top: 30px;
}
@media (max-width: 834px) {
  .lower-merit .merit__form__head .lead {
    margin-top: 14px;
  }
}

/* ============================================
// CONNECT
// ==========================================*/
.lower-connect .connect .innerWrap {
  max-width: 1280px;
}
.lower-connect .connect .titleArea {
  margin: 0 auto;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.lower-connect .connect .titleArea .eng {
  font-size: 2rem;
  color: #ed5b22;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}
@media (max-width: 834px) {
  .lower-connect .connect .titleArea .eng {
    font-size: 1.6rem;
  }
}
.lower-connect .connect .titleArea .ja {
  font-size: clamp(3rem, 2.231rem + 1.538vw, 4.2rem);
  font-weight: 900;
  line-height: 1.5;
  margin-top: 8px;
}
@media (max-width: 834px) {
  .lower-connect .connect .titleArea .ja {
    margin-top: 5px;
  }
}
.lower-connect .connect__btn {
  position: fixed;
  top: 31%;
  right: 0;
  z-index: 99;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}
@media (max-width: 834px) {
  .lower-connect .connect__btn {
    top: auto;
    bottom: 0;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}
.lower-connect .connect__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #efcb22;
  color: #fff;
  padding: 30px 20px 30px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  font-size: 1.8rem;
  border: 2px solid #efcb22;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 500;
}
@media (max-width: 834px) {
  .lower-connect .connect__btn a {
    font-size: 1.5rem;
    padding: 12px 35px 12px 30px;
    gap: 20px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 0;
  }
}
.lower-connect .connect__btn a::before {
  content: "";
  display: block;
  -webkit-mask: url(../img/connect/btn_icon.png) center center/contain no-repeat;
          mask: url(../img/connect/btn_icon.png) center center/contain no-repeat;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  aspect-ratio: 24/18;
  width: 24px;
}
@media (max-width: 834px) {
  .lower-connect .connect__btn a::before {
    width: 18px;
  }
}
.lower-connect .connect__btn a .text {
  -webkit-font-feature-settings: initial;
          font-feature-settings: initial;
}
@media (any-hover: hover) {
  .lower-connect .connect__btn a:hover {
    opacity: 1;
    color: #efcb22;
    background-color: #fff;
  }
  .lower-connect .connect__btn a:hover::before {
    background-color: #efcb22;
  }
}
.lower-connect .connect__fv__inner {
  padding: 140px 0 0;
  margin-bottom: 120px;
  position: relative;
}
@media (max-width: 1160px) {
  .lower-connect .connect__fv__inner {
    padding-top: 100px;
  }
}
@media (max-width: 834px) {
  .lower-connect .connect__fv__inner {
    margin-bottom: 50px;
    padding-top: 40px;
  }
}
.lower-connect .connect__fv__inner::before {
  content: "";
  background: url(../img/connect/fv_bg.png) center/contain no-repeat;
  max-width: 1201px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 40%;
  left: 50%;
  translate: -50% -50%;
  z-index: -1;
}
@media (max-width: 834px) {
  .lower-connect .connect__fv__inner::before {
    top: 44%;
  }
}
.lower-connect .connect__fv__head {
  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-bottom: 160px;
  gap: clamp(3rem, -11rem + 11.111vw, 5rem);
  max-width: 1180px !important;
}
@media (max-width: 1160px) {
  .lower-connect .connect__fv__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
    padding-bottom: 80px;
  }
}
@media (max-width: 834px) {
  .lower-connect .connect__fv__head {
    padding-bottom: 50px;
  }
}
.lower-connect .connect__fv__head .textArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media (max-width: 834px) {
  .lower-connect .connect__fv__head .textArea {
    gap: 15px;
  }
}
.lower-connect .connect__fv__head .textArea .sub {
  font-size: clamp(1.8rem, 1.415rem + 0.769vw, 2.4rem);
  font-weight: 600;
}
.lower-connect .connect__fv__head .textArea .marker {
  font-size: clamp(1.8rem, 0.903rem + 1.795vw, 3.2rem);
  font-weight: 900;
  color: #fff;
  padding: 15px 20px;
  background-color: #ed5b22;
  line-height: 1;
}
@media (max-width: 834px) {
  .lower-connect .connect__fv__head .textArea .marker {
    padding: 12px 15px;
  }
}
.lower-connect .connect__fv__head .textArea .title {
  font-size: clamp(2.6rem, 0.869rem + 3.462vw, 5.3rem);
  font-weight: 900;
  letter-spacing: 0.11em;
  line-height: 1.3;
  text-align: center;
}
.lower-connect .connect__fv__head .textArea .title .big {
  font-size: clamp(4rem, 1.564rem + 4.872vw, 7.8rem);
  letter-spacing: 0.05em;
}
.lower-connect .connect__fv__head .dataArea {
  gap: clamp(2rem, -5rem + 5.556vw, 3rem);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 60px;
}
@media (max-width: 1160px) {
  .lower-connect .connect__fv__head .dataArea {
    margin-top: 0;
  }
}
@media (max-width: 834px) {
  .lower-connect .connect__fv__head .dataArea {
    gap: 20px;
  }
}
.lower-connect .connect__fv__head .dataArea .data {
  border: 1px solid #003288;
  border-radius: 100%;
  aspect-ratio: 1/1;
  width: clamp(15rem, 8.872rem + 10.256vw, 22rem);
  background: rgba(255, 255, 255, 0.6);
  position: relative;
}
.lower-connect .connect__fv__head .dataArea .data::before {
  content: "";
  background: url(../img/connect/fv_deco.png) center/contain no-repeat;
  width: clamp(5rem, 3.333rem + 3.333vw, 7.6rem);
  aspect-ratio: 76/52;
  position: absolute;
  top: -30px;
  left: 50%;
  translate: -50%;
}
@media (max-width: 834px) {
  .lower-connect .connect__fv__head .dataArea .data::before {
    top: -23px;
  }
}
.lower-connect .connect__fv__head .dataArea .data__inner {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lower-connect .connect__fv__head .dataArea .text {
  background: #3e54dd;
  color: #fff;
  border-radius: 30px;
  padding: 0 20px;
  white-space: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 40px;
}
@media (max-width: 1160px) {
  .lower-connect .connect__fv__head .dataArea .text {
    margin-top: 30px;
  }
}
@media (max-width: 834px) {
  .lower-connect .connect__fv__head .dataArea .text {
    margin-top: 20px;
    font-size: 1.2rem;
    padding: 0 10px;
  }
}
.lower-connect .connect__fv__head .dataArea .num {
  font-weight: 800;
  font-family: "Prompt", sans-serif;
  font-size: clamp(2.4rem, 1.503rem + 1.795vw, 3.8rem);
  line-height: 1;
  margin-top: 20px;
}
@media (max-width: 1160px) {
  .lower-connect .connect__fv__head .dataArea .num {
    margin-top: 10px;
  }
}
.lower-connect .connect__fv__head .dataArea .num span {
  font-size: clamp(5rem, 3.718rem + 2.564vw, 7rem);
  color: #ed5b22;
}
.lower-connect .connect__fv__head .dataArea .comments {
  font-size: 1.3rem;
  font-weight: 600;
}
@media (max-width: 834px) {
  .lower-connect .connect__fv__head .dataArea .comments {
    font-size: 1.1rem;
  }
}
.lower-connect .connect__fv__imgArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lower-connect .connect__fv__imgArea .img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 280px;
}
@media (max-width: 834px) {
  .lower-connect .connect__fv__imgArea .img {
    max-width: 130px;
  }
}
.lower-connect .connect__fv__imgArea .img img {
  aspect-ratio: 1/1;
}
.lower-connect .connect__fv__lead {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 80px;
}
@media (max-width: 834px) {
  .lower-connect .connect__fv__lead {
    margin-top: 40px;
  }
}
.lower-connect .connect__fv__lead .text {
  font-size: clamp(2.8rem, 0.4rem + 2.344vw, 3.4rem);
  font-weight: 900;
  border-bottom: 1px solid #003288;
  line-height: 1.6;
  padding-bottom: 10px;
}
@media (max-width: 834px) {
  .lower-connect .connect__fv__lead .text {
    font-size: 1.9rem;
    text-align: center;
  }
}
.lower-connect .connect__fv__lead .text .color {
  color: #ed5b22;
}
.lower-connect .connect__fv__lead .text .marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(73%, transparent), color-stop(60%, #feefa0));
  background: linear-gradient(transparent 73%, #feefa0 60% 60%);
}
.lower-connect .connect__fv__lead .btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-top: 10px;
  border-bottom: 1px dashed #003288;
}
.lower-connect .connect__fv__lead .btn a {
  color: #003288;
  font-weight: 600;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.lower-connect .connect__fv__lead .btn a::after {
  content: "";
  display: block;
  height: 12px;
  aspect-ratio: 0.8660254038;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
  clip-path: polygon(0 0, 80% 50%, 0 100%);
  background: #ed5b22;
  margin-top: 3px;
}
.lower-connect .connect__alignment {
  margin-top: 120px;
  margin-bottom: 120px;
}
@media (max-width: 834px) {
  .lower-connect .connect__alignment {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.lower-connect .connect__alignment__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(5rem, -2.385rem + 7.212vw, 8rem);
  margin-top: 40px;
}
@media (max-width: 834px) {
  .lower-connect .connect__alignment__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 30px;
    gap: 20px;
  }
}
.lower-connect .connect__alignment__content .textArea .lead {
  font-size: 2.4rem;
  font-weight: 700;
  color: #ed5b22;
  margin-bottom: clamp(1.5rem, -2.192rem + 3.606vw, 3rem);
  line-height: 1.8;
}
@media (max-width: 834px) {
  .lower-connect .connect__alignment__content .textArea .lead {
    line-height: 1.6;
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
.lower-connect .connect__alignment__content .textArea .text {
  font-weight: 500;
}
.lower-connect .connect__alignment__content .imgArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: clamp(44rem, 14.462rem + 28.846vw, 56rem);
  width: 100%;
}
.lower-connect .connect__alignment__content .imgArea .img {
  border-radius: 10px;
  overflow: hidden;
}
.lower-connect .connect__alignment__content .imgArea img {
  aspect-ratio: 560/373;
}
.lower-connect .connect__program {
  background: #f6f6f8;
}
.lower-connect .connect__program__inner {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 834px) {
  .lower-connect .connect__program__inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.lower-connect .connect__program__point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px 30px;
  margin-top: 80px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 834px) {
  .lower-connect .connect__program__point {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    margin-top: 42px;
    -ms-flex-line-pack: center;
        align-content: center;
  }
}
.lower-connect .connect__program__point__item {
  background: #fff;
  padding: 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 360px;
  width: 100%;
  border-radius: 10px;
  position: relative;
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.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;
}
@media (max-width: 834px) {
  .lower-connect .connect__program__point__item {
    padding: 24px;
  }
}
.lower-connect .connect__program__point__item .check {
  background: #fff;
  border-radius: 100%;
  width: 54px;
  aspect-ratio: 1/1;
  position: absolute;
  top: -30px;
  left: 50%;
  translate: -50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 834px) {
  .lower-connect .connect__program__point__item .check {
    width: 46px;
    top: -20px;
  }
}
.lower-connect .connect__program__point__item .check::before {
  content: "";
  background: url(../img/connect/check_icon.png) center/contain no-repeat;
  width: 20px;
  aspect-ratio: 20/13;
  display: block;
}
@media (max-width: 834px) {
  .lower-connect .connect__program__point__item .check::before {
    width: 16px;
  }
}
.lower-connect .connect__program__point__item .text {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
}
@media (max-width: 834px) {
  .lower-connect .connect__program__point__item .text {
    font-size: 1.5rem;
  }
}
.lower-connect .connect__program__point__item .text .color {
  color: #ed5b22;
}
.lower-connect .connect__program__path {
  margin: 80px auto 0;
  max-width: 1100px;
}
@media (max-width: 834px) {
  .lower-connect .connect__program__path {
    margin-top: 40px;
  }
}
.lower-connect .connect__program__path .textArea {
  margin-bottom: 30px;
}
.lower-connect .connect__program__path .textArea .lead {
  font-size: 2.6rem;
  font-weight: 700;
  color: #fff;
  background-color: #ed5b22;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  display: inline;
  padding: 2px 10px 5px;
}
@media (max-width: 834px) {
  .lower-connect .connect__program__path .textArea .lead {
    font-size: 2rem;
  }
  .lower-connect .connect__program__path .textArea .lead br {
    display: none;
  }
}
.lower-connect .connect__program__path .textArea .text {
  font-size: 1.8rem;
  font-weight: 500;
}
@media (max-width: 834px) {
  .lower-connect .connect__program__path .textArea .text {
    font-size: 1.5rem;
    line-height: 1.6;
    margin-top: 10px;
  }
}
.lower-connect .connect__program__path .imgArea {
  position: relative;
}
@media (max-width: 834px) {
  .lower-connect .connect__program__path .imgArea::after {
    content: "▲左右にスクロールできます▲";
    position: relative;
    display: block;
    font-size: 1.3rem;
    font-weight: bold;
    color: #ed5b22;
    text-align: center;
    margin-top: 10px;
  }
}
@media (max-width: 834px) {
  .lower-connect .connect__program__path .imgWrap {
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    max-width: calc(100% + 10vw);
    margin-inline: -5vw;
  }
}
.lower-connect .connect__program__path .imgWrap .img {
  max-width: 1100px;
  width: 100%;
}
@media (max-width: 834px) {
  .lower-connect .connect__program__path .imgWrap .img {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    padding-inline: 5%;
  }
}
@media (max-width: 834px) {
  .lower-connect .connect__program__path .imgWrap .img img {
    max-width: none;
    width: 600px;
  }
}
.lower-connect .connect__program__level {
  margin: 70px auto 0;
  max-width: 1100px;
}
@media (max-width: 834px) {
  .lower-connect .connect__program__level {
    margin-top: 30px;
  }
}
.lower-connect .connect__program__level .title {
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (max-width: 834px) {
  .lower-connect .connect__program__level .title {
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
}
.lower-connect .connect__program__level .list {
  border-radius: 10px;
  overflow: hidden;
}
.lower-connect .connect__program__level .list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background: #fff;
  border-bottom: 1px solid #dedede;
}
.lower-connect .connect__program__level .list__item:last-child {
  border-bottom: none;
}
.lower-connect .connect__program__level .list__item:nth-child(1) .level {
  background: #99add0;
}
.lower-connect .connect__program__level .list__item:nth-child(2) .level {
  background: #6684b8;
}
.lower-connect .connect__program__level .list__item:nth-child(3) .level {
  background: #335ba1;
}
.lower-connect .connect__program__level .list__item:nth-child(4) .level {
  background: #003289;
}
.lower-connect .connect__program__level .list__item:nth-child(5) .level {
  background: #ed5b22;
}
.lower-connect .connect__program__level .list__item .level {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 20px 30px;
  max-width: 190px;
  width: 100%;
  color: #fff;
  font-weight: 600;
  font-size: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 834px) {
  .lower-connect .connect__program__level .list__item .level {
    max-width: 60px;
    padding: 10px;
    font-size: 1.5rem;
  }
}
.lower-connect .connect__program__level .list__item .desc {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 20px 30px;
  font-weight: 500;
}
@media (max-width: 834px) {
  .lower-connect .connect__program__level .list__item .desc {
    padding: 14px 20px;
  }
}
.lower-connect .connect__retention {
  margin-top: 120px;
  margin-bottom: 120px;
}
@media (max-width: 834px) {
  .lower-connect .connect__retention {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.lower-connect .connect__retention .contentArea {
  margin-top: 80px;
}
@media (max-width: 834px) {
  .lower-connect .connect__retention .contentArea {
    margin-top: 35px;
  }
}
.lower-connect .connect__retention .contentArea .list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 3.3%;
}
@media (max-width: 834px) {
  .lower-connect .connect__retention .contentArea .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
.lower-connect .connect__retention .contentArea .list__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  background-color: #fff;
  border-radius: 10px;
  border: 2px solid #003288;
  position: relative;
  padding: 50px 40px 35px;
  gap: 15px;
}
@media (max-width: 834px) {
  .lower-connect .connect__retention .contentArea .list__item {
    gap: 0;
    padding: 30px 24px 24px;
  }
}
.lower-connect .connect__retention .contentArea .list__item .num {
  position: absolute;
  top: -30px;
  font-size: 7.5rem;
  font-weight: 900;
  font-family: "Prompt", sans-serif;
  left: 50%;
  translate: -50%;
  line-height: 1;
  background: #fff;
  padding: 0 20px;
  top: -40px;
  color: #3e54dd;
}
@media (max-width: 834px) {
  .lower-connect .connect__retention .contentArea .list__item .num {
    font-size: 4.5rem;
    top: -22px;
  }
}
.lower-connect .connect__retention .contentArea .list__item .img {
  max-width: 140px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 834px) {
  .lower-connect .connect__retention .contentArea .list__item .img {
    max-width: 110px;
  }
}
.lower-connect .connect__retention .contentArea .list__item .img img {
  aspect-ratio: 1/1;
}
.lower-connect .connect__retention .contentArea .list__item .title {
  font-size: 2.2rem;
  font-weight: 600;
  color: #ed5b22;
  margin: 0 auto;
  text-align: center;
  line-height: 1.6;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 834px) {
  .lower-connect .connect__retention .contentArea .list__item .title {
    font-size: 1.9rem;
  }
  .lower-connect .connect__retention .contentArea .list__item .title br {
    display: none;
  }
}
.lower-connect .connect__retention .contentArea .list__item .text {
  font-weight: 500;
}
@media (max-width: 834px) {
  .lower-connect .connect__retention .contentArea .list__item .text {
    margin-top: 10px;
  }
}
.lower-connect .connect__feature {
  background-color: #003288;
}
.lower-connect .connect__feature__inner {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 834px) {
  .lower-connect .connect__feature__inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.lower-connect .connect__feature .titleArea .ja {
  color: #fff;
}
.lower-connect .connect__feature .illustArea {
  position: absolute;
  top: -10px;
  left: 0;
}
@media (max-width: 1290px) {
  .lower-connect .connect__feature .illustArea {
    left: 30px;
  }
}
@media (max-width: 834px) {
  .lower-connect .connect__feature .illustArea {
    position: relative;
    margin-top: 40px;
    top: 0;
  }
}
.lower-connect .connect__feature .illustArea .fukidashi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  top: 50px;
  right: -155px;
}
@media (max-width: 834px) {
  .lower-connect .connect__feature .illustArea .fukidashi {
    top: 20px;
    right: -105px;
    width: 150px;
  }
}
.lower-connect .connect__feature .illustArea .fukidashi::before {
  content: "";
  background: url(../img/connect/feature_illust_fukidashi.png) center/contain no-repeat;
  width: 252px;
  aspect-ratio: 252/119;
  position: absolute;
  z-index: -1;
}
@media (max-width: 834px) {
  .lower-connect .connect__feature .illustArea .fukidashi::before {
    width: 190px;
  }
}
.lower-connect .connect__feature .illustArea .fukidashi span {
  margin-bottom: 16px;
  font-weight: 600;
  position: absolute;
  line-height: 1.8;
}
@media (max-width: 834px) {
  .lower-connect .connect__feature .illustArea .fukidashi span {
    font-size: 1.2rem;
    margin-bottom: 13px;
  }
}
.lower-connect .connect__feature .illustArea .img {
  max-width: clamp(22rem, 12.4rem + 9.375vw, 25.9rem);
  width: 100%;
}
@media (max-width: 834px) {
  .lower-connect .connect__feature .illustArea .img {
    max-width: 150px;
  }
}
.lower-connect .connect__feature .textArea {
  color: #fff;
  max-width: 890px;
  margin: 30px auto 0;
}
@media (max-width: 834px) {
  .lower-connect .connect__feature .textArea {
    margin-top: 18px;
  }
}
.lower-connect .connect__feature .textArea .lead {
  font-size: 3.2rem;
  font-weight: 900;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  border-bottom: 6px solid #23acb0;
  position: relative;
  padding-bottom: 10px;
  line-height: 1.6;
  text-align: center;
}
@media (max-width: 834px) {
  .lower-connect .connect__feature .textArea .lead {
    font-size: 2rem;
    border-bottom: 3px solid #23acb0;
  }
}
.lower-connect .connect__feature .textArea .lead::before {
  content: "";
  background: #23acb0;
  width: 17px;
  height: 25px;
  -webkit-clip-path: polygon(0px 0px, 17px 0px, 8.5px 25px);
          clip-path: polygon(0px 0px, 17px 0px, 8.5px 25px);
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  position: absolute;
  bottom: -15px;
  right: -20px;
}
@media (max-width: 834px) {
  .lower-connect .connect__feature .textArea .lead::before {
    width: 8.5px;
    height: 12.5px;
    -webkit-clip-path: polygon(0px 0px, 8.5px 0px, 4.25px 12.5px);
            clip-path: polygon(0px 0px, 8.5px 0px, 4.25px 12.5px);
    bottom: -7px;
    right: -4px;
  }
}
.lower-connect .connect__feature .textArea .text {
  margin-top: 30px;
}
@media (max-width: 834px) {
  .lower-connect .connect__feature .textArea .text {
    margin-top: 16px;
  }
}
.lower-connect .connect__feature .flowList {
  margin: 60px auto 0;
  max-width: 1100px;
}
@media (max-width: 834px) {
  .lower-connect .connect__feature .flowList {
    margin-top: 30px;
  }
}
.lower-connect .connect__feature .flowList__title {
  font-size: 2.8rem;
  color: #fff;
  font-weight: 700;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 834px) {
  .lower-connect .connect__feature .flowList__title {
    font-size: 2.2rem;
  }
}
.lower-connect .connect__feature .flowList .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  margin-top: 20px;
}
@media (max-width: 834px) {
  .lower-connect .connect__feature .flowList .list {
    gap: 30px;
    margin-top: 14px;
  }
}
.lower-connect .connect__feature .flowList .list__item {
  background: #fff;
  padding: 40px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  position: relative;
}
@media (max-width: 834px) {
  .lower-connect .connect__feature .flowList .list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 24px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 4px;
  }
}
.lower-connect .connect__feature .flowList .list__item::before {
  content: "";
  height: 10px;
  aspect-ratio: 2;
  -webkit-clip-path: polygon(50% 100%, 100% 0, 0 0);
          clip-path: polygon(50% 100%, 100% 0, 0 0);
  background: #1eaeb2;
  position: absolute;
  bottom: -25px;
  left: 50%;
  translate: -50%;
}
@media (max-width: 834px) {
  .lower-connect .connect__feature .flowList .list__item::before {
    bottom: -20px;
  }
}
.lower-connect .connect__feature .flowList .list__item:last-child::before {
  display: none;
}
.lower-connect .connect__feature .flowList .list__item .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 310px;
          flex: 0 0 310px;
}
@media (max-width: 834px) {
  .lower-connect .connect__feature .flowList .list__item .head {
    gap: 16px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
.lower-connect .connect__feature .flowList .list__item .num {
  font-size: 5.4rem;
  font-weight: 900;
  font-family: "Prompt", sans-serif;
  color: #3e54dd;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  line-height: 1;
}
@media (max-width: 834px) {
  .lower-connect .connect__feature .flowList .list__item .num {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    font-size: 3.2rem;
    margin-top: 3px;
  }
}
.lower-connect .connect__feature .flowList .list__item .title {
  font-size: 2rem;
  font-weight: 700;
  color: #ed5b22;
  line-height: 1.6;
}
.lower-connect .connect__feature .flowList .list__item .text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-weight: 500;
}
.lower-connect .connect__interview {
  margin-top: 120px;
  margin-bottom: 120px;
}
@media (max-width: 834px) {
  .lower-connect .connect__interview {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.lower-connect .connect__interview__inner {
  max-width: 1180px !important;
}
.lower-connect .connect__interview .text {
  text-align: center;
  margin-top: 30px;
  font-weight: 500;
}
@media (max-width: 834px) {
  .lower-connect .connect__interview .text {
    margin-top: 10px;
  }
}
.lower-connect .connect__interview .interviewList {
  margin-top: 50px;
}
@media (max-width: 834px) {
  .lower-connect .connect__interview .interviewList {
    margin-top: 24px;
  }
}
.lower-connect .connect__interview .interviewList .list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 30px;
  padding: 50px;
  border: 2px solid #003288;
  border-radius: 10px;
  gap: 50px;
}
@media (max-width: 834px) {
  .lower-connect .connect__interview .interviewList .list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px;
    gap: 20px;
  }
}
.lower-connect .connect__interview .interviewList .list__item .img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 210px;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}
@media (max-width: 834px) {
  .lower-connect .connect__interview .interviewList .list__item .img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0 auto;
    max-width: 450px;
    width: 80%;
  }
}
.lower-connect .connect__interview .interviewList .list__item .img img {
  aspect-ratio: 1/1;
}
.lower-connect .connect__interview .interviewList .list__item .textArea {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media (max-width: 834px) {
  .lower-connect .connect__interview .interviewList .list__item .textArea {
    display: contents;
  }
}
.lower-connect .connect__interview .interviewList .list__item .textArea .head {
  border-bottom: 1px solid #003288;
}
@media (max-width: 834px) {
  .lower-connect .connect__interview .interviewList .list__item .textArea .head {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.lower-connect .connect__interview .interviewList .list__item .textArea .head .num {
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "Prompt", sans-serif;
  color: #ed5b22;
  line-height: 1;
  margin-bottom: 10px;
}
@media (max-width: 834px) {
  .lower-connect .connect__interview .interviewList .list__item .textArea .head .num {
    font-size: 1.4rem;
    margin-bottom: 7px;
  }
}
.lower-connect .connect__interview .interviewList .list__item .textArea .head .lead {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 22px;
}
@media (max-width: 834px) {
  .lower-connect .connect__interview .interviewList .list__item .textArea .head .lead {
    font-size: 2.1rem;
    margin-bottom: 12px;
  }
}
.lower-connect .connect__interview .interviewList .list__item .textArea .bottom {
  margin-top: 30px;
  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: 50px;
}
@media (max-width: 834px) {
  .lower-connect .connect__interview .interviewList .list__item .textArea .bottom {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
    gap: 20px;
  }
}
.lower-connect .connect__interview .interviewList .list__item .textArea .bottom .info {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media (max-width: 834px) {
  .lower-connect .connect__interview .interviewList .list__item .textArea .bottom .info {
    text-align: center;
  }
}
.lower-connect .connect__interview .interviewList .list__item .textArea .bottom .info .job {
  border: 1px solid #003288;
  border-radius: 30px;
  padding: 6px 15px;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.4;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.lower-connect .connect__interview .interviewList .list__item .textArea .bottom .info .name {
  font-size: 2.4rem;
  font-weight: 600;
}
@media (max-width: 834px) {
  .lower-connect .connect__interview .interviewList .list__item .textArea .bottom .info .name {
    font-size: 2.2rem;
  }
}
.lower-connect .connect__interview .interviewList .list__item .textArea .bottom .btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 270px;
  max-width: 100%;
}
@media (max-width: 834px) {
  .lower-connect .connect__interview .interviewList .list__item .textArea .bottom .btn {
    width: 100%;
  }
}
.lower-connect .connect__interview .interviewList .list__item .textArea .bottom .btn a {
  display: block;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  border-radius: 100px;
  padding: 25px 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #003288;
  border: #003288 solid 2px;
  position: relative;
  text-align: center;
}
@media (max-width: 834px) {
  .lower-connect .connect__interview .interviewList .list__item .textArea .bottom .btn a {
    font-size: 1.5rem;
    padding: 24px;
    margin: 0 auto;
  }
}
.lower-connect .connect__interview .interviewList .list__item .textArea .bottom .btn a::before {
  content: "";
  display: block;
  -webkit-mask: url(../img/connect/link_icon.png) center center/contain no-repeat;
          mask: url(../img/connect/link_icon.png) center center/contain no-repeat;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  aspect-ratio: 1/1;
  width: 14px;
  position: absolute;
  top: 50%;
  right: 30px;
  translate: 0 -50%;
}
.lower-connect .connect__interview .interviewList .list__item .textArea .bottom .btn a .text {
  margin: 0 auto;
}
@media (any-hover: hover) {
  .lower-connect .connect__interview .interviewList .list__item .textArea .bottom .btn a:hover {
    opacity: 1;
    color: #003288;
    background-color: #fff;
  }
  .lower-connect .connect__interview .interviewList .list__item .textArea .bottom .btn a:hover::before {
    background-color: #003288;
  }
}
.lower-connect .connect__interview .movieArea {
  margin-top: 70px;
}
@media (max-width: 834px) {
  .lower-connect .connect__interview .movieArea {
    margin-top: 40px;
  }
}
.lower-connect .connect__interview .movieArea .title {
  font-size: 3.2rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.8;
}
@media (max-width: 834px) {
  .lower-connect .connect__interview .movieArea .title {
    font-size: 2.2rem;
    line-height: 1.6;
  }
}
.lower-connect .connect__interview .movieArea .movie {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  aspect-ratio: 16/9;
  max-width: 737px;
}
@media (max-width: 834px) {
  .lower-connect .connect__interview .movieArea .movie {
    margin-top: 20px;
  }
}
.lower-connect .connect__interview .movieArea iframe {
  width: 100%;
  height: 100%;
}
.lower-connect .connect__contact {
  background: #f6f6f8;
}
.lower-connect .connect__contact__inner {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 834px) {
  .lower-connect .connect__contact__inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.lower-connect .connect__contact .titleArea .eng {
  font-size: 2.4rem;
}
@media (max-width: 834px) {
  .lower-connect .connect__contact .titleArea .eng {
    font-size: 1.8rem;
    margin-bottom: 2px;
  }
}
.lower-connect .connect__contact .titleArea .ja {
  font-size: 3.8rem;
}
@media (max-width: 834px) {
  .lower-connect .connect__contact .titleArea .ja {
    font-size: 3rem;
  }
}
.lower-connect .connect__contact .contentArea {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 30px 40px;
  margin-top: 40px;
}
@media (max-width: 834px) {
  .lower-connect .connect__contact .contentArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-top: 24px;
  }
}
.lower-connect .connect__contact .contentArea__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  background: #fff;
  padding: 60px clamp(3.8rem, -1rem + 4.688vw, 5rem);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 20px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 20px 2px rgba(0, 0, 0, 0.1);
}
@media (max-width: 834px) {
  .lower-connect .connect__contact .contentArea__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px;
    gap: 20px;
  }
}
.lower-connect .connect__contact .contentArea__item .text {
  text-align: center;
  font-weight: 600;
}
@media (max-width: 834px) {
  .lower-connect .connect__contact .contentArea__item .text br {
    display: none;
  }
}
.lower-connect .connect__contact .contentArea__item .text .note {
  display: block;
  color: #b5b5b5;
  font-size: 1.5rem;
}
@media (max-width: 834px) {
  .lower-connect .connect__contact .contentArea__item .text .note {
    font-size: 1.3rem;
  }
}
.lower-connect .connect__contact .contentArea__item .btn {
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
}
.lower-connect .connect__contact .contentArea__item .btn a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
  border-radius: 50px;
  width: 100%;
  padding: 28px 32px 30px 26px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  gap: 16px;
}
@media (max-width: 834px) {
  .lower-connect .connect__contact .contentArea__item .btn a {
    font-size: 1.5rem;
    padding: 24px 32px 26px 26px;
    gap: 13px;
  }
}
@media (any-hover: hover) {
  .lower-connect .connect__contact .contentArea__item .btn:hover {
    opacity: 1;
  }
}
.lower-connect .connect__contact .contentArea__item:nth-child(1) .btn a {
  background: #efcb22;
  border: 2px solid #efcb22;
}
.lower-connect .connect__contact .contentArea__item:nth-child(1) .btn a::before {
  content: "";
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: -3px;
  -webkit-mask: url(../img/connect/btn_icon.png) center/contain no-repeat;
          mask: url(../img/connect/btn_icon.png) center/contain no-repeat;
  width: 24px;
  aspect-ratio: 24/18;
  background-color: #fff;
}
@media (max-width: 834px) {
  .lower-connect .connect__contact .contentArea__item:nth-child(1) .btn a::before {
    width: 18px;
  }
}
@media (any-hover: hover) {
  .lower-connect .connect__contact .contentArea__item:nth-child(1) .btn a:hover {
    color: #efcb22;
    background-color: #fff;
  }
  .lower-connect .connect__contact .contentArea__item:nth-child(1) .btn a:hover::before {
    background-color: #efcb22;
  }
}
.lower-connect .connect__contact .contentArea__item:nth-child(2) .btn a {
  background: #003288;
  border: 2px solid #003288;
}
.lower-connect .connect__contact .contentArea__item:nth-child(2) .btn a::after {
  content: "";
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: -3px;
  -webkit-mask: url(../img/connect/link_icon.png) center/contain no-repeat;
          mask: url(../img/connect/link_icon.png) center/contain no-repeat;
  width: 16px;
  aspect-ratio: 1/1;
  background-color: #fff;
}
@media (any-hover: hover) {
  .lower-connect .connect__contact .contentArea__item:nth-child(2) .btn a:hover {
    color: #003288;
    background-color: #fff;
  }
  .lower-connect .connect__contact .contentArea__item:nth-child(2) .btn a:hover::after {
    background-color: #003288;
  }
}/*# sourceMappingURL=style.css.map */