/*! normalize.css v1.1.0 | MIT License | git.io/normalize */


/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */


/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

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

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

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

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

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */


/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html, button, input, select, textarea {
  font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */

body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */


/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
  outline: none;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

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

/* ==========================================================================
   Typography
   ========================================================================== */


/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

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

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

b, strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */

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

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

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

/**
 * Address margins set differently in IE 6/7.
 */

p, pre {
  margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code, kbd, pre, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */

q {
  quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */

q:before, q:after {
  content: '';
  content: none;
}

/**
 * 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;
}

/* ==========================================================================
   Lists
   ========================================================================== */


/**
 * Address margins set differently in IE 6/7.
 */

dl, menu, ol, ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */

menu, ol, ul {
  padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */


/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

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

/* ==========================================================================
   Figures
   ========================================================================== */


/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */


/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
  margin: 0;
}

/**
 * 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 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button, input, select, textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ 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 6+.
 * 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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * 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.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 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 3+.
 */

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

/**
 * 1. Remove default vertical scrollbar in IE 6/7/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;
}

/*!
 * Base
 */

html {
	font-family: "Hiragino Kaku Gothic ProN","nskFont-J", sans-serif;
	font-weight: 400;
	font-size: 87.5%;
	line-height: 1.5;
	text-rendering: optimizeLegibility;
	}
body {
  color: #545454;
  min-width: 320px;
}
html, body {
  height: 100%;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ol, ul, dl, dd {
  margin: 0;
}
ol, ul {
  padding: 0;
}
li {
  list-style: none;
}
a {
  color: #324fe1;
}
img {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
label {
  cursor: pointer;
}
textarea {
  resize: vertical;
}
::-moz-selection {
  background-color: #b3d4fc;
  text-shadow: none;
}
::selection {
  background-color: #b3d4fc;
  text-shadow: none;
}

img.pc{display:inline-block;}
img.smt{display:none;}

@media screen and (max-width: 800px) {
	img.pc{display:none;}
	img.smt{display:inline-block;}
}

/* ==========================================================================
   Custom
   ========================================================================== */


/* common
  ========================================================================== */


/* Fonts */

@font-face {
  font-family: "nskFont-J";
  src: url('../font/AVG35.otf') format('opentype'), url('../font/AVG35.woff') format('woff');
}
.primary-nav {
  font-size: 100%;
  line-height: 1.29;
}

/*!
 * Nav
 */

.primary-nav a {
  cursor: pointer;
  display: block;
  position: relative;
  text-decoration: none;
}
.primary-nav .label {
  display: block;
  padding: 16px 50px 16px;
  min-height: 18px;
  _height: 18px;
}
.primary-nav .icon {
  position: absolute;
  top: 50%;
  right: 17px;
  margin-top: -8px;
}

/*!
 * Buttons
 */

.toggle-nav {
  background-color: transparent;
  border-width: 0;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-size: 100%;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.toggle-nav:hover, .toggle-nav:focus, .toggle-nav:active {
  text-decoration: none;
}
[aria-disabled="true"].toggle-nav, [disabled].toggle-nav {
  cursor: default;
}
.toggle-nav::-moz-focus-inner {
  border-width: 0;
  padding: 0;
}

/*!
 * Icons
 */

.primary-nav .icon {
  display: inline-block;
  line-height: 0;
  vertical-align: top;
}
.primary-nav .icon {
  background-image: url(../img/sprites.png);
  background-repeat: no-repeat;
}
.primary-nav .icon {
  background-position: 0 0;
  width: 16px;
  height: 16px;
}
body {
  position: relative;
}
body.no-js {
  display: none;
}
.page-container {
  -webkit-transition: left 0.25s cubic-bezier(0.19, 1, 0.22, 1);
  transition: left 0.25s cubic-bezier(0.19, 1, 0.22, 1);
  width: 100%;
  position: relative;
  left: 0;
}
@media screen and (max-width: 800px) {
  .js .offcanvas-left-visible .page-container {
    left: 210px;
  }
}

/*!
 * Page header
 */

.page-header {
  width: 210px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
@media screen and (min-width: 801px) and (min-height: 644px) {
  .page-header {
    position: fixed;
  }
}
@media screen and (max-width: 800px) {
  .js .page-header {
    -webkit-transition: 0.25s cubic-bezier(0.19, 1, 0.22, 1);
    transition: 0.25s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition-property: left, right;
    transition-property: left, right;
    background-color: white;
    border-bottom-color: #cccccc;
    width: auto;
    position: fixed;
    right: 0;
    z-index: 2;
  }
}
@media screen and (max-width: 800px) {
  .js .offcanvas-left-visible .page-header {
    left: 210px;
    right: -210px;
  }
}

/* Site logo */

.site-logo {
  text-align: center;
  padding-top: 59px;
  padding-bottom: 39px;
}
.site-logo a {
  display: inline-block;
}
.site-logo img {
  width: 125px;
}
@media screen and (max-width: 800px) {
  .js .site-logo {
	text-align: left;
	padding: 0 0 0 0;
	margin-left:50px;
  }
  .js .site-logo a {
    height: 50px;
  }
  .js .site-logo img {
    width: 80px;
  }
}

/* Toggle nav button */

.toggle-nav {
  display: none;
}
@media screen and (max-width: 800px) {
  .js .toggle-nav {
    display: inline-block;
    line-height: 1;
    width: 50px;
    height: 50px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
  }
}

/*!
 * Page sidebar
 */

.page-sidebar {
  background-color: white;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media screen and (min-width: 801px) and (min-height: 644px) {
  .page-sidebar {
    position: fixed;
    height: 100%;
  }
}
@media screen and (max-width: 800px) {
  .js .page-sidebar {
    overflow: hidden;
    height: 100%;
    z-index: 1;
  }
}
@media screen and (max-width: 800px) {
  .js .offcanvas-left-visible .page-sidebar {
    position: fixed;
  }
}
.page-sidebar-inner {
  width: 210px;
}

/* Primary nav */

.primary-nav ul {
  padding-top: 192px;
}
.primary-nav li {

}
.primary-nav .label {
  padding-left: 20px;
}
.primary-nav .label small {
  display: block;
  font-size: 85.72%;
  line-height: 1.34;
}
.primary-nav a {
  color: #231815;
  _vertical-align: middle;
  _width: 100%;
}
@media screen and (max-width: 800px) {
  .js .primary-nav {
    position: relative;
    z-index: 0;
  }
  .js .primary-nav ul {
    padding-top: 50px;
  }
}

/*!
 * Page main
 */

.main {
  background-color: #f2f2f2;
  margin-left: 210px;
  padding: 0 0 50px;
  position: relative;
  z-index: 1;
}
.main_wrapper {
  min-width: 800px;
}
@media screen and (max-width: 800px) {
  .js .main {
    border-left-width: 0;
    margin-left: 0;
    padding:0;
    position: relative;
  }
	.main_wrapper {
	  min-width:100%;
	}
}
@media screen and (max-width: 800px) {
  .js .offcanvas-left-visible .main {
    -webkit-box-shadow: -1px 0 #cccccc, -1px 0 3px rgba(0, 0, 0, 0.15);
    box-shadow: -1px 0 #cccccc, -1px 0 3px rgba(0, 0, 0, 0.15);
    height: 100%;
    overflow: hidden;
  }
}

/* footer */

h3.avg {
  font-size: 2.5em;
  border-bottom: 1px #929d9f solid;
  margin-bottom: 20px;
  font-family: "nskFont-J";
  color: #03417d;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 100;
}
@media screen and (max-width: 800px) {
h3.avg{
	width: 100%;
	font-size: 30px;
	}
}/*EOM*/


.footer-container {
  min-width: 800px;
  padding: 10px 0;
   margin: 0 0 0 210px;
  background: #ccc;
  z-index: 1;
}
.footer-wrapper {
  padding: 0;
  margin: 0 5%;
  font-size: 0.8em;
}
.footer-nav {
  float: right;
  width: 54%;
  text-align: right;
}
.footer-nav a {
  color: #545454;
  padding: 0 15px;
}
@media screen and (max-width: 800px) {
  .footer-container {
    min-width: auto;
    border-left-width: 0;
    margin-left: 0;
    text-align: center;
    position: relative;
    font-size: 0.9em;
  }
  .footer-nav {
    float: none;
    width: 100%;
    text-align: center;
  }
  .footer-nav a {
    padding: 0 10px;
  }
}
@media screen and (max-width: 400px) {
  .footer-container {
    font-size: 0.7em;
  }
  .footer-nav a {
    padding: 0 5px;
  }
}
.kv {
	position: relative;
	height:116px;
	background: url("../img/bg_kv.png") no-repeat right top #1b2d56;
    border-top: 20px solid #fff;
	}
.kv img {
  width: 100%;
}
.kv p {
	position: absolute;
	left: 39px;
	bottom: 22px;
	font-size: 32px;
	line-height:32px;
    font-family: "nskFont-J";
    font-weight: 100;
	letter-spacing:2px;
	margin:0;
	padding:0;
	color: #fff;
	}
@media screen and (max-width: 800px) {
.kv {
	height:50px;
	margin-top: 50px;
	}
.kv p {
    left: 19px;
    bottom: 5px;
    font-size: 16px;
	}

}

h2.avg {
  font-size: 3em;
  margin-bottom: 10px;
  font-family: "nskFont-J";
  padding-top: 0;
  color: #03417d;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 100;
}
@media screen and (max-width: 800px) {
h2.avg {
	width: 100%;
    font-size: 30px;
	}
}/*EOM*/



.breadcrumb {
  text-align: left;
}
.breadcrumb ul {
  display: block;
  padding: 0 10px 0 39px;
  background: #fff;
  line-height: 40px;
}
@media screen and (max-width: 800px) {
  .breadcrumb ul {
  	padding: 0 10px 0 16px;
  }
}
.breadcrumb ul li {
  display: inline;
  color: #898989;
  font-size: 12px;
  font-family: "Hiragino Kaku Gothic ProN","nskFont-J", sans-serif;
}
.breadcrumb ul li a {
  color: #898989;
  padding: 0 15px 0 0;
  text-decoration: none;
  background: url(../img/breadlink_arrow.png) no-repeat right;
}

/* map */

.mapbox {
  margin-bottom: 20px;
  background-color: #f6f6f6;
}
.mapbox:after {
  display: block;
  clear: both;
  content: "";
}
.map_text {
  width: 230px;
  float: left;
}
.map_text dl {
  margin: 15px 20px;
}
.map_text dt {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 1.4em;
}
.map_text dd {
  font-size: 12px;
  margin-bottom: 15px;
}
.map_text dd.teldd {
  margin-bottom: 20px;
}
.map_img {
  width: 530px;
  float: right;
}
div#gmap_wrap{
	overflow:hidden;
	height:235px;
	width:100%;
	max-width:530px;
	}
div#gmap_canvas1,
div#gmap_canvas2,
div#gmap_canvas3,
div#gmap_canvas4,
div#gmap_canvas5,
div#gmap_canvas6,
div#gmap_canvas7,
div#gmap_canvas8,
div#gmap_canvas9{
	height:235px;
	width:100%;
	max-width:530px;
	}

@media screen and (max-width: 800px) {
.mapbox {
	background: none;
	}
.map_text dl {
	margin:0;
	}
.map_text,
.map_img{
	width: 100%;
	float: none;
	}
}/*EOM*/

/* contents nav*/

.contents-nav-container {
  padding: 20px 0 0 0;
}
.contents-nav-container .contents-nav {
	  display: block;
	  max-width: 800px;
	  margin: auto;
	  border-bottom: #cccccc 1px solid;
	}
.contents-nav-container .contents-nav:after {
  display: block;
  clear: both;
  content: '';
}
.contents-nav-container .contents-nav ul {
  width: 100%;
  float: left;
  margin: 0;
}
.contents-nav-container .contents-nav ul li {
  float: left;
  display: block;
  margin: 0;
  padding: 0;
	}
.contents-nav-container .contents-nav ul li a {
  display: block;
  padding: 0 20px 10px 20px;
  font-size: 13px;
  line-height: 1.2;
  color: #333;
  text-decoration: none;
}
.contents-nav-container .contents-nav ul li a:hover {
  border-bottom: #f6bf00 3px solid;
}
.contents-nav-container .contents-nav ul li a.current {
  border-bottom: #f6bf00 3px solid;
  font-weight: bold;
}
.contents-nav-container p {
  margin: 20px auto;
  width:100%;
  max-width: 860px;
}

@media screen and (max-width: 800px) {

.contents-nav-container p {

	}
}/*EOM*/

.contents-nav-container .career-nested-link {
  width: 760px;
  margin: auto;
}
.contents-nav-container .career-nested-link ul li a:hover {
  opacity: 0.70;
}
.contents-nav-container .career-nested-link .mid-content {
  max-width: 780px;
  margin: 20px auto;
  background-color: white;
}
.contents-nav-container .career-mid-link .mid-content {
  display: none;
}
.contents-nav-container .career-mid-link .mid-anchor {
  display: block;
}
@media screen and (max-width: 800px) {
.contents-nav-container .contents-nav {
	border-bottom:none;
	}
.contents-nav-container .contents-nav ul{
	letter-spacing: -0.4em;
	background: #fff;
	}
.contents-nav-container .contents-nav ul li {
	letter-spacing: normal;
	float: none;
	display: inline-block;
	width:calc(100% / 3);
	}
.contents-nav-container .contents-nav ul li a {
	padding: 0;
	font-size: 10px;
	text-align: center;
	line-height:36px;
	border: none;
	}
.contents-nav-container .contents-nav ul li a.current {
	background: #f6bf00;
	border: none;
	}
}/*EOM*/


/* modal */

.selectModal {
  display: none;
  position: fixed;
  width: 550px;
  max-height: 600px;
  background-color: #fff;
  padding: 20px;
  z-index: 20002;
  overflow: auto;
}
.selectModal p {
  line-height: 1.8;
  color: #333;
}
.selectModalHead {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 10px;
}
.selectModalContents {
  font-size: 14px;
  text-align: left;
  line-height: 1.4;
  margin-bottom: 20px;
  padding: 0 20px;
}
.selectModalContents .mb15 {
  margin-bottom: 15px;
}
.selectModalContents .confirm li:before {
  content: "－";
  padding-right: 15px;
}
.selectModalContents .confirm li {
  text-indent: -30px;
  padding-left: 36px;
  margin-bottom: 5px;
}
.selectModalButtonBlock {
  width: 400px;
  margin: 0 auto;
  padding: 0;
}
.selectModalButtonBlock:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}
.selectModalButton {
  width: 180px;
  float: left;
}
.selectModalButton> a {
  display: block;
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  padding: 8px 0;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.selectModalButton> a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: alpha(opacity=70);
}
.selectModalButton.yes {
  margin-right: 40px;
}
.selectModalButton.yes> a {
  background-color: #ee8903;
}
.selectModalButton.no> a {
  background-color: #a8a8a8;
}
.selectModalOverlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: #000;
  z-index: 20001;
  opacity: 0.7;
}
.selectModalContents p {
  margin-bottom: 5px;
  line-height: 25.2px;
  color: #333;
}
.modal_open {
  cursor: pointer;
}

/* top-page
   ========================================================================== */

#top-page {
  background-color: white;
}
#top-page .main {
  padding: 0;
}
#top-page .footer-container {
  display: none;
}

/* Feed container */

.feed-container {
  width: 100%;
  position: relative;
}

/*!
 * Main slider
 */

.main-slider {
  background: #cccccc;
  overflow: hidden;
}
.main-slider-container {
  position: relative;
  width: 100%;
  height: auto;
  margin: auto;
  z-index: 1;
  overflow: hidden;
}
.main-slider-container img {
  width: 100%;
  height: auto;
}
.main-slider .bxslider li {
  display: none;
}
.main-slider .bx-wrapper {
  margin-bottom: 0;
}
.main-slider .bx-wrapper .bx-viewport {
  border: none;
  left: 0;
}
.main-slider .bx-wrapper .bx-viewport .bxslider li {
  display: block;
}
.main-slider .bx-wrapper .bx-controls {
  height: 0;
}
.main-slider .bx-wrapper .bx-controls .bx-pager {
  position: relative;
  top: -42px;
}
.main-slider .bx-wrapper .bx-pager.bx-default-pager a:hover, .main-slider .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #0069c4;
}
@media screen and (max-width: 519px) {
  .main-slider .bx-wrapper .bx-controls .bx-pager {
    top: -35px;
  }
}
@media screen and (max-width: 800px) {
  .main-slider {
    margin-top: 50px;
  }
}

/*!
 * Link nav
 */

.link-nav-container {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 800px) {
  .js .link-nav-container {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.link-nav {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  right: 0;
  width: 100%;
  z-index: 1;
}

/* Feed nav tabs */

.link-nav-tabs {
  *zoom: 1;
  background-color: #f5f5f5;
}
.link-nav-tabs:before, .link-nav-tabs:after {
  content: " ";
  display: table;
}
.link-nav-tabs:after {
  clear: both;
}
.link-nav-tabs, .link-nav-tabs a {
  color: #545454;
  text-decoration: none;
  font-size: 1.1em;
}
.link-nav-tabs .label {
  height: 31px;
  padding-bottom: 0;
  padding-left: 20px;
}
.link-nav-item {
  position: relative;
  width: 25%;
  display: inline-block;
  border-top: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
  text-align: center;
  box-sizing: border-box;
  float: left;
}
.link-nav-item.checked {
  background-color: #ddd;
}
.link-nav-item:last-child {
  border-top: 1px solid #d3d3d3;
  border-right: none;
}
.link-nav-item a {
  display: block;
  padding: 5% 0;
  outline: none;
  font-size: 1.1em;
}
.link-nav-item a img {
  position: absolute;
  width: 10.2%;
  top: 18%;
  left: 10%;
}
@media screen and (max-width: 1100px) {
  .link-nav-item {
    width: 25%;
  }
  .link-nav-item a img {
    top: 28%;
    left: 6%;
  }
}
@media screen and (max-width: 630px) {
  .link-nav-item a {
    font-size: 0.7em;
  }
  .link-nav-item a img {
    width: 10.8%;
    top: 28%;
    left: 3%;
  }
}

/*!
 * Feed item
 */

.feed-list-container {
  margin: 0;
  display: none;
  background-color: white;
}
.feed-list-container .card {
  width: calc(100% / 3);
  max-width: 100%;
  min-height: 280px;
  background-color: #ddd;
  border-left: 2px solid white;
  border-bottom: 2px solid white;
  box-sizing: border-box;
}
@media screen and (max-width: 800px) {
  .feed-list-container .card {
    width: 50%;
  }
}
@media screen and (max-width: 400px) {
  .feed-list-container .card {
    width: 100%;
  }
}
.feed-list-container .card .feed-group {
  *zoom: 1;
  margin: auto;
  max-width: 1600px;
}
.feed-group {
  *zoom: 1;
  margin: auto;
}
.feed-group:before, .feed-group:after {
  content: " ";
  display: table;
}
.feed-group:after {
  clear: both;
}
.feed-item {
  color: #685757;
  position: relative;
  -webkit-transition: -webkit-box-shadow 0.5s, opacity 0.3s;
  transition: box-shadow 0.5s, opacity 0.3s;
}
.feed-item:hover, .feed-item:focus {
  opacity: .7;
}
.feed-item a {
  color: #666;
  text-decoration: none;
  display: block;
}
.feed-item .feed-thumb-wrapper {
  position: relative;
  overflow: hidden;
}
.feed-item .feed-thumb-wrapper:after {
  content: ' ';
  position: absolute;
  display: block;
  background-color: #ddd;
  width: 80px;
  height: 80px;
  bottom: -40px;
  left: -40px;
  transform: rotate(45deg);
}
.feed-item .feed-thumb {
  width: 100% !important;
  height: auto !important;
}
.feed-item .feed-text-wrapper {
  padding: 0 25px;
}
.feed-item .feed-text-wrapper> * {
  margin: 25px auto;
}
.feed-item .feed-heading {
  word-wrap: break-word;
}
.feed-item .heading {
  font-size: 100%;
  line-height: 1.5;
}
.feed-item .date, .feed-item .category {
  font-size: 71.43%;
  line-height: 1.4;
  color: gray;
}
.feed-item .date {
  padding-top: 10px;
  float: left;
}
.feed-item .category {
  float: right;
}
.feed-item .feed-category {
  float: right;
}
.feed-item .category {
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}
.feed-item .category.dental {
  background-image: url('../img/menu-icon/corp_icon_nsk.png');
}
.feed-item .category.industrial {
  background-image: url('../img/menu-icon/corp_icon_kikou.png');
}
.feed-item .category.medical {
  background-image: url('../img/menu-icon/corp_icon_medical.png');
}
.feed-item .category.corporate {
  background-image: url('../img/menu-icon/corp_icon_corp.png');
}

/* career
   ========================================================================== */

.career-container {
  padding: 0;
  text-align: center;
}
.career-container p {
  padding: 20px;
  font-size: 18px;
}
.career-container ul {
	display: block;
	width: 100%;
	margin: auto;
	letter-spacing: -0.4em;
	}
.career-container ul li {
	display: inline-block;
	width:calc(100% / 2);
	letter-spacing: normal;
	position: relative;
	background: #000;
	vertical-align: top;
	}
.career-container ul li a img{
	width:100%;
	opacity:0.5;
	}
.career-container ul li a:hover img{
	opacity:0.8;
	}
.career-container ul li a {
  text-decoration: none;
  color: #fff;
	}
.career-container ul li a span {
  display: block;
  font-size: 12px;
  text-align: left;
  line-height: 1.2;
  padding:0;
  font-weight: bold;
	position: absolute;
	text-align: center;
	top:calc(50% - 30px);
	width: 100%;
	}
.career-container ul li a span strong{
	display: block;
	font-size:24px;
	margin-bottom:10px;
	font-family: "nskFont-J";
	font-weight: 100;
	letter-spacing:2px;
	}
@media screen and (max-width: 800px) {
	.career-container {
		min-height:70vh;
		}
	.career-container ul li a span strong{
		font-size:18px;
		}

}


/* career-mid, career-new-graduate */

.career_section {
  margin-bottom: 30px;
  padding: 5px;
}
.career_section h2 {
  color: #fff;
  font-size: 1.0em;
  padding: 5px;
  margin-bottom: 5px;
  text-align: left;
}
.career_section h2.h2_blue {
  background-color: #005bac;
}
.career_section h2.h2_gray {
  background-color: #666666;
}
.career_section table tbody tr th {
  width: 160px;
  padding: 5px 20px;
  text-align: left;
  font-weight: bold;
  border-bottom: 5px #f2f2f2 solid;
}
.career_section table.cell_blue tbody tr th {
  background-color: #dfecf2;
}
.career_section table.cell_gray tbody tr th {
  background-color: #eeeeee;
}
.career_section table tbody tr td {
  padding: 5px 5px 5px 20px;
  text-align: left;
}
.career_section table tbody tr td ul {
  margin-left: 20px;
}
.career_section table tbody tr td ul li {
  list-style: disc;
  text-align: left;
}

/* company
   ========================================================================== */

p.company {
  color: white;
}
.company-container {
  min-height: 400px;
  padding: 0;
  text-align: center;
}
.company-container p {
  padding: 20px 0;
  font-size: 18px;
}
.company-container ul {
	margin: auto;
	width: 100%;
	letter-spacing: -0.4em;
	text-align: left;
	}
.company-container ul li {
	width:calc(100% / 3);
	display: inline-block;
	margin: 0;
	padding:0;
	letter-spacing: normal;
	}
.company-container ul li img{
	width:100%;
	}
.company-container ul li a {
  display: block;
  position: relative;
}
.company-container ul li a:hover {
  opacity: 0.70;
}
.company-container ul li span {
	display: block;
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right:0;
	margin: auto;
	text-align: center;
    padding-top:calc( 50% - 80px);
	color:#fff;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#bfffffff,EndColorStr=#bfffffff);
	background-color: rgba(27, 45, 86, 0.50);
	}
	.company-container ul li:nth-child(4) span,
	.company-container ul li:nth-child(5) span {
		padding-top:calc( 50% - 60px);
		}
.company-container ul li span strong{
	display: block;
	font-size:24px;
	margin-bottom:10px;
	font-family: "nskFont-J";
	font-weight: 100;
	letter-spacing:2px;
	}

@media screen and (max-width: 800px) {
	.company-container ul li {
		width:calc(100% / 2);
		}
	.company-container ul li span {
		padding-top:calc( 50% - 50px);
		}
	.company-container ul li:nth-child(4) span,
	.company-container ul li:nth-child(5) span {
		padding-top:calc( 50% - 40px);
		}
	.company-container ul li span strong{
		font-size:14px;
		}
}

/* company/company */

#company_read {
  font-size: 5em;
  text-align: center;
  width: 980px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 5px;
  color: #03417d;
  font-family: "nskFont-J";
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 100;
}
@media screen and (max-width: 800px) {
#company_read {
	width: 90%;
	font-size: 30px;
	text-align: left;
	}
}/*EOM*/

#fullwidthbox {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
}
#fullwidthbox img {
  width: 100%
}
#corp_wrap {
  margin: 0 auto;
  width: 90%;
  max-width: 780px;
  padding-bottom: 20px;
}
#corp_wrap h3 {
  font-size: 2.5em;
  border-bottom: 1px #929d9f solid;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 800px) {
#corp_wrap h3 {
	width: 100%;
	font-size: 30px!important;
	text-align: left;
	}
}/*EOM*/

#corp_wrap .mapbox {
  position: relative;
}
#corp_wrap .mapbox table {
  line-height: 0;
}
#corp_wrap .mapbox, #corp_wrap .mapbox table, #corp_wrap .mapbox table tr, #corp_wrap .mapbox table td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background-color: #f2f2f2;
}
#corp_wrap .mapbox .inline_01_15 {
  position: absolute;
  top: 161px;
  left: 73px;
}
#corp_wrap .kf_special_modal {
  display: none;
}

@media screen and (max-width: 800px) {

#corp_wrap {

	}
}/*EOM*/

/*kf_special_modal
--------------------------------*/

div.kf_special_modal {
  display: none;
  width: 518px;
  font-family: avangarde;
}

/*.modal_inner*/

div.kf_special_modal div.modal_inner {
  clear: both;
  position: relative;
  width: ;
  margin: 0;
  padding: 10px 10px 10px 10px;
}

/*modal_inner_img*/

div.kf_special_modal div.modal_inner div.modal_inner_img {
  clear: both;
  vertical-align: middle;
}

/*modal_inner_text*/

div.kf_special_modal div.modal_inner div.modal_inner_text {
  clear: both;
  padding: 60px 80px;
}
div.kf_special_modal div.modal_inner div.modal_inner_text ol {
  margin-top: 10px;
}
div.kf_special_modal div.modal_inner div.modal_inner_text ol li {
  list-style: decimal;
  margin-bottom: 10px;
  text-align: left;
}
div.kf_special_modal div.modal_inner div.modal_inner_text p.title {
  color: #305282;
  font-size: 24px !important;
  font-family: 'ITCAvantGardeW04-Book', 'ITCAvantGardeW04-Medium 1122896', 'ITCAvantGardeW04-XLt';
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: left;
  padding: 0 0 10px 0;
}
div.kf_special_modal div.modal_inner div.modal_inner_text p {
  font-size: 11px !important;
  line-height: 2;
}
div.kf_special_modal div.modal_inner div.modal_inner_text p span.txt_s {
  font-size: 10px !important;
}
.modal_inner_text .title> span {
  display: table-cell;
  vertical-align: top;
}
.modal_inner_title_icon {
  padding-right: 12px;
}
.modal_inner_text_dl {
  display: table;
  margin-top: 20px;
}
.modal_inner_text_dl:first-child {
  margin-top: 30px;
}
.modal_inner_text_dl> dt {
  display: table-cell;
  vertical-align: middle;
}
.modal_inner_text_dl> dd {
  display: table-cell;
  padding-left: 15px;
  line-height: 18px;
  text-align: left;
  vertical-align: middle;
  font-size: 14px;
  font-weight: bold;
  color: #31507c;
}
.companyimgbox {
  position: relative;
}
.companyimgbox .textbox {
  position: absolute;
  bottom: 0px;
  left: 0;
  background-color: rgba(0, 0, 0, .5);
  filter: progid: DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#88000000, EndColorStr=#88000000);
  -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#88000000,EndColorStr=#88000000)";
  color: #fff;
  width: 100%;
  z-index: 999;
}
.companyimgbox .textbox .photocomments {
  margin: 0;
  padding-top: 10px;
  max-width: 600px;
  float: right;
  font-size: 13px;
}
p.phototitle {
  padding: 10px;
  margin: 0;
  font-size: 20px;
  width: 130px;
  float: left;
  line-height: 42px;
  padding-top: 10px;
  padding-left: 20px;
  letter-spacing: 0.5em;
  white-space: nowrap;
}

@media screen and (max-width: 800px) {

.companyimgbox .textbox {
	position: relative;
	background-color:white;
	margin-bottom:20px;
	}
.companyimgbox .textbox p{
	color:#000;
	width:93%;
	}
p.phototitle {
	float: none;
	margin:0; padding:10px 10px 0 10px;
	}
.companyimgbox .textbox .photocomments {
	float: none;
	margin:0; padding:10px;
	}
}/*EOM*/


#corp_wrap .companyimgbox .slidesjs-pagination {
  position: absolute;
  bottom: 65px;
  right: 10px;
  z-index: 998;
  list-style: none;
}
#corp_wrap .slidesjs-pagination li {
  float: left;
  margin: 0 1px;
}
#corp_wrap .slidesjs-pagination li a {
  display: block;
  width: 30px;
  height: 0;
  padding-top: 5px;
  background-image: url(../img/about/company/pagination.png);
  background-position: 0 0;
  float: left;
  overflow: hidden;
}
#corp_wrap .slidesjs-pagination li a.active, #corp_wrap .slidesjs-pagination li a:hover.active {
  background-position: 0 5px
}
#corp_wrap .slidesjs-pagination li a:hover {
  background-position: 0 -5px
}

/* company/manufactureing */

#corp_wrap h2 {
	font-size: 3em;
	margin-bottom: 10px;
	margin-top: 20px;
	}
@media screen and (max-width: 800px) {

#corp_wrap h2 {
	font-size: 30px!important;
	}
}/*EOM*/


#corp_wrap .slides_wrapper {
  position: relative;
}
#corp_wrap .manufacturingimgbox .textbox {
  position: absolute;
  bottom: 0px;
  left: 0;
  background-color: rgba(0, 0, 0, .5);
  filter: progid: DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#88000000, EndColorStr=#88000000);
  -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#88000000,EndColorStr=#88000000)";
  color: #fff;
  width: 100%;
  z-index: 997;
}
#corp_wrap .manufacturingimgbox .textbox .phototitle {
  font-size: 15px;
  line-height: 40px;
  margin: 0;
  width: 130px;
  float: left;
  padding: 0 0 0 10px;
  letter-spacing: 0;
  white-space: nowrap;
}
#corp_wrap .contents-nav-container p.photocomments {
  font-size: 12px;
  margin-bottom: 40px;
}
#corp_wrap .environment_photobox {
  margin-bottom: 20px;
}
#corp_wrap .environment_photobox:after {
  display: block;
  clear: both;
  content: '';
}
#corp_wrap .environment_photobox_a {
  width: 260px;
  float: left;
}
#corp_wrap .manufacturingimgbox {
  position: relative;
}
#corp_wrap .manufacturingimgbox .textbox {
  position: absolute;
  bottom: 0px;
  left: 0;
  background-color: rgba(0, 0, 0, .5);
  filter: progid: DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#88000000, EndColorStr=#88000000);
  -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#88000000,EndColorStr=#88000000)";
  color: #fff;
  width: 100%;
  z-index: 997;
}
#corp_wrap .environment_photobox_a p.caption {
  padding: 5px 10px 0;
  margin: 0;
  font-size: 11px;
  line-height: 1.8;
  width: auto;
}
#corp_wrap .manufacturingimgbox .textbox .phototitle2 {
  font-size: 15px;
  line-height: 28px;
  margin: 0;
  padding: 0 10px;
}
#corp_wrap .manufacturingimgbox .slidesjs-pagination {
  position: absolute;
  bottom: 44px;
  right: 10px;
  z-index: 998;
  list-style: none;
}

/* company/nsk-worldwide */

.nsk-worldwide {
  text-align: left;
}
#corp_wrap .worldwidebox:after {
  display: block;
  clear: both;
  content: '';
}
#corp_wrap .worldwidebox_a {
  width: 470px;
  float: left;
}
#corp_wrap .worldwidebox_a p {
  margin: auto;
  width: auto;
  font-size: 12px;
}

/* company/history */

.corp_wrapper {
  margin: 30px auto 0;
  width:90%;
  max-width: 780px;
  padding-bottom: 20px;
}
.corp_wrapper> img {
  margin-bottom: 30px;
}

@media screen and (max-width: 800px) {





}/*EOM*/

.historybox {
  margin-top: 20px;
}
.historybox:after {
  display: block;
  clear: both;
  content: "";
}
.history_list {
	width: 100%;
  max-width: 600px;
  float: left;
}
.history_list dl {
  position: relative;
}
.history_list dt {
  font-weight: bold;
  left: 0;
  position: absolute;
}
.history_list dd {
  margin: 0 0 20px;
  padding: 0 0 0 85px;
}
.history_img {
  width: 160px;
  float: right;
}

@media screen and (max-width: 800px) {

.history_img {
	float: none;
	width:auto;
	letter-spacing: -0.4em;
	}
.history_img img{
	width: calc(100% / 2);
	letter-spacing: normal;
	}


}/*EOM*/


/* legal
   ========================================================================== */

.legal_wrapper {
  max-width: 780px;
  margin: 0 auto;
}
.legal_wrapper h2 {
  margin: 30px 0;
  font-size: 24px;
}
.legal_wrapper h3 {
  color: #000;
  font-size: 23px;
  margin-bottom: 10px;
  font-weight: normal;
  padding: 22px 0 0 0;
}
.legal_wrapper p {
  font-size: 12px;
  margin-bottom: 10px;
}
.legal_wrapper a {
  color: #333;
}

/* privacypolicy
   ========================================================================== */

.privacypolicy_wrapper {
  max-width: 780px;
  margin: 0 auto;
}
.privacypolicy_wrapper h2 {
  margin: 30px 0;
  font-size: 24px;
}
.privacypolicy_content h3 {
  color: #000;
  font-size: 23px;
  margin-bottom: 10px;
  font-weight: normal;
  padding: 22px 0 0 0;
}
.privacypolicy_content h4 {
  color: #000;
  font-size: 18px;
  padding: 15px 0 0 0;
  margin-bottom: 10px;
  font-weight: normal;
}
.privacypolicy_content p {
  font-size: 12px;
  margin-bottom: 10px;
}
.privacypolicy_content a {
  color: #333;
}

/* contacts
   ========================================================================== */

.contact_area {
  clear: both;
  position: relative;
  max-width: 780px;
  margin: 0 auto;
  padding: 0 0 10px 0;
  text-align: left;
}
.contact_area p {
  font-size: 12px;
  margin-bottom: 20px;
}
.contact_area span.required {
  display: inline-block;
  padding: 3px 4px 0 4px;
  color: #ff5858;
  vertical-align: middle;
}
.contact_area table th {
  font-size: 12px;
  font-weight: normal;
}
.contact_area table td {
  padding: 5px 0 5px 0;
}
.contact_area table input {
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  font-size: 12px;
  line-height: 1.2;
  padding: 5px 10px;
  border: 0;
  outline: none;
  vertical-align: middle;
  word-break: break-all;
  background: #E9E9E9;
}
.contact_area table input.input_1 {
  width: 660px;
}
.contact_area table input.input_2 {
  width: 60px;
}
.contact_area table textarea {
  width: 659px;
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  font-size: 12px;
  line-height: 1.2;
  margin: 0;
  padding: 5px 10px;
  border: 0;
  outline: none;
  word-break: break-all;
  background: #E9E9E9;
  overflow-y: scroll;
  max-width: 660px;
  resize: none;
}
.privacy_box {
  max-width: 780px;
  height: 210px;
  overflow-y: scroll;
  margin: 20px 0 20px 0;
}
.privacy_box h3 {
  font-size: 15px;
  padding: 15px 0 0 0;
  margin: 0 0 10px 0;
}
.privacy_box li {
  font-size: 12px;
}
.send_area {
  text-align: center;
  padding: 0 0 30px 0;
}
.send_area input {
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 0 10px;
  padding: 8px 30px 8px 25px;
  border: 0;
  outline: none;
  word-break: break-all;
  color: #333;
  cursor: pointer;
  background: #d0d0d0 url(../img/contacts/icon_arrow_black_rs.png) no-repeat 100% center;
  zoom: 1;
}

/* ir
   ========================================================================== */

.kv p.ir {
  color: #fff;
  width: 250px;
  line-height: 1.0;
}
.ir-container {
  clear: both;
  margin: 0;
  padding: 0;
  zoom: 1;
}
.ir-container ul {
  position: relative;
  display: block;
  overflow: hidden;
  width:100%;
  margin: 0 auto 50px auto;
  zoom: 1;
  letter-spacing: -0.4em;
}
.ir-container ul li {
	display: inline-block;
	padding: 0;
	width:calc(100% / 3);
	letter-spacing: normal;
	zoom: 1;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	position: relative;
	vertical-align: top;
	}
.ir-container ul li:hover {
  opacity: 0.70;
}
.ir-container ul li a {
  text-decoration: none;
}
.ir-container ul li a img{
  width:100%;
}

.ir-container ul li span {
	display: block;
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right:0;
	margin: auto;
	text-align: center;
    padding-top:calc( 50% - 80px);
	color:#fff;
	}
.ir-container ul li span strong{
	display: block;
	font-size:24px;
	margin-bottom:10px;
	font-family: "nskFont-J";
	font-weight: 100;
	letter-spacing:2px;
	}
@media screen and (max-width: 800px) {
.ir-container ul li {
	width:calc(100% / 2);
	}
.ir-container ul li span {
	padding-top:calc( 50% - 59px);
	}
.ir-container ul li span strong{
	font-size:14px;
	}


}


.ir-content-wrapper {
  clear: both;
  position: relative;
  max-width: 780px;
  padding: 0 0 10px 0;
  margin: 50px auto 0;
  text-align: left;
}
.ir_list_archive {
  margin-bottom: 20px;
}
.ir_list_archive dt {
  font-size: 14px;
  width: 120px;
  font-weight: bold;
  color: #005bac;
  position: absolute;
  left: 0;
  word-break: break-all;
}
.ir_list_archive dd span {
  padding: 0 0 15px 140px;
  word-break: break-all;
  display: block;
  background: url(../img/ir/icon_pdf.gif) no-repeat 120px 2px;
}
.ir_list_archive dd a:link, .ir_list_archive dd a:visited {
  color: #333;
  text-decoration: underline;
  outline: none;
}
.ir_list_archive dd a:hover, .ir_list_archive dd a:active {
  text-decoration: none;
}

/* ir/ki */

.ir_ki {
  margin: 0 auto;
}
.ir_ki h2 {
  clear: both;
  color: #000;
  font-size: 23px;
  padding: 22px 0 0 0;
  margin-bottom: 10px;
  font-weight: normal;
  word-wrap: break-word;
}
.ir_ki table.kabushiki-table-info {
  clear: both;
  width: 100%;
  margin: 0 0 20px 0;
}
.ir_ki table.kabushiki-table-info th, .ir_ki table.kabushiki-table-info td {
  font-size: 12px;
  border: #a6a6a6 1px solid;
  padding: 10px;
  line-height: 1.5;
  text-align: left;
  border-left: none;
}
.ir_ki table.kabushiki-table-info th {
  background: #6b6b6b;
  width: 220px;
  color: #ffffff;
  border-left: none;
  border-right: none;
}
.ir_ki table.kabushiki-table-info th {
  background: #005bac;
}
.ir_ki table.kabushiki-table-info td {
  background: #ffffff;
}
.ir_ki .kabushiki-jimu-wrapper {
  clear: both;
  position: relative;
  text-align: left;
  margin: 0;
  padding: 0;
}
.ir_ki .kabushiki-jimu-inner {
  clear: both;
  padding: 0 0 20px 0;
}
.ir_ki .kabushiki-jimu-inner h3 {
  clear: both;
  color: #000;
  font-size: 18px;
  padding: 15px 0 0 0;
  margin-bottom: 10px;
  font-weight: normal;
  word-wrap: break-word;
}
.ir_ki .kabushiki-jimu-inner p {
  margin: 0 0 1em 0;
  word-wrap: break-word;
}
.ir_ki img.freedial {
  vertical-align: middle;
  margin: -2px 3px 0 0;
}

/* csr
   ========================================================================== */

.kv p.csr {
  color: #fff;
  top: 30%;
}
.csr-container {
  clear: both;
  margin: 0;
  padding: 0;
  zoom: 1;
}
.csr-container ul {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  margin: 0 auto 50px;
  zoom: 1;
  letter-spacing: -0.4em;
}
.csr-container ul li {
	display: inline-block;
	width:calc(100% / 3);
	zoom: 1;
	margin: 0;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	letter-spacing: normal;
	vertical-align: top;
	position: relative;
	background: #000;
	}
.csr-container ul li img{
	width:100%;
	opacity:0.5;
	}
.csr-container ul li:hover img{
	opacity: 0.8;
	}
.csr-container ul li a {
  text-decoration: none;
}
.csr-container ul li span {
	display: block;
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right:0;
	margin: auto;
	text-align: center;
    padding-top:calc( 50% - 80px);
	color:#fff;
	}
.csr-container ul li span strong{
	display: block;
	font-size:24px;
	margin-bottom:10px;
	font-family: "nskFont-J";
	font-weight: 100;
	letter-spacing:2px;
	}

@media screen and (max-width: 800px) {

.csr-container ul li {
	width:calc(100% / 2);
	}
.csr-container ul li span {
	padding-top:calc( 50% - 20px);
	}
.csr-container ul li span strong{
	font-size:14px;
	}
}


.csr-content-wrapper {
  clear: both;
  position: relative;
  width:90%;
  max-width: 780px;
  padding: 0 0 10px 0;
  margin: 50px auto 0;
  text-align: left;
}
.csr-content-wrapper p {
  color: #000;
}
.csr-content-wrapper a:link, .csr-content-wrapper a:visited {
  color: #333;
  text-decoration: underline;
  outline: none;
}
.csr-content-wrapper a:hover, .csr-content-wrapper a:active {
  text-decoration: none;
}



/* csr/environment */

.csr-content-wrapper h2.environment-title {
  font-size: 3em;
  margin-bottom: 10px;
}

@media screen and (max-width: 800px) {

.csr-content-wrapper h2.environment-title {
	font-size: 30px;
	}

}/*EOM*/

.csr-content-wrapper p {
  font-size: 12px;
  width: auto;
}
.env-number-box-wrapper {
  margin-top: 20px;
  font-size: 12px;
  letter-spacing: -0.4em;
}
.env-number-box-wrapper p {
  margin: 0;
  padding: 0;
}
.env-number-box_a {
  width: 390px;
  float: left;
}
.env-number-box_b {
  width: 390px;
  float: right;
}
.env-number-box-wrapper .env-numberbox {
	width: 20px;
	display: inline-block;
	font-size: 1.4em;
	font-weight: bold;
	vertical-align: top;
	}
.env-number-box-wrapper .env-commentbox {
	width: calc(100% - 40px);
	display: inline-block;
	letter-spacing: normal;
	border-left: 1px #67a4cf solid;
	margin-bottom: 20px;
	padding-left: 10px;
	}
@media screen and (max-width: 800px) {

.env-number-box_a,
.env-number-box_b {
	width: 100%;
	float: none;
	}

}/*EOM*/


.env-number-box-wrapper .env-commentbox .env-subtitle {
  line-height: 1.8;
  font-weight: bold;
}
.env-number-box-wrapper .env-commentbox ul {
  list-style-type: disc;
  margin-left: 20px;
}
.env-number-box-wrapper .env-commentbox ul li {
  list-style: inherit;
}
.env-photo-wrapper {
  margin-bottom: 20px;
  clear: both;
}
.env-photo-wrapper .env-photo {
  width: 260px;
  float: left;
}
.env-photo-wrapper .env-photo p {
  line-height: 1.8;
  margin: 0;
  padding: 0;
}
.env-graph-wrapper {
  margin-bottom: 40px;
}

@media screen and (max-width: 800px) {

.env-photo-wrapper .env-photo {
	width: 100%;
	float: none;
	}
.env-photo-wrapper .env-photo img{
	width: 100%;
	}
.env-photo-wrapper .env-photo p{
	text-align: center;
	margin:5px 0 20px 0;
	}
.env-graph-wrapper img{
	width: 100%;
	}

}/*EOM*/

.csr-content-wrapper h3.environment-hedding {
  font-size: 2.5em;
  border-bottom: 1px #929d9f solid;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 800px) {

.csr-content-wrapper h3.environment-hedding {
	font-size: 30px;
	}

}/*EOM*/


.env-report-wrapper {
	margin: 20px 0 30px;
	letter-spacing: -0.4em;
	}
.env-report {
	width: calc((100% - 40px) / 5);
	display: inline-block;
	letter-spacing: normal;
	text-align: center;
	margin-right: 10px;
	font-size: 12px;
	vertical-align: top;
	margin-bottom: 40px;
	}
.env-report:nth-child(5n){
	margin-right: 0;
	}
.env-report img {
  border: 1px #ccc solid;
  margin-bottom: 10px;
  background: #fff;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.env-report img:hover {
  opacity: 0.8;
}
.env-report .pdf-icon {
  background: url(../img/ir/icon_pdf.gif) center left no-repeat;
  padding-left: 20px;
}

@media screen and (max-width: 800px) {
.env-report-wrapper {
	letter-spacing: -0.4em;
	}
.env-report {
	float: none;
    width: calc(50% - 20px);
	display: inline-block;
	letter-spacing: normal;
	margin: 10px;
    padding: 0;
	}
.env-report img{
	width: 100%;
	}
.env-report-wrapper a{
	font-size:11px;
	}

}/*EOM*/


/* csr/transparency */

.csr-content-wrapper h2.transparency_title {
  margin: 0 0 10px 0;
  font-size: 24px;
  color: #333;
  text-align: left;
  line-height: 1.3;
  word-break: break-all;
}
.csr-content-wrapper h3.transparency_hedding {
  font-size: 30px;
  border-bottom: 1px #929d9f solid;
  margin-bottom: 20px;
  color: #000;
  padding: 22px 0 0 0;
  font-weight: normal;
  word-wrap: break-word;
}


@media screen and (max-width: 800px) {
.csr-content-wrapper h3.transparency_hedding {
	font-size: 20px;
	}

}/*EOM*/


.csr-content-wrapper h4.transparency_hedding {
  clear: both;
  color: #000;
  font-size: 18px;
  padding: 15px 0 0 0;
  margin-bottom: 10px;
  font-weight: normal;
  word-wrap: break-word;
}
.transparency_table {
  width: 100%;
  border-top: #a6a6a6 1px solid;
  border-left: #a6a6a6 1px solid;
}
.transparency_table thead th {
  background: #e6e6e6;
  font-weight: bold;
}
.transparency_table tbody th {
  background: #f9f9f9;
  font-weight: normal;
}
.transparency_table th, .transparency_table td {
  padding: 6px 10px;
  width: 50%;
  border-bottom: #a6a6a6 1px solid;
  border-right: #a6a6a6 1px solid;
  font-size: 11px;
  line-height: 1.5;
  background: #fff;
  word-break: break-all;
}
.transparency-wrapper .txtr {
  text-align: right;
}
.transparency-wrapper a {
  font-size: 12px;
}

/* csr/transparency-report */

.csr-content-wrapper .transparency_report_hedding {
  border: none;
  margin: 15px auto 10px;
  padding: 0;
  font-size: 18px;
  font-weight: normal;
  color: #000;
}

/* csr/conflict-minerals */

.csr-content-wrapper h2.conflict-minerals_title {
  margin: 0 0 10px 0;
  font-size: 24px;
  color: #333;
  text-align: left;
  line-height: 1.3;
  word-break: break-all;
}
.csr-content-wrapper .cm-text {
  margin: 20px auto 35px;
}


/* company_profile
   ========================================================================== */
.company-profile-container {
  width: 100%;
  margin: auto;
}
.company-profile-header {
  text-align: center;
  margin-bottom: 40px;
}
.company-profile-header h2 {
	font-size: 30px;
	font-weight:normal;
	margin: 50px auto 25px;
	font-family: "Hiragino Kaku Gothic ProN","nskFont-J", sans-serif;
	color:#231815;
	}
.company-profile-header > p {
	font-size: 14px;
	line-height: 2;
	font-family: "Hiragino Kaku Gothic ProN","nskFont-J", sans-serif;
	color:#231815;
	}
.company-profile-body {
  text-align: left;
}
.company-profile-body > p {
  font-size: 1.2em;
  line-height: 2.2;
}
ul.company-profile-list {
  width: 100%;
  padding: 0;
  letter-spacing:-0.4em;
}
ul.company-profile-list li {
  display: inline-block;
  width: calc(100% / 3);
  margin-bottom: 30px;
  letter-spacing: normal;
  position: relative;
  background: #000;
}
@media screen and (max-width: 800px) {
	ul.company-profile-list li {
		width:calc(100% / 2);
		margin-bottom: 0;
		}
	ul.company-profile-list li span {
		padding-top:calc( 50% - 85px);
		}
	ul.company-profile-list li span strong{
		font-size:14px;
		}
}


ul.company-profile-list li a img{
	width:100%;
	opacity: 0.5;
	}
ul.company-profile-list li a:hover img{
	opacity: 0.8;
	}
ul.company-profile-list li a{
	color:#fff;
	}
.company-profile-list-title {
	font-family: "nskFont-J";
	font-weight: 100;
	font-size: 1.9em;
	color: #fff;
	margin-bottom: 10px;
	text-align: center;
	position: absolute;
	top:20%;
	text-align: center;
	width: 100%;
	}
.company-profile-list-title span {
	display: block;	
	font-size: 0.5em;
	font-weight: normal;
	margin: 0 15px;
	}
.company-profile-list-text {
  font-size: 15px;
  line-height: 2.2;
	position: absolute;
	top:calc(20% + 50px);
	padding:10%;
	}
@media screen and (max-width: 800px) {
	.company-profile-list-title {
		font-size: 18px;
		top:10%;
		}
	.company-profile-list-title span {
		font-size: 11px;
		top:calc(20% + 50px);
		}
	.company-profile-list-text {
		font-size: 11px;
		line-height: 16px;
		top: calc(13% + 30px);
		}
}


.company-profile-links {
  text-align: center;
}
.company-profile-links li {
  float: left;
  display: block;
  width: 33%;
  zoom: 1;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.company-profile-links li:hover {
  opacity: 0.70;
}
.company-profile-links a {
  width: 100%;
  display: inline-block;
}
.company-profile-links img {
  width: 100%;
}

/* brand
   ========================================================================== */
.brand-container {
  width: 100%;
  margin: auto;
}
.brand-header {
  text-align: center;
  margin-bottom: 40px;
}
.brand-header h2 {
	font-size: 30px;
	font-weight:normal;
	margin: 50px auto 25px;
	font-family: "Hiragino Kaku Gothic ProN","nskFont-J", sans-serif;
	color:#231815;
	}
.brand-header > p {
	font-size: 14px;
	line-height: 2;
	font-family: "Hiragino Kaku Gothic ProN","nskFont-J", sans-serif;
	color:#231815;
	}
.brand-body {
  text-align: left;
}
.brand-body > p {
  font-size: 1.2em;
  line-height: 2.2;
}
ul.brand-list {
  width: 100%;
  padding: 0;
  letter-spacing:-0.4em;
}
ul.brand-list li {
  display: inline-block;
  width: calc(100% / 3);
  min-height:calc(100vh - 300px);
  margin-bottom: 30px;
  letter-spacing: normal;
  position: relative;
  vertical-align: top;
}
@media screen and (max-width: 800px) {
	ul.brand-list li {
		width:calc(100% / 2);
		margin-bottom: 30pxx;
		}
	ul.brand-list li span {
		padding-top:calc( 50% - 85px);
		}
	ul.brand-list li span strong{
		font-size:14px;
		}
}


ul.brand-list li a img{
	width:100%;
	opacity: 1.0;
	}
ul.brand-list li a:hover img{
	opacity: 0.5;
	}
ul.brand-list li a{
	text-decoration: none;
	}
.brand-list-title {
	font-family: "nskFont-J";
	font-weight: 100;
	font-size: 1.8em;
	color: #000;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
	padding:0 5%;
	width: auto;
	}
.brand-list-title span {
	display: block;	
	font-size: 0.5em;
	font-weight: normal;
	margin: 0 15px;
	}
.brand-list-text {
  font-size: 13px;
  line-height: 1.8;
  color: #000;
	padding:0 5%;
	}
@media screen and (max-width: 800px) {
	.brand-list-title {
		font-size: 18px;
		top:10%;
		}
	.brand-list-title span {
		font-size: 11px;
		top:calc(20% + 50px);
		}
	.brand-list-text {
		font-size: 11px;
		line-height: 16px;
		top: calc(13% + 30px);
		}
}


.brand-links {
  text-align: center;
}
.brand-links li {
  float: left;
  display: block;
  width: 33%;
  zoom: 1;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.brand-links li:hover {
  opacity: 0.70;
}
.brand-links a {
  width: 100%;
  display: inline-block;
}
.brand-links img {
  width: 100%;
}
/* topMessage
   ========================================================================== */

.topMessage{}
.topMessage p{
	font-family: "Hiragino Kaku Gothic ProN","nskFont-J", sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.5;
	text-rendering: optimizeLegibility;
	margin-bottom: 1em;
	width: auto;
	}
.topMessage p.presidentName{
	text-align: right;
	}
@media screen and (max-width: 800px) {

.topMessage p{
	line-height: 1.8;
	}
}/*EOM*/

/* listOverview
   ========================================================================== */

dl.listOverview{
	margin:30px auto;
	letter-spacing: -0.4em;
	}
dl.listOverview dt,
dl.listOverview dd{
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	margin-bottom:1em;
	}
dl.listOverview dt{
	width:130px;
	}
dl.listOverview dd{
	width:calc(100% - 130px);
	}
@media screen and (max-width: 800px) {

dl.listOverview dt,
dl.listOverview dd{
	font-size:13px;
	}

}/*EOM*/




/* top
   ========================================================================== */

.mainVis{
	height:calc(100vh - 212px);
	position: relative;
	background: url("../img/mainVis.png") no-repeat;
	background-position: center bottom;
	background-size: cover;
	}
.mainVis img{
	width: 100%;
	}
.mainVis a{
	display: block;
	height:calc(100vh - 212px);
	position: relative;
	}




/* 暫定処置
   ========================================================================== */
.item-recruit ul{display: none;}

/* about / global
   ========================================================================== */

.map-wrap{
	max-width:900px;
	position: relative;
	margin:0 auto 40px auto;
	}
.map-wrap img{ width: 100%; }

.map-wrap a.point{
	display: block;
	width: auto;
	position: absolute;
	top:0;
	left:100%;
	}
.map-wrap a.point:hover{
	opacity: 0.5;
	}

.map-wrap a#lam{
	left: 76.7%;
	top: 72.6%;
    width: 21.2%;
	}
.map-wrap a#ame{
    left: 81.6%;
	top: 41.6%;
    width: 16.0%;
	}
.map-wrap a#asa{
	left: 36.6%;
	top: 57.6%;
	width: 24.9%;
	}
.map-wrap a#dnx{
	left: 11.8%;
	top: 39.6%;
	width: 20.0%;
	}
.map-wrap a#eur{
    left: 11.4%;
    top: 23.6%;
    width: 17.0%;
	}
.map-wrap a#fra{
	left: 9.2%;
    top: 16.9%;
    width: 15.6%;
	}
.map-wrap a#hed{
	left: 46%;
    top: 42.9%;
    width: 17.2%;
	}
.map-wrap a#kor{
	left: 42.5%;
    top: 33.9%;
    width: 22.8%;
	}
.map-wrap a#mes{
	left: 23.0%;
    top: 51.4%;
    width: 19.9%;
	}
.map-wrap a#ocl{
	left: 55.2%;
    top: 79.1%;
    width: 15.7%;
	}
.map-wrap a#ocp{
	left: 48%;
    top: 72.4%;
    width: 18.2%;
	}
.map-wrap a#rus{
	left: 19%;
    top: 30.4%;
    width: 13.3%;
	}
.map-wrap a#sgh{
	left: 40.5%;
    top: 27.0%;
    width: 19.8%;
	}
.map-wrap a#esp{
    left: 8%;
    top: 43.4%;
    width: 18.5%;
	}
.map-wrap a#unk{
	left: 8%;
    top: 10.4%;
    width: 22.2%;
	}
.map-wrap a#swe{
	z-index: 0;
    top: 5.7%;
    left: 12.5%;
    width: 17%;
	}



/* about / philosophy
   ========================================================================== */

.title_ourcore,
.title_ourcore_sub{
	width:90%;
	max-width:800px;
	}

.title_ourcore{
	text-align: center;
	padding:0 0 40px 0;
	border-bottom: 1px solid #ccc;
	margin:0 auto 40px auto;
	}
.title_ourcore img{
	max-width:100%;
	display: inline-block;
	margin:40px 0;
	}
.title_ourcore_sub{
	margin:0 auto 80px auto;
	position: relative;
	}
.title_ourcore_sub .title_ourcore_sub_img_left,
.title_ourcore_sub .title_ourcore_sub_right_txt{

	}

.title_ourcore_sub .title_ourcore_sub_img_left,
.title_ourcore_sub .title_ourcore_sub_img_right{
	width:300px;
	position: absolute;
	top:0;
	}
.title_ourcore_sub .title_ourcore_sub_img_left img,
.title_ourcore_sub .title_ourcore_sub_img_right img{
	max-width:100%;
	}
.title_ourcore_sub .title_ourcore_sub_img_left{ left: 0; }
.title_ourcore_sub .title_ourcore_sub_img_right{ right: 0; }

.title_ourcore_sub .title_ourcore_sub_right_txt{
	margin-left:300px;
	width:calc(100% - 320px);
	}
.title_ourcore_sub .title_ourcore_sub_left_txt{
	margin-right:300px;
	width:calc(100% - 320px);
	}

@media screen and (max-width: 640px) {
	.title_ourcore_sub{
		margin:0 auto 0 auto;
		padding-bottom:40px;
		}
	.title_ourcore_sub .title_ourcore_sub_img_left,
	.title_ourcore_sub .title_ourcore_sub_img_right{
		position: relative;
		margin-bottom:20px;
		}
	.title_ourcore_sub .title_ourcore_sub_left_txt,
	.title_ourcore_sub .title_ourcore_sub_right_txt{
		width:100%;
		margin:0;
		}
}

