@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-main {
  position: relative;
}

.recruit-mv-area {
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .recruit-mv-area {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 575px) {
  .recruit-mv-area {
    margin-bottom: 30px;
  }
}

.recruit-slider {
  width: 100%;
}

.recruit-slider-img {
  width: 100%;
}

.swiper-pagination {
  position: relative;
  margin: 24px auto 50px;
}
@media screen and (max-width: 767px) {
  .swiper-pagination {
    display: none;
  }
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 0;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  background-color: #bacff2;
}
.swiper-pagination-bullet-active {
  background-color: #0b3f93;
}

.recruit-top__about {
  max-width: 1260px;
  margin: 0 auto 160px;
}
@media screen and (max-width: 1199px) {
  .recruit-top__about {
    padding-inline: 30px;
  }
}
@media screen and (max-width: 991px) {
  .recruit-top__about {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-top__about {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 575px) {
  .recruit-top__about {
    margin-bottom: 50px;
  }
}

.recruit-top__about-heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 575px) {
  .recruit-top__about-heading {
    gap: 10px;
    margin-bottom: 30px;
  }
}

.recruit-top__about-heading-img {
  max-width: 272px;
  width: 100%;
}
@media screen and (max-width: 575px) {
  .recruit-top__about-heading-img {
    max-width: 150px;
  }
}

.recruit-top-heading-ja {
  color: #0b3f93;
  font-size: 24px;
  font-weight: 300;
}
@media screen and (max-width: 575px) {
  .recruit-top-heading-ja {
    font-size: 14px;
  }
}

.recruit-top__about-ct {
  position: relative;
  max-width: calc(var(--site-base-container) - 180px);
  margin: 0 auto;
  padding-top: 140px;
}
@media screen and (max-width: 1199px) {
  .recruit-top__about-ct {
    padding-inline: 30px;
  }
}
@media screen and (max-width: 991px) {
  .recruit-top__about-ct {
    padding-inline: 0;
  }
}
@media screen and (max-width: 375px) {
  .recruit-top__about-ct {
    padding-top: 90px;
  }
}

.recruit-top__about-ct-inner {
  position: relative;
  background-color: #e7f1fb;
  border-radius: var(--border-r10);
  margin: 0 auto;
  padding-top: 300px;
  padding-bottom: 136px;
}
@media screen and (max-width: 991px) {
  .recruit-top__about-ct-inner {
    padding-inline: 15px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-top__about-ct-inner {
    padding: 28vw 30px 10px;
  }
}
@media screen and (max-width: 575px) {
  .recruit-top__about-ct-inner {
    padding-top: min(15.652173913vw, 90px);
  }
}
@media screen and (max-width: 375px) {
  .recruit-top__about-ct-inner {
    padding-top: 70px;
    padding-inline: 25px;
  }
}

.recruit-top__about-ct-img {
  position: absolute;
  top: -140px;
  left: 50%;
  max-width: 720px;
  width: 100%;
  margin: 0 auto 40px;
  transform: translateX(-50%);
}
.recruit-top__about-ct-img img {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .recruit-top__about-ct-img {
    padding-inline: 60px;
  }
}
@media screen and (max-width: 575px) {
  .recruit-top__about-ct-img {
    top: min(-24.347826087vw, -140px);
    padding-inline: min(8.6956521739vw, 50px);
  }
}
@media screen and (max-width: 375px) {
  .recruit-top__about-ct-img {
    top: -80px;
  }
}

.recruit-top__about-detail {
  max-width: 720px;
  margin: 0 auto;
}

.recruit-top__about-lead {
  color: #0b3f93;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.75;
  text-align: center;
  margin-block: 30px;
}
@media screen and (max-width: 575px) {
  .recruit-top__about-lead {
    font-size: min(4.1739130435vw, 24px);
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 375px) {
  .recruit-top__about-lead {
    font-size: 17px;
    font-feature-settings: "palt";
  }
}

.recruit-top__about-sentence {
  color: #0b3f93;
  font-size: 16px;
  margin-bottom: 40px;
}
@media screen and (max-width: 575px) {
  .recruit-top__about-sentence {
    font-size: 15px;
  }
}

.recruit-top__about-btn-area {
  width: 100%;
  margin-bottom: 55px;
}
@media screen and (max-width: 375px) {
  .recruit-top__about-btn-area {
    margin-bottom: 35px;
  }
}

.recruit-top__about-btn {
  display: inline-block;
  position: relative;
  color: #0b3f93;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  width: 100%;
  background-color: #ffffff;
  padding-block: 18px;
  border-radius: var(--border-r10);
  transition: var(--trans-all-2s);
}
.recruit-top__about-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 30px;
  height: 30px;
  background: url(/recruit/img/recruit-top-about-head-arrow.png) no-repeat center center;
  background-size: contain;
  transform: translateY(-50%);
}
.recruit-top__about-btn:hover {
  color: #0b3f93;
  opacity: 0.8;
}

.recruit-top__about-list {
  display: none;
}
@media screen and (max-width: 767px) {
  .recruit-top__about-list {
    display: block;
    width: 100%;
  }
}

.recruit-top__about-list-ct {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px 20px;
  width: 100%;
}
@media screen and (max-width: 575px) {
  .recruit-top__about-list-ct {
    gap: 25px 20px;
  }
}

.recruit-top__about-list-item {
  width: calc(25% - 20px);
}
@media screen and (max-width: 767px) {
  .recruit-top__about-list-item {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 575px) {
  .recruit-top__about-list-item {
    width: calc(50% - 10px);
  }
}

.recruit-top__about-list-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: var(--trans-all-2s);
}
.recruit-top__about-list-link:hover {
  opacity: 0.8;
}

.recruit-top__about-list-img {
  width: 100%;
}

.recruit-top__about-list-title {
  display: block;
  color: #0b3f93;
  font-size: 22px;
  line-height: 1;
  margin-top: 15px;
}
@media screen and (max-width: 575px) {
  .recruit-top__about-list-title {
    font-size: 16px;
    margin-top: 10px;
  }
}

.recruit-top__info {
  max-width: calc(var(--site-base-container) - 40px);
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  .recruit-top__info {
    padding-inline: 30px;
  }
}
@media screen and (max-width: 575px) {
  .recruit-top__info {
    padding-inline: 10vw;
  }
}

.recruit-top__info-ct {
  display: block;
  position: relative;
  margin-bottom: 100px;
  padding-bottom: 60px;
  padding-left: 70px;
  transition: var(--trans-all-2s);
}
@media screen and (max-width: 991px) {
  .recruit-top__info-ct {
    max-width: 620px;
    margin: 0 auto 60px;
    padding-bottom: 20px;
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .recruit-top__info-ct {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 575px) {
  .recruit-top__info-ct {
    margin-bottom: 30px;
  }
}
.recruit-top__info-ct::before {
  content: "";
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  height: calc(100% - 60px);
  background-color: #e7f1fb;
  border-radius: var(--border-r10);
  z-index: -1;
}
@media screen and (min-width: 1440px) {
  .recruit-top__info-ct::before {
    max-height: 263px;
  }
}
@media screen and (max-width: 991px) {
  .recruit-top__info-ct::before {
    display: none;
  }
}
.recruit-top__info-ct::after {
  content: "";
  position: absolute;
  bottom: 21px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: url(/recruit/img/recruit-top-arrow-right-pc.png) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 991px) {
  .recruit-top__info-ct::after {
    bottom: 32px;
    right: 23px;
  }
}
@media screen and (max-width: 575px) {
  .recruit-top__info-ct::after {
    bottom: 0;
    right: 12px;
    width: 40px;
    height: 40px;
    background: url(/recruit/img/recruit-top-arrow-right-sp.png) no-repeat center center;
    background-size: contain;
  }
}
.recruit-top__info-ct:hover {
  opacity: 0.8;
}
.recruit-top__info-ct--career {
  margin-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .recruit-top__info-ct--career {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 575px) {
  .recruit-top__info-ct--career {
    margin-bottom: 30px;
  }
}

.recruit-top__info-ct-body {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 40px;
  max-width: calc(var(--site-base-container) - 100px);
}
.recruit-top__info-ct-body--career::before {
  content: "";
  max-width: 480px;
  width: 100%;
  max-height: 264px;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .recruit-top__info-ct-body {
    flex-direction: column;
    gap: 0;
    align-items: center;
  }
}

.recruit-top__info-img {
  flex-shrink: 0;
  max-width: 480px;
}
@media screen and (max-width: 991px) {
  .recruit-top__info-img {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-top__info-img {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 575px) {
  .recruit-top__info-img {
    max-width: 240px;
  }
}
.recruit-top__info-img--career {
  position: absolute;
  top: -10px;
  left: 96px;
  max-width: 388px;
}
@media screen and (max-width: 991px) {
  .recruit-top__info-img--career {
    position: relative;
    top: auto;
    left: auto;
    margin: 0 auto 50px;
  }
}
@media screen and (max-width: 575px) {
  .recruit-top__info-img--career {
    max-width: 200px;
  }
}
.recruit-top__info-img img {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .recruit-top__info-detail {
    position: relative;
    max-width: 600px;
    background-color: #e7f1fb;
    border-radius: var(--border-r10);
    padding: 150px 30px 60px;
    margin-top: -150px;
    z-index: -1;
  }
}
@media screen and (max-width: 575px) {
  .recruit-top__info-detail {
    padding: 70px 25px 50px;
    margin-top: -70px;
  }
  .recruit-top__info-detail--career {
    margin-top: -100px;
  }
}

.recruit-top__info-intro {
  margin-block: 10px 60px;
}
@media screen and (max-width: 991px) {
  .recruit-top__info-intro {
    display: none;
  }
}
.recruit-top__info-intro--sp {
  display: none;
}
@media screen and (max-width: 991px) {
  .recruit-top__info-intro--sp {
    display: block;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-top__info-intro--sp {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 575px) {
  .recruit-top__info-intro--sp {
    margin-bottom: 24px;
  }
  .recruit-top__info-intro--sp .recruit-top__info-intro-ttl {
    height: 23px;
  }
}

.recruit-top__info-heading {
  color: #0b3f93;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  max-width: 580px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .recruit-top__info-heading {
    font-size: 23px;
    text-align: center;
  }
}
@media screen and (max-width: 575px) {
  .recruit-top__info-heading {
    font-weight: 400;
    margin-bottom: 10px;
  }
}

.recruit-top__info-sentence {
  color: #0b3f93;
  font-size: 16px;
  max-width: 544px;
}
@media screen and (max-width: 575px) {
  .recruit-top__info-sentence {
    font-size: 15px;
    font-weight: 300;
  }
}

#recruit-movie {
  cursor: pointer;
}/*# sourceMappingURL=contents.css.map */