@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;
}

/* -------------------------------------------------------------------
 * Form
------------------------------------------------------------------- */
/* form.sass parameters
----------------------------------------------- */
/* ===================================================================
 * Style form elements.
 * @version 2018/08/03
=================================================================== */
/* -------------------------------------------------------------------
 * Predefined variables
------------------------------------------------------------------- */
/* -------------------------------------------------------------------
 * UA correction.
------------------------------------------------------------------- */
/* load parameters
----------------------------------------------- */
/* private helper functions and mix-ins.
----------------------------------------------- */
/* -------------------------------------------------------------------
 * Styles
------------------------------------------------------------------- */
form.sf__conjured {
  /* -------------------------------------------------------------------
   * Global
  ------------------------------------------------------------------- */
}
form.sf__conjured input[type=radio], form.sf__conjured input[type=checkbox], form.sf__conjured select[multiple], form.sf__conjured .sf__select-wrapper, form.sf__conjured textarea, form.sf__conjured input[type=week], form.sf__conjured input[type=time], form.sf__conjured input[type=tel], form.sf__conjured input[type=search], form.sf__conjured input[type=number], form.sf__conjured input[type=month], form.sf__conjured input[type=email], form.sf__conjured input[type=datetime-local], form.sf__conjured input[type=datetime], form.sf__conjured input[type=date], form.sf__conjured input[type=color], form.sf__conjured input[type=url], form.sf__conjured input[type=password], form.sf__conjured input[type=file], form.sf__conjured input[type=text], form.sf__conjured label,
form.sf__conjured legend,
form.sf__conjured fieldset {
  box-sizing: border-box;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothicSet, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 18px;
  line-height: 1;
  outline: none;
  vertical-align: middle;
}
.edge form.sf__conjured input[type=radio], .edge form.sf__conjured input[type=checkbox], .edge form.sf__conjured select[multiple], .edge form.sf__conjured .sf__select-wrapper, .edge form.sf__conjured textarea, .edge form.sf__conjured input[type=week], .edge form.sf__conjured input[type=time], .edge form.sf__conjured input[type=tel], .edge form.sf__conjured input[type=search], .edge form.sf__conjured input[type=number], .edge form.sf__conjured input[type=month], .edge form.sf__conjured input[type=email], .edge form.sf__conjured input[type=datetime-local], .edge form.sf__conjured input[type=datetime], .edge form.sf__conjured input[type=date], .edge form.sf__conjured input[type=color], .edge form.sf__conjured input[type=url], .edge form.sf__conjured input[type=password], .edge form.sf__conjured input[type=file], .edge form.sf__conjured input[type=text], .edge form.sf__conjured label,
.edge form.sf__conjured legend,
.edge form.sf__conjured fieldset, .win8_1.ie form.sf__conjured input[type=radio], .win8_1.ie form.sf__conjured input[type=checkbox], .win8_1.ie form.sf__conjured select[multiple], .win8_1.ie form.sf__conjured .sf__select-wrapper, .win8_1.ie form.sf__conjured textarea, .win8_1.ie form.sf__conjured input[type=week], .win8_1.ie form.sf__conjured input[type=time], .win8_1.ie form.sf__conjured input[type=tel], .win8_1.ie form.sf__conjured input[type=search], .win8_1.ie form.sf__conjured input[type=number], .win8_1.ie form.sf__conjured input[type=month], .win8_1.ie form.sf__conjured input[type=email], .win8_1.ie form.sf__conjured input[type=datetime-local], .win8_1.ie form.sf__conjured input[type=datetime], .win8_1.ie form.sf__conjured input[type=date], .win8_1.ie form.sf__conjured input[type=color], .win8_1.ie form.sf__conjured input[type=url], .win8_1.ie form.sf__conjured input[type=password], .win8_1.ie form.sf__conjured input[type=file], .win8_1.ie form.sf__conjured input[type=text], .win8_1.ie form.sf__conjured label,
.win8_1.ie form.sf__conjured legend,
.win8_1.ie form.sf__conjured fieldset {
  font-weight: 500;
}

form.sf__conjured {
  /* Wrapper/Others
  ----------------------------------------------- */
}
form.sf__conjured label,
form.sf__conjured legend,
form.sf__conjured fieldset {
  color: #000;
}
form.sf__conjured label {
  font-size: 13px;
}
form.sf__conjured input:disabled,
form.sf__conjured textarea:disabled,
form.sf__conjured select:disabled,
form.sf__conjured option:disabled,
form.sf__conjured button:disabled {
  cursor: not-allowed !important;
}
form.sf__conjured {
  /* Selector Stack
  ----------------------------------------------- */
  /* -------------------------------------------------------------------
   * Input/Textarea/Select Type
  ------------------------------------------------------------------- */
  /* Common
  ----------------------------------------------- */
}
form.sf__conjured select[multiple], form.sf__conjured .sf__select-wrapper, form.sf__conjured textarea, form.sf__conjured input[type=week], form.sf__conjured input[type=time], form.sf__conjured input[type=tel], form.sf__conjured input[type=search], form.sf__conjured input[type=number], form.sf__conjured input[type=month], form.sf__conjured input[type=email], form.sf__conjured input[type=datetime-local], form.sf__conjured input[type=datetime], form.sf__conjured input[type=date], form.sf__conjured input[type=color], form.sf__conjured input[type=url], form.sf__conjured input[type=password], form.sf__conjured input[type=file], form.sf__conjured input[type=text] {
  border-radius: 0;
  background-color: #fff;
  border: 0 solid #fff;
  color: #000;
  padding: 0 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
form.sf__conjured .sf__select-wrapper, form.sf__conjured input[type=week], form.sf__conjured input[type=time], form.sf__conjured input[type=tel], form.sf__conjured input[type=search], form.sf__conjured input[type=number], form.sf__conjured input[type=month], form.sf__conjured input[type=email], form.sf__conjured input[type=datetime-local], form.sf__conjured input[type=datetime], form.sf__conjured input[type=date], form.sf__conjured input[type=color], form.sf__conjured input[type=url], form.sf__conjured input[type=password], form.sf__conjured input[type=file], form.sf__conjured input[type=text] {
  height: 46px;
}
form.sf__conjured textarea:focus:not(:disabled), form.sf__conjured input[type=week]:focus:not(:disabled), form.sf__conjured input[type=time]:focus:not(:disabled), form.sf__conjured input[type=tel]:focus:not(:disabled), form.sf__conjured input[type=search]:focus:not(:disabled), form.sf__conjured input[type=number]:focus:not(:disabled), form.sf__conjured input[type=month]:focus:not(:disabled), form.sf__conjured input[type=email]:focus:not(:disabled), form.sf__conjured input[type=datetime-local]:focus:not(:disabled), form.sf__conjured input[type=datetime]:focus:not(:disabled), form.sf__conjured input[type=date]:focus:not(:disabled), form.sf__conjured input[type=color]:focus:not(:disabled), form.sf__conjured input[type=url]:focus:not(:disabled), form.sf__conjured input[type=password]:focus:not(:disabled), form.sf__conjured input[type=file]:focus:not(:disabled), form.sf__conjured input[type=text]:focus:not(:disabled) {
  border-color: #fff !important;
  color: #000 !important;
  transition: all 0.2s ease-in-out;
}
form.sf__conjured select[multiple]:disabled, form.sf__conjured .sf__select-wrapper.is-disabled, form.sf__conjured textarea:disabled, form.sf__conjured input[type=week]:disabled, form.sf__conjured input[type=time]:disabled, form.sf__conjured input[type=tel]:disabled, form.sf__conjured input[type=search]:disabled, form.sf__conjured input[type=number]:disabled, form.sf__conjured input[type=month]:disabled, form.sf__conjured input[type=email]:disabled, form.sf__conjured input[type=datetime-local]:disabled, form.sf__conjured input[type=datetime]:disabled, form.sf__conjured input[type=date]:disabled, form.sf__conjured input[type=color]:disabled, form.sf__conjured input[type=url]:disabled, form.sf__conjured input[type=password]:disabled, form.sf__conjured input[type=file]:disabled, form.sf__conjured input[type=text]:disabled {
  background-color: #e3e7ec !important;
  border-color: #c5cdd7 !important;
  color: #929cad !important;
}
form.sf__conjured {
  /* INPUT
  ----------------------------------------------- */
}
.mac.chrome form.sf__conjured input[type=text] {
  padding-top: 2px;
  padding-bottom: 0;
}

.mac.gecko form.sf__conjured input[type=text] {
  padding-top: 2px;
  padding-bottom: 0;
}

.mac.safari form.sf__conjured input[type=text] {
  padding-top: 3px;
  padding-bottom: 0;
}

.win.win8_1.chrome form.sf__conjured input[type=text], .win.win10.chrome form.sf__conjured input[type=text] {
  padding-top: 3px;
  padding-bottom: 0;
}

.win.win8_1.gecko form.sf__conjured input[type=text], .win.win10.gecko form.sf__conjured input[type=text] {
  padding-top: 2px;
  padding-bottom: 0;
}

.win.win10.edge form.sf__conjured input[type=text] {
  padding-top: 2px;
  padding-bottom: 0;
}

.win.win8_1.ie form.sf__conjured input[type=text], .win.win10.ie form.sf__conjured input[type=text] {
  padding-top: 8px;
  padding-bottom: 0;
}

.win.chrome form.sf__conjured input[type=text] {
  padding-top: 3px;
  padding-bottom: 0;
}

.win.gecko form.sf__conjured input[type=text] {
  padding-top: 3px;
  padding-bottom: 0;
}

.edge form.sf__conjured input[type=text] {
  padding-top: 4px;
  padding-bottom: 0;
}

.ie form.sf__conjured input[type=text] {
  padding-top: 3px;
  padding-bottom: 0;
}

.mac.chrome form.sf__conjured input[type=file] {
  padding-top: 2px;
  padding-bottom: 0;
}

.mac.gecko form.sf__conjured input[type=file] {
  padding-top: 2px;
  padding-bottom: 0;
}

.mac.safari form.sf__conjured input[type=file] {
  padding-top: 3px;
  padding-bottom: 0;
}

.win.win8_1.chrome form.sf__conjured input[type=file], .win.win10.chrome form.sf__conjured input[type=file] {
  padding-top: 3px;
  padding-bottom: 0;
}

.win.win8_1.gecko form.sf__conjured input[type=file], .win.win10.gecko form.sf__conjured input[type=file] {
  padding-top: 2px;
  padding-bottom: 0;
}

.win.win10.edge form.sf__conjured input[type=file] {
  padding-top: 2px;
  padding-bottom: 0;
}

.win.win8_1.ie form.sf__conjured input[type=file], .win.win10.ie form.sf__conjured input[type=file] {
  padding-top: 8px;
  padding-bottom: 0;
}

.win.chrome form.sf__conjured input[type=file] {
  padding-top: 3px;
  padding-bottom: 0;
}

.win.gecko form.sf__conjured input[type=file] {
  padding-top: 3px;
  padding-bottom: 0;
}

.edge form.sf__conjured input[type=file] {
  padding-top: 4px;
  padding-bottom: 0;
}

.ie form.sf__conjured input[type=file] {
  padding-top: 3px;
  padding-bottom: 0;
}

.mac.chrome form.sf__conjured input[type=password] {
  padding-top: 2px;
  padding-bottom: 0;
}

.mac.gecko form.sf__conjured input[type=password] {
  padding-top: 2px;
  padding-bottom: 0;
}

.mac.safari form.sf__conjured input[type=password] {
  padding-top: 3px;
  padding-bottom: 0;
}

.win.win8_1.chrome form.sf__conjured input[type=password], .win.win10.chrome form.sf__conjured input[type=password] {
  padding-top: 3px;
  padding-bottom: 0;
}

.win.win8_1.gecko form.sf__conjured input[type=password], .win.win10.gecko form.sf__conjured input[type=password] {
  padding-top: 2px;
  padding-bottom: 0;
}

.win.win10.edge form.sf__conjured input[type=password] {
  padding-top: 2px;
  padding-bottom: 0;
}

.win.win8_1.ie form.sf__conjured input[type=password], .win.win10.ie form.sf__conjured input[type=password] {
  padding-top: 8px;
  padding-bottom: 0;
}

.win.chrome form.sf__conjured input[type=password] {
  padding-top: 3px;
  padding-bottom: 0;
}

.win.gecko form.sf__conjured input[type=password] {
  padding-top: 3px;
  padding-bottom: 0;
}

.edge form.sf__conjured input[type=password] {
  padding-top: 4px;
  padding-bottom: 0;
}

.ie form.sf__conjured input[type=password] {
  padding-top: 3px;
  padding-bottom: 0;
}

.mac.chrome form.sf__conjured input[type=url] {
  padding-top: 2px;
  padding-bottom: 0;
}

.mac.gecko form.sf__conjured input[type=url] {
  padding-top: 2px;
  padding-bottom: 0;
}

.mac.safari form.sf__conjured input[type=url] {
  padding-top: 3px;
  padding-bottom: 0;
}

.win.win8_1.chrome form.sf__conjured input[type=url], .win.win10.chrome form.sf__conjured input[type=url] {
  padding-top: 3px;
  padding-bottom: 0;
}

.win.win8_1.gecko form.sf__conjured input[type=url], .win.win10.gecko form.sf__conjured input[type=url] {
  padding-top: 2px;
  padding-bottom: 0;
}

.win.win10.edge form.sf__conjured input[type=url] {
  padding-top: 2px;
  padding-bottom: 0;
}

.win.win8_1.ie form.sf__conjured input[type=url], .win.win10.ie form.sf__conjured input[type=url] {
  padding-top: 8px;
  padding-bottom: 0;
}

.win.chrome form.sf__conjured input[type=url] {
  padding-top: 3px;
  padding-bottom: 0;
}

.win.gecko form.sf__conjured input[type=url] {
  padding-top: 3px;
  padding-bottom: 0;
}

.edge form.sf__conjured input[type=url] {
  padding-top: 4px;
  padding-bottom: 0;
}

.ie form.sf__conjured input[type=url] {
  padding-top: 3px;
  padding-bottom: 0;
}

.mac.chrome form.sf__conjured input[type=color] {
  padding-top: 2px;
  padding-bottom: 0;
}

.mac.gecko form.sf__conjured input[type=color] {
  padding-top: 2px;
  padding-bottom: 0;
}

.mac.safari form.sf__conjured input[type=color] {
  padding-top: 3px;
  padding-bottom: 0;
}

.win.win8_1.chrome form.sf__conjured input[type=color], .win.win10.chrome form.sf__conjured input[type=color] {
  padding-top: 3px;
  padding-bottom: 0;
}

.win.win8_1.gecko form.sf__conjured input[type=color], .win.win10.gecko form.sf__conjured input[type=color] {
  padding-top: 2px;
  padding-bottom: 0;
}

.win.win10.edge form.sf__conjured input[type=color] {
  padding-top: 2px;
  padding-bottom: 0;
}

.win.win8_1.ie form.sf__conjured input[type=color], .win.win10.ie form.sf__conjured input[type=color] {
  padding-top: 8px;
  padding-bottom: 0;
}

.win.chrome form.sf__conjured input[type=color] {
  padding-top: 3px;
  padding-bottom: 0;
}

.win.gecko form.sf__conjured input[type=color] {
  padding-top: 3px;
  padding-bottom: 0;
}

.edge form.sf__conjured input[type=color] {
  padding-top: 4px;
  padding-bottom: 0;
}

.ie form.sf__conjured input[type=color] {
  padding-top: 3px;
  padding-bottom: 0;
}

.mac.chrome form.sf__conjured input[type=date] {
  padding-top: 2px;
  padding-bottom: 0;
}

.mac.gecko form.sf__conjured input[type=date] {
  padding-top: 2px;
  padding-bottom: 0;
}

.mac.safari form.sf__conjured input[type=date] {
  padding-top: 3px;
  padding-bottom: 0;
}

.win.win8_1.chrome form.sf__conjured input[type=date], .win.win10.chrome form.sf__conjured input[type=date] {
  padding-top: 3px;
  padding-bottom: 0;
}

.win.win8_1.gecko form.sf__conjured input[type=date], .win.win10.gecko form.sf__conjured input[type=date] {
  padding-top: 2px;
  padding-bottom: 0;
}

.win.win10.edge form.sf__conjured input[type=date] {
  padding-top: 2px;
  padding-bottom: 0;
}

.win.win8_1.ie form.sf__conjured input[type=date], .win.win10.ie form.sf__conjured input[type=date] {
  padding-top: 8px;
  padding-bottom: 0;
}

.win.chrome form.sf__conjured input[type=date] {
  padding-top: 3px;
  padding-bottom: 0;
}

.win.gecko form.sf__conjured input[type=date] {
  padding-top: 3px;
  padding-bottom: 0;
}

.edge form.sf__conjured input[type=date] {
  padding-top: 4px;
  padding-bottom: 0;
}

.ie form.sf__conjured input[type=date] {
  padding-top: 3px;
  padding-bottom: 0;
}

.mac.chrome form.sf__conjured input[type=datetime] {
  padding-top: 2px;
  padding-bottom: 0;
}

.mac.gecko form.sf__conjured input[type=datetime] {
  padding-top: 2px;
  padding-bottom: 0;
}

.mac.safari form.sf__conjured input[type=datetime] {
  padding-top: 3px;
  padding-bottom: 0;
}

.win.win8_1.chrome form.sf__conjured input[type=datetime], .win.win10.chrome form.sf__conjured input[type=datetime] {
  padding-top: 3px;
  padding-bottom: 0;
}

.win.win8_1.gecko form.sf__conjured input[type=datetime], .win.win10.gecko form.sf__conjured input[type=datetime] {
  padding-top: 2px;
  padding-bottom: 0;
}

.win.win10.edge form.sf__conjured input[type=datetime] {
  padding-top: 2px;
  padding-bottom: 0;
}

.win.win8_1.ie form.sf__conjured input[type=datetime], .win.win10.ie form.sf__conjured input[type=datetime] {
  padding-top: 8px;
  padding-bottom: 0;
}

.win.chrome form.sf__conjured input[type=datetime] {
  padding-top: 3px;
  padding-bottom: 0;
}

.win.gecko form.sf__conjured input[type=datetime] {
  padding-top: 3px;
  padding-bottom: 0;
}

.edge form.sf__conjured input[type=datetime] {
  padding-top: 4px;
  padding-bottom: 0;
}

.ie form.sf__conjured input[type=datetime] {
  padding-top: 3px;
  padding-bottom: 0;
}

.mac.chrome form.sf__conjured input[type=datetime-local] {
  padding-top: 2px;
  padding-bottom: 0;
}

.mac.gecko form.sf__conjured input[type=datetime-local] {
  padding-top: 2px;
  padding-bottom: 0;
}

.mac.safari form.sf__conjured input[type=datetime-local] {
  padding-top: 3px;
  padding-bottom: 0;
}

.win.win8_1.chrome form.sf__conjured input[type=datetime-local], .win.win10.chrome form.sf__conjured input[type=datetime-local] {
  padding-top: 3px;
  padding-bottom: 0;
}

.win.win8_1.gecko form.sf__conjured input[type=datetime-local], .win.win10.gecko form.sf__conjured input[type=datetime-local] {
  padding-top: 2px;
  padding-bottom: 0;
}

.win.win10.edge form.sf__conjured input[type=datetime-local] {
  padding-top: 2px;
  padding-bottom: 0;
}

.win.win8_1.ie form.sf__conjured input[type=datetime-local], .win.win10.ie form.sf__conjured input[type=datetime-local] {
  padding-top: 8px;
  padding-bottom: 0;
}

.win.chrome form.sf__conjured input[type=datetime-local] {
  padding-top: 3px;
  padding-bottom: 0;
}

.win.gecko form.sf__conjured input[type=datetime-local] {
  padding-top: 3px;
  padding-bottom: 0;
}

.edge form.sf__conjured input[type=datetime-local] {
  padding-top: 4px;
  padding-bottom: 0;
}

.ie form.sf__conjured input[type=datetime-local] {
  padding-top: 3px;
  padding-bottom: 0;
}

.mac.chrome form.sf__conjured input[type=email] {
  padding-top: 2px;
  padding-bottom: 0;
}

.mac.gecko form.sf__conjured input[type=email] {
  padding-top: 2px;
  padding-bottom: 0;
}

.mac.safari form.sf__conjured input[type=email] {
  padding-top: 3px;
  padding-bottom: 0;
}

.win.win8_1.chrome form.sf__conjured input[type=email], .win.win10.chrome form.sf__conjured input[type=email] {
  padding-top: 3px;
  padding-bottom: 0;
}

.win.win8_1.gecko form.sf__conjured input[type=email], .win.win10.gecko form.sf__conjured input[type=email] {
  padding-top: 2px;
  padding-bottom: 0;
}

.win.win10.edge form.sf__conjured input[type=email] {
  padding-top: 2px;
  padding-bottom: 0;
}

.win.win8_1.ie form.sf__conjured input[type=email], .win.win10.ie form.sf__conjured input[type=email] {
  padding-top: 8px;
  padding-bottom: 0;
}

.win.chrome form.sf__conjured input[type=email] {
  padding-top: 3px;
  padding-bottom: 0;
}

.win.gecko form.sf__conjured input[type=email] {
  padding-top: 3px;
  padding-bottom: 0;
}

.edge form.sf__conjured input[type=email] {
  padding-top: 4px;
  padding-bottom: 0;
}

.ie form.sf__conjured input[type=email] {
  padding-top: 3px;
  padding-bottom: 0;
}

.mac.chrome form.sf__conjured input[type=month] {
  padding-top: 2px;
  padding-bottom: 0;
}

.mac.gecko form.sf__conjured input[type=month] {
  padding-top: 2px;
  padding-bottom: 0;
}

.mac.safari form.sf__conjured input[type=month] {
  padding-top: 3px;
  padding-bottom: 0;
}

.win.win8_1.chrome form.sf__conjured input[type=month], .win.win10.chrome form.sf__conjured input[type=month] {
  padding-top: 3px;
  padding-bottom: 0;
}

.win.win8_1.gecko form.sf__conjured input[type=month], .win.win10.gecko form.sf__conjured input[type=month] {
  padding-top: 2px;
  padding-bottom: 0;
}

.win.win10.edge form.sf__conjured input[type=month] {
  padding-top: 2px;
  padding-bottom: 0;
}

.win.win8_1.ie form.sf__conjured input[type=month], .win.win10.ie form.sf__conjured input[type=month] {
  padding-top: 8px;
  padding-bottom: 0;
}

.win.chrome form.sf__conjured input[type=month] {
  padding-top: 3px;
  padding-bottom: 0;
}

.win.gecko form.sf__conjured input[type=month] {
  padding-top: 3px;
  padding-bottom: 0;
}

.edge form.sf__conjured input[type=month] {
  padding-top: 4px;
  padding-bottom: 0;
}

.ie form.sf__conjured input[type=month] {
  padding-top: 3px;
  padding-bottom: 0;
}

.mac.chrome form.sf__conjured input[type=number] {
  padding-top: 2px;
  padding-bottom: 0;
}

.mac.gecko form.sf__conjured input[type=number] {
  padding-top: 2px;
  padding-bottom: 0;
}

.mac.safari form.sf__conjured input[type=number] {
  padding-top: 3px;
  padding-bottom: 0;
}

.win.win8_1.chrome form.sf__conjured input[type=number], .win.win10.chrome form.sf__conjured input[type=number] {
  padding-top: 3px;
  padding-bottom: 0;
}

.win.win8_1.gecko form.sf__conjured input[type=number], .win.win10.gecko form.sf__conjured input[type=number] {
  padding-top: 2px;
  padding-bottom: 0;
}

.win.win10.edge form.sf__conjured input[type=number] {
  padding-top: 2px;
  padding-bottom: 0;
}

.win.win8_1.ie form.sf__conjured input[type=number], .win.win10.ie form.sf__conjured input[type=number] {
  padding-top: 8px;
  padding-bottom: 0;
}

.win.chrome form.sf__conjured input[type=number] {
  padding-top: 3px;
  padding-bottom: 0;
}

.win.gecko form.sf__conjured input[type=number] {
  padding-top: 3px;
  padding-bottom: 0;
}

.edge form.sf__conjured input[type=number] {
  padding-top: 4px;
  padding-bottom: 0;
}

.ie form.sf__conjured input[type=number] {
  padding-top: 3px;
  padding-bottom: 0;
}

.mac.chrome form.sf__conjured input[type=search] {
  padding-top: 2px;
  padding-bottom: 0;
}

.mac.gecko form.sf__conjured input[type=search] {
  padding-top: 2px;
  padding-bottom: 0;
}

.mac.safari form.sf__conjured input[type=search] {
  padding-top: 3px;
  padding-bottom: 0;
}

.win.win8_1.chrome form.sf__conjured input[type=search], .win.win10.chrome form.sf__conjured input[type=search] {
  padding-top: 3px;
  padding-bottom: 0;
}

.win.win8_1.gecko form.sf__conjured input[type=search], .win.win10.gecko form.sf__conjured input[type=search] {
  padding-top: 2px;
  padding-bottom: 0;
}

.win.win10.edge form.sf__conjured input[type=search] {
  padding-top: 2px;
  padding-bottom: 0;
}

.win.win8_1.ie form.sf__conjured input[type=search], .win.win10.ie form.sf__conjured input[type=search] {
  padding-top: 8px;
  padding-bottom: 0;
}

.win.chrome form.sf__conjured input[type=search] {
  padding-top: 3px;
  padding-bottom: 0;
}

.win.gecko form.sf__conjured input[type=search] {
  padding-top: 3px;
  padding-bottom: 0;
}

.edge form.sf__conjured input[type=search] {
  padding-top: 4px;
  padding-bottom: 0;
}

.ie form.sf__conjured input[type=search] {
  padding-top: 3px;
  padding-bottom: 0;
}

.mac.chrome form.sf__conjured input[type=tel] {
  padding-top: 2px;
  padding-bottom: 0;
}

.mac.gecko form.sf__conjured input[type=tel] {
  padding-top: 2px;
  padding-bottom: 0;
}

.mac.safari form.sf__conjured input[type=tel] {
  padding-top: 3px;
  padding-bottom: 0;
}

.win.win8_1.chrome form.sf__conjured input[type=tel], .win.win10.chrome form.sf__conjured input[type=tel] {
  padding-top: 3px;
  padding-bottom: 0;
}

.win.win8_1.gecko form.sf__conjured input[type=tel], .win.win10.gecko form.sf__conjured input[type=tel] {
  padding-top: 2px;
  padding-bottom: 0;
}

.win.win10.edge form.sf__conjured input[type=tel] {
  padding-top: 2px;
  padding-bottom: 0;
}

.win.win8_1.ie form.sf__conjured input[type=tel], .win.win10.ie form.sf__conjured input[type=tel] {
  padding-top: 8px;
  padding-bottom: 0;
}

.win.chrome form.sf__conjured input[type=tel] {
  padding-top: 3px;
  padding-bottom: 0;
}

.win.gecko form.sf__conjured input[type=tel] {
  padding-top: 3px;
  padding-bottom: 0;
}

.edge form.sf__conjured input[type=tel] {
  padding-top: 4px;
  padding-bottom: 0;
}

.ie form.sf__conjured input[type=tel] {
  padding-top: 3px;
  padding-bottom: 0;
}

.mac.chrome form.sf__conjured input[type=time] {
  padding-top: 2px;
  padding-bottom: 0;
}

.mac.gecko form.sf__conjured input[type=time] {
  padding-top: 2px;
  padding-bottom: 0;
}

.mac.safari form.sf__conjured input[type=time] {
  padding-top: 3px;
  padding-bottom: 0;
}

.win.win8_1.chrome form.sf__conjured input[type=time], .win.win10.chrome form.sf__conjured input[type=time] {
  padding-top: 3px;
  padding-bottom: 0;
}

.win.win8_1.gecko form.sf__conjured input[type=time], .win.win10.gecko form.sf__conjured input[type=time] {
  padding-top: 2px;
  padding-bottom: 0;
}

.win.win10.edge form.sf__conjured input[type=time] {
  padding-top: 2px;
  padding-bottom: 0;
}

.win.win8_1.ie form.sf__conjured input[type=time], .win.win10.ie form.sf__conjured input[type=time] {
  padding-top: 8px;
  padding-bottom: 0;
}

.win.chrome form.sf__conjured input[type=time] {
  padding-top: 3px;
  padding-bottom: 0;
}

.win.gecko form.sf__conjured input[type=time] {
  padding-top: 3px;
  padding-bottom: 0;
}

.edge form.sf__conjured input[type=time] {
  padding-top: 4px;
  padding-bottom: 0;
}

.ie form.sf__conjured input[type=time] {
  padding-top: 3px;
  padding-bottom: 0;
}

.mac.chrome form.sf__conjured input[type=week] {
  padding-top: 2px;
  padding-bottom: 0;
}

.mac.gecko form.sf__conjured input[type=week] {
  padding-top: 2px;
  padding-bottom: 0;
}

.mac.safari form.sf__conjured input[type=week] {
  padding-top: 3px;
  padding-bottom: 0;
}

.win.win8_1.chrome form.sf__conjured input[type=week], .win.win10.chrome form.sf__conjured input[type=week] {
  padding-top: 3px;
  padding-bottom: 0;
}

.win.win8_1.gecko form.sf__conjured input[type=week], .win.win10.gecko form.sf__conjured input[type=week] {
  padding-top: 2px;
  padding-bottom: 0;
}

.win.win10.edge form.sf__conjured input[type=week] {
  padding-top: 2px;
  padding-bottom: 0;
}

.win.win8_1.ie form.sf__conjured input[type=week], .win.win10.ie form.sf__conjured input[type=week] {
  padding-top: 8px;
  padding-bottom: 0;
}

.win.chrome form.sf__conjured input[type=week] {
  padding-top: 3px;
  padding-bottom: 0;
}

.win.gecko form.sf__conjured input[type=week] {
  padding-top: 3px;
  padding-bottom: 0;
}

.edge form.sf__conjured input[type=week] {
  padding-top: 4px;
  padding-bottom: 0;
}

.ie form.sf__conjured input[type=week] {
  padding-top: 3px;
  padding-bottom: 0;
}

form.sf__conjured {
  /* INPUT(file)
  ----------------------------------------------- */
}
form.sf__conjured input[type=file] {
  border: 0;
  font-size: 92%;
  height: auto;
  line-height: 1 !important;
  padding: 0;
}
form.sf__conjured {
  /* TEXTAREA
  ----------------------------------------------- */
}
form.sf__conjured textarea {
  line-height: 1.3;
  overflow: auto;
  padding: 0.4em 0.6em;
  resize: vertical;
}
form.sf__conjured {
  /* SELECT
  ----------------------------------------------- */
}
form.sf__conjured .sf__select-wrapper {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.mac.chrome form.sf__conjured .sf__select-wrapper {
  line-height: 1;
}

.mac.gecko form.sf__conjured .sf__select-wrapper {
  line-height: 2;
}

.mac.safari form.sf__conjured .sf__select-wrapper {
  line-height: 2.2;
}

.win.win8_1.chrome form.sf__conjured .sf__select-wrapper, .win.win10.chrome form.sf__conjured .sf__select-wrapper {
  line-height: 2.3;
}

.win.win8_1.gecko form.sf__conjured .sf__select-wrapper, .win.win10.gecko form.sf__conjured .sf__select-wrapper {
  line-height: 2.1;
}

.win.win10.edge form.sf__conjured .sf__select-wrapper {
  line-height: 2;
}

.win.win8_1.ie form.sf__conjured .sf__select-wrapper, .win.win10.ie form.sf__conjured .sf__select-wrapper {
  line-height: 2.6;
}

.win.chrome form.sf__conjured .sf__select-wrapper {
  line-height: 2.3;
}

.win.gecko form.sf__conjured .sf__select-wrapper {
  line-height: 2.2;
}

.edge form.sf__conjured .sf__select-wrapper {
  line-height: 2.1;
}

.ie form.sf__conjured .sf__select-wrapper {
  line-height: 2.2;
}

form.sf__conjured .sf__select-wrapper::after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #000;
  bottom: 0;
  content: "";
  height: 0;
  margin: auto;
  position: absolute;
  right: 8px;
  top: 0;
  width: 0;
}
form.sf__conjured select:not([multiple]) {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  height: 100%;
  padding: 0;
  position: relative;
  width: 100%;
}
.ie9 form.sf__conjured select:not([multiple]) {
  width: 145%;
}

form.sf__conjured select:not([multiple]) {
  z-index: 1;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothicSet, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  outline: none;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
form.sf__conjured select:not([multiple])::-ms-expand {
  display: none;
}
form.sf__conjured select:not([multiple]):-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.mac.chrome form.sf__conjured .sf__select-multiple {
  padding-top: 0;
  padding-bottom: 0;
}

.mac.gecko form.sf__conjured .sf__select-multiple {
  padding-top: 0;
  padding-bottom: 0;
}

.mac.safari form.sf__conjured .sf__select-multiple {
  padding-top: 0;
  padding-bottom: 0;
}

.win.win8_1.chrome form.sf__conjured .sf__select-multiple, .win.win10.chrome form.sf__conjured .sf__select-multiple {
  padding-top: 0;
  padding-bottom: 0;
}

.win.win8_1.gecko form.sf__conjured .sf__select-multiple, .win.win10.gecko form.sf__conjured .sf__select-multiple {
  padding-top: 0;
  padding-bottom: 0;
}

.win.win10.edge form.sf__conjured .sf__select-multiple {
  padding-top: 0;
  padding-bottom: 0;
}

.win.win8_1.ie form.sf__conjured .sf__select-multiple, .win.win10.ie form.sf__conjured .sf__select-multiple {
  padding-top: 0.6em;
  padding-bottom: 0;
}

.win.chrome form.sf__conjured .sf__select-multiple {
  padding-top: 0;
  padding-bottom: 0;
}

.win.gecko form.sf__conjured .sf__select-multiple {
  padding-top: 0;
  padding-bottom: 0;
}

.edge form.sf__conjured .sf__select-multiple {
  padding-top: 0;
  padding-bottom: 0;
}

.ie form.sf__conjured .sf__select-multiple {
  padding-top: 0;
  padding-bottom: 0;
}

form.sf__conjured select[multiple] {
  cursor: pointer;
  margin: 0;
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
  padding: 0;
}
form.sf__conjured select[multiple] option {
  padding: 0.4em 1.2em 0.4em 0.8em;
}
.firefox form.sf__conjured select[multiple] option {
  padding-bottom: 0.2em;
  padding-top: 0.2em;
}

form.sf__conjured select[multiple] {
  height: auto;
}
form.sf__conjured select[multiple].sf__hide-select-scrollbar::-webkit-scrollbar {
  display: none;
}
form.sf__conjured select[multiple].sf__hide-select-scrollbar::-moz-scrollbar {
  display: none;
}
form.sf__conjured select[multiple].sf__hide-select-scrollbar::-o-scrollbar {
  display: none;
}
form.sf__conjured select[multiple].sf__hide-select-scrollbar::-google-ms-scrollbar {
  display: none;
}
form.sf__conjured select[multiple].sf__hide-select-scrollbar::-khtml-scrollbar {
  display: none;
}
form.sf__conjured {
  /* CHECKBOX/RADIO
  ----------------------------------------------- */
}
form.sf__conjured input[type=checkbox] {
  cursor: pointer;
  display: inline-block;
}
form.sf__conjured input[type=checkbox] ~ label {
  cursor: pointer;
  display: inline-block;
}
.mac.chrome form.sf__conjured input[type=checkbox] ~ label {
  padding-top: 1px;
  padding-bottom: 0;
}

.mac.gecko form.sf__conjured input[type=checkbox] ~ label {
  padding-top: 0;
  padding-bottom: 0;
}

.mac.safari form.sf__conjured input[type=checkbox] ~ label {
  padding-top: 2px;
  padding-bottom: 0;
}

.win.win8_1.chrome form.sf__conjured input[type=checkbox] ~ label, .win.win10.chrome form.sf__conjured input[type=checkbox] ~ label {
  padding-top: 1px;
  padding-bottom: 0;
}

.win.win8_1.gecko form.sf__conjured input[type=checkbox] ~ label, .win.win10.gecko form.sf__conjured input[type=checkbox] ~ label {
  padding-top: 1px;
  padding-bottom: 0;
}

.win.win10.edge form.sf__conjured input[type=checkbox] ~ label {
  padding-top: 1px;
  padding-bottom: 0;
}

.win.win8_1.ie form.sf__conjured input[type=checkbox] ~ label, .win.win10.ie form.sf__conjured input[type=checkbox] ~ label {
  padding-top: 3px;
  padding-bottom: 0;
}

.win.chrome form.sf__conjured input[type=checkbox] ~ label {
  padding-top: 1px;
  padding-bottom: 0;
}

.win.gecko form.sf__conjured input[type=checkbox] ~ label {
  padding-top: 0;
  padding-bottom: 0;
}

.edge form.sf__conjured input[type=checkbox] ~ label {
  padding-top: 0;
  padding-bottom: 0;
}

.ie form.sf__conjured input[type=checkbox] ~ label {
  padding-top: 1px;
  padding-bottom: 0;
}

form.sf__conjured input[type=checkbox]:disabled ~ label {
  color: #929cad;
  cursor: auto;
}
form.sf__conjured input[type=radio] {
  cursor: pointer;
  display: inline-block;
}
form.sf__conjured input[type=radio] ~ label {
  cursor: pointer;
  display: inline-block;
}
.mac.chrome form.sf__conjured input[type=radio] ~ label {
  padding-top: 2px;
  padding-bottom: 0;
}

.mac.gecko form.sf__conjured input[type=radio] ~ label {
  padding-top: 1px;
  padding-bottom: 0;
}

.mac.safari form.sf__conjured input[type=radio] ~ label {
  padding-top: 2px;
  padding-bottom: 0;
}

.win.win8_1.chrome form.sf__conjured input[type=radio] ~ label, .win.win10.chrome form.sf__conjured input[type=radio] ~ label {
  padding-top: 2px;
  padding-bottom: 0;
}

.win.win8_1.gecko form.sf__conjured input[type=radio] ~ label, .win.win10.gecko form.sf__conjured input[type=radio] ~ label {
  padding-top: 0;
  padding-bottom: 0;
}

.win.win10.edge form.sf__conjured input[type=radio] ~ label {
  padding-top: 1px;
  padding-bottom: 0;
}

.win.win8_1.ie form.sf__conjured input[type=radio] ~ label, .win.win10.ie form.sf__conjured input[type=radio] ~ label {
  padding-top: 4px;
  padding-bottom: 0;
}

.win.chrome form.sf__conjured input[type=radio] ~ label {
  padding-top: 2px;
  padding-bottom: 0;
}

.win.gecko form.sf__conjured input[type=radio] ~ label {
  padding-top: 1px;
  padding-bottom: 0;
}

.edge form.sf__conjured input[type=radio] ~ label {
  padding-top: 1px;
  padding-bottom: 0;
}

.ie form.sf__conjured input[type=radio] ~ label {
  padding-top: 1px;
  padding-bottom: 0;
}

form.sf__conjured input[type=radio]:disabled ~ label {
  color: #929cad;
  cursor: auto;
}
form.sf__conjured {
  /* -------------------------------------------------------------------
   * BUTTON
  ------------------------------------------------------------------- */
}

/* commons
----------------------------------------------- */
.search__breadcrumb {
  height: 76px;
}

/* search header
----------------------------------------------- */
.search-header__title img {
  height: 60px;
  width: 260px;
}
.search-header__title {
  background-color: #33c9e2;
  height: 60px;
  text-align: center;
}
.search-header__nav a:link {
  color: #33c9e2;
  text-decoration: none;
}
.search-header__nav a:visited {
  color: #33c9e2;
  text-decoration: none;
}
.search-header__nav a:hover {
  color: #33c9e2;
  text-decoration: underline;
}
.search-header__nav a:active {
  color: #33c9e2;
  text-decoration: underline;
}
.search-header__nav {
  box-sizing: border-box;
  height: 22px;
  left: 50%;
  padding: 0 53px 0 0;
  position: absolute;
  text-align: right;
  top: 28px;
  width: 600px;
}
.search-header__nav > a {
  background: url("/assets/img/lg/search/header/arrow-e52531daac164eed.svg") right center/20px 20px no-repeat;
  display: inline-block;
  font-size: 16px;
  height: 22px;
  line-height: 22px;
  padding: 0 24px 0 0;
  text-align: right;
}

/* search panel
----------------------------------------------- */
.search-panel {
  border: 5px solid #bab9b9;
  margin: 40px 0 0;
}
.search-panel__title img {
  height: 42px;
  width: 200px;
}
.search-panel__title {
  padding: 18px 0;
  text-align: center;
}
.search-panel__row-keyword {
  border-top: 5px solid #bab9b9;
  padding: 22px 20px;
}
.search-panel__row {
  border-top: 5px solid #bab9b9;
  padding: 10px 10px 20px;
}
.search-panel__index img {
  height: 32px;
  width: 150px;
}
.search-panel__index {
  background-color: #bab9b9;
  height: 32px;
}
.search-panel__condition {
  margin: 20px 0 0;
  padding: 0 10px;
}
.search-panel__toggle {
  align-content: flex-start;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.search-panel__toggle:nth-child(n+2) {
  margin-top: 14px;
}
.search-panel__toggle-unit {
  align-items: flex-start;
  display: flex;
  width: calc(50% - 10px);
}
.search-panel__toggle-unit:nth-child(n+3) {
  margin-top: 14px;
}
.search-panel__toggle-unit > input {
  flex-grow: 0;
  flex-shrink: 0;
}
.search-panel__toggle-unit > label {
  line-height: 1.2 !important;
  margin-left: 4px;
  margin-top: -1.3px;
}
.search-panel__keyword {
  align-items: center;
  border: 1px solid #7c7c7c;
  box-sizing: border-box;
  display: flex;
  height: 48px;
}
.search-panel__keyword > *:first-child {
  flex-grow: 1;
  flex-shrink: 1;
}
.search-panel__keyword > *:last-child {
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 4px;
  width: 62px;
}
.search-panel__input--keyword {
  width: 100%;
}
.search-panel input::placeholder {
  color: #afafaf;
  opacity: 1;
}
.safari input[placeholder] {
  line-height: 1.5 !important;
}

.search-panel__button--small {
  appearance: none !important;
  background-color: transparent;
  border: 0 solid;
  box-sizing: border-box;
  cursor: pointer;
  outline: none;
  padding: 0;
  vertical-align: middle;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  background: 0 0/62px 76px no-repeat;
  height: 38px;
  width: 62px;
}
.search-panel__button--small:hover {
  background-position: 0 -38px;
}
.search-panel__button--small {
  background-image: url("/assets/img/lg/search/panel/button/small-f356a29d9ccf2205.svg");
}
.search-panel__submit {
  border-top: 5px solid #bab9b9;
  padding: 24px 0;
  text-align: center;
}
.search-panel__button--large {
  appearance: none !important;
  background-color: transparent;
  border: 0 solid;
  box-sizing: border-box;
  cursor: pointer;
  outline: none;
  padding: 0;
  vertical-align: middle;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  background: 0 0/200px 120px no-repeat;
  height: 60px;
  width: 200px;
}
.search-panel__button--large:hover {
  background-position: 0 -60px;
}
.search-panel__button--large {
  background-image: url("/assets/img/lg/search/panel/button/large-d6ec8d7884d94387.svg");
}

/* search apply related
----------------------------------------------- */
.search-apply__button img {
  height: 116px;
  width: 260px;
}
.search-apply__button {
  display: inline-block;
  height: 58px;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  width: 260px;
}
.search-apply__button img {
  left: 0;
  position: absolute;
  top: 0;
}
.search-apply__button:hover img {
  top: -58px;
}

/* job spec sheet mixins
----------------------------------------------- */
/* -------------------------------------------------------------------
 * Job
------------------------------------------------------------------- */
.job__container {
  padding-bottom: 100px;
}
.job__sheet {
  background-color: #dddddd;
  border-radius: 8px;
  box-sizing: border-box;
  color: #000;
  margin: 34px auto 0;
  padding: 25px;
  width: 1000px;
}
.job__title {
  background: #606060 30px 50%/44px 44px no-repeat;
  color: #fff;
  font-weight: bold;
  line-height: 1.4;
  padding: 0 30px;
}
.is-new .job__title {
  background-image: url("/assets/img/global/search/marker/new-372a118a9c4fd71d.svg");
  padding-left: 94px;
}

.job__title {
  font-size: 21px;
  padding-bottom: 24px;
  padding-top: 24px;
}
.job__detail-part {
  background-color: #fff;
  padding: 30px 30px 60px;
}
.job__lead {
  align-items: flex-start;
  display: flex;
}
.job__image {
  flex-shrink: 0;
  height: 198px;
  margin: 0;
  text-align: center;
  width: 264px;
}
.job__image img {
  height: auto;
  max-height: 198px;
  max-width: 264px;
  vertical-align: top;
  width: auto;
}
.job__image.has-no-image {
  background: 50% 50%/264px 198px no-repeat;
  height: 198px;
  max-height: none;
  max-width: none;
  width: 264px;
}
.job__lead-right {
  flex-grow: 1;
  margin: 0 0 0 51px;
  display: flex;
  flex-direction: column;
}
.ie11 .job__lead-right {
  flex-direction: row;
}

.job__lead-right {
  justify-content: space-between;
  flex-wrap: wrap;
  min-height: 198px;
}
.job__lead-right > * {
  flex-shrink: 0;
  width: 100%;
}
.job__description {
  font-size: 16px;
  line-height: 1.8;
  margin-top: -5px;
}
.job__apply-in-lead {
  margin: 50px 0 0;
}
.job__detail-data {
  margin: 50px 0 0;
  width: 100%;
}
.job__data-row {
  border-bottom: 1px solid #9e9e9e;
}
.job__data-row:first-child {
  border-top: 1px solid #9e9e9e;
}
.is-striped .job__data-row:nth-child(odd) {
  background-color: #efefef;
}

.job__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;
}
.job__data-content {
  font-size: 16px;
  line-height: 1.8;
  vertical-align: middle;
  width: calc(100% - 100px);
  padding: 20px 30px;
}
.job__category {
  font-size: 18px;
  font-weight: bold;
}
.job__category-description-toggle {
  background: url("/assets/img/lg/search/job/toggle-1be9bc65eebcc64f.svg") 0 0/730px 144px no-repeat #fff;
  border-bottom: 4px solid #95e4ee;
  border-radius: 4px 4px 0 0;
  cursor: pointer;
  height: 36px;
  margin: 7px 0 0;
  overflow: hidden;
  width: 730px;
}
.job__category-description-toggle:hover {
  background-position: 0 -36px;
  border-bottom-color: #b6eef2;
}
.job__category-description-toggle.is-closer {
  background-position: 0 -72px;
}
.job__category-description-toggle.is-closer:hover {
  background-position: 0 -108px;
}
.job__category-description-cover {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease-out;
}
.job__category-description-cover.is-opened {
  height: auto;
}
.job__category-description {
  background-color: #95e4ee;
  border-radius: 0 0 4px 4px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.8;
  padding: 30px 53px;
  width: 730px;
}
.job__point > * {
  border-radius: 3px;
  background-color: #efab48;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  margin: 9px 9px 0 0;
  padding: 0 15px;
}
.job__point {
  margin-top: -9px;
}
.safari .job__point > *, .ie11 .job__point > *, .win.gecko .job__point > * {
  height: 29px;
  line-height: 29px;
  padding-top: 1px;
}

.win.chrome .job__point > * {
  height: 29px;
  padding-top: 1px;
}

.mac.gecko .job__point > * {
  height: 29px;
  line-height: 29px;
  padding-bottom: 1px;
}

.job__apply-under-data {
  margin: 52px 0 0;
  text-align: center;
}
.job__employer-part {
  margin: 50px 0 0;
  padding: 0 30px 30px;
}
.job__employer-data {
  width: 100%;
}