@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Scss Document */
@font-face {
  /*フォントの名前*/
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("/recruit/font/NotoSansJP-Light.ttf") format("truetype");
}
@font-face {
  /*フォントの名前*/
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("/recruit/font/NotoSansJP-Regular.ttf") format("truetype");
}
@font-face {
  /*フォントの名前*/
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("/recruit/font/NotoSansJP-Medium.ttf") format("truetype");
}
@font-face {
  /*フォントの名前*/
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("/recruit/font/NotoSansJP-Bold.ttf") format("truetype");
}
@font-face {
  /*フォントの名前*/
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("/recruit/font/NotoSansJP-Black.ttf") format("truetype");
}
:root {
  --site-base-container: 1260px;
  --inner-base-container: 960px;
  --navi-index-container: 1260px;
  --navi-index-height: 60px;
  --trans-all-2s: all .2s ease-in;
  --trans-all-ease-in-out: all .3s ease-in-out;
  --border-r10: 10px;
  --border-r05: 5px;
}

html, body {
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
}

#recruit .leadinModal-content {
  display: none !important;
}

#pageTopCons {
  line-height: 1.75;
}

#pageTopCons {
  position: relative;
  padding-bottom: 30px;
}

@media screen and (max-width: 767px) {
  #recruit > .pagetop,
  #recruit-corporates-top > .pagetop,
  #recruit-job-roles > .pagetop,
  #workplace > .pagetop {
    bottom: 108px !important;
  }
}
@media screen and (max-width: 575px) {
  #recruit > .pagetop,
  #recruit-corporates-top > .pagetop,
  #recruit-job-roles > .pagetop,
  #workplace > .pagetop {
    bottom: 10% !important;
  }
}
@media screen and (max-width: 375px) {
  #recruit > .pagetop,
  #recruit-corporates-top > .pagetop,
  #recruit-job-roles > .pagetop,
  #workplace > .pagetop {
    bottom: 8% !important;
  }
}

/* 採用情報 header
------------------------------------------- */
.recruit-header,
.recruit-bottom-menu {
  position: relative;
}

.recruit-bottom-menu {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .recruit-bottom-menu {
    display: none;
  }
}

/* 採用情報 タイトル
------------------------------------------- */
.recruit-head__title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  width: 100%;
  text-align: center;
  margin: 50px auto 40px;
}
@media screen and (max-width: 767px) {
  .recruit-head__title {
    margin: 30px auto;
  }
}
@media screen and (max-width: 575px) {
  .recruit-head__title {
    gap: 12px;
    margin: 20px auto;
  }
}

.recruit-head__title-img {
  max-width: 188px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}
@media screen and (max-width: 575px) {
  .recruit-head__title-img {
    max-width: 93px;
  }
}

.recruit-head__title-ja {
  color: #0b3f93;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 575px) {
  .recruit-head__title-ja {
    font-size: 10px;
  }
}

/* 採用情報 ナビゲーション
------------------------------------------- */
.recruit-navi {
  max-width: 1260px;
  letter-spacing: 0.02em;
  margin: 0 auto;
}
@media screen and (max-width: 1439px) {
  .recruit-navi {
    max-width: 1300px;
    padding-inline: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .recruit-navi {
    max-width: 105.0875729775vw;
  }
}
@media screen and (max-width: 991px) {
  .recruit-navi {
    padding-inline: 10px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-navi {
    padding-inline: 20px;
    max-width: 100%;
  }
}

.recruit-navi__inner {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  margin-bottom: 60px;
}
.recruit-navi__inner--top {
  display: none;
}
@media screen and (max-width: 767px) {
  .recruit-navi__inner--top {
    display: flex;
  }
}
@media screen and (max-width: 991px) {
  .recruit-navi__inner {
    gap: 5px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-navi__inner {
    flex-direction: column;
    justify-content: flex-start;
    gap: 0;
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 14vw;
    padding-bottom: 50px;
    background-color: rgba(255, 255, 255, 0.9);
    transition: var(--trans-all-ease-in-out);
    transform: translateY(-810px);
    opacity: 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 575px) {
  .recruit-navi__inner {
    padding-top: 22vw;
  }
}
@media screen and (max-width: 767px) {
  .recruit-navi__inner.is-open {
    opacity: 1;
    height: 100%;
    overflow: scroll;
    transform: translateY(0);
    z-index: 100;
  }
}

.recruit-navi__list {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  gap: 1px;
  background-color: #a3c2f7;
  border-radius: var(--border-r10);
  width: calc(100% - 180px - 10px);
}
@media screen and (max-width: 1199px) {
  .recruit-navi__list {
    width: calc(100% - 160px - 10px);
  }
}
@media screen and (max-width: 991px) {
  .recruit-navi__list {
    width: calc(100% - 80px - 5px);
  }
}
@media screen and (max-width: 767px) {
  .recruit-navi__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    position: relative;
    width: 100%;
    padding: 130px 20px 0;
    background-color: transparent;
    border-radius: 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 575px) {
  .recruit-navi__list {
    padding-top: 90px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-navi__list::after {
    content: "";
    width: calc(50% - 20px);
    height: 0;
  }
}

@media screen and (min-width: 768px) {
  .recruit-navi__list-item:first-of-type > .recruit-navi-link {
    border-radius: 10px 0px 0px 10px;
  }
  .recruit-navi__list-item:last-of-type > .recruit-navi-link {
    border-radius: 0px 10px 10px 0px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-navi__list-item {
    width: calc(50% - 20px);
  }
}
.recruit-navi__list-item.current > a {
  color: #0b3f93;
  background-color: #c9dbfb;
}
.recruit-navi__list-item.current > a:hover, .recruit-navi__list-item.current > a:visited, .recruit-navi__list-item.current > a:active {
  color: #0b3f93;
  opacity: 0.8;
}

.recruit-navi-link {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  background-color: #0b3f93;
  padding-inline: 10px;
  transition: var(--trans-all-2s);
}
.recruit-navi-link:hover, .recruit-navi-link:visited, .recruit-navi-link:active {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.8;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .recruit-navi-link {
    font-size: min(1.2510425354vw, 15px);
  }
}
@media screen and (max-width: 991px) {
  .recruit-navi-link {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .recruit-navi-link {
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-navi-link {
    border-radius: 10px;
    padding-block: 22px;
  }
}
@media screen and (max-width: 575px) {
  .recruit-navi-link {
    padding-block: 15px;
  }
}

.recruit-navi__requirements {
  max-width: 180px;
  width: 100%;
  border-radius: var(--border-r10);
}
@media screen and (max-width: 1199px) {
  .recruit-navi__requirements {
    max-width: 160px;
  }
}
@media screen and (max-width: 991px) {
  .recruit-navi__requirements {
    max-width: 80px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-navi__requirements {
    max-width: 100%;
    border-radius: 0%;
    margin: 0 auto;
    padding: 30px 0 150px;
  }
}
@media screen and (max-width: 575px) {
  .recruit-navi__requirements {
    padding-bottom: 100px;
  }
}

.recruit-navi__requirements-list {
  position: relative;
  width: 100%;
  border-radius: var(--border-r10);
  background-color: #0b3f93;
  transition: var(--trans-all-2s);
  z-index: 3;
}
.recruit-navi__requirements-list .recruit-navi__requirements-head {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-weight: 700;
  width: 100%;
  transition: var(--trans-all-2s);
}
.recruit-navi__requirements-list .recruit-navi__requirements-head:hover {
  color: #ffffff;
}
.recruit-navi__requirements-list .recruit-navi__requirements-head.active {
  color: #0b3f93;
  background-color: #c9dbfb;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .recruit-navi__requirements-list .recruit-navi__requirements-head {
    font-size: min(1.2510425354vw, 15px);
  }
}
@media screen and (min-width: 768px) {
  .recruit-navi__requirements-list .recruit-navi__requirements-head {
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-navi__requirements-list .recruit-navi__requirements-head {
    padding-block: 22px;
  }
}
.recruit-navi__requirements-list .recruit-navi__requirements-drop {
  position: absolute;
  top: 62px;
  left: 0;
  width: 100%;
  transform: scaleY(0);
  transform-origin: center top;
  transition: var(--trans-all-2s);
}
.recruit-navi__requirements-list .recruit-navi__requirements-drop.dropdown-open {
  transform: scaleY(1);
}
@media screen and (max-width: 767px) {
  .recruit-navi__requirements-list .recruit-navi__requirements-drop {
    top: 65px;
  }
}
@media screen and (min-width: 768px) {
  .recruit-navi__requirements-list:hover {
    color: #ffffff;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .recruit-navi__requirements-list:hover {
    background-color: rgba(11, 63, 147, 0.8);
    border-radius: 10px 10px 0px 0px;
  }
}
@media screen and (min-width: 768px) {
  .recruit-navi__requirements-list:hover .recruit-navi__requirements-drop {
    transform: scaleY(1);
  }
}
@media screen and (max-width: 767px) {
  .recruit-navi__requirements-list {
    max-width: 240px;
    margin: 0 auto;
  }
}
.recruit-navi__requirements-list.current {
  background-color: #c9dbfb !important;
}
.recruit-navi__requirements-list.current span {
  color: #0b3f93;
}
.recruit-navi__requirements-list.current:hover span {
  color: #0b3f93;
  opacity: 1;
}
.recruit-navi__requirements-list.dropdown-open {
  border-radius: 10px 10px 0px 0px;
}

.recruit-navi__requirements-btn {
  transition: var(--trans-all-2s);
}
.recruit-navi__requirements-btn:last-of-type > .recruit-navi__requirements-link {
  border-radius: 0px 0px 10px 10px;
  margin-top: 2px;
}
.recruit-navi__requirements-btn:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  background-color: #ffffff;
}

.recruit-navi__requirements-link {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  color: #0b3f93;
  font-weight: 700;
  background-color: #a3c2f7;
  padding-block: 20px;
  transition: var(--trans-all-2s);
}
.recruit-navi__requirements-link:hover {
  color: #0b3f93;
  text-decoration: none;
  opacity: 0.8;
}
.recruit-navi__requirements-link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 20px;
  height: 20px;
  background: url(/recruit/img/recruit-arrow-right.png) no-repeat center center;
  background-size: contain;
  transform: translateY(-50%);
}
@media screen and (max-width: 991px) {
  .recruit-navi__requirements-link::before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .recruit-navi__requirements-link::before {
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .recruit-navi__requirements-link {
    font-size: min(1.2510425354vw, 15px);
  }
}

.recruit-header__hamburger {
  display: none;
}
@media screen and (max-width: 767px) {
  .recruit-header__hamburger {
    display: block;
    position: fixed;
    top: 108px;
    right: 3%;
    width: 90px;
    height: 90px;
    color: #ffffff;
    text-align: center;
    background-color: #0b3f93;
    border-radius: 50%;
    padding-block: 9px;
    cursor: pointer;
    transition: var(--trans-all-2s);
    z-index: 100;
  }
}
@media screen and (max-width: 767px) and (max-width: 575px) {
  .recruit-header__hamburger {
    top: 95px;
    width: 55px;
    height: 55px;
    padding-block: 8px;
  }
}

.recruit-header__hamburger-menu {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 575px) {
  .recruit-header__hamburger-menu {
    font-size: 7px;
  }
}

.recruit-header__hamburger-lines {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 30px;
  margin: 8px auto 10px;
}
@media screen and (max-width: 575px) {
  .recruit-header__hamburger-lines {
    gap: 4px;
    width: 16px;
    margin: 6px auto 8px;
  }
}
.recruit-header__hamburger-lines span {
  background-color: #ffffff;
  width: 30px;
  height: 2px;
  transition: var(--trans-all-2s);
}
@media screen and (max-width: 575px) {
  .recruit-header__hamburger-lines span {
    width: 100%;
    height: 1px;
  }
}

.recruit-header__hamburger.is-open .recruit-header__hamburger-lines span:nth-of-type(1) {
  transform: translateY(10px) rotate(-45deg);
}
@media screen and (max-width: 575px) {
  .recruit-header__hamburger.is-open .recruit-header__hamburger-lines span:nth-of-type(1) {
    transform: translateY(4px) rotate(-45deg);
  }
}
.recruit-header__hamburger.is-open .recruit-header__hamburger-lines span:nth-of-type(2) {
  opacity: 0;
  transform: rotate(-45deg);
}
.recruit-header__hamburger.is-open .recruit-header__hamburger-lines span:nth-of-type(3) {
  transform: translateY(-10px) rotate(45deg);
}
@media screen and (max-width: 575px) {
  .recruit-header__hamburger.is-open .recruit-header__hamburger-lines span:nth-of-type(3) {
    transform: translateY(-6px) rotate(45deg);
  }
}

/* 採用情報 共通ボタン
------------------------------------------- */
.recruit-btn-area {
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .recruit-btn-area {
    padding-inline: 38px;
  }
}

.recruit-btn {
  display: block;
  position: relative;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  background-color: #0b3f93;
  border-radius: var(--border-r10);
  padding-block: 22px;
  transition: var(--trans-all-2s);
}
.recruit-btn:hover {
  color: #ffffff;
  opacity: 0.8;
}
.recruit-btn:first-of-type {
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .recruit-btn {
    text-align: left;
    padding-inline: 30px;
  }
}
@media screen and (max-width: 575px) {
  .recruit-btn {
    font-size: 14px;
    border-radius: var(--border-r05);
    padding: 14px 15px 17px;
  }
}
.recruit-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 30px;
  height: 30px;
  background: url(/recruit/img/recruit-arrow-right.png) no-repeat center center;
  background-size: contain;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .recruit-btn::before {
    background: url(/recruit/img/recruit-arrow-down.png) no-repeat center center;
    background-size: contain;
  }
}
@media screen and (max-width: 575px) {
  .recruit-btn::before {
    right: 12px;
    width: 25px;
    height: 25px;
  }
}

.recruit-bottom__btn-area {
  margin-bottom: 180px;
}
@media screen and (max-width: 767px) {
  .recruit-bottom__btn-area {
    margin-block: 70px 100px;
  }
}
@media screen and (max-width: 575px) {
  .recruit-bottom__btn-area {
    margin-top: 60px;
  }
}

/* ページ下部固定ボタン */
.recruit-fixed-box {
  position: fixed;
  bottom: 14px;
  right: 84px;
  max-width: 767px;
  width: 100%;
  max-height: 128px;
  z-index: 99;
}
@media screen and (max-width: 991px) {
  .recruit-fixed-box {
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
  }
}

.recruit-fixed-inner {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  width: 100%;
  background-color: #0b3f93;
  border-radius: var(--border-r10);
}
@media screen and (max-width: 767px) {
  .recruit-fixed-inner {
    border-radius: 0px;
  }
}
@media screen and (max-width: 575px) {
  .recruit-fixed-inner {
    gap: 15px;
  }
}

.recruit-fixed__link-area {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  width: calc(100% - 260px);
  background-color: #0b3f93;
  border-radius: var(--border-r10);
  padding: 15px 0px 15px 20px;
}
@media screen and (max-width: 767px) {
  .recruit-fixed__link-area {
    flex-shrink: 0;
    width: calc(100% - min(33.8983050847vw, 260px));
    border-radius: 0px;
    padding-block: 10px;
  }
}
@media screen and (max-width: 575px) {
  .recruit-fixed__link-area {
    gap: 10px;
    padding-left: 10px;
  }
}

.recruit-fixed-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #0b3f93;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  width: calc((100% - 10px) / 2);
  background-color: #ffffff;
  border-radius: 50px;
  padding: 15px 5%;
  transition: var(--trans-all-2s);
}
.recruit-fixed-link:hover {
  color: #0b3f93;
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .recruit-fixed-link {
    font-size: 16px;
    max-height: 13vw;
  }
}
@media screen and (max-width: 575px) {
  .recruit-fixed-link {
    font-size: 12px;
    width: calc((100% - 5px) / 2);
    padding-block: 12px;
  }
}

.recruit-fixed-head {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .recruit-fixed-head {
    font-size: 20px;
  }
}
@media screen and (max-width: 575px) {
  .recruit-fixed-head {
    font-size: 16px;
  }
}
@media screen and (max-width: 375px) {
  .recruit-fixed-head {
    font-size: 12px;
  }
}

.recruit-fixed-text {
  font-size: 20px;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .recruit-fixed-text {
    font-size: 16px;
    max-height: 13vw;
  }
}
@media screen and (max-width: 575px) {
  .recruit-fixed-text {
    font-size: 12px;
  }
}
@media screen and (max-width: 375px) {
  .recruit-fixed-text {
    font-size: 10px;
    margin-bottom: 2px;
  }
}

.recruit-fixed-nomal {
  font-weight: 400;
}

.recruit-fixed-img-link {
  max-width: 260px;
  border-radius: 0px 10px 10px 0;
  transition: var(--trans-all-2s);
}
.recruit-fixed-img-link:hover {
  color: #0b3f93;
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .recruit-fixed-img-link {
    border-radius: 0px;
  }
}
.recruit-fixed-img-link img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  border-radius: 0px 10px 10px 0;
}
@media screen and (max-width: 767px) {
  .recruit-fixed-img-link img {
    border-radius: 0px;
  }
}

/* ***************************************************************************** */
/* 角丸ボタン */
.recruit-btn02 {
  background: #fff;
  border-radius: 9999px;
  border: 1px solid #0b3f93;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 95px auto;
  max-width: 300px;
  height: 60px;
  padding: 4px 25px 6px;
  font-size: 16px;
  color: #0b3f93;
  line-height: 1.75;
  text-decoration: none;
  text-align: center;
  transition: 0.3s ease-in-out;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .recruit-btn02 {
    margin-top: 60px;
  }
}
@media screen and (max-width: 575px) {
  .recruit-btn02 {
    font-size: 14px;
  }
}
.recruit-btn02::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 30px;
  height: 30px;
  background: url(/recruit/img/recruit-arrow-right02.png) no-repeat center center;
  background-size: contain;
  transform: translateY(-50%);
}
@media screen and (max-width: 575px) {
  .recruit-btn02::before {
    right: 12px;
    width: 25px;
    height: 25px;
  }
}
.recruit-btn02:hover {
  color: #0b3f93;
  opacity: 0.8;
}

.recruit-btn02 a:hover {
  color: #ffffff;
  opacity: 0.8;
}

.recruit-btn02 a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
}

.recruit-btn02 a:hover:after {
  border-color: #FFF;
}

/* 下ラインボタン */
.recruit-btn-area03 {
  display: flex;
  justify-content: center;
}

.recruit-btn03 {
  font-size: 16px;
  position: relative;
  margin: 30px auto 0 auto;
  padding: 0 22px 11px 0;
  color: #0b3f93;
  line-height: 1.5;
  text-decoration: none;
  text-align: center;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  border-bottom: 1px solid #bacff2;
}
@media screen and (max-width: 575px) {
  .recruit-btn03 {
    font-size: 14px;
  }
}
.recruit-btn03::before {
  content: "";
  position: absolute;
  top: 42%;
  right: 0;
  width: 10px;
  height: 16px;
  background: url(/recruit/img/recruit-arrow-right03.png) no-repeat center center;
  background-size: contain;
  transform: translateY(-50%);
}
@media screen and (max-width: 575px) {
  .recruit-btn03::before {
    right: -4px;
    width: 25px;
    height: 17px;
    top: 38%;
  }
}
.recruit-btn03:hover {
  color: #0b3f93;
  opacity: 0.8;
}

/* 角丸ボタン　矢印なし */
.recruit-btn04 {
  background: #ffffff;
  border-radius: 9999px;
  border: 1px solid #0b3f93;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 230px;
  height: 60px;
  padding: 4px 25px 6px;
  font-size: 16px;
  color: #0b3f93;
  line-height: 1.75;
  text-decoration: none;
  text-align: center;
  transition: 0.3s ease-in-out;
  font-weight: 700;
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
}
@media screen and (max-width: 767px) {
  .recruit-btn04 {
    max-width: none;
  }
}
@media screen and (max-width: 575px) {
  .recruit-btn04 {
    font-size: 14px;
    height: 40px;
  }
}
@media screen and (max-width: 375px) {
  .recruit-btn04 {
    height: 40px;
  }
}
.recruit-btn04:hover {
  color: #0b3f93;
  opacity: 0.8;
}

.recruit-btn04--orn {
  background: #f29907;
  color: #ffffff;
  border: 1px solid #f29907;
}
.recruit-btn04--orn:hover {
  color: #ffffff;
}

/* 角丸ボタン 水色 */
.recruit-graduate-btn-area .recruit-btn02, .recruit-midway-btn-area .recruit-btn02 {
  border: 1px solid #00aaeb;
  color: #00aaeb;
  margin: 0;
  max-width: 800px;
  height: 80px;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .recruit-graduate-btn-area .recruit-btn02, .recruit-midway-btn-area .recruit-btn02 {
    font-size: 16px;
  }
}
.recruit-graduate-btn-area .recruit-btn02 img, .recruit-midway-btn-area .recruit-btn02 img {
  transform: translateY(-5px);
  padding-right: 7px;
}
@media screen and (max-width: 767px) {
  .recruit-graduate-btn-area .recruit-btn02 img, .recruit-midway-btn-area .recruit-btn02 img {
    transform: translateY(-4px);
  }
}
.recruit-graduate-btn-area .recruit-btn02::before, .recruit-midway-btn-area .recruit-btn02::before {
  background: url(/recruit/img/recruit-arrow-right-blue01-02.png) no-repeat center center;
  right: 30px;
}
@media screen and (max-width: 767px) {
  .recruit-graduate-btn-area .recruit-btn02::before, .recruit-midway-btn-area .recruit-btn02::before {
    width: 30px;
    height: 30px;
  }
}
.recruit-graduate-btn-area .recruit-btn02:hover, .recruit-midway-btn-area .recruit-btn02:hover {
  color: #00aaeb;
}
.recruit-graduate-btn-area .recruit-btn02--blue, .recruit-midway-btn-area .recruit-btn02--blue {
  border: 1px solid #00aaeb;
  color: #ffffff;
  background-color: #00aaeb;
}
.recruit-graduate-btn-area .recruit-btn02--blue::before, .recruit-midway-btn-area .recruit-btn02--blue::before {
  background: url(/recruit/img/recruit-arrow-right-blue01-01.png) no-repeat center center;
}
@media screen and (max-width: 767px) {
  .recruit-graduate-btn-area .recruit-btn02--blue::before, .recruit-midway-btn-area .recruit-btn02--blue::before {
    width: 30px;
    height: 30px;
  }
}
.recruit-graduate-btn-area .recruit-btn02--blue:hover, .recruit-midway-btn-area .recruit-btn02--blue:hover {
  color: #ffffff;
}

.recruit-graduate-btn--mynavi img {
  width: 192px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .recruit-graduate-btn--mynavi img {
    width: 158px;
  }
}

/* ***************************************************************************** */
/* 採用情報 共通パーツ
------------------------------------------- */
.recruit-section-border {
  position: relative;
}
.recruit-section-border::after {
  content: "";
  display: flex;
  justify-content: center;
  max-width: 1260px;
  width: 100%;
  margin: 60px auto;
  height: 1px;
  background-color: #bacff2;
}
@media screen and (max-width: 1199px) {
  .recruit-section-border::after {
    max-width: calc(100vw - 60px);
  }
}
@media screen and (max-width: 575px) {
  .recruit-section-border::after {
    margin: 40px auto;
  }
}

.leadinModal-content {
  display: none !important;
}

#recruit-fixed-wrap {
  display: none;
}/*# sourceMappingURL=common.css.map */