@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-corporate-mv__wrap {
  position: relative;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .recruit-corporate-mv__wrap {
    padding: 0 20px;
  }
}
.recruit-corporate-mv__wrap > img {
  display: block;
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .recruit-corporate-mv__wrap > img {
    border-radius: 7px;
  }
}

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

.recruit-corporate-mv__title {
  font-size: 28px;
  line-height: 0.95;
  font-weight: bold;
  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: 767px) {
  .recruit-corporate-mv__title {
    font-size: 20px;
    padding: 0 33px 13px;
  }
}
@media screen and (max-width: 575px) {
  .recruit-corporate-mv__title {
    font-size: 18px;
  }
}

.recruit-corporate-mv__rogo {
  width: 209px;
  padding-top: 74px;
}
@media screen and (max-width: 991px) {
  .recruit-corporate-mv__rogo {
    padding-top: 37px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-corporate-mv__rogo {
    width: 130px;
    padding-top: 25px;
  }
}
@media screen and (max-width: 575px) {
  .recruit-corporate-mv__rogo {
    width: 70px;
    padding-top: 20px;
  }
}
@media screen and (max-width: 375px) {
  .recruit-corporate-mv__rogo {
    padding-top: 15px;
  }
}

.recruit-corporate-mv__copy {
  width: 372px;
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .recruit-corporate-mv__copy {
    width: 260px;
    padding-top: 20px;
  }
}
@media screen and (max-width: 575px) {
  .recruit-corporate-mv__copy {
    width: 187px;
    padding-top: 15px;
  }
}
@media screen and (max-width: 375px) {
  .recruit-corporate-mv__copy {
    padding-top: 7px;
  }
}

.recruit-corporate-mv__sentence-wrap {
  padding: 48px 30px 58px;
}
@media screen and (max-width: 767px) {
  .recruit-corporate-mv__sentence-wrap {
    padding: 40px 23px 44px;
  }
}

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

.recruit-corporate-mv__sentence-title {
  font-size: 28px;
  line-height: 1.5;
  font-weight: bold;
  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-corporate-mv__sentence-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 375px) {
  .recruit-corporate-mv__sentence-title {
    font-size: 17px;
  }
}

.recruit-corporate-mv__sentence {
  padding-top: 17px;
  font-size: 16px;
  line-height: 1.75;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  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-corporate-mv__sentence {
    font-size: 14px;
    padding-top: 20px;
  }
}

.recruit-corporate-contents__line-wrap--first {
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 52px;
}

.recruit-corporate-contents__line-wrap--last {
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
  padding-top: 96px;
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .recruit-corporate-contents__line-wrap--last {
    padding-top: 70px;
    margin-bottom: 0;
  }
}

.recruit-corporate-contents__line-wrap--middle {
  padding-top: 56px;
  padding-bottom: 50px;
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
}

.recruit-corporate-contents__line--first {
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: block;
}
.recruit-corporate-contents__line--first:before {
  content: "";
  width: 99.3%;
  height: 1px;
  background-color: #c9dbfb;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 575px) {
  .recruit-corporate-contents__line--first:before {
    width: 98.7%;
  }
}

.recruit-corporate-contents__line--last {
  position: relative;
  display: block;
}
.recruit-corporate-contents__line--last:after {
  content: "";
  width: 99.3%;
  height: 1px;
  background-color: #c9dbfb;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 575px) {
  .recruit-corporate-contents__line--last:after {
    width: 98.7%;
  }
}

.recruit-corporate-contents__line--middle {
  position: relative;
  display: block;
}
.recruit-corporate-contents__line--middle:after {
  content: "";
  width: 99.3%;
  height: 1px;
  background-color: #c9dbfb;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 575px) {
  .recruit-corporate-contents__line--middle:after {
    width: 98.7%;
  }
}

.recruit-corporate-section__wrap {
  padding: 0 90px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .recruit-corporate-section__wrap {
    padding: 0 30px;
  }
}
@media screen and (max-width: 991px) {
  .recruit-corporate-section__wrap {
    padding: 0 35px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-corporate-section__wrap {
    padding: 0 20px;
  }
}

.recruit-contents__wrap--flex {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px 20px;
  max-width: 1260px;
  margin: 0 auto;
}

.recruit-corporate-contents {
  width: calc(50% - 10px);
  padding: 72px 61px 64px;
  background-color: #e7f1fb;
  border-radius: 10px;
  position: relative;
}
@media (max-width: 1240px) {
  .recruit-corporate-contents {
    padding: 80px 59px 73px;
  }
}
@media screen and (max-width: 1199px) {
  .recruit-corporate-contents {
    padding: 80px 35px 73px;
  }
}
@media screen and (max-width: 991px) {
  .recruit-corporate-contents {
    width: 100%;
    padding: 70px 35px 53px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-corporate-contents {
    padding: 50px 20px 35px;
    border-radius: 7px;
  }
}

.recruit-corporate-contents--space {
  padding-bottom: 42px;
}

.recruit-corporate-contents--big {
  width: 100%;
}
.recruit-corporate-contents--big .recruit-contents__background-img {
  width: 13.5772357724%;
}
@media screen and (max-width: 991px) {
  .recruit-corporate-contents--big .recruit-contents__background-img {
    width: 26.935483871%;
  }
}

.recruit-contents__background-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 26.935483871%;
}

.recruit-contents__inner {
  height: 100%;
  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-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}

.recruit-contents__let {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.recruit-contents__inner--big {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 1;
  gap: 45px;
}
@media screen and (max-width: 1199px) {
  .recruit-contents__inner--big {
    gap: 25px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-contents__inner--big {
    display: block;
  }
}
.recruit-contents__inner--big .recruit-contents__let .recruit-contents__sentence {
  min-width: 595px;
}
@media screen and (max-width: 1199px) {
  .recruit-contents__inner--big .recruit-contents__let .recruit-contents__sentence {
    min-width: 530px;
  }
}
@media screen and (max-width: 991px) {
  .recruit-contents__inner--big .recruit-contents__let .recruit-contents__sentence {
    min-width: 0;
  }
}
.recruit-contents__inner--big .recruit-contents__img-wrap {
  padding-top: 39px;
}
.recruit-contents__inner--big .recruit-contents__img-wrap > img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .recruit-contents__inner--big .recruit-contents__img-wrap > img {
    border-radius: 7px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-contents__inner--big .recruit-contents__img-wrap {
    padding-top: 20px;
  }
}

.recruit-contents__subtitle {
  text-align: center;
  font-size: 28px;
  line-height: 1.5;
  font-weight: bold;
  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-contents__subtitle {
    font-size: 20px;
  }
}
@media screen and (max-width: 375px) {
  .recruit-contents__subtitle {
    font-size: 17px;
  }
}
.recruit-contents__subtitle > span {
  font-size: 20px;
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
  font-weight: bold;
  color: #0b3f93;
  text-align: center;
  display: block;
}

.recruit-contents__sentence {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.03rem;
  padding-top: 27px;
  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-contents__sentence {
    padding-top: 30px;
    font-size: 14px;
  }
}

.recruit-contents__sentence--palt {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.recruit-contents__img-wrap {
  width: 100%;
  margin-top: 39px;
  border-radius: 10px;
  overflow: hidden;
  max-width: 450px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .recruit-contents__img-wrap {
    margin-top: 20px;
    border-radius: 7px;
  }
}
.recruit-contents__img-wrap > img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.recruit-contents__btn-wrap {
  padding-top: 49px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 300px;
}
@media screen and (max-width: 767px) {
  .recruit-contents__btn-wrap {
    gap: 15px;
    padding-top: 27px;
  }
}
@media screen and (max-width: 575px) {
  .recruit-contents__btn-wrap {
    max-width: 300px;
    width: 100%;
  }
}

.recruit-contents__btn {
  width: 100%;
  position: relative;
  text-align: center;
  font-size: 16px;
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
  line-height: 0.95;
  color: #0b3f93;
  border-radius: 30px;
  margin: 0 auto;
  background-color: #ffffff;
  display: block;
  padding: 23px 0;
  -webkit-transition: var(--trans-all-2s);
  transition: var(--trans-all-2s);
}
@media screen and (max-width: 767px) {
  .recruit-contents__btn {
    padding: 20px 0;
    font-size: 14px;
  }
}
.recruit-contents__btn:hover, .recruit-contents__btn :active, .recruit-contents__btn :focus {
  opacity: 0.8;
}
.recruit-contents__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 17px;
  width: 30px;
  height: 30px;
  background: url(/recruit/img/recruit-arrow-right02.png) no-repeat center center;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.recruit-corporate-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-corporate-contents__title {
    font-size: 20px;
  }
}
@media screen and (max-width: 375px) {
  .recruit-corporate-contents__title {
    font-size: 17px;
  }
}

.recruit-corporate-contents-reputation__wrap--flex {
  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;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 30px;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 27px;
}
@media screen and (max-width: 991px) {
  .recruit-corporate-contents-reputation__wrap--flex {
    gap: 20px;
    padding-bottom: 0;
  }
}

.recruit-corporate-reputation-contents {
  width: calc(33.3333333333% - 20px);
  border-radius: 10px;
  background-color: #e7f1fb;
}
@media screen and (max-width: 991px) {
  .recruit-corporate-reputation-contents {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .recruit-corporate-reputation-contents {
    border-radius: 7px;
  }
}

.recruit-corporate-reputation-contents__inner {
  padding: 40px 40px 56px;
}
@media screen and (max-width: 767px) {
  .recruit-corporate-reputation-contents__inner {
    padding: 30px 20px 35px;
  }
}

.recruit-corporate-reputation-contents-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 11px;
}
.recruit-corporate-reputation-contents-name--ministry {
  padding-top: 10px;
}

.recruit-corporate-reputation-contents-name__img-wrap {
  width: 70px;
  height: 70px;
}
.recruit-corporate-reputation-contents-name__img-wrap--ministry {
  width: 50px;
  height: 50px;
}
.recruit-corporate-reputation-contents-name__img-wrap > img {
  width: 100%;
  height: auto;
}

.recruit-corporate-reputation-contents-name__text-wrap {
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
  font-weight: bold;
  font-size: 20px;
  color: #424b59;
  line-height: 2.9rem;
}
@media screen and (max-width: 767px) {
  .recruit-corporate-reputation-contents-name__text-wrap {
    font-size: 18px;
  }
}
.recruit-corporate-reputation-contents-name__text-wrap > span {
  font-size: 16px;
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
  font-weight: bold;
  color: #0b3f93;
  display: block;
  padding-top: 4px;
}
@media screen and (max-width: 767px) {
  .recruit-corporate-reputation-contents-name__text-wrap > span {
    font-size: 14px;
  }
}
.recruit-corporate-reputation-contents-name__text-wrap > img {
  width: 100%;
  max-width: 220px;
  height: auto;
}

.recruit-corporate-reputation-contents__sentence {
  font-size: 16px;
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
  color: #0b3f93;
  padding-top: 17px;
}
@media screen and (max-width: 767px) {
  .recruit-corporate-reputation-contents__sentence {
    font-size: 14px;
  }
}
.recruit-corporate-reputation-contents__sentence--ministry {
  padding-top: 27px;
}

.recruit-corporate-contents-data__wrap--flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -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: 30px;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .recruit-corporate-contents-data__wrap--flex {
    gap: 15px;
  }
}

.recruit-corporate-data-contents {
  width: calc(33.3333333333% - 20px);
  border-radius: 10px;
  background-color: #c2d8e9;
  padding: 40px 0 60px;
}
@media screen and (max-width: 991px) {
  .recruit-corporate-data-contents {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 767px) {
  .recruit-corporate-data-contents {
    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-corporate-data-contents {
    width: calc(50% - 7.5px);
  }
}

.recruit-corporate-data__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-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;
  height: 100%;
}

.recruit-corporate-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-corporate-data__subtitle {
    font-size: 18px;
  }
}

.recruit-corporate-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-corporate-data-num {
    font-size: 40px;
    padding-top: 16px;
  }
}
.recruit-corporate-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-corporate-data-num > span {
    font-size: 20px;
  }
}

.recruit-corporate-data-annotation {
  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-corporate-data-annotation {
    font-size: 12px;
    padding-top: 11px;
  }
}

.recruit-corporate-more-contents__wrap {
  position: relative;
  padding-top: 53px;
  padding-bottom: 94px;
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .recruit-corporate-more-contents__wrap {
    padding-top: 39px;
    padding-bottom: 54px;
  }
}
.recruit-corporate-more-contents__wrap::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 92.0634920635%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 10px;
  background-color: #e7f1fb;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .recruit-corporate-more-contents__wrap::before {
    border-radius: 7px;
  }
}

.recruit-corporate-more-contents__title {
  font-size: 32px;
  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: 34px;
}
@media screen and (max-width: 767px) {
  .recruit-corporate-more-contents__title {
    font-size: 22px;
  }
}
@media screen and (max-width: 375px) {
  .recruit-corporate-more-contents__title {
    font-size: 19px;
  }
}

.recruit-corporate-contents-more__wrap--flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .recruit-corporate-contents-more__wrap--flex {
    gap: 15px;
  }
}

.recruit-corporate-more-contents {
  width: calc(25% - 15px);
  position: relative;
  -webkit-transition: var(--trans-all-2s);
  transition: var(--trans-all-2s);
}
@media screen and (max-width: 767px) {
  .recruit-corporate-more-contents {
    width: calc(25% - 11.25px);
  }
}
@media screen and (max-width: 575px) {
  .recruit-corporate-more-contents {
    width: calc(50% - 7.5px);
  }
}
.recruit-corporate-more-contents:hover, .recruit-corporate-more-contents :active, .recruit-corporate-more-contents :focus {
  opacity: 0.8;
}
.recruit-corporate-more-contents > a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.recruit-corporate-more-contents__img-wrap {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .recruit-corporate-more-contents__img-wrap {
    border-radius: 7px;
  }
}
.recruit-corporate-more-contents__img-wrap > img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.recruit-corporate-more-contents__subtitle {
  font-size: 22px;
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
  color: #0b3f93;
  text-align: center;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .recruit-corporate-more-contents__subtitle {
    font-size: 14px;
    padding-top: 5px;
  }
}/*# sourceMappingURL=corporates.css.map */