@charset "UTF-8";
@-webkit-keyframes lum-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes lum-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes lum-fadeZoom {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes lum-fadeZoom {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes lum-loader-rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) rotate(-180deg);
            transform: translate(-50%, -50%) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(-360deg);
            transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@keyframes lum-loader-rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) rotate(-180deg);
            transform: translate(-50%, -50%) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(-360deg);
            transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@-webkit-keyframes lum-loader-before {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.2) translateX(6px);
            transform: scale(1.2) translateX(6px);
  }
  25% {
    -webkit-transform: scale(1.3) translateX(8px);
            transform: scale(1.3) translateX(8px);
  }
  40% {
    -webkit-transform: scale(1.2) translateX(6px);
            transform: scale(1.2) translateX(6px);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  60% {
    -webkit-transform: scale(0.8) translateX(6px);
            transform: scale(0.8) translateX(6px);
  }
  75% {
    -webkit-transform: scale(0.7) translateX(8px);
            transform: scale(0.7) translateX(8px);
  }
  90% {
    -webkit-transform: scale(0.8) translateX(6px);
            transform: scale(0.8) translateX(6px);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes lum-loader-before {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.2) translateX(6px);
            transform: scale(1.2) translateX(6px);
  }
  25% {
    -webkit-transform: scale(1.3) translateX(8px);
            transform: scale(1.3) translateX(8px);
  }
  40% {
    -webkit-transform: scale(1.2) translateX(6px);
            transform: scale(1.2) translateX(6px);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  60% {
    -webkit-transform: scale(0.8) translateX(6px);
            transform: scale(0.8) translateX(6px);
  }
  75% {
    -webkit-transform: scale(0.7) translateX(8px);
            transform: scale(0.7) translateX(8px);
  }
  90% {
    -webkit-transform: scale(0.8) translateX(6px);
            transform: scale(0.8) translateX(6px);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes lum-loader-after {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.2) translateX(-6px);
            transform: scale(1.2) translateX(-6px);
  }
  25% {
    -webkit-transform: scale(1.3) translateX(-8px);
            transform: scale(1.3) translateX(-8px);
  }
  40% {
    -webkit-transform: scale(1.2) translateX(-6px);
            transform: scale(1.2) translateX(-6px);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  60% {
    -webkit-transform: scale(0.8) translateX(-6px);
            transform: scale(0.8) translateX(-6px);
  }
  75% {
    -webkit-transform: scale(0.7) translateX(-8px);
            transform: scale(0.7) translateX(-8px);
  }
  90% {
    -webkit-transform: scale(0.8) translateX(-6px);
            transform: scale(0.8) translateX(-6px);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes lum-loader-after {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.2) translateX(-6px);
            transform: scale(1.2) translateX(-6px);
  }
  25% {
    -webkit-transform: scale(1.3) translateX(-8px);
            transform: scale(1.3) translateX(-8px);
  }
  40% {
    -webkit-transform: scale(1.2) translateX(-6px);
            transform: scale(1.2) translateX(-6px);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  60% {
    -webkit-transform: scale(0.8) translateX(-6px);
            transform: scale(0.8) translateX(-6px);
  }
  75% {
    -webkit-transform: scale(0.7) translateX(-8px);
            transform: scale(0.7) translateX(-8px);
  }
  90% {
    -webkit-transform: scale(0.8) translateX(-6px);
            transform: scale(0.8) translateX(-6px);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.lum-lightbox {
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
}

.lum-lightbox-inner {
  top: 2.5%;
  right: 2.5%;
  bottom: 2.5%;
  left: 2.5%;
}

.lum-lightbox-inner img {
  position: relative;
}

.lum-lightbox-inner .lum-lightbox-caption {
  margin: 0 auto;
  color: #fff;
  max-width: 700px;
  text-align: center;
}

.lum-loading .lum-lightbox-loader {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 66px;
  height: 20px;
  -webkit-animation: lum-loader-rotate 1800ms infinite linear;
          animation: lum-loader-rotate 1800ms infinite linear;
}

.lum-lightbox-loader:before, .lum-lightbox-loader:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
}

.lum-lightbox-loader:before {
  left: 0;
  -webkit-animation: lum-loader-before 1800ms infinite linear;
          animation: lum-loader-before 1800ms infinite linear;
}

.lum-lightbox-loader:after {
  right: 0;
  -webkit-animation: lum-loader-after 1800ms infinite linear;
          animation: lum-loader-after 1800ms infinite linear;
  -webkit-animation-delay: -900ms;
          animation-delay: -900ms;
}

.lum-lightbox.lum-opening {
  -webkit-animation: lum-fade 180ms ease-out;
          animation: lum-fade 180ms ease-out;
}

.lum-lightbox.lum-opening .lum-lightbox-inner {
  -webkit-animation: lum-fadeZoom 180ms ease-out;
          animation: lum-fadeZoom 180ms ease-out;
}

.lum-lightbox.lum-closing {
  -webkit-animation: lum-fade 300ms ease-in;
          animation: lum-fade 300ms ease-in;
  animation-direction: reverse;
}

.lum-lightbox.lum-closing .lum-lightbox-inner {
  -webkit-animation: lum-fadeZoom 300ms ease-in;
          animation: lum-fadeZoom 300ms ease-in;
  animation-direction: reverse;
}

.lum-img {
  -webkit-transition: opacity 120ms ease-out;
  transition: opacity 120ms ease-out;
}

.lum-loading .lum-img {
  opacity: 0;
}

.lum-gallery-button {
  overflow: hidden;
  text-indent: 150%;
  white-space: nowrap;
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  outline: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 100px;
  max-height: 100%;
  width: 60px;
  cursor: pointer;
}

.lum-previous-button {
  left: 12px;
}

.lum-next-button {
  right: 12px;
}

.lum-gallery-button:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 36px;
  height: 36px;
  border-top: 4px solid rgba(255, 255, 255, 0.8);
}

.lum-previous-button:after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  border-left: 4px solid rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: -2px 0 rgba(0, 0, 0, 0.2);
          box-shadow: -2px 0 rgba(0, 0, 0, 0.2);
  left: 12%;
  border-radius: 3px 0 0 0;
}

.lum-next-button:after {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  border-right: 4px solid rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 2px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 2px 0 rgba(0, 0, 0, 0.2);
  right: 12%;
  border-radius: 0 3px 0 0;
}

/* This media query makes screens less than 460px wide display in a "fullscreen"-esque mode. Users can then scroll around inside the lightbox to see the entire image. */
@media (max-width: 460px) {
  .lum-lightbox-image-wrapper {
    display: block;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .lum-lightbox-caption {
    width: 100%;
    position: absolute;
    bottom: 0;
  }
  .lum-lightbox-inner img {
    max-width: none;
    max-height: none;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .lum-lightbox-position-helper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
  .lum-lightbox-inner img {
    width: 100%;
  }
}
.main-wrap {
  /* CSS Document */
  /* http://meyerweb.com/eric/tools/css/reset/ */
  /* v1.0 | 20080212 */
}
.main-wrap html, .main-wrap body, .main-wrap div, .main-wrap span, .main-wrap applet, .main-wrap object, .main-wrap iframe,
.main-wrap h1, .main-wrap h2, .main-wrap h3, .main-wrap h4, .main-wrap h5, .main-wrap h6, .main-wrap p, .main-wrap blockquote, .main-wrap pre,
.main-wrap a, .main-wrap abbr, .main-wrap acronym, .main-wrap address, .main-wrap big, .main-wrap cite, .main-wrap code,
.main-wrap del, .main-wrap dfn, .main-wrap em, .main-wrap font, .main-wrap img, .main-wrap ins, .main-wrap kbd, .main-wrap q, .main-wrap s, .main-wrap samp,
.main-wrap small, .main-wrap strike, .main-wrap strong, .main-wrap sub, .main-wrap sup, .main-wrap tt, .main-wrap var,
.main-wrap b, .main-wrap u, .main-wrap i, .main-wrap center,
.main-wrap dl, .main-wrap dt, .main-wrap dd, .main-wrap ol, .main-wrap ul, .main-wrap li,
.main-wrap fieldset, .main-wrap form, .main-wrap label, .main-wrap legend,
.main-wrap table, .main-wrap caption, .main-wrap tbody, .main-wrap tfoot, .main-wrap thead, .main-wrap tr, .main-wrap th, .main-wrap td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}
.main-wrap body {
  line-height: 1;
}
.main-wrap ol, .main-wrap ul {
  list-style: none;
}
.main-wrap blockquote, .main-wrap q {
  quotes: none;
}
.main-wrap blockquote:before, .main-wrap blockquote:after,
.main-wrap q:before, .main-wrap q:after {
  content: "";
  content: none;
}
.main-wrap {
  /* remember to define focus styles! */
}
.main-wrap :focus {
  outline: 0;
}
.main-wrap {
  /* remember to highlight inserts somehow! */
}
.main-wrap ins {
  text-decoration: none;
}
.main-wrap del {
  text-decoration: line-through;
}
.main-wrap {
  /* tables still need 'cellspacing="0"' in the markup */
}
.main-wrap table {
  border-collapse: collapse;
  border-spacing: 0;
}
.main-wrap figure {
  margin: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
}
.main-wrap li {
  list-style: none;
}
.main-wrap {
  /* !
  Pure v1.0.0
  Copyright 2013 Yahoo!
  Licensed under the BSD License.
  https://github.com/yahoo/pure/blob/master/LICENSE.md
  !
  normalize.css v^3.0 | MIT License | git.io/normalize
  Copyright (c) Nicolas Gallagher and Jonathan Neal
  ! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css

  *
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS and IE text size adjust after device orientation change,
   *    without disabling user zoom.

  html {
    font-family: sans-serif; 1
    -ms-text-size-adjust: 100%; 2
    -webkit-text-size-adjust: 100%; 2
  }

  *
   * Remove default margin.

  body {
    margin: 0;
  }

  HTML5 display definitions
     ==========================================================================

  *
   * Correct `block` display not defined for any HTML5 element in IE 8/9.
   * Correct `block` display not defined for `details` or `summary` in IE 10/11
   * and Firefox.
   * Correct `block` display not defined for `main` in IE 11.

  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  main,
  menu,
  nav,
  section,
  summary {
    display: block;
  }

  *
   * 1. Correct `inline-block` display not defined in IE 8/9.
   * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.

  audio,
  canvas,
  progress,
  video {
    display: inline-block; 1
    vertical-align: baseline; 2
  }

  *
   * Prevent modern browsers from displaying `audio` without controls.
   * Remove excess height in iOS 5 devices.

  audio:not([controls]) {
    display: none;
    height: 0;
  }

  *
   * Address `[hidden]` styling not present in IE 8/9/10.
   * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.

  [hidden],
  template {
    display: none;
  }

  Links
     ==========================================================================

  *
   * Remove the gray background color from active links in IE 10.

  a {
    background-color: transparent;
  }

  *
   * Improve readability of focused elements when they are also in an
   * active/hover state.

  a:active,
  a:hover {
    outline: 0;
  }

  Text-level semantics
     ==========================================================================

  *
   * Address styling not present in IE 8/9/10/11, Safari, and Chrome.

  abbr[title] {
    border-bottom: 1px dotted;
  }

  *
   * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.

  b,
  strong {
    font-weight: bold;
  }

  *
   * Address styling not present in Safari and Chrome.

  dfn {
    font-style: italic;
  }

  *
   * Address variable `h1` font-size and margin within `section` and `article`
   * contexts in Firefox 4+, Safari, and Chrome.

  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }

  *
   * Address styling not present in IE 8/9.

  mark {
    background: #ff0;
    color: #000;
  }

  *
   * Address inconsistent and variable font size in all browsers.

  small {
    font-size: 80%;
  }

  *
   * Prevent `sub` and `sup` affecting `line-height` in all browsers.

  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }

  sup {
    top: -0.5em;
  }

  sub {
    bottom: -0.25em;
  }

  Embedded content
     ==========================================================================

  *
   * Remove border when inside `a` element in IE 8/9/10.

  img {
    border: 0;
  }

  *
   * Correct overflow not hidden in IE 9/10/11.

  svg:not(:root) {
    overflow: hidden;
  }

  Grouping content
     ==========================================================================

  *
   * Address margin not present in IE 8/9 and Safari.

  figure {
    margin: 1em 40px;
  }

  *
   * Address differences between Firefox and other browsers.

  hr {
    box-sizing: content-box;
    height: 0;
  }

  *
   * Contain overflow in all browsers.

  pre {
    overflow: auto;
  }

  *
   * Address odd `em`-unit font size rendering in all browsers.

  code,
  kbd,
  pre,
  samp {
    font-family: monospace, monospace;
    font-size: 1em;
  }

  Forms
     ==========================================================================

  *
   * Known limitation: by default, Chrome and Safari on OS X allow very limited
   * styling of `select`, unless a `border` property is set.

  *
   * 1. Correct color not being inherited.
   *    Known issue: affects color of disabled elements.
   * 2. Correct font properties not being inherited.
   * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.

  button,
  input,
  optgroup,
  select,
  textarea {
    color: inherit; 1
    font: inherit; 2
    margin: 0; 3
  }

  *
   * Address `overflow` set to `hidden` in IE 8/9/10/11.

  button {
    overflow: visible;
  }

  *
   * Address inconsistent `text-transform` inheritance for `button` and `select`.
   * All other form control elements do not inherit `text-transform` values.
   * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
   * Correct `select` style inheritance in Firefox.

  button,
  select {
    text-transform: none;
  }

  *
   * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
   *    and `video` controls.
   * 2. Correct inability to style clickable `input` types in iOS.
   * 3. Improve usability and consistency of cursor style between image-type
   *    `input` and others.

  button,
  html input[type="button"], 1
  input[type="reset"],
  input[type="submit"] {
    -webkit-appearance: button; 2
    cursor: pointer; 3
  }

  *
   * Re-set default cursor for disabled elements.

  button[disabled],
  html input[disabled] {
    cursor: default;
  }

  *
   * Remove inner padding and border in Firefox 4+.

  button::-moz-focus-inner,
  input::-moz-focus-inner {
    border: 0;
    padding: 0;
  }

  *
   * Address Firefox 4+ setting `line-height` on `input` using `!important` in
   * the UA stylesheet.

  input {
    line-height: normal;
  }

  *
   * It's recommended that you don't attempt to style these elements.
   * Firefox's implementation doesn't respect box-sizing, padding, or width.
   *
   * 1. Address box sizing set to `content-box` in IE 8/9/10.
   * 2. Remove excess padding in IE 8/9/10.

  input[type="checkbox"],
  input[type="radio"] {
    box-sizing: border-box; 1
    padding: 0; 2
  }

  *
   * Fix the cursor style for Chrome's increment/decrement buttons. For certain
   * `font-size` values of the `input`, it causes the cursor style of the
   * decrement button to change from `default` to `text`.

  input[type="number"]::-webkit-inner-spin-button,
  input[type="number"]::-webkit-outer-spin-button {
    height: auto;
  }

  *
   * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
   * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.

  input[type="search"] {
    -webkit-appearance: textfield; 1
    box-sizing: content-box; 2
  }

  *
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).

  input[type="search"]::-webkit-search-cancel-button,
  input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  *
   * Define consistent border, margin, and padding.

  fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  }

  *
   * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.

  legend {
    border: 0; 1
    padding: 0; 2
  }

  *
   * Remove default vertical scrollbar in IE 8/9/10/11.

  textarea {
    overflow: auto;
  }

  *
   * Don't inherit the `font-weight` (applied by a rule above).
   * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.

  optgroup {
    font-weight: bold;
  }

  Tables
     ==========================================================================

  *
   * Remove most spacing between table cells.

  table {
    border-collapse: collapse;
    border-spacing: 0;
  }

  td,
  th {
    padding: 0;
  } */
  /*csslint important:false*/
  /* ==========================================================================
     Pure Base Extras
     ========================================================================== */
  /**
   * Extra rules that Pure adds on top of Normalize.css
   */
  /**
   * Always hide an element when it has the `hidden` HTML attribute.
   */
}
.main-wrap .hidden,
.main-wrap [hidden] {
  display: none !important;
}
.main-wrap {
  /**
   * Add this class to an image to make it fit within it's fluid parent wrapper while maintaining
   * aspect ratio.
   */
}
.main-wrap .pure-img {
  max-width: 100%;
  height: auto;
  display: block;
}
.main-wrap {
  /*csslint regex-selectors:false, known-properties:false, duplicate-properties:false*/
}
.main-wrap .pure-g {
  letter-spacing: -0.63em; /* Webkit: collapse white-space between units */
  *letter-spacing: normal; /* reset IE < 8 */
  *word-spacing: -0.43em; /* IE < 8: collapse white-space between units */
  text-rendering: optimizespeed; /* Webkit: fixes text-rendering: optimizeLegibility */
  /*
  Sets the font stack to fonts known to work properly with the above letter
  and word spacings. See: https://github.com/yahoo/pure/issues/41/

  The following font stack makes Pure Grids work on all known environments.

  * FreeSans: Ships with many Linux distros, including Ubuntu

  * Arimo: Ships with Chrome OS. Arimo has to be defined before Helvetica and
    Arial to get picked up by the browser, even though neither is available
    in Chrome OS.

  * Droid Sans: Ships with all versions of Android.

  * Helvetica, Arial, sans-serif: Common font stack on OS X and Windows.
  */
  /*font-family: FreeSans, Arimo, "Droid Sans", Helvetica, Arial, sans-serif;*/
  /* Use flexbox when possible to avoid `letter-spacing` side-effects. */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  /* Prevents distributing space between rows */
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.main-wrap {
  /* IE10 display: -ms-flexbox (and display: flex in IE 11) does not work inside a table; fall back to block and rely on font hack */
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .main-wrap table .pure-g {
    display: block;
  }
}
.main-wrap {
  /* Opera as of 12 on Windows needs word-spacing.
     The ".opera-only" selector is used to prevent actual prefocus styling
     and is not required in markup.
  */
}
.main-wrap .opera-only :-o-prefocus,
.main-wrap .pure-g {
  word-spacing: -0.43em;
}
.main-wrap .pure-u {
  display: inline-block;
  *display: inline; /* IE < 8: fake inline-block */
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
}
.main-wrap {
  /*
  Resets the font family back to the OS/browser's default sans-serif font,
  this the same font stack that Normalize.css sets for the `body`.
  */
}
.main-wrap .pure-g [class*=pure-u] {
  /*font-family: sans-serif;*/
}
.main-wrap .pure-u-1,
.main-wrap .pure-u-1-1,
.main-wrap .pure-u-1-2,
.main-wrap .pure-u-1-3,
.main-wrap .pure-u-2-3,
.main-wrap .pure-u-1-4,
.main-wrap .pure-u-3-4,
.main-wrap .pure-u-1-5,
.main-wrap .pure-u-2-5,
.main-wrap .pure-u-3-5,
.main-wrap .pure-u-4-5,
.main-wrap .pure-u-5-5,
.main-wrap .pure-u-1-6,
.main-wrap .pure-u-5-6,
.main-wrap .pure-u-1-8,
.main-wrap .pure-u-3-8,
.main-wrap .pure-u-5-8,
.main-wrap .pure-u-7-8,
.main-wrap .pure-u-1-12,
.main-wrap .pure-u-5-12,
.main-wrap .pure-u-7-12,
.main-wrap .pure-u-11-12,
.main-wrap .pure-u-1-24,
.main-wrap .pure-u-2-24,
.main-wrap .pure-u-3-24,
.main-wrap .pure-u-4-24,
.main-wrap .pure-u-5-24,
.main-wrap .pure-u-6-24,
.main-wrap .pure-u-7-24,
.main-wrap .pure-u-8-24,
.main-wrap .pure-u-9-24,
.main-wrap .pure-u-10-24,
.main-wrap .pure-u-11-24,
.main-wrap .pure-u-12-24,
.main-wrap .pure-u-13-24,
.main-wrap .pure-u-14-24,
.main-wrap .pure-u-15-24,
.main-wrap .pure-u-16-24,
.main-wrap .pure-u-17-24,
.main-wrap .pure-u-18-24,
.main-wrap .pure-u-19-24,
.main-wrap .pure-u-20-24,
.main-wrap .pure-u-21-24,
.main-wrap .pure-u-22-24,
.main-wrap .pure-u-23-24,
.main-wrap .pure-u-24-24 {
  display: inline-block;
  *display: inline;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
}
.main-wrap .pure-u-1-24 {
  width: 4.1667%;
  *width: 4.1357%;
}
.main-wrap .pure-u-1-12,
.main-wrap .pure-u-2-24 {
  width: 8.3333%;
  *width: 8.3023%;
}
.main-wrap .pure-u-1-8,
.main-wrap .pure-u-3-24 {
  width: 12.5%;
  *width: 12.469%;
}
.main-wrap .pure-u-1-6,
.main-wrap .pure-u-4-24 {
  width: 16.6667%;
  *width: 16.6357%;
}
.main-wrap .pure-u-1-5 {
  width: 20%;
  *width: 19.969%;
}
.main-wrap .pure-u-5-24 {
  width: 20.8333%;
  *width: 20.8023%;
}
.main-wrap .pure-u-1-4,
.main-wrap .pure-u-6-24 {
  width: 25%;
  *width: 24.969%;
}
.main-wrap .pure-u-7-24 {
  width: 29.1667%;
  *width: 29.1357%;
}
.main-wrap .pure-u-1-3,
.main-wrap .pure-u-8-24 {
  width: 33.3333%;
  *width: 33.3023%;
}
.main-wrap .pure-u-3-8,
.main-wrap .pure-u-9-24 {
  width: 37.5%;
  *width: 37.469%;
}
.main-wrap .pure-u-2-5 {
  width: 40%;
  *width: 39.969%;
}
.main-wrap .pure-u-5-12,
.main-wrap .pure-u-10-24 {
  width: 41.6667%;
  *width: 41.6357%;
}
.main-wrap .pure-u-11-24 {
  width: 45.8333%;
  *width: 45.8023%;
}
.main-wrap .pure-u-1-2,
.main-wrap .pure-u-12-24 {
  width: 50%;
  *width: 49.969%;
}
.main-wrap .pure-u-13-24 {
  width: 54.1667%;
  *width: 54.1357%;
}
.main-wrap .pure-u-7-12,
.main-wrap .pure-u-14-24 {
  width: 58.3333%;
  *width: 58.3023%;
}
.main-wrap .pure-u-3-5 {
  width: 60%;
  *width: 59.969%;
}
.main-wrap .pure-u-5-8,
.main-wrap .pure-u-15-24 {
  width: 62.5%;
  *width: 62.469%;
}
.main-wrap .pure-u-2-3,
.main-wrap .pure-u-16-24 {
  width: 66.6667%;
  *width: 66.6357%;
}
.main-wrap .pure-u-17-24 {
  width: 70.8333%;
  *width: 70.8023%;
}
.main-wrap .pure-u-3-4,
.main-wrap .pure-u-18-24 {
  width: 75%;
  *width: 74.969%;
}
.main-wrap .pure-u-19-24 {
  width: 79.1667%;
  *width: 79.1357%;
}
.main-wrap .pure-u-4-5 {
  width: 80%;
  *width: 79.969%;
}
.main-wrap .pure-u-5-6,
.main-wrap .pure-u-20-24 {
  width: 83.3333%;
  *width: 83.3023%;
}
.main-wrap .pure-u-7-8,
.main-wrap .pure-u-21-24 {
  width: 87.5%;
  *width: 87.469%;
}
.main-wrap .pure-u-11-12,
.main-wrap .pure-u-22-24 {
  width: 91.6667%;
  *width: 91.6357%;
}
.main-wrap .pure-u-23-24 {
  width: 95.8333%;
  *width: 95.8023%;
}
.main-wrap .pure-u-1,
.main-wrap .pure-u-1-1,
.main-wrap .pure-u-5-5,
.main-wrap .pure-u-24-24 {
  width: 100%;
}
.main-wrap .pure-button {
  /* Structure */
  display: inline-block;
  zoom: 1;
  line-height: normal;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.main-wrap {
  /* Firefox: Get rid of the inner focus border */
}
.main-wrap .pure-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.main-wrap {
  /* Inherit .pure-g styles */
}
.main-wrap .pure-button-group {
  letter-spacing: -0.31em; /* Webkit: collapse white-space between units */
  *letter-spacing: normal; /* reset IE < 8 */
  *word-spacing: -0.43em; /* IE < 8: collapse white-space between units */
  text-rendering: optimizespeed; /* Webkit: fixes text-rendering: optimizeLegibility */
}
.main-wrap .opera-only :-o-prefocus,
.main-wrap .pure-button-group {
  word-spacing: -0.43em;
}
.main-wrap .pure-button-group .pure-button {
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
}
.main-wrap {
  /*csslint outline-none:false*/
}
.main-wrap .pure-button {
  font-family: inherit;
  font-size: 100%;
  padding: 0.5em 1em;
  color: #444; /* rgba not supported (IE 8) */
  color: rgba(0, 0, 0, 0.8); /* rgba supported */
  border: 1px solid #999; /*IE 6/7/8*/
  border: none rgba(0, 0, 0, 0); /*IE9 + everything else*/
  background-color: #E6E6E6;
  text-decoration: none;
  border-radius: 2px;
}
.main-wrap .pure-button-hover,
.main-wrap .pure-button:hover,
.main-wrap .pure-button:focus {
  /* csslint ignore:start */
  filter: alpha(opacity=90);
  /* csslint ignore:end */
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(40%, rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.1)));
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1));
}
.main-wrap .pure-button:focus {
  outline: 0;
}
.main-wrap .pure-button-active,
.main-wrap .pure-button:active {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset, 0 0 6px rgba(0, 0, 0, 0.2) inset;
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset, 0 0 6px rgba(0, 0, 0, 0.2) inset;
  border-color: #000 \9 ;
}
.main-wrap .pure-button[disabled],
.main-wrap .pure-button-disabled,
.main-wrap .pure-button-disabled:hover,
.main-wrap .pure-button-disabled:focus,
.main-wrap .pure-button-disabled:active {
  border: none;
  background-image: none;
  /* csslint ignore:start */
  filter: alpha(opacity=40);
  /* csslint ignore:end */
  opacity: 0.4;
  cursor: not-allowed;
  -webkit-box-shadow: none;
          box-shadow: none;
  pointer-events: none;
}
.main-wrap .pure-button-hidden {
  display: none;
}
.main-wrap .pure-button-primary,
.main-wrap .pure-button-selected,
.main-wrap a.pure-button-primary,
.main-wrap a.pure-button-selected {
  background-color: rgb(0, 120, 231);
  color: #fff;
}
.main-wrap {
  /* Button Groups */
}
.main-wrap .pure-button-group .pure-button {
  margin: 0;
  border-radius: 0;
  border-right: 1px solid #111; /* fallback color for rgba() for IE7/8 */
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.main-wrap .pure-button-group .pure-button:first-child {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.main-wrap .pure-button-group .pure-button:last-child {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-right: none;
}
.main-wrap {
  /*csslint box-model:false*/
  /*
  Box-model set to false because we're setting a height on select elements, which
  also have border and padding. This is done because some browsers don't render
  the padding. We explicitly set the box-model for select elements to border-box,
  so we can ignore the csslint warning.
  */
}
.main-wrap .pure-form input[type=text],
.main-wrap .pure-form input[type=password],
.main-wrap .pure-form input[type=email],
.main-wrap .pure-form input[type=url],
.main-wrap .pure-form input[type=date],
.main-wrap .pure-form input[type=month],
.main-wrap .pure-form input[type=time],
.main-wrap .pure-form input[type=datetime],
.main-wrap .pure-form input[type=datetime-local],
.main-wrap .pure-form input[type=week],
.main-wrap .pure-form input[type=number],
.main-wrap .pure-form input[type=search],
.main-wrap .pure-form input[type=tel],
.main-wrap .pure-form input[type=color],
.main-wrap .pure-form select,
.main-wrap .pure-form textarea {
  padding: 0.5em 0.6em;
  display: inline-block;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 3px #ddd;
          box-shadow: inset 0 1px 3px #ddd;
  border-radius: 4px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.main-wrap {
  /*
  Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
  since IE8 won't execute CSS that contains a CSS3 selector.
  */
}
.main-wrap .pure-form input:not([type]) {
  padding: 0.5em 0.6em;
  display: inline-block;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 3px #ddd;
          box-shadow: inset 0 1px 3px #ddd;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.main-wrap {
  /* Chrome (as of v.32/34 on OS X) needs additional room for color to display. */
  /* May be able to remove this tweak as color inputs become more standardized across browsers. */
}
.main-wrap .pure-form input[type=color] {
  padding: 0.2em 0.5em;
}
.main-wrap .pure-form input[type=text]:focus,
.main-wrap .pure-form input[type=password]:focus,
.main-wrap .pure-form input[type=email]:focus,
.main-wrap .pure-form input[type=url]:focus,
.main-wrap .pure-form input[type=date]:focus,
.main-wrap .pure-form input[type=month]:focus,
.main-wrap .pure-form input[type=time]:focus,
.main-wrap .pure-form input[type=datetime]:focus,
.main-wrap .pure-form input[type=datetime-local]:focus,
.main-wrap .pure-form input[type=week]:focus,
.main-wrap .pure-form input[type=number]:focus,
.main-wrap .pure-form input[type=search]:focus,
.main-wrap .pure-form input[type=tel]:focus,
.main-wrap .pure-form input[type=color]:focus,
.main-wrap .pure-form select:focus,
.main-wrap .pure-form textarea:focus {
  outline: 0;
  border-color: #129FEA;
}
.main-wrap {
  /*
  Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
  since IE8 won't execute CSS that contains a CSS3 selector.
  */
}
.main-wrap .pure-form input:not([type]):focus {
  outline: 0;
  border-color: #129FEA;
}
.main-wrap .pure-form input[type=file]:focus,
.main-wrap .pure-form input[type=radio]:focus,
.main-wrap .pure-form input[type=checkbox]:focus {
  outline: thin solid #129FEA;
  outline: 1px auto #129FEA;
}
.main-wrap .pure-form .pure-checkbox,
.main-wrap .pure-form .pure-radio {
  margin: 0.5em 0;
  display: block;
}
.main-wrap .pure-form input[type=text][disabled],
.main-wrap .pure-form input[type=password][disabled],
.main-wrap .pure-form input[type=email][disabled],
.main-wrap .pure-form input[type=url][disabled],
.main-wrap .pure-form input[type=date][disabled],
.main-wrap .pure-form input[type=month][disabled],
.main-wrap .pure-form input[type=time][disabled],
.main-wrap .pure-form input[type=datetime][disabled],
.main-wrap .pure-form input[type=datetime-local][disabled],
.main-wrap .pure-form input[type=week][disabled],
.main-wrap .pure-form input[type=number][disabled],
.main-wrap .pure-form input[type=search][disabled],
.main-wrap .pure-form input[type=tel][disabled],
.main-wrap .pure-form input[type=color][disabled],
.main-wrap .pure-form select[disabled],
.main-wrap .pure-form textarea[disabled] {
  cursor: not-allowed;
  background-color: #eaeded;
  color: #cad2d3;
}
.main-wrap {
  /*
  Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
  since IE8 won't execute CSS that contains a CSS3 selector.
  */
}
.main-wrap .pure-form input:not([type])[disabled] {
  cursor: not-allowed;
  background-color: #eaeded;
  color: #cad2d3;
}
.main-wrap .pure-form input[readonly],
.main-wrap .pure-form select[readonly],
.main-wrap .pure-form textarea[readonly] {
  background-color: #eee; /* menu hover bg color */
  color: #777; /* menu text color */
  border-color: #ccc;
}
.main-wrap .pure-form input:focus:invalid,
.main-wrap .pure-form textarea:focus:invalid,
.main-wrap .pure-form select:focus:invalid {
  color: #b94a48;
  border-color: #e9322d;
}
.main-wrap .pure-form input[type=file]:focus:invalid:focus,
.main-wrap .pure-form input[type=radio]:focus:invalid:focus,
.main-wrap .pure-form input[type=checkbox]:focus:invalid:focus {
  outline-color: #e9322d;
}
.main-wrap .pure-form select {
  /* Normalizes the height; padding is not sufficient. */
  height: 2.25em;
  border: 1px solid #ccc;
  background-color: white;
}
.main-wrap .pure-form select[multiple] {
  height: auto;
}
.main-wrap .pure-form label {
  margin: 0.5em 0 0.2em;
}
.main-wrap .pure-form fieldset {
  margin: 0;
  padding: 0.35em 0 0.75em;
  border: 0;
}
.main-wrap .pure-form legend {
  display: block;
  width: 100%;
  padding: 0.3em 0;
  margin-bottom: 0.3em;
  color: #333;
  border-bottom: 1px solid #e5e5e5;
}
.main-wrap .pure-form-stacked input[type=text],
.main-wrap .pure-form-stacked input[type=password],
.main-wrap .pure-form-stacked input[type=email],
.main-wrap .pure-form-stacked input[type=url],
.main-wrap .pure-form-stacked input[type=date],
.main-wrap .pure-form-stacked input[type=month],
.main-wrap .pure-form-stacked input[type=time],
.main-wrap .pure-form-stacked input[type=datetime],
.main-wrap .pure-form-stacked input[type=datetime-local],
.main-wrap .pure-form-stacked input[type=week],
.main-wrap .pure-form-stacked input[type=number],
.main-wrap .pure-form-stacked input[type=search],
.main-wrap .pure-form-stacked input[type=tel],
.main-wrap .pure-form-stacked input[type=color],
.main-wrap .pure-form-stacked input[type=file],
.main-wrap .pure-form-stacked select,
.main-wrap .pure-form-stacked label,
.main-wrap .pure-form-stacked textarea {
  display: block;
  margin: 0.25em 0;
}
.main-wrap {
  /*
  Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
  since IE8 won't execute CSS that contains a CSS3 selector.
  */
}
.main-wrap .pure-form-stacked input:not([type]) {
  display: block;
  margin: 0.25em 0;
}
.main-wrap .pure-form-aligned input,
.main-wrap .pure-form-aligned textarea,
.main-wrap .pure-form-aligned select,
.main-wrap .pure-form-aligned .pure-help-inline,
.main-wrap .pure-form-message-inline {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
.main-wrap .pure-form-aligned textarea {
  vertical-align: top;
}
.main-wrap {
  /* Aligned Forms */
}
.main-wrap .pure-form-aligned .pure-control-group {
  margin-bottom: 0.5em;
}
.main-wrap .pure-form-aligned .pure-control-group label {
  text-align: right;
  display: inline-block;
  vertical-align: middle;
  width: 10em;
  margin: 0 1em 0 0;
}
.main-wrap .pure-form-aligned .pure-controls {
  margin: 1.5em 0 0 11em;
}
.main-wrap {
  /* Rounded Inputs */
}
.main-wrap .pure-form input.pure-input-rounded,
.main-wrap .pure-form .pure-input-rounded {
  border-radius: 2em;
  padding: 0.5em 1em;
}
.main-wrap {
  /* Grouped Inputs */
}
.main-wrap .pure-form .pure-group fieldset {
  margin-bottom: 10px;
}
.main-wrap .pure-form .pure-group input,
.main-wrap .pure-form .pure-group textarea {
  display: block;
  padding: 10px;
  margin: 0 0 -1px;
  border-radius: 0;
  position: relative;
  top: -1px;
}
.main-wrap .pure-form .pure-group input:focus,
.main-wrap .pure-form .pure-group textarea:focus {
  z-index: 3;
}
.main-wrap .pure-form .pure-group input:first-child,
.main-wrap .pure-form .pure-group textarea:first-child {
  top: 1px;
  border-radius: 4px 4px 0 0;
  margin: 0;
}
.main-wrap .pure-form .pure-group input:first-child:last-child,
.main-wrap .pure-form .pure-group textarea:first-child:last-child {
  top: 1px;
  border-radius: 4px;
  margin: 0;
}
.main-wrap .pure-form .pure-group input:last-child,
.main-wrap .pure-form .pure-group textarea:last-child {
  top: -2px;
  border-radius: 0 0 4px 4px;
  margin: 0;
}
.main-wrap .pure-form .pure-group button {
  margin: 0.35em 0;
}
.main-wrap .pure-form .pure-input-1 {
  width: 100%;
}
.main-wrap .pure-form .pure-input-3-4 {
  width: 75%;
}
.main-wrap .pure-form .pure-input-2-3 {
  width: 66%;
}
.main-wrap .pure-form .pure-input-1-2 {
  width: 50%;
}
.main-wrap .pure-form .pure-input-1-3 {
  width: 33%;
}
.main-wrap .pure-form .pure-input-1-4 {
  width: 25%;
}
.main-wrap {
  /* Inline help for forms */
  /* NOTE: pure-help-inline is deprecated. Use .pure-form-message-inline instead. */
}
.main-wrap .pure-form .pure-help-inline,
.main-wrap .pure-form-message-inline {
  display: inline-block;
  padding-left: 0.3em;
  color: #666;
  vertical-align: middle;
  font-size: 0.875em;
}
.main-wrap {
  /* Block help for forms */
}
.main-wrap .pure-form-message {
  display: block;
  color: #666;
  font-size: 0.875em;
}
@media only screen and (max-width: 480px) {
  .main-wrap .pure-form button[type=submit] {
    margin: 0.7em 0 0;
  }
  .main-wrap .pure-form input:not([type]),
  .main-wrap .pure-form input[type=text],
  .main-wrap .pure-form input[type=password],
  .main-wrap .pure-form input[type=email],
  .main-wrap .pure-form input[type=url],
  .main-wrap .pure-form input[type=date],
  .main-wrap .pure-form input[type=month],
  .main-wrap .pure-form input[type=time],
  .main-wrap .pure-form input[type=datetime],
  .main-wrap .pure-form input[type=datetime-local],
  .main-wrap .pure-form input[type=week],
  .main-wrap .pure-form input[type=number],
  .main-wrap .pure-form input[type=search],
  .main-wrap .pure-form input[type=tel],
  .main-wrap .pure-form input[type=color],
  .main-wrap .pure-form label {
    margin-bottom: 0.3em;
    display: block;
  }
  .main-wrap .pure-group input:not([type]),
  .main-wrap .pure-group input[type=text],
  .main-wrap .pure-group input[type=password],
  .main-wrap .pure-group input[type=email],
  .main-wrap .pure-group input[type=url],
  .main-wrap .pure-group input[type=date],
  .main-wrap .pure-group input[type=month],
  .main-wrap .pure-group input[type=time],
  .main-wrap .pure-group input[type=datetime],
  .main-wrap .pure-group input[type=datetime-local],
  .main-wrap .pure-group input[type=week],
  .main-wrap .pure-group input[type=number],
  .main-wrap .pure-group input[type=search],
  .main-wrap .pure-group input[type=tel],
  .main-wrap .pure-group input[type=color] {
    margin-bottom: 0;
  }
  .main-wrap .pure-form-aligned .pure-control-group label {
    margin-bottom: 0.3em;
    text-align: left;
    display: block;
    width: 100%;
  }
  .main-wrap .pure-form-aligned .pure-controls {
    margin: 1.5em 0 0 0;
  }
  .main-wrap {
    /* NOTE: pure-help-inline is deprecated. Use .pure-form-message-inline instead. */
  }
  .main-wrap .pure-form .pure-help-inline,
  .main-wrap .pure-form-message-inline,
  .main-wrap .pure-form-message {
    display: block;
    font-size: 0.75em;
    /* Increased bottom padding to make it group with its related input element. */
    padding: 0.2em 0 0.8em;
  }
}
.main-wrap {
  /*csslint adjoining-classes: false, box-model:false*/
}
.main-wrap .pure-menu {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.main-wrap .pure-menu-fixed {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 3;
}
.main-wrap .pure-menu-list,
.main-wrap .pure-menu-item {
  position: relative;
}
.main-wrap .pure-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-wrap .pure-menu-item {
  padding: 0;
  margin: 0;
  height: 100%;
}
.main-wrap .pure-menu-link,
.main-wrap .pure-menu-heading {
  display: block;
  text-decoration: none;
  white-space: nowrap;
}
.main-wrap {
  /* HORIZONTAL MENU */
}
.main-wrap .pure-menu-horizontal {
  width: 100%;
  white-space: nowrap;
}
.main-wrap .pure-menu-horizontal .pure-menu-list {
  display: inline-block;
}
.main-wrap {
  /* Initial menus should be inline-block so that they are horizontal */
}
.main-wrap .pure-menu-horizontal .pure-menu-item,
.main-wrap .pure-menu-horizontal .pure-menu-heading,
.main-wrap .pure-menu-horizontal .pure-menu-separator {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
}
.main-wrap {
  /* Submenus should still be display: block; */
}
.main-wrap .pure-menu-item .pure-menu-item {
  display: block;
}
.main-wrap .pure-menu-children {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  margin: 0;
  padding: 0;
  z-index: 3;
}
.main-wrap .pure-menu-horizontal .pure-menu-children {
  left: 0;
  top: auto;
  width: inherit;
}
.main-wrap .pure-menu-allow-hover:hover > .pure-menu-children,
.main-wrap .pure-menu-active > .pure-menu-children {
  display: block;
  position: absolute;
}
.main-wrap {
  /* Vertical Menus - show the dropdown arrow */
}
.main-wrap .pure-menu-has-children > .pure-menu-link:after {
  padding-left: 0.5em;
  content: "▸";
  font-size: small;
}
.main-wrap {
  /* Horizontal Menus - show the dropdown arrow */
}
.main-wrap .pure-menu-horizontal .pure-menu-has-children > .pure-menu-link:after {
  content: "▾";
}
.main-wrap {
  /* scrollable menus */
}
.main-wrap .pure-menu-scrollable {
  overflow-y: scroll;
  overflow-x: hidden;
}
.main-wrap .pure-menu-scrollable .pure-menu-list {
  display: block;
}
.main-wrap .pure-menu-horizontal.pure-menu-scrollable .pure-menu-list {
  display: inline-block;
}
.main-wrap .pure-menu-horizontal.pure-menu-scrollable {
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
  /* a little extra padding for this style to allow for scrollbars */
  padding: 0.5em 0;
}
.main-wrap .pure-menu-horizontal.pure-menu-scrollable::-webkit-scrollbar {
  display: none;
}
.main-wrap {
  /* misc default styling */
}
.main-wrap .pure-menu-separator,
.main-wrap .pure-menu-horizontal .pure-menu-children .pure-menu-separator {
  background-color: #ccc;
  height: 1px;
  margin: 0.3em 0;
}
.main-wrap .pure-menu-horizontal .pure-menu-separator {
  width: 1px;
  height: 1.3em;
  margin: 0 0.3em;
}
.main-wrap {
  /* Need to reset the separator since submenu is vertical */
}
.main-wrap .pure-menu-horizontal .pure-menu-children .pure-menu-separator {
  display: block;
  width: auto;
}
.main-wrap .pure-menu-heading {
  text-transform: uppercase;
  color: #565d64;
}
.main-wrap .pure-menu-link {
  color: #777;
}
.main-wrap .pure-menu-children {
  background-color: #fff;
}
.main-wrap .pure-menu-link,
.main-wrap .pure-menu-disabled,
.main-wrap .pure-menu-heading {
  padding: 0.5em 1em;
}
.main-wrap .pure-menu-disabled {
  opacity: 0.5;
}
.main-wrap .pure-menu-disabled .pure-menu-link:hover {
  background-color: transparent;
}
.main-wrap .pure-menu-active > .pure-menu-link,
.main-wrap .pure-menu-link:hover,
.main-wrap .pure-menu-link:focus {
  background-color: #eee;
}
.main-wrap .pure-menu-selected .pure-menu-link,
.main-wrap .pure-menu-selected .pure-menu-link:visited {
  color: #000;
}
.main-wrap .pure-table {
  /* Remove spacing between table cells (from Normalize.css) */
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  border: 1px solid #cbcbcb;
}
.main-wrap .pure-table caption {
  color: #000;
  font: italic 85%/1 arial, sans-serif;
  padding: 1em 0;
  text-align: center;
}
.main-wrap .pure-table td,
.main-wrap .pure-table th {
  border-left: 1px solid #cbcbcb; /*  inner column border */
  border-width: 0 0 0 1px;
  font-size: inherit;
  margin: 0;
  overflow: visible; /*to make ths where the title is really long work*/
  padding: 0.5em 1em; /* cell padding */
}
.main-wrap {
  /* Consider removing this next declaration block, as it causes problems when
  there's a rowspan on the first cell. Case added to the tests. issue#432 */
}
.main-wrap .pure-table td:first-child,
.main-wrap .pure-table th:first-child {
  border-left-width: 0;
}
.main-wrap .pure-table thead {
  background-color: #e0e0e0;
  color: #000;
  text-align: left;
  vertical-align: bottom;
}
.main-wrap {
  /*
  striping:
     even - #fff (white)
     odd  - #f2f2f2 (light gray)
  */
}
.main-wrap .pure-table td {
  background-color: transparent;
}
.main-wrap .pure-table-odd td {
  background-color: #f2f2f2;
}
.main-wrap {
  /* nth-child selector for modern browsers */
}
.main-wrap .pure-table-striped tr:nth-child(2n-1) td {
  background-color: #f2f2f2;
}
.main-wrap {
  /* BORDERED TABLES */
}
.main-wrap .pure-table-bordered td {
  border-bottom: 1px solid #cbcbcb;
}
.main-wrap .pure-table-bordered tbody > tr:last-child > td {
  border-bottom-width: 0;
}
.main-wrap {
  /* HORIZONTAL BORDERED TABLES */
}
.main-wrap .pure-table-horizontal td,
.main-wrap .pure-table-horizontal th {
  border-width: 0 0 1px 0;
  border-bottom: 1px solid #cbcbcb;
}
.main-wrap .pure-table-horizontal tbody > tr:last-child > td {
  border-bottom-width: 0;
}
.main-wrap {
  /*!
  Pure v1.0.0
  Copyright 2013 Yahoo!
  Licensed under the BSD License.
  https://github.com/yahoo/pure/blob/master/LICENSE.md
  */
}
@media screen and (min-width: 35.5em) {
  .main-wrap .pure-u-sm-1,
  .main-wrap .pure-u-sm-1-1,
  .main-wrap .pure-u-sm-1-2,
  .main-wrap .pure-u-sm-1-3,
  .main-wrap .pure-u-sm-2-3,
  .main-wrap .pure-u-sm-1-4,
  .main-wrap .pure-u-sm-3-4,
  .main-wrap .pure-u-sm-1-5,
  .main-wrap .pure-u-sm-2-5,
  .main-wrap .pure-u-sm-3-5,
  .main-wrap .pure-u-sm-4-5,
  .main-wrap .pure-u-sm-5-5,
  .main-wrap .pure-u-sm-1-6,
  .main-wrap .pure-u-sm-5-6,
  .main-wrap .pure-u-sm-1-8,
  .main-wrap .pure-u-sm-3-8,
  .main-wrap .pure-u-sm-5-8,
  .main-wrap .pure-u-sm-7-8,
  .main-wrap .pure-u-sm-1-12,
  .main-wrap .pure-u-sm-5-12,
  .main-wrap .pure-u-sm-7-12,
  .main-wrap .pure-u-sm-11-12,
  .main-wrap .pure-u-sm-1-24,
  .main-wrap .pure-u-sm-2-24,
  .main-wrap .pure-u-sm-3-24,
  .main-wrap .pure-u-sm-4-24,
  .main-wrap .pure-u-sm-5-24,
  .main-wrap .pure-u-sm-6-24,
  .main-wrap .pure-u-sm-7-24,
  .main-wrap .pure-u-sm-8-24,
  .main-wrap .pure-u-sm-9-24,
  .main-wrap .pure-u-sm-10-24,
  .main-wrap .pure-u-sm-11-24,
  .main-wrap .pure-u-sm-12-24,
  .main-wrap .pure-u-sm-13-24,
  .main-wrap .pure-u-sm-14-24,
  .main-wrap .pure-u-sm-15-24,
  .main-wrap .pure-u-sm-16-24,
  .main-wrap .pure-u-sm-17-24,
  .main-wrap .pure-u-sm-18-24,
  .main-wrap .pure-u-sm-19-24,
  .main-wrap .pure-u-sm-20-24,
  .main-wrap .pure-u-sm-21-24,
  .main-wrap .pure-u-sm-22-24,
  .main-wrap .pure-u-sm-23-24,
  .main-wrap .pure-u-sm-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .main-wrap .pure-u-sm-1-24 {
    width: 4.1667%;
    *width: 4.1357%;
  }
  .main-wrap .pure-u-sm-1-12,
  .main-wrap .pure-u-sm-2-24 {
    width: 8.3333%;
    *width: 8.3023%;
  }
  .main-wrap .pure-u-sm-1-8,
  .main-wrap .pure-u-sm-3-24 {
    width: 12.5%;
    *width: 12.469%;
  }
  .main-wrap .pure-u-sm-1-6,
  .main-wrap .pure-u-sm-4-24 {
    width: 16.6667%;
    *width: 16.6357%;
  }
  .main-wrap .pure-u-sm-1-5 {
    width: 20%;
    *width: 19.969%;
  }
  .main-wrap .pure-u-sm-5-24 {
    width: 20.8333%;
    *width: 20.8023%;
  }
  .main-wrap .pure-u-sm-1-4,
  .main-wrap .pure-u-sm-6-24 {
    width: 25%;
    *width: 24.969%;
  }
  .main-wrap .pure-u-sm-7-24 {
    width: 29.1667%;
    *width: 29.1357%;
  }
  .main-wrap .pure-u-sm-1-3,
  .main-wrap .pure-u-sm-8-24 {
    width: 33.3333%;
    *width: 33.3023%;
  }
  .main-wrap .pure-u-sm-3-8,
  .main-wrap .pure-u-sm-9-24 {
    width: 37.5%;
    *width: 37.469%;
  }
  .main-wrap .pure-u-sm-2-5 {
    width: 40%;
    *width: 39.969%;
  }
  .main-wrap .pure-u-sm-5-12,
  .main-wrap .pure-u-sm-10-24 {
    width: 41.6667%;
    *width: 41.6357%;
  }
  .main-wrap .pure-u-sm-11-24 {
    width: 45.8333%;
    *width: 45.8023%;
  }
  .main-wrap .pure-u-sm-1-2,
  .main-wrap .pure-u-sm-12-24 {
    width: 50%;
    *width: 49.969%;
  }
  .main-wrap .pure-u-sm-13-24 {
    width: 54.1667%;
    *width: 54.1357%;
  }
  .main-wrap .pure-u-sm-7-12,
  .main-wrap .pure-u-sm-14-24 {
    width: 58.3333%;
    *width: 58.3023%;
  }
  .main-wrap .pure-u-sm-3-5 {
    width: 60%;
    *width: 59.969%;
  }
  .main-wrap .pure-u-sm-5-8,
  .main-wrap .pure-u-sm-15-24 {
    width: 62.5%;
    *width: 62.469%;
  }
  .main-wrap .pure-u-sm-2-3,
  .main-wrap .pure-u-sm-16-24 {
    width: 66.6667%;
    *width: 66.6357%;
  }
  .main-wrap .pure-u-sm-17-24 {
    width: 70.8333%;
    *width: 70.8023%;
  }
  .main-wrap .pure-u-sm-3-4,
  .main-wrap .pure-u-sm-18-24 {
    width: 75%;
    *width: 74.969%;
  }
  .main-wrap .pure-u-sm-19-24 {
    width: 79.1667%;
    *width: 79.1357%;
  }
  .main-wrap .pure-u-sm-4-5 {
    width: 80%;
    *width: 79.969%;
  }
  .main-wrap .pure-u-sm-5-6,
  .main-wrap .pure-u-sm-20-24 {
    width: 83.3333%;
    *width: 83.3023%;
  }
  .main-wrap .pure-u-sm-7-8,
  .main-wrap .pure-u-sm-21-24 {
    width: 87.5%;
    *width: 87.469%;
  }
  .main-wrap .pure-u-sm-11-12,
  .main-wrap .pure-u-sm-22-24 {
    width: 91.6667%;
    *width: 91.6357%;
  }
  .main-wrap .pure-u-sm-23-24 {
    width: 95.8333%;
    *width: 95.8023%;
  }
  .main-wrap .pure-u-sm-1,
  .main-wrap .pure-u-sm-1-1,
  .main-wrap .pure-u-sm-5-5,
  .main-wrap .pure-u-sm-24-24 {
    width: 100%;
  }
}
@media screen and (min-width: 48em) {
  .main-wrap .pure-u-md-1,
  .main-wrap .pure-u-md-1-1,
  .main-wrap .pure-u-md-1-2,
  .main-wrap .pure-u-md-1-3,
  .main-wrap .pure-u-md-2-3,
  .main-wrap .pure-u-md-1-4,
  .main-wrap .pure-u-md-3-4,
  .main-wrap .pure-u-md-1-5,
  .main-wrap .pure-u-md-2-5,
  .main-wrap .pure-u-md-3-5,
  .main-wrap .pure-u-md-4-5,
  .main-wrap .pure-u-md-5-5,
  .main-wrap .pure-u-md-1-6,
  .main-wrap .pure-u-md-5-6,
  .main-wrap .pure-u-md-1-8,
  .main-wrap .pure-u-md-3-8,
  .main-wrap .pure-u-md-5-8,
  .main-wrap .pure-u-md-7-8,
  .main-wrap .pure-u-md-1-12,
  .main-wrap .pure-u-md-5-12,
  .main-wrap .pure-u-md-7-12,
  .main-wrap .pure-u-md-11-12,
  .main-wrap .pure-u-md-1-24,
  .main-wrap .pure-u-md-2-24,
  .main-wrap .pure-u-md-3-24,
  .main-wrap .pure-u-md-4-24,
  .main-wrap .pure-u-md-5-24,
  .main-wrap .pure-u-md-6-24,
  .main-wrap .pure-u-md-7-24,
  .main-wrap .pure-u-md-8-24,
  .main-wrap .pure-u-md-9-24,
  .main-wrap .pure-u-md-10-24,
  .main-wrap .pure-u-md-11-24,
  .main-wrap .pure-u-md-12-24,
  .main-wrap .pure-u-md-13-24,
  .main-wrap .pure-u-md-14-24,
  .main-wrap .pure-u-md-15-24,
  .main-wrap .pure-u-md-16-24,
  .main-wrap .pure-u-md-17-24,
  .main-wrap .pure-u-md-18-24,
  .main-wrap .pure-u-md-19-24,
  .main-wrap .pure-u-md-20-24,
  .main-wrap .pure-u-md-21-24,
  .main-wrap .pure-u-md-22-24,
  .main-wrap .pure-u-md-23-24,
  .main-wrap .pure-u-md-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .main-wrap .pure-u-md-1-24 {
    width: 4.1667%;
    *width: 4.1357%;
  }
  .main-wrap .pure-u-md-1-12,
  .main-wrap .pure-u-md-2-24 {
    width: 8.3333%;
    *width: 8.3023%;
  }
  .main-wrap .pure-u-md-1-8,
  .main-wrap .pure-u-md-3-24 {
    width: 12.5%;
    *width: 12.469%;
  }
  .main-wrap .pure-u-md-1-7 {
    width: 14.2857143%;
    *width: 14.23%;
  }
  .main-wrap .pure-u-md-1-6,
  .main-wrap .pure-u-md-4-24 {
    width: 16.6667%;
    *width: 16.6357%;
  }
  .main-wrap .pure-u-md-1-5 {
    width: 25%;
    *width: 19.969%;
  }
  .main-wrap .pure-u-md-5-24 {
    width: 20.8333%;
    *width: 20.8023%;
  }
  .main-wrap .pure-u-md-1-4,
  .main-wrap .pure-u-md-6-24 {
    width: 25%;
    *width: 24.969%;
  }
  .main-wrap .pure-u-md-7-24 {
    width: 29.1667%;
    *width: 29.1357%;
  }
  .main-wrap .pure-u-md-1-3,
  .main-wrap .pure-u-md-8-24 {
    width: 33.3333%;
    *width: 33.3023%;
  }
  .main-wrap .pure-u-md-3-8,
  .main-wrap .pure-u-md-9-24 {
    width: 37.5%;
    *width: 37.469%;
  }
  .main-wrap .pure-u-md-2-5 {
    width: 40%;
    *width: 39.969%;
  }
  .main-wrap .pure-u-md-5-12,
  .main-wrap .pure-u-md-10-24 {
    width: 41.6667%;
    *width: 41.6357%;
  }
  .main-wrap .pure-u-md-11-24 {
    width: 45.8333%;
    *width: 45.8023%;
  }
  .main-wrap .pure-u-md-1-2,
  .main-wrap .pure-u-md-12-24 {
    width: 50%;
    *width: 49.969%;
  }
  .main-wrap .pure-u-md-13-24 {
    width: 54.1667%;
    *width: 54.1357%;
  }
  .main-wrap .pure-u-md-7-12,
  .main-wrap .pure-u-md-14-24 {
    width: 58.3333%;
    *width: 58.3023%;
  }
  .main-wrap .pure-u-md-3-5 {
    width: 60%;
    *width: 59.969%;
  }
  .main-wrap .pure-u-md-5-8,
  .main-wrap .pure-u-md-15-24 {
    width: 62.5%;
    *width: 62.469%;
  }
  .main-wrap .pure-u-md-2-3,
  .main-wrap .pure-u-md-16-24 {
    width: 66.6667%;
    *width: 66.6357%;
  }
  .main-wrap .pure-u-md-17-24 {
    width: 70.8333%;
    *width: 70.8023%;
  }
  .main-wrap .pure-u-md-3-4,
  .main-wrap .pure-u-md-18-24 {
    width: 75%;
    *width: 74.969%;
  }
  .main-wrap .pure-u-md-19-24 {
    width: 79.1667%;
    *width: 79.1357%;
  }
  .main-wrap .pure-u-md-4-5 {
    width: 80%;
    *width: 79.969%;
  }
  .main-wrap .pure-u-md-5-6,
  .main-wrap .pure-u-md-20-24 {
    width: 83.3333%;
    *width: 83.3023%;
  }
  .main-wrap .pure-u-md-7-8,
  .main-wrap .pure-u-md-21-24 {
    width: 87.5%;
    *width: 87.469%;
  }
  .main-wrap .pure-u-md-11-12,
  .main-wrap .pure-u-md-22-24 {
    width: 91.6667%;
    *width: 91.6357%;
  }
  .main-wrap .pure-u-md-23-24 {
    width: 95.8333%;
    *width: 95.8023%;
  }
  .main-wrap .pure-u-md-1,
  .main-wrap .pure-u-md-1-1,
  .main-wrap .pure-u-md-5-5,
  .main-wrap .pure-u-md-24-24 {
    width: 100%;
  }
}
@media screen and (min-width: 64em) {
  .main-wrap .pure-u-lg-1,
  .main-wrap .pure-u-lg-1-1,
  .main-wrap .pure-u-lg-1-2,
  .main-wrap .pure-u-lg-1-3,
  .main-wrap .pure-u-lg-2-3,
  .main-wrap .pure-u-lg-1-4,
  .main-wrap .pure-u-lg-3-4,
  .main-wrap .pure-u-lg-1-5,
  .main-wrap .pure-u-lg-2-5,
  .main-wrap .pure-u-lg-3-5,
  .main-wrap .pure-u-lg-4-5,
  .main-wrap .pure-u-lg-5-5,
  .main-wrap .pure-u-lg-1-6,
  .main-wrap .pure-u-lg-5-6,
  .main-wrap .pure-u-lg-1-8,
  .main-wrap .pure-u-lg-3-8,
  .main-wrap .pure-u-lg-5-8,
  .main-wrap .pure-u-lg-7-8,
  .main-wrap .pure-u-lg-1-12,
  .main-wrap .pure-u-lg-5-12,
  .main-wrap .pure-u-lg-7-12,
  .main-wrap .pure-u-lg-11-12,
  .main-wrap .pure-u-lg-1-24,
  .main-wrap .pure-u-lg-2-24,
  .main-wrap .pure-u-lg-3-24,
  .main-wrap .pure-u-lg-4-24,
  .main-wrap .pure-u-lg-5-24,
  .main-wrap .pure-u-lg-6-24,
  .main-wrap .pure-u-lg-7-24,
  .main-wrap .pure-u-lg-8-24,
  .main-wrap .pure-u-lg-9-24,
  .main-wrap .pure-u-lg-10-24,
  .main-wrap .pure-u-lg-11-24,
  .main-wrap .pure-u-lg-12-24,
  .main-wrap .pure-u-lg-13-24,
  .main-wrap .pure-u-lg-14-24,
  .main-wrap .pure-u-lg-15-24,
  .main-wrap .pure-u-lg-16-24,
  .main-wrap .pure-u-lg-17-24,
  .main-wrap .pure-u-lg-18-24,
  .main-wrap .pure-u-lg-19-24,
  .main-wrap .pure-u-lg-20-24,
  .main-wrap .pure-u-lg-21-24,
  .main-wrap .pure-u-lg-22-24,
  .main-wrap .pure-u-lg-23-24,
  .main-wrap .pure-u-lg-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .main-wrap .pure-u-lg-1-24 {
    width: 4.1667%;
    *width: 4.1357%;
  }
  .main-wrap .pure-u-lg-1-12,
  .main-wrap .pure-u-lg-2-24 {
    width: 8.3333%;
    *width: 8.3023%;
  }
  .main-wrap .pure-u-lg-1-8,
  .main-wrap .pure-u-lg-3-24 {
    width: 12.5%;
    *width: 12.469%;
  }
  .main-wrap .pure-u-lg-1-6,
  .main-wrap .pure-u-lg-4-24 {
    width: 16.6667%;
    *width: 16.6357%;
  }
  .main-wrap .pure-u-lg-1-5 {
    width: 20%;
    *width: 19.969%;
  }
  .main-wrap .pure-u-lg-5-24 {
    width: 20.8333%;
    *width: 20.8023%;
  }
  .main-wrap .pure-u-lg-1-4,
  .main-wrap .pure-u-lg-6-24 {
    width: 25%;
    *width: 24.969%;
  }
  .main-wrap .pure-u-lg-7-24 {
    width: 29.1667%;
    *width: 29.1357%;
  }
  .main-wrap .pure-u-lg-1-3,
  .main-wrap .pure-u-lg-8-24 {
    width: 33.3333%;
    *width: 33.3023%;
  }
  .main-wrap .pure-u-lg-3-8,
  .main-wrap .pure-u-lg-9-24 {
    width: 37.5%;
    *width: 37.469%;
  }
  .main-wrap .pure-u-lg-2-5 {
    width: 40%;
    *width: 39.969%;
  }
  .main-wrap .pure-u-lg-5-12,
  .main-wrap .pure-u-lg-10-24 {
    width: 41.6667%;
    *width: 41.6357%;
  }
  .main-wrap .pure-u-lg-11-24 {
    width: 45.8333%;
    *width: 45.8023%;
  }
  .main-wrap .pure-u-lg-1-2,
  .main-wrap .pure-u-lg-12-24 {
    width: 50%;
    *width: 49.969%;
  }
  .main-wrap .pure-u-lg-13-24 {
    width: 54.1667%;
    *width: 54.1357%;
  }
  .main-wrap .pure-u-lg-7-12,
  .main-wrap .pure-u-lg-14-24 {
    width: 58.3333%;
    *width: 58.3023%;
  }
  .main-wrap .pure-u-lg-3-5 {
    width: 60%;
    *width: 59.969%;
  }
  .main-wrap .pure-u-lg-5-8,
  .main-wrap .pure-u-lg-15-24 {
    width: 62.5%;
    *width: 62.469%;
  }
  .main-wrap .pure-u-lg-2-3,
  .main-wrap .pure-u-lg-16-24 {
    width: 66.6667%;
    *width: 66.6357%;
  }
  .main-wrap .pure-u-lg-17-24 {
    width: 70.8333%;
    *width: 70.8023%;
  }
  .main-wrap .pure-u-lg-3-4,
  .main-wrap .pure-u-lg-18-24 {
    width: 75%;
    *width: 74.969%;
  }
  .main-wrap .pure-u-lg-19-24 {
    width: 79.1667%;
    *width: 79.1357%;
  }
  .main-wrap .pure-u-lg-4-5 {
    width: 80%;
    *width: 79.969%;
  }
  .main-wrap .pure-u-lg-5-6,
  .main-wrap .pure-u-lg-20-24 {
    width: 83.3333%;
    *width: 83.3023%;
  }
  .main-wrap .pure-u-lg-7-8,
  .main-wrap .pure-u-lg-21-24 {
    width: 87.5%;
    *width: 87.469%;
  }
  .main-wrap .pure-u-lg-11-12,
  .main-wrap .pure-u-lg-22-24 {
    width: 91.6667%;
    *width: 91.6357%;
  }
  .main-wrap .pure-u-lg-23-24 {
    width: 95.8333%;
    *width: 95.8023%;
  }
  .main-wrap .pure-u-lg-1,
  .main-wrap .pure-u-lg-1-1,
  .main-wrap .pure-u-lg-5-5,
  .main-wrap .pure-u-lg-24-24 {
    width: 100%;
  }
}
@media screen and (min-width: 80em) {
  .main-wrap .pure-u-xl-1,
  .main-wrap .pure-u-xl-1-1,
  .main-wrap .pure-u-xl-1-2,
  .main-wrap .pure-u-xl-1-3,
  .main-wrap .pure-u-xl-2-3,
  .main-wrap .pure-u-xl-1-4,
  .main-wrap .pure-u-xl-3-4,
  .main-wrap .pure-u-xl-1-5,
  .main-wrap .pure-u-xl-2-5,
  .main-wrap .pure-u-xl-3-5,
  .main-wrap .pure-u-xl-4-5,
  .main-wrap .pure-u-xl-5-5,
  .main-wrap .pure-u-xl-1-6,
  .main-wrap .pure-u-xl-5-6,
  .main-wrap .pure-u-xl-1-8,
  .main-wrap .pure-u-xl-3-8,
  .main-wrap .pure-u-xl-5-8,
  .main-wrap .pure-u-xl-7-8,
  .main-wrap .pure-u-xl-1-12,
  .main-wrap .pure-u-xl-5-12,
  .main-wrap .pure-u-xl-7-12,
  .main-wrap .pure-u-xl-11-12,
  .main-wrap .pure-u-xl-1-24,
  .main-wrap .pure-u-xl-2-24,
  .main-wrap .pure-u-xl-3-24,
  .main-wrap .pure-u-xl-4-24,
  .main-wrap .pure-u-xl-5-24,
  .main-wrap .pure-u-xl-6-24,
  .main-wrap .pure-u-xl-7-24,
  .main-wrap .pure-u-xl-8-24,
  .main-wrap .pure-u-xl-9-24,
  .main-wrap .pure-u-xl-10-24,
  .main-wrap .pure-u-xl-11-24,
  .main-wrap .pure-u-xl-12-24,
  .main-wrap .pure-u-xl-13-24,
  .main-wrap .pure-u-xl-14-24,
  .main-wrap .pure-u-xl-15-24,
  .main-wrap .pure-u-xl-16-24,
  .main-wrap .pure-u-xl-17-24,
  .main-wrap .pure-u-xl-18-24,
  .main-wrap .pure-u-xl-19-24,
  .main-wrap .pure-u-xl-20-24,
  .main-wrap .pure-u-xl-21-24,
  .main-wrap .pure-u-xl-22-24,
  .main-wrap .pure-u-xl-23-24,
  .main-wrap .pure-u-xl-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .main-wrap .pure-u-xl-1-24 {
    width: 4.1667%;
    *width: 4.1357%;
  }
  .main-wrap .pure-u-xl-1-12,
  .main-wrap .pure-u-xl-2-24 {
    width: 8.3333%;
    *width: 8.3023%;
  }
  .main-wrap .pure-u-xl-1-8,
  .main-wrap .pure-u-xl-3-24 {
    width: 12.5%;
    *width: 12.469%;
  }
  .main-wrap .pure-u-xl-1-6,
  .main-wrap .pure-u-xl-4-24 {
    width: 16.6667%;
    *width: 16.6357%;
  }
  .main-wrap .pure-u-xl-1-5 {
    width: 20%;
    *width: 19.969%;
  }
  .main-wrap .pure-u-xl-5-24 {
    width: 20.8333%;
    *width: 20.8023%;
  }
  .main-wrap .pure-u-xl-1-4,
  .main-wrap .pure-u-xl-6-24 {
    width: 25%;
    *width: 24.969%;
  }
  .main-wrap .pure-u-xl-7-24 {
    width: 29.1667%;
    *width: 29.1357%;
  }
  .main-wrap .pure-u-xl-1-3,
  .main-wrap .pure-u-xl-8-24 {
    width: 33.3333%;
    *width: 33.3023%;
  }
  .main-wrap .pure-u-xl-3-8,
  .main-wrap .pure-u-xl-9-24 {
    width: 37.5%;
    *width: 37.469%;
  }
  .main-wrap .pure-u-xl-2-5 {
    width: 40%;
    *width: 39.969%;
  }
  .main-wrap .pure-u-xl-5-12,
  .main-wrap .pure-u-xl-10-24 {
    width: 41.6667%;
    *width: 41.6357%;
  }
  .main-wrap .pure-u-xl-11-24 {
    width: 45.8333%;
    *width: 45.8023%;
  }
  .main-wrap .pure-u-xl-1-2,
  .main-wrap .pure-u-xl-12-24 {
    width: 50%;
    *width: 49.969%;
  }
  .main-wrap .pure-u-xl-13-24 {
    width: 54.1667%;
    *width: 54.1357%;
  }
  .main-wrap .pure-u-xl-7-12,
  .main-wrap .pure-u-xl-14-24 {
    width: 58.3333%;
    *width: 58.3023%;
  }
  .main-wrap .pure-u-xl-3-5 {
    width: 60%;
    *width: 59.969%;
  }
  .main-wrap .pure-u-xl-5-8,
  .main-wrap .pure-u-xl-15-24 {
    width: 62.5%;
    *width: 62.469%;
  }
  .main-wrap .pure-u-xl-2-3,
  .main-wrap .pure-u-xl-16-24 {
    width: 66.6667%;
    *width: 66.6357%;
  }
  .main-wrap .pure-u-xl-17-24 {
    width: 70.8333%;
    *width: 70.8023%;
  }
  .main-wrap .pure-u-xl-3-4,
  .main-wrap .pure-u-xl-18-24 {
    width: 75%;
    *width: 74.969%;
  }
  .main-wrap .pure-u-xl-19-24 {
    width: 79.1667%;
    *width: 79.1357%;
  }
  .main-wrap .pure-u-xl-4-5 {
    width: 80%;
    *width: 79.969%;
  }
  .main-wrap .pure-u-xl-5-6,
  .main-wrap .pure-u-xl-20-24 {
    width: 83.3333%;
    *width: 83.3023%;
  }
  .main-wrap .pure-u-xl-7-8,
  .main-wrap .pure-u-xl-21-24 {
    width: 87.5%;
    *width: 87.469%;
  }
  .main-wrap .pure-u-xl-11-12,
  .main-wrap .pure-u-xl-22-24 {
    width: 91.6667%;
    *width: 91.6357%;
  }
  .main-wrap .pure-u-xl-23-24 {
    width: 95.8333%;
    *width: 95.8023%;
  }
  .main-wrap .pure-u-xl-1,
  .main-wrap .pure-u-xl-1-1,
  .main-wrap .pure-u-xl-5-5,
  .main-wrap .pure-u-xl-24-24 {
    width: 100%;
  }
}
@font-face {
  font-family: YuGothicM;
  src: local(Yu Gothic Medium), local(Yu Gothic);
}
.main-wrap .pc {
  display: block;
}
.main-wrap .sp {
  display: none;
}
.main-wrap .recruit {
  font-family: YuGothic, YuGothicM, "游ゴシック", YuGothic, "メイリオ", sans-serif;
  font-weight: 500;
  background: #f5f6f7;
  color: #010101;
  line-height: 1.5;
  letter-spacing: 0.1em;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.main-wrap .recruit__head {
  text-align: center;
  font-family: "Lato", YuGothic, YuGothicM, "游ゴシック", YuGothic, "メイリオ", sans-serif;
  font-weight: bold;
  font-size: 40px;
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  margin-bottom: 64px;
}
.main-wrap .recruit__head:first-letter {
  color: #c7000b;
}
.main-wrap .recruit__head-right {
  text-align: left;
  color: #fff;
  margin-bottom: 32px;
}
.main-wrap .recruit__subhead {
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  margin: -16px 0 32px;
}
.main-wrap .recruit__subhead-big {
  font-size: 58px;
  font-size: 3.625rem;
  font-weight: bold;
  font-family: "Lato", YuGothic, YuGothicM, "游ゴシック", YuGothic, "メイリオ", sans-serif;
  margin-bottom: 16px;
}
.main-wrap .recruit__desc {
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  text-align: left;
  line-height: 2.25;
  margin-bottom: 32px;
}
.main-wrap .recruit__desc sub {
  font-size: 12px;
  font-size: 0.75rem;
}
.main-wrap .recruit__more {
  padding: 13px 13px;
  background: #a11217;
  color: #fff;
  font-size: 20px;
  text-align: left;
  display: block;
  font-weight: bold;
  max-width: 750px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  border: 1px solid #a11217;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.main-wrap .recruit__more:after {
  content: ">>";
  width: 10px;
  height: 10px;
  display: inline-block;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  margin: 0 16px;
}
.main-wrap .header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 105px;
  background: #fff;
}
.main-wrap .header__inner {
  max-width: 1280px;
  margin: 0 auto;
  overflow: hidden;
  padding: 8px 0;
}
.main-wrap .header__logo {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
}
.main-wrap .header__logo-link {
  color: #010101;
  display: block;
}
.main-wrap .header__menu {
  display: none;
}
.main-wrap .header__nav ul {
  height: 100%;
}
.main-wrap .header__list {
  border-left: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  height: 100%;
}
.main-wrap .header__list:last-child {
  border-right: 1px solid #ccc;
}
.main-wrap .header__link {
  font-family: "Lato", YuGothic, YuGothicM, "游ゴシック", YuGothic, "メイリオ", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #010101;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.main-wrap .header__kana {
  font-size: 10px;
  font-size: 0.625rem;
  display: block;
}
.main-wrap .header__right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-wrap .entry {
  border: 2px solid #010101;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Lato", YuGothic, YuGothicM, "游ゴシック", YuGothic, "メイリオ", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 16px;
  position: relative;
  color: #010101;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.main-wrap .entry:before {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #010101;
}
.main-wrap .entry:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 25px 25px;
  border-color: transparent transparent #f5f6f7 transparent;
  position: absolute;
  right: -2px;
  bottom: -2px;
  z-index: 100;
}
.main-wrap .entry__left {
  text-align: center;
  font-weight: bold;
  line-height: 1.25;
  margin-right: 8px;
}
.main-wrap .entry__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-wrap .entry__sup {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
}
.main-wrap .main {
  padding: 105px 0 0 0;
  background: url(../img/recruit/bg-gr-1.png) no-repeat bottom center;
}
.main-wrap .main-img {
  height: 550px;
  background: url(../img/recruit/main.jpg) no-repeat center;
  position: relative;
}
.main-wrap .main-img__inner {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  height: 100%;
}
.main-wrap .main-img__nav {
  position: absolute;
  right: 0;
  top: 30px;
  border: 1px solid #000;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.main-wrap .main-img__list {
  width: 150px;
}
.main-wrap .main-img__link {
  padding: 8px 0;
  text-align: center;
  background: #fff;
  display: block;
  font-weight: bold;
  color: #000;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.main-wrap .main-img__link.active {
  background: #000;
  color: #fff;
  border-right: 1px solid #fff;
}
.main-wrap .main-img__logo {
  position: absolute;
  max-width: 614px;
  height: 181px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.main-wrap .main-img__sub {
  position: absolute;
  right: 0;
  bottom: -100px;
}
.main-wrap .main-movie {
  padding: 128px 0 128px;
  max-width: 1280px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.main-wrap .main-movie__inner {
  position: relative;
  text-align: center;
}
.main-wrap .main-movie__close {
  background: rgba(0, 0, 0, 0.65);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.main-wrap .main-movie__light {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.main-wrap .main-movie__light-inner {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  height: 720px;
}
.main-wrap .main-movie video {
  width: 100%;
}
.main-wrap .main-movie__button {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 40px;
  /*コントローラー分下部に余白を*/
  cursor: pointer;
}
.main-wrap .main-bg {
  width: 100%;
  height: 150px;
}
.main-wrap .main-bg-2 {
  background: url(../img/recruit/redband.jpg) no-repeat center center;
}
.main-wrap .main-bg-3 {
  background: url(../img/recruit/redband.jpg) no-repeat center center;
}
.main-wrap .main-bg-4 {
  background: url(../img/recruit/redband.jpg) no-repeat center center;
}
.main-wrap .main-bg-5 {
  background: url(../img/recruit/redband.jpg) no-repeat center center;
}
.main-wrap .main-bg-6 {
  background: url(../img/recruit/redband.jpg) no-repeat center center;
}
.main-wrap .message {
  padding: 96px 0;
  background: url(../img/recruit/bg-bk-1.png) no-repeat center top;
  text-align: center;
}
.main-wrap .message__inner {
  max-width: 900px;
  margin: 0 auto;
}
.main-wrap .message__head {
  font-size: 48px;
  font-size: 3rem;
  margin-bottom: 32px;
  letter-spacing: 0.02em;
}
.main-wrap .message__head .red {
  color: #c7000b;
}
.main-wrap .message__sub {
  font-size: 12px;
  font-size: 0.75rem;
  text-align: left;
  margin-bottom: 32px;
  display: block;
}
.main-wrap .message__link {
  padding: 13px 13px;
  background: #a11217;
  color: #fff;
  font-size: 20px;
  text-align: left;
  display: block;
  font-weight: bold;
  max-width: 750px;
  margin: 0 auto 32px;
  position: relative;
  border: 1px solid #a11217;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.main-wrap .message .recruit__desc {
  letter-spacing: 0.05em;
}
.main-wrap .message__entry {
  position: absolute;
  right: 30px;
}
.main-wrap .message__entry:after {
  content: ">>";
  width: 10px;
  height: 10px;
  display: inline-block;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  margin: 0 16px;
}
.main-wrap .message__sns {
  font-size: 28px;
  font-size: 1.75rem;
  text-align: center;
}
.main-wrap .message__sns-link {
  color: #010101;
  padding: 0 32px 0 0;
  position: relative;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.main-wrap .message__sns-link:last-child {
  padding: 0;
}
.main-wrap .message__sns-link:last-child:after {
  display: none;
}
.main-wrap .message__sns-link:after {
  content: "";
  border-right: #ddd 2px solid;
  position: absolute;
  right: 8px;
  width: 0;
  height: 100%;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}
.main-wrap .business__inner {
  max-width: 1280px;
  margin: 0 auto;
  overflow: hidden;
  padding: 96px 0;
}
.main-wrap .business__nav {
  margin: 0 -32px 64px;
}
.main-wrap .business__list {
  padding: 0 32px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 15px;
}
.main-wrap .business__link {
  background: #fff;
  color: #010101;
  text-align: center;
  display: block;
  padding: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
}
.main-wrap .business__box {
  border: 3px solid #010101;
  padding: 40px 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
}
.main-wrap .business__icon {
  width: 46px;
  height: 57px;
  margin: 0 auto 16px;
  display: block;
}
.main-wrap .business__icon-1 {
  background: url(../img/recruit/business_icon-1.png) no-repeat center;
}
.main-wrap .business__icon-2 {
  background: url(../img/recruit/business_icon-2.png) no-repeat center;
}
.main-wrap .business__icon-3 {
  background: url(../img/recruit/business_icon-3.png) no-repeat center;
}
.main-wrap .business__icon-4 {
  background: url(../img/recruit/business_icon-4.png) no-repeat center;
}
.main-wrap .business__icon-5 {
  background: url(../img/recruit/business_icon-5.png) no-repeat center;
}
.main-wrap .business__icon-6 {
  background: url(../img/recruit/business_icon-6.png) no-repeat center;
}
.main-wrap .business__icon-7 {
  background: url(../img/recruit/business_icon-7.png) no-repeat center;
}
.main-wrap .business__name {
  margin-bottom: 16px;
}
.main-wrap .business__desc {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: left;
  line-height: 1.75;
}
.main-wrap .history__inner {
  max-width: 880px;
  margin: 0 auto;
  padding: 96px 0;
}
.main-wrap .number {
  background: url(../img/recruit/bg-gr-2.png) no-repeat center bottom;
}
.main-wrap .number__inner {
  max-width: 1280px;
  margin: 0 auto;
  overflow: hidden;
  padding: 96px 0;
}
.main-wrap .number__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  margin: 64px 0 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 220px;
  padding: 8px;
}
.main-wrap .number__bk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #010101;
  height: 212px;
  width: 100%;
}
.main-wrap .number__head {
  font-size: 36px;
  font-size: 2.25rem;
  padding: 0 4.1667%;
}
.main-wrap .number__graph {
  margin-top: -64px;
}
.main-wrap .number__desc {
  padding-left: 4.1667%;
  font-weight: bold;
}
.main-wrap .people {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  background: url(../img/recruit/bg-bk-2.png) no-repeat center top;
}
.main-wrap .people__inner {
  max-width: 1280px;
  margin: 0 auto;
  overflow: hidden;
  padding: 64px 0;
}
.main-wrap .people .recruit__desc {
  text-align: center;
}
.main-wrap .people {
  /*
  &__nav {
      margin: 0 0 $margin-l * 3;
  }

  &__list {
      padding: 0 $margin-m;
      box-sizing: border-box;
      position: relative;
      @media screen and (min-width: 1230px) {
          margin-bottom: 10%;
      }
      @media screen and (min-width: 768px) and (max-width: 1230px) {
          margin-bottom: 15%;
      }

      img {
          vertical-align: bottom;
          width: 100%;
          @include transition(0.4s);
      }
  }

  &__link {
      display: block;
      color: $scrollblack; // overflow-x: hidden;
  }

  &__box {
      background: #fff;
      padding: $margin-m;
      position: absolute;
      @include pc {
          top: 70%;
      }
      @include sp {
          bottom: 32px;
      }
      left: 0;
      right: 0;
      margin: 0 auto;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: 83%;
      @include transition(0.4s);
  }
  &__unit {
      @include font-size($size-s);
      font-weight: bold;
  }

  &__name {
      @include font-size($size-s);
      margin: $margin-s 0 0 0;
      padding: $margin-s 0 0 0;
      position: relative;
      @media screen and (min-width: 1240px) {
          white-space: nowrap;
      }

      &:before {
          content: "";
          width: $margin-m;
          position: absolute;
          top: 0;
          left: 2px;
          border-bottom: 1px solid $scrollblack;
      }
  }
  // 2503月追加
  &__career {
      margin-top: 5px;
      .title {
          font-size: 12px;
          @include sp {
              font-size: 12px;
          }
      }
      .box {
          font-size: 12px;
          @include sp {
              font-size: 12px;
          }
      }
  }*/
}
.main-wrap .people__nav {
  max-width: 1260px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 40px;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
@media screen and (max-width: 767px) {
  .main-wrap .people__nav {
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 13px;
       -moz-column-gap: 13px;
            column-gap: 13px;
  }
}
.main-wrap .people__box {
  padding-top: 20px;
  padding-left: 20px;
  background: #fff;
  width: 83%;
  margin-top: -100px;
  margin-left: auto;
  margin-right: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .main-wrap .people__box {
    padding-top: 5px;
    padding-left: 0;
    width: 100%;
    margin-top: 0;
    margin-right: auto;
  }
}
.main-wrap .people__lead {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .main-wrap .people__lead {
    font-size: 14px;
    line-height: 1.5;
  }
}
.main-wrap .people__career {
  margin-top: 15px;
  padding-top: 16px;
  background: url(/wp-content/themes/scr-corporate/common/img/recruit_new/people/line-border-pc.png) no-repeat left top;
}
@media screen and (max-width: 767px) {
  .main-wrap .people__career {
    margin-top: 6px;
    padding-top: 10px;
    background: url(/wp-content/themes/scr-corporate/common/img/recruit_new/people/line-border-sp.png) no-repeat left top/50% auto;
  }
}
.main-wrap .people__unit {
  font-size: 15px;
  font-weight: bold;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .main-wrap .people__unit {
    font-size: 12px;
    margin-top: 3px;
  }
}
.main-wrap .people__name {
  font-size: 12px;
  margin-top: 8px;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .main-wrap .people__name {
    font-size: 10px;
    margin-top: 5px;
  }
}
.main-wrap .people__name .split-line {
  font-size: 20px;
  font-weight: 500;
  position: relative;
  display: inline-block;
  padding-right: 8px;
  margin-right: 9px;
}
@media screen and (max-width: 767px) {
  .main-wrap .people__name .split-line {
    font-size: 16px;
  }
}
.main-wrap .people__name .split-line:after {
  content: "";
  display: block;
  width: 1px;
  height: 60%;
  background: #000;
  position: absolute;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
}
.main-wrap .benefits__inner {
  max-width: 880px;
  padding: 96px 0;
  margin: 0 auto;
}
.main-wrap .benefits .recruit__desc {
  text-align: center;
}
.main-wrap .gallery {
  max-width: 1280px;
  margin: 0 auto;
  overflow: hidden;
  padding: 96px 0 192px;
}
.main-wrap .gallery__nav {
  margin: 0 -8px 32px;
}
.main-wrap .gallery__list {
  margin-bottom: 8px;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.main-wrap .gallery__link {
  overflow: hidden;
  display: block;
}
.main-wrap .gallery__link img {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  width: 100%;
  vertical-align: bottom;
}
.main-wrap .footer {
  background: #ffffff;
}
.main-wrap .footer__inner {
  max-width: 1280px;
  margin: 0 auto;
  overflow: hidden;
  padding: 64px 0;
}
.main-wrap .footer__logo {
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  margin-bottom: 32px;
  color: #010101;
  display: block;
}
.main-wrap .footer-nav__list {
  padding: 0 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.main-wrap .footer-nav__link {
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  color: #010101;
  display: block;
  line-height: 2;
}
.main-wrap .footer-nav__sub {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  display: block;
}
.main-wrap .footer-under {
  padding-top: 16px;
  margin-top: 16px;
  position: relative;
}
.main-wrap .footer-under:before {
  content: "";
  width: 16px;
  position: absolute;
  top: 0;
  left: 2px;
  border-bottom: 1px solid #010101;
}
.main-wrap .footer-under__list {
  margin-bottom: 8px;
  font-size: 12px;
  font-size: 0.75rem;
}
.main-wrap .footer-under__list.col2 {
  display: inline-block;
  width: 48%;
}
.main-wrap .footer-under__link {
  color: #010101;
}
.main-wrap .footer-bottom {
  background: #0f1e2f;
}
.main-wrap .footer-bottom__inner {
  max-width: 1280px;
  margin: 0 auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 0;
}
.main-wrap .footer-bottom__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-wrap .footer-bottom__list {
  border-left: 1px solid #ccc;
  font-size: 12px;
  font-size: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-wrap .footer-bottom__list:last-child {
  border-right: 1px solid #ccc;
}
.main-wrap .footer-bottom__link {
  color: #fff;
  display: block;
  padding: 0 16px;
}
.main-wrap .footer-bottom__link:hover {
  color: #a20612;
}
.main-wrap .footer-bottom__copy {
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
}
.main-wrap .page-top {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #c7000b;
  position: fixed;
  right: 30px;
  bottom: 30px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.main-wrap .page-top:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3px;
  top: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 15px 15px;
  border-color: transparent transparent #ffffff transparent;
}
@media screen and (min-width: 768px) {
  .main-wrap .business__link:hover {
    color: #a20612;
  }
  .main-wrap .business__link:hover .business__box {
    border: 3px solid #a20612;
  }
  .main-wrap .business__link:hover .business__icon-1 {
    background: url(../img/recruit/business_icon-1_r.png) no-repeat center;
  }
  .main-wrap .business__link:hover .business__icon-2 {
    background: url(../img/recruit/business_icon-2_r.png) no-repeat center;
  }
  .main-wrap .business__link:hover .business__icon-3 {
    background: url(../img/recruit/business_icon-3_r.png) no-repeat center;
  }
  .main-wrap .business__link:hover .business__icon-4 {
    background: url(../img/recruit/business_icon-4_r.png) no-repeat center;
  }
  .main-wrap .business__link:hover .business__icon-5 {
    background: url(../img/recruit/business_icon-5_r.png) no-repeat center;
  }
  .main-wrap .business__link:hover .business__icon-6 {
    background: url(../img/recruit/business_icon-6_r.png) no-repeat center;
  }
  .main-wrap .business__link:hover .business__icon-7 {
    background: url(../img/recruit/business_icon-7_r.png) no-repeat center;
  }
  .main-wrap .recruit__more:hover {
    background: #fff;
    color: #010101;
  }
  .main-wrap .header__link:hover {
    background: #333;
    color: #fff;
  }
  .main-wrap .entry:hover {
    background: #ddd;
  }
  .main-wrap .gallery__link:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .main-wrap .main__link:hover {
    background: #a20612;
    color: #fff;
  }
  .main-wrap .main__link:hover.active {
    background: #000;
    color: #fff;
    border-right: 1px solid #fff;
  }
  .main-wrap .message__link:hover {
    background: #fff;
    color: #010101;
  }
  .main-wrap .message-sns__link:hover {
    color: #a20612;
  }
  .main-wrap .footer__link:hover {
    color: #a20612;
  }
  .main-wrap .footer-under__link:hover {
    color: #a20612;
  }
  .main-wrap .page-top:hover {
    bottom: 40px;
  }
}
.main-wrap .art-main {
  height: 450px;
  margin: 0px 0 64px 0;
  position: relative;
}
.main-wrap .art-main__head {
  width: 100%;
  text-align: center;
  font-family: "Lato", YuGothic, YuGothicM, "游ゴシック", YuGothic, "メイリオ", sans-serif;
  font-weight: bold;
  font-size: 70px;
  font-size: 4.375rem;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 70px;
  color: #fff;
  line-height: 70px;
}
.main-wrap .art-main__head:first-letter {
  color: #c7000b;
}
.main-wrap .art-business {
  background: url(../img/recruit/main-buisiness.jpg) no-repeat center bottom;
}
.main-wrap .art-gallery {
  background: url(../img/recruit/main-gallery.jpg) no-repeat center bottom;
}
.main-wrap .art-benefits {
  background: url(../img/recruit/main-benefits_2105.jpg) no-repeat center bottom;
}
.main-wrap .art-history {
  background: url(../img/recruit/main-history.jpg) no-repeat center bottom;
}
.main-wrap .art-number {
  background: url(../img/recruit/main-number.jpg) no-repeat center bottom;
}
.main-wrap .art-staff {
  background: url(../img/recruit/main-staff.jpg) no-repeat center bottom;
}
.main-wrap .art-jobinfo {
  background: url(../img/recruit/main-jobinfo.jpg) no-repeat center bottom;
  margin-bottom: 0;
}
.main-wrap .red {
  color: #c7000b;
}
.main-wrap .ab {
  max-width: 1280px;
  margin: 0 auto;
  overflow: hidden;
}
.main-wrap .ab-nav {
  padding: 0 32px;
  margin-bottom: 64px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main-wrap .ab-nav__list {
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.main-wrap .ab-nav__link {
  display: block;
  background: #fff;
  color: #010101;
  text-align: center;
  display: block;
  padding: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  position: relative;
}
.main-wrap .ab-nav__link:after {
  content: "";
  position: absolute;
  bottom: 16px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 10px;
  height: 10px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.main-wrap .ab-nav__link:hover {
  color: #a20612;
}
.main-wrap .ab-nav__link:hover:after {
  border-right: 2px solid #a20612;
  border-bottom: 2px solid #a20612;
}
.main-wrap .ab-nav__link:hover .ab-nav__box {
  border: 3px solid #a20612;
}
.main-wrap .ab-nav__link:hover .business__icon-1 {
  background: url(../img/recruit/business_icon-1_r.png) no-repeat center;
}
.main-wrap .ab-nav__link:hover .business__icon-2 {
  background: url(../img/recruit/business_icon-2_r.png) no-repeat center;
}
.main-wrap .ab-nav__link:hover .business__icon-3 {
  background: url(../img/recruit/business_icon-3_r.png) no-repeat center;
}
.main-wrap .ab-nav__link:hover .business__icon-4 {
  background: url(../img/recruit/business_icon-4_r.png) no-repeat center;
}
.main-wrap .ab-nav__link:hover .business__icon-5 {
  background: url(../img/recruit/business_icon-5_r.png) no-repeat center;
}
.main-wrap .ab-nav__link:hover .business__icon-6 {
  background: url(../img/recruit/business_icon-6_r.png) no-repeat center;
}
.main-wrap .ab-nav__link:hover .business__icon-7 {
  background: url(../img/recruit/business_icon-7_r.png) no-repeat center;
}
.main-wrap .ab-nav .business__icon {
  margin-bottom: 8px;
}
.main-wrap .ab-nav__head {
  margin-bottom: 8px;
}
.main-wrap .ab-nav__box {
  border: 3px solid #010101;
  padding: 16px 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
}
.main-wrap .ab-box {
  margin-bottom: 128px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.main-wrap .ab-box__head {
  text-align: left;
  font-weight: bold;
  font-size: 40px;
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
  padding: 16px 0;
  position: relative;
}
.main-wrap .ab-box__head:first-letter {
  color: #c7000b;
}
.main-wrap .ab-box__head:after {
  content: "";
  width: 60px;
  border-bottom: 2px solid #000;
  position: absolute;
  left: 0;
  bottom: 0;
}
.main-wrap .ab-box__first {
  padding: 64px 4.1667% 64px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.main-wrap .ab-box__first:after {
  content: "";
  width: 630px;
  right: -12.5%;
  height: 100%;
  background: #e6e6e6;
  position: absolute;
  top: 0;
  z-index: -1;
}
.main-wrap .ab-box__first-right {
  padding: 64px 4.1667%;
}
.main-wrap .ab-box__second {
  background: #fff;
  margin-top: 64px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.main-wrap .ab-box-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.main-wrap .ab-box__img {
  width: 100%;
}
.main-wrap .ab .inner_container {
  width: 850px;
  margin: 0 auto;
  overflow: hidden;
}
.main-wrap .ab .inner_container .ab-box {
  margin-bottom: 85px;
}
.main-wrap .gl {
  max-width: 1280px;
  margin: 0 auto;
}
.main-wrap .gl__nav {
  margin: 0 0;
}
.main-wrap .gl__list {
  padding: 0 4.1667% 32px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.main-wrap .gl__list img {
  width: 100%;
  vertical-align: bottom;
}
.main-wrap .bn {
  max-width: 1280px;
  margin: 0 auto;
  max-width: 850px;
}
.main-wrap .bn__sec {
  background: url(../img/recruit_new/benefits/bn_bg_pc.jpg);
  background-size: cover;
  background-position: center;
  padding: 136px 0 110px;
}
@media screen and (max-width: 767px) {
  .main-wrap .bn__sec {
    background: url(../img/recruit_new/benefits/bn_bg_sp.jpg);
    background-size: cover;
    padding: 52px 0 80px;
  }
}
.main-wrap .bn__sec p {
  font-weight: 500;
}
.main-wrap .bn__head {
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
  color: #555555;
  margin-bottom: 128px;
  line-height: 2;
  white-space: nowrap;
}
.main-wrap .bn__inner {
  max-width: 1260px;
  width: 90%;
  margin: 0 auto;
  background-color: #fff;
  padding: 100px 6.5% 80px;
}
@media screen and (max-width: 767px) {
  .main-wrap .bn__inner {
    padding: 46px 30px 39px;
    margin: 0 18px 0;
  }
}
.main-wrap .bn__inner .d-flex > .d-flex:first-child {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 145px;
}
@media screen and (max-width: 767px) {
  .main-wrap .bn__inner .d-flex > .d-flex:first-child {
    width: 57px;
  }
}
.main-wrap .bn__head-wrap h2 {
  font-size: 40px;
  font-family: "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
@media screen and (max-width: 767px) {
  .main-wrap .bn__head-wrap h2 {
    font-size: 22px;
  }
}
.main-wrap .bn__head-wrap p {
  font-size: 30px;
  font-family: "zeitung-pro-variable", sans-serif !important;
  color: #c91517;
}
@media screen and (max-width: 767px) {
  .main-wrap .bn__head-wrap p {
    font-size: 20px;
  }
}
.main-wrap .bn__article {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .main-wrap .bn__article {
    font-size: 13px;
  }
}
.main-wrap .bn__menu {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .main-wrap .bn__menu {
    grid-template-columns: repeat(1, 1fr);
    gap: 0px;
    border: 1px solid #eee;
  }
}
.main-wrap .bn__menu-link {
  font-family: "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .main-wrap .bn__menu-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    aspect-ratio: 1/1;
    border: 2px solid #eee;
  }
}
@media screen and (max-width: 767px) {
  .main-wrap .bn__menu-link {
    min-height: 60px;
    padding-left: 15px;
    border-bottom: 1px solid #eee;
  }
}
@media screen and (max-width: 767px) {
  .main-wrap .bn__menu-link + .main-wrap .bn__menu-link {
    border-top: 1px solid #eee;
  }
}
.main-wrap .bn__menu-link::before {
  content: "";
  position: absolute;
  bottom: 15px;
  left: 50%;
  width: 9px;
  height: 9px;
  border-bottom: 1px solid #ae3237;
  border-right: 1px solid #ae3237;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .main-wrap .bn__menu-link::before {
    top: 50%;
    bottom: auto;
    right: 18px;
    left: auto;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
}
.main-wrap .bn__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: auto;
}
@media screen and (max-width: 767px) {
  .main-wrap .bn__content {
    padding: 10px 0 12px;
    height: auto;
  }
}
.main-wrap .bn__content::before {
  content: "";
  width: 3px;
  height: 100%;
  background-color: #c50100;
  position: absolute;
  left: 0;
  top: 0;
}
.main-wrap .bn__content_wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.main-wrap .bn__content_ttl {
  border-bottom: 1px solid #dddddd;
  font-family: "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.main-wrap .bn__desc {
  line-height: 1.75;
  margin-bottom: 32px;
}
.main-wrap .bn__sub {
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
}
.main-wrap .bn__box {
  margin-bottom: 64px;
}
.main-wrap .bn__subhead {
  text-align: left;
  font-weight: bold;
  font-size: 32px;
  font-size: 2rem;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
  padding: 16px 0;
  position: relative;
}
.main-wrap .bn__subhead:first-letter {
  color: #c7000b;
}
.main-wrap .bn__subhead:after {
  content: "";
  width: 60px;
  border-bottom: 2px solid #000;
  position: absolute;
  left: 0;
  bottom: 0;
}
.main-wrap .bn__list {
  line-height: 1.75;
}
.main-wrap .ed__sec {
  background: url(../img/recruit_new/benefits/education_bg_pc.jpg);
  padding: 150px 0 100px;
}
@media screen and (max-width: 767px) {
  .main-wrap .ed__sec {
    background: url(../img/recruit_new/benefits/education_bg_sp.jpg);
    padding: 60px 0 40px;
  }
}
.main-wrap .ed__sec p {
  font-weight: 500;
}
.main-wrap .ed__head_txt_area {
  max-width: 1008px;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .main-wrap .ed__head_txt_area {
    padding: 0 5px;
  }
}
.main-wrap .ed__head-wrap h2 {
  font-size: 40px;
  font-family: "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
@media screen and (max-width: 767px) {
  .main-wrap .ed__head-wrap h2 {
    font-size: 22px;
  }
}
.main-wrap .ed__head-wrap p {
  font-size: 30px;
  font-family: "zeitung-pro-variable", sans-serif !important;
  color: #c91517;
}
@media screen and (max-width: 767px) {
  .main-wrap .ed__head-wrap p {
    font-size: 20px;
  }
}
.main-wrap .ed__article {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .main-wrap .ed__article {
    font-size: 13px;
  }
}
.main-wrap .ed__inner {
  max-width: 1260px;
  padding: 80px 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .main-wrap .ed__inner {
    padding: 0;
    margin: 40px 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1330px) {
  .main-wrap .ed__inner {
    padding: 80px 5%;
  }
}
.main-wrap .ed__method_wrap {
  background-color: #fff;
  padding: 80px 126px 0;
}
@media screen and (max-width: 767px) {
  .main-wrap .ed__method_wrap {
    padding: 41px 26px 35px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  }
  .main-wrap .ed__method_wrap > div {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .main-wrap .ed__method_wrap > div img {
    width: 1008px;
    max-width: none;
  }
}
.main-wrap .ed__training_wrap {
  background-color: #fff;
  padding: 80px 126px 82px;
}
@media screen and (max-width: 767px) {
  .main-wrap .ed__training_wrap {
    margin-top: 20px;
    padding: 51px 26px 38px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 767px) {
  .main-wrap .ed__training_contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.main-wrap .ed__training__content_ttl {
  font-family: "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  padding: 17px 0 18px 24px;
}
@media screen and (max-width: 767px) {
  .main-wrap .ed__training__content_ttl {
    padding: 17px 0 16px 18px;
  }
}
.main-wrap .au__strength {
  max-width: 1260px;
  margin: 0 auto;
}
.main-wrap .au__strength-num {
  font-size: 140px;
  font-weight: 300;
  color: #f5e7e7;
  letter-spacing: -0.08em;
}
@media screen and (max-width: 767px) {
  .main-wrap .au__strength-num {
    font-size: 100px;
    position: absolute;
    z-index: -1;
  }
}
@media screen and (max-width: 767px) {
  .main-wrap .au__strength-num-01 {
    left: -48px;
    top: -5%;
  }
}
@media screen and (max-width: 767px) {
  .main-wrap .au__strength-num-02 {
    left: -48px;
    top: 9%;
  }
}
@media screen and (max-width: 767px) {
  .main-wrap .au__strength-num-03 {
    left: -48px;
    top: 7%;
  }
}
.main-wrap .au__strength_inner {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .main-wrap .au__strength_content_wrap {
    margin: 0 38px;
    position: relative;
  }
}
.main-wrap .au__strength_content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.main-wrap .au__strength_img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.main-wrap .au__head_txt_area {
  max-width: 1260px;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .main-wrap .au__head_txt_area {
    padding: 0 5px;
  }
}
.main-wrap .au__head_txt_minarea {
  max-width: 1134px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .main-wrap .au__head_txt_minarea {
    margin-left: 38px;
  }
}
.main-wrap .au__head-wrap h2 {
  font-size: 40px;
  font-family: "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
@media screen and (max-width: 767px) {
  .main-wrap .au__head-wrap h2 {
    font-size: 22px;
  }
}
.main-wrap .au__head-wrap p {
  font-size: 30px;
  font-family: "zeitung-pro-variable", sans-serif !important;
  color: #c91517;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .main-wrap .au__head-wrap p {
    font-size: 20px;
  }
}
.main-wrap .au__transition-sec {
  background-image: url(../img/recruit_new/groupIntro/bg_transition_pc.png);
  background-size: cover;
  background-position: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .main-wrap .au__transition-sec {
    background-image: url(../img/recruit_new/groupIntro/bg_transition_sp.png);
    background-size: cover;
    overflow: hidden;
  }
}
.main-wrap .au__transition_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
}
@media screen and (max-width: 767px) {
  .main-wrap .au__transition_contents {
    -webkit-transform: skewX(-8deg);
            transform: skewX(-8deg);
  }
}
.main-wrap .au__transition_contents p {
  -webkit-transform: skewX(20deg);
          transform: skewX(20deg);
}
@media screen and (max-width: 767px) {
  .main-wrap .au__transition_contents p {
    -webkit-transform: skewX(8deg);
            transform: skewX(8deg);
  }
}
.main-wrap .au__transition_contents:nth-of-type(1) .au__transition_contents_inner {
  width: 70%;
  background: -webkit-gradient(linear, left top, right top, from(#fedadc), to(#f0b1b5));
  background: linear-gradient(to right, #fedadc, #f0b1b5);
  -webkit-box-shadow: 0 -10px 20px 0 rgba(61, 8, 9, 0.3);
          box-shadow: 0 -10px 20px 0 rgba(61, 8, 9, 0.3);
}
@media screen and (max-width: 767px) {
  .main-wrap .au__transition_contents:nth-of-type(1) .au__transition_contents_inner {
    width: 90%;
  }
}
.main-wrap .au__transition_contents:nth-of-type(2) {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.main-wrap .au__transition_contents:nth-of-type(2) .au__transition_contents_inner {
  width: 76%;
  background: -webkit-gradient(linear, left top, right top, from(#fcaaae), to(#da646c));
  background: linear-gradient(to right, #fcaaae, #da646c);
  -webkit-box-shadow: 0 -10px 20px 0 rgba(61, 8, 9, 0.3);
          box-shadow: 0 -10px 20px 0 rgba(61, 8, 9, 0.3);
}
@media screen and (max-width: 767px) {
  .main-wrap .au__transition_contents:nth-of-type(2) .au__transition_contents_inner {
    width: 85%;
  }
}
@media screen and (max-width: 767px) {
  .main-wrap .au__transition_contents:nth-of-type(3) {
    margin-left: -2%;
  }
}
.main-wrap .au__transition_contents:nth-of-type(3) .au__transition_contents_inner {
  width: 80%;
  background: -webkit-gradient(linear, left top, right top, from(#ff8b90), to(#d14148));
  background: linear-gradient(to right, #ff8b90, #d14148);
  -webkit-box-shadow: 0 -10px 20px 0 rgba(61, 8, 9, 0.3);
          box-shadow: 0 -10px 20px 0 rgba(61, 8, 9, 0.3);
}
@media screen and (max-width: 767px) {
  .main-wrap .au__transition_contents:nth-of-type(3) .au__transition_contents_inner {
    width: 94%;
  }
}
@media screen and (max-width: 767px) {
  .main-wrap .au__transition_contents:nth-of-type(4) {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.main-wrap .au__transition_contents:nth-of-type(4) .au__transition_contents_inner {
  width: 92%;
  background: -webkit-gradient(linear, left top, right top, from(#ed212b), to(#9e0008));
  background: linear-gradient(to right, #ed212b, #9e0008);
  -webkit-box-shadow: 0 -10px 20px 0 rgba(61, 8, 9, 0.3);
          box-shadow: 0 -10px 20px 0 rgba(61, 8, 9, 0.3);
}
@media screen and (max-width: 767px) {
  .main-wrap .au__transition_contents:nth-of-type(4) .au__transition_contents_inner {
    width: 91%;
  }
}
.main-wrap .au__transition_contents_wrap {
  max-width: 1134px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .main-wrap .au__transition_contents_wrap {
    padding-left: 5.6%;
  }
}
@media screen and (min-width: 768px) {
  .main-wrap .au__transition_content_head {
    margin-left: -2rem;
  }
}
.main-wrap .au__transition_content_text {
  font-weight: 500;
}
.main-wrap .au__light-leak_01 {
  position: absolute;
  left: -15px;
}
@media screen and (max-width: 767px) {
  .main-wrap .au__light-leak_01 {
    top: 34%;
  }
}
.main-wrap .au__light-leak_01 img {
  mix-blend-mode: screen;
}
@media screen and (max-width: 767px) {
  .main-wrap .au__light-leak_01 img {
    width: 50%;
  }
}
.main-wrap .au__light-leak_02 {
  position: absolute;
  left: -1%;
}
@media screen and (max-width: 767px) {
  .main-wrap .au__light-leak_02 {
    top: 63%;
  }
}
.main-wrap .au__light-leak_02 img {
  mix-blend-mode: screen;
}
@media screen and (max-width: 767px) {
  .main-wrap .au__light-leak_02 img {
    width: 50%;
    margin-left: auto;
    margin-right: 0;
  }
}
.main-wrap .au__light-leak_03 {
  position: absolute;
  left: 1vw;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .main-wrap .au__light-leak_03 {
    left: 0;
    bottom: -140px;
  }
}
.main-wrap .au__light-leak_03 img {
  mix-blend-mode: screen;
}
@media screen and (max-width: 767px) {
  .main-wrap .au__light-leak_03 img {
    width: 50%;
  }
}
.main-wrap .au__strength_content_wrap + .au__strength_content_wrap {
  margin-top: 80px;
  padding-top: 80px;
  border-top: 1px solid #eee;
}
@media screen and (min-width: 767px) and (max-width: 1300px) {
  .main-wrap .au__strength {
    padding: 0 8%;
  }
  .main-wrap .au__transition-sec {
    padding: 0 8%;
  }
}
.main-wrap .logo-grid-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .main-wrap .logo-grid-wrap {
    grid-template-columns: 1fr;
  }
}
.main-wrap .logo-grid-container-one {
  position: relative;
  width: 100%;
  max-width: 498px;
}
.main-wrap .logo-grid-container-one .link-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .main-wrap .logo-grid-container-one .link-overlay {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }
}
.main-wrap .logo-grid-container-two {
  position: relative;
  width: 100%;
  max-width: 498px;
}
.main-wrap .logo-grid-container-two .link-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
}
@media screen and (min-width: 768px) {
  .main-wrap .logo-grid-container-two .link-overlay {
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
  .main-wrap .logo-grid-container-two .link-overlay a:nth-child(1) {
    grid-column: 2/5;
    grid-row: 1;
  }
  .main-wrap .logo-grid-container-two .link-overlay a:nth-child(2) {
    grid-column: 5/8;
    grid-row: 1;
  }
  .main-wrap .logo-grid-container-two .link-overlay a:nth-child(3) {
    grid-column: 1/4;
    grid-row: 2;
  }
  .main-wrap .logo-grid-container-two .link-overlay a:nth-child(4) {
    grid-column: 4/9;
    grid-row: 2;
  }
}
@media screen and (max-width: 767px) {
  .main-wrap .logo-grid-container-two .link-overlay {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(8, 1fr);
  }
  .main-wrap .logo-grid-container-two .link-overlay a:nth-child(1) {
    grid-column: 1/2;
    grid-row: 1/5;
  }
  .main-wrap .logo-grid-container-two .link-overlay a:nth-child(2) {
    grid-column: 2/3;
    grid-row: 1/5;
  }
  .main-wrap .logo-grid-container-two .link-overlay a:nth-child(3) {
    grid-column: 1/2;
    grid-row: 5/7;
  }
  .main-wrap .logo-grid-container-two .link-overlay a:nth-child(4) {
    grid-column: 1/2;
    grid-row: 5/8;
  }
}
.main-wrap .logo-grid-container-three {
  position: relative;
  width: 100%;
  max-width: 498px;
}
.main-wrap .logo-grid-container-three .link-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
}
.main-wrap .logo-grid-container-four {
  position: relative;
  width: 100%;
  max-width: 498px;
}
.main-wrap .logo-grid-container-four .link-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: repeat(1, 1fr);
}
.main-wrap .base-image {
  width: 100%;
  height: auto;
}
.main-wrap {
  /* リンク要素のスタイル（デバッグ時は背景色をつけると分かりやすい） */
}
.main-wrap .link-overlay a {
  display: block;
  text-decoration: none;
  /* background-color: rgba(255, 0, 0, 0.2); /* 調整時に有効にすると範囲が見えます */
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.main-wrap .hs {
  max-width: 1280px;
  margin: 0 auto;
  max-width: 850px;
  margin-bottom: 128px;
}
.main-wrap .hs__head {
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
  color: #555555;
  margin-bottom: 128px;
  line-height: 2;
}
.main-wrap .hs__about {
  line-height: 1.75;
  padding: 32px 0 32px 8.3333%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
  white-space: nowrap;
}
.main-wrap .hs__sub {
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
}
.main-wrap .hs__box {
  margin-bottom: 64px;
}
.main-wrap .hs__title {
  border-right: 3px solid #000;
  padding: 32px 0;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
}
.main-wrap .hs__subhead {
  text-align: left;
  font-weight: bold;
  font-size: 32px;
  font-size: 2rem;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
  padding: 16px 0;
  position: relative;
}
.main-wrap .hs__subhead:first-letter {
  color: #c7000b;
}
.main-wrap .hs__subhead:after {
  content: "";
  width: 60px;
  border-bottom: 2px solid #000;
  position: absolute;
  left: 0;
  bottom: 0;
}
.main-wrap .hs__list {
  line-height: 1.75;
}
.main-wrap .hs__img {
  display: block;
  margin-top: 32px;
}
.main-wrap .num {
  max-width: 1280px;
  margin: 0 auto;
  margin-bottom: 128px;
}
.main-wrap .num__head {
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
  color: #555555;
  margin-bottom: 128px;
  line-height: 2;
}
.main-wrap .num__nav {
  margin: 0;
}
.main-wrap .num__list {
  padding: 0 4.1667% 64px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.main-wrap .num__img {
  margin-bottom: 8px;
  width: 100%;
}
.main-wrap .staff-nav {
  max-width: 1280px;
  margin: 0 auto;
  margin-bottom: 192px;
}
.main-wrap .staff-nav .people__link {
  position: relative;
}
.main-wrap .staff-nav__head {
  text-align: center;
  font-weight: bold;
  font-size: 40px;
  font-size: 2.5rem;
  font-family: "Lato", YuGothic, YuGothicM, "游ゴシック", YuGothic, "メイリオ", sans-serif;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
  padding: 16px 0;
  position: relative;
  line-height: 2;
}
.main-wrap .staff-nav__head:first-letter {
  color: #c7000b;
}
.main-wrap .staff-art {
  padding: 64px 0 20px 0;
  overflow: hidden;
}
.main-wrap .staff-art img {
  width: 100%;
}
.main-wrap .staff-art__inner {
  max-width: 1280px;
  margin: 0 auto;
  margin-bottom: 128px;
}
.main-wrap .staff-art__first {
  margin-bottom: 128px;
}
.main-wrap .staff-art__second {
  margin-bottom: 128px;
}
.main-wrap .staff-img__main-left {
  text-align: right;
}
.main-wrap .staff-img__3 {
  margin-top: -96px;
}
.main-wrap .staff-img__4 {
  margin-top: 96px;
  float: right;
}
.main-wrap .staff-img__5 {
  margin-top: -64px;
}
.main-wrap .staff-index {
  max-width: 1120px;
  margin: -20px auto 0;
  padding: 80px 100px 120px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
  background: rgba(255, 255, 255, 0.5);
}
.main-wrap .staff-index__head {
  text-align: center;
  font-family: "zeitung-pro-variable", sans-serif !important;
  font-variation-settings: "opsz" 20, "wght" 400;
  font-size: 40px;
  font-size: 2.5rem;
  letter-spacing: 6.6%;
  background: -webkit-gradient(linear, left top, right top, from(#c91617), to(#a21217));
  background: linear-gradient(90deg, #c91617 0%, #a21217 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 50px;
}
.main-wrap .staff-index__img {
  width: 100%;
}
.main-wrap .staff-index__nav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 40px;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
.main-wrap .staff-index__list {
  text-align: center;
}
.main-wrap .staff-index__link {
  color: #010101;
}
.main-wrap .staff-index__sup {
  position: relative;
  display: block;
  padding: 16px 0 0 0;
  margin: 16px 0 0 0;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  background: url(/wp-content/themes/scr-corporate/common/img/recruit/staff_common/line-border-center-pc.png) no-repeat center top;
}
.main-wrap .staff-index__name {
  font-size: 18px;
  font-size: 1.125rem;
  display: inline-block;
  margin-top: 3px;
  font-weight: 500;
}
.main-wrap .staff-index__year {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 5%;
}
@media screen and (min-width: 1280px) {
  .main-wrap #staff .img-fix-w590px {
    width: 590px;
  }
}
.main-wrap .collegue {
  margin: 100px 0 0 0;
}
.main-wrap .collegue__cmt {
  margin: 0 auto 40px;
  width: 90%;
}
.main-wrap .collegue__title {
  background-color: #a11217;
  color: #fff;
  padding: 10px 20px;
  margin-left: 20px;
  font-weight: bold;
}
.main-wrap .collegue__img {
  display: inline-block;
  width: 18.5%;
}
.main-wrap .collegue__img img {
  width: 100%;
}
.main-wrap .collegue__blln {
  width: 75%;
  display: inline-block;
  position: relative;
  display: inline-block;
  margin: 1.5em 0 0 30px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.main-wrap .collegue__blln__box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px;
  background: #fff;
  overflow: hidden;
  padding: 0 40px 30px;
  position: relative;
}
.main-wrap .collegue__blln__box span {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  background-color: #a11217;
  position: relative;
  display: inline-block;
  top: 0;
  left: -40px;
  color: #fff;
  padding: 10px 40px 6px 40px;
  border-radius: 0 0 20px 0/0 0 20px 40px;
}
.main-wrap .collegue__blln__box p {
  font-size: 16px;
  font-size: 1rem;
  margin: 33px 0 0 0;
  line-height: 2;
}
.main-wrap .collegue__blln:before {
  content: "";
  position: absolute;
  top: 32%;
  left: -29px;
  width: 37px;
  height: 20px;
  background-image: url(../img/recruit/triangle01.png);
  background-repeat: no-repeat;
}
.main-wrap .profile {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 128px 0 0 4.1667%;
}
.main-wrap .profile__head {
  font-size: 38px;
  font-size: 2.375rem;
  letter-spacing: 5%;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 16px;
  font-family: "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}
.main-wrap .profile__unit {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
}
.main-wrap .profile__name {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 5%;
  margin: 8px 0 0 0;
  padding: 8px 0 0 0;
  position: relative;
  font-weight: bold;
}
.main-wrap .profile__identity {
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: 5%;
  font-weight: 500;
}
.main-wrap .profile__year {
  font-weight: normal;
}
.main-wrap .irpolicy {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  padding-bottom: 180px;
  background: url(/wp-content/themes/scr-corporate/common/img/recruit/staff_common/main_bg_pc.jpg) no-repeat center top/cover;
}
.main-wrap .irpolicy .staff-art__title {
  font-family: "zeitung-pro-variable", sans-serif !important;
  font-variation-settings: "opsz" 20, "wght" 400;
  font-size: 20px;
  font-size: 1.25rem;
  background: -webkit-gradient(linear, left top, right top, from(#c91617), to(#a21217));
  background: linear-gradient(90deg, #c91617 0%, #a21217 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 6.6%;
  margin-bottom: 25px;
  top: auto;
}
.main-wrap .irpolicy .staff-art__title:first-letter {
  text-transform: capitalize;
}
.main-wrap .msg {
  padding: 0 1% 0 8.3333%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.main-wrap .msg-left {
  padding: 0 0 0 1%;
}
.main-wrap .msg__head {
  font-size: 28px;
  font-size: 1.75rem;
  letter-spacing: 3%;
  font-weight: bold;
  background: url(/wp-content/themes/scr-corporate/common/img/recruit/staff_common/line-border-pc.png) no-repeat left bottom;
  padding-bottom: 15px;
  margin-bottom: 25px;
  margin-right: -1em;
  font-family: "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}
.main-wrap .msg__desc {
  line-height: 2.1;
  letter-spacing: 10%;
  margin-bottom: 16px;
  text-align: justify;
  font-weight: 500;
}
.main-wrap .msg__desc span {
  font-weight: bold;
}
.main-wrap .msg__sup {
  padding: 4px 16px;
  display: inline-block;
  font-weight: bold;
  background: #fff;
  margin-bottom: 8px;
}
.main-wrap .a-entry {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e37f85+0,c7010c+100 */
  background: rgb(227, 127, 133);
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(rgb(227, 127, 133)), to(rgb(199, 1, 12)));
  background: linear-gradient(to right, rgb(227, 127, 133) 0%, rgb(199, 1, 12) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e37f85', endColorstr='#c7010c', GradientType=1);
  /* IE6-9 */
}
.main-wrap .a-entry-white {
  background: #f5f6f7;
}
.main-wrap .a-entry__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 64px 0 128px;
}
.main-wrap .a-entry__head {
  text-align: center;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: bold;
  padding: 64px 0;
  color: #fff;
}
.main-wrap .a-entry__head-black {
  color: #010101;
}
.main-wrap .a-entry__list {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .main-wrap .a-entry__list {
    max-width: 300px;
    width: 100%;
  }
}
.main-wrap .a-entry__link {
  display: block;
  border: 1px solid #fff;
  padding: 32px 0;
  line-height: 1.5;
  color: #fff;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.main-wrap .a-entry__link-black {
  background: #010101;
}
.main-wrap .a-entry__link-red {
  background: #e1444a;
}
.main-wrap .a-entry__link:hover {
  background: #fff;
  color: #c7010c;
}
.main-wrap .a-entry__sup {
  font-weight: bold;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .main-wrap .a-entry__nav {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1281px) {
  .main-wrap .a-entry__nav {
    padding: 0 20px;
  }
}
.main-wrap .num_table .table_box {
  text-align: center;
  background-color: #fff;
  border: 1px solid #000;
}
.main-wrap .num_table li:last-child .year {
  border-right: none;
}
.main-wrap .num_table li:last-child .rate {
  border-right: none;
}
.main-wrap .num_table .box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main-wrap .num_table .year {
  height: 50px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
}
.main-wrap .num_table .rate {
  height: 100px;
  border-right: 1px solid #000;
}
.main-wrap .num_table .text-small {
  font-size: 13px;
  font-size: 0.8125rem;
  margin: 8px 0 0 0;
}
@media screen and (max-width: 767px) {
  .main-wrap .pc {
    display: none;
  }
  .main-wrap .sp {
    display: block;
  }
  .main-wrap .recruit {
    background: #f5f6f7;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
  .main-wrap .recruit__head {
    text-align: center;
    font-size: 24px;
    font-size: 1.5rem;
    font-size: 7.5vw;
    letter-spacing: 0.1em;
    margin-bottom: 32px;
  }
  .main-wrap .recruit__head-right {
    text-align: left;
    margin-bottom: 32px;
  }
  .main-wrap .recruit__subhead {
    text-align: center;
    font-size: 16px;
    font-size: 1rem;
    font-size: 5vw;
    margin: -16px 0 32px;
  }
  .main-wrap .recruit__subhead-big {
    font-size: 28px;
    font-size: 1.75rem;
    font-size: 8.75vw;
    margin-bottom: 16px;
  }
  .main-wrap .recruit__desc {
    font-size: 12px;
    font-size: 0.75rem;
    font-size: 3.75vw;
    text-align: left;
    line-height: 2.25;
    margin-bottom: 32px;
  }
  .main-wrap .recruit__more {
    padding: 13px 13px;
    background: #A11217;
    font-size: 10px;
    font-size: 0.625rem;
    font-size: 3.125vw;
    text-align: left;
    display: block;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
  }
  .main-wrap .recruit__more:after {
    content: ">>";
    width: 5px;
    height: 5px;
    display: inline-block;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    margin: 0 8px;
  }
  .main-wrap .header {
    height: auto;
  }
  .main-wrap .header__logo {
    font-size: 8px;
    font-size: 0.5rem;
    font-size: 2.5vw;
    text-align: center;
    padding: 0 0 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .main-wrap .header__logo img {
    width: 100%;
    float: right;
  }
  .main-wrap .header__menu {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    display: inline-block;
    position: relative;
  }
  .main-wrap .header__menu.active {
    z-index: 300;
  }
  .main-wrap .header__menu.active .header__button {
    border-top: 2px solid #fff;
  }
  .main-wrap .header__menu.active .header__button:nth-of-type(1) {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .main-wrap .header__menu.active .header__button:nth-of-type(2) {
    top: 0;
    opacity: 0;
  }
  .main-wrap .header__menu.active .header__button:nth-of-type(3) {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .main-wrap .header__button {
    position: absolute;
    width: 30px;
    height: 0;
    border-top: 2px solid #000;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }
  .main-wrap .header__button:nth-of-type(1) {
    top: -20px;
    bottom: 0;
  }
  .main-wrap .header__button:nth-of-type(2) {
    top: 0;
    bottom: 0;
  }
  .main-wrap .header__button:nth-of-type(3) {
    top: 20px;
    bottom: 0;
  }
  .main-wrap .header__nav {
    position: fixed;
    width: 100%;
    height: 100%;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    top: 0;
    z-index: -1;
    background: rgba(51, 51, 51, 0.8);
  }
  .main-wrap .header__nav.active {
    opacity: 1;
    visibility: visible;
    z-index: 200;
  }
  .main-wrap .header__nav ul {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .main-wrap .header__list {
    border-left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    height: auto;
  }
  .main-wrap .header__list:last-child {
    border-right: 0;
  }
  .main-wrap .header__link {
    font-size: 20px;
    font-size: 1.25rem;
    font-size: 6.25vw;
    display: block;
    height: 100%;
    color: #fff;
    padding: 8px 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .main-wrap .header__kana {
    font-size: 12px;
    font-size: 0.75rem;
    font-size: 3.75vw;
    display: block;
  }
  .main-wrap .header__right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .main-wrap .entry {
    border: 2px solid #010101;
    font-size: 15px;
    font-size: 0.9375rem;
    font-size: 4.6875vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 95%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px 8px;
  }
  .main-wrap .entry:before {
    content: "";
    width: 12px;
    height: 12px;
    right: 0;
    bottom: 0;
    background: #010101;
  }
  .main-wrap .entry:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 12px 12px;
    right: -2px;
    bottom: -2px;
    z-index: 100;
  }
  .main-wrap .entry__left {
    text-align: center;
    line-height: 1.25;
    margin-right: 8px;
    white-space: nowrap;
  }
  .main-wrap .entry__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 14%;
  }
  .main-wrap .entry__right img {
    width: 100%;
  }
  .main-wrap .entry__sup {
    font-size: 10px;
    font-size: 0.625rem;
    font-size: 3.125vw;
  }
  .main-wrap .main {
    background: url(../img/recruit/bg-gr-1.png) no-repeat bottom right;
    background-size: 440px auto;
    padding: 68px 0 0 0;
  }
  .main-wrap .main-img {
    height: 424px;
    background: url(../img/recruit/main.jpg) no-repeat center;
    background-size: cover;
  }
  .main-wrap .main-img__inner {
    max-width: 1280px;
    margin: 0 auto;
    height: 100%;
  }
  .main-wrap .main-img__nav {
    right: 0;
    top: 60px;
    border: 1px solid #000;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
  }
  .main-wrap .main-img__list {
    width: 100px;
    font-size: 12px;
    font-size: 0.75rem;
  }
  .main-wrap .main-img__link {
    padding: 8px 0;
    text-align: center;
    background: #fff;
    display: block;
  }
  .main-wrap .main-img__link.active {
    background: #000;
  }
  .main-wrap .main-img__logo {
    max-width: 614px;
    height: 181px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .main-wrap .main-img__logo img {
    max-width: 100%;
  }
  .main-wrap .main-img__sub {
    right: 0;
    bottom: -100px;
    text-align: right;
  }
  .main-wrap .main-img__sub img {
    max-width: 80%;
  }
  .main-wrap .main-movie {
    padding: 64px 0 64px;
    max-width: 1280px;
    margin: 0 auto;
    overflow: hidden;
  }
  .main-wrap .main-movie img {
    width: 100%;
  }
  .main-wrap .main-movie__close {
    background: rgba(0, 0, 0, 0.65);
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .main-wrap .main-movie__light {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    z-index: 1000;
  }
  .main-wrap .main-movie__light-inner {
    max-width: 1280px;
    margin: 0 auto;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    height: 186px;
    height: 54vw;
  }
  .main-wrap .main-bg {
    width: 100%;
    height: auto;
    margin: 30px 0px;
  }
  .main-wrap .main-bg img {
    width: 100%;
  }
  .main-wrap .main-bg-2 {
    background: url(../img/recruit/main-2.jpg) no-repeat center center;
  }
  .main-wrap .main-bg-3 {
    background: url(../img/recruit/main-3.jpg) no-repeat center center;
  }
  .main-wrap .main-bg-4 {
    background: url(../img/recruit/main-4.jpg) no-repeat center center;
  }
  .main-wrap .main-bg-5 {
    background: url(../img/recruit/main-5.jpg) no-repeat center center;
  }
  .main-wrap .main-bg-6 {
    background: url(../img/recruit/main-6.jpg) no-repeat center center;
  }
  .main-wrap .message {
    padding: 32px 4.1667%;
    background: url(../img/recruit/bg-bk-1.png) no-repeat right top;
    background-size: 440px auto;
    text-align: center;
  }
  .main-wrap .message__inner {
    max-width: 850px;
    margin: 0 auto;
  }
  .main-wrap .message__head {
    font-size: 24px;
    font-size: 1.5rem;
    font-size: 7.5vw;
    margin-bottom: 32px;
  }
  .main-wrap .message__sub {
    font-size: 10px;
    font-size: 0.625rem;
    font-size: 3.125vw;
    text-align: left;
    margin-bottom: 32px;
    display: block;
  }
  .main-wrap .message__link {
    padding: 13px 13px;
    background: #A11217;
    font-size: 10px;
    font-size: 0.625rem;
    font-size: 3.125vw;
    text-align: left;
    display: block;
    max-width: 600px;
    margin: 0 auto 16px;
  }
  .main-wrap .message .recruit__desc {
    letter-spacing: 0.1em;
  }
  .main-wrap .message__entry {
    right: 30px;
  }
  .main-wrap .message__entry:after {
    content: ">>";
    width: 5px;
    height: 5px;
    display: inline-block;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    margin: 0 8px;
  }
  .main-wrap .business__inner {
    max-width: 1280px;
    margin: 0 auto;
    overflow: hidden;
    padding: 32px 4.1667%;
  }
  .main-wrap .business__nav {
    margin: 0 -8px 64px;
    -ms-flex-line-pack: strech;
        align-content: strech;
  }
  .main-wrap .business__list {
    padding: 0 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main-wrap .business__link {
    background: #fff;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .main-wrap .business__box {
    border: 3px solid #010101;
    padding: 16px 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
  }
  .main-wrap .business__icon {
    width: 46px;
    height: 57px;
    margin: 0 auto 16px;
    display: block;
  }
  .main-wrap .business__icon-1 {
    background: url(../img/recruit/business_icon-1.png) no-repeat center;
  }
  .main-wrap .business__icon-2 {
    background: url(../img/recruit/business_icon-2.png) no-repeat center;
  }
  .main-wrap .business__icon-3 {
    background: url(../img/recruit/business_icon-3.png) no-repeat center;
  }
  .main-wrap .business__icon-4 {
    background: url(../img/recruit/business_icon-4.png) no-repeat center;
  }
  .main-wrap .business__name {
    margin-bottom: 16px;
    font-size: 12px;
    font-size: 0.75rem;
    font-size: 3.75vw;
  }
  .main-wrap .business__desc {
    font-size: 10px;
    font-size: 0.625rem;
    font-size: 3.125vw;
    text-align: left;
    line-height: 1.75;
  }
  .main-wrap .history__inner {
    max-width: 880px;
    margin: 0 auto;
    padding: 32px 4.1667%;
  }
  .main-wrap .number {
    background: url(../img/recruit/bg-gr-2.png) no-repeat left bottom;
    background-size: 600px auto;
  }
  .main-wrap .number__inner {
    max-width: 1280px;
    margin: 0 auto;
    overflow: hidden;
    padding: 32px 4.1667% 32px;
  }
  .main-wrap .number__box {
    display: block;
    background: #fff;
    margin: 64px 0 32px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: auto;
    padding: 8px;
  }
  .main-wrap .number__bk {
    display: block;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 2px solid #010101;
    height: auto;
    width: 100%;
    padding: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .main-wrap .number__head {
    font-size: 24px;
    font-size: 1.5rem;
    font-size: 7.5vw;
    padding: 0 4.1667%;
    text-align: center;
  }
  .main-wrap .number__graph {
    margin-top: 0;
  }
  .main-wrap .number__graph img {
    width: 100%;
  }
  .main-wrap .number__desc {
    padding-left: 4.1667%;
    font-size: 14px;
    font-size: 0.875rem;
    font-size: 4.375vw;
  }
  .main-wrap .people {
    background: url(../img/recruit/bg-bk-2.png) no-repeat left top;
    background-size: 600px auto;
  }
  .main-wrap .people__inner {
    max-width: 1280px;
    margin: 0 auto;
    overflow: hidden;
    padding: 32px 4.1667%;
  }
  .main-wrap .people .recruit__desc {
    text-align: left;
  }
  .main-wrap .benefits__inner {
    max-width: 880px;
    padding: 32px 4.1667% 32px;
    margin: 0 auto;
  }
  .main-wrap .benefits .recruit__desc {
    text-align: left;
  }
  .main-wrap .gallery {
    max-width: 1280px;
    margin: 0 auto;
    overflow: hidden;
    padding: 32px 15px;
  }
  .main-wrap .gallery__nav {
    margin: 0 -8px 32px;
  }
  .main-wrap .gallery__list {
    padding: 0 8px 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .main-wrap .gallery__list img {
    max-width: 100%;
    vertical-align: bottom;
  }
  .main-wrap .lum-lightbox-inner img {
    width: 100%;
  }
  .main-wrap .lum-lightbox-position-helper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
  .main-wrap .footer {
    background: #ffffff;
  }
  .main-wrap .footer__inner {
    max-width: 1280px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 0;
  }
  .main-wrap .footer__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 64px 0;
  }
  .main-wrap .footer .message__sns {
    width: 50%;
  }
  .main-wrap .footer__logo {
    text-align: center;
    font-size: 14px;
    font-size: 0.875rem;
    font-size: 4.375vw;
    width: 50%;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 16px;
  }
  .main-wrap .footer__logo img {
    float: right;
    width: 100%;
  }
  .main-wrap .footer-nav__list {
    border-bottom: 1px solid #010101;
  }
  .main-wrap .footer-nav__list:first-child {
    border-top: 1px solid #010101;
  }
  .main-wrap .footer-nav__link {
    font-size: 16px;
    font-size: 1rem;
    font-size: 5vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 2;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 8px 4.1667%;
  }
  .main-wrap .footer-nav__sub {
    font-size: 12px;
    font-size: 0.75rem;
    font-size: 3.75vw;
    display: block;
  }
  .main-wrap .footer-under {
    padding-top: 16px;
    margin-top: 16px;
    display: none;
  }
  .main-wrap .footer-under:before {
    content: "";
    width: 16px;
    top: 0;
    left: 2px;
    border-bottom: 1px solid #010101;
  }
  .main-wrap .footer-under__list {
    margin-bottom: 8px;
    font-size: 12px;
    font-size: 0.75rem;
    font-size: 3.75vw;
  }
  .main-wrap .footer-bottom {
    background: #0f1e2f;
  }
  .main-wrap .footer-bottom__inner {
    max-width: 1280px;
    margin: 0 auto;
    overflow: hidden;
    display: block;
    padding: 16px 0;
  }
  .main-wrap .footer-bottom__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 8px;
  }
  .main-wrap .footer-bottom__list {
    border-left: 0;
    border-right: 1px solid #ccc;
    font-size: 10px;
    font-size: 0.625rem;
    font-size: 3.125vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main-wrap .footer-bottom__list:last-child {
    border-right: 0;
  }
  .main-wrap .footer-bottom__link {
    display: block;
    padding: 0 8px;
  }
  .main-wrap .footer-bottom__copy {
    font-size: 9px;
    font-size: 0.5625rem;
    font-size: 2.8125vw;
    text-align: center;
  }
  .main-wrap .page-top {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: #c7000b;
    position: fixed;
    right: 20px;
    bottom: 20px;
  }
  .main-wrap .page-top:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 3px;
    top: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 7px 7px;
    border-color: transparent transparent #ffffff transparent;
  }
  .main-wrap .collegue {
    margin: 100px 0 0 0;
  }
  .main-wrap .collegue__cmt {
    margin: 20px auto 0;
    width: 90%;
  }
  .main-wrap .collegue p {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .main-wrap .collegue__title {
    background-color: #e10000;
    color: #fff;
    padding: 5px 20px;
    margin-left: 20px;
    font-weight: bold;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block;
  }
  .main-wrap .collegue__img {
    width: 23%;
  }
  .main-wrap .collegue__blln {
    width: 66%;
    margin: 0 0 0 6.5%;
  }
  .main-wrap .collegue__blln__box {
    padding: 0 20px 15px;
    position: relative;
  }
  .main-wrap .collegue__blln__box span {
    display: none;
  }
  .main-wrap .collegue__blln__box p {
    margin: 16px 0 0 0;
    line-height: 1.5;
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .main-wrap .collegue__blln:before {
    content: "";
    position: absolute;
    top: 15%;
    left: -10%;
    width: 29px;
    height: 19px;
    background-size: cover;
    background-image: url(../img/recruit/triangle01.png);
  }
  .main-wrap .art-main {
    height: 0;
    padding: 60.2% 0 0 0;
    margin-bottom: 64px;
    position: relative;
  }
  .main-wrap .art-main__head {
    width: 100%;
    text-align: center;
    font-family: "Lato", YuGothic, YuGothicM, "游ゴシック", YuGothic, "メイリオ", sans-serif;
    font-weight: bold;
    font-size: 32px;
    font-size: 2rem;
    font-size: 10vw;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 32px;
    line-height: 32px;
    color: #fff;
  }
  .main-wrap .art-main__head:first-letter {
    color: #c7000b;
  }
  .main-wrap .art-main {
    background-size: 950px 225px;
  }
  .main-wrap .art-jobinfo {
    margin-bottom: 0;
  }
  .main-wrap .art-business {
    background: url(../img/recruit/main-buisiness_sp.jpg) no-repeat center bottom;
    background-size: contain;
  }
  .main-wrap .art-gallery {
    background: url(../img/recruit/main-gallery_sp.jpg) no-repeat center bottom;
    background-size: contain;
  }
  .main-wrap .art-benefits {
    background: url(../img/recruit/main-benefits_sp_2105.jpg) no-repeat center bottom;
    background-size: contain;
  }
  .main-wrap .art-history {
    background: url(../img/recruit/main-history_sp.jpg) no-repeat center bottom;
    background-size: contain;
  }
  .main-wrap .art-number {
    background: url(../img/recruit/main-number_sp.jpg) no-repeat center bottom;
    background-size: contain;
  }
  .main-wrap .art-staff {
    background: url(../img/recruit/main-staff_sp.jpg) no-repeat center bottom;
    background-size: contain;
  }
  .main-wrap .art-jobinfo {
    background: url(../img/recruit/main-jobinfo_sp.jpg) no-repeat center bottom;
    background-size: contain;
    margin-bottom: 0;
  }
  .main-wrap .ab {
    overflow: hidden;
  }
  .main-wrap .ab-nav {
    padding: 0 4.1667%;
    margin: 0 -8px 32px;
  }
  .main-wrap .ab-nav__box {
    padding: 16px 4px;
  }
  .main-wrap .ab-nav__head {
    font-size: 12px;
    font-size: 0.75rem;
    font-size: 3.75vw;
  }
  .main-wrap .ab-nav__list {
    padding: 0 8px 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    font-size: 0.875rem;
    font-size: 4.375vw;
  }
  .main-wrap .ab-box {
    margin-bottom: 64px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main-wrap .ab-box__head {
    text-align: left;
    font-weight: bold;
    font-size: 24px;
    font-size: 1.5rem;
    font-size: 7.5vw;
    letter-spacing: 0.1em;
    margin-bottom: 16px;
    padding: 0 0 16px 0;
    position: relative;
  }
  .main-wrap .ab-box__head:first-letter {
    color: #c7000b;
  }
  .main-wrap .ab-box__head:after {
    content: "";
    width: 60px;
    border-bottom: 2px solid #000;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .main-wrap .ab-box__desc {
    font-size: 14px;
    font-size: 0.875rem;
    font-size: 4.375vw;
  }
  .main-wrap .ab-box__first {
    padding: 32px 4.1667%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
  }
  .main-wrap .ab-box__first:after {
    content: "";
    width: 630px;
    right: -12.5%;
    height: 100%;
    background: #e6e6e6;
    position: absolute;
    top: 0;
    z-index: -1;
  }
  .main-wrap .ab-box__first-right {
    padding: 32px 4.1667%;
  }
  .main-wrap .ab-box__second {
    background: #fff;
    margin-top: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .main-wrap .ab-box-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main-wrap .ab-box__img {
    width: 100%;
  }
  .main-wrap .ab .inner_container {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
  .main-wrap .ab .inner_container .ab-box {
    margin-bottom: 64px;
  }
  .main-wrap .gl {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 4.1667%;
  }
  .main-wrap .gl__nav {
    margin: 0 -8px;
  }
  .main-wrap .gl__list {
    padding: 0 8px 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .main-wrap .gl__list img {
    width: 100%;
  }
  .main-wrap .bn {
    max-width: 1280px;
    margin: 0 auto;
    max-width: 850px;
    padding: 0 4.1667%;
  }
  .main-wrap .bn__head {
    text-align: center;
    font-size: 20px;
    font-size: 1.25rem;
    font-size: 6.25vw;
    color: #555555;
    margin-bottom: 64px;
    white-space: normal;
  }
  .main-wrap .bn__desc {
    line-height: 1.75;
    margin-bottom: 32px;
    font-size: 14px;
    font-size: 0.875rem;
    font-size: 4.375vw;
  }
  .main-wrap .bn__sub {
    display: block;
    font-size: 16px;
    font-size: 1rem;
    font-size: 5vw;
  }
  .main-wrap .bn__box {
    margin-bottom: 64px;
  }
  .main-wrap .bn__box img {
    width: 100%;
  }
  .main-wrap .bn__subhead {
    text-align: left;
    font-weight: bold;
    font-size: 24px;
    font-size: 1.5rem;
    font-size: 7.5vw;
    letter-spacing: 0.1em;
    margin-bottom: 16px;
    padding: 16px 0;
    position: relative;
  }
  .main-wrap .bn__subhead:first-letter {
    color: #c7000b;
  }
  .main-wrap .bn__subhead:after {
    content: "";
    width: 60px;
    border-bottom: 2px solid #000;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .main-wrap .bn__list {
    line-height: 1.75;
    font-size: 14px;
    font-size: 0.875rem;
    font-size: 4.375vw;
  }
  .main-wrap .hs {
    max-width: 1280px;
    margin: 0 auto;
    max-width: 850px;
    margin-bottom: 64px;
    padding: 0 4.1667%;
  }
  .main-wrap .hs__head {
    text-align: center;
    font-size: 20px;
    font-size: 1.25rem;
    font-size: 6.25vw;
    color: #555555;
    margin-bottom: 64px;
    line-height: 2;
  }
  .main-wrap .hs__about {
    line-height: 1.75;
    padding: 16px 0 16px 4.1667%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold;
    white-space: normal;
    font-size: 14px;
    font-size: 0.875rem;
    font-size: 4.375vw;
  }
  .main-wrap .hs__sub {
    display: block;
    font-size: 20px;
    font-size: 1.25rem;
    font-size: 6.25vw;
  }
  .main-wrap .hs__wareki {
    display: block;
  }
  .main-wrap .hs__box {
    margin-bottom: 64px;
  }
  .main-wrap .hs__title {
    border-right: 3px solid #000;
    padding: 16px 0;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 14px;
    font-size: 0.875rem;
    font-size: 4.375vw;
  }
  .main-wrap .hs__subhead {
    text-align: left;
    font-weight: bold;
    font-size: 32px;
    font-size: 2rem;
    font-size: 10vw;
    letter-spacing: 0.1em;
    margin-bottom: 16px;
    padding: 16px 0;
    position: relative;
  }
  .main-wrap .hs__subhead:first-letter {
    color: #c7000b;
  }
  .main-wrap .hs__subhead:after {
    content: "";
    width: 60px;
    border-bottom: 2px solid #000;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .main-wrap .hs__list {
    line-height: 1.75;
  }
  .main-wrap .num {
    max-width: 1280px;
    margin: 0 auto;
    margin-bottom: 64px;
    padding: 0 4.1667%;
  }
  .main-wrap .num__head {
    text-align: center;
    font-size: 20px;
    font-size: 1.25rem;
    font-size: 6.25vw;
    color: #555555;
    margin-bottom: 64px;
    line-height: 2;
  }
  .main-wrap .num__nav {
    margin: 0 -4.1667%;
  }
  .main-wrap .num__list {
    padding: 0 4.1667% 32px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .main-wrap .num__desc {
    font-size: 12px;
    font-size: 0.75rem;
    font-size: 3.75vw;
  }
  .main-wrap .num__img {
    width: 100%;
    margin-bottom: 8px;
  }
  .main-wrap .staff-nav {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 4.1667%;
  }
  .main-wrap .staff-nav .people__link {
    position: relative;
  }
  .main-wrap .staff-nav__head {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    font-size: 1.5rem;
    font-size: 7.5vw;
    font-family: "Lato", YuGothic, YuGothicM, "游ゴシック", YuGothic, "メイリオ", sans-serif;
    letter-spacing: 0.1em;
    margin-bottom: 16px;
    padding: 16px 0;
    position: relative;
    line-height: 2;
  }
  .main-wrap .staff-nav__head:first-letter {
    color: #c7000b;
  }
  .main-wrap .staff-art {
    padding: 0;
    overflow: hidden;
  }
  .main-wrap .staff-art__inner {
    max-width: 1280px;
    margin: 0 auto;
  }
  .main-wrap .staff-art__first {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .main-wrap .staff-art__box-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .main-wrap .staff-img__main img {
    width: 100%;
  }
  .main-wrap .staff-img__main-left {
    text-align: right;
  }
  .main-wrap .staff-img__3 {
    margin-top: 0;
  }
  .main-wrap .staff-img__4 {
    margin-top: 0;
    float: right;
  }
  .main-wrap .staff-img__5 {
    margin-top: 0;
  }
  .main-wrap .staff-index {
    padding: 40px 18px 50px;
    width: 91.6666%;
    margin: 0 auto;
  }
  .main-wrap .staff-index__head {
    font-size: 28px;
    font-size: 1.75rem;
    margin-bottom: 30px;
  }
  .main-wrap .staff-index__nav {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 30px;
    -webkit-column-gap: 13px;
       -moz-column-gap: 13px;
            column-gap: 13px;
  }
  .main-wrap .staff-index__list img {
    width: 100%;
  }
  .main-wrap .staff-index__link {
    color: #010101;
  }
  .main-wrap .staff-index__sup {
    font-size: 12px;
    font-size: 0.75rem;
    background: url(/wp-content/themes/scr-corporate/common/img/recruit/staff_common/line-border-center-sp.png) no-repeat center top/50% auto;
  }
  .main-wrap .staff-index__sup p {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .main-wrap .staff-index__name {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .main-wrap .staff-index__year span {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .main-wrap .profile {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 25px 4.1667% 45px;
  }
  .main-wrap .profile__head {
    font-size: 20px;
    font-size: 1.25rem;
    font-size: 6.25vw;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 16px;
  }
  .main-wrap .profile__unit {
    font-size: 14px;
    font-size: 0.875rem;
    font-size: 4.375vw;
    font-weight: bold;
  }
  .main-wrap .profile__name {
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 5%;
    margin: 0;
    padding: 0;
    position: relative;
    font-weight: bold;
  }
  .main-wrap .profile__year {
    font-weight: normal;
  }
  .main-wrap .irpolicy {
    padding-bottom: 60px;
    background-image: url(/wp-content/themes/scr-corporate/common/img/recruit/staff_common/main_bg_sp.jpg);
  }
  .main-wrap .irpolicy .staff-art__title {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 15px;
  }
  .main-wrap .msg {
    padding: 15px 0 50px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .main-wrap .msg-left {
    padding: 16px 4.1667% 64px;
  }
  .main-wrap .msg__head {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.5;
    background: url(/wp-content/themes/scr-corporate/common/img/recruit/staff_common/line-border-sp.png) no-repeat left bottom/50% auto;
    padding-bottom: 10px;
    margin-bottom: 15px;
    margin-right: 0;
  }
  .main-wrap .msg__desc {
    line-height: 2.2;
    font-size: 14px;
  }
  .main-wrap .msg__sup {
    padding: 4px 8px;
    display: inline-block;
    font-weight: bold;
    background: #fff;
    margin-bottom: 8px;
  }
  .main-wrap .a-entry__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 32px 4.1667% 32px;
  }
  .main-wrap .a-entry__head {
    text-align: center;
    font-size: 16px;
    font-size: 1rem;
    font-size: 5vw;
    font-weight: bold;
    padding: 32px 0;
    color: #fff;
  }
  .main-wrap .a-entry__head-black {
    color: #010101;
  }
  .main-wrap .a-entry__list {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    font-size: 14px;
    font-size: 0.875rem;
    font-size: 4.375vw;
    text-align: center;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .main-wrap .a-entry__list {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .main-wrap .a-entry__link {
    display: block;
    border: 1px solid #fff;
    padding: 16px 0;
    line-height: 1.5;
    color: #fff;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .main-wrap .a-entry__link {
    height: 144px;
    line-height: 1.5;
    display: table-cell;
    vertical-align: middle;
    width: 95px;
  }
}
@media screen and (max-width: 767px) {
  .main-wrap .a-entry__link:hover {
    background: #fff;
    color: #c7010c;
  }
  .main-wrap .a-entry__sup {
    font-weight: bold;
    font-size: 12px;
    font-size: 0.75rem;
    font-size: 3.75vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .main-wrap .a-entry__nav {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
}
@media screen and (max-width: 767px) {
  .main-wrap .collegue {
    margin: 0 0 0 0;
  }
  .main-wrap .collegue__cmt {
    margin: 0 auto 20px;
    padding-top: 20px;
  }
  .main-wrap .num_table .table_box {
    text-align: center;
    background-color: #fff;
    border: 1px solid #000;
  }
  .main-wrap .num_table li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main-wrap .num_table li:last-child .year {
    border-bottom: none;
    border-right: 1px solid #000;
  }
  .main-wrap .num_table li:last-child .rate {
    border-bottom: none;
  }
  .main-wrap .num_table li:first-child .year {
    padding: 5px 0;
  }
  .main-wrap .num_table li:first-child .rate {
    padding: 5px 0;
  }
  .main-wrap .num_table .year {
    height: 54px;
    width: 40%;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
  }
  .main-wrap .num_table .rate {
    height: 54px;
    width: 59%;
    border-right: none;
    border-bottom: 1px solid #000;
  }
  .main-wrap #number .number__head {
    padding: 0;
  }
}
.main-wrap .page-link__red ul li a span:after {
  -webkit-transform: rotate(45deg) !important;
          transform: rotate(45deg) !important;
}
.main-wrap .page-link__red ul li.before-none:before {
  content: none !important;
}
@media screen and (min-width: 768px) {
  .main-wrap .recruit-navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .main-wrap .recruit-navi {
    background-color: #fff;
  }
}
@media screen and (min-width: 768px) {
  .main-wrap .main-view.recruit-main-img h1 {
    top: 0% !important;
  }
}
@media screen and (min-width: 1070px) {
  .main-wrap .page-link__red ul li a {
    padding: 0 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1069px) {
  .main-wrap .page-link__red ul li a {
    padding: 0 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1270px) {
  .main-wrap .under-content .page-link__red ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  .main-wrap .img-shadow-gray {
    -webkit-box-shadow: 63px 63px 0px 0px #f5f6f7;
            box-shadow: 63px 63px 0px 0px #f5f6f7;
  }
}
.main-wrap .msg__desc .under-line {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(212, 0, 7, 0.1)), to(rgba(212, 0, 7, 0.1)));
  background: linear-gradient(rgba(212, 0, 7, 0.1) 0%, rgba(212, 0, 7, 0.1) 100%);
  display: inline;
  font-weight: normal;
}