@charset "UTF-8";
/* ---------------------------
 * PC and Mobile
 * --------------------------- */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 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;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * 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/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden], template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b, strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * 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/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button, input, optgroup, select, textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 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 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 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/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

html {
  font-size: 62.5%;
  overflow: auto;
  height: 100%;
}

body {
  word-break: break-all;
  word-wrap: break-word;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  line-height: 1.3;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #333;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: #0a6ea0;
  text-decoration: underline;
}
a:visited {
  color: #6a4f9e;
}
a:hover {
  color: #14283c;
  text-decoration: none;
}

.contentType02 {
  overflow: hidden;
  background-color: #ebf2f5;
}

.contentType03 {
  overflow: hidden;
  border-top: 1px solid #c8c8c8;
}

.columnType01__item {
  box-sizing: border-box;
}

.header {
  background-color: #fff;
  position: relative;
  z-index: 10;
}

.header__inner {
  position: relative;
}
.header__inner:after {
  content: "";
  display: block;
  clear: both;
}

.header__logo01 {
  margin: 0;
  box-shadow: 0 0 20px -4px rgba(10, 80, 130, 0.5);
}

.header__contact {
  float: left;
  margin: 30px 0 0 150px;
}
.header__contact a {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 34px;
  padding: 0 18px 0 25px;
  color: #fff;
  text-decoration: none;
  background-color: #f05a32;
  position: relative;
  -webkit-transition: .2s;
  transition: .2s;
}
.header__contact a:hover {
  opacity: .7;
}
.header__contact a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  border-color: #fff;
  border-style: solid;
  border-width: 0;
  border-top-width: 1px;
  border-right-width: 1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 5px;
  height: 5px;
  left: 11px;
}

.header__links {
  list-style: none;
  margin: 10px 0 5px;
  padding: 0;
  font-size: 0;
  text-align: right;
}

.header__link {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  display: inline-block;
}
.header__link:not(:last-child) {
  margin-right: 15px;
}
.header__link a {
  color: #0a6ea0;
  text-decoration: none;
  position: relative;
  display: block;
  padding-left: 10px;
}
.header__link a:hover {
  text-decoration: underline;
}
.header__link a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  border-color: #768282;
  border-style: solid;
  border-width: 0;
  border-top-width: 1px;
  border-right-width: 1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 3px;
  height: 3px;
  left: 0;
}

.header__bottom {
  display: -webkit-box;
  display: flex;
}

.header__searchInner {
  border-bottom: 1px solid #90a5bb;
}

.header__searchInput {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  border: 0;
  width: 155px;
  height: 30px;
  padding-left: 25px;
  background: none;
  background-image: url(../../img/home201611/icon_search01.svg);
  background-repeat: no-repeat;
  background-size: 17px auto;
  background-position: 0 center;
  box-shadow: none;
  box-sizing: border-box;
}

.header__searchButton {
  border: 0;
  box-shadow: none;
  background: none;
  font-size: 14px;
  font-size: 1.4rem;
  color: #90a5bb;
  line-height: 30px;
  padding: 0 2px;
}

.header__logo02 {
  font-size: 0;
}

.spSearch {
  display: none;
  background-color: #0a5082;
  position: absolute;
  width: 100%;
  z-index: 60;
  color: #fff;
}

.spSearch__inner {
  padding: 15px;
  text-align: right;
  position: relative;
}
.spSearch__inner:before {
  content: "";
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-bottom: 8px solid #0a5082;
  position: absolute;
  top: -15px;
  right: 82px;
}

.spSearch__main {
  position: relative;
  display: inline-block;
  border-bottom: 1px solid #90a5bb;
}

.spSearch__input {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  border: 0;
  width: 155px;
  height: 30px;
  padding: 5px;
  background: none;
  box-shadow: none;
  box-sizing: border-box;
}

.spSearch__button {
  border: 0;
  box-shadow: none;
  background: none;
  font-size: 14px;
  font-size: 1.4rem;
  color: #90a5bb;
  line-height: 30px;
  padding: 0 2px;
}

.pcNav {
  width: 100%;
  min-width: 980px;
  background-color: #0a5082;
}

.pcNav__inner {
  width: 980px;
  margin: 0 auto;
  padding-left: 140px;
  box-sizing: border-box;
}

.pcNav__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pcNav__list:after {
  content: "";
  display: block;
  clear: both;
}

.pcNav__item {
  font-size: 14px;
  font-size: 1.4rem;
  float: left;
  text-align: center;
  box-sizing: border-box;
}
.pcNav__item > a {
  color: #fff;
  display: block;
  height: 48px;
  line-height: 43px;
  padding: 0 9px;
  text-decoration: none;
  position: relative;
  -webkit-transition: background .2s;
  transition: background .2s;
}
.pcNav__item > a:hover {
  background-color: #16293d;
}
.pcNav__item.active > a {
  background-color: #16293d;
}
.pcNav__item:not(.noDrop) > a:after {
  content: "";
  position: absolute;
  bottom: 10px;
  width: 5px;
  height: 5px;
  margin: auto;
  border-color: #fff;
  border-style: solid;
  border-width: 0;
  border-top-width: 1px;
  border-right-width: 1px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  left: 0;
  right: 0;
}

.pcSubNav {
  position: absolute;
  top: 130px;
  left: 0;
  width: 100%;
  min-width: 980px;
  background-color: #16293d;
  color: #fff;
  z-index: 200;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out;
}

.pcSubNav__body {
  text-align: left;
  -webkit-transition: opacity .4s .5s;
  transition: opacity .4s .5s;
  opacity: 0;
}
.pcSubNav__body.show {
  opacity: 1;
}

.pcSubNav__inner {
  width: 980px;
  padding: 30px 0 20px;
  margin: 0 auto;
}

.pcSubNav__heading01 {
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
  padding: 0 0 0 15px;
  margin: 0 0 35px;
}
.pcSubNav__heading01:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  border-color: #768282;
  border-style: solid;
  border-width: 0;
  border-top-width: 2px;
  border-right-width: 2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 6px;
  height: 6px;
  left: -4px;
}
.pcSubNav__heading01:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -13px;
  left: 0;
  background: rgba(255, 255, 255, 0.3);
}
.pcSubNav__heading01 a {
  color: #fff;
  text-decoration: none;
}

.pcSubNav__heading02 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 15px;
}

.pcSubNav__close {
  display: block;
  font-size: 1px;
  text-indent: -9999px;
  width: 18px;
  height: 18px;
  background-image: url(../../img/home201611/icon_close.svg);
  background-size: 18px;
  background-repeat: no-repeat;
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}

.pcSubNavType01 {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.pcSubNavType01.column-3 .pcSubNavType01__item {
  width: 320px;
}
.pcSubNavType01.column-3 .pcSubNavType01__item:not(:nth-child(3n)) {
  margin-right: 10px;
}
.pcSubNavType01.column-4 .pcSubNavType01__item {
  width: 237px;
}
.pcSubNavType01.column-4 .pcSubNavType01__item:not(:nth-child(4n)) {
  margin-right: 10px;
}
.pcSubNavType01.column-6 .pcSubNavType01__item {
  width: 155px;
}
.pcSubNavType01.column-6 .pcSubNavType01__item:not(:nth-child(6n)) {
  margin-right: 10px;
}

.pcSubNavType01__item .pcSubMenu01 {
  margin-left: 5px;
}

.pcSubVisual {
  margin-bottom: 20px;
}
.pcSubVisual a {
  display: block;
  text-decoration: none;
}

.pcSubVisual__inner {
  display: block;
}
.pcSubVisual__inner:not(.noLink):hover .pcSubVisual__img {
  opacity: .5;
}
.pcSubVisual__inner:not(.noLink) .pcSubVisual__text {
  color: #0a5082;
  padding-left: 20px;
}
.pcSubVisual__inner:not(.noLink) .pcSubVisual__text:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  border-color: #768282;
  border-style: solid;
  border-width: 0;
  border-top-width: 1px;
  border-right-width: 1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 5px;
  height: 5px;
  left: 8px;
}

.pcSubVisual__img {
  font-size: 0;
  -webkit-transition: .2s;
  transition: .2s;
}

.pcSubVisual__text {
  background-color: #fff;
  margin: 0;
  line-height: 26px;
  padding: 0 0 0 10px;
  color: #505050;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: -1px;
  position: relative;
}

.pcSubNav__links {
  background-color: #203346;
  width: 100%;
  min-width: 980px;
}

.pcSubNav__linksInner {
  width: 980px;
  margin: 0 auto;
  padding: 17px 0;
  overflow: hidden;
}

.pcSubNav__linksTitle {
  float: left;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  position: relative;
  padding-right: 20px;
  margin-right: 20px;
}
.pcSubNav__linksTitle:after {
  content: "";
  width: 1px;
  height: 16px;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 0;
  right: 0;
}

.pcSubNav__linksList {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}

.pcSubNav__linksItem {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 16px;
  margin-right: 15px;
}
.pcSubNav__linksItem a {
  display: block;
  color: #fff;
  text-decoration: none;
  position: relative;
  padding-left: 12px;
}
.pcSubNav__linksItem a:hover {
  text-decoration: underline;
}
.pcSubNav__linksItem a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  border-color: #fff;
  border-style: solid;
  border-width: 0;
  border-top-width: 1px;
  border-right-width: 1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 5px;
  height: 5px;
  left: -2px;
  opacity: .5;
}

.pcSubNav__botom {
  display: -webkit-box;
  display: flex;
  width: 100%;
}

.pcSubNav__bottomItem01 {
  width: 320px;
  margin-right: 10px;
}

.pcSubNav__bottomItem02 {
  width: 650px;
  position: relative;
}

.pcSubMenu01 {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}

.pcSubMenu01__item {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  margin-bottom: 15px;
}
.pcSubMenu01__item a {
  color: #fff;
  text-decoration: none;
  position: relative;
  padding-left: 10px;
}
.pcSubMenu01__item a:before {
  content: "";
  position: absolute;
  top: 3px;
  border-color: #fff;
  border-style: solid;
  border-width: 0;
  border-top-width: 1px;
  border-right-width: 1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 4px;
  height: 4px;
  left: -2px;
}
.pcSubMenu01__item a:hover {
  text-decoration: underline;
}

.pcSubMenu02 {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.pcSubMenu02__item {
  width: 320px;
  float: left;
  margin: 10px 10px 0 0;
  font-size: 14px;
  font-size: 1.4rem;
  display: -webkit-box;
  display: flex;
}
.pcSubMenu02__item:nth-child(1), .pcSubMenu02__item:nth-child(2) {
  margin-top: 0;
}
.pcSubMenu02__item:nth-child(even) {
  margin-right: 0;
}
.pcSubMenu02__item a {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 1.2;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.6);
  color: #fff;
  text-decoration: none;
  -webkit-transition: .2s;
  transition: .2s;
  padding: 0 85px 0 25px;
  display: -webkit-box;
  display: flex;
  align-self: stretch;
  -webkit-box-align: center;
  align-items: center;
  box-sizing: border-box;
}
.pcSubMenu02__item a:hover {
  background-color: #fff;
  color: #14283c;
}
.pcSubMenu02__item a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  border-color: #768282;
  border-style: solid;
  border-width: 0;
  border-top-width: 1px;
  border-right-width: 1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 4px;
  height: 4px;
  left: 10px;
}

.pcSubMenu02__item.iox .pcSubMenu02__img {
  background-image: url(../../img/home201611/icon_iox03.svg);
  background-size: 36px auto;
}
.pcSubMenu02__item.iox a:hover .pcSubMenu02__img {
  background-image: url(../../img/home201611/icon_iox04.svg);
}
.pcSubMenu02__item.cloud .pcSubMenu02__img {
  background-image: url(../../img/home201611/icon_cloud03.svg);
  background-size: 32px auto;
}
.pcSubMenu02__item.cloud a:hover .pcSubMenu02__img {
  background-image: url(../../img/home201611/icon_cloud04.svg);
}
.pcSubMenu02__item.outsourcing .pcSubMenu02__img {
  background-image: url(../../img/home201611/icon_outsourcing03.svg);
  background-size: 34px auto;
}
.pcSubMenu02__item.outsourcing a:hover .pcSubMenu02__img {
  background-image: url(../../img/home201611/icon_outsourcing04.svg);
}
.pcSubMenu02__item.bigdata .pcSubMenu02__img {
  background-image: url(../../img/home201611/icon_data03.svg);
  background-size: 34px auto;
}
.pcSubMenu02__item.bigdata a:hover .pcSubMenu02__img {
  background-image: url(../../img/home201611/icon_data04.svg);
}
.pcSubMenu02__item.global .pcSubMenu02__img {
  background-image: url(../../img/home201611/icon_global03.svg);
  background-size: 27px auto;
}
.pcSubMenu02__item.global a:hover .pcSubMenu02__img {
  background-image: url(../../img/home201611/icon_global04.svg);
}
.pcSubMenu02__item.doc .pcSubMenu02__img {
  background-image: url(../../img/home201611/icon_doc01.svg);
  background-size: 19px auto;
}
.pcSubMenu02__item.doc a:hover .pcSubMenu02__img {
  background-image: url(../../img/home201611/icon_doc02.svg);
}

.pcSubMenu02__item.bxdc .pcSubMenu02__img {
  background-image: url(../../img/home201611/icon_bxdc01.svg);
  background-size: 30px auto;
}
.pcSubMenu02__item.bxdc a:hover .pcSubMenu02__img {
  background-image: url(../../img/home201611/icon_bxdc02.svg);
}

.pcSubMenu02__text {
  display: inline-block;
  position: relative;
}

.pcSubMenu02__item a[target="_blank"] .pcSubMenu02__text::after {
  display:inline;
  content:url(/img/home201611/link_icon_blank_off.png);
  margin-left: 10px;
  vertical-align: middle;
}

.pcSubMenu02__item a[target="_blank"]:hover .pcSubMenu02__text::after {
  display:inline;
  content:url(/img/home201611/link_icon_blank_on.png);
  margin-left: 10px;
  vertical-align: middle;
}

.pcSubMenu02__img {
  width: 40px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .2s;
  transition: .2s;
}

.spNavWrap {
  display: none;
}

.spNav {
  display: none;
}

.footerBanner .bx-controls-direction {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0;
}
.footerBanner .bx-controls-direction a {
  display: block;
  font-size: 1px;
  text-indent: -9999px;
  background-color: #90a5bb;
  position: relative;
  -webkit-transition: .2s;
  transition: .2s;
}
.footerBanner .bx-controls-direction a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  border-color: #fff;
  border-style: solid;
  border-width: 0;
  border-top-width: 2px;
  border-right-width: 2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
  left: 0;
  right: 0;
}
.footerBanner .bx-controls-direction a.bx-prev {
  float: left;
}
.footerBanner .bx-controls-direction a.bx-prev:after {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  left: 2px;
}
.footerBanner .bx-controls-direction a.bx-next {
  float: right;
}
.footerBanner .bx-controls-direction a.bx-next:after {
  right: 2px;
}

.footerBanner__heading {
  text-align: center;
  font-weight: bold;
  margin-top: 0;
  line-height: 1;
}

.footerBanner__slider {
  position: relative;
  box-sizing: border-box;
}

.footerBanner__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footerBanner__item {
  text-align: center;
}

.footer__top {
  width: 100%;
  background-color: #14283c;
  color: #fff;
}

.footer__columns01 {
  padding: 35px 0;
  display: -webkit-box;
  display: flex;
}

.footer__columns02 {
  overflow: hidden;
}

.footer__column01 {
  border-right: 1px solid #536f8b;
}

.footer__column02 {
  padding-top: 25px;
}
.footer__column02 .fNavType01__item {
  margin-bottom: 20px;
}

.footer__item {
  padding-top: 25px;
  border-top: 1px dotted #8498ac;
}
.footer__item:first-child {
  border-top: 0;
  padding-top: 0;
}
.footer__item:last-child .fNavType02 {
  margin-bottom: 0;
}

.fNavType01 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.fNavType01__item {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: bold;
  position: relative;
  padding-left: 13px;
  margin-bottom: 15px;
}
.fNavType01__item:before {
  content: "";
  position: absolute;
  top: 3px;
  border-color: #fff;
  border-style: solid;
  border-width: 0;
  border-top-width: 2px;
  border-right-width: 2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 0;
  width: 5px;
  height: 5px;
}
.fNavType01__item a {
  color: #fff;
  text-decoration: none;
  display: block;
}
.fNavType01__item a:hover {
  text-decoration: underline;
}

.fNavType02 {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}

.fNavType02__item {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  position: relative;
  padding-left: 13px;
  margin-bottom: 5px;
  display: inline-block;
  margin-right: 10px;
}
.fNavType02__item_blankWhite {
  padding-right: 14px;
}
.fNavType02__item:before {
  content: "";
  position: absolute;
  top: 4px;
  border-color: #fff;
  border-style: solid;
  border-width: 0;
  border-top-width: 1px;
  border-right-width: 1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 0;
  width: 4px;
  height: 4px;
}
.fNavType02__item_blankWhite:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-size: 12px;
  background-image: url(../../img/home201611/link_icon_blank_off.png);
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  right: -2px;
}
.fNavType02__item a {
  color: #fff;
  text-decoration: none;
  display: block;
}
.fNavType02__item a:hover {
  text-decoration: underline;
}

.footer__subHeading {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 10px;
}
.footer__subHeading:before, .footer__subHeading:after {
  content: "";
  width: 7px;
  height: 1px;
  margin-top: 7px;
  background-color: #fff;
  display: inline-block;
  vertical-align: top;
}
.footer__subHeading:before {
  margin-right: 5px;
}
.footer__subHeading:after {
  margin-left: 5px;
}

.fNavType03 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mainvisual {
  position: relative;
  width: 100%;
}
.mainvisual .bx-pager {
  font-size: 0;
  text-align: center;
  position: absolute;
  left: 0;
  width: 100%;
}
.mainvisual .bx-pager-item {
  text-indent: -9999px;
  display: inline-block;
}
.mainvisual .bx-pager-link {
  display: block;
  background-color: #90a5bb;
}
.mainvisual .bx-pager-link.active {
  background-color: #0a5082;
}
.mainvisual .bx-controls-direction {
  position: absolute;
  top: 50%;
  height: 0;
  z-index: 60;
}
.mainvisual .bx-controls-direction a {
  font-size: 1px;
  text-indent: -9999px;
  display: block;
  position: relative;
  background-color: rgba(144, 165, 187, 0.8);
  -webkit-transition: .2s;
  transition: .2s;
}
.mainvisual .bx-controls-direction a:hover {
  background-color: #14283c;
}
.mainvisual .bx-controls-direction a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  border-color: #fff;
  border-style: solid;
  border-width: 0;
  border-top-width: 2px;
  border-right-width: 2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
  left: 0;
  right: 0;
}
.mainvisual .bx-controls-direction a.bx-prev {
  float: left;
}
.mainvisual .bx-controls-direction a.bx-prev:after {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.mainvisual .bx-controls-direction a.bx-next {
  float: right;
}

.mainvisual__slideItem {
  display: none;
  position: relative;
  overflow: hidden;
}

.bx-wrapper .mainvisual__slideItem {
  display: block;
}

.mainvisual__slideImg {
  position: relative;
  width: 100%;
}
.mainvisual__slideImg img {
  width: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.mainvisual__slideText {
  background-color: rgba(21, 31, 41, 0.8);
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.mainvisual__slideHeading {
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  font-size: 2.8rem;
  letter-spacing: 0.52em;
  line-height: 1.1;
  position: relative;
  margin: 0;
}
.mainvisual__slideHeading:after {
  content: "";
  width: 50px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.mainvisual__slideLead {
  line-height: 1.8125;
}

.mainvisual__slideLink {
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
}
.mainvisual__slideLink a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding-bottom: 8px;
  border-bottom: 1px solid #fff;
}

.menuListType01 {
  background-color: #fff;
}

.menuListType01__list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.menuListType01__item01 {
  border-right: 1px solid #c8d2dc;
  border-bottom: 1px solid #c8d2dc;
  box-sizing: border-box;
}
.menuListType01__item01 a {
  display: block;
  color: #0a6ea0;
  text-decoration: none;
}
.menuListType01__item01.iox .menuListType01__img {
  background-image: url(../../img/home201611/icon_iox01.svg);
}
.menuListType01__item01.fintech .menuListType01__img {
  background-image: url(../../img/home201611/icon_fintech01.svg);
}
.menuListType01__item01.bigdata .menuListType01__img {
  background-image: url(../../img/home201611/icon_data01.svg);
}
.menuListType01__item01.outsourcing .menuListType01__img {
  background-image: url(../../img/home201611/icon_outsourcing01.svg);
}
.menuListType01__item01.global .menuListType01__img {
  background-image: url(../../img/home201611/icon_global01.svg);
}
.menuListType01__item01.cloud .menuListType01__img {
  background-image: url(../../img/home201611/icon_cloud01.svg);
}

.menuListType01__item02 {
  display: -webkit-box;
  display: flex;
  box-sizing: border-box;
}
.menuListType01__item02 a {
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
  background-color: #23628f;
  color: #fff;
  box-sizing: border-box;
}

.menuListType01__img {
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: .3s;
  transition: .3s;
}

.menuListType01__text {
  display: inline-block;
  margin: 0;
  position: relative;
}
.menuListType01__text:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  border-color: #90a5bb;
  border-style: solid;
  border-width: 0;
  border-top-width: 1px;
  border-right-width: 1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: .3s;
  transition: .3s;
}
.contentType01Linkblank:after {
  content: "";
  position: absolute;
  bottom: 157px;
  background-image: url(../../img/home201611/link_icon.png);
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  right: 339px;
  }
.contentType01Linkblank:hover:after {
  content: "";
  background-image: url(../../img/home201611/link_icon_blank_off.png);
  background-repeat: no-repeat;
  }
.menuListType01__heading {
  font-weight: bold;
  display: inline-block;
  line-height: 1;
  margin: 0;
  position: relative;
}
.menuListType01__heading:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  border-color: #fff;
  border-style: solid;
  border-width: 0;
  border-top-width: 2px;
  border-right-width: 2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menuListType01__description {
  margin: 0;
}

.menuListType02__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.menuListType02__item01 {
  background-color: #fff;
  box-sizing: border-box;
}
.menuListType02__item01 a {
  width: 100%;
  height: 100%;
  color: #333;
  display: block;
  position: relative;
  text-decoration: none;
  box-sizing: border-box;
}
.menuListType02__item01 a:before {
  content: "";
  width: 0;
  height: 0;
  border: 11px solid transparent;
  border-top: 11px solid #94acd1;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  z-index: 5;
}
.menuListType02__item01.case .menuListType02__category {
  color: #fff;
  background-color: #0a5082;
}
.menuListType02__item01.seminar .menuListType02__category {
  background-color: #f7e05b;
}
.menuListType02__item01.seminar .menuListType02__category.event {
  background-color: #f7b3aa;
}

.menuListType02__item02 {
  background-color: #fff;
  box-sizing: border-box;
}
.menuListType02__item02 a {
	color: #fff;
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	text-decoration: none;
	box-sizing: border-box;
	}
.menuListType02__item02 a:before {
  content: "";
  width: 0;
  height: 0;
  border: 11px solid transparent;
  border-top: 11px solid #fff;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  z-index: 5;
}
.menuListType02__item02.normal .menuListType02__category {
  color: #09264d;
  background-color: #fff;
}
.menuListType02__item02.noImg .menuListType02__category {
  background-color: #28647c;
  color: #fff;
}
.menuListType02__item02.noImg a:before {
  border-top: 11px solid #94acd1;
}
.menuListType02__item02.noImg .menuListType02__heading02 {
  color: #28647c;
}

.menuListType02__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.menuListType02__img:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 50, 100, 0.7);
  position: absolute;
  top: 0;
  left: 0;
}
.menuListType02__img img {
  width: 100%;
  max-width: none;
  height: auto;
}

.menuListType02__category {
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.menuListType02__category i {
  font-style: normal;
  width: 100%;
  display: block;
}

.menuListType02__heading01 {
  margin: 0;
  font-weight: 500;
  line-height: 1.2;
}

.menuListType02__heading02 {
  position: relative;
  color: #fff;
  line-height: 1.2;
  margin: 0;
}

.menuListType02__description {
	margin: 0;
	line-height: 1.3;
	position: relative;
	}

.menuListType02__date01 {
  position: absolute;
  text-align: right;
  border-top: 1px dotted #6e6e6e;
  line-height: 1;
  box-sizing: border-box;
}

.menuListType02__date02 {
  position: absolute;
  text-align: right;
  background-color: #fff;
  border-top: 1px dotted #6e6e6e;
  line-height: 1;
  box-sizing: border-box;
}

.newsListType01__heading01 {
  color: #0a6ea0;
  font-weight: bold;
  line-height: 1;
  position: relative;
  margin-top: 0;
  padding-bottom: 7px;
  border-bottom: 1px solid #c8c8c8;
}
.newsListType01__heading01:after {
  content: "";
  display: block;
  clear: both;
}
.newsListType01__heading01:before {
  content: "";
  position: absolute;
  top: 0;
  border-color: #8a9494;
  border-style: solid;
  border-width: 0;
  border-top-width: 2px;
  border-right-width: 2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 0;
}
.newsListType01__heading01 a {
  color: #0a6ea0;
}

.newsListType01__link01 {
  color: #0a6ea0;
  text-decoration: none;
}

.newsListType01__link02 {
  font-weight: normal;
  color: #0a6ea0;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  float: right;
  position: relative;
}
.newsListType01__link02:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  border-color: #8a9494;
  border-style: solid;
  border-width: 0;
  border-top-width: 1px;
  border-right-width: 1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: -2px;
}

.newsListType01__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.newsListType01__category {
  display: inline-block;
  vertical-align: top;
  color: #333;
  font-style: normal;
  font-weight: bold;
  text-align: center;
}
.newsListType01__category.pressrelease {
  background-color: #bbd470;
}
.newsListType01__category.news {
  background-color: #add7f3;
}
.newsListType01__category.seminar {
  background-color: #f7e05b;
}
.newsListType01__category.event {
  background-color: #f7b3aa;
}

.newsListType01__date {
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 10px;
}

.newsListType01__description {
  line-height: 1.3;
  margin: 0;
}
.newsListType01__description a {
  -webkit-transition: all .18s ease-out;
  transition: all .18s ease-out;
}
.newsListType01__description a:hover {
  text-decoration: none;
}

.newsListType01__button {
  width: 100%;
}
.newsListType01__button a {
  display: block;
  text-align: center;
  color: #fff;
  text-decoration: none;
  background-color: #90a5bb;
}
.newsListType01__button span {
  display: inline-block;
  position: relative;
}
.newsListType01__button span:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  border-color: #fff;
  border-style: solid;
  border-width: 0;
  border-top-width: 2px;
  border-right-width: 2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

p.emergency {
    color: #FF0000 ;
    width: 800px;
    margin: 0 auto;
    border: solid 3px #fe0000;
    padding: 12px;
    text-align: center;
}

#index_message {
  margin: 10px auto;
  padding: 15px;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  border: solid 2px #c00;
  color: #c00;
  background-color: #fff;
  line-height: 2;
  box-sizing: border-box;
}

#index_message p.emergency {
    color: #c00;
    margin: 1em 0;
    width: auto;
    border: 0 none;
    padding: 0;
}

#index_message a {
  padding: 0 0 1px 11px;
  position: relative;
  display: inline-block;
}
#index_message a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  border-color: #768282;
  border-style: solid;
  border-width: 0;
  border-top-width: 1px;
  border-right-width: 1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 3px;
  height: 3px;
  left: 0;
}

@media all and (max-width: 980px) {
  /* ---------------------------
 * 980px以下
 * --------------------------- */
  .columnType01 {
    padding: 0 10px;
  }
  .footerBanner {
    margin-right: 10px;
    margin-left: 10px;
  }
  .footerBanner__slider {
    width: auto;
  }
  .footer__inner {
    padding: 0 10px;
    box-sizing: border-box;
  }
}

@media all and (min-width: 600px) {
  /* ---------------------------
 * PC and Tablet
 * --------------------------- */
  .sp-only {
    display: none !important;
  }
  .contentType01 {
    margin-top: 80px;
  }
  .contentType03 {
    margin-top: 80px;
  }
  .columnType01 {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
  }
  .columnType01 .columnType01__item {
    width: 50%;
    display: -webkit-box;
    display: flex;
    align-self: stretch;
  }
  .header__logo02 {
    width: 170px;
  }
  .footerBanner {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .footerBanner .bx-controls-direction {
    margin-top: -28px;
  }
  .footerBanner .bx-controls-direction a {
    width: 56px;
    height: 56px;
  }
  .footerBanner__heading {
    font-size: 26px;
    font-size: 2.6rem;
    margin-bottom: 20px;
  }
  .footerBanner__slider {
    padding: 0 65px;
  }
  .fNavType03 {
    text-align: center;
    font-size: 0;
    margin: 20px 0 10px;
  }
  .fNavType03__item {
    display: inline-block;
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0 20px 10px;
  }
  .fNavType03__item a {
    text-decoration: none;
    color: #0a325a;
    display: inline-block;
    padding-left: 10px;
    position: relative;
  }
  .fNavType03__item a:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    border-color: #768282;
    border-style: solid;
    border-width: 0;
    border-top-width: 1px;
    border-right-width: 1px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 4px;
    height: 4px;
    left: 0;
  }
  .footer__copyright {
    text-align: center;
    margin: 0;
    padding-bottom: 30px;
    color: #0a325a;
  }
  .footer__copyright small {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .mainvisual {
    margin-bottom: 80px;
  }
  .mainvisual .bx-pager {
    bottom: -32px;
  }
  .mainvisual .bx-controls-direction a {
    width: 55px;
    height: 55px;
  }
  .mainvisual .bx-pager-link {
    width: 12px;
    height: 12px;
    margin: 0 15px;
  }
  .mainvisual__slideItem {
    height: 440px;
  }
  .mainvisual__slideImg img {
    min-width: 2000px;
  }
  .mainvisual__slideText {
    width: 330px;
    height: 330px;
    padding: 35px 0 0;
    box-sizing: border-box;
  }
  .mainvisual__slideHeading {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 45px;
  }
  .mainvisual__slideHeading:after {
    bottom: -22px;
  }
  .mainvisual__slideLead {
    margin: 0 40px 25px;
  }
  .menuListType01 {
    box-shadow: 0 0 20px -4px rgba(10, 80, 130, 0.5);
    margin-bottom: 80px;
  }
  .menuListType01__item01 {
    width: 33.3%;
  }
  .menuListType01__item01:nth-child(3n) {
    width: 33.4%;
    border-right: 0;
  }
  .menuListType01__item01 a {
    height: 180px;
    padding-top: 40px;
    box-sizing: border-box;
  }
  .menuListType01__item02 {
    width: 50%;
  }
  .menuListType01__item02:last-child {
    border-left: 1px solid #fff;
  }
  .menuListType01__item02 a {
    padding: 36px 5px 36px;
  }
  .menuListType01__img {
    height: 76px;
    margin-bottom: 15px;
    position: relative;
  }
  .menuListType01__img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .menuListType01__text {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .menuListType01__text:before {
    width: 6px;
    height: 6px;
    margin-left: -13px;
  }
  .menuListType01__heading {
    margin: 0 10px 20px 20px;
    margin-bottom: 20px;
  }
  .menuListType01__heading:before {
    width: 9px;
    height: 9px;
    margin-left: -20px;
  }
  .menuListType02 {
    margin: 50px 0;
  }
  .menuListType02__item01 {
    border-top: 1px solid #ebf2f5;
    border-right: 1px solid #ebf2f5;
    display: -webkit-box;
    display: flex;
  }
  .menuListType02__item01:nth-child(1), .menuListType02__item01:nth-child(2), .menuListType02__item01:nth-child(3) {
    border-top: 0;
  }
  .menuListType02__item01:nth-child(3n) {
    border-right: 0;
  }
  .menuListType02__item02 {
    border-top: 1px solid #ebf2f5;
    border-right: 1px solid #ebf2f5;
    display: -webkit-box;
    display: flex;
  }
  .menuListType02__item02:nth-child(1), .menuListType02__item02:nth-child(2), .menuListType02__item02:nth-child(3) {
    border-top: 0;
  }
  .menuListType02__item02:nth-child(3n) {
    border-right: 0;
  }
  .newsListType01 {
    width: 100%;
    position: relative;
  }
  .newsListType01__heading01 {
    padding-left: 20px;
    margin-bottom: 25px;
  }
  .newsListType01__heading01:before {
    width: 9px;
    height: 9px;
  }
  .newsListType01__link02 {
    font-size: 16px;
    font-size: 1.6rem;
    padding-left: 11px;
  }
  .newsListType01__link02:before {
    width: 4px;
    height: 4px;
  }
  .newsListType01__list {
    padding-bottom: 95px;
  }
  .newsListType01__item {
    margin-bottom: 30px;
  }
  .newsListType01__item:last-child {
    margin-bottom: 0;
  }
  .newsListType01__category {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 22px;
    margin-bottom: 10px;
    width: 120px;
  }
  .newsListType01__date {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 22px;
  }
  .newsListType01__description {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .newsListType01__button {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .newsListType01__button a {
    line-height: 60px;
  }
  .newsListType01__button span:before {
    width: 5px;
    height: 5px;
    margin-left: -15px;
  }
}

@media all and (max-width: 800px) {
  /* ---------------------------
 * Tablet
 * --------------------------- */
  .tb-hide {
    display: none !important;
  }
  .columnType01 .columnType01__item:nth-child(odd) {
    padding-right: 3vw;
  }
  .columnType01 .columnType01__item:nth-child(even) {
    padding-left: 3vw;
  }
  .header__inner {
    padding-top: 10px;
  }
  .header__logo01 {
    float: left;
    width: 80px;
  }
  .header__contact {
    display: none;
  }
  .header__menus {
    float: left;
  }
  .header__top {
    display: none;
  }
  .header__search {
    display: none;
  }
  .header__logo02 {
    margin: 35px 0 0 30px;
  }
  .header__sp {
    float: right;
    overflow: hidden;
    margin: 30px 15px 0 0;
  }
  .header__icons {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
    float: left;
  }
  .header__icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
    width: 30px;
    cursor: pointer;
  }
  .spIcon {
    float: right;
  }
  .spIcon__link {
    display: block;
    height: 30px;
    width: 30px;
  }
  .spIcon__button {
    display: block;
    position: relative;
    width: 30px;
    height: 30px;
    margin: 0;
  }
  .spIcon__icon {
    display: block;
    position: absolute;
    top: 11px;
    left: 0;
    width: 30px;
    height: 4px;
    margin: 0;
    background: #0a5082;
    -webkit-transition: .2s;
    transition: .2s;
  }
  .spIcon__icon:before, .spIcon__icon:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 30px;
    height: 4px;
    background: #0a5082;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .spIcon__icon:before {
    margin-top: -12px;
  }
  .spIcon__icon:after {
    margin-top: 8px;
  }
  .spIcon__icon.close {
    background: transparent !important;
  }
  .spIcon__icon.close:before, .spIcon__icon.close:after {
    margin-top: 0;
  }
  .spIcon__icon.close:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .spIcon__icon.close:after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .pcNav {
    display: none;
  }
  .pcSubNav {
    display: none !important;
  }
  body.is-open {
    overflow: hidden;
    height: 100%;
  }
  body.is-open .spNavWrap {
    display: block;
  }
  body.is-open .spNav {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  body.is-open .spNav__inner {
    opacity: 1;
  }
  .spNavWrap {
    overflow: visible;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 200;
  }
  .spNav {
    display: block;
    width: 400px;
    overflow-y: auto;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #14283c;
    z-index: 210;
    -webkit-transform: translateX(400px);
    transform: translateX(400px);
    -webkit-transition: .3s;
    transition: .3s;
  }
  .spNav__inner {
    opacity: 0;
    -webkit-transition: .3s .4s;
    transition: .3s .4s;
  }
  .spNav__header {
    height: 90px;
    overflow: hidden;
    text-align: right;
  }
  .spNav__close {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    margin: 25px 35px 0 0;
    cursor: pointer;
  }
  .spNav__close:before, .spNav__close:after {
    content: "";
    display: block;
    width: 2px;
    height: 30px;
    background-color: #fff;
    position: absolute;
    top: 6px;
    left: 19px;
  }
  .spNav__close:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .spNav__close:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .spNavType01__list {
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: #0a5082;
  }
  .spNavType01__item {
    font-size: 18px;
    font-size: 1.8rem;
    border-bottom: 1px solid #477ca1;
  }
  .spNavType01__item:last-child {
    border-bottom: 0;
  }
  .spNavType01__item a {
    display: block;
    color: #fff;
    text-decoration: none;
    line-height: 90px;
    padding-left: 45px;
    position: relative;
  }
  .spNavType01__item a:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    border-color: #fff;
    border-style: solid;
    border-width: 0;
    border-top-width: 2px;
    border-right-width: 2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 6px;
    height: 6px;
    left: 25px;
  }
  .spNavType01__item a:after {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(../../img/home201611/icon_pc01.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 25px;
    margin-top: -10px;
  }
  .spNav__menus01 {
    display: none;
    background-color: #fff;
    padding: 20px 15px;
  }
  .spNav__contact a {
    display: block;
    font-size: 13px;
    font-size: 1.3rem;
    background-color: #f05a32;
    color: #ffffeb;
    text-decoration: none;
    line-height: 45px;
    padding-left: 28px;
    position: relative;
  }
  .spNav__contact a:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    border-color: #fff;
    border-style: solid;
    border-width: 0;
    border-top-width: 1px;
    border-right-width: 1px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 4px;
    height: 4px;
    left: 15px;
  }
  .spNav__contact a:after {
    content: "";
    width: 12px;
    height: 12px;
    background-image: url(../../img/home201611/icon_pc01.svg);
    background-size: 12px;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -6px;
  }
  .spNavLink01__list {
    list-style: none;
    margin: 10px 0 0;
    padding: 0;
    font-size: 0;
  }
  .spNavLink01__item {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1;
    display: inline-block;
    margin: 0 40px 0 0;
  }
  .spNavLink01__item a {
    display: inline-block;
    position: relative;
    color: #333;
    text-decoration: none;
    padding: 5px 0 5px 10px;
  }
  .spNavLink01__item a:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    border-color: #8a9494;
    border-style: solid;
    border-width: 0;
    border-top-width: 1px;
    border-right-width: 1px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 4px;
    height: 4px;
    left: -1px;
  }
  .spNavLink01__item a:after {
    content: "";
    width: 12px;
    height: 12px;
    background-image: url(../../img/home201611/icon_pc01.svg);
    background-size: 12px;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: -18px;
    margin-top: -6px;
  }
  .spNavLink02__list {
    list-style: none;
    margin: 0 0 50px;
    padding: 0;
  }
  .spNavLink02__item {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
    margin: 25px 0;
  }
  .spNavLink02__item a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    position: relative;
    padding-left: 45px;
  }
  .spNavLink02__item a:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    border-color: #fff;
    border-style: solid;
    border-width: 0;
    border-top-width: 2px;
    border-right-width: 2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 6px;
    height: 6px;
    left: 25px;
  }
  .spNavLink02__item a:after {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(../../img/home201611/icon_pc01.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: -28px;
    margin-top: -10px;
  }
  .spNav__menus03 {
    display: none;
  }
  .spNavType02__list {
    list-style: none;
    margin: 0 0 40px;
    padding: 0;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
  }
  .spNavType02__item {
    width: 50%;
    height: 45px;
    display: -webkit-box;
    display: flex;
    align-self: stretch;
    border-top: 1px solid #7c8fa6;
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.3;
    box-sizing: border-box;
  }
  .spNavType02__item:nth-child(1), .spNavType02__item:nth-child(2) {
    border-top: 0;
  }
  .spNavType02__item:nth-child(odd) {
    border-right: 1px solid #7c8fa6;
  }
  .spNavType02__item a {
    width: 100%;
    padding: 0 0 0 23px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    background-color: #0a5082;
    color: #fff;
    text-decoration: none;
    position: relative;
    box-sizing: border-box;
  }
  .spNavType02__item a:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    border-color: #90a5bb;
    border-style: solid;
    border-width: 0;
    border-top-width: 1px;
    border-right-width: 1px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 4px;
    height: 4px;
    left: 10px;
  }
  .spNavType02__item a:after {
    content: "";
    width: 12px;
    height: 12px;
    background-image: url(../../img/home201611/icon_pc01.svg);
    background-size: 12px;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 5px;
    right: 5px;
  }
  .spNavType02__item span {
    display: inline-block;
    position: relative;
    padding-left: 10px;
  }
  .footer__column01 {
    width: 75vw;
    padding-right: 3vw;
    margin-right: 3vw;
  }
  .mainvisual .bx-controls-direction {
    width: 100%;
    -webkit-transform: translateY(-27px);
    transform: translateY(-27px);
  }
  .menuListType01__heading {
    font-size: 3.2vw;
  }
  .menuListType01__description {
    font-size: 2vw;
  }
  .menuListType01__item01{
    position: relative;
  }
  .menuListType01 .contentType01Linkblank:after{
  display: none;
  }
  .menuListType01 a img{
    top: 5px;
    position: absolute;
    right: 5px;
  }
  .menuListType02__item01 {
    width: 33.3%;
    height: 32.6vw;
  }
  .menuListType02__item01 a {
    padding: 1.5vw 1.5vw 33px;
  }
  .menuListType02__item02 {
    width: 33.3%;
    height: 32.6vw;
  }
  .menuListType02__item02 a {
		color: #fff;
		padding: 1.5vw;
		}
  .menuListType02__category {
    width: 8vw;
    height: 8vw;
    font-size: 1.5vw;
    margin-bottom: 15px;
  }
  .menuListType02__heading01 {
    font-size: 2.8vw;
    margin-bottom: 10px;
  }
  .menuListType02__heading02 {
    font-size: 4vw;
  }
  .menuListType02__description {
    font-size: 1.6vw;
  }
  .menuListType02__date01 {
    height: 33px;
    left: 1.5vw;
    right: 1.5vw;
    bottom: 1.5vw;
    padding: 13px 0 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .menuListType02__date02 {
    height: 33px;
    left: 1.5vw;
    right: 1.5vw;
    bottom: 1.5vw;
    padding: 13px 0 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .newsListType01__heading01 {
    font-size: 2.6vw;
  }
  .newsListType01__heading01:before {
    top: 4px;
  }
  .newsListType01__link02 {
    line-height: 2.6vw;
  }
}

@media all and (max-width: 599px) {
  /* ---------------------------
 * Mobile
 * --------------------------- */
  .sp-hide {
    display: none !important;
  }
  .wrap {
    min-width: 320px;
  }
  .contentType01 {
    margin-top: 30px;
  }
  .contentType03 {
    margin-top: 30px;
  }
  .columnType01 .columnType01__item:nth-child(odd) {
    padding-right: 0;
  }
  .columnType01 .columnType01__item:nth-child(even) {
    padding-left: 0;
  }
  .header__inner {
    padding-top: 0;
  }
  .header__logo01 {
    width: 45px;
  }
  .header__logo02 {
    width: 95px;
  }
  .header__logo02 {
    margin: 17px 0 0 12px;
  }
  .header__sp {
    margin: 15px 10px 0 0;
  }
  .header__icon {
    margin-right: 25px;
    width: 17px;
  }
  .header__icon img {
    width: 17px;
  }
  .spIcon__link {
    height: 18px;
    width: 18px;
  }
  .spIcon__button {
    width: 18px;
    height: 18px;
  }
  .spIcon__icon {
    top: 8px;
    width: 18px;
    height: 2px;
  }
  .spIcon__icon:before, .spIcon__icon:after {
    width: 18px;
    height: 2px;
  }
  .spIcon__icon:before {
    margin-top: -8px;
  }
  .spIcon__icon:after {
    margin-top: 6px;
  }
  .spSearch__main {
    display: block;
  }
  .spSearch__inner:before {
    border: 6px solid transparent;
    border-bottom: 6px solid #0a5082;
    top: -11px;
    right: 55px;
  }
  .spSearch__input {
    width: calc(100% - 40px);
  }
  .spNav {
    width: 295px;
  }
  .spNav__header {
    height: 45px;
    font-size: 1px;
    text-indent: -9999px;
    overflow: hidden;
  }
  .spNav__close {
    width: 20px;
    height: 20px;
    margin: 13px 10px 0 0;
  }
  .spNav__close:before, .spNav__close:after {
    width: 1px;
    height: 20px;
    top: 0;
    left: 9px;
  }
  .spNavType01__item {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .spNavType01__item a {
    line-height: 45px;
    padding-left: 28px;
  }
  .spNavType01__item a:before {
    left: 15px;
    border-top-width: 1px;
    border-right-width: 1px;
    width: 4px;
    height: 4px;
  }
  .spNavType01__item a:after {
    width: 12px;
    height: 12px;
    background-size: 12px;
    right: 10px;
    margin-top: -6px;
  }
  .spNav__menus01 {
    display: block;
  }
  .spNav__menus02 {
    display: none;
  }
  .spNav__menus03 {
    display: block;
  }
  .footerBanner {
    margin-top: 20px;
  }
  .footerBanner .bx-controls-direction {
    margin-top: -14px;
  }
  .footerBanner .bx-controls-direction a {
    width: 28px;
    height: 28px;
  }
  .footerBanner .bx-controls-direction a:after {
    width: 6px;
    height: 6px;
    border-top-width: 1px;
    border-right-width: 1px;
  }
  .footerBanner__heading {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
  .footerBanner__slider {
    padding: 0 55px;
  }
  .footer__top {
    display: none;
  }
  .footer__inner {
    padding: 0;
  }
  .fNavType03 {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0 20px;
  }
  .fNavType03__item {
    width: 50%;
    height: 45px;
    display: -webkit-box;
    display: flex;
    align-self: stretch;
    border-top: 1px solid #7c8fa6;
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.3;
    box-sizing: border-box;
  }
  .fNavType03__item:nth-child(1), .fNavType03__item:nth-child(2) {
    border-top: 0;
  }
  .fNavType03__item:nth-child(odd) {
    border-right: 1px solid #7c8fa6;
  }
  .fNavType03__item a {
    width: 100%;
    padding: 0 0 0 10px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    background-color: #14283c;
    color: #fff;
    text-decoration: none;
    position: relative;
    box-sizing: border-box;
  }
  .fNavType03__item a:after {
    content: "";
    width: 12px;
    height: 12px;
    background-image: url(../../img/home201611/icon_pc01.svg);
    background-size: 12px;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 5px;
    right: 5px;
  }
  .fNavType03__item span {
    display: inline-block;
    position: relative;
    padding-left: 10px;
  }
  .fNavType03__item span:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    border-color: #90a5bb;
    border-style: solid;
    border-width: 0;
    border-top-width: 1px;
    border-right-width: 1px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 4px;
    height: 4px;
    left: 0;
  }
  .footer__copyright {
    text-align: center;
    margin: 0 10px;
    padding-bottom: 20px;
  }
  .footer__copyright small {
    font-size: 10px;
    font-size: 1rem;
  }
  .mainvisual {
    margin-bottom: 30px;
  }
  .mainvisual .bx-controls-direction {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  .mainvisual .bx-controls-direction a {
    width: 40px;
    height: 40px;
  }
  .mainvisual .bx-pager {
    bottom: -15px;
  }
  .mainvisual .bx-pager-link {
    width: 6px;
    height: 6px;
    margin: 0 7px;
  }
  .mainvisual__slideItem {
    height: 300px;
  }
  .mainvisual__slideImg img {
    width: 100%;
    min-width: 1364px;
  }
  .mainvisual__slideText {
    width: 65vw;
    padding: 20px 0;
    box-sizing: border-box;
  }
  .mainvisual__slideHeading {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
  .mainvisual__slideHeading:after {
    bottom: -15px;
  }
  .mainvisual__slideLead {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0 15px 20px;
  }
  .mainvisual__slideLink {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .menuListType01 {
    margin-bottom: 40px;
  }
  .menuListType01__list {
    border-top: 1px solid #c8d2dc;
  }
  .menuListType01__item01 {
    width: 50%;
  }
  .menuListType01__item01:nth-child(even) {
    border-right: 0;
  }
  .menuListType01__item01 a {
    padding: 13px 0 15px;
    position: relative;
  }
  .menuListType01__item01 a:after {
    content: "";
    width: 12px;
    height: 12px;
    background-image: url(../../img/home201611/icon_pc01.svg);
    background-size: 12px;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 5px;
    right: 5px;
  }
  .menuListType01__item01.iox .menuListType01__img {
    background-size: auto 38px;
  }
  .menuListType01__item01.fintech .menuListType01__img {
    background-size: auto 36px;
  }
  .menuListType01__item01.bigdata .menuListType01__img {
    background-size: auto 34px;
  }
  .menuListType01__item01.outsourcing .menuListType01__img {
    background-size: auto 32px;
  }
  .menuListType01__item01.global .menuListType01__img {
    background-size: auto 30px;
  }
  .menuListType01__item01.cloud .menuListType01__img {
    background-size: auto 25px;
  }
  .menuListType01__item02 {
    width: 100%;
    border-bottom: 1px solid #c8d2dc;
    position: relative;
  }
  .menuListType01__item02 a {
    padding: 10px 10px;
  }
  .menuListType01__item02 a:after {
    content: "";
    width: 12px;
    height: 12px;
    background-image: url(../../img/home201611/icon_pc01.svg);
    background-size: 12px;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 5px;
    right: 5px;
  }
  .menuListType01__img {
    height: 38px;
    margin-bottom: 2px;
    background-position: center bottom;
  }
  .menuListType01__text {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .menuListType01__text:before {
    width: 4px;
    height: 4px;
    margin-left: -10px;
  }
  .menuListType_blank:after {
    background-size: 10px;
    width: 10px;
    height: 10px;
    margin-left: 2px;
  }
  .menuListType_blankWhite:after {
    background-size: 10px;
    width: 10px;
    height: 10px;
    margin-left: 2px;
  }
  .menuListType01__heading {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .menuListType01__heading:before {
    width: 6px;
    height: 6px;
    margin-left: -20px;
  }
  .menuListType01__description {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .menuListType02 {
    overflow: hidden;
  }
  .menuListType02__list {
    margin: 5px;
  }
  .menuListType02__item01 {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #ebf2f5;
  }
  .menuListType02__item01 a {
    padding: 10px 10px 50px;
    min-height: 150px;
  }
  .menuListType02__item01 a:before {
    border: 7px solid transparent;
    border-top: 7px solid #94acd1;
  }
  .menuListType02__item01 a:after {
    content: "";
    width: 12px;
    height: 12px;
    background-image: url(../../img/home201611/icon_pc01.svg);
    background-size: 12px;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 10px;
    right: 10px;
  }
  .menuListType02__item02 {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #ebf2f5;
  }
  .menuListType02__item02 a {
		color: #fff;
		padding: 10px;
		min-height: 150px;
		}
  .menuListType02__item02 a:before {
    border: 7px solid transparent;
    border-top: 7px solid #fff;
  }
  .menuListType02__item02 a:after {
    content: "";
    width: 12px;
    height: 12px;
    background-image: url(../../img/home201611/icon_pc01.svg);
    background-size: 12px;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 10px;
    right: 10px;
  }
  .menuListType02__item02.noImg a:before {
    border-top: 7px solid #94acd1;
  }
  .menuListType02__img {
    overflow: hidden;
    height: 100%;
  }
  .menuListType02__img img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .menuListType02__category {
    font-size: 10px;
    font-size: 1rem;
    width: 45px;
    height: 45px;
  }
  .menuListType02__heading01 {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .menuListType02__heading02 {
    font-size: 21px;
    font-size: 2.1rem;
  }
  .menuListType02__description {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .menuListType02__date01 {
    font-size: 12px;
    font-size: 1.2rem;
    padding-right: 30px;
    height: 31px;
  }
  .menuListType02__date02 {
    font-size: 12px;
    font-size: 1.2rem;
    padding-right: 30px;
    height: 31px;
  }
  .newsListType01__heading01 {
    font-size: 18px;
    font-size: 1.8rem;
    padding-left: 15px;
    margin-bottom: 17px;
  }
  .newsListType01__heading01:before {
    width: 5px;
    height: 5px;
    top: 6px;
    left: 3px;
    border-top-width: 1px;
    border-right-width: 1px;
  }
  .newsListType01__link02 {
    font-size: 12px;
    font-size: 1.2rem;
    padding-left: 8px;
    margin-top: 4px;
  }
  .newsListType01__link02:before {
    width: 4px;
    height: 4px;
  }
  .newsListType01__item {
    margin-bottom: 20px;
  }
  .newsListType01__category {
    width: 90px;
    font-size: 10px;
    font-size: 1rem;
    line-height: 17px;
    margin-bottom: 10px;
  }
  .newsListType01__date {
    font-size: 10px;
    font-size: 1rem;
    line-height: 17px;
  }
  .newsListType01__description {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .newsListType01__description a {
    display: inline-block;
  }
  .newsListType01__description a:after {
    content: "";
    width: 12px;
    height: 12px;
    display: inline-block;
    vertical-align: top;
    margin-top: 1px;
    margin-left: 5px;
    background-image: url(../../img/home201611/icon_pc01.svg);
    background-size: 12px;
    background-repeat: no-repeat;
  }
  .newsListType01__button {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 50px;
  }
  .newsListType01__button a {
    line-height: 45px;
  }
  .newsListType01__button span {
    margin-left: 20px;
  }
  .newsListType01__button span:before {
    width: 5px;
    height: 5px;
    margin-left: -15px;
    border-top-width: 1px;
    border-right-width: 1px;
  }
  .newsListType01__button span:after {
    content: "";
    width: 12px;
    height: 12px;
    display: inline-block;
    vertical-align: top;
    margin-top: 16px;
    margin-left: 7px;
    background-image: url(../../img/home201611/icon_pc01.svg);
    background-size: 12px;
    background-repeat: no-repeat;
  }
}

@media all and (min-width: 801px) {
  /* ---------------------------
 * PC
 * --------------------------- */
  .pc-hide {
    display: none !important;
  }
  hr {
    margin: 28px 0;
  }
  .wrap {
    min-width: 1000px;
  }
  .contentType01 {
    min-width: 980px;
  }
  .contentType02 {
    min-width: 980px;
  }
  .contentType03 {
    min-width: 980px;
  }
  .content__inner {
    width: 980px;
    margin: 0 auto;
  }
  .columnType01 .columnType01__item:nth-child(odd) {
    padding-right: 30px;
  }
  .columnType01 .columnType01__item:nth-child(even) {
    padding-left: 30px;
  }
  .header__inner {
    width: 980px;
    height: 82px;
    margin: 0 auto;
  }
  .header__logo01 {
    position: absolute;
    top: 15px;
  }
  .header__menus {
    float: right;
  }
  .header__logo02 {
    font-size: 0;
    margin: 10px 0 0 35px;
  }
  .header__sp {
    display: none;
  }
  .spSearch {
    display: none;
  }
  .footer__top {
    min-width: 980px;
  }
  .footer__inner {
    width: 980px;
    margin: 0 auto;
  }
  .footer__columns01 {
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .footer__column01 {
    width: 720px;
    padding-right: 35px;
  }
  .footer__column02 {
    width: 185px;
  }
  .footer__column03 {
    width: 250px;
    float: left;
  }
  .fNavType03__item a:hover {
    text-decoration: underline;
  }
  .mainvisual {
    min-width: 980px;
  }
  .mainvisual .bx-controls-direction {
    left: 50%;
    width: 980px;
    margin-left: -490px;
    margin-top: -27px;
  }
  .menuListType01__item01 a {
    -webkit-transition: .3s;
    transition: .3s;
  }
  .menuListType01__item01 a img{
  display: none;
  }
  .menuListType01__item01 a:hover {
    color: #fff;
  }
  .menuListType01__item01 a:hover .menuListType01__text:before {
    border-color: #fff;
  }
  .menuListType01__item01.iox a:hover {
    background-color: #589eb8;
  }
  .menuListType01__item01.iox a:hover .menuListType01__img {
    background-image: url(../../img/home201611/icon_iox02.svg);
  }
  .menuListType01__item01.fintech a:hover {
    background-color: #b4c43f;
  }
  .menuListType01__item01.fintech a:hover .menuListType01__img {
    background-image: url(../../img/home201611/icon_fintech02.svg);
  }
  .menuListType01__item01.bigdata a:hover {
    background-color: #72819e;
  }
  .menuListType01__item01.bigdata a:hover .menuListType01__img {
    background-image: url(../../img/home201611/icon_data02.svg);
  }
  .menuListType01__item01.outsourcing a:hover {
    background-color: #d99d6d;
  }
  .menuListType01__item01.outsourcing a:hover .menuListType01__img {
    background-image: url(../../img/home201611/icon_outsourcing02.svg);
  }
  .menuListType01__item01.global a:hover {
    background-color: #8d90c9;
  }
  .menuListType01__item01.global a:hover .menuListType01__img {
    background-image: url(../../img/home201611/icon_global02.svg);
  }
  .menuListType01__item01.cloud a:hover {
    background-color: #63b7e1;
  }
  .menuListType01__item01.cloud a:hover .menuListType01__img {
    background-image: url(../../img/home201611/icon_cloud02.svg);
  }
  .menuListType01__item02 a {
    -webkit-transition: .3s;
    transition: .3s;
  }
  .menuListType01__item02 a:hover {
    background-color: #14283c;
  }
  .menuListType01__heading {
    font-size: 25px;
    font-size: 2.5rem;
  }
  .menuListType01__description {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .menuListType02__item01 {
    width: 33.3%;
    height: 326px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }
  .menuListType02__item01:hover {
    box-shadow: 0 0 18px -3px #005f93;
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    z-index: 10;
    border-top: 0;
    border-right: 0;
  }
  .menuListType02__item01 a {
    padding: 15px 15px 40px;
  }
  .menuListType02__item01 .menuListType02__category {
    margin-bottom: 35px;
  }
  .menuListType02__item02 {
    width: 33.3%;
    height: 326px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }
  .menuListType02__item02:hover {
    box-shadow: 0 0 18px 0 #005f93;
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    z-index: 10;
    border-top: 0;
    border-right: 0;
  }
  .menuListType02__item02:hover .menuListType02__img:after {
    background-color: rgba(0, 50, 100, 0.3);
  }
  .menuListType02__item02 a {
		color: #fff;
		padding: 15px;
		}
  .menuListType02__img:after {
    -webkit-transition: .4s;
    transition: .4s;
  }
  .menuListType02__category {
    width: 80px;
    height: 80px;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
  .menuListType02__heading01 {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 10px;
  }
  .menuListType02__heading02 {
    font-size: 40px;
    font-size: 4rem;
  }
  .menuListType02__date01 {
    height: 40px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    padding: 20px 0 0;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .menuListType02__date02 {
    height: 40px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    padding: 20px 0 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .newsListType01__heading01 {
    font-size: 26px;
    font-size: 2.6rem;
  }
  .newsListType01__heading01:before {
    top: 8px;
  }
  .newsListType01__link01:hover {
    text-decoration: underline;
  }
  .newsListType01__link02 {
    line-height: 33px;
  }
  .newsListType01__link02:hover {
    text-decoration: underline;
  }
  .newsListType01__button a {
    -webkit-transition: all 0.18s ease-out;
    transition: all 0.18s ease-out;
  }
  .newsListType01__button a:hover {
    background-color: #14283c;
  }
  #index_message {
    width: 980px;
  }
}

/* Disaster Announcement
   ========================================================================== */

.saigai{
  width:980px;
  margin:-20px auto -40px;
  border:solid 3px #0a5082;
  padding:15px 20px;
  box-sizing:border-box;
  line-height:1.6667;
}

@media screen and ( max-width : 800px ) {
  .saigai{
    width:auto;
    margin:-20px 5px -40px;
  }
}

@media screen and ( max-width : 600px ) {
  .saigai{
    width:auto;
    margin:0 5px;
  }
}

.saigai h2{
  font-size:100%;
  margin:0 0 10px;
}
.saigai p{
  margin:0 0 10px;
  padding-left: 10px;
  position: relative;
}

.saigai p:before{
	content: "";
	top: 7px;
	left: -10px;
	display: block;
	position: absolute;
	border-color: #0a5082;
	border-style: solid;
	border-width: 0;
	border-top-width: 2px;
	border-right-width: 2px;
	-webkit-transform: rotate(45deg);
	width: 7px;
	height: 7px;
	transform: rotate(45deg);
}

.saigai p:last-child{
  margin-bottom:0;
}

/* info_area */
/* =============================================== */
.info_area{
  width:980px;
  margin:20px auto 40px;
  border:solid 2px #0a5082;
  padding:10px 20px;
  box-sizing:border-box;
  line-height:1.6667;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

@media screen and ( max-width : 800px ) {
  .info_area{
    width:auto;
    margin:-20px 5px -40px;
  }
}

@media screen and ( max-width : 600px ) {
  .info_area{
    width:auto;
    margin:0 5px;
  }
}

.info_area h2{
  font-size:100%;
  margin:0 0 10px;
}
.info_area .info dd{
  margin:0 0 10px;
  position: relative;
  float: right;
  clear: right;
}

.info_area .info dd:before{
	content: "";
	top: 7px;
	left: -15px;
	display: block;
	position: absolute;
	border-color: #0a5082;
	border-style: solid;
	border-width: 0;
	border-top-width: 2px;
	border-right-width: 2px;
	-webkit-transform: rotate(45deg);
	width: 7px;
	height: 7px;
	transform: rotate(45deg);
}

/* .info_area p:last-child{
  margin-bottom:0;
} */

/* Cookie Agreement
   ========================================================================== */

#cookie_alert{
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	letter-spacing:1px;
	box-sizing:border-box;
	position:fixed;
	bottom:53px;
	left:56px;
	width:350px;
	padding:45px 16px 29px 16px;
	border:solid 2px #134c7f;
	border-radius:6px;
	background:#dce6f0;
	color:#134c7f;
	opacity:0;
	pointer-events:none;
	transition:opacity .3s;
	z-index:300;
	box-shadow:0 0 6px rgba(19,76,127,0.2);
}

#cookie_alert.on{
	opacity:1;
	pointer-events:auto;
}

#cookie_alert .tx{
	font-size:13px;
	line-height:20px;
}

#cookie_alert .tx.en{
	font-size:12px;
}

#cookie_alert .tx p{
	margin:0;
}

#cookie_alert .tx a{
	margin-left:4px;
	font-size:13px;
	color:#134c7f;
}

#cookie_alert .tx a:hover{
	text-decoration:none;
}

#cookie_alert .tx p:last-child{
	margin-top:22px;
}

#cookie_alert .tx p:last-child::before{
	display:inline-block;
	width:4px;
	height:4px;
	content:'';
	border:solid #134c7f;
	border-width:1px 1px 0 0;
	transform:rotate(45deg);
}

#cookie_alert .btn{
	position:absolute;
	bottom:25px;
	right:18px;
	display:block;
	width:120px;
	height:30px;
	line-height:30px;
	font-size:16px;
	color:#fff;
	background:#30989a;
	text-align:center;
	cursor:pointer;
}

#cookie_alert .btn:hover{
	background:#6fb7b8;
}

#cookie_alert .close{
	display:block;
	position:absolute;
	top:16px;
	right:16px;
	width:16px;
	height:16px;
	cursor:pointer;
}

#cookie_alert .close::before,
#cookie_alert .close::after{
	position:absolute;
	top:0;
	left:calc( 50% - 1px );
	display:block;
	content:'';
	width:2px;
	height:16px;
	background:#134c7f;
}

#cookie_alert .close::before{
	transform:rotate(45deg);
}
#cookie_alert .close::after{
	transform:rotate(-45deg);
}
@media all and (max-width: 599px) {
	#cookie_alert{
		left:0;
		bottom:0;
		width:auto;
		height:auto;
		padding:24px 8px 8px
	}
	#cookie_alert .btn{
		right:8px;
		bottom:8px;
	}
	#cookie_alert .close{
		right:8px;
		top:8px;
	}
}
