@charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/*! HTML5 Boilerplate v6.0.1 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap; /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important; /* Black prints faster:
   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
@font-face {
  font-family: "YuGothicSet";
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
}
@font-face {
  font-family: "YuGothicSet";
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic");
}
@font-face {
  font-family: "YuMinchoSet";
  font-weight: normal;
  src: local("YuMincho-Regular");
}
@font-face {
  font-family: "YuMinchoSet";
  font-weight: bold;
  src: local("YuMincho-Demibold");
}
/* Gothic(sans-serif)
----------------------------------------------- */
/* Mincho(serif)
----------------------------------------------- */
/* -------------------------------------------------------------------
 * Mix-ins
------------------------------------------------------------------- */
/*
 * Make container to dynamic fluid element with keeping aspect ratio in it.
 *
 * @param [Number] $ratio apect ratio with "%"
 * @param [Number] $space total length of space in each side with "px"
 * @note Don't set height=100% against reference page(site)s.
 */
/*
 * Set property for anchor.
 *
 * @param [List<Color, List<Decoration>, String>] $spec specs of each link state
 * @param [Boolean] $use-selector style current selector(include "a" tag) if true
 * @note
 *    If argument of decoration is list, link is styled as below.
 *      - List is assumed as <padding, border-size> on border of bottom.
 *      - Linked text is styled with "none".
 *      - Set border of bottom with "border-size" as above.
 *      - And border padded with "padding" as above.
 * @example
 *    @include anchor((#111, none) (#111, underline) ...)
 *    @include anchor((#111, (1px 2px)) (#111, (1px 2px)) ...)
 */
/*
 * Disable mobile-device-specific functions.
 */
/*
 * Make blank style button.
 */
/*
 * Tuck sentence.
 *
 * @param [Number] $row row count to tuck
 */
/*
 * Define container size and conform contained image size to those.
 *
 * @param [String] $width
 * @param [String] $height
 * @note This is the convenient helper to set container size and contained image size properties.
 */
/*
 * Define contained image size.
 *
 * @param [String] $width
 * @param [String] $height
 * @note This is the convenient helper to set image size properties.
 */
/*
 * Force long text to break at any point.
 */
/*
 * Set property for "Image Replacement".
 */
/*
 * Set property for single anchor(helper for anchor mix-in).
 *
 * @param [String] $color color specifier
 * @param [List<Decoration>, Style] $style underline style
 * @see anchor mix-in for detail of argument "$style".
 */
/* -------------------------------------------------------------------
 * Functions
------------------------------------------------------------------- */
/*
 * Extract last=current selectors.
 *
 * @param [List<Selectors>] $selector selector(mainly by reference "&")
 */
/* -------------------------------------------------------------------
 * Global Setting
------------------------------------------------------------------- */
/* -------------------------------------------------------------------
 * Basement
------------------------------------------------------------------- */
html, body {
  background-color: #fff;
}

html {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothicSet, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #000;
  overflow-wrap: break-word;
  word-wrap: break-word;
  font-size: 13px;
  line-height: 1.5;
}

body {
  width: 100%;
}

h1, h2, h3, h4, h5, h6,
ul, ol, dl,
p {
  font-weight: normal;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

tr, th, td {
  padding: 0;
}

a:link {
  color: #28a0b2;
  text-decoration: none;
}

a:visited {
  color: #28a0b2;
  text-decoration: none;
}

a:hover {
  color: #28a0b2;
  text-decoration: underline;
}

a:active {
  color: #28a0b2;
  text-decoration: underline;
}

.lazyload, .lazyloading {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  transition: opacity 1000ms;
}

/* mix-ins
----------------------------------------------- */
/* -------------------------------------------------------------------
 * Device-Specific
------------------------------------------------------------------- */
html {
  min-width: 1200px;
}

.drop--lg {
  display: none;
}

.hidden--lg {
  visibility: hidden !important;
}

/* -------------------------------------------------------------------
 * Header
------------------------------------------------------------------- */
.header__peak {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 1200px;
}
.header__logo {
  height: 65.538px;
  width: 346.101px;
}
.header__logo img {
  height: 100%;
  width: 100%;
}
.header__logo {
  margin: 32px 0 0 36px;
}
.header__contact {
  margin: 30px 22px 0 0;
}
.header__contact-address {
  display: flex;
  justify-content: flex-end;
}
.header__contact-address > * {
  height: 50px;
  width: 260px;
}
.header__contact-address > * img {
  height: 100%;
  width: 100%;
}
.header__contact-address > *:nth-child(n+2) {
  border-left: 1px solid #cccccc;
  margin: 0 0 0 18px;
  padding: 0 0 0 18px;
}
.header__contact-time {
  color: #606060;
  font-size: 15px;
  line-height: 1;
  margin: 6px 0 0;
  text-align: right;
  width: 100%;
}
.header__nav {
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  height: 64px;
  margin: 30px 0 0;
  text-align: center;
}
.header__nav > * {
  background: 0 64px/200px 128px no-repeat;
  display: inline-block;
  height: 100%;
  position: relative;
  vertical-align: top;
  width: 200px;
}
.header__nav a img {
  height: 128px;
  width: 200px;
}
.header__nav a {
  display: inline-block;
  height: 65px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}
.header__nav a img {
  left: 0;
  position: absolute;
  top: 0;
}
.header__nav a:hover img {
  top: -64px;
}
.header__nav a::after {
  background-color: #33c9e2;
  bottom: 0;
  content: " ";
  height: 4px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  transition: all 0.2s;
  width: 0%;
}
.header__nav a:hover::after {
  width: 100%;
}
.header__nav-unit--search {
  background-image: url("/assets/img/lg/common/header/nav/search-154b1c8132ba2342.svg");
}
.search .header__nav-unit--search {
  background-color: #efefef;
  background-position: 0 0;
}
.search .header__nav-unit--search > a {
  display: none;
}

.header__nav-unit--applicants {
  background-image: url("/assets/img/lg/common/header/nav/applicants-73dac1f0633fba3f.svg");
}
.applicants .header__nav-unit--applicants {
  background-color: #efefef;
  background-position: 0 0;
}
.applicants .header__nav-unit--applicants > a {
  display: none;
}

.header__nav-unit--clients {
  background-image: url("/assets/img/lg/common/header/nav/clients-aedb99c5aae2519f.svg");
}
.clients .header__nav-unit--clients {
  background-color: #efefef;
  background-position: 0 0;
}
.clients .header__nav-unit--clients > a {
  display: none;
}

.header__nav-unit--company {
  background-image: url("/assets/img/lg/common/header/nav/company-948a6c74875d2699.svg");
}
.company .header__nav-unit--company {
  background-color: #efefef;
  background-position: 0 0;
}
.company .header__nav-unit--company > a {
  display: none;
}

.header__nav-unit--faq {
  background-image: url("/assets/img/lg/common/header/nav/faq-6cfbd260744fe705.svg");
}
.faq .header__nav-unit--faq {
  background-color: #efefef;
  background-position: 0 0;
}
.faq .header__nav-unit--faq > a {
  display: none;
}

.header__nav-unit--contact {
  background-image: url("/assets/img/lg/common/header/nav/contact-ebb7d16f661d1d1b.svg");
}
.contact .header__nav-unit--contact {
  background-color: #efefef;
  background-position: 0 0;
}
.contact .header__nav-unit--contact > a {
  display: none;
}

/* -------------------------------------------------------------------
 * Container
------------------------------------------------------------------- */
.container {
  margin: 0 auto;
}

/* -------------------------------------------------------------------
 * Main
------------------------------------------------------------------- */
.main {
  margin: 0 auto;
}

/* -------------------------------------------------------------------
 * Elements
------------------------------------------------------------------- */
/* common lead space
----------------------------------------------- */
/* lead image
----------------------------------------------- */
/* bread crumb
----------------------------------------------- */
.breadcrumb {
  font-size: 12px;
  margin: 0 auto;
  padding: 32px 0 0;
  width: 1000px;
}
.breadcrumb__units a:link {
  color: #606060;
  text-decoration: none;
}
.breadcrumb__units a:visited {
  color: #606060;
  text-decoration: none;
}
.breadcrumb__units a:hover {
  color: #606060;
  text-decoration: underline;
}
.breadcrumb__units a:active {
  color: #606060;
  text-decoration: underline;
}
.breadcrumb__units {
  color: #606060;
  display: flex;
}
.breadcrumb__units > * {
  flex-shrink: 0;
  line-height: 1.1;
}
.breadcrumb__units > *:nth-last-child(n+2)::after {
  content: "＞";
  padding: 0 6px;
}
.breadcrumb__units > *:last-child {
  color: #9e9e9e;
  flex-shrink: 1;
}

/* page title
----------------------------------------------- */
/* image button
----------------------------------------------- */
/* image button for submit
----------------------------------------------- */
/* attach side
----------------------------------------------- */
/* point style
----------------------------------------------- */
/* job summary
----------------------------------------------- */
.job-sticky a:link {
  color: #000;
  text-decoration: none;
}
.job-sticky a:visited {
  color: #000;
  text-decoration: none;
}
.job-sticky a:hover {
  color: #000;
  text-decoration: none;
}
.job-sticky a:active {
  color: #000;
  text-decoration: none;
}
.job-sticky > *:nth-child(odd) {
  background-color: #efefef;
}
.job-sticky__inset {
  align-items: flex-start;
  display: flex;
  padding: 24px;
}
.job-sticky__image {
  flex-shrink: 0;
  height: 90px;
  margin: 0;
  text-align: center;
  width: 120px;
}
.job-sticky__image img {
  height: auto;
  max-height: 90px;
  max-width: 120px;
  vertical-align: top;
  width: auto;
}
.job-sticky__note {
  color: #000;
  flex-grow: 1;
  flex-shrink: 1;
  margin: 0 0 0 24px;
}
.job-sticky__summary {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
}
.job-sticky__area {
  font-size: 14px;
  line-height: 1.3;
  margin-top: 3px;
}
.job-sticky__payment {
  font-size: 14px;
  line-height: 1.3;
  margin-top: 2px;
}
.job-sticky__point > * {
  border-radius: 3px;
  background-color: #efab48;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  height: 26px;
  line-height: 26px;
  margin: 9px 9px 0 0;
  padding: 0 12px;
}
.job-sticky__point {
  margin-top: -2px;
}
.safari .job-sticky__point > *, .ie11 .job-sticky__point > *, .win.gecko .job-sticky__point > *, .win.chrome .job-sticky__point > * {
  height: 25px;
  line-height: 25px;
  padding-top: 1px;
}

/* flow
----------------------------------------------- */
.flow {
  background-color: #efefef;
  padding: 39px 70px;
}
.flow__sheet {
  width: 100%;
}
.flow__row {
  height: 96px;
}
.flow__row > *:first-child {
  background: url("/assets/img/global/common/flow/connecter-003bfd427c0fb911.svg") 110px 0/4px 300px repeat-y;
}
.flow__row:first-child > *:first-child {
  background-position: 110px 48px;
  background-repeat: no-repeat;
}
.flow__row:last-child > *:first-child {
  background-position: 110px -252px;
  background-repeat: no-repeat;
}
.flow__subject {
  width: 224px;
}
.flow__header {
  background-color: #fff;
  border: 4px solid #606060;
  border-radius: 27px;
  box-sizing: border-box;
  color: #606060;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  height: 54px;
  line-height: 46px;
  width: 224px;
}
.win7 .flow__header {
  line-height: 48px;
}

.flow__content {
  font-size: 18px;
  line-height: 1.5;
  padding: 0 0 0 24px;
  vertical-align: middle;
}

/* -------------------------------------------------------------------
 * Side
------------------------------------------------------------------- */
.side-right__nav > *:nth-child(n+2) {
  margin-top: 30px;
}
.side-right__button--search img {
  height: 160px;
  width: 340px;
}
.side-right__button--search {
  background: 0 0/340px 324px no-repeat;
  display: inline-block;
  height: 160px;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  width: 340px;
}
.side-right__button--search img {
  left: 0;
  position: absolute;
  top: 0;
}
.side-right__button--search:hover {
  background-position: 0 -164px;
}
.side-right__button--clients img {
  height: 160px;
  width: 340px;
}
.side-right__button--clients {
  background: 0 0/340px 324px no-repeat;
  display: inline-block;
  height: 160px;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  width: 340px;
}
.side-right__button--clients img {
  left: 0;
  position: absolute;
  top: 0;
}
.side-right__button--clients:hover {
  background-position: 0 -164px;
}
.side-right__bhw {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-top: 50px;
  padding-top: 360px;
  position: relative;
  width: 340px;
}
a.side-right__bhw-link:link {
  color: #0a96d4;
  text-decoration: none;
}

a.side-right__bhw-link:visited {
  color: #0a96d4;
  text-decoration: none;
}

a.side-right__bhw-link:hover {
  color: #0a96d4;
  text-decoration: none;
}

a.side-right__bhw-link:active {
  color: #0a96d4;
  text-decoration: none;
}

.side-right__bhw-link {
  display: block;
  font-size: 18px;
  line-height: 1;
}
.side-right__bhw-link::before {
  content: attr(data-prefix);
  width: 1em;
}
.side-right__bhw-link::after {
  background: url("/assets/img/lg/common/side/right/bhw-1735d28f7030eb16.jpg") 50% 0/340px 100% no-repeat;
  bottom: 0;
  content: "";
  height: 340px;
  left: 0;
  pointer-events: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}

.side-bottom {
  text-align: center;
}
.side-bottom__button--clients img {
  height: 248px;
  width: 520px;
}
.side-bottom__button--clients {
  background: 0 0/520px 252px no-repeat;
  display: inline-block;
  height: 124px;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  width: 520px;
}
.side-bottom__button--clients img {
  left: 0;
  position: absolute;
  top: 0;
}
.side-bottom__button--clients:hover {
  background-position: 0 -128px;
}
.side-bottom__button--clients:hover img {
  top: -124px;
}

/* -------------------------------------------------------------------
 * Footer
------------------------------------------------------------------- */
.footer {
  background-color: #cccccc;
  color: #606060;
  position: relative;
  z-index: 10;
}
.footer__trigger img {
  height: 48px;
  width: 48px;
}
.footer__trigger {
  bottom: 60px;
  cursor: pointer;
  position: fixed;
  right: 0;
}
.footer__trigger.is-floated {
  opacity: 1;
  transition: opacity 500ms;
}
.footer__trigger.is-sank {
  opacity: 0;
  transition: opacity 500ms;
}
.footer__content {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding: 0 30px 60px;
  width: 1200px;
}
.footer__content > * {
  box-sizing: border-box;
  padding: 0 30px;
  width: 50%;
}
.footer__nav a:link {
  color: #606060;
  text-decoration: none;
}
.footer__nav a:visited {
  color: #606060;
  text-decoration: none;
}
.footer__nav a:hover {
  color: #28a0b2;
  text-decoration: none;
}
.footer__nav a:active {
  color: #28a0b2;
  text-decoration: none;
}
.footer__nav {
  font-size: 16px;
  font-weight: bold;
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  margin: 60px 0 0;
  width: 26em;
}
.footer__nav > * {
  box-sizing: border-box;
  line-height: 1;
  padding: 0 0 0 1em;
  width: 13em;
}
.footer__nav > *:hover {
  background: url("/assets/img/lg/common/footer/arrow-37165680d3b023ef.svg") 0 50%/6.539px 10.297px no-repeat;
}
.safari .footer__nav > *:hover {
  background-position: 0 30%;
}

.win.chrome .footer__nav > *:hover {
  background-position: 0 30%;
}

.ie11 .footer__nav > *:hover {
  background-position: 0 30%;
}

.win.gecko .footer__nav > *:hover {
  background-position: 0 30%;
}

.footer__nav > *:nth-child(n+2):not(:nth-child(4)) {
  margin-top: 28px;
}
.footer__nav > *:nth-child(2) {
  order: 3;
}
.footer__nav > *:nth-child(3) {
  order: 5;
}
.footer__nav > *:nth-child(4) {
  order: 2;
}
.footer__nav > *:nth-child(5) {
  order: 4;
}
.footer__nav > *:nth-child(6) {
  order: 6;
}
.footer__info {
  margin: 56px 0 0;
}
.footer__info > *:nth-child(2) {
  margin: 24px 0 0;
}
.footer__info > *:nth-child(n+3) {
  margin: 28px 0 0;
}
.footer__logo {
  height: 30.013px;
  width: 150.096px;
}
.footer__logo img {
  height: 100%;
  width: 100%;
}
.footer__company-name {
  font-size: 16px;
  font-weight: bold;
}
.footer__company-name > * {
  font-weight: normal;
}
.footer__company-address {
  font-size: 14px;
  line-height: 1;
  margin: 13px 0 0;
}
.footer__company-contact {
  font-size: 14px;
  line-height: 1;
  margin: 10px 0 0;
}
.footer__copyright {
  font-family: verdana;
  font-size: 10px;
  line-height: 1;
  margin: 50px 0 0;
}
.footer__copyright > span {
  margin: 0 8px 0 2px;
}

/* -------------------------------------------------------------------
 * Company
------------------------------------------------------------------- */
.header__nav {
  border-bottom-color: #fff;
}

.header__nav-unit--company {
  border-bottom: 1px solid #efefef;
}

.company__container {
  padding-bottom: 100px;
}
.company__lead img {
  height: 340px;
  width: 980px;
}
.company__lead {
  background: 50% 0/980px 340px no-repeat;
  height: 340px;
  margin: 0;
  text-align: center;
  background-color: #368bc8;
}
.company__content {
  color: #000;
  padding-top: 100px;
}
.company__greetings {
  margin: 0 auto;
  width: 680px;
}
.company__title {
  color: #000;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.company__title > * {
  border-bottom: 3px solid #000;
  display: inline-block;
  letter-spacing: 0.2em;
  padding: 0 7px 12px;
  text-indent: 0.2em;
}
.company__message {
  font-size: 18px;
  line-height: 1.9;
  margin: 52px 0 0;
}
.company__message > *:nth-child(n+2) {
  margin-top: 54px;
}
.company__signature img {
  height: 32.022px;
  width: 165.586px;
}
.company__signature {
  font-size: 18px;
  height: 32.022px;
  line-height: 32.022px;
  margin: 40px 0 0;
  padding: 0 18px;
  text-align: right;
}
.company__signature > *:last-child {
  margin-left: 34px;
  padding-bottom: 10px;
}
.company__sheets {
  margin: 160px auto 0;
  width: 740px;
}
.company__sheets > *:nth-child(n+2) {
  margin-top: 130px;
}
.company__sheet {
  background-color: #efefef;
  border-radius: 8px;
  padding: 75px 40px 40px;
  position: relative;
}
.company__sheet::before {
  background: 0 0/154px 110px no-repeat;
  content: " ";
  height: 110px;
  left: 50%;
  position: absolute;
  top: -60px;
  transform: translate(-77px);
  width: 154px;
}
.company__sheet.has-front-character::before {
  background-image: url("/assets/img/global/common/character/front-c8a6534476b7f060.svg");
}
.company__sheet.has-side-character::before {
  background-image: url("/assets/img/global/common/character/side-83485552fae1e31b.svg");
}
.company__name {
  display: flex;
  flex-wrap: wrap;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.company__name > * {
  letter-spacing: 2px;
  text-indent: 2px;
  width: 100%;
}
.company__name-id {
  font-size: 22px;
}
.company__name-region {
  font-size: 20px;
  margin: 22px 0 0;
}
.company__data {
  margin: 45px 0 0;
  width: 100%;
}
.company__data-row {
  border-bottom: 1px solid #9e9e9e;
}
.company__data-row:first-child {
  border-top: 1px solid #9e9e9e;
}
.company__data-subject {
  background: linear-gradient(transparent, transparent 4px, #9e9e9e 4px, #9e9e9e calc(100% - 4px), transparent calc(100% - 4px), transparent);
  background-size: 100% 100%;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  width: 100px;
}
.company__data-content {
  font-size: 16px;
  line-height: 1;
  padding: 26px 30px;
  vertical-align: middle;
  width: calc(100% - 100px);
}
.company__data-list > *:nth-child(n+2) {
  margin-top: 12px;
}
.company__data-definition > * {
  margin: 0;
}
.company__data-definition > *:nth-child(odd) {
  line-height: 1;
  margin-left: -10px;
}
.company__data-definition > *:nth-child(even) {
  line-height: 1.7;
}
.company__data-definition > *:nth-child(n+2) {
  margin-top: 12px;
}
.company__map {
  height: 380px;
  margin: 40px 0 0;
}
.company__prospectus {
  margin: 70px 0 0;
  text-align: center;
}
.company__download img {
  height: 160px;
  width: 520px;
}
.company__download {
  display: inline-block;
  height: 80px;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  width: 520px;
}
.company__download img {
  left: 0;
  position: absolute;
  top: 0;
}
.company__download:hover img {
  top: -80px;
}