@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;
  --border-r10: 10px;
  --border-r05: 5px;
}

.recruit-employee-benefits-mv__wrap {
  position: relative;
  padding: 0 30px;
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .recruit-employee-benefits-mv__wrap {
    padding: 0 20px;
    margin: 0;
  }
}
.recruit-employee-benefits-mv__wrap > img {
  display: block;
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .recruit-employee-benefits-mv__wrap > img {
    border-radius: 7px;
  }
}

.recruit-employee-benefits-mv__contents {
  position: absolute;
  top: 0;
  right: 50%;
  transform: translateX(50%);
}

.recruit-employee-benefits-mv__title {
  font-size: 28px;
  line-height: 0.95;
  font-weight: 700;
  text-align: center;
  color: #0b3f93;
  background-color: #ffffff;
  padding: 0 76px 22px;
  border-radius: 0 0 10px 10px;
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
}
@media screen and (max-width: 991px) {
  .recruit-employee-benefits-mv__title {
    font-size: 24px;
    padding: 0 33px 13px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-employee-benefits-mv__title {
    font-size: 20px;
    padding: 0 23px 16px;
  }
}
@media screen and (max-width: 575px) {
  .recruit-employee-benefits-mv__title {
    font-size: 15px;
    padding: 0 15px 13px;
  }
}

.recruit-employee-benefits-mv__sentence-wrap01 {
  padding: 0 30px 66px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .recruit-employee-benefits-mv__sentence-wrap01 {
    padding: 40px 23px 40px;
  }
}
@media screen and (max-width: 575px) {
  .recruit-employee-benefits-mv__sentence-wrap01 {
    padding: 40px 23px 40px;
  }
}

.recruit-employee-benefits-mv__sentence-inner {
  max-width: 790px;
  width: 100%;
  margin: 0 auto;
}

.recruit-employee-benefits-mv__sentence-title01 {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
  color: #0b3f93;
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  .recruit-employee-benefits-mv__sentence-title01 {
    font-size: 20px;
    margin: 0;
  }
}
.recruit-employee-benefits-mv__sentence-title01 span {
  font-size: 16px;
  display: inline-flex;
  vertical-align: middle;
  padding-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .recruit-employee-benefits-mv__sentence-title01 span {
    font-size: 12px;
  }
}

.recruit-employee-benefits-mv__sentence-title {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
  color: #0b3f93;
}
@media screen and (max-width: 767px) {
  .recruit-employee-benefits-mv__sentence-title {
    font-size: 20px;
  }
}

.recruit-contents-benefits__wrap {
  padding-top: 50px;
  margin: 0 auto 127px;
}
@media screen and (max-width: 767px) {
  .recruit-contents-benefits__wrap {
    margin: 0 auto 80px;
  }
}
@media screen and (max-width: 575px) {
  .recruit-contents-benefits__wrap {
    margin: 0 auto 60px;
  }
}

.recruit-contents__wrap--flex01 {
  max-width: 1000px;
  margin: 0 auto;
}

.recruit-contents__wrap--flex02 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  justify-content: center;
}
@media screen and (max-width: 1199px) {
  .recruit-contents__wrap--flex02 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    justify-content: center;
    padding: 0 30px;
  }
}
@media screen and (max-width: 991px) {
  .recruit-contents__wrap--flex02 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    justify-content: center;
    padding: 48px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-contents__wrap--flex02 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 34px;
    justify-content: center;
    padding: 0 45px;
  }
}
@media screen and (max-width: 575px) {
  .recruit-contents__wrap--flex02 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 375px) {
  .recruit-contents__wrap--flex02 {
    gap: 20px;
    padding: 0 23px;
  }
}

.recruit-training-inner {
  position: relative;
}
@media screen and (max-width: 991px) {
  .recruit-training-inner {
    max-width: 220px;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .recruit-training-inner {
    max-width: 220px;
    width: 100%;
    height: auto;
  }
}
.recruit-training-inner:hover {
  opacity: 0.8;
}
.recruit-training-inner .recruit-training-contents-img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.recruit-training-inner .recruit-training-contents-btn {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 30px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .recruit-training-inner .recruit-training-contents-btn {
    position: absolute;
    max-width: 30px;
    width: 100%;
  }
}

.recruit-training-contents {
  padding: 30px 30px 73px;
  background-color: #e7f1fb;
  border-radius: 10px;
  position: relative;
  max-width: 300px;
  width: 100%;
  max-height: 280px;
  height: 100%;
}
@media (max-width: 1240px) {
  .recruit-training-contents {
    padding: 32px 59px 73px;
  }
}
@media screen and (max-width: 1199px) {
  .recruit-training-contents {
    padding: 32px 35px 73px;
    max-height: 280px;
    height: 280px;
  }
}
@media screen and (max-width: 991px) {
  .recruit-training-contents {
    width: calc(50% - 14px);
    padding: 30px 35px 53px;
  }
}
.recruit-training-contents .recruit-training-contents--space {
  padding-bottom: 42px;
}
.recruit-training-contents .recruit-training-contents-btn {
  position: absolute;
  right: 9px;
  bottom: 9px;
  width: img;
  width-width: 30px;
}

.recruit-employee-benefits-mv__sentence-wrap02 {
  padding: 0 30px 64px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .recruit-employee-benefits-mv__sentence-wrap02 {
    padding: 0px 23px 40px;
  }
}
@media screen and (max-width: 575px) {
  .recruit-employee-benefits-mv__sentence-wrap02 {
    padding: 0px 23px 40px;
  }
}

.recruit-contents-benefits__wrap02 {
  padding-top: 50px;
  margin: 0 auto 73px;
}
@media screen and (max-width: 767px) {
  .recruit-contents-benefits__wrap02 {
    margin: 0px auto 0;
  }
}
@media screen and (max-width: 575px) {
  .recruit-contents-benefits__wrap02 {
    margin: 0px auto 0;
  }
}

.recruit-contents-benefits__wrap--flex {
  max-width: 1060px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px; /* 各アイテム間の隙間 */
  justify-content: center; /* 全体を中央揃え */
  padding: 0 30px; /* サイドの隙間 */
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .recruit-contents-benefits__wrap--flex {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 46px; /* 各アイテム間の隙間 */
    justify-content: center; /* 全体を中央揃え */
    padding: 0 45px; /* サイドの隙間 */
    margin: 0 auto;
  }
}
@media screen and (max-width: 575px) {
  .recruit-contents-benefits__wrap--flex {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px; /* 各アイテム間の隙間 */
    justify-content: center; /* 全体を中央揃え */
    padding: 0 20px; /* サイドの隙間 */
    margin: 0 auto;
  }
}

.recruit-employee-inner {
  position: relative;
}
.recruit-employee-inner:hover {
  opacity: 0.8;
}
.recruit-employee-inner .recruit-employee-contents-img {
  max-width: 300px;
  width: 100%;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .recruit-employee-inner .recruit-employee-contents-img {
    max-width: 300px;
    width: 100%;
    border-radius: 10px;
  }
}
.recruit-employee-inner .recruit-employee-contents-btn {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 30px;
}

.recruit-employee__inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .recruit-employee__inner {
    height: 83%;
  }
}
.recruit-employee__inner h4 {
  margin-bottom: 35px;
  font-size: 28px;
}
@media screen and (max-width: 575px) {
  .recruit-employee__inner h4 {
    font-size: 25px;
    margin-bottom: 13px;
  }
}
.recruit-employee__inner h4 span {
  font-size: 20px;
}
@media screen and (max-width: 575px) {
  .recruit-employee__inner h4 span {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .recruit-employee__inner .employee-img {
    width: 80%;
    text-align: center;
  }
}

.recruit-employee__inner02 {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .recruit-employee__inner02 {
    height: 83%;
  }
}
.recruit-employee__inner02 h4 {
  margin-bottom: 20px;
  font-size: 28px;
}
@media screen and (max-width: 375px) {
  .recruit-employee__inner02 h4 {
    margin-bottom: 13px;
    font-size: 23px;
    line-height: 1.5;
  }
}
.recruit-employee__inner02 h4 span {
  font-size: 20px;
}
@media screen and (max-width: 575px) {
  .recruit-employee__inner02 h4 span {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .recruit-employee__inner02 .employee-img {
    width: 75%;
  }
}

.recruit-welfare-contents__title01 {
  text-align: center;
  font-size: 28px;
  line-height: 1.5;
  font-weight: 700;
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
  color: #0b3f93;
  margin: -0.5em 0;
}
@media screen and (max-width: 767px) {
  .recruit-welfare-contents__title01 {
    font-size: 20px;
  }
}
@media screen and (max-width: 375px) {
  .recruit-welfare-contents__title01 {
    font-size: 20px;
  }
}
.recruit-welfare-contents__title01 span {
  font-size: 18px;
}

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

.recruit-employee-contents__txt-wrap {
  width: 100%;
  padding: 10px;
  margin-bottom: 57px;
}
@media screen and (max-width: 767px) {
  .recruit-employee-contents__txt-wrap {
    padding-top: 20px;
  }
}

.training-modal-box {
  background-color: #e7f1fb;
  width: 100%;
  max-width: 400px;
  height: 480px;
  border-radius: 10px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 49px 0 61.5px;
}

.training-modal-box .training-modal-inner {
  text-align: left;
  max-width: 400px;
  width: 100%;
}

.recruit-training__inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
}
.recruit-training__inner h4 {
  margin-bottom: 35px;
  text-align: center;
  font-size: 28px;
  line-height: 1.5;
  font-weight: 700;
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
  color: #0b3f93;
  margin: -0.5em 0 1.5em;
}
@media screen and (max-width: 767px) {
  .recruit-training__inner h4 {
    font-size: 28px;
  }
}
@media screen and (max-width: 375px) {
  .recruit-training__inner h4 {
    font-size: 25px;
    margin-bottom: 13px;
  }
}
.recruit-training__inner h4 span {
  font-size: 20px;
}

.recruit-training-contents__txt-wrap {
  width: 100%;
  padding: 0 10px 0;
  margin: 48px 0 57px;
}
@media screen and (max-width: 767px) {
  .recruit-training-contents__txt-wrap {
    margin: 10px 0 57px;
    padding-top: 20px;
  }
}

.employee-modal-box {
  width: 100%;
  max-width: 400px;
  height: 480px;
  background-color: #e1f3ef;
  border-radius: 10px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 49px 0 61.5px;
}

.employee-modal-box02 {
  width: 100%;
  max-width: 400px;
  height: 480px;
  background-color: #e1f3ef;
  border-radius: 10px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 49px 0 61.5px;
  text-align: left;
}
@media screen and (max-width: 575px) {
  .employee-modal-box02 {
    padding: 20px 0 61.5px;
  }
}

.employee-modal-close {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #0b3f93;
  bottom: 10px;
  right: 10px;
  z-index: 100;
  cursor: pointer;
}

.employee-modal-close::before, .employee-modal-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 13px;
  background: #fff;
}

.employee-modal-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.employee-modal-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.recruit-training-contents02 {
  border-radius: 10px;
  position: relative;
  max-width: 500px;
  width: 100%;
  max-height: 500px;
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 1240px) {
  .recruit-training-contents02 {
    padding: 0;
  }
}
@media screen and (max-width: 1199px) {
  .recruit-training-contents02 {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .recruit-training-contents02 {
    width: 100%;
  }
}
.recruit-training-contents02 .training-img {
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
  max-width: 233px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 375px) {
  .recruit-training-contents02 .training-img {
    margin: 30px auto 0;
  }
}

.recruit-training__txt01 {
  content: "";
  display: block;
  position: relative;
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
  color: #0b3f93;
  font-size: 16px;
  white-space: normal;
  padding: 0 30px;
  text-align: justify;
}

.recruit-employee-benefits__txt {
  content: "";
  display: block;
  position: relative;
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
  color: #0b3f93;
  font-size: 16px;
  white-space: normal;
  padding: 0 30px;
  z-index: 20;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .recruit-employee-benefits__txt {
    line-height: 1.6;
    letter-spacing: 0.06em;
    font-size: 15px;
  }
}

.recruit-number-contents__title {
  font-size: 28px;
  font-weight: bold;
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
  text-align: center;
  color: #0b3f93;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .recruit-number-contents__title {
    font-size: 20px;
  }
}
@media screen and (max-width: 375px) {
  .recruit-number-contents__title {
    font-size: 17px;
  }
}

.recruit-employee-benefits-section-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 30px;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  .recruit-employee-benefits-section-flex {
    padding: 0 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .recruit-employee-benefits-section-flex {
    gap: 15px;
    padding: 0 20px 0;
  }
}

.recruit-number-area {
  width: calc(33.3333333333% - 20px);
  border-radius: 10px;
  background-color: #c2d8e9;
  padding: 40px 0 60px;
}
@media screen and (max-width: 991px) {
  .recruit-number-area {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 767px) {
  .recruit-number-area {
    width: calc(33.3333333333% - 10px);
    border-radius: 7px;
    aspect-ratio: 1/1;
    padding: 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 575px) {
  .recruit-number-area {
    width: calc(50% - 7.5px);
  }
}

.recruit-number-contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.recruit-number-data__subtitle {
  font-size: 28px;
  font-weight: bold;
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
  color: #0b3f93;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .recruit-number-data__subtitle {
    font-size: 18px;
  }
}

.recruit-data-num {
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
  font-weight: 100;
  font-size: 110px;
  color: #0b3f93;
  text-align: center;
  line-height: 0.75;
  padding-top: 35px;
}
@media screen and (max-width: 767px) {
  .recruit-data-num {
    font-size: 40px;
    padding-top: 16px;
  }
}
.recruit-data-num > span {
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
  font-weight: 100;
  font-size: 70px;
  color: #0b3f93;
}
@media screen and (max-width: 767px) {
  .recruit-data-num > span {
    font-size: 20px;
  }
}

.recruit-number-detail {
  font-size: 16px;
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
  font-weight: 500;
  color: #0b3f93;
  text-align: center;
  padding-top: 29px;
}
@media screen and (max-width: 767px) {
  .recruit-number-detail {
    font-size: 12px;
    padding-top: 11px;
  }
}

.recruit-welfare-contents__line-wrap--first {
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: block;
}
.recruit-welfare-contents__line-wrap--first:after {
  content: "";
  width: 99.3%;
  height: 1px;
  background-color: #c9dbfb;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1199px) {
  .recruit-welfare-contents__line-wrap--first:after {
    width: 95.3%;
  }
}
@media screen and (max-width: 991px) {
  .recruit-welfare-contents__line-wrap--first:after {
    width: 96.3%;
  }
}
@media screen and (max-width: 767px) {
  .recruit-welfare-contents__line-wrap--first:after {
    width: 93%;
  }
}
@media screen and (max-width: 575px) {
  .recruit-welfare-contents__line-wrap--first:after {
    width: 89.7%;
  }
}

.recruit-welfare-contents__line--first {
  position: relative;
  display: block;
}

.recruit-welfare-contents__line-wrap--middle {
  padding-top: 56px;
  padding-bottom: 50px;
  max-width: 1260px;
  width: 100%;
  margin: 0 auto 50px;
  position: relative;
  display: block;
}
@media screen and (max-width: 575px) {
  .recruit-welfare-contents__line-wrap--middle {
    padding-top: 15px;
  }
}
.recruit-welfare-contents__line-wrap--middle:after {
  content: "";
  width: 99.3%;
  height: 1px;
  background-color: #c9dbfb;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1199px) {
  .recruit-welfare-contents__line-wrap--middle:after {
    width: 95.3%;
  }
}
@media screen and (max-width: 991px) {
  .recruit-welfare-contents__line-wrap--middle:after {
    width: 96.3%;
  }
}
@media screen and (max-width: 767px) {
  .recruit-welfare-contents__line-wrap--middle:after {
    width: 93%;
  }
}
@media screen and (max-width: 575px) {
  .recruit-welfare-contents__line-wrap--middle:after {
    width: 89.7%;
  }
}

.recruit-welfare-contents__line--middle {
  position: relative;
  display: block;
}

.recruit-welfare-contents__line--last {
  position: relative;
  display: block;
  padding-top: 85px;
  padding-bottom: 50px;
  max-width: 1260px;
  width: 100%;
  margin: 0 auto 47px;
}
@media screen and (max-width: 767px) {
  .recruit-welfare-contents__line--last {
    padding-top: 20px;
  }
}
@media screen and (max-width: 575px) {
  .recruit-welfare-contents__line--last {
    padding-top: 15px;
  }
}
@media screen and (max-width: 375px) {
  .recruit-welfare-contents__line--last {
    padding-top: 15px;
  }
}
.recruit-welfare-contents__line--last:after {
  content: "";
  width: 99.3%;
  height: 1px;
  background-color: #c9dbfb;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1199px) {
  .recruit-welfare-contents__line--last:after {
    width: 95.3%;
  }
}
@media screen and (max-width: 991px) {
  .recruit-welfare-contents__line--last:after {
    width: 96.3%;
  }
}
@media screen and (max-width: 767px) {
  .recruit-welfare-contents__line--last:after {
    width: 93%;
  }
}
@media screen and (max-width: 575px) {
  .recruit-welfare-contents__line--last:after {
    width: 89.7%;
  }
}

/* モーダル */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
  pointer-events: none;
  opacity: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.9);
}

/* モーダルがactiveの時 */
.modal.is-active {
  opacity: 1;
  pointer-events: auto;
}

/* モーダル背景のオーバーレイ部分 */
.modal__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

/* モーダルのコンテンツ */
.modal__content {
  position: relative;
  width: 100%;
  max-width: 700px;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .modal__content {
    padding: 0;
  }
}

/* Swiperの矢印部分 */
.modal .swiper-button-next,
.modal .swiper-button-prev {
  color: #0b3f93;
}
@media screen and (max-width: 767px) {
  .modal .swiper-button-next,
  .modal .swiper-button-prev {
    width: calc(var(--swiper-navigation-size) / 44 * 10);
  }
}

@media screen and (max-width: 767px) {
  .modal .swiper-button-next:after,
  .modal .swiper-button-prev:after {
    font-size: 30px;
  }
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}/*# sourceMappingURL=welfare.css.map */