@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: 18px;
}
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: 4px;
  background-color: #fff;
  border: 1px solid #9e9e9e;
  color: #000;
  padding: 0 20px;
  -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: 2.8em;
}
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: #9e9e9e !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: #fff !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: 12.6px 20px;
  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: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid #000;
  bottom: 0;
  content: "";
  height: 0;
  margin: auto;
  position: absolute;
  right: 12px;
  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: 0;
  padding-bottom: 3px;
}

.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: 0;
  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: 3px;
  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: 0;
  padding-bottom: 0;
}

.win.win10.edge form.sf__conjured input[type=checkbox] ~ label {
  padding-top: 0;
  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: 6px;
  padding-bottom: 0;
}

.win.chrome form.sf__conjured input[type=checkbox] ~ label {
  padding-top: 2px;
  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: 0;
  padding-bottom: 0;
}

.mac.safari form.sf__conjured input[type=radio] ~ label {
  padding-top: 0;
  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: 5px;
  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: 2px;
  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
  ------------------------------------------------------------------- */
}

/* lead space in form related
----------------------------------------------- */
/* commons
----------------------------------------------- */
.form__pp-frame, .form__sheet, .form__lead-message {
  margin: 0 auto;
  width: 745px;
}

.form-entry .form__container, .form-confirm .form__container {
  padding-bottom: 100px;
}

.form-complete .form__container {
  padding-bottom: 137px;
}

.form__breadcrumb {
  height: 105px;
}
.form {
  /* title
  ----------------------------------------------- */
}
.form__title {
  color: #000;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.form__title > * {
  border-bottom: 3px solid #000;
  display: inline-block;
  letter-spacing: 0.2em;
  padding: 0 7px 12px;
  text-indent: 0.2em;
}
.form {
  /* step indicator
  ----------------------------------------------- */
}
.form__step img {
  height: 42px;
  width: 472px;
}
.form__step {
  margin: 50px 0 0;
  text-align: center;
}
.form {
  /* sheet
  ----------------------------------------------- */
}
.form__lead-message {
  color: #000;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
}
.form-entry .form__lead-message {
  margin-top: 50px;
}

.form-confirm .form__lead-message {
  margin-top: 60px;
}

.form__sheet-cover {
  background-color: #efefef;
  margin: 0;
  padding: 50px 0 0;
}
.form-entry .form__row:nth-child(n+2) {
  border-top: 28px solid #fff;
}

.form-confirm .form__row:nth-child(n+2) {
  border-top: 28px solid #efefef;
}

.form-confirm .form__subject, .form-entry .form__subject {
  box-sizing: border-box;
  font-size: 16px;
  font-weight: bold;
  padding: 14px 0 14px 15px;
  text-align: left;
  width: 220px;
}

.form-entry .form__subject {
  background: right 15px center/36px 20px no-repeat #dddddd;
  color: #606060;
}
.form-entry .form__subject.is-required {
  background-image: url("/assets/img/global/form/required-5e05915ce9c6ff90.svg");
}

.form-confirm .form__subject {
  color: #9e9e9e;
}

.form__side-note {
  color: #606060;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  margin: 5px 0 0;
}
.form-confirm .form__data, .form-entry .form__data {
  box-sizing: border-box;
  font-size: 18px;
  padding: 0 0 0 25px;
  width: calc(100% - 220px);
}

.form-confirm .form__data {
  color: #000;
  line-height: 1.6;
  padding-left: 45px;
}

.form__data-inset--select, .form__data-inset {
  background-color: #fff;
  border: 1px solid #9e9e9e;
  border-radius: 4px;
  display: flex;
  height: 2.8em;
  line-height: 2.8em;
  overflow: hidden;
}
.has-error .form__data-inset--select, .has-error .form__data-inset {
  background-color: #f9dede !important;
  border-color: #ef5959 !important;
}

.form__data-inset {
  padding: 0 20px;
}
.form__data-inset > * {
  align-items: center;
  display: flex;
}
.form__data-inset > *:nth-last-child(n+2) {
  margin-right: 2em;
}
.form__data-inset--select > * {
  background-color: transparent !important;
}
.form {
  /* error
  ----------------------------------------------- */
}
.form__error-notice {
  background-color: #f9dede;
  color: #ef5959;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.6;
  margin: 40px 0 0;
  padding: 23px 0;
  text-align: center;
}
.form__error-cell {
  padding: 11px 0 5px 245px;
}
.form__error-detail {
  color: #ef5959;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
}
.form__error-detail::before {
  content: "※";
}
.form__error-detail:nth-child(n+2) {
  margin-top: 6px;
}
.form {
  /* form element
  ----------------------------------------------- */
}
.form__input--fit {
  width: 100%;
}
.has-error .form__input--fit {
  background-color: #f9dede !important;
  border-color: #ef5959 !important;
}

.form__textarea--fit {
  height: 6.2em;
  line-height: 1.5 !important;
  width: 100%;
}
.has-error .form__textarea--fit {
  background-color: #f9dede !important;
  border-color: #ef5959 !important;
}

.form textarea::placeholder {
  color: #afafaf;
  opacity: 1;
}
.form__select--birth {
  border: none !important;
  width: 7.5em;
}
.form__select--birth > select {
  width: 120% !important;
}
.form__label {
  margin: 0 0 0 0.3em;
}
.form__label-agreement {
  margin: 0 0 0 6px;
}
.form {
  /* pp
  ----------------------------------------------- */
}
.form__pp-lead {
  color: #000;
  font-size: 16px;
  line-height: 1;
  margin: 40px 0 0;
  text-align: center;
}
.form__pp-frame {
  background-color: #fff;
  border: 20px solid #fff;
  border-right-width: 8px;
  box-sizing: border-box;
  color: #000;
  font-size: 13px;
  height: 162px;
  line-height: 1.4;
  overflow: hidden;
}
.form__pp-inset > *:first-child, .form__pp-section > *:first-child {
  font-weight: bold;
}
.form__pp-inset > *:first-child + *, .form__pp-section > *:first-child + * {
  margin-top: 6px;
}
.form__pp-inset {
  box-sizing: border-box;
  height: 122px;
  overflow: auto;
  padding: 0 20px 0 0;
  padding-top: 2px;
}
.form__pp-section {
  margin: 20px 0 0 0;
}
.form__pp-section > *:nth-child(n+3) {
  margin-top: 2px;
}
.form__pp-contact {
  padding: 5px 0 5px 10px;
}
.form__pp-agreement {
  margin: 40px 0 0;
  text-align: center;
}
.form {
  /* submit
  ----------------------------------------------- */
}
.form__submission--confirm, .form__submission--entry {
  background-color: #efefef;
  padding: 0 0 70px;
}

.form__submission--entry {
  margin: 40px 0 0;
  padding-top: 40px;
}
.form__submission--confirm {
  padding-top: 92px;
  text-align: center;
}
.form__submission--confirm > *:nth-child(n+2) {
  margin-left: 40px;
}
.form__button-unable-confirm {
  background: url("/assets/img/lg/form/button/disabled-dfb2a70ba207b077.svg") 0 0/260px 58px no-repeat;
  cursor: not-allowed;
  margin: 40px auto 0;
  height: 58px;
  width: 260px;
}
.form__button--confirm {
  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/260px 116px no-repeat;
  height: 58px;
  width: 260px;
}
.form__button--confirm:hover {
  background-position: 0 -58px;
}
.form__button--confirm {
  background-image: url("/assets/img/lg/form/button/confirm-f2fedbb571b0f823.svg");
}
.form__button--confirm:disabled {
  visibility: hidden;
}
.form__button--edit {
  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/260px 116px no-repeat;
  height: 58px;
  width: 260px;
}
.form__button--edit:hover {
  background-position: 0 -58px;
}
.form__button--edit {
  background-image: url("/assets/img/lg/form/button/edit-ef0f62614ec5a670.svg");
}
.form__button--send {
  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/260px 116px no-repeat;
  height: 58px;
  width: 260px;
}
.form__button--send:hover {
  background-position: 0 -58px;
}
.form__button--send {
  background-image: url("/assets/img/lg/form/button/send-3777b6cb3947e7b6.svg");
}
.form {
  /* completion messages
  ----------------------------------------------- */
}
.form__completion-banner {
  color: #000;
  font-size: 26px;
  line-height: 1;
  margin: 100px 0 0;
  text-align: center;
}
.form__completion-message {
  color: #000;
  font-size: 18px;
  line-height: 2.1;
  margin: 42px 0 0;
  text-align: center;
}

/* -------------------------------------------------------------------
 * Contact
------------------------------------------------------------------- */
.form-entry .header__nav {
  border-bottom-color: #fff;
}
.form-entry .header__nav-unit--contact {
  border-bottom: 1px solid #efefef;
}
.form-entry .form__content {
  padding-top: 100px;
}
.form-confirm .form__container, .form-complete .form__container {
  padding-top: 105px;
}
.form__lead img {
  height: 340px;
  width: 1024px;
}
.form__lead {
  background: 50% 0/1024px 340px no-repeat;
  height: 340px;
  margin: 0;
  text-align: center;
  background-color: #e7e6dd;
}
.form__alternative {
  background-color: #33c9e2;
  padding: 30px 0;
}
.form__freecall {
  text-align: center;
}
.form__freecall > * {
  height: 90px;
  width: 340px;
}
.form__freecall > * img {
  height: 100%;
  width: 100%;
}
.form__freecall > * {
  display: inline-block;
}
.form__freecall > *:nth-child(n+2) {
  margin-left: 50px;
}
.form-entry .form__sheet, .form__sheet-cover {
  margin-top: 60px;
}