@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 {
  -webkit-box-sizing: content-box;
          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 {
  -webkit-box-sizing: border-box;
          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] {
  -webkit-box-sizing: border-box;
          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;
  --border-r10: 10px;
  --border-r05: 5px;
}

.recruit-visible-xs,
.recruit-visible-sm,
.recruit-visible-md,
.recruit-visible-lg {
  display: none;
}

@media screen and (max-width: 375px) {
  .recruit-visible-xs {
    display: block;
  }
}

@media screen and (max-width: 575px) {
  .recruit-visible-sm {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .recruit-visible-md {
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .recruit-visible-lg {
    display: block;
  }
}

.recruit-graduate .recruit-navi__inner {
  margin-bottom: 0;
}
.recruit-graduate .recruit-navi__list-item {
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .recruit-graduate .recruit-navi__list-item:first-of-type > .recruit-navi-link {
    border-radius: 0px 0px 0px 10px;
  }
  .recruit-graduate .recruit-navi__list-item:last-of-type > .recruit-navi-link {
    border-radius: 0px 0px 10px 0px;
  }
}
.recruit-graduate .recruit-navi__requirements-list {
  border-radius: 0px 0px 10px 10px;
}
.recruit-graduate .recruit-navi__requirements-list:hover {
  border-radius: 0px;
}
@media screen and (max-width: 767px) {
  .recruit-graduate .recruit-navi__requirements-list {
    border-radius: 10px 10px 10px 10px;
  }
}
.recruit-graduate .recruit-bottom-menu {
  margin-top: 50px;
}
.recruit-graduate .recruit-navi--bottom .recruit-navi__list-item {
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .recruit-graduate .recruit-navi--bottom .recruit-navi__list-item:first-of-type > .recruit-navi-link {
    border-radius: 10px 0px 0px 10px;
  }
  .recruit-graduate .recruit-navi--bottom .recruit-navi__list-item:last-of-type > .recruit-navi-link {
    border-radius: 0px 10px 10px 0px;
  }
}
.recruit-graduate .recruit-navi--bottom .recruit-navi__requirements-list {
  border-radius: 10px 10px 10px 10px;
}

.recruit-graduate-main {
  background-color: #e4f1fc;
  padding-bottom: 100px;
  padding-top: 116px;
  margin-bottom: 56px;
  margin-top: -60px;
  position: relative;
}
.recruit-graduate-main::after {
  position: absolute;
  content: "";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1260px;
  width: 100%;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 1px;
  background-color: #bacff2;
}
@media screen and (max-width: 1199px) {
  .recruit-graduate-main::after {
    max-width: calc(100vw - 60px);
  }
}
@media screen and (max-width: 767px) {
  .recruit-graduate-main {
    padding-top: 34px;
    margin-top: 0;
  }
}
@media screen and (max-width: 575px) {
  .recruit-graduate-main {
    padding-top: 26px;
    padding-bottom: 50px;
  }
}

.recruit-graduate-main__inner {
  max-width: var(--inner-base-container);
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .recruit-graduate-main__inner {
    padding: 0 35px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-graduate-main__inner {
    padding: 0 20px;
  }
}

.recruit-graduate-ttl {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
}

.recruit-graduate-ttl-en {
  height: 25px;
  width: auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 575px) {
  .recruit-graduate-ttl-en {
    height: 20px;
    margin-bottom: 10px;
  }
}
.recruit-graduate-ttl-en img {
  height: 100%;
  width: auto;
}

.recruit-graduate-ttl-ja {
  height: 100%;
  width: auto;
  font-size: 28px;
  font-weight: 700;
  color: #0b3f93;
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
}
@media screen and (max-width: 575px) {
  .recruit-graduate-ttl-ja {
    font-size: 16px;
  }
}

.recruit-graduate-nav {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .recruit-graduate-nav {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 575px) {
  .recruit-graduate-nav {
    margin-bottom: 20px;
  }
}

.recruit-graduate-nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 13px;
}
@media screen and (max-width: 575px) {
  .recruit-graduate-nav-list {
    gap: 6px;
  }
}

.recruit-graduate-nav-list__item {
  max-width: 230px;
  width: calc((100% - 39px) / 4);
}
@media screen and (max-width: 767px) {
  .recruit-graduate-nav-list__item {
    width: calc((100% - 26px) / 3);
  }
}
@media screen and (max-width: 575px) {
  .recruit-graduate-nav-list__item {
    width: 100%;
    max-width: none;
  }
}

/* 共通テーブル
------------------------------------------- */
.recruit-graduate-table {
  width: 100%;
}
.recruit-graduate-table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.recruit-graduate-table table thead tr th {
  border-collapse: collapse;
  background-color: #c4dcfe;
  color: #0b3f93;
  font-size: 28px;
  font-weight: 700;
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
  text-align: center;
  padding: 30px;
  border-radius: 10px 10px 0 0;
  border: none;
  border-top: solid 1px #b4d0f5;
  border-left: solid 1px #b4d0f5;
  border-right: solid 1px #b4d0f5;
}
@media screen and (max-width: 767px) {
  .recruit-graduate-table table thead tr th {
    font-size: 24px;
  }
}
@media screen and (max-width: 575px) {
  .recruit-graduate-table table thead tr th {
    font-size: 16px;
    padding: 15px;
  }
}
.recruit-graduate-table table tbody tr th {
  width: 220px;
  border-collapse: collapse;
  background-color: #004098;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.75;
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
  vertical-align: top;
  padding: 26px 30px;
  text-align: left;
  border: none;
  border-bottom: solid 1px #b4d0f5;
  min-height: 95px;
}
@media screen and (max-width: 767px) {
  .recruit-graduate-table table tbody tr th {
    font-size: 16px;
    width: 150px;
  }
}
@media screen and (max-width: 575px) {
  .recruit-graduate-table table tbody tr th {
    font-size: 14px;
    padding: 15px;
    width: 100px;
  }
}
.recruit-graduate-table table tbody tr td {
  border-collapse: collapse;
  background-color: #ffffff;
  color: #0b3f93;
  font-size: 20px;
  font-weight: 700;
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
  vertical-align: top;
  padding: 26px 30px;
  border: none;
  border-bottom: solid 1px #b4d0f5;
  border-right: solid 1px #b4d0f5;
  min-height: 95px;
}
@media screen and (max-width: 767px) {
  .recruit-graduate-table table tbody tr td {
    font-size: 16px;
  }
}
@media screen and (max-width: 575px) {
  .recruit-graduate-table table tbody tr td {
    font-size: 14px;
    padding: 15px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-graduate-table table tbody tr td .recruit-btn04 {
    max-width: 200px;
  }
}
.recruit-graduate-table table tbody tr:last-child th {
  border-radius: 0 0 0 10px;
}
.recruit-graduate-table table tbody tr:last-child td {
  border-radius: 0 0 10px 0;
}

.recruit-graduate-occupation {
  margin-bottom: 20px;
}

.recruit-graduate-salary {
  margin-bottom: 20px;
}

.recruit-graduate-salary-ttl {
  font-size: 20px;
  font-weight: 700;
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
  margin-bottom: 4px;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .recruit-graduate-salary-ttl {
    font-size: 18px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 575px) {
  .recruit-graduate-salary-ttl {
    font-size: 16px;
  }
}

.recruit-graduate-salary-txt {
  font-size: 16px;
  font-weight: 500;
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
  color: #424b59;
  line-height: 1.75;
}
@media screen and (max-width: 575px) {
  .recruit-graduate-salary-txt {
    font-size: 14px;
  }
}

.recruit-graduate-salary-note {
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
  color: #0b3f93;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.75;
  max-width: 600px;
}
@media screen and (max-width: 575px) {
  .recruit-graduate-salary-note {
    font-size: 12px;
  }
}

.recruit-graduate-benefits {
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
  color: #0b3f93;
  line-height: 1.75;
  max-width: 610px;
}
@media screen and (max-width: 575px) {
  .recruit-graduate-benefits {
    font-size: 14px;
  }
}

.recruit-graduate-holiday,
.recruit-graduate-bonus,
.recruit-graduate-raise,
.recruit-graduate-hours,
.recruit-graduate-period {
  font-size: 16px;
  font-weight: 500;
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
  color: #0b3f93;
  line-height: 1.75;
}
@media screen and (max-width: 575px) {
  .recruit-graduate-holiday,
  .recruit-graduate-bonus,
  .recruit-graduate-raise,
  .recruit-graduate-hours,
  .recruit-graduate-period {
    font-size: 14px;
  }
}

.recruit-graduate-location-list {
  margin-bottom: 20px;
}

.recruit-graduate-location-list__item {
  font-size: 16px;
  font-weight: 500;
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
  color: #0b3f93;
  line-height: 1.75;
}
@media screen and (max-width: 575px) {
  .recruit-graduate-location-list__item {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 375px) {
  .recruit-graduate-location-list__item {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

.recruit-graduate-location-office {
  font-size: 16px;
  font-weight: 700;
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
  color: #0b3f93;
  line-height: 1;
}
@media screen and (max-width: 575px) {
  .recruit-graduate-location-office {
    font-size: 14px;
  }
}

.recruit-graduate-location-txt {
  font-size: 16px;
  font-weight: 500;
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
  color: #0b3f93;
  margin-bottom: 20px;
  margin-top: 10px;
  line-height: 1.75;
  max-width: 600px;
}
@media screen and (max-width: 575px) {
  .recruit-graduate-location-txt {
    font-size: 14px;
  }
}

/* 募集コース/採用後の待遇
------------------------------------------- */
.recruit-graduate-ctt {
  margin-bottom: 97px;
}
@media screen and (max-width: 767px) {
  .recruit-graduate-ctt {
    margin-bottom: 50px;
  }
}

.recruit-graduate-ctt__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .recruit-graduate-ctt__inner {
    gap: 30px;
  }
}

/* 採用フロー
------------------------------------------- */
.recruit-graduate-flow {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .recruit-graduate-flow {
    margin-bottom: 35px;
  }
}

.recruit-graduate-flow-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0;
  position: relative;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .recruit-graduate-flow-menu {
    margin-bottom: 35px;
  }
}
.recruit-graduate-flow-menu dt {
  width: 320px;
  background-color: #004098;
  color: #ffffff;
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0;
  text-align: center;
  padding: 19px;
  border-radius: 10px 0px 0px 10px;
  border-top: solid 1px #b4d0f5;
  border-bottom: solid 1px #b4d0f5;
  border-left: solid 1px #b4d0f5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .recruit-graduate-flow-menu dt {
    width: 250px;
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .recruit-graduate-flow-menu dt {
    padding: 15px;
    width: 171px;
    font-size: 14px;
    width: 100%;
    border-radius: 10px 10px 0px 0px;
    border-top: solid 1px #b4d0f5;
    border-bottom: none;
    border-left: solid 1px #b4d0f5;
    border-right: solid 1px #b4d0f5;
  }
}
.recruit-graduate-flow-menu dd {
  width: calc(100% - 320px);
  background-color: #ffffff;
  color: #0b3f93;
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0;
  text-align: left;
  padding: 26px;
  padding-right: 30px;
  border-radius: 0px 10px 10px 0px;
  border-top: solid 1px #b4d0f5;
  border-right: solid 1px #b4d0f5;
  border-bottom: solid 1px #b4d0f5;
  margin-top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .recruit-graduate-flow-menu dd {
    width: calc(100% - 250px);
    font-size: 14px;
  }
}
@media screen and (max-width: 575px) {
  .recruit-graduate-flow-menu dd {
    width: 100%;
    padding: 15px;
    font-size: 14px;
    border-radius: 0px 0px 10px 10px;
    border-top: none;
    border-right: solid 1px #b4d0f5;
    border-left: solid 1px #b4d0f5;
    border-bottom: solid 1px #b4d0f5;
  }
}
.recruit-graduate-flow-menu::after {
  content: "";
  position: absolute;
  bottom: -70px;
  right: 50%;
  width: 140px;
  height: 70px;
  background: url(/recruit/img/recruit-graduate-next.png) no-repeat center center;
  background-size: contain;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
@media screen and (max-width: 767px) {
  .recruit-graduate-flow-menu::after {
    bottom: -35px;
    width: 70px;
    height: 35px;
  }
}

.recruit-graduate-flow-menu--offer {
  width: 100%;
  background-color: #004098;
  color: #ffffff;
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0;
  text-align: center;
  padding: 19px;
  border-radius: 10px 10px 10px 10px;
  border: solid 1px #b4d0f5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .recruit-graduate-flow-menu--offer {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .recruit-graduate-flow-menu--offer {
    padding: 15px;
    font-size: 14px;
  }
}

.recruit-graduate-flow-menu-mynavi-logo {
  width: 173px;
  margin-right: 10px;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
@media screen and (max-width: 767px) {
  .recruit-graduate-flow-menu-mynavi-logo {
    width: 130px;
    margin-right: 7px;
  }
}
@media screen and (max-width: 575px) {
  .recruit-graduate-flow-menu-mynavi-logo {
    width: 130px;
  }
}

/* あとでcommon.css合体 採用情報 ボタン
------------------------------------------- */
/* 角丸ボタン　矢印なし */
.recruit-graduate-btn-area {
  max-width: 800px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
}
@media screen and (max-width: 767px) {
  .recruit-graduate-btn-area {
    gap: 15px;
  }
}/*# sourceMappingURL=graduate.css.map */