@charset "UTF-8";
.l-sec-3, .footer-inner {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .l-sec-3, .footer-inner {
    width: auto;
    max-width: 1200px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .l-sec-3, .footer-inner {
    width: 100%;
  }
}

.l-sec-2, .l-box_btn, .works {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .l-sec-2, .l-box_btn, .works {
    width: auto;
    max-width: 1200px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .l-sec-2, .l-box_btn, .works {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }
}

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*----------------------
        reset
----------------------*/
ul, ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

img {
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
}

/*----------------------
        base
----------------------*/
html {
  font-size: 62.5%;
}

body {
  font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
  color: #333333;
  height: auto;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

p {
  font-size: 16px;
  color: #333333;
  line-height: 1.8;
}
@media screen and (max-width: 480px) {
  p {
    font-size: 14px;
  }
}

li {
  font-size: 16px;
  color: #333333;
}
@media screen and (max-width: 480px) {
  li {
    font-size: 14px;
  }
}

a {
  text-decoration: none;
  color: #333333;
  -webkit-tap-highlight-color: transparent;
}
a:hover {
  color: #1e76d0;
}

a:link,
a:visited,
a:active,
a:hover {
  overflow: hidden;
  outline: none;
}

label, select {
  cursor: pointer;
}

.maT30 {
  margin-top: 30px;
}

/*----------------------
        layout
----------------------*/
body, html {
  overflow-x: hidden;
  position: relative;
}

@media screen and (max-width: 768px) {
  .drawer {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
}

@media screen and (max-width: 768px) {
  .open {
    overflow: auto;
  }
}

.l-header {
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  clear: both;
  border-bottom: 1px solid #dddddd;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .l-header {
    height: auto;
  }
}

.absolute .l-header {
  position: absolute;
  top: 500px;
  left: 0;
  z-index: 999;
}
@media screen and (max-width: 768px) {
  .absolute .l-header {
    position: fixed;
    top: 0;
  }
}

@keyframes headerAnimation {
  0% {
    margin-top: -70px;
  }
  100% {
    margin-top: 0;
  }
}
.fixed .l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

.l-conversion {
  overflow: hidden;
}

.l-footer {
  background: #ffffff;
  margin: 0;
  padding: 30px 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding: 0;
  }
}

.l-contents {
  background: #ffffff;
  padding: 120px 0 0 0;
  overflow: hidden;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .l-contents {
    padding: 90px 0;
  }
}
@media screen and (max-width: 480px) {
  .l-contents {
    padding: 60px 0 0 0;
  }
}

.l-sec {
  margin-bottom: 120px;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .l-sec {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 480px) {
  .l-sec {
    margin-bottom: 60px;
  }
}

.l-sec-2 {
  margin-bottom: 120px;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .l-sec-2 {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 480px) {
  .l-sec-2 {
    margin-bottom: 60px;
  }
}

.l-sec-3 {
  margin-bottom: 120px;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .l-sec-3 {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 480px) {
  .l-sec-3 {
    margin-bottom: 60px;
  }
}

.l-sec-4 {
  background-color: #f6f6f6;
  padding: 90px 0;
  overflow: hidden;
  margin-bottom: 120px;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .l-sec-4 {
    padding: 60px 0;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 480px) {
  .l-sec-4 {
    padding: 30px 0;
    margin-bottom: 60px;
  }
}

.l-sec-5 {
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .l-sec-5 {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 480px) {
  .l-sec-5 {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.l-sec-6 {
  background-color: #1e76d0;
  padding: 60px 0;
  overflow: hidden;
  margin-bottom: 120px;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .l-sec-6 {
    padding: 60px 0;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 480px) {
  .l-sec-6 {
    padding: 30px 0;
    margin-bottom: 60px;
  }
}

.l-col-1 {
  padding: 60px 0;
  border-top: 1px solid #dddddd;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .l-col-1 {
    padding: 30px 0;
  }
}
.l-col-1_bg {
  background-color: #ffffff;
  padding: 60px 0;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .l-col-1_bg {
    padding: 30px 0;
  }
}
.l-col-1_bg2 {
  background-color: #f6f6f6;
  padding: 60px 0;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .l-col-1_bg2 {
    padding: 30px 0;
  }
}

.l-col-1_last {
  padding: 60px 0 0 0;
  border-top: 1px solid #dddddd;
}

.l-col-3 {
  width: 33.33%;
  float: left;
}
@media screen and (max-width: 768px) {
  .l-col-3 {
    width: 100%;
    float: none;
  }
}

.l-col-4 {
  float: left;
  width: 25%;
  height: 100%;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .l-col-4 {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .l-col-4 {
    width: 100%;
    float: none;
  }
}

.l-colset {
  clear: both;
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 60px;
}
.l-colset:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .l-colset {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .l-colset {
    margin: 0;
    width: auto;
    height: auto;
    overflow: hidden;
  }
}

.l-colset-2, .l-colset-2_last {
  clear: both;
  width: 1000px;
  margin: 0 auto;
  border-top: 1px solid #dddddd;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .l-colset-2, .l-colset-2_last {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .l-colset-2, .l-colset-2_last {
    padding: 30px 20px;
    width: auto;
    height: auto;
    overflow: hidden;
  }
}

.l-colset-2_last {
  border-bottom: 1px solid #dddddd;
}

.l-col-2_left {
  width: 500px;
  float: left;
}
@media screen and (min-width: 769px) {
  .l-col-2_left {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .l-col-2_left {
    width: auto;
    float: none;
  }
}

.l-col-2_right {
  width: 500px;
  float: right;
}
@media screen and (min-width: 769px) {
  .l-col-2_right {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .l-col-2_right {
    width: auto;
    float: none;
  }
}

.l-box_btn {
  margin-bottom: 120px;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .l-box_btn {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 480px) {
  .l-box_btn {
    margin-bottom: 60px;
  }
}

/*----------------------
        layout
----------------------*/
@media screen and (max-width: 768px) {
  body, html {
    overflow-x: hidden;
    position: relative;
  }
}
.logo {
  border-right: 1px solid #dddddd;
  height: 70px;
  margin: 0;
  float: left;
}
@media screen and (max-width: 768px) {
  .logo {
    height: 60px;
    box-sizing: content-box;
    display: table;
    border-right: none;
  }
}
.logo-item {
  line-height: 1;
  margin: 0;
  height: 100%;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.logo-item a {
  height: 100%;
  display: block;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.logo-item img {
  padding: 20px 30px 0 10px;
  width: 172px;
  height: auto;
}
@media screen and (max-width: 1050px) {
  .logo-item img {
    width: 120px;
    padding: 24px 15px 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .logo-item {
    display: table-cell;
    vertical-align: middle;
    width: 140px;
    height: auto;
    padding: 0 0 0 10px;
    float: none;
  }
  .logo-item img {
    padding: 0;
    width: 100%;
  }
  .logo-item a {
    padding: 0;
    height: auto;
  }
}

.nav {
  overflow: hidden;
  float: left;
}
@media screen and (max-width: 768px) {
  .nav {
    display: none;
    clear: both;
    float: none;
  }
}

@media screen and (max-width: 768px) {
  .gNav {
    float: none;
  }
}
.gNav-item {
  text-align: center;
  float: left;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  margin: 22px 30px 0 30px;
}
.gNav-item a {
  height: 100%;
  color: #333333;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 769px) {
  .gNav-item a:hover {
    color: #1e76d0;
  }
}
@media screen and (max-width: 1050px) {
  .gNav-item {
    font-size: 14px;
    margin: 23px 15px 0 15px;
  }
}
@media screen and (max-width: 768px) {
  .gNav-item {
    float: none;
    margin: 0;
    border-top: 1px solid #dddddd;
  }
  .gNav-item a {
    display: block;
    padding: 15px 0;
    position: relative;
  }
  .gNav-item a:before {
    display: block;
    font-family: FontAwesome;
    content: "\f105";
    font-weight: normal;
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -10px;
    font-size: 20px;
    line-height: 20px;
    color: #333333;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
.gNav-kanji {
  letter-spacing: 0.2rem;
}
.gNav-eng {
  margin-top: 3px;
  display: block;
  font-family: "HelveticaNeue-CondensedMedium", "Helvetica Neue Condensed Medium", "Helvetica-CondensedMedium", "Helvetica Condensed Medium", "Roboto Condensed", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2rem;
  font-size: 11px;
}

.sns {
  float: right;
  margin: 0;
  border-left: 1px solid #dddddd;
}
.sns a {
  color: #3a5795;
  display: block;
  height: 70px;
  width: 70px;
  position: relative;
}
.sns a:before {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  width: 100%;
  text-align: center;
  line-height: 24px;
  font-family: FontAwesome;
  content: "\f09a";
  font-weight: normal;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 24px;
}
@media screen and (min-width: 769px) {
  .sns a:hover:before {
    opacity: 0.6;
  }
}
.sns span {
  display: none;
}
@media screen and (max-width: 768px) {
  .sns {
    border-right: 1px solid #dddddd;
    position: absolute;
    float: none;
    right: 61px;
    top: 0;
  }
  .sns a {
    height: 60px;
    width: 60px;
  }
}

.spNavBtn {
  display: none;
}
@media screen and (max-width: 768px) {
  .spNavBtn {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    cursor: pointer;
  }
}
@media screen and (max-width: 768px) {
  .spNavBtn-item {
    width: 24px;
    height: 17px;
    position: relative;
    margin: 22px 18px 22px 18px;
  }
}
.spNavBtn-bar_01 {
  width: 24px;
  height: 3px;
  background-color: #333333;
  position: absolute;
  top: 0;
  left: 0;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.spNavBtn-bar_02 {
  width: 24px;
  height: 3px;
  background-color: #333333;
  position: absolute;
  top: 7px;
  left: 0;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.spNavBtn-bar_03 {
  width: 24px;
  height: 3px;
  left: 0;
  background-color: #333333;
  position: absolute;
  top: 14px;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.open .spNavBtn-bar_01 {
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  top: 6px;
}
.open .spNavBtn-bar_02 {
  opacity: 0;
}
.open .spNavBtn-bar_03 {
  -moz-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
  top: 6px;
}

.pageTop {
  display: none;
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 9999;
}
.pageTop a {
  display: block;
  position: relative;
  background: #ffffff;
  color: #333333;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.pageTop a:after {
  display: block;
  font-family: FontAwesome;
  content: "\f106";
  font-weight: normal;
  font-size: 26px;
  line-height: 26px;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  margin-top: -14px;
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .pageTop a:hover {
    color: #1e76d0;
  }
}

@media screen and (max-width: 768px) {
  .pageTop {
    display: block;
    position: static;
    width: 100%;
    background: #ffffff;
    padding: 20px 0 10px 0;
  }
  .pageTop a {
    float: right;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    background: #333333;
    color: #ffffff;
  }
}

.conversion-inner {
  padding: 90px 30px 160px 30px;
  background: rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 768px) {
  .conversion-inner {
    padding: 30px 10px;
  }
}
.conversion-title {
  font-weight: normal;
  text-align: center;
  font-style: normal;
  color: #ffffff;
  margin: 0 0 10px 0;
  font-size: 24px;
}
@media screen and (max-width: 480px) {
  .conversion-title {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.conversion-tel {
  text-align: center;
  font-style: normal;
  color: #ffffff;
  margin: 0 0 30px 0;
  font-size: 20px;
  letter-spacing: 0.4rem;
  font-family: "HelveticaNeue-CondensedLight", "Helvetica Neue Condensed Light", "Helvetica-CondensedLight", "Helvetica Condensed Light", "Roboto Condensed", sans-serif;
  font-weight: 300;
}
@media screen and (max-width: 480px) {
  .conversion-tel {
    display: none;
  }
}
.conversion-tel_sp {
  display: none;
  margin: 0 0 10px 0;
  text-align: center;
  font-style: normal;
  font-size: 18px;
}
.conversion-tel_sp a {
  color: #ffffff;
  padding: 10px 100px;
  border: 2px solid #ffffff;
  display: inline-block;
  position: relative;
}
.conversion-tel_sp a:before {
  display: block;
  font-family: FontAwesome;
  content: "\f095";
  font-weight: normal;
  position: absolute;
  left: 32px;
  top: 50%;
  margin-top: -10px;
  font-size: 20px;
  line-height: 20px;
  color: #ffffff;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 480px) {
  .conversion-tel_sp {
    display: block;
  }
  .conversion-tel_sp a {
    display: block;
    padding: 10px 0;
  }
}
.conversion-btn {
  margin: 0;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  letter-spacing: 0.2rem;
}
.conversion-btn a {
  color: #ffffff;
  padding: 10px 100px;
  border: 2px solid #ffffff;
  position: relative;
  display: inline-block;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.conversion-btn a:before {
  display: block;
  font-family: FontAwesome;
  content: "\f003";
  font-weight: normal;
  position: absolute;
  left: 30px;
  top: 50%;
  margin-top: -10px;
  font-size: 20px;
  line-height: 20px;
  color: #ffffff;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 769px) {
  .conversion-btn a:hover {
    background-color: #1e76d0;
    background-color: rgba(40, 120, 201, 0.7);
  }
}
@media screen and (max-width: 480px) {
  .conversion-btn {
    display: block;
  }
  .conversion-btn a {
    font-size: 18px;
    display: block;
    padding: 10px 0;
  }
}

.footer-inner {
  position: relative;
}
.footer-company {
  font-style: normal;
  font-size: 14px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .footer-company {
    margin: 0 10px;
  }
}
.footer-address {
  font-style: normal;
  font-size: 14px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .footer-address {
    margin: 0 10px 10px 10px;
  }
}
.footer-copy {
  position: absolute;
  margin: 0;
  bottom: 0;
  right: 30px;
}
@media screen and (max-width: 768px) {
  .footer-copy {
    position: static;
    text-align: center;
    margin: 0 0 10px 0;
  }
}

.footerNav-item {
  margin: 0 0 90px 0;
  font-size: 14px;
}
.footerNav-item a {
  color: #333333;
  padding-left: 15px;
  position: relative;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footerNav-item a:before {
  display: block;
  font-family: FontAwesome;
  content: "\f105";
  font-weight: normal;
  position: absolute;
  left: 1px;
  top: 50%;
  margin-top: -10px;
  font-size: 20px;
  line-height: 20px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 769px) {
  .footerNav-item a:hover {
    color: #1e76d0;
  }
  .footerNav-item a:hover:before {
    left: 5px;
  }
}
@media screen and (max-width: 768px) {
  .footerNav-item {
    margin: 0 0 60px 0;
  }
  .footerNav-item a {
    color: #333333;
    font-size: 16px;
    padding: 10px 0;
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    text-align: center;
    background: #fff;
    display: block;
    position: relative;
  }
  .footerNav-item a:before {
    left: 15px;
  }
}

.title, .title_2 {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .title, .title_2 {
    font-size: 12px;
    margin-bottom: 15px;
  }
}
.title-eng {
  margin-bottom: 10px;
  font-size: 48px;
  font-weight: 300;
  font-family: "HelveticaNeue-CondensedLight", "Helvetica Neue Condensed Light", "Helvetica-CondensedLight", "Helvetica Condensed Light", "Roboto Condensed", sans-serif;
  display: block;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .title-eng {
    font-size: 36px;
  }
}
@media screen and (max-width: 480px) {
  .title-eng {
    font-size: 28px;
    margin-bottom: 5px;
  }
}
.title_2 {
  color: #ffffff;
}

.subTitle, .subTitle_2 {
  letter-spacing: 0.2rem;
  font-size: 20px;
  margin: 0 0 30px 0;
  color: #333333;
}
@media screen and (max-width: 480px) {
  .subTitle, .subTitle_2 {
    font-size: 16px;
    margin: 0 0 10px 0;
  }
}
.subTitle_2 {
  text-align: center;
}
.subTitle_3 {
  color: #1e76d0;
  font-size: 16px;
  margin: 0;
}
@media screen and (max-width: 480px) {
  .subTitle_3 {
    font-size: 16px;
    margin: 0;
  }
}
.subTitle_4 {
  letter-spacing: 0.2rem;
  font-size: 20px;
  margin: 0;
  color: #1e76d0;
}
@media screen and (max-width: 480px) {
  .subTitle_4 {
    font-size: 16px;
  }
}
.subTitle_5 {
  letter-spacing: 0.2rem;
  font-size: 20px;
  text-align: center;
  margin: 0 0 10px 0;
  color: #333333;
}
@media screen and (max-width: 480px) {
  .subTitle_5 {
    font-size: 16px;
    margin: 0 0 5px 0;
  }
}
.subTitle-eng {
  font-size: 28px;
  font-weight: 700;
  font-family: "HelveticaNeue-CondensedMedium", "Helvetica Neue Condensed Medium", "Helvetica-CondensedMedium", "Helvetica Condensed Medium", "Roboto Condensed", sans-serif;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .subTitle-eng {
    font-size: 36px;
  }
}
@media screen and (max-width: 480px) {
  .subTitle-eng {
    font-size: 24px;
  }
}

.pageTitle {
  margin-top: 71px;
  padding: 120px 0;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .pageTitle {
    margin-top: 61px;
    padding: 90px 0;
  }
}
@media screen and (max-width: 480px) {
  .pageTitle {
    margin-top: 61px;
    padding: 30px 0;
  }
}
.pageTitle-item {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  color: #ffffff;
  text-align: center;
  font-size: 22px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 480px) {
  .pageTitle-item {
    font-size: 14px;
    font-weight: bold;
  }
}
.pageTitle-eng {
  color: #ffffff;
  margin-bottom: 10px;
  font-size: 60px;
  font-weight: 300;
  font-family: "HelveticaNeue-CondensedLight", "Helvetica Neue Condensed Light", "Helvetica-CondensedLight", "Helvetica Condensed Light", "Roboto Condensed", sans-serif;
  display: block;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .pageTitle-eng {
    font-size: 46px;
  }
}
@media screen and (max-width: 480px) {
  .pageTitle-eng {
    font-size: 36px;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 768px) {
  .btn, .btn_center, .btn_center2 {
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .btn, .btn_center, .btn_center2 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.btn_center {
  text-align: center;
}
.btn_center2 {
  background-color: #f6f6f6;
  background-color: rgba(0, 0, 0, 0.03);
  text-align: center;
}
.btn-item, .btn-item_2 {
  margin: 0;
  padding: 20px 0;
  letter-spacing: 0.2rem;
}
.btn-item a, .btn-item_2 a {
  color: #1e76d0;
  font-size: 16px;
  padding: 10px 100px;
  font-weight: bold;
  border: 2px solid #1e76d0;
  text-align: center;
  background: #fff;
  position: relative;
  display: inline-block;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-item a:before, .btn-item_2 a:before {
  display: block;
  font-family: FontAwesome;
  content: "\f105";
  font-weight: normal;
  position: absolute;
  left: 30px;
  top: 50%;
  margin-top: -10px;
  font-size: 20px;
  line-height: 20px;
  color: #1e76d0;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 769px) {
  .btn-item a:hover, .btn-item_2 a:hover {
    background-color: #1e76d0;
    color: #ffffff;
  }
  .btn-item a:hover:before, .btn-item_2 a:hover:before {
    color: #ffffff;
    left: 40px;
  }
}
@media screen and (max-width: 480px) {
  .btn-item, .btn-item_2 {
    width: 100%;
  }
  .btn-item a, .btn-item_2 a {
    display: block;
    padding: 7px 0;
  }
}
.btn-item_2 {
  padding: 30px 0;
}
.btn-item_col2 {
  margin: 0 30px;
  letter-spacing: 0.2rem;
  display: inline-block;
  text-align: center;
  width: 300px;
  border: 2px solid #ffffff;
  box-sizing: border-box;
}
.btn-item_col2 a {
  margin: 2px;
  color: #1e76d0;
  background-color: #ffffff;
  font-size: 16px;
  padding: 20px 0;
  font-weight: bold;
  text-align: center;
  position: relative;
  display: block;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-item_col2 a:before {
  display: block;
  font-family: FontAwesome;
  content: "\f105";
  font-weight: normal;
  position: absolute;
  left: 30px;
  top: 50%;
  margin-top: -10px;
  font-size: 20px;
  line-height: 20px;
  color: #1e76d0;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 769px) {
  .btn-item_col2 a:hover {
    background-color: #1e76d0;
    color: #ffffff;
  }
  .btn-item_col2 a:hover:before {
    color: #ffffff;
    left: 40px;
  }
}
@media screen and (max-width: 480px) {
  .btn-item_col2 {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .btn-item_col2 a {
    width: auto;
    padding: 10px 0;
    display: block;
  }
}
.btn-item_blank {
  margin: 0 30px;
  letter-spacing: 0.2rem;
  display: inline-block;
  text-align: center;
  width: 300px;
  border: 2px solid #ffffff;
  box-sizing: border-box;
}
.btn-item_blank a {
  margin: 2px;
  color: #1e76d0;
  background-color: #ffffff;
  font-size: 16px;
  padding: 20px 0;
  font-weight: bold;
  text-align: center;
  position: relative;
  display: block;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-item_blank a:before {
  display: block;
  font-family: FontAwesome;
  content: "\f08e";
  font-weight: normal;
  position: absolute;
  left: 30px;
  top: 50%;
  margin-top: -6px;
  font-size: 16px;
  line-height: 16px;
  color: #1e76d0;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 769px) {
  .btn-item_blank a:hover {
    background-color: #1e76d0;
    color: #ffffff;
  }
  .btn-item_blank a:hover:before {
    color: #ffffff;
  }
}
@media screen and (max-width: 480px) {
  .btn-item_blank {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .btn-item_blank a {
    width: auto;
    padding: 10px 0;
    display: block;
  }
}

/*----------------------
        module
----------------------*/
.mainV {
  margin: 0;
  padding: 0;
  height: 500px;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.mainV img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .mainV {
    height: 340px;
    margin-top: 61px;
  }
}
@media screen and (max-width: 480px) {
  .mainV {
    height: 240px;
    margin-top: 61px;
  }
}
.mainV-catch {
  position: absolute;
  bottom: 30px;
  left: 30px;
  margin: 0;
  height: auto;
  width: 450px;
  text-align: center;
}
.mainV-catch img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .mainV-catch {
    bottom: 20px;
    left: 20px;
    width: 320px;
  }
}
@media screen and (max-width: 480px) {
  .mainV-catch {
    bottom: 10px;
    left: 10px;
    width: 220px;
  }
}
.mainV-subCatch {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: normal;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .mainV-subCatch {
    margin: 0 10px;
    font-size: 18px;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
  }
}
@media screen and (max-width: 480px) {
  .mainV-subCatch {
    margin: 0 10px;
    font-size: 14px;
    text-shadow: 0 0 4px black;
  }
}
.mainV-btn {
  bottom: 20px;
  text-align: center;
  position: absolute;
  display: inline-block;
}
.mainV-btn a {
  color: #ffffff;
}
.mainV-btn a:after {
  text-shadow: 0 0 5px #333;
  font-family: FontAwesome;
  content: "\f107";
  font-weight: normal;
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  .mainV-btn {
    display: none;
  }
}

.info {
  margin: 0;
  padding: 40px 30px 90px 30px;
}
@media screen and (max-width: 768px) {
  .info {
    margin: 0;
    padding: 0 10px 30px 10px;
  }
}
.info-title {
  color: #1e76d0;
  text-align: center;
  margin-bottom: 30px;
  font-size: 24px;
  font-style: italic;
}
@media screen and (max-width: 480px) {
  .info-title {
    font-size: 16px;
  }
}
.info-txt {
  text-align: center;
  line-height: 2.4;
}
@media screen and (max-width: 768px) {
  .info-txt {
    line-height: 1.6;
  }
}
@media screen and (max-width: 480px) {
  .info-txt {
    text-align: left;
  }
}
.info-gra {
  text-align: center;
  margin: 60px 0 0 0;
}
.info-gra img {
  width: 600px;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .info-gra {
    margin-top: 30px;
  }
}

.busiinessField-bg, .busiinessField-bg_1, .busiinessField-bg_2, .busiinessField-bg_3, .busiinessField-bg_4 {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.busiinessField-bg_1 {
  background-image: url(../images/top/pic-01.jpg);
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .busiinessField-bg_1 .busiinessField-link {
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
  }
}
.busiinessField-bg_2 {
  background-image: url(../images/top/pic-02.jpg);
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .busiinessField-bg_2 .busiinessField-link {
    border-bottom: 1px solid #ffffff;
  }
}
.busiinessField-bg_3 {
  background-image: url(../images/top/pic-03.jpg);
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .busiinessField-bg_3 .busiinessField-link {
    border-right: 1px solid #ffffff;
  }
}
.busiinessField-bg_4 {
  background-image: url(../images/top/pic-04.jpg);
}
.busiinessField-bg_4 .busiinessField-link {
  border: none;
}
.busiinessField-link {
  cursor: pointer;
  height: 340px;
  display: block;
  border-right: 1px solid #fff;
  background: rgba(0, 0, 0, 0.3);
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .busiinessField-link:hover {
    background: transparent;
  }
  .busiinessField-link:hover .busiinessField-ico {
    bottom: -50px;
  }
  .busiinessField-link:hover .busiinessField-btn {
    margin-top: 120px;
    background: rgba(255, 255, 255, 0.8);
    padding: 40px 0 25px 0;
  }
  .busiinessField-link:hover .busiinessField-title {
    border: none;
    width: 100%;
    max-width: 100%;
    font-size: 18px;
    color: #1e76d0;
    text-shadow: 0 0 3px #fff;
    background: none;
    padding: 0;
    margin-bottom: 15px;
  }
  .busiinessField-link:hover .busiinessField-more {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .busiinessField-link:after {
    display: block;
    font-family: FontAwesome;
    content: "\f105";
    font-weight: normal;
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -16px;
    font-size: 32px;
    line-height: 32px;
    color: #dddddd;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .busiinessField-link {
    height: 240px;
    border-right: none;
  }
}
@media screen and (max-width: 480px) {
  .busiinessField-link {
    height: 140px;
    border-right: none;
    border-bottom: 1px solid #fff;
  }
}
.busiinessField-btn {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  margin-top: 240px;
  text-align: center;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .busiinessField-btn {
    margin-top: 160px;
  }
}
@media screen and (max-width: 480px) {
  .busiinessField-btn {
    margin-top: 90px;
  }
}
.busiinessField-title {
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-align: center;
  margin: 0 auto;
  padding: 10px 0;
  background: rgba(0, 0, 0, 0.05);
  letter-spacing: 0.2rem;
  text-shadow: 0 0 6px #333;
  width: 90%;
  max-width: 260px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border: 2px solid #fff;
}
@media screen and (max-width: 768px) {
  .busiinessField-title {
    border: none;
    background: none;
  }
}
.busiinessField-more {
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  font-size: 12px;
  font-weight: bold;
  opacity: 0;
  text-align: center;
  display: inline-block;
  color: #1e76d0;
  line-height: 1;
  letter-spacing: 0;
  margin: 0;
  padding: 5px 20px;
  border: 3px solid #1e76d0;
}
.busiinessField-ico {
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  z-index: 2;
  position: absolute;
  bottom: 40%;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  height: 100px;
  background: rgba(248, 248, 248, 0.8);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
}
.busiinessField-ico img {
  padding-top: 20px;
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 480px) {
  .busiinessField-ico {
    bottom: 35%;
    width: 70px;
    height: 70px;
    margin-left: -35px;
  }
  .busiinessField-ico img {
    padding-top: 15px;
    width: 40px;
    height: 40px;
  }
}

.news-list {
  width: 100%;
}
.news-item, .news-item_n2 {
  clear: both;
  overflow: hidden;
  background-color: #f6f6f6;
  background-color: rgba(0, 0, 0, 0.03);
}
.news-item_n2 {
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.7);
}
.news-link {
  display: block;
  padding: 20px 30px;
  overflow: hidden;
  position: relative;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #333333;
}
.news-link:after {
  display: block;
  font-family: FontAwesome;
  content: "\f105";
  font-weight: normal;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -10px;
  font-size: 20px;
  line-height: 20px;
  color: #dddddd;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.news-link:hover {
  color: #1e76d0;
}
.news-link:hover .news-ico {
  background-color: #1e76d0;
}
.news-link:hover:after {
  right: 10px;
  color: #1e76d0;
}
@media screen and (max-width: 768px) {
  .news-link {
    padding: 20px 20px 20px 10px;
  }
  .news-link:after {
    right: 10px;
  }
}
.news-link_no {
  display: block;
  padding: 20px 30px;
  overflow: hidden;
  position: relative;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .news-link_no {
    padding: 20px 20px 20px 10px;
  }
}
.news-date {
  display: block;
  float: left;
  margin-right: 20px;
  line-height: 20px;
}
@media screen and (max-width: 480px) {
  .news-date {
    font-size: 14px;
  }
}
.news-info {
  float: left;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .news-info {
    float: none;
    margin-bottom: 5px;
  }
}
.news-title {
  margin: 0;
  line-height: 20px;
  font-size: 16px;
  font-weight: normal;
  margin-left: 80px;
}
@media screen and (max-width: 768px) {
  .news-title {
    margin-left: 0;
    font-size: 14px;
    line-height: 1.4;
  }
}

.pagenavi {
  margin: 60px 0 10px 0;
}
.pagenavi-vol {
  text-decoration: none;
  border: 1px solid #dddddd;
  padding: 3px 5px;
  margin-right: 4px;
  background: #ffffff;
}
.pagenavi-link {
  text-decoration: none;
  border: 1px solid #dddddd;
  padding: 3px 5px;
  margin-right: 4px;
  background: #ffffff;
  color: #333333;
}
.pagenavi-link:hover {
  border: 1px solid #1e76d0;
  color: #ffffff;
  background: #1e76d0;
}
.pagenavi-current {
  text-decoration: none;
  border: 1px solid #dddddd;
  padding: 3px 5px;
  margin-right: 4px;
  background: #dddddd;
}

.post-title {
  letter-spacing: 0.2rem;
  font-size: 20px;
  margin: 0 0 10px 0;
  color: #333333;
}
@media screen and (max-width: 480px) {
  .post-title {
    font-size: 16px;
    margin: 0 0 10px 0;
  }
}
.post-date {
  margin: 0 0 30px 0;
  display: block;
}
.post-contents {
  word-wrap: break-word;
}
.post-contents img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.post-contents table {
  width: 100%;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.7);
}
.post-contents table th {
  height: auto;
  margin: 0;
  padding: 20px;
  border: 1px solid #dddddd;
  font-weight: normal;
  width: 180px;
  background-color: #f6f6f6;
  background-color: rgba(0, 0, 0, 0.03);
}
.post-contents table td {
  height: auto;
  margin: 0;
  padding: 20px;
  border: 1px solid #dddddd;
}
@media screen and (max-width: 768px) {
  .post-contents table {
    border-bottom: 1px solid #dddddd;
  }
  .post-contents table th {
    font-weight: bold;
    display: block;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: none;
    width: auto;
    background-color: #f6f6f6;
  }
  .post-contents table td {
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
    display: block;
    border-bottom: none;
    width: auto;
  }
}
@media screen and (max-width: 480px) {
  .post-contents table {
    font-size: 14px;
  }
}
.post-contents ul {
  margin-top: 10px;
  margin-bottom: 10px;
}
.post-contents ul li {
  list-style: square outside;
  margin-left: 30px;
}
.post-contents ol {
  margin-top: 10px;
  margin-bottom: 10px;
}
.post-contents ol li {
  list-style: decimal outside;
  margin-left: 30px;
}

.features-ico_1 {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 120px;
  margin: 0 auto 10px auto;
  padding: 0 200px 0 0;
  opacity: 0;
}
.features-ico_1 img {
  width: 100%;
  height: auto;
}
.features-ico_2 {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 120px;
  margin: 0 auto 10px auto;
  padding: 0 0 0 200px;
  opacity: 0;
}
.features-ico_2 img {
  width: 100%;
  height: auto;
}
.features-ico_3 {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 120px;
  margin: 0 auto 10px auto;
  padding: 0 200px 0 0;
  opacity: 0;
}
.features-ico_3 img {
  width: 100%;
  height: auto;
}
.features-txt {
  text-align: center;
}
.features-inner {
  margin: 60px 60px 0 60px;
}
@media screen and (max-width: 768px) {
  .features-inner {
    margin: 0;
  }
}
.features-bg, .features-bg_01, .features-bg_02, .features-bg_03 {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 0%;
  height: 400px;
  opacity: 0;
  -moz-transition: all 1.2s;
  -o-transition: all 1.2s;
  -webkit-transition: all 1.2s;
  transition: all 1.2s;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .features-bg, .features-bg_01, .features-bg_02, .features-bg_03 {
    height: 300px;
  }
}
@media screen and (max-width: 480px) {
  .features-bg, .features-bg_01, .features-bg_02, .features-bg_03 {
    height: 200px;
  }
}
.features-bg_01 {
  background-image: url(../images/features/pic-01.jpg);
}
.features-bg_02 {
  background-image: url(../images/features/pic-02.jpg);
}
.features-bg_03 {
  background-image: url(../images/features/pic-03.jpg);
}
.features-bg_active {
  width: 100%;
  opacity: 1;
}

.active {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 1;
  padding: 0;
}

.chart {
  padding: 0 30px;
  font-family: "HelveticaNeue-CondensedLight", "Helvetica Neue Condensed Light", "Helvetica-CondensedLight", "Helvetica Condensed Light", "Roboto Condensed", sans-serif;
}
@media screen and (max-width: 768px) {
  .chart {
    padding: 30px;
  }
  .chart:last-child {
    padding: 30px 30px 0 30px;
  }
}
.chart-label {
  text-align: center;
  margin: 0;
  font-size: 24px;
}
.chart-item_1, .chart-item_2, .chart-item_3 {
  width: 100%;
}

.services-inner {
  margin: 60px 60px 0 60px;
}
@media screen and (max-width: 768px) {
  .services-inner {
    margin: 0;
  }
}
.services-bg, .services-bg_01, .services-bg_02, .services-bg_03, .services-bg_04 {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 460px;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .services-bg, .services-bg_01, .services-bg_02, .services-bg_03, .services-bg_04 {
    height: 300px;
  }
}
@media screen and (max-width: 480px) {
  .services-bg, .services-bg_01, .services-bg_02, .services-bg_03, .services-bg_04 {
    height: 200px;
  }
}
.services-bg_01 {
  background-image: url(../images/services/pic-01.jpg);
}
.services-bg_02 {
  background-image: url(../images/services/pic-02.jpg);
}
.services-bg_03 {
  background-image: url(../images/services/pic-03.jpg);
}
.services-bg_04 {
  background-image: url(../images/services/pic-04.jpg);
}
.services-body, .services-body_1, .services-body_2, .services-body_3, .services-body_4 {
  height: 300px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative;
  margin: 0 0 60px 0;
}
@media screen and (max-width: 480px) {
  .services-body, .services-body_1, .services-body_2, .services-body_3, .services-body_4 {
    height: 150px;
    margin: 0 0 40px 0;
  }
}
.services-body_1 {
  background-image: url(../images/services/pic-05.jpg);
}
.services-body_2 {
  background-image: url(../images/services/pic-06.jpg);
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .services-body_2 .busiinessField-link {
    border-bottom: 1px solid #ffffff;
  }
}
.services-body_3 {
  background-image: url(../images/services/pic-07.jpg);
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .services-body_3 .busiinessField-link {
    border-right: 1px solid #ffffff;
  }
}
.services-body_4 {
  background-image: url(../images/services/pic-08.jpg);
}
.services-body_4 .busiinessField-link {
  border: none;
}
.services-ico {
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  z-index: 2;
  position: absolute;
  bottom: -50px;
  left: 50%;
  margin: 0 0 0 -54px;
  width: 100px;
  height: 100px;
  background: rgba(255, 255, 255, 0.8);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  border: 4px solid #1e76d0;
}
.services-ico img {
  padding-top: 20px;
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 480px) {
  .services-ico {
    bottom: -35px;
    width: 70px;
    height: 70px;
    margin-left: -35px;
  }
  .services-ico img {
    padding-top: 15px;
    width: 40px;
    height: 40px;
  }
}
.services-ico_2 {
  margin: 0;
  text-align: center;
}
.services-ico_2 img {
  width: 80px;
  height: 80px;
}
.services-txt {
  margin: 0;
}
.services-txt_2 {
  text-align: center;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .works {
    text-align: center;
  }
}
.works:last-child {
  padding-bottom: 0;
}
.works-no, .works-no_2 {
  float: left;
  margin: 62px 0 0 0;
  padding: 0 0 10px 0;
  line-height: 1;
  font-size: 42px;
  font-family: "HelveticaNeue-CondensedLight", "Helvetica Neue Condensed Light", "Helvetica-CondensedLight", "Helvetica Condensed Light", "Roboto Condensed", sans-serif;
  font-weight: 300;
  color: #1e76d0;
  border-bottom: 3px solid #1e76d0;
}
@media screen and (max-width: 768px) {
  .works-no, .works-no_2 {
    float: none;
    margin: 0 auto 20px auto;
    text-align: center;
    display: inline-block;
    font-size: 20px;
    border-bottom: 2px solid #1e76d0;
    padding: 0 0 3px 0;
  }
}
.works-no_2 {
  margin-top: 20px;
}
.works-box {
  margin: 0 0 30px 185px;
  overflow: hidden;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .works-box {
    margin: 0 0 10px 0;
  }
}
.works-titleList {
  display: inline-block;
  overflow: hidden;
  margin-bottom: 20px;
}
.works-titleList:after {
  content: "";
  clear: both;
}
.works-title {
  letter-spacing: 0.2rem;
  font-weight: bold;
  float: left;
  margin-right: 20px;
  font-size: 20px;
  color: #1e76d0;
}
@media screen and (max-width: 768px) {
  .works-title {
    float: none;
    font-size: 16px;
    letter-spacing: 0.1rem;
  }
}
.works-table {
  margin: 0 auto;
  width: 100%;
  border-bottom: 1px solid #dddddd;
}
.works-label {
  font-size: 12px;
  color: #333333;
}
.works-list {
  clear: both;
  vertical-align: middle;
  padding: 10px 0;
  border-top: 1px solid #dddddd;
  display: block;
}
@media screen and (max-width: 480px) {
  .works-list {
    display: block;
    margin-bottom: 0;
    overflow: hidden;
  }
}
.works-head {
  width: 140px;
  vertical-align: top;
  font-weight: normal;
  text-align: left;
  padding-top: 10px;
}
@media screen and (max-width: 480px) {
  .works-head {
    display: block;
    line-height: 1;
    padding-top: 0;
    font-weight: bold;
    font-size: 14px;
  }
}
.works-info {
  vertical-align: middle;
  position: relative;
  padding-left: 40px;
}
.works-info:before {
  position: absolute;
  left: 10px;
  top: 10px;
  font-family: FontAwesome;
  content: "\f101";
  font-weight: normal;
  color: #1e76d0;
}
@media screen and (max-width: 480px) {
  .works-info {
    display: block;
    width: auto;
    padding: 0;
  }
  .works-info:before {
    left: 0;
    top: 0;
    content: '';
  }
}
.works-txt {
  margin: 0;
  clear: both;
}
@media screen and (max-width: 768px) {
  .works-txt {
    margin: 0;
  }
}
.works-item {
  background-color: #ddd;
  padding: 3px 10px;
  float: left;
  margin: 5px 10px 5px 0;
}

.l-col-2_left .company-inner {
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  .l-col-2_left .company-inner {
    padding-right: 0;
  }
}

.l-col-2_right .company-inner,
.l-col-2_right .company-inner_last {
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .l-col-2_right .company-inner,
  .l-col-2_right .company-inner_last {
    padding-left: 0;
  }
}

.company-inner {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .company-inner {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .company-inner_last {
    margin-bottom: 0;
  }
}
.company-txt {
  margin: 0;
}
.company-link {
  margin: 0;
  color: #1e76d0;
}
.company-link span {
  display: block;
  text-decoration: underline;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.company-link:hover span {
  color: #FE2E00;
  text-decoration: none;
}
.company-link:before {
  float: left;
  display: block;
  margin: 0;
  padding: 0 8px 0 0;
  color: #FE2E00;
  display: inline-block;
  font-family: FontAwesome;
  content: "\f1c1";
  font-weight: normal;
}
.company-map {
  width: 100%;
  margin: 0 0 40px 0;
}
.company-map_2 {
  width: 100%;
}

.table {
  width: 100%;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.7);
}
.table th {
  height: auto;
  margin: 0;
  padding: 20px;
  border: 1px solid #dddddd;
  font-weight: normal;
  width: 180px;
  background-color: #f6f6f6;
  background-color: rgba(0, 0, 0, 0.03);
}
.table td {
  height: auto;
  margin: 0;
  padding: 20px;
  border: 1px solid #dddddd;
}
@media screen and (max-width: 768px) {
  .table {
    border-bottom: 1px solid #dddddd;
  }
  .table th {
    font-weight: bold;
    display: block;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: none;
    width: auto;
    background-color: #f6f6f6;
  }
  .table td {
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
    display: block;
    border-bottom: none;
    width: auto;
  }
}
@media screen and (max-width: 480px) {
  .table {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .table_2 tr {
    display: block;
    margin-bottom: 20px;
  }
  .table_2 tr:last-child {
    margin: 0;
  }
}
.table_2 th {
  vertical-align: top;
  background: none;
  border: none;
  padding: 0 30px 0 0;
  width: auto;
}
@media screen and (max-width: 768px) {
  .table_2 th {
    display: block;
    padding: 0;
    font-size: 14px;
    font-weight: bold;
  }
}
.table_2 td {
  vertical-align: top;
  background: none;
  border: none;
  padding: 0;
  width: auto;
}
@media screen and (max-width: 480px) {
  .table_2 {
    font-size: 14px;
  }
}
.table-title {
  margin: 10px 0 0 0;
  font-weight: bold;
}
.table-list li {
  list-style: square outside;
  margin-left: 20px;
}

.list {
  width: 100%;
}
.list-item, .list-item_n2 {
  clear: both;
  overflow: hidden;
  background-color: #f6f6f6;
  background-color: rgba(0, 0, 0, 0.03);
  margin: 0;
  display: block;
  padding: 20px 30px;
}
.list-item_n2 {
  background: #ffffff;
  background-color: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 768px) {
  .list-item, .list-item_n2 {
    padding: 20px;
  }
}
.list-title {
  display: block;
  float: left;
}
@media screen and (max-width: 480px) {
  .list-title {
    font-size: 14px;
  }
}
.list-txt {
  margin-left: 80px;
}
@media screen and (max-width: 480px) {
  .list-txt {
    font-size: 14px;
  }
}

.googleMap {
  width: 100%;
  height: 350px;
}
@media screen and (max-width: 768px) {
  .googleMap {
    height: 200px;
  }
}
.googleMap iframe {
  height: 100%;
  width: 100%;
}

.gMapList-link {
  display: none;
  margin: 0;
  letter-spacing: 0.3rem;
  text-align: center;
  position: relative;
}
.gMapList-link a {
  display: block;
  padding: 10px;
  margin: 10px 0 0 0;
  color: #fff;
  background: #1e76d0;
  border-bottom: 1px solid #fff;
}
.gMapList-link a:after {
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -10px;
  color: #fff;
  display: inline-block;
  font-family: FontAwesome;
  content: "\f105";
  font-weight: normal;
  font-size: 20px;
  line-height: 20px;
}
@media screen and (max-width: 768px) {
  .gMapList-link {
    display: block;
  }
}

.l-col-2_left .recruit-inner {
  background-image: url(../images/recruit/pic-01.jpg);
}
.l-col-2_left .recruit-box {
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .l-col-2_left .recruit-box {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.l-col-2_right .recruit-inner {
  background-image: url(../images/recruit/pic-02.jpg);
}
.l-col-2_right .recruit-box {
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .l-col-2_right .recruit-box {
    margin-left: 0;
  }
}

.recruit-inner {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 350px;
  position: relative;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .recruit-inner {
    height: 250px;
  }
}
@media screen and (max-width: 480px) {
  .recruit-inner {
    height: 150px;
  }
}
.recruit-link {
  border: 1px solid #dddddd;
  display: block;
}
@media screen and (min-width: 769px) {
  .recruit-link:hover .recruit-bar {
    background-color: #1e76d0;
    color: #ffffff;
  }
  .recruit-link:hover .recruit-bar:before {
    color: #ffffff;
    left: 40px;
  }
}
.recruit-bar {
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #1e76d0;
  font-size: 16px;
  width: 100%;
  font-weight: bold;
  text-align: center;
  background: #fff;
  padding: 20px 0;
  background-color: rgba(255, 255, 255, 0.9);
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.recruit-bar:before {
  display: block;
  font-family: FontAwesome;
  content: "\f105";
  font-weight: normal;
  position: absolute;
  left: 30px;
  top: 50%;
  margin-top: -10px;
  font-size: 20px;
  line-height: 20px;
  color: #1e76d0;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 480px) {
  .recruit-bar {
    padding: 10px 0;
  }
}
.recruit-bnr {
  margin: 30px auto;
  text-align: center;
}
.recruit-bnr_2 {
  margin: 30px auto 0 auto;
  text-align: center;
}

.leader-bg, .leader-bg_01, .leader-bg_02, .leader-bg_03 {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 400px;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .leader-bg, .leader-bg_01, .leader-bg_02, .leader-bg_03 {
    height: 300px;
  }
}
@media screen and (max-width: 480px) {
  .leader-bg, .leader-bg_01, .leader-bg_02, .leader-bg_03 {
    height: 200px;
  }
}
.leader-bg_01 {
  background-image: url(../images/recruit/leader/pic-01.jpg);
}
.leader-bg_02 {
  background-image: url(../images/recruit/leader/pic-02.jpg);
}
.leader-bg_03 {
  background-image: url(../images/recruit/leader/pic-03.jpg);
}

.engineer-bg, .engineer-bg_01, .engineer-bg_02, .engineer-bg_03 {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 400px;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .engineer-bg, .engineer-bg_01, .engineer-bg_02, .engineer-bg_03 {
    height: 300px;
  }
}
@media screen and (max-width: 480px) {
  .engineer-bg, .engineer-bg_01, .engineer-bg_02, .engineer-bg_03 {
    height: 200px;
  }
}
.engineer-bg_01 {
  background-image: url(../images/recruit/engineer/pic-01.jpg);
}
.engineer-bg_02 {
  background-image: url(../images/recruit/engineer/pic-02.jpg);
}
.engineer-bg_03 {
  background-image: url(../images/recruit/engineer/pic-03.jpg);
}

.form-textarea {
  padding: 10px;
  width: 100%;
  border: 1px solid #dddddd;
  box-sizing: border-box;
}
.form-label {
  border: 1px solid #dddddd;
  box-sizing: border-box;
  padding: 5px 10px;
  border-radius: 10px;
}
.form-label_active {
  border: 1px solid #1e76d0;
}
.form-checkbox {
  margin-right: 5px;
}
.form-radio {
  margin-right: 5px;
}
.form-input {
  padding: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .form-input {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
}
.form-input_2 {
  padding: 10px;
  box-sizing: border-box;
}
.form-poricy {
  width: 100%;
  height: 300px;
  overflow: scroll;
  padding: 10px;
  border: 1px solid #dddddd;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.form-btnWrapper {
  clear: both;
  margin: 60px 0 0 0;
  text-align: center;
}
.form-btnBox {
  display: inline-block;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .form-btnBox {
    display: block;
  }
}
.form-btn {
  position: relative;
  width: 260px;
}
.form-btn:before {
  display: block;
  font-family: FontAwesome;
  content: "\f105";
  font-weight: normal;
  position: absolute;
  left: 30px;
  top: 50%;
  margin-top: -10px;
  font-size: 20px;
  line-height: 20px;
  color: #1e76d0;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 769px) {
  .form-btn:hover .form-btnInput {
    background-color: #1e76d0;
    color: #ffffff;
  }
  .form-btn:hover:before {
    color: #ffffff;
    left: 40px;
  }
}
@media screen and (max-width: 480px) {
  .form-btn {
    width: 100%;
    display: block;
  }
}
.form-btn_back {
  margin-right: 30px;
  position: relative;
  width: 260px;
}
.form-btn_back:before {
  display: block;
  font-family: FontAwesome;
  content: "\f105";
  font-weight: normal;
  position: absolute;
  left: 30px;
  top: 50%;
  margin-top: -10px;
  font-size: 20px;
  line-height: 20px;
  color: #333333;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 769px) {
  .form-btn_back:hover .form-btnInput_back {
    background-color: #dddddd;
  }
  .form-btn_back:hover:before {
    left: 40px;
  }
}
@media screen and (max-width: 768px) {
  .form-btn_back {
    margin: 10px 0 0 0;
  }
}
@media screen and (max-width: 480px) {
  .form-btn_back {
    width: 100%;
    display: block;
  }
}
.form-btn_2col {
  float: right;
  display: block;
}
@media screen and (max-width: 768px) {
  .form-btn_2col {
    float: none;
  }
}
.form-btnInput {
  color: #1e76d0;
  font-size: 16px;
  padding: 10px 0;
  font-weight: bold;
  border: 2px solid #1e76d0;
  text-align: center;
  background: #fff;
  display: block;
  width: 100%;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 480px) {
  .form-btnInput {
    width: 100%;
  }
  .form-btnInput a {
    display: block;
    padding: 7px 0;
  }
}
.form-btnInput_back {
  color: #333333;
  font-size: 16px;
  padding: 10px 0;
  font-weight: bold;
  border: 2px solid #333333;
  text-align: center;
  background: #fff;
  display: block;
  width: 100%;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 480px) {
  .form-btnInput_back {
    width: 100%;
  }
  .form-btnInput_back a {
    display: block;
    padding: 7px 0;
  }
}
.form-bnr {
  float: right;
  margin: 10px 0;
}

.address {
  margin: 10px 0 0 0;
}

.formError {
  z-index: 990;
}

.formError .formErrorContent {
  z-index: 991;
}

.formError .formErrorArrow {
  z-index: 996;
}

.ui-dialog .formError {
  z-index: 5000;
}

.ui-dialog .formError .formErrorContent {
  z-index: 5001;
}

.ui-dialog .formError .formErrorArrow {
  z-index: 5006;
}

.inputContainer {
  position: relative;
  float: left;
}

.formError {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  cursor: pointer;
  text-align: left;
}

.formError.inline {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  float: left;
  clear: both;
}

.ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none;
}

.formErrorContent {
  background: #FE2E00;
  position: relative;
  color: #fff;
  min-width: 120px;
  font-size: 11px;
  padding: 5px 10px 5px 10px;
  border-radius: 5px;
  display: inline-block;
}
.formErrorContent:before {
  font-family: FontAwesome;
  content: "\f058";
  font-weight: normal;
  padding: 0 3px 0 0;
  font-size: 12px;
}

.greenPopup .formErrorContent {
  background: #33be40;
}

.blackPopup .formErrorContent {
  background: #393939;
  color: #FFF;
}

.formError .formErrorArrow {
  width: 15px;
  margin: -2px 0 0 13px;
  position: relative;
}

body[dir='rtl'] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
  margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  margin: 0px 0 0 12px;
  top: 2px;
}

.formError .formErrorArrow div {
  font-size: 0px;
  height: 1px;
  background: #ee0101;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: block;
}

.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
}

.greenPopup .formErrorArrow div {
  background: #33be40;
}

.blackPopup .formErrorArrow div {
  background: #393939;
  color: #FFF;
}

.formError .formErrorArrow .line10 {
  width: 13px;
  border: none;
}

.formError .formErrorArrow .line9 {
  width: 11px;
  border: none;
}

.formError .formErrorArrow .line8 {
  width: 11px;
}

.formError .formErrorArrow .line7 {
  width: 9px;
}

.formError .formErrorArrow .line6 {
  width: 7px;
}

.formError .formErrorArrow .line5 {
  width: 5px;
}

.formError .formErrorArrow .line4 {
  width: 3px;
}

.formError .formErrorArrow .line3 {
  width: 1px;
}

.formError .formErrorArrow .line2 {
  width: 3px;
  border: none;
  background: #ddd;
}

.formError .formErrorArrow .line1 {
  width: 1px;
  border: none;
  background: #ddd;
}

.must {
  font-size: 12px;
  color: #FE2E00;
  margin-left: 10px;
}

.privacy-title {
  font-weight: bold;
  font-size: 18px;
}
.privacy-txt {
  margin-bottom: 60px;
}

/*----------------------
        background
----------------------*/
body {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
@media screen and (max-width: 768px) {
  body {
    background: none;
  }
}

@media screen and (max-width: 768px) {
  .mainV,
  .pageTitle,
  .l-conversion {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
}
.bg, .bg_1, .bg_2, .bg_3 {
  background-repeat: repeat-y, repeat-y;
  background-position: 0 0, 100% 0;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 768px) {
  .bg, .bg_1, .bg_2, .bg_3 {
    background-position: 0 0;
    background-size: auto;
  }
}
.bg_1 {
  background-image: url(../images/common/bg-l_01.png), url(../images/common/bg-r_01.png);
}
@media screen and (max-width: 768px) {
  .bg_1 {
    background-image: url(../images/common/bg-l_01.png);
  }
}
.bg_2 {
  background-image: url(../images/common/bg-l_02.png), url(../images/common/bg-r_02.png);
}
@media screen and (max-width: 768px) {
  .bg_2 {
    background-image: url(../images/common/bg-l_02.png);
  }
}
.bg_3 {
  background-image: url(../images/common/bg-l_03.png), url(../images/common/bg-r_03.png);
}
@media screen and (max-width: 768px) {
  .bg_3 {
    background-image: url(../images/common/bg-l_03.png);
  }
}

.top {
  background-image: url(../images/top/pic-mainV.jpg);
}
@media screen and (max-width: 768px) {
  .top .mainV,
  .top .l-conversion {
    background-image: url(../images/top/pic-mainV.jpg);
  }
}

.features {
  background-image: url(../images/features/pic-bg.jpg);
}
@media screen and (max-width: 768px) {
  .features .pageTitle,
  .features .l-conversion {
    background-image: url(../images/features/pic-bg.jpg);
  }
}

.services {
  background-image: url(../images/services/pic-bg.jpg);
}
@media screen and (max-width: 768px) {
  .services .pageTitle,
  .services .l-conversion {
    background-image: url(../images/services/pic-bg.jpg);
  }
}

.dispatch {
  background-image: url(../images/services/dispatch/pic-bg.jpg);
}
@media screen and (max-width: 768px) {
  .dispatch .pageTitle,
  .dispatch .l-conversion {
    background-image: url(../images/services/dispatch/pic-bg.jpg);
  }
}

.infrastructure {
  background-image: url(../images/services/infrastructure/pic-bg.jpg);
}
@media screen and (max-width: 768px) {
  .infrastructure .pageTitle,
  .infrastructure .l-conversion {
    background-image: url(../images/services/infrastructure/pic-bg.jpg);
  }
}

.products {
  background-image: url(../images/services/products/pic-bg.jpg);
}
@media screen and (max-width: 768px) {
  .products .pageTitle,
  .products .l-conversion {
    background-image: url(../images/services/products/pic-bg.jpg);
  }
}

.contracted {
  background-image: url(../images/services/contracted/pic-bg.jpg);
}
@media screen and (max-width: 768px) {
  .contracted .pageTitle,
  .contracted .l-conversion {
    background-image: url(../images/services/contracted/pic-bg.jpg);
  }
}

.information {
  background-image: url(../images/services/information/pic-bg.jpg);
}
@media screen and (max-width: 768px) {
  .information .pageTitle,
  .information .l-conversion {
    background-image: url(../images/services/information/pic-bg.jpg);
  }
}

.embedded {
  background-image: url(../images/services/embedded/pic-bg.jpg);
}
@media screen and (max-width: 768px) {
  .embedded .pageTitle,
  .embedded .l-conversion {
    background-image: url(../images/services/embedded/pic-bg.jpg);
  }
}

.enterprise {
  background-image: url(../images/services/enterprise/pic-bg.jpg);
}
@media screen and (max-width: 768px) {
  .enterprise .pageTitle,
  .enterprise .l-conversion {
    background-image: url(../images/services/enterprise/pic-bg.jpg);
  }
}

.medical {
  background-image: url(../images/services/medical/pic-bg.jpg);
}
@media screen and (max-width: 768px) {
  .medical .pageTitle,
  .medical .l-conversion {
    background-image: url(../images/services/medical/pic-bg.jpg);
  }
}

.company {
  background-image: url(../images/company/pic-bg.jpg);
}
@media screen and (max-width: 768px) {
  .company .pageTitle,
  .company .l-conversion {
    background-image: url(../images/company/pic-bg.jpg);
  }
}

.recruit {
  background-image: url(../images/recruit/pic-bg.jpg);
}
@media screen and (max-width: 768px) {
  .recruit .pageTitle,
  .recruit .l-conversion {
    background-image: url(../images/recruit/pic-bg.jpg);
  }
}

.leader {
  background-image: url(../images/recruit/leader/pic-bg.jpg);
}
@media screen and (max-width: 768px) {
  .leader .pageTitle,
  .leader .l-conversion {
    background-image: url(../images/recruit/leader/pic-bg.jpg);
  }
}

.engineer {
  background-image: url(../images/recruit/engineer/pic-bg.jpg);
}
@media screen and (max-width: 768px) {
  .engineer .pageTitle,
  .engineer .l-conversion {
    background-image: url(../images/recruit/engineer/pic-bg.jpg);
  }
}

.graduates {
  background-image: url(../images/recruit/graduates/pic-bg.jpg);
}
@media screen and (max-width: 768px) {
  .graduates .pageTitle,
  .graduates .l-conversion {
    background-image: url(../images/recruit/graduates/pic-bg.jpg);
  }
}

.career {
  background-image: url(../images/recruit/career/pic-bg.jpg);
}
@media screen and (max-width: 768px) {
  .career .pageTitle,
  .career .l-conversion {
    background-image: url(../images/recruit/career/pic-bg.jpg);
  }
}

.entry {
  background-image: url(../images/recruit/entry/pic-bg.jpg);
}
@media screen and (max-width: 768px) {
  .entry .pageTitle,
  .entry .l-conversion {
    background-image: url(../images/recruit/entry/pic-bg.jpg);
  }
}

.contact {
  background-image: url(../images/contact/pic-bg.jpg);
}
@media screen and (max-width: 768px) {
  .contact .pageTitle,
  .contact .l-conversion {
    background-image: url(../images/contact/pic-bg.jpg);
  }
}

.news {
  background-image: url(../images/news/pic-bg.jpg);
}
@media screen and (max-width: 768px) {
  .news .pageTitle,
  .news .l-conversion {
    background-image: url(../images/news/pic-bg.jpg);
  }
}

.privacy {
  background-image: url(../images/privacy/pic-bg.jpg);
}
@media screen and (max-width: 768px) {
  .privacy .pageTitle,
  .privacy .l-conversion {
    background-image: url(../images/privacy/pic-bg.jpg);
  }
}

.error {
  background-image: url(../images/error/pic-bg.jpg);
}
@media screen and (max-width: 768px) {
  .error .pageTitle,
  .error .l-conversion {
    background-image: url(../images/error/pic-bg.jpg);
  }
}
