@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-workplace {
  color: #003f97 !important;
  line-height: 1.8 !important;
  font-size: 14px;
  /* ------- タイトル指定 ------- */
  /* ------- メインビジュアル共通 ------- */
  /* ------- 各flex要素に適用 ------- */
}
.recruit-workplace .hero {
  position: relative;
  background: url(/recruit/workplace/img/main_img.jpg) no-repeat center;
  background-size: cover;
  background-position: bottom;
}
.recruit-workplace .hero__text {
  padding: 0;
  text-align: center;
  height: 27vw;
  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-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .recruit-workplace .hero__text {
    padding-bottom: 0;
  }
}
.recruit-workplace .hero__text h1 {
  font-weight: normal;
  font-size: 3.4rem;
  color: #fff;
  text-shadow: 2px 2px 7px black, -2px -2px 7px black;
}
@media screen and (max-width: 767px) {
  .recruit-workplace .hero__text h1 {
    font-size: 2rem;
  }
}
.recruit-workplace__menu {
  position: absolute;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .recruit-workplace__menu {
    position: relative;
    z-index: auto;
  }
}
.recruit-workplace__menu--pc {
  width: 100%;
  background-color: #f1f8fc;
  padding: 120px 0 4%;
}
@media screen and (min-width: 1440px) {
  .recruit-workplace__menu--pc {
    bottom: min(-2.0833333333vw, -30px);
  }
}
.recruit-workplace__menu--pc ul {
  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;
  text-align: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 82.5vw;
  gap: 4.5vw 3vw;
  margin: auto;
}
@media screen and (min-width: 1440px) {
  .recruit-workplace__menu--pc ul {
    row-gap: min(5.2083333333vw, 75px);
  }
}
.recruit-workplace__menu--pc ul li {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 14vw;
}
.recruit-workplace__menu--pc ul li:hover {
  opacity: 0.7;
}
.recruit-workplace__menu--pc ul li img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .recruit-workplace__menu--pc {
    display: none;
  }
}
@media (min-width: 768px) {
  .recruit-workplace__menu--sm {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .recruit-workplace__menu--sm {
    width: 100%;
    background-color: #f1f8fc;
  }
  .recruit-workplace__menu--sm ul {
    max-width: 690px;
    width: 100%;
    margin-top: 30px;
    background-color: #ffffff;
  }
  .recruit-workplace__menu--sm ul li {
    width: calc(100vw - 18px);
    text-align: center;
    margin: 0 auto 5px;
  }
  .recruit-workplace__menu--sm ul li img {
    width: 100%;
    height: auto;
  }
}
.recruit-workplace__section {
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .recruit-workplace__section {
    margin-top: 20px;
  }
}
.recruit-workplace__section::after {
  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;
  position: relative;
  max-width: 1130px;
  left: calc((var(--vw) * 100 - 100%) / 2 * -1);
  width: calc(var(--vw) * 100);
  height: 2px;
  background-color: #004097;
  margin: 80px auto;
}
@media screen and (max-width: 767px) {
  .recruit-workplace__section::after {
    height: 1px;
    margin: 50px auto 30px;
  }
}
.recruit-workplace__section:last-of-type {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .recruit-workplace__section:last-of-type {
    margin-bottom: 60px;
  }
}
.recruit-workplace__section:last-of-type::after {
  display: none;
}
.recruit-workplace__section article {
  max-width: 1130px;
  width: 100%;
  margin: 100px auto 0;
}
@media screen and (max-width: 767px) {
  .recruit-workplace__section article {
    margin-top: 20px;
  }
}
.recruit-workplace__section article p {
  max-width: 560px;
  margin: 20px auto 30px;
}
@media screen and (max-width: 767px) {
  .recruit-workplace__section article p {
    max-width: 76vw;
    margin: 5px auto 30px;
  }
}
.recruit-workplace--title02, .recruit-workplace--title03, .recruit-workplace--title04, .recruit-workplace--title05 {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .recruit-workplace--title02 > img, .recruit-workplace--title03 > img, .recruit-workplace--title04 > img, .recruit-workplace--title05 > img {
    max-width: 126px;
    width: 100%;
  }
}
.recruit-workplace--title02 {
  margin: 30px auto 60px;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .recruit-workplace--title02 {
    margin-bottom: 40px;
  }
}
.recruit-workplace--title03 {
  font-size: 38px;
  color: #003f97;
  margin: 30px auto 20px;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .recruit-workplace--title03 {
    font-size: 2rem;
    margin: 20px auto 10px;
  }
}
.recruit-workplace--title04 {
  font-size: 32px;
  color: #003f97;
  margin: 30px auto 20px;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .recruit-workplace--title04 {
    font-size: 2rem;
  }
}
.recruit-workplace--title05 {
  margin: 20px auto 40px;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .recruit-workplace--title05 {
    margin: 20px auto;
  }
}
.recruit-workplace__mv {
  max-width: 800px;
  width: 100%;
  margin: auto;
}
.recruit-workplace__mv img {
  width: 100%;
  margin: 0 auto;
  height: auto;
}
.recruit-workplace__mv p {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .recruit-workplace__mv p {
    margin-top: 20px;
    padding: 0 15px;
  }
}
.recruit-workplace__mv--chiba {
  max-width: 1130px;
  width: 100%;
  margin: auto;
}
.recruit-workplace__mv--chiba img {
  width: 100%;
  height: auto;
}
.recruit-workplace__mv--osaka {
  max-width: 540px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .recruit-workplace__mv--osaka {
    max-width: 76vw;
  }
}
.recruit-workplace__mv--osaka img {
  width: 100%;
  height: auto;
}
.recruit-workplace__flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10px;
}
@media screen and (max-width: 767px) {
  .recruit-workplace__flexbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.recruit-workplace__flexbox--img {
  max-width: 560px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .recruit-workplace__flexbox--img {
    max-width: 76vw;
    margin-bottom: 10px;
  }
}
.recruit-workplace__flexbox--img img {
  width: 100%;
  height: auto;
}
.recruit-workplace__flexbox--youtube {
  max-width: 560px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .recruit-workplace__flexbox--youtube {
    max-width: 76vw;
    margin-bottom: 10px;
  }
}
.recruit-workplace__flexbox--youtube iframe {
  display: block;
  width: 100%;
  height: auto;
}
.recruit-workplace__float--chiba {
  max-width: 800px;
  width: 100%;
  margin: 30px auto;
}
@media screen and (max-width: 767px) {
  .recruit-workplace__float--chiba {
    max-width: 76vw;
  }
}
.recruit-workplace__float--chiba img {
  float: left;
  width: 140px;
  margin-right: 20px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .recruit-workplace__float--chiba img {
    width: 70px;
  }
}
.recruit-workplace__float--chiba p {
  vertical-align: middle;
}
.recruit-workplace__link {
  padding-top: 10px;
}
.recruit-workplace__link a {
  color: #003f97;
  border-bottom: 2px solid;
}
.recruit-workplace__link a:hover {
  text-decoration: none;
}
.recruit-workplace .sustainability {
  height: 540px;
  min-height: 500px;
  position: relative;
  margin-top: 100px;
  background: url(/recruit/workplace/img/workplace-chiba-sustainable.jpg) no-repeat center;
  background-size: cover;
  background-position: bottom;
}
@media (min-width: 1440px) {
  .recruit-workplace .sustainability {
    height: 36vw;
  }
}
@media (max-width: 1199px) {
  .recruit-workplace .sustainability {
    height: 44.4vh;
  }
}
@media (max-width: 991px) {
  .recruit-workplace .sustainability {
    height: 30vh;
  }
}
@media screen and (max-width: 767px) {
  .recruit-workplace .sustainability {
    height: 195px;
    min-height: 1px;
  }
}
.recruit-workplace .sustainability__text {
  position: absolute;
  max-width: 930px;
  width: 100%;
  top: 68px;
  left: 50%;
  padding: 0;
  text-align: center;
  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-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 15px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 1440px) {
  .recruit-workplace .sustainability__text {
    max-width: 1000px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-workplace .sustainability__text {
    top: -51px;
    background-color: #dbe9f3;
    padding-top: 20px;
    padding-bottom: 0;
  }
}
.recruit-workplace .sustainability__text p {
  font-size: 3rem;
}
@media (min-width: 1440px) {
  .recruit-workplace .sustainability__text p {
    font-size: 3.5rem;
  }
}
@media (max-width: 991px) {
  .recruit-workplace .sustainability__text p {
    font-size: 2.75rem;
  }
}
@media screen and (max-width: 767px) {
  .recruit-workplace .sustainability__text p {
    font-size: 1.72rem;
  }
}

.recruit-workplace-mv__area {
  position: relative;
  padding-bottom: 292px;
  z-index: 1;
}
@media screen and (min-width: 1440px) {
  .recruit-workplace-mv__area {
    padding-bottom: min(20.2777777778vw, 292px);
  }
}
@media screen and (max-width: 767px) {
  .recruit-workplace-mv__area {
    padding-bottom: 60px;
  }
}

.recruit-workplace-mv {
  position: relative;
  padding: 0 30px;
}

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

.recruit-workplace-mv__title {
  font-size: 28px;
  line-height: 0.95;
  font-weight: bold;
  text-align: center;
  color: #0b3f93;
  background-color: #ffffff;
  padding: 0 58px 22px;
  border-radius: 0 0 10px 10px;
  font-family: "Noto Serif JP", "YuMincho", "游明朝", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif !important;
}
@media screen and (max-width: 767px) {
  .recruit-workplace-mv__title {
    padding: 0 42px 13px;
  }
}
.recruit-workplace-mv__title img {
  width: 111px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .recruit-workplace-mv__title img {
    width: 74px;
  }
}

.recruit-workplace-mv-image {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}
.recruit-workplace-mv-image img {
  width: 100%;
}

.recruit-workplace-chiba__access-wrap {
  background-color: #f1f8fc;
  margin-top: 70px;
}

.recruit-workplace-chiba__access {
  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;
  gap: 40px;
  max-width: 1130px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .recruit-workplace-chiba__access {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.recruit-workplace-chiba__access-map {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  max-width: 560px;
}
@media screen and (max-width: 767px) {
  .recruit-workplace-chiba__access-map {
    max-width: 100vw;
  }
}

.recruit-workplace-chiba__access-image {
  width: 100%;
}

.recruit-workplace-chiba__access-info {
  margin-top: 38px;
}
@media screen and (max-width: 767px) {
  .recruit-workplace-chiba__access-info {
    max-width: 76vw;
    margin: 0 auto 60px;
  }
}

.recruit-workplace-chiba__access-info-head {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 18px;
}
@media screen and (max-width: 575px) {
  .recruit-workplace-chiba__access-info-head {
    font-size: 2rem;
  }
}

.recruit-workplace-chiba__access-info-sentence {
  font-size: 16px;
}
@media screen and (max-width: 575px) {
  .recruit-workplace-chiba__access-info-sentence {
    font-size: 1em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}

/* コンテンツ
------------------------------- */
.recruit-sustainability-cont {
  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;
  gap: 50px;
  max-width: 840px;
  width: 100%;
  margin: 60px auto 100px;
}
@media screen and (max-width: 767px) {
  .recruit-sustainability-cont {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    gap: 50px 30px;
    max-width: 470px;
  }
  .recruit-sustainability-cont::after {
    content: "";
    display: block;
    width: 150px;
    height: 0;
  }
}
@media screen and (max-width: 575px) {
  .recruit-sustainability-cont {
    gap: 50px 20px;
    max-width: 350px;
  }
}
.recruit-sustainability-cont button {
  background-color: #ffffff;
}
.recruit-sustainability-cont button:focus {
  outline: none;
}
.recruit-sustainability-cont__item {
  width: 240px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  .recruit-sustainability-cont__item {
    width: 200px;
  }
}
@media screen and (max-width: 575px) {
  .recruit-sustainability-cont__item {
    width: 150px;
  }
}
.recruit-sustainability-cont__item:hover {
  opacity: 0.7;
}
.recruit-sustainability-cont__item h4 {
  position: relative;
  text-align: left;
  padding-left: 57px;
  margin-bottom: 10px;
  color: #003f97 !important;
  font-size: 1.6rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .recruit-sustainability-cont__item h4 {
    font-size: 1.3rem;
    padding-left: 41px;
  }
}
.recruit-sustainability-cont__item h4::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 44px;
  height: 44px;
  border: 1px solid #004097;
  border-radius: 1000px;
}
@media screen and (max-width: 767px) {
  .recruit-sustainability-cont__item h4::before {
    width: 32px;
    height: 32px;
  }
}
.recruit-sustainability-cont__item__image {
  max-width: 240px;
  width: 100%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.recruit-sustainability-cont__item__image img {
  width: 100%;
  height: auto;
}
.recruit-sustainability-cont__item__text {
  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;
  margin: auto;
}
.recruit-sustainability-cont__item__text p {
  position: relative;
  text-align: center;
  margin-top: 10px;
  padding: 0 24px 5px;
}
.recruit-sustainability-cont__item__text p::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #003f97;
}
.recruit-sustainability-cont button:nth-of-type(1) > .recruit-sustainability-cont__item > h4::before {
  background: url(/recruit/workplace/img/modal-no1.svg) no-repeat;
  background-position: top 50% left 45%;
}
@media screen and (max-width: 767px) {
  .recruit-sustainability-cont button:nth-of-type(1) > .recruit-sustainability-cont__item > h4::before {
    background-size: 6.5px;
  }
}
.recruit-sustainability-cont button:nth-of-type(2) > .recruit-sustainability-cont__item > h4::before {
  background: url(/recruit/workplace/img/modal-no2.svg) no-repeat;
  background-position: top 50% left 51%;
}
@media screen and (max-width: 767px) {
  .recruit-sustainability-cont button:nth-of-type(2) > .recruit-sustainability-cont__item > h4::before {
    background-size: 10px;
  }
}
.recruit-sustainability-cont button:nth-of-type(3) > .recruit-sustainability-cont__item > h4::before {
  background: url(/recruit/workplace/img/modal-no3.svg) no-repeat;
  background-position: top 50% left 50%;
}
@media screen and (max-width: 767px) {
  .recruit-sustainability-cont button:nth-of-type(3) > .recruit-sustainability-cont__item > h4::before {
    background-size: 10px;
    background-position: top 48% left 50%;
  }
}
.recruit-sustainability-cont button:nth-of-type(4) > .recruit-sustainability-cont__item > h4::before {
  background: url(/recruit/workplace/img/modal-no4.svg) no-repeat;
  background-position: top 50% left 48%;
}
@media screen and (max-width: 767px) {
  .recruit-sustainability-cont button:nth-of-type(4) > .recruit-sustainability-cont__item > h4::before {
    background-size: 11px;
  }
}
.recruit-sustainability-cont button:nth-of-type(5) > .recruit-sustainability-cont__item > h4::before {
  background: url(/recruit/workplace/img/modal-no5.svg) no-repeat;
  background-position: top 51.5% left 49%;
}
@media screen and (max-width: 767px) {
  .recruit-sustainability-cont button:nth-of-type(5) > .recruit-sustainability-cont__item > h4::before {
    background-size: 10px;
    background-position: top 51.5% left 50%;
  }
}

/* モーダル
---------------------------------- */
.recruit-sustainability-modal {
  display: none;
  width: 100%;
  height: auto;
  min-height: 100vh;
  margin: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5000;
  padding: 20px;
  overflow-y: auto;
}

.recruit-sustainability-modal-inner {
  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;
}

.recruit-sustainability-modal-box {
  display: block;
  width: 100%;
  max-width: 960px;
  background-color: #ffffff;
  border: 1px solid #004097;
  position: relative;
  top: 60px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .recruit-sustainability-modal-box {
    padding: 10px;
  }
}
.recruit-sustainability-modal-box h4 {
  position: relative;
  text-align: center;
  font-size: 2.3rem;
  color: #003f97 !important;
  margin-top: 40px;
  margin-bottom: 15px;
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .recruit-sustainability-modal-box h4 {
    line-height: 1.6;
  }
}
.recruit-sustainability-modal-box h4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 38px;
  height: 38px;
  border: 1px solid #004097;
  border-radius: 1000px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.recruit-sustainability-modal-box .recruit-sustainability-modal-prev-button {
  position: absolute;
  top: 50%;
  left: 50px;
  width: 50px;
  height: 50px;
  background-color: rgba(240, 240, 240, 0.6);
  border-radius: 1000px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  .recruit-sustainability-modal-box .recruit-sustainability-modal-prev-button {
    top: 41%;
    left: 14px;
    width: 40px;
    height: 40px;
    background-color: rgba(240, 240, 240, 0.9);
  }
}
.recruit-sustainability-modal-box .recruit-sustainability-modal-prev-button::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 57%;
  width: 17px;
  height: 17px;
  border-top: 2px solid #004097;
  border-left: 2px solid #004097;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(-45deg);
          transform: translateY(-50%) translateX(-50%) rotate(-45deg);
}
.recruit-sustainability-modal-box .recruit-sustainability-modal-prev-button:hover {
  opacity: 0.7;
}
.recruit-sustainability-modal-box .recruit-sustainability-modal-next-button {
  position: absolute;
  top: 50%;
  right: 30px;
  width: 50px;
  height: 50px;
  background-color: rgba(240, 240, 240, 0.6);
  border-radius: 1000px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  .recruit-sustainability-modal-box .recruit-sustainability-modal-next-button {
    top: 41%;
    right: 14px;
    width: 40px;
    height: 40px;
    background-color: rgba(240, 240, 240, 0.9);
  }
}
.recruit-sustainability-modal-box .recruit-sustainability-modal-next-button::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 57%;
  width: 17px;
  height: 17px;
  border-top: 2px solid #004097;
  border-right: 2px solid #004097;
  -webkit-transform: translateY(-50%) translateX(50%) rotate(45deg);
          transform: translateY(-50%) translateX(50%) rotate(45deg);
}
.recruit-sustainability-modal-box .recruit-sustainability-modal-next-button:hover {
  opacity: 0.7;
}
.recruit-sustainability-modal-box p {
  max-width: 640px;
  width: 100%;
  color: #44505d;
  margin: 20px auto 30px;
}
.recruit-sustainability-modal-box button:focus {
  outline: none;
}

#recruit-sustainability-modal1 > .recruit-sustainability-modal-inner > .recruit-sustainability-modal-box > h4::before {
  background: url(/recruit/workplace/img/modal-no1.svg) no-repeat;
  background-position: top 50% left 45%;
}

#recruit-sustainability-modal2 > .recruit-sustainability-modal-inner > .recruit-sustainability-modal-box > h4::before {
  background: url(/recruit/workplace/img/modal-no2.svg) no-repeat;
  background-position: top 50% left 50%;
}

#recruit-sustainability-modal3 > .recruit-sustainability-modal-inner > .recruit-sustainability-modal-box > h4::before {
  background: url(/recruit/workplace/img/modal-no3.svg) no-repeat;
  background-position: top 50% left 50%;
}

#recruit-sustainability-modal4 > .recruit-sustainability-modal-inner > .recruit-sustainability-modal-box > h4::before {
  background: url(/recruit/workplace/img/modal-no4.svg) no-repeat;
  background-position: top 50% left 50%;
}

#recruit-sustainability-modal5 > .recruit-sustainability-modal-inner > .recruit-sustainability-modal-box > h4::before {
  background: url(/recruit/workplace/img/modal-no5.svg) no-repeat;
  background-position: top 51.5% left 49%;
}

.recruit-sustainability-modal-image {
  max-width: 640px;
  width: 100%;
  height: auto;
  margin: auto;
}
.recruit-sustainability-modal-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.recruit-sustainability-modal-bg {
  display: block;
  width: 100%;
  height: 200%;
  background-color: rgba(240, 247, 252, 0.9);
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

.recruit-sustainability-modal-close-button {
  display: block;
  position: relative;
  width: 128px;
  height: 48px;
  color: #ffffff;
  background-color: #003e8d;
  margin-left: auto;
  cursor: pointer;
}
.recruit-sustainability-modal-close-button span {
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  .recruit-sustainability-modal-close-button span {
    font-size: 90%;
    letter-spacing: 1.2px;
  }
}
.recruit-sustainability-modal-close-button span::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  width: 30px;
  height: 1px;
  background-color: #ffffff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .recruit-sustainability-modal-close-button span::before {
    width: 21px;
  }
}
.recruit-sustainability-modal-close-button span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  width: 30px;
  height: 1px;
  background-color: #ffffff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .recruit-sustainability-modal-close-button span::after {
    width: 21px;
  }
}

/* workplace media
---------------------------------- */
.recruit-workplace__media {
  max-width: 100vw;
  background: #dbe9f3;
  margin-bottom: 50px;
  padding-top: 70px;
}
@media screen and (max-width: 767px) {
  .recruit-workplace__media {
    padding-top: 50px;
  }
}
@media screen and (max-width: 575px) {
  .recruit-workplace__media {
    margin-bottom: 20px;
    padding-top: 40px;
  }
}
@media screen and (min-width: 576px) {
  .recruit-workplace__media-inner {
    overflow-x: hidden;
  }
}
@media screen and (max-width: 767px) {
  .recruit-workplace__media-inner {
    padding: 0 25px;
  }
}

.recruit-workplace__media-head {
  font-size: 3rem;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .recruit-workplace__media-head {
    font-size: 1.72rem;
  }
}

.recruit-workplace__media-mv {
  max-width: 640px;
  margin: 0 auto;
}
.recruit-workplace__media-mv img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.recruit-workplace__media-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-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  position: relative;
  max-width: 1120px;
  margin: 50px auto 0;
  z-index: 1;
}
.recruit-workplace__media-list::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -450px;
  width: 200vw;
  height: 80px;
  background-color: #ffffff;
  z-index: -1;
}
@media (max-width: 1199px) {
  .recruit-workplace__media-list::before {
    height: 130px;
  }
}
@media (max-width: 1199px) {
  .recruit-workplace__media-list {
    max-width: 800px;
  }
}
@media screen and (max-width: 575px) {
  .recruit-workplace__media-list {
    display: none;
  }
}

.recruit-workplace__media-list-item {
  width: calc(25% - 20px);
  background-color: #ffffff;
  padding: 10px;
}

.recruit-workplace__media-list-link {
  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;
  max-width: 235px;
  color: #003e8d;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.recruit-workplace__media-list-link:hover {
  text-decoration: none;
  opacity: 0.7;
  color: #003e8d;
}

.recruit-workplace__media-list-img {
  display: inline-block;
  margin-bottom: 20px;
}

.recruit-workplace__media-list-icon {
  position: relative;
  padding-right: 1.2em;
}
.recruit-workplace__media-list-icon::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 0.1rem;
  width: 1em;
  height: 1em;
  margin-left: 5px;
  background: url(/recruit/workplace/img/up-right-from-square-solid.svg) no-repeat;
}

.recruit-workplace__media-btn {
  text-align: center;
  margin: 0 auto 100px;
}
.recruit-workplace__media-btn a {
  text-decoration: none;
  color: #003e8d;
  font-size: 16px;
  border-bottom: 1px solid #6780b5;
  padding-bottom: 7px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.recruit-workplace__media-btn a:hover {
  opacity: 0.7;
  color: #003e8d;
}

.recruit-workplace__media-slider-area {
  position: relative;
  width: 100%;
  overflow-x: hidden;
}

.recruit-workplace__media-slider {
  position: relative;
  max-width: 1000px;
  width: 100%;
  margin: 40px auto 0;
  padding: 0 30px 0 20px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .recruit-workplace__media-slider {
    margin-top: 20px;
    padding-left: 25px;
  }
}
@media screen and (max-width: 575px) {
  .recruit-workplace__media-slider {
    max-width: 490px;
    margin: 0;
  }
}
.recruit-workplace__media-slider::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -1060px;
  width: 200vw;
  height: 110px;
  background-color: #fff;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .recruit-workplace__media-slider::after {
    bottom: -2px;
    left: 0;
    height: 112px;
  }
}

.slick-list {
  overflow: visible;
}

.slick-slide img {
  margin-top: 0;
}

.recruit-workplace__media-slider-inner {
  position: relative;
  max-width: 235px;
  min-height: 240px;
  padding-right: 20px;
  z-index: 1;
}

.recruit-workplace__media-slider-link {
  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;
  max-width: 235px;
  color: #003e8d;
  background-color: #ffffff;
  padding: 15px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.recruit-workplace__media-slider-link:hover {
  text-decoration: none;
  opacity: 0.7;
  color: #003e8d;
}
.recruit-workplace__media-slider-link--top {
  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-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  position: relative;
  background-color: transparent;
  width: 100%;
  min-height: 214px;
  text-align: center;
  margin-left: 20px;
  padding: 0 50px;
  cursor: pointer;
}
.recruit-workplace__media-slider-link--top:focus {
  outline: none;
}

.recruit-workplace__media-slider-last {
  position: absolute;
  top: 60px;
  left: 30px;
  width: 1.2em;
  height: 1.2em;
  border-top: 4px solid #003e8d;
  border-left: 4px solid #003e8d;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.recruit-workplace__media-slider-img {
  display: inline-block;
  margin-bottom: 20px;
}

/* OTHER CONTENTS
---------------------------------- */
.other {
  max-width: 1026px;
  width: 100%;
  margin: auto;
}
.other > article {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .other > article {
    margin: 0 auto 20px;
  }
}
.other__flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  gap: 11%;
}
@media screen and (max-width: 767px) {
  .other__flexbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.other__flexbox__item {
  max-width: 420px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .other__flexbox__item {
    max-width: 76vw;
    margin: auto;
  }
}
.other__flexbox__item--s {
  max-width: 315px;
  width: 100%;
  margin: auto;
}
.other__flexbox__item--s h2 {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .other__flexbox__item--s h2 {
    margin-bottom: 20px;
  }
}
.other__image {
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .other__image {
    max-width: 210px;
    margin-bottom: 10px;
  }
}
.other__image img {
  width: 100%;
  height: auto;
}
.other__text {
  max-width: 700px;
  width: 100%;
  margin: 30px auto;
}
@media screen and (max-width: 767px) {
  .other__text {
    max-width: 76vw;
    margin: 0 auto 30px;
  }
}

@media screen and (max-width: 767px) {
  .other--border {
    position: relative;
    padding-bottom: 40px;
  }
  .other--border::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: calc((var(--vw) * 100 - 100%) / 2 * -1);
    width: calc(var(--vw) * 100);
    height: 2px;
    margin: 40px auto 0;
    background-color: #004097;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .other--border::after {
    height: 1px;
  }
}

/*
&::after {
  content: '';
  display: block;
  width: calc(var(--vw) * 100);
  height: 2px;
  background: #;
  position: absolute;
  left: calc((var(--vw) * 100 - 100%) / 2 * -1);
  bottom: 0;
  z-index: 2;
}

*/
/* br */
@media (min-width: 768px) {
  .pc-none {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sm-none {
    display: none;
  }
}
#workplace #recruit-bnr .recruit-bnr-wrap {
  width: 100%;
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 9999;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (min-width: 768px) {
  #workplace #recruit-bnr .recruit-bnr-wrap {
    max-width: 210px;
  }
}
@media screen and (max-width: 767px) {
  #workplace #recruit-bnr .recruit-bnr-wrap {
    bottom: 0px;
  }
}
#workplace #recruit-bnr .recruit-bnr-wrap:hover {
  opacity: 0.7;
}
#workplace #recruit-bnr .recruit-bnr-wrap img {
  width: 100%;
}

/*テスト中一時的に入力*/
.leadinModal {
  z-index: 1 !important;
}/*# sourceMappingURL=workplace.css.map */