@charset "UTF-8";
/*
 libraries
-------------------------------------------------- */
@font-face {
  src: url("https://6825232.fs1.hubspotusercontent-na1.net/hubfs/6825232/raw_assets/public/corporate-theme/files/user/fonts/icomoon.eot");
  src: url("https://6825232.fs1.hubspotusercontent-na1.net/hubfs/6825232/raw_assets/public/corporate-theme/files/user/fonts/icomoon.eot") format("embedded-opentype"), url("https://6825232.fs1.hubspotusercontent-na1.net/hubfs/6825232/raw_assets/public/corporate-theme/files/user/fonts/icomoon.ttf") format("truetype"), url("https://6825232.fs1.hubspotusercontent-na1.net/hubfs/6825232/raw_assets/public/corporate-theme/files/user/fonts/icomoon.woff") format("woff"), url("https://6825232.fs1.hubspotusercontent-na1.net/hubfs/6825232/raw_assets/public/corporate-theme/files/user/fonts/icomoon.svg") format("svg");
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal; }

[class^="icon-"], [class*=" icon-"] {
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none; }

.icon-twitter:before {
  content: "\ea96"; }

.icon-arrow-rank:before {
  content: "\e905"; }

.icon-download:before {
  content: "\e904"; }

.icon-contact:before {
  content: "\e900"; }

.icon-angle-right:before,
.icon-angle-bottom:before,
.icon-angle-left:before {
  content: "\e901"; }

.icon-arrow:before {
  content: "\e902"; }

.icon-search:before {
  content: "\e903"; }

.icon-arrow-link:before {
  content: "\e905"; }

/* Slider */
.slick-slider {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -ms-touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  display: block;
  position: relative;
  touch-action: pan-y;
  user-select: none; }

.slick-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  display: block;
  position: relative;
  top: 0;
  left: 0; }
  .slick-track:before, .slick-track:after {
    display: table;
    content: ""; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  display: none;
  height: 100%;
  min-height: 1px;
  float: left;
  outline: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide a {
    display: block; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*
 foundation
-------------------------------------------------- */
.footer__companyname, .header__logo a, .header__companyLogo a {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap; }

/*
 * mixin用SCSS
 *
 */
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  font-family: sans-serif;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  /* 1 */
  -webkit-text-decoration-skip: objects;
  background-color: transparent;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  margin: 0.67em 0;
  font-size: 2em; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 0; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  /* 1 */
  margin: 0;
  font: inherit;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
  border: 1px solid #c0c0c0; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 1 */
  color: inherit;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

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

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/*
 layout
-------------------------------------------------- */
/* パンくず ---------- */

.breadcrumb__item {
  float: left;
  color: #959595;
  font-size: 12px;
  font-size: 1.2rem; }

/*
 common
======================================== */
*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-size: 62.5%; }

html, body {
  word-wrap: break-word;
  width: 100%;
  height: 100%;
  overflow-wrap: break-word; }

body {
  color: #222;
  font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.7; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-size: 100%; }

ul, ol, li {
  margin: 0;
  padding: 0;
  list-style: none outside; }

dl, dt, dd {
  margin: 0;
  padding: 0; }

a {
  color: #0273ba;
  text-decoration: none;
  cursor: pointer; }
  a:hover {
    color: #05adff; }

img {
  vertical-align: top; }

.cfx:after {
  display: block;
  clear: both;
  content: ""; }

input, button {
  outline: none; }

/* 大枠レイアウト ---------- */

.footer {
  border-top: 4px solid #0097e0; }
  .footer__upper {
    background-color: #f7f7f7; }
  .icon-twitter {
    display: inline-block;
    color: #29a2ef; }
  .footer__lower {
    position: relative;
    text-align: center; }
  .footer__companyname {
    background: url(https://6825232.fs1.hubspotusercontent-na1.net/hubfs/6825232/raw_assets/public/corporate-theme/files/user/images/common/companyname.svg) no-repeat; }
  .footer__copyright {
    font-family: 'Roboto', sans-serif;
    font-weight: 300; }
  .footer__mark {
    position: absolute;
    top: 36px;
    right: 50px; }
  .footer__mark__item a {
    display: block; }

.header {
  border-bottom: 1px solid #c9c9c9; }
  .header__logo a {
    display: block; }
  .header__companyLogo {
    margin: 0 85px 0 0; }
    .header__companyLogo a {
      display: block;
      width: 200px;
      height: 58px;
      background: url(https://6825232.fs1.hubspotusercontent-na1.net/hubfs/6825232/raw_assets/public/corporate-theme/files/user/images/common/companyname.svg) no-repeat center center;
      background-size: 100%; }
  .header__search a {
    display: block; }
  .header__search__input {
    width: 180px;
    height: 26px;
    padding: 0 30px 0 10px;
    border: 1px solid #c9c9c9;
    border-radius: 13px;
    font-size: 12px;
    font-size: 1.2rem; }
  .header__search__submit {
    position: absolute;
    top: 1px;
    right: 1px;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 50%;
    background-color: #0097e0;
    cursor: pointer; }
    .header__search__submit:hover {
      background-color: #05adff; }
  .header__search__submit .icon-search {
    color: #fff;
    font-size: 13px;
    font-size: 1.3rem; }
  .header__language {
    position: relative;
    width: 85px;
    height: 24px;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-size: 1.3rem;
    font-style: italic;
    font-weight: 400;
    letter-spacing: 0;
    text-align: center; }
    .header__language a {
      display: block;
      position: relative;
      color: #222;
      z-index: 1; }
      .header__language a:hover {
        color: #05adff; }
    .header__language::after {
      position: absolute;
      top: 0;
      left: 0;
      width: 85px;
      height: 24px;
      -webkit-transform: skewX(-20deg);
      transform: skewX(-20deg);
      background-color: #eee;
      content: ""; }
  .header__submenu__item {
    position: relative;
    float: left;
    font-size: 13px;
    font-size: 1.3rem; }
    .header__submenu__item:last-child {
      padding-left: 15px; }
  .header__container {
    width: 100%;
    height: 100%; }
  .header__menu__button {
    position: absolute;
    top: 50%;
    left: 0;
    width: 50px;
    height: 50px;
    padding-top: 25px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #0097e0;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 10px;
    font-size: 1rem;
    font-style: italic;
    text-align: center; }
    .header__menu__button::after {
      content: "MENU"; }
  .header__menu__button.is-active::after {
    content: "CLOSE"; }
  .header__menu__icon,
  .header__menu__icon::before,
  .header__menu__icon::after {
    position: absolute;
    top: 5px;
    left: 50%;
    width: 16px;
    height: 2px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background-color: #0097e0;
    content: "";
    transition: all .4s; }
  .header__menu__icon {
    top: 15px; }
  .header__menu__icon::before {
    top: -5px; }
  .header__menu__button.is-active {
    background-color: #008dcf;
    color: #fff;
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1); }
  .is-active .header__menu__icon {
    background-color: transparent; }
    .is-active .header__menu__icon::before, .is-active .header__menu__icon::after {
      left: 6px;
      width: 17px;
      background-color: #fff; }
    .is-active .header__menu__icon::before {
      top: -22px;
      -webkit-transform: translateY(16px) rotate(-45deg) translate(-50%, 0);
      transform: translateY(16px) rotate(-45deg) translate(-50%, 0); }
    .is-active .header__menu__icon::after {
      top: 22px;
      -webkit-transform: translateY(-16px) rotate(45deg) translate(-50%, 0);
      transform: translateY(-16px) rotate(45deg) translate(-50%, 0); }

.emphasis {
  font-style: normal;
  font-weight: bold; }

.gnav__item__new {
  margin-left: 8px;
  color: #ff3500;
  font-size: 11px;
  font-size: 1.1rem; }

.gnav__item > a {
  letter-spacing: .1em; }

.gnav__item--contact .icon-contact {
  color: #fff071; }

.gnav__service {
  display: none;
  position: absolute;
  top: 51px;
  left: 0;
  width: 100%;
  padding-bottom: 40px;
  background: rgba(0, 151, 224, 0.9);
  text-align: left;
  z-index: 1000; }
  .gnav__service__inner {
    width: 1200px;
    margin: 0 auto; }
  .gnav__service__toList {
    margin: 20px 0 15px;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold; }
    .gnav__service__toList a {
      display: inline-block;
      position: relative;
      padding: 0 0 0 25px;
      color: #fff; }
      .gnav__service__toList a::before {
        -webkit-transform: rotate(45deg);
        position: absolute;
        top: 6px;
        left: 3px;
        width: 10px;
        height: 10px;
        margin: auto;
        transform: rotate(45deg);
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        content: "";
        vertical-align: middle; }
  .gnav__service__link {
    display: -ms-flexbox;
    display: flex; }
  .gnav__service__list {
    border-top: 1px solid #fff; }
    .gnav__service__list.-purposes {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: justify;
      justify-content: space-between;
      width: 960px;
      margin-right: 24px; }
    .gnav__service__list.-method {
      width: 216px; }
  .gnav__service__type {
    width: 100%;
    margin: 10px 0;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem; }
  .gnav__service__item a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    background-color: #D1ECF9;
    color: #222;
    font-weight: bold;
    line-height: 1.4; }
    .gnav__service__item a:hover {
      background-color: #fff; }
    .-purposes .gnav__service__item a {
      height: 100px;
      padding: 0 18px; }
    .-method .gnav__service__item a {
      margin-bottom: 15px;
      padding: 16px 18px 17px; }
  .gnav__service__item.-large {
    width: 312px; }
  .gnav__service__item.-small {
    width: 231px;
    margin-top: 12px; }
  .gnav__service__text {
    margin: 10px 0 0;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: normal;
    letter-spacing: 0; }

.gnav__item .-service.is-open::before {
  -webkit-transform: rotate(315deg);
  position: absolute;
  top: 23px;
  right: 0;
  left: -970px;
  width: 8px;
  height: 8px;
  margin: auto;
  transform: rotate(315deg);
  border-top: 2px solid #0097E0;
  border-right: 2px solid #0097E0;
  content: "";
  vertical-align: middle; }

.gnav__item .-service.is-open > a::after {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 4px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background-color: #fde621;
  content: ""; }

/* サイドリンク ---------- */
.subLink {
  line-height: 1.5; }
  .subLink__item, .subLink__heading--sub {
    position: relative;
    margin-bottom: 8px;
    padding: 8px 0;
    border-bottom: 3px solid #0097e0;
    color: #008dcf;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold; }
    .subLink__item a, .subLink__heading--sub a {
      color: #008dcf; }
  .is-en .subLink__item {
    font-family: 'Sanomat Sans Regular';
    font-weight: normal; }
  .subLink__menu + .subLink__heading--sub {
    margin-top: 60px;
    border-top: 3px solid #008dcf; }
  .subLink__item a, .subLink__item > span {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%; }
  .subLink__item:hover .subLink__title {
    color: #05adff; }
  .subLink__item .icon-angle-right {
    position: absolute;
    top: 50%;
    padding: 5px 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-color: #fff;
    color: #0097e0;
    font-size: 22px;
    font-size: 2.2rem; }
  .subLink__title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 20px;
    color: #222;
    font-weight: bold;
    vertical-align: middle; }
  .subLink__title--sub {
    display: inline-block;
    margin-top: 15px;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: normal; }
  .subLink__icon {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    vertical-align: middle; }
  .subLink__icon img {
    max-width: 100%;
    max-height: 100%; }

.subLink__menu .has-angle {
  display: block;
  position: relative;
  padding: 10px;
  color: #222;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5; }
  .subLink__item + .subLink__menu > .subLink__menu__item:first-child > .has-angle {
    border-top: none; }
  .subLink__menu .has-angle.is-current {
    color: #008dcf; }
  .subLink__menu .has-angle:hover {
    background-color: #5FB7E1 !important;
    color: #222; }

.subLink__menu__accordionButton {
  display: block;
  position: relative;
  width: 100%;
  padding: 18px 26px 16px 10px;
  border: 0;
  border-bottom: 1px solid #fff;
  outline: none;
  background-color: #008dcf;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  cursor: pointer; }
  .subLink__menu__accordionButton::before, .subLink__menu__accordionButton::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 10px;
    height: 2px;
    background-color: #fff;
    content: ""; }
  .subLink__menu__accordionButton::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  .subLink__menu__accordionButton.is-open::after {
    display: none; }
  .subLink__menu__accordionButton:hover {
    background-color: #5FB7E1; }
  .subLink__menu__accordionButton span {
    position: relative; }

.subLink__menu__accordionButton2 {
  display: block;
  position: relative;
  width: 100%;
  padding: 18px 26px 16px 10px;
  border: 0;
  border-bottom: 1px solid #fff;
  outline: none;
  background-color: #EBF6FB;
  color: #222;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  cursor: pointer; }
 .subLink__menu__accordionButton2::before, .subLink__menu__accordionButton2::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 10px;
    height: 2px;
    background-color: #222;
    content: "";
}
.subLink__menu__accordionButton2::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  .subLink__menu__accordionButton2.is-open::after {
    display: none; }
  .subLink__menu__accordionButton2:hover {
    background-color: #5FB7E1; }
  .subLink__menu__accordionButton2 span {
    position: relative; }

.subLink__menu .subLink__menu__item + .subLink__menu--second {
  margin-top: -2px; }

.subLink__menu .subLink__menu--second .has-angle {
  border-bottom: 2px solid #fff;
  font-size: 13px;
  font-size: 1.3rem; }

.subLink:not(.subLink--service) .subLink__menu:not(.-level2) > .subLink__menu__item {
  border-bottom: 1px solid #ccc; }

.subLink:not(.subLink--service) .subLink__menu:not(.-level2) > .subLink__menu__item:not(.subLink__menu--second) > .has-angle {
  position: relative;
  padding: 12px 15px 10px 10px;
  font-weight: bold; }
  .subLink:not(.subLink--service) .subLink__menu:not(.-level2) > .subLink__menu__item:not(.subLink__menu--second) > .has-angle::before {
    display: inline-block;
    position: absolute;
    top: 16px;
    left: 0;
    width: 3px;
    height: 16px;
    background-color: #008dcf;
    content: ""; }

.subLink:not(.subLink--service) .subLink__menu .-level2 .subLink__menu__item .has-angle {
  border-top: 1px solid #ccc;
  border-bottom: 2px solid #fff;
  font-size: 13px;
  font-size: 1.3rem; }

.subLink.subLink--service .subLink__menu.-level2 .subLink__menu__item {
  border-bottom: 1px solid #ccc; }

.subLink.subLink--service .subLink__menu.-level2 > .subLink__menu__item:not(.subLink__menu--second) > .has-angle {
  position: relative;
  padding: 12px 15px 10px 10px;
  font-weight: bold; }
  .subLink.subLink--service .subLink__menu.-level2 > .subLink__menu__item:not(.subLink__menu--second) > .has-angle::before {
    display: inline-block;
    position: absolute;
    top: 16px;
    left: 0;
    width: 3px;
    height: 16px;
    background-color: #008dcf;
    content: ""; }

/* サイド ---------- */
.subLink--linkMenu {
  margin-top: 20px; }

.subLink__menu {
  padding: 0;
  font-size: 13px;
  font-size: 1.3rem; }

.subLink--linkMenu .reference__button {
  background-color: #1898DD;
  color: #fff;
  font-weight: normal; }

/* サービス サイドメニュー ---------- */

.subLink--service .is-closed .subLink__menu {
  display: none; }

.subLink--service .subLink__menu__item {
  font-size: 13px;
  font-size: 1.3rem; }

/*
 object
-------------------------------------------------- */
/* component --------------------------- */
/*
---
name: Accordion
category:
 - component/accordion
---

```html
<dl class="u-accordion__qa u-mt40">
  <dt class="u-accordion__qa__question" data-js="accordion-toggle">
    コンプライアンス意識調査で何を聞けばいいか、分かりません。
  </dt>
  <dd class="u-accordion__qa__answer">
    <p>ここに回答が入ります。ここに回答が入ります。ここに回答が入ります。ここに回答が入ります。ここに回答が入ります。</p>
  </dd>
</dl>

```
*/
.u-accordion__qa__question::before, .u-accordion__qa__question::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 12px;
  height: 2px;
  background-color: #008dcf;
  content: ""; }

.u-accordion__qa {
  border-bottom: 2px solid #eee; }
  .u-accordion__qa::before {
    position: absolute;
    margin-top: -2px;
    color: #666;
    font-weight: bold;
    content: "Q"; }
  .u-accordion__qa__question {
    position: relative;
    font-weight: bold; }
    .u-accordion__qa__question:hover {
      cursor: pointer; }
    .u-accordion__qa__question::after {
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg); }
    .u-accordion__qa__question.is-open::after {
      display: none; }
  .u-accordion__qa__answer {
    display: none;
    position: relative; }
    .u-accordion__qa__answer::before {
      position: absolute;
      left: 0;
      margin-top: -2px;
      color: #666;
      font-weight: bold;
      content: "A"; }
    .u-accordion__qa__answer p {
      margin: 0; }
      .u-accordion__qa__answer p + p {
        margin-top: 10px; }

/*
---
name: 通常テキスト
category:
 - component/box
---

```html
<div class="u-box u-box-bg u-box-media">
	<img src="/files/user/images/service/image-right.png?v=1591169697" alt="">
	通常テキストです。この文章はダミーです。文字の大きさ、量、字間、行間等を確認するために入れています。この文章はダミーです。<a href="/DUMMY">文字の大きさ、量、字間、行間等を確認するために入れています。</a>この文章はダミーです。文字の大きさ、量、字間、行間等を確認するために入れています。
</div>
```
*/
/*
---
name: テキストリスト
category:
 - component/box
---

```html
<div class="u-box u-box-bg">
	<h5 class="u-box-heading">同様の調査結果が得られる他の調査方法</h5>
	<ul class="u-list-disc">
		<li>
			リストテキスト　リストテキスト　リストテキスト　リストテキスト
		</li>
		<li>
			リストテキスト　リストテキスト　リストテキスト　リストテキスト
		</li>
		<li>
			リストテキスト　リストテキスト　リストテキスト　リストテキスト
		</li>
	</ul>
</div>
```
*/
/*
---
name: リンクリスト
category:
 - component/box
---

```html
<div class="u-box u-box-bg u-box-division cfx">
	<h5 class="u-box-heading">同様の調査結果が得られる他の調査方法</h5>
	<ul>
		<li class="u-box-division__link">
			<a href="/dummy/">
				<p class="u-box-division__link__title">Smart Work経営　診断プログラム</p>
				<p>日経「スマートワーク経営」調査がどんな調査なのか知りたい。</p>
			</a>
		</li>
		<li class="u-box-division__link">
			<a href="/dummy/">
				<p class="u-box-division__link__title">組織活性化診断プログラム～「働き方改革」をサポート～</p>
				<p>製品・サービスの品質向上のためには従業員の意識もとても大切。</p>
			</a>
		</li>
		<li class="u-box-division__link">
			<a href="/dummy/">
				<p class="u-box-division__link__title">女性活躍推進プログラム</p>
				<p>女性の活躍を推進し、女性の能力を最大限に引き出せる組織にしたい。</p>
			</a>
		</li>
		<li class="u-box-division__link">
			<a href="/dummy/">
				<p class="u-box-division__link__title">ウィルソン・ラーニングとのコラボレーションによる「組織づくり、人づくり一貫支援サービス」</p>
				<p>国内外での競争力強化のため、調査と研修を効率的に利用したい。</p>
			</a>
		</li>
	</ul>
</div>
```
*/
/*
---
name: 通常テキスト
category:
 - component/box
---

```html
<div class="u-box u-box-bg u-box-division cfx">
	<div class="u-box-heading">関連コラム</div>
	<ul class="newsList__list">
		<li class="newsList__item">
			<div class="newsList__date">2016.06.22</div>
			<div class="newsList__title"><a class="has-angle" href="/DUMMY"><i class="icon-angle-right"></i>飲食、影など６業種74企業・ブランドのCS調査を実施</a></div>
		</li>
		<li class="newsList__item">
			<div class="newsList__date">2016.06.17</div>
			<div class="newsList__title"><a class="has-angle" href="/DUMMY"><i class="icon-angle-right"></i>日経リサーチアワード「ニッポンの店大賞2016」を発表</a></div>
		</li>
	</ul>
	<div class="newsList__button__outer">
		<a class="newsList__button" href="/DUMMY">関連コラム一覧</a>
	</div>
</div>
```
*/
.u-box {
  margin: 20px 0 60px;
  border: 1px solid #ccc; }
  .u-box-heading {
    margin-bottom: 20px;
    font-weight: normal; }
  .u-box-link a {
    font-weight: bold; }
  .u-box-link-nofloat li:not(:first-child) {
    margin-top: 8px; }
  .u-box-link-nofloat li a {
    font-weight: bold; }
  .u-box-bg {
    border: none;
    background-color: #f7f7f7; }
  .u-box-division {
    margin-top: 60px; }
    .u-box-division__link {
      padding: 15px 20px;
      background-color: #fff; }
      .u-box-division__link:not(:first-of-type) {
        margin-top: 10px; }
      .u-box-division__link a {
        color: #222; }
      .u-box-division__link__title {
        margin: 0 0 10px;
        font-weight: bold; }
        a:hover .u-box-division__link__title {
          color: #05adff; }
      .u-box-division__link p:not([class]) {
        margin: 10px 0 0;
        color: #444;
        font-size: 14px;
        font-size: 1.4rem; }
  .u-box-division .newsList__date {
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    font-weight: bold;
    font-weight: 400; }
  .u-box-division .newsList__title a {
    font-weight: bold;
    line-height: 1.5; }
  .u-box-division .newsList__button__outer {
    clear: both; }
  .u-box-text_link .u-text:first-child, .u-box-text_link .u-imageText p:first-child, .u-imageText .u-box-text_link p:first-child {
    margin-top: 0; }
  .u-box-hasButton p {
    margin: 0 0 10px; }
  .u-box-hasButton__heading {
    color: #222;
    font-weight: bold; }
  .u-box-hasButton .u-text, .u-box-hasButton .u-imageText p, .u-imageText .u-box-hasButton p, .u-box-hasButton p:not([class]) {
    color: #444; }
  .u-box-link-button a, .u-box-link-button button {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    border: none;
    background-color: #008dcf;
    color: #fff;
    font-weight: bold; }
  .u-box-link-button a:hover, .u-box-link-button button:hover {
    border: 2px solid #05adff;
    background-color: transparent;
    color: #05adff; }
  .u-box-link-button a[target="_blank"]::after,
  .u-box-link-button button[target="_blank"]::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-left: 10px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    line-height: 1;
    content: url(https://6825232.fs1.hubspotusercontent-na1.net/hubfs/6825232/raw_assets/public/corporate-theme/files/user/images/common/icon-blank02.svg); }
  .u-box-link-button a[target="_blank"]:hover::after,
  .u-box-link-button button[target="_blank"]:hover::after {
    content: url(https://6825232.fs1.hubspotusercontent-na1.net/hubfs/6825232/raw_assets/public/corporate-theme/files/user/images/common/icon-blank.svg); }
  .u-box-link-button + .u-box-link-note {
    margin-top: 40px; }
  .u-box-link-button .icon-download {
    margin-left: 12px;
    font-size: 17px;
    font-size: 1.7rem; }
  .u-box-link-note {
    display: table;
    width: 100%;
    margin-top: 5px;
    font-size: 12px;
    font-size: 1.2rem; }
  .u-box-link-note dt, .u-box-link-note dd {
    display: table-cell;
    vertical-align: top; }
  .u-box-row li {
    margin: 10px 0; }
  .u-box-media .u-box-heading {
    margin-bottom: 20px; }
  .u-box-media [class*="u-list"] {
    margin: 0; }
  .u-box .u-list-disc li {
    margin: 0;
    padding-left: 20px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.7; }
    .u-box .u-list-disc li::before {
      width: 4px;
      height: 4px;
      background-color: #222; }

/*
---
name: 黄色枠
category:
 - component/box
---

```html
<div class="u-suggest cfx">
	<div class="u-suggest-title">ご検討中の方はこちらも併せてご覧ください</div>
	<a class="u-suggest-button icon-arrow-link" href="/DUMMY">日経リサーチが選ばれる理由</a>
</div>
```
*/
.u-suggest {
  margin: 60px 0;
  border: 3px solid #FDE621; }
  .u-suggest-title {
    margin-bottom: 15px;
    color: #008dcf;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold; }
  .u-suggest-button {
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
    color: #222;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 2; }
    .u-suggest-button:hover {
      color: #05adff; }
    .u-suggest-button::before {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      margin-right: 10px;
      color: #0097e0; }
  .u-suggest-button .u-button {
    width: 100%; }

/*
---
name: お問い合わせ　ボタン2つ
category:
 - component/box
---

```html
<div class="u-contact">
	<p class="u-contact__heading">ブランド戦略サーベイに関する</p>
	<p>ご相談や見積もりのご依頼がございましたら、お気軽にお問い合わせください</p>
	<ul class="u-contact-col2 cfx">
		<li>
				<div class="u-contact-tel">0120-98-0-181</div>
				<div class="u-contact-note">平日9:00～12:30　13:30～17:30</div>
		</li>
		<li><a class="u-contact-link" href="/DUMMY">お問い合わせ</a></li>
	</ul>
</div>
```
*/
/*
---
name: お問い合わせ　ボタン3つ
category:
 - component/box
---

```html
<div class="u-contact">
	<p class="u-contact__heading">環境経営度調査関連サービスに関する</p>
	<p>ご相談や見積もりのご依頼がございましたら、お気軽にお問い合わせください</p>
	<ul class="u-contact-col3 cfx">
		<li>
				<div class="u-contact-tel">0120-98-0-181</div>
				<div class="u-contact-note">平日9:00～12:30　13:30～17:30</div>
		</li>
		<li><a class="u-contact-link" href="/DUMMY">お問い合わせ</a></li>
		<li><a href="/DUMMY" target="_blank">購入お申し込み</a></li>
	</ul>
</div>
```
*/
.u-contact, .u-box-hasButton {
  margin: 60px 0;
  background-color: #EBF6FB;
  text-align: center; }
  .u-contact__heading {
    margin: 0 0 2px;
    color: #008dcf;
    font-weight: bold;
    line-height: 1.5; }
  .u-contact p:not([class]), .u-box-hasButton p:not([class]) {
    margin: 2px 0 10px; }
  .u-contact li, .u-box-hasButton li {
    text-align: center; }
    .u-contact li a, .u-box-hasButton li a {
      display: -ms-flexbox;
      display: flex;
      position: relative;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center;
      height: 100%; }
  .u-contact .u-text, .u-box-hasButton .u-text, .u-contact .u-imageText p, .u-imageText .u-contact p, .u-box-hasButton .u-imageText p, .u-imageText .u-box-hasButton p {
    text-align: center; }
  .u-contact li:nth-child(1), .u-box-hasButton li:nth-child(1) {
    background-color: #fff; }
  .u-contact li:nth-child(2), .u-box-hasButton li:nth-child(2) {
    font-weight: bold; }
    .u-contact li:nth-child(2) a, .u-box-hasButton li:nth-child(2) a {
      background-color: #008dcf;
      color: #fff; }
      .u-contact li:nth-child(2) a:hover, .u-box-hasButton li:nth-child(2) a:hover {
        background-color: #05adff; }
  .u-contact li:nth-child(3), .u-box-hasButton li:nth-child(3) {
    background-color: #FDE621; }
    .u-contact li:nth-child(3) a, .u-box-hasButton li:nth-child(3) a {
      color: #008dcf;
      font-weight: bold; }
      .u-contact li:nth-child(3) a:hover, .u-box-hasButton li:nth-child(3) a:hover {
        color: #05adff; }
  .u-contact-tel {
    color: #008dcf;
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    font-weight: 700;
    letter-spacing: 0; }
  .u-contact-note {
    margin: 0;
    color: #444;
    font-size: 14px;
    font-size: 1.4rem; }
  .u-contact .icon-contact, .u-box-hasButton .icon-contact {
    display: inline-block;
    margin-left: 16px;
    color: #fde621;
    font-size: 16px;
    font-size: 1.6rem;
    vertical-align: middle; }
  .u-contact-col2 {
    margin-top: 15px; }

/*
---
name: お問い合わせ　ボタン3つ
category:
 - component/box
---

```html
<div class="u-box-hasButton u-box u-box-bg">
		<div class="u-text">下記より必要項目をご入力いただき、ダウンロードページヘお進みください。</div>
		<div class="u-box-link-button">
				<a href="/DUMMY">ダウンロードに進む（無料）</a>
		</div>
</div>
```
*/
/*
---
name: 通常ボタン
category:
 - component/button
---

```html
<div class="u-button__outer">
  <a class="u-button u-button--grey" href="/DUMMY">関連ページへのリンク等に用いる強調リンク（ボタン）</a>
</div>

<div class="u-button__outer">
	<a class="u-button u-button--grey icon-arrow-link" href="/DUMMY">リンクボタン</a>
</div>

<div class="u-button__outer">
	<a class="u-button u-button--grey icon-arrow-link" href="/DUMMY">テキストリンクボタンテキストリンクボタンテキストリンクボタンテキストリンクボタン</a>
</div>

<div class="u-button__outer">
	<a class="u-button u-button--grey icon-blank" href="/DUMMY">外部リンクボタン</a>
</div>

<div class="u-button__outer">
	<a class="u-button u-button--grey -bg icon-download" href="/DUMMY.pdf">
		<span>ダウンロードボタン（グレー）</span>
	</a>
</div>

<div class="u-button__outer">
	<a class="u-button u-button--grey -bg icon-download" href="/DUMMY.pdf">
		<span>テキストリンクボタンテキストリンクボタンテキストリンクボタンテキストリンクボタン</span>
	</a>
</div>
```
*/
.u-button__outer {
  margin: 50px 0;
}
.u-button__outer__align--left {
  text-align: left;
}
.u-button__outer__align--center {
  text-align: center;
}
.u-button__outer__align--right {
  text-align: right;
}

.u-button {
  display: inline-block;
  position: relative;
  padding: 12px 20px;
  border: 2px solid;
  color: #008dcf;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: left; }

.u-button + .u-button {
  margin-top: 20px; }

.u-button--grey {
  border-color: #ccc; }
  .u-button--grey::after {
    border-right-color: #ccc; }
  .u-button--grey.-bg {
    background-color: #f7f7f7; }

.u-button--yellow {
  border-color: #fde621; }
  .u-button--yellow::after {
    border-right-color: #fde621; }

.u-button--blue {
  border-color: #0097e0; }
  .u-button--blue::after {
    border-right-color: #0097e0; }

.u-button[href$=".pdf"]::after, .u-button[href$=".xls"]::after, .u-button[href$=".xlsx"]::after, .u-button[class*=" icon-"][href$=".pdf"] span::after, .u-button[class*=" icon-"][href$=".xls"] span::after, .u-button[class*=" icon-"][href$=".xlsx"] span::after {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 6px;
  line-height: 1;
  vertical-align: middle; }

.u-button[href$=".pdf"]::after {
  content: url(https://6825232.fs1.hubspotusercontent-na1.net/hubfs/6825232/raw_assets/public/corporate-theme/files/user/images/common/icon-pdf.svg); }

.u-button[href$=".xls"]::after, .u-button[href$=".xlsx"]::after {
  content: url(https://6825232.fs1.hubspotusercontent-na1.net/hubfs/6825232/raw_assets/public/corporate-theme/files/user/images/common/icon-xls.svg); }

.u-button .icon-blank {
  display: inline-block;
  vertical-align: middle; }
  .u-button .icon-blank::before {
    display: inline-block;
    margin-left: 10px;
    content: url(https://6825232.fs1.hubspotusercontent-na1.net/hubfs/6825232/raw_assets/public/corporate-theme/files/user/images/common/icon-blank.svg); }

.u-button[class*=" icon-"] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
  font-family: "icomoon", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important; }
  .u-button[class*=" icon-"]::before {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 20px;
    font-weight: normal; }
  .u-button[class*=" icon-"][href$=".pdf"]::after, .u-button[class*=" icon-"][href$=".xls"]::after, .u-button[class*=" icon-"][href$=".xlsx"]::after {
    content: ""; }
  .u-button[class*=" icon-"][href$=".pdf"] span::after {
    content: url(https://6825232.fs1.hubspotusercontent-na1.net/hubfs/6825232/raw_assets/public/corporate-theme/files/user/images/common/icon-pdf.svg); }
  .u-button[class*=" icon-"][href$=".xls"] span::after, .u-button[class*=" icon-"][href$=".xlsx"] span::after {
    content: url(https://6825232.fs1.hubspotusercontent-na1.net/hubfs/6825232/raw_assets/public/corporate-theme/files/user/images/common/icon-xls.svg); }

.u-button.icon-blank::before {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-bottom: 4px;
  content: url(https://6825232.fs1.hubspotusercontent-na1.net/hubfs/6825232/raw_assets/public/corporate-theme/files/user/images/common/icon-blank.svg); }

.u-button__annotation {
  margin: 5px 0;
  color: #444;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center; }

.u-button__set {
  display: -ms-flexbox;
  display: flex; }
  .u-button__set__link {
    display: block;
    background-color: #0097e0;
    color: #fff;
    font-weight: bold;
    text-align: center; }
    .u-button__set__link i {
      color: #fff071; }
    .u-button__set__link:hover {
      background-color: #5FB7E1;
      color: #fff; }

.u-button__mid {
  display: inline-block;
  font-weight: bold;
  white-space: nowrap; }
  .u-button__mid i {
    margin-left: 8px;
    color: #fff071; }
  .u-button__mid:hover {
    background-color: #5FB7E1;
    color: #fff; }
  .u-button__mid__blue {
    background-color: #0097e0;
    color: #fff; }

.u-button.text-align-left {
  display: inline-block;
  text-align: left;
}

.u-button.text-align-center {
  display: inline-block;
  text-align: center;
}

.u-button.text-align-right {
  display: inline-block;
  text-align: right;
}

.c-fixedButton {
  display: block;
  background-color: #008dcf;
  color: #fff;
  text-align: center; }
  .c-fixedButton__outer {
    background-color: #EBF6FB; }
  .c-fixedButton:hover {
    background-color: #5FB7E1;
    color: #fff; }
  .c-fixedButton i {
    margin-left: 25px;
    color: #fff071; }

.c-cookiePolicy {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 10px;
  border-top: 1px solid #ccc;
  background-color: #edf2f3;
  z-index: 100;
  font-size: 1.25rem; }

.c-cookiePolicy__link {
  display: -ms-flexbox;
  display: flex; }

.c-cookiePolicy__link__button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  padding: 10px 0;
  border: 2px solid #0097e0;
  background-color: #fff;
  color: #0097e0;
  cursor: pointer;
  transition: .4s opacity; }
  .c-cookiePolicy__link__button.-accept {
    background-color: #0097e0;
    color: #fff; }
  .c-cookiePolicy__link__button:hover {
    opacity: .7; }

.d-fixedButton {
  display: block;
  border: 2px solid #0097E0;
  background-color: #EBF6FB;
  color: #0097E0;
  text-align: center; }
 .d-fixedButton__outer {
    background-color: #008dcf; }
  .d-fixedButton:hover {
    background-color: #5FB7E1;
    color: #fff; }
  .d-fixedButton i {
    margin-left: 25px;
    color: #0097E0; }
.d-fixedButton__outer {
        position: -webkit-sticky;
        position: sticky;
        top: 10px;
        margin-top: 88px;
        padding: 12px 15px; }
.d-fixedButton {
      height: 50px;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 50px; }
      
/*
---
name: h1
category:
 - component/article/heading
---

```html
<h1 class="pageTitle">Web調査（商品・サービス名）</h1>
<div class="pageTitle--sub">インターネットリサーチサービス（SEO文言が必要な場合）</div>
<p class="article__lead">この文章はダミーです。この文章はダミーです。この文章はダミーです。<br>この文章はダミーです。</p>
```
*/
/* ページタイトル ---------- */
.pageTitle {
  font-weight: bold;
  line-height: 1.3;
  text-align: center; }
  .is-en .pageTitle {
    font-family: 'Sanomat Sans Regular';
    font-weight: normal; }

/* seoテキスト */
.pageTitle--sub {
  color: #444;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.3;
  text-align: center; }

/* リードテキスト */
.article__lead {
  margin: 30px 0 50px;
  color: #444;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.75;
  text-align: center; }

/*
---
name: h2
category:
 - component/article/heading
---

```html
<h2 class="article__heading">見出し（レベル１）</h2>
<div class="article__heading">見出し（レベル１）</div>
```
*/
.article__heading {
  margin: 60px 0 14px;
  padding: 4px 10px;
  background-color: #eee;
  font-weight: bold; }

/*
---
name: h3
category:
 - component/article/heading
---

```html
<h3 class="article__heading--lv2">見出し（レベル２）</h3>
<div class="article__heading--lv2">見出し（レベル２）</div>
```
*/
/* 見出し（レベル2） */
.article__heading--lv2 {
  margin: 50px 0 20px;
  padding-bottom: 4px;
  border-bottom: 3px solid #008dcf;
  font-weight: bold; }

/*
---
name: h4
category:
 - component/article/heading
---

```html
<h4 class="article__heading--lv3">見出し（レベル３）</h4>
<div class="article__heading--lv3">見出し（レベル３）</div>
```
*/
/* 見出し（レベル3） */
.article__heading--lv3 {
  position: relative;
  margin: 50px 0 12px;
  padding-left: 12px;
  font-weight: bold; }
  .article__heading--lv3::before {
    display: inline-block;
    position: absolute;
    top: 6px;
    left: 0;
    width: 3px;
    background-color: #008dcf;
    content: ""; }
  .article__heading--lv2 + .article__heading--lv3 {
    margin-top: -5px; }

/*
---
name: h5
category:
 - component/article/heading
---

```html
<div class="article__heading--lv4">見出し（レベル４）</div>
```
*/
/* 見出し（レベル4） */

/*
---
name: h6
category:
 - component/article/heading
---

```html
<div class="article__heading--lv5">見出し（レベル５）</div>
```
*/
/* 見出し（レベル5） */
.article__heading--lv5 {
  text-align: center; }
  .article__heading--lv5::after {
    display: block;
    width: 120px;
    height: 3px;
    margin: 10px auto 0;
    background: #0097e0;
    content: ""; }

/*
---
name: simple
category:
 - component/article/heading
---

```html
<div class="heading--simple">小さめのシンプルな見出し</div>
```
*/
/* シンプル */
.heading--simple {
  font-weight: bold; }

/*
---
name: 画像（上）＋テキスト（下）
category:
 - component/article/imagetext
---

```html
<div class="u-imageText">
	<div class="u-imageText__image">
		<img src="/files/user/images/service/image-wide.png?v=1591169697" alt="text">
	</div>
	<p>
		この文章は本文のテキストです。この文章は本文のテキストです。この文章は本文のテキストです。この文章は本文のテキストです。この文章は本文のテキストです。この文章は本文のテキストです。この文章は本文のテキストです。この文章は本文のテキストです。この文章は本文のテキストです。この文章は本文のテキストです。この文章は本文のテキストです。この文章は本文のテキストです。この文章は本文のテキストです。この文章は本文のテキストです。この文章は本文のテキストです。この文章は本文のテキストです。
	</p>
</div>
```
*/
/*
---
name: 画像（右）＋テキスト（左）
category:
 - component/article/imagetext
---

```html
<div class="u-imageText">
	<div class="u-imageText__image -col2">
		<img src="/files/user/images/service/image-right.png?v=1591169697" alt="text">
		<img src="/files/user/images/service/image-right.png?v=1591169697" alt="text">
	</div>
</div>
```
*/
/*
---
name: 画像（左）＋テキスト（右）
category:
 - component/article/imagetext
---

```html
<div class="u-text_picture -left cfx">
	<div class="u-picture__outer">
		<img alt="" src="/files/user/images/service/image-right.png?v=1591169697">
	</div>
	<p class="u-text">この文章は本文のテキストです。この文章は本文のテキストです。この文章は本文のテキストです。この文章は本文のテキストです。この文章は本文のテキストです。この文章は本文のテキストです。この文章は本文のテキストです。この文章は本文のテキストです。この文章は本文のテキストです。この文章は本文のテキストです。この文章は本文のテキストです。この文章は本文のテキストです。この文章は本文のテキストです。この文章は本文のテキストです。この文章は本文のテキストです。</p>
</div>
```
*/
/*
---
name: 画像2列
category:
 - component/article/imagetext
---

```html
<div class="u-imageText">
	<div class="u-imageText__image -col2">
		<img src="/files/user/images/service/image-right.png?v=1591169697" alt="text">
		<img src="/files/user/images/service/image-right.png?v=1591169697" alt="text">
	</div>
</div>
```
*/
/*
---
name: 画像・キャプション（左）＋テキスト
category:
 - component/article/imagetext
---

```html
<div class="u-text_picture cfx">
    <figure class="u-picture__outer">
        <span class="u-picture">
            <img alt="" src="/files/user/images/service/image-right.png?v=1591169697">
        </span>
        <figcaption class="u-picture__caption">画像のキャプション・画像のキャプション画像のキャプション</figcaption>
    </figure>
    <p class="u-text">
        この文章は本文のテキストです。この文章は本文のテキストです。この文章は本文のテキストです。この文章は本文のテキストです。この文章は本文のテキストです。この文章は本文のテキストです。この文章は本文のテキストです。この文章は本文のテキストです。この文章は本文のテキストです。この文章は本文のテキストです。この文章は本文のテキストです。この文章は本文のテキストです。この文章は本文のテキストです。この文章は本文のテキストです。この文章は本文のテキストです。この文章は本文のテキストです。
        この文章は本文のテキストです。この文章は本文のテキストです。この文章は本文のテキストです。この文章は本文のテキストです。この文章は本文のテキストです。この文章は本文のテキストです。この文章は本文のテキストです。この文章は本文のテキストです。この文章は本文のテキストです。この文章は本文のテキストです。この文章は本文のテキストです。この文章は本文のテキストです。この文章は本文のテキストです。この文章は本文のテキストです。この文章は本文のテキストです。この文章は本文のテキストです。
    </p>
</div>
```
*/
.u-imageText {
  margin: 20px 0 40px; }
  .u-imageText__image img {
    width: 100%; }
  .u-imageText.-imageRight {
    line-height: 1.4; }

/*
---
name: 画像右＋テキスト
category:
 - component/article/imagetext
---

```html
<div class="u-text_picture cfx">
	<a class="u-picture__outer" data-lightbox="picture-1" href="/files/user/images/service/image-rihgt.jpg?v=">
		<span class="u-picture">
			<img alt="" src="/files/user/images/service/image-right.png?v=1591169697">
		</span>
		<span class="u-picture__caption">キャプションキャプション</span>
	</a>
	<p class="u-text">
		通常テキスト + 画像。この文章はダミーです。文字の大きさ、量、字間、行間等を確認するために入れています。文字の大きさ、量、字間、行間等を確認するために入れています。文字の大きさ、量、字間、行間等を確認するために入れています。文字の大きさ、量、字間、行間等を確認するために入れています。文字の大きさ、量、字間、行間等を確認するために入れています。文字の大きさ、量、字間、行間等を確認するために入れています。文字の大きさ、量、字間、行間等を確認するために入れています。
	</p>
</div>
```
*/
/*
---
name: 画像左＋テキスト
category:
 - component/article/imagetext
---

```html
<div class="u-text_picture -left cfx">
	<a class="u-picture__outer" data-lightbox="picture-1" href="/files/user/images/service/image-rihgt.jpg?v=">
		<span class="u-picture">
			<img alt="" src="/files/user/images/service/image-right.png?v=1591169697">
		</span>
		<span class="u-picture__caption">キャプションキャプション</span>
	</a>
	<p class="u-text">
		通常テキスト + 画像。この文章はダミーです。文字の大きさ、量、字間、行間等を確認するために入れています。文字の大きさ、量、字間、行間等を確認するために入れています。文字の大きさ、量、字間、行間等を確認するために入れています。文字の大きさ、量、字間、行間等を確認するために入れています。文字の大きさ、量、字間、行間等を確認するために入れています。文字の大きさ、量、字間、行間等を確認するために入れています。文字の大きさ、量、字間、行間等を確認するために入れています。
	</p>
</div>
```
*/
.u-picture__outer {
  display: block;
  text-align: center; }
  .u-picture__outer:hover .u-picture__button {
    color: #05adff; }
  .u-picture__outer img {
    width: 100%; }
  .u-picture__outer_noLink {
    display: block;
    text-align: center; }

.u-picture {
  display: block; }
  .u-picture_noLink {
    display: block;
    padding: 15px; }

.u-picture img, .u-picture_noLink img {
  width: 100%; }

.u-picture__caption {
  display: block;
  margin: 10px 0 0;
  color: #7d7d7d;
  font-size: 13px;
  font-size: 1.3rem; }

.u-picture__button {
  display: block;
  width: 170px;
  height: 30px;
  margin: 16px auto 0;
  border-radius: 15px;
  background-color: #f7f7f7;
  color: #008dcf;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 30px; }
  .u-picture__button::before {
    display: inline-block;
    margin-right: 10px;
    font-size: 9px;
    font-size: 0.9rem;
    content: "＋";
    vertical-align: top; }

.lb-outerContainer {
  width: 1000px !important;
  height: auto !important;
  text-align: center; }

.lb-dataContainer {
  width: 1000px !important; }

.lb-image {
  display: inline-block !important;
  width: inherit !important;
  max-width: 100% !important;
  height: 100% !important; }

/*
---
name: check list
category:
 - component/article/list
---

```html
<ul class="u-list-check">
  <li>この文章はダミーです。文字の大きさ、量、字間、行間等を確認するために入れています。この文章はダミーです。文字の大きさ、量、字間、行間等を確認するために入れています。</li>
  <li>この文章はダミーです。文字の大きさ、量、字間、行間等を確認するために入れています。この文章はダミーです。文字の大きさ、量、字間、行間等を確認するために入れています。</li>
	<li>この文章はダミーです。文字の大きさ、量、字間、行間等を確認するために入れています。この文章はダミーです。文字の大きさ、量、字間、行間等を確認するために入れています。</li>
</ul>
```
*/
/*
---
name: number list
category:
 - component/article/list
---

```html
<ol class="u-list-number">
  <li>この文章はダミーです。文字の大きさ、量、字間、行間等を確認するために入れています。</li>
  <li>この文章はリストテキストです。この文章はリストテキストです。この文章はリストテキストです。この文章はリストテキストです。この文章はリストテキストです。この文章はリストテキストです。</li>
  <li>この文章はダミーです。文字の大きさ、量、字間、行間等を確認するために入れています。</li>
  <li>この文章はダミーです。文字の大きさ、量、字間、行間等を確認するために入れています。</li>
</ol>
```
*/
/*
---
name: mark list
category:
 - component/article/list
---

```html
<ul class="u-list-rank">
	<li class="u-mark-up"><i class="icon-arrow-rank"></i>この文章はダミーです。文字の大きさ、量、字間、行間等を確認するために入れています。この文章はダミーです。文字の大きさ、量、字間、行間等を確認するために入れています。</li>
	<li class="u-mark-stay"><i class="icon-arrow-rank"></i>この文章はダミーです。文字の大きさ、量、字間、行間等を確認するために入れています。この文章はダミーです。文字の大きさ、量、字間、行間等を確認するために入れています。</li>
	<li class="u-mark-up"><i class="icon-arrow-rank"></i>この文章はダミーです。文字の大きさ、量、字間、行間等を確認するために入れています。この文章はダミーです。文字の大きさ、量、字間、行間等を確認するために入れています。</li>
	<li class="u-mark-down"><i class="icon-arrow-rank"></i>この文章はダミーです。文字の大きさ、量、字間、行間等を確認するために入れています。この文章はダミーです。文字の大きさ、量、字間、行間等を確認するために入れています。</li>
</ul>
```
*/
/*
---
name: star list
category:
 - component/article/list
---

```html
<ul class="u-list-star">
	<li>この文章はダミーです。文字の大きさ、量、字間、行間等を確認するために入れています。この文章はダミーです。文字の大きさ、量、字間、行間等を確認するために入れています。</li>
	<li>この文章はダミーです。文字の大きさ、量、字間、行間等を確認するために入れています。この文章はダミーです。文字の大きさ、量、字間、行間等を確認するために入れています。</li>
</ul>
```
*/
/*
---
name: disc list
category:
 - component/article/list
---

```html
<ul class="u-list-disc">
	<li>この文章はダミーです。文字の大きさ、量、字間、行間等を確認するために入れています。この文章はダミーです。文字の大きさ、量、字間、行間等を確認するために入れています。</li>
	<li>
		この文章はダミーです。文字の大きさ、量、字間、行間等を確認するために入れています。この文章はダミーです。文字の大きさ、量、字間、行間等を確認するために入れています。
		<p class="u-text">通常テキスト。この文章はダミーです。文字の大きさ、量、字間、行間等を確認するために入れています。</p>
	</li>
</ul>
```
*/
/*
---
name: decimal list
category:
 - component/article/list
---

```html
<ol class="u-list-decimal">
	<li>この文章はダミーです。文字の大きさ、量、字間、行間等を確認するために入れています。この文章はダミーです。文字の大きさ、量、字間、行間等を確認するために入れています。</li>
	<li>
		この文章はダミーです。文字の大きさ、量、字間、行間等を確認するために入れています。この文章はダミーです。文字の大きさ、量、字間、行間等を確認するために入れています。
		<p class="u-text">通常テキスト。この文章はダミーです。文字の大きさ、量、字間、行間等を確認するために入れています。</p>
	</li>
</ol>
```
*/
/*
---
name: roman list
category:
 - component/article/list
---

```html
<h5 class="u-list__heading">【目次】</h5>
<ol class="u-list-roman">
	<li>調査概要</li>
	<li>調査結果概要</li>
	<li>項目別分析</li>
	<li>指標・小分類別分析<br>指標別偏差値（指定企業との比較）<br>小分類　設問との対応<br>小分類別偏差値（指定企業との比較）</li>
	<li>データ集</li>
</ol>
```
*/
/* リスト */

.u-list-check > li, .u-list-number > li, .u-list-star > li, .u-list-rank > li, .u-list__heading, .u-list-roman > li {
  line-height: 1.8; }

.u-list-check {
  margin: 34px 0; }
  .u-list-check > li {
    position: relative;
    background-color: #ebf6fb; }
    .u-list-check > li::before {
      position: absolute;
      border-radius: 100%;
      background-color: #fff;
      content: ""; }
    .u-list-check > li::after {
      position: absolute;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      content: ""; }
    .u-list-check > li:nth-child(2n) {
      background-color: #dff0f9; }

.u-list-number {
  margin: 34px 0;
  /*border-bottom: 1px solid #c9c9c9;*/ }
  .u-list-number > li {
    position: relative;
    /*border-top: 1px solid #c9c9c9;*/
    /*border-right: 1px solid #c9c9c9;*/
    /*border-left: 1px solid #c9c9c9;*/
    background-color: #fff; }
    .u-list-number > li::before {
      position: absolute;
      top: 0;
      left: 0;
      background-color: #f7f7f7;
      color: #008dcf;
      font-family: 'Roboto', sans-serif;
      font-style: italic;
      font-weight: 700;
      text-align: center;
      text-indent: -.1em; }
    .u-list-number > li:nth-child(1)::before {
      content: "1"; }
    .u-list-number > li:nth-child(2)::before {
      content: "2"; }
    .u-list-number > li:nth-child(3)::before {
      content: "3"; }
    .u-list-number > li:nth-child(4)::before {
      content: "4"; }
    .u-list-number > li:nth-child(5)::before {
      content: "5"; }
    .u-list-number > li:nth-child(6)::before {
      content: "6"; }
    .u-list-number > li:nth-child(7)::before {
      content: "7"; }
    .u-list-number > li:nth-child(8)::before {
      content: "8"; }
    .u-list-number > li:nth-child(9)::before {
      content: "9"; }
    .u-list-number > li:nth-child(10)::before {
      content: "10"; }

.article__heading--lv2 + .u-list-disc {
  margin-top: -6px; }

.u-list-disc > li {
  position: relative;
  margin: 10px 0 26px;
  padding-left: 30px;
  line-height: 1.6; }
  .u-list-disc > li::before {
    position: absolute;
    top: 13px;
    left: 10px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #008dcf;
    content: ""; }
  .u-list-disc > li .u-text, .u-list-disc > li .u-imageText p, .u-imageText .u-list-disc > li p {
    margin: 12px 0;
    font-weight: normal; }

.u-list-disc.-marginSmall > li {
  position: relative;
  margin: 10px 0 16px;
  padding-left: 30px;
  line-height: 1.2; }
  .u-list-disc.-marginSmall > li::before {
    position: absolute;
    top: 9px;
    left: 10px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #008dcf;
    content: ""; }
    
.u-list-link > li:not(:first-child) {
  margin-top: 16px; }

.u-list-link a[target="_blank"]::after {
  display: inline-block;
  content: url(https://6825232.fs1.hubspotusercontent-na1.net/hubfs/6825232/raw_assets/public/corporate-theme/files/user/images/common/icon-blank.svg); }

.u-list-decimal > li {
  position: relative;
  margin: 20px 0;
  line-height: 1.6; }
  .u-list-decimal > li::before {
    position: absolute;
    top: 6px;
    left: 0;
    border-right: 1px solid #008dcf;
    border-left: 1px solid #008dcf;
    color: #008dcf;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-size: 1.5rem;
    font-style: italic;
    font-weight: 400;
    font-weight: bold;
    text-align: center;
    text-indent: -.2em; }
  .u-list-decimal > li .u-text, .u-list-decimal > li .u-imageText p, .u-imageText .u-list-decimal > li p {
    margin: 5px 0;
    font-weight: normal; }
  .u-list-decimal > li .u-note {
    margin: 5px 0;
    font-weight: normal; }

.u-list-decimal.-marginSmall li {
  margin: 5px 0 !important; }
  .u-list-decimal.-marginSmall li:first-child {
    padding-top: 18px; }
    .u-list-decimal.-marginSmall li:first-child::before {
      top: 26px; }

.u-list-decimal > li:nth-child(1)::before {
  content: "1"; }

.u-list-decimal > li:nth-child(2)::before {
  content: "2"; }

.u-list-decimal > li:nth-child(3)::before {
  content: "3"; }

.u-list-decimal > li:nth-child(4)::before {
  content: "4"; }

.u-list-decimal > li:nth-child(5)::before {
  content: "5"; }

.u-list-decimal > li:nth-child(6)::before {
  content: "6"; }

.u-list-decimal > li:nth-child(7)::before {
  content: "7"; }

.u-list-decimal > li:nth-child(8)::before {
  content: "8"; }

.u-list-decimal > li:nth-child(9)::before {
  content: "9"; }

.u-list-decimal > li:nth-child(10)::before {
  content: "10"; }

.u-list-decimal > li:nth-child(11)::before {
  content: "11"; }

.u-list-decimal > li:nth-child(12)::before {
  content: "12"; }

.u-list-decimal > li:nth-child(13)::before {
  content: "13"; }

.u-list-decimal > li:nth-child(14)::before {
  content: "14"; }

.u-list-decimal > li:nth-child(15)::before {
  content: "15"; }

.u-list-decimal > li:nth-child(16)::before {
  content: "16"; }

.u-list-decimal > li:nth-child(17)::before {
  content: "17"; }

.u-list-decimal > li:nth-child(18)::before {
  content: "18"; }

.u-list-decimal > li:nth-child(19)::before {
  content: "19"; }

.u-list-decimal > li:nth-child(20)::before {
  content: "20"; }

.u-list-star {
  margin: 40px 0; }

.u-list-star > li {
  position: relative;
  background-color: #f7f7f7; }
  .u-list-star > li:nth-child(2n) {
    background-color: #f0f0f0; }
  .u-list-star > li::before {
    position: absolute;
    content: url(https://6825232.fs1.hubspotusercontent-na1.net/hubfs/6825232/raw_assets/public/corporate-theme/files/user/images/common/icon-star.svg); }

.u-list-rank {
  margin: 20px 0 40px; }
  .u-list-rank > li {
    position: relative;
    background-color: #f7f7f7; }
    .u-list-rank > li:nth-child(2n) {
      background-color: #f0f0f0; }
  .u-list-rank .icon-arrow-rank {
    display: inline-block;
    position: absolute;
    border-radius: 100%;
    color: #fff;
    text-align: center; }

.u-mark-stay .icon-arrow-rank {
  background-color: #FB9C05; }

.u-mark-up .icon-arrow-rank {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #34A853; }

.u-mark-down .icon-arrow-rank {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #EA4335; }

.u-list-angle-l__title {
  font-weight: bold; }

.u-list-angle-l__title .notes {
  color: #7d7d7d;
  font-weight: normal; }

.u-list-angle-l .has-angle:hover .notes {
  color: #05adff; }

.u-list-angle-l .icon-angle-right {
  font-weight: normal; }

.notes__outer {
  display: inline-block; }

.u-list-angle-l .notes--report {
  display: inline-block;
  background-color: #f0f0f0;
  font-weight: normal; }
  .u-list-angle-l .notes--report::before {
    display: inline-block;
    content: url(https://6825232.fs1.hubspotusercontent-na1.net/hubfs/6825232/raw_assets/public/corporate-theme/files/user/images/service/icon-report.svg);
    vertical-align: middle; }

.u-list-angle-l .notes--smartwork {
  display: inline-block;
  background-color: #d9f0fb;
  font-weight: normal; }
  .u-list-angle-l .notes--smartwork::before {
    display: inline-block;
    background: url(https://6825232.fs1.hubspotusercontent-na1.net/hubfs/6825232/raw_assets/public/corporate-theme/files/user/images/service/icon-report.svg) no-repeat center center;
    content: "";
    vertical-align: middle; }

.u-list-angle-l a:hover .notes--report {
  color: #222; }

.u-list-angle-l a:hover .notes--smartwork {
  color: #222; }

.u-list__heading {
  margin-bottom: 10px;
  font-weight: normal;
  line-height: 1; }

.u-list-roman {
  padding-left: 30px; }
  .u-list-roman > li {
    position: relative;
    list-style-type: upper-roman; }

/*
---
name: 通常テキスト
category:
 - component/box
---

```html
<nav class="u-tab">
	<button type="button" class="u-tab__button -tolast" data-js="tab-scroll-first" aria-label="最初へスクロール"><span></span></button>
	<div class="u-tab__inner">
		<ul>
			<li class="is-current">TOP</li>
			<li><a href="/dummy/">商品詳細</a></li>
			<li><a href="/dummy/">分析レポート活用方法</a></li>
			<li><a href="/dummy/">2017 総合評価ランキング</a></li>
			<li><a href="/dummy/">活用事例</a></li>
		</ul>
	</div>
	<button type="button" class="u-tab__button -tofirst" data-js="tab-scroll-last" aria-label="最後へスクロール"><span></span></button>
</nav>
```
*/
.u-tab {
  display: -ms-flexbox;
  display: flex;
  height: 63px;
  margin: 50px 0 60px; }
  .u-tab__button {
    position: relative;
    width: 18px;
    border: 0;
    background-color: transparent;
    cursor: pointer; }
    .u-tab__button span {
      display: inline-block;
      position: absolute;
      top: 50%;
      width: 8px;
      height: 8px;
      border-top: 2px solid #008dcf;
      border-right: 2px solid #008dcf; }
    .u-tab__button:hover span {
      border-color: #05adff; }
    .u-tab__button.-tolast span {
      left: 0;
      -webkit-transform: translate(0, -50%) rotate(-135deg);
      transform: translate(0, -50%) rotate(-135deg); }
    .u-tab__button.-tofirst span {
      right: 0;
      -webkit-transform: translate(0, -50%) rotate(45deg);
      transform: translate(0, -50%) rotate(45deg); }
  .u-tab__inner {
    overflow: hidden; }
  .u-tab ul {
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 10px;
    overflow-x: auto;
    white-space: nowrap; }
    .u-tab ul li {
      background-color: #EBF6FB; }
      .u-tab ul li:not(:last-of-type) {
        border-right: 2px solid #fff; }
      .u-tab ul li.is-current, .u-tab ul li a {
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: bold; }
      .u-tab ul li a {
        display: block;
        padding: 18px 36px;
        color: #222; }
        .u-tab ul li a:hover {
          color: #05adff; }
      .u-tab ul li.is-current {
        padding: 18px 36px;
        background-color: #008dcf;
        color: #fff; }

/*
---
name: 通常table
category:
 - component/table
---

```html
<table class="u-table">
	<tbody>
		<tr>
      <th>タイトル行</th>
      <th>タイトル行</th>
			<th>タイトル行</th>
	  </tr>
	  <tr>
      <td>この文章はダミーです。</td>
			<td>この文章はダミーです。</td>
			<td>この文章はダミーです。文字の大きさ、量、字間、行間等を確認するために入れています。</td>
	  </tr>
	  <tr>
			<td>この文章はダミーです。</td>
			<td>この文章はダミーです。</td>
      <td>この文章はダミーです。文字の大きさ、量、字間、行間等を確認するために入れています。</td>
	  </tr>
	  <tr>
			<td>この文章はダミーです。</td>
      <td>この文章はダミーです。</td>
      <td>この文章はダミーです。文字の大きさ、量、字間、行間等を確認するために入れています。</td>
	  </tr>
	</tbody>
</table>
```
*/
/*
---
name: 横テーブル
category:
 - component/table
---

```html
<table class="u-table u-table-horizontal">
	<tbody>
		<tr>
			<th>タイトル</th>
			<td>この文章は本文のテキストです。この文章は本文のテキストです。</td>
		</tr>
		<tr>
			<th>タイトルタイトル</th>
			<td>この文章は本文のテキストです。この文章は本文のテキストです。</td>
		</tr>
		<tr>
			<th>タイトルタイトルタイトル</th>
			<td>この文章は本文のテキストです。この文章は本文のテキストです。この文章は本文のテキストです。この文章は本文のテキストです。この文章は本文のテキストです。この文章は本文のテキストです。この文章は本文のテキストです。この文章は本文のテキストです。この文章は本文のテキストです。</td>
		</tr>
	</tbody>
</table>
```
*/
/*
---
name: タイトル左部テーブル
category:
 - component/table
---

```html
<table class="u-table u-table-horizontal">
	<tbody>
		<tr>
			<th>タイトル</th>
			<td>この文章は本文のテキストです。この文章は本文のテキストです。</td>
		</tr>
		<tr>
			<th>タイトルタイトル</th>
			<td>この文章は本文のテキストです。この文章は本文のテキストです。</td>
		</tr>
		<tr>
			<th>タイトルタイトルタイトル</th>
			<td>この文章は本文のテキストです。この文章は本文のテキストです。この文章は本文のテキストです。この文章は本文のテキストです。この文章は本文のテキストです。この文章は本文のテキストです。この文章は本文のテキストです。この文章は本文のテキストです。この文章は本文のテキストです。</td>
		</tr>
	</tbody>
</table>
```
*/
/*
---
name: タイトル上部テーブル
category:
 - component/table
---

```html
<table class="u-table u-table-vertical">
	<tbody>
		<tr>
			<th>タイトル</th>
		</tr>
		<tr>
			<td>この文章は本文のテキストです。この文章は本文のテキストです。</td>
		</tr>
	</tbody>
</table>

<table class="u-table u-table-vertical ">
	<tbody>
		<tr>
			<th>タイトル</th>
			<th>タイトルタイトル</th>
		</tr>
		<tr>
			<td>この文章は本文のテキストです。この文章は本文のテキストです。</td>
			<td>この文章は本文のテキストです。この文章は本文のテキストです。</td>
		</tr>
	</tbody>
</table>
```
*/
.u-table {
  width: 100%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-spacing: 0;
  line-height: 1.5; }
  .u-table + .u-table {
    margin-top: -15px; }
  .u-table:not(.u-table-horizontal):not(.-noStriped) tr:nth-child(2n-1) td {
    background-color: #f7f7f7; }
  .u-table th, .u-table td {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    vertical-align: top; }
  .u-table th {
    padding: 12px;
    background-color: #ebf6fb;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold; }
  .u-table td {
    padding: 10px 12px;
    color: #444;
    font-size: 16px;
    font-size: 1.6rem; }
  .u-table thead th {
    text-align: left; }
  .u-table thead + tbody th {
    color: #444;
    font-weight: normal;
    text-align: left; }
  .u-table__thead__bgDark th {
    background-color: #5FB7E1;
    color: #fff; }
  .u-table__thead__bgDark + tbody tr:nth-child(2n-1) th {
    background-color: #DFF0F9; }
  .u-table__thead__bgDark + tbody tr:nth-child(2n-1) td {
    background-color: #EBF6FB; }
  .u-table__thead__bgStriped th {
    background-color: #EBF6FB; }
  .u-table__thead__bgStriped th:nth-child(2n-1) {
    background-color: #DFF0F9; }
  .u-table__thead__bgStriped + tbody th {
    background-color: #DFF0F9; }

.u-table-horizontal th {
  text-align: left; }

.u-table-horizontal tr:nth-child(2n) th {
  background-color: #dff0f9; }

.u-table-horizontal tr:nth-child(2n) td {
  background-color: #f7f7f7; }

.u-table-vertical th, .u-table-vertical td {
  width: 50%; }

.u-table-vertical th {
  text-align: left; }

/*
---
name: SPでスクロール表示
category:
 - component/table
---

```html
<div class="u-table__scroll">
	<table class="u-table">
		<tbody>
			<tr>
	      <th>タイトル行</th>
	      <th>タイトル行</th>
				<th>タイトル行</th>
		  </tr>
		  <tr>
	      <td>この文章はダミーです。</td>
				<td>この文章はダミーです。</td>
				<td>この文章はダミーです。文字の大きさ、量、字間、行間等を確認するために入れています。</td>
		  </tr>
		  <tr>
				<td>この文章はダミーです。</td>
				<td>この文章はダミーです。</td>
	      <td>この文章はダミーです。文字の大きさ、量、字間、行間等を確認するために入れています。</td>
		  </tr>
		  <tr>
				<td>この文章はダミーです。</td>
	      <td>この文章はダミーです。</td>
	      <td>この文章はダミーです。文字の大きさ、量、字間、行間等を確認するために入れています。</td>
		  </tr>
		</tbody>
	</table>
</div>
```
*/

/*
---
name: 通常テキスト
category:
 - component/article/text
---

```html
<div class="u-text">通常テキストです。<span class="u-text__underline">この文章はダミーです。</span>文字の大きさ、量、字間、行間等を確認するために入れています。この文章はダミーです。<a href="/DUMMY">文字の大きさ、量、字間、行間等を確認するために入れています。</a>この文章はダミーです。文字の大きさ、量、字間、行間等を確認するために入れています。</div>
```
*/
.u-text, .u-imageText p {
  margin: 10px 0;
  color: #444;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8; }
  .u-text__blue {
    margin-top: 0;
    color: #008dcf;
    font-weight: bold; }

.u-text a, .u-imageText p a {
  text-decoration: underline; }

.u-text__underline {
  background: linear-gradient(transparent 90%, #fde621 90%); }

/*
---
name: 注釈テキスト
category:
 - component/article/text
---

```html
<div class="u-note">注釈テキストです。この文章はダミーです。文字の大きさ、量、字間、行間等を確認するために入れています。この文章はダミーです。<a href="/DUMMY">文字の大きさ、量、字間、行間等を確認するために入れています。</a>この文章はダミーです。文字の大きさ、量、字間、行間等を確認するために入れています。</div>
```
*/
.u-note {
  position: relative;
  margin: 15px 0;
  padding-left: 24px;
  color: #444;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6; }
  .u-note::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "※"; }

/* project ----------------------------- */
/*
 BRS検索ページ
---------------------------------------- */
.brsSearch {
  width: 100%; }

.brsSearch__form {
  text-align: center; }

.brsSearch .form__textbox {
  width: 40%;
  padding: 10px 12px;
  vertical-align: top; }

.brsSearch .form__submit {
  width: 10%;
  height: 44px;
  line-height: 44px;
  vertical-align: top; }

.brsSearch__item, .brsSearch__text {
  width: 60%;
  margin: 30px auto 0; }

.brsSearch .icon-angle-right {
  top: 10px; }

.brsSearch__date {
  color: #999; }

.brsSearch__text {
  font-weight: bold;
  text-align: center; }

/*
事例情報
---------------------------------------- */
.p-case {
  width: 100%; }
  .p-case__lead {
    text-align: center; }
  .p-case__search {
    display: -ms-flexbox;
    display: flex; }
    .p-case__search__box {
      width: 50%;
      margin-left: auto;
      margin-right: auto; }
      .p-case__search__box.-area {
        margin-right: 4px; }
    .p-case__search__index {
      margin: 0%;
      background-color: #dff0f9;
      color: #666;
      font-weight: bold;
      text-align: center; }
      .-active .p-case__search__index {
        background-color: #008dcf;
        color: #fff; }
      .p-case__search__index:hover {
        cursor: pointer; }
    .p-case__search__conditions {
      display: none;
      border: 2px solid #dff0f9; }
      .-active .p-case__search__conditions {
        border-color: #008dcf; }
    .p-case__search__btn {
      display: block;
      margin: 5px 0 0 auto;
      padding: 3px 10px;
      border: 1px solid #333;
      background: #dfdfdf; }
  .p-case__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .p-case__list__item {
      position: relative; }
    .p-case__list__title {
      font-weight: bold;
      line-height: 1.5; }
    .p-case__list__image img {
      max-width: 100%; }
    .p-case__list__link {
      display: block;
      text-align: center; }
    .p-case__list__tag {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      font-size: 12px;
      font-size: 1.2rem;
      font-weight: bold; }
    .p-case__list__tagItem {
      margin-top: 5px;
      padding: 3px 6px;
      border-radius: 5px;
      background-color: #f7f7f7; }
      .p-case__list__tagItem:not(:last-child) {
        margin-right: 5px; }
    .p-case__list__outline {
      font-weight: bold; }
    .p-case__list__btn {
      display: block;
      position: absolute;
      bottom: 0%;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      background-color: #008dcf;
      color: #fff;
      font-weight: bold;
      text-align: center; }
      .p-case__list__btn:hover {
        color: #fff;
        opacity: .7; }

.p-column__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.p-column__item {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.p-column__link, .p-columnEn__link {
  display: block;
  position: relative;
  height: 100%;
  padding: 44px 10px 10px;
  border: 1px solid #ccc;
  color: #333;
  transition: .4s opacity; }
  .p-column__link:hover, .p-columnEn__link:hover {
    color: #333;
    opacity: .7; }

.p-column__label, .p-columnEn__label {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
  background-color: #dff0f9;
  line-height: 1; }

.p-column__picture img {
  max-width: 100%; }

.p-column__date, .p-columnEn__date {
  color: #898989;
  font-family: 'Roboto', sans-serif;
  font-weight: 400; }

.p-column__title {
  font-weight: bold; }

/*  English用  */
.p-columnEn__item:not(:first-child) {
  margin-top: 20px; }

.p-columnEn__label {
  margin: 0; }

.p-columnEn__picture img {
  width: 100%; }

.p-columnEn__title {
  margin: 5px 0 10px;
  font-family: 'Sanomat Sans Regular';
  line-height: 1.4; }

.p-columnEn__intro {
  margin: 0;
  line-height: 1.3; }

/*

 企業情報

---------------------------------------- */
/* インデックス ---------- */

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

.indexList__banner {
  text-align: center; }

.indexList__banner img {
  max-width: 100%; }

.indexList__heading {
  display: table;
  position: relative;
  width: 100%;
  padding: 6px 0;
  color: #222;
  font-weight: bold;
  line-height: 1.4;
  text-align: center; }
  .is-en .indexList__heading {
    font-family: 'Sanomat Sans Regular';
    font-weight: normal; }

.indexList__heading__inner {
  display: table-cell;
  vertical-align: middle; }

.indexList__heading .icon-angle-right {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #0097e0; }

.indexList__summary {
  display: block;
  color: #222; }

.indexList__item__inner:hover .indexList__heading,
.indexList__item__inner:hover .indexList__summary {
  color: #0097e0; }

/* バナー ---------- */
.companyIndex__banner__outer {
  margin: 30px 0;
  text-align: center; }

.companyIndex__banner {
  display: inline-block; }
  .companyIndex__banner:hover {
    opacity: 0.6; }

/*

 問い合わせ

---------------------------------------- */
/* リード文 ---------- */
.pageLead {
  text-align: center; }

/* 個人情報の取り扱いについて ---------- */
.contact__term {
  background-color: #f7f7f7; }
  .contact__term__heading {
    margin-bottom: 40px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.1; }
  .contact__term__list {
    padding-left: 20px; }
  .contact__term__item {
    list-style: disc outside; }
    .contact__term__item:not(:first-child) {
      margin-top: 10px; }
  .contact__term__button__outer {
    margin-top: 30px;
    text-align: center; }
  .contact__term__button {
    display: inline-block;
    position: relative;
    width: 250px;
    padding: 15px 0;
    background-color: #fff;
    color: #0273ba;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    text-indent: 1em;
    cursor: pointer; }
  .contact__term__button .form__checkbox {
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%); }

.form__mail-notes {
  border: 1px solid #666;
  color: #333; }
  .form__mail-notes .emphasis {
    display: inline-block;
    margin-top: 10px;
    color: #ff3500; }

.form__status {
  margin: 40px 0 30px;
  overflow: hidden; }
  .form__status__item {
    position: relative;
    height: 80px;
    float: left;
    border: 1px solid #dcdcdc;
    border-right: none;
    text-align: center; }
    .form__status__item::before, .form__status__item::after {
      display: inline-block;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%);
      content: ""; }
  .form__status__item span::before {
    color: #707070;
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    font-weight: 400; }
  .form__status__item:nth-child(1) span::before {
    content: "1"; }
  .form__status__item:nth-child(2) span::before {
    content: "2"; }
  .form__status__item:nth-child(3) span::before {
    margin-bottom: 10px;
    content: "3"; }
  .form__status__item.is-current {
    border-color: #0097e0; }
    .form__status__item.is-current::before {
      border-left-color: #0097e0; }
    .form__status__item.is-current span::before {
      color: #0097e0; }
  .form__status__item.is-current span {
    padding-bottom: 8px;
    font-weight: bold; }

.form {
  width: 100%; }

.form__item {
  width: 100%;
  border-bottom: 1px solid #c9c9c9; }
  .form__item:first-child {
    border-top: 1px solid #c9c9c9; }

.form__heading {
  font-weight: bold; }

.form__icon--required, .form__icon--optional {
  display: inline-block;
  padding: 0 10px;
  border-radius: 20px;
  font-size: 11px;
  font-size: 1.1rem; }

.form__icon--required {
  border: 1px solid #ff3500;
  color: #ff3500;
  line-height: 18px; }

.form__icon--optional {
  background-color: #f7f7f7;
  color: #959595;
  line-height: 20px; }

.form__body {
  display: block; }

.form__textbox, .form__textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #e5e5e5;
  outline: none;
  line-height: 1.6; }
  .form__textbox:hover, .form__textarea:hover {
    border-color: #0097e0; }

.form__textarea {
  max-width: 700px;
  min-height: 150px; }

.form__textbox--zip {
  width: 200px;
  margin-right: 10px; }

.form__notes + .form__textbox, .form__notes + .form__textarea {
  margin-top: 5px; }

.form__select {
  width: 200px;
  height: 40px;
  padding: 10px 12px;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  background-color: #fff;
  line-height: 1.1; }

.form__check {
  display: block; }

.form__radio {
  display: inline-block; }
  .form__radio:not(:last-child) {
    margin-right: 30px; }

.form__radio input, .form__check input {
  display: inline-block;
  margin-right: 12px; }

.form__submit__outer {
  position: relative;
  text-align: center; }

.form__submit {
  position: relative; }
  .form__submit:disabled + .form__submit--filter {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 5; }

.form__submit--filter {
  display: none; }

.form__complete__text {
  text-align: center; }

.form__iframe {
  display: block;
  margin: 0 auto; }

.localContainer--column {
  -ms-flex-direction: column;
  flex-direction: column; }

/* エラーテキスト ---------- */
.error {
  color: #ff3500; }
  .error__title {
    margin-bottom: 5px;
    font-weight: bold; }
  .error__item {
    list-style: disc outside; }

/*
 資料ダウンロード一覧（問い合わせ）
---------------------------------------- */

.pdfDownload .has-pdf::after {
  display: inline-block;
  line-height: 1;
  content: url(https://6825232.fs1.hubspotusercontent-na1.net/hubfs/6825232/raw_assets/public/corporate-theme/files/user/images/common/icon-pdf.svg);
  vertical-align: top; }

/*
 資料ダウンロード 詳細
---------------------------------------- */
.u-button.has-pdf::before {
  display: inline-block;
  line-height: 1;
  content: url(https://6825232.fs1.hubspotusercontent-na1.net/hubfs/6825232/raw_assets/public/corporate-theme/files/user/images/common/icon-pdf.svg);
  vertical-align: top; }

/*
 english
---------------------------------------- */
.is-en {
  font-family: 'Sanomat Sans Light',	sans-serif;
  word-break: break-word; }
  .is-en .header__logo {
    height: 40px;
    margin: 0; }
    .is-en .header__logo a {
    width: 125px;
      height: 40px;
      background: url(https://6825232.fs1.hubspotusercontent-na1.net/hubfs/6825232/raw_assets/public/corporate-theme/files/user/images/common/logo_en.svg) no-repeat center center;
      background-size: auto 100%; }
  .is-en .header__companyname {
    padding-left: 20px;
    font-style: italic;
    font-weight: bold; }
  .is-en .header__language {
    float: right; }
  .is-en .gnav {
    margin-bottom: 30px; }
  .is-en .gnav__item {
    font-family: 'Sanomat Sans Regular'; }
  .is-en .footer__link {
    width: 100%;
    padding-right: 0;
    float: none;
    text-align: center; }
  .is-en .footer__link__item {
    display: inline-block; }
    .is-en .footer__link__item:not(:last-child) {
      margin-right: 20px; }
  .is-en .hero {
    text-align: center; }
  .is-en .hero img {
    max-width: 100%; }
  .is-en .localContainer--top {
    -ms-flex-direction: column;
    flex-direction: column; }
  .is-en .index__banner__link {
    display: inline-block; }
  .is-en .form__icon--required {
    padding: 0;
    border: none;
    font-size: 18px;
    font-size: 1.8rem; }
  .is-en .u-contact-col2 li:nth-child(1) {
    padding-top: 0; }

.english__index__banner {
  text-align: center; }

.corporate__item {
  position: relative;
  float: left; }
  .corporate__item a {
    display: block; }

/*

 よくあるご質問

---------------------------------------- */

.faqList__question {
  position: relative;
  border-bottom: 1px solid #c9c9c9;
  cursor: pointer; }
  .faqList__question::before {
    position: absolute;
    color: #0097e0;
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    font-weight: 400;
    font-weight: bold;
    line-height: 1.1;
    content: "Q"; }
  .faqList__question::after {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 2px;
    right: 0;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 2px solid #fde621;
    border-radius: 100%;
    color: #0097e0;
    font-family: メイリオ, Meiryo, sans-serif;
    text-align: center;
    content: "+"; }
  .faqList__question.is-opened::after {
    content: "－"; }

.faqList__answer {
  display: none;
  position: relative; }
  .faqList__answer::before {
    position: absolute;
    color: #959595;
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    font-weight: 400;
    font-weight: bold;
    line-height: 1.1;
    content: "A"; }

/*
 お知らせ
---------------------------------------- */
.newsBody .newsList {
  display: none;
}

.col-3 .newsList__tab__item {
  width: 33%; }
.col-5 .newsList__tab__item {
  width: 20%; }

/* ページャ ---------- */
.icon-angle-left::before {
  display: inline-block;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.pagerList {
  text-align: center; }
  .pagerList__list {
    display: inline-block; }
  .pagerList__item {
    display: inline-block;
    vertical-align: top; }
  .pagerList__item a {
    display: block;
    position: relative; }
  .pagerList__item--prev {
    margin-right: 30px; }
  .pagerList__item--prev a {
    padding-left: 20px; }
  .pagerList__item--next {
    margin-left: 30px; }
  .pagerList__item--next a {
    padding-right: 20px; }
  .pagerList .pager-angle {
    position: absolute;
    top: 0;
    font-size: 22px;
    font-size: 2.2rem; }
  .pagerList__item--prev .pager-angle {
    top: 1px;
    left: 0; }
  .pagerList__item--next .pager-angle {
    right: 0; }
  .pagerList__item--number {
    position: relative;
    padding: 0 15px; }
  .pagerList__item--number::before, .pagerList__item--number:last-child::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 1px;
    height: 30px;
    -webkit-transform: translate(0, -50%) skewX(-20deg);
    transform: translate(0, -50%) skewX(-20deg);
    background-color: #d1d1d1;
    content: ""; }
  .pagerList__item--number::before {
    left: 0; }
  .pagerList__item--number:last-child::after {
    right: 0; }
  .pagerList__item--number.is-current {
    font-weight: bold; }

/*
 ログインフォーム
---------------------------------------- */

.loginForm .form__item {
  border-bottom: none; }

/* 記事本文 ---------- */

.article__date {
  display: block;
  margin-bottom: 10px;
  color: #898989;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  text-align: right; }

.article__category__outer {
  background-color: #f7f7f7; }
  .-column .article__category__outer {
    margin-bottom: 30px; }

.article__category {
  float: left;
  font-weight: bold; }

.article .sns {
  margin: 10px 0;
  float: right; }

.article .sns li {
  height: 20px;
  float: left; }
  .article .sns li:first-child {
    margin-right: 15px; }

.article .sns iframe {
  vertical-align: top; }

.article__tag {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.article__tag__item {
  display: inline-block;
  margin-bottom: 10px;
  padding: 10px;
  background-color: #dff0f9;
  line-height: 1; }
  .article__tag__item:not(:last-child) {
    margin-right: 10px; }

.article__body {
  margin: 40px 0 55px; }

.article__body a {
  text-decoration: underline; }

/* このニュースに関連するサービス ---------- */
.article__relationService {
  background-color: #f7f7f7; }
  .article__relationService__heading {
    font-weight: bold; }
  .article__relationService__item:not(:first-child) {
    margin-top: 15px; }
  .article__relationService__item a {
    font-weight: bold; }

/* ニュースリリース ---------- */

.articleContainer .newsList__heading {
  font-weight: bold; }

.articleContainer .newsList__button__outer {
  margin-bottom: 0; }

/* サイドコンテンツ ---------- */
.reference {
  margin-top: 30px;
  padding: 20px;
  background-color: #f7f7f7; }
  .reference__heading {
    margin-bottom: 20px;
    font-size: 15px;
    font-size: 1.5rem; }
  .reference__staffs {
    margin-bottom: 12px;
    font-size: 13px;
    font-size: 1.3rem; }
  .reference__tel {
    font-size: 12px;
    font-size: 1.2rem; }
  .reference__title {
    margin-top: 20px; }
  .reference__number, .reference__title {
    color: #0273ba; }
  .reference__button {
    background-color: #0097e0;
    color: #fff;
    font-weight: bold;
    text-align: center; }
    .reference__button:hover {
      background-color: #05adff;
      color: #fff; }
  .reference__button .icon-contact {
    color: #fde621; }
  .reference + .subLink__menu, .reference__button__outer + .subLink__menu {
    margin-top: 18px; }

/*
 世論調査
---------------------------------------- */

.opinionPollsIndex__item {
  position: relative;
  float: left; }
  .opinionPollsIndex__item a {
    display: block; }

/*

 選ばれる理由

---------------------------------------- */

.reasonIndex__item__inner {
  display: block; }

.reasonIndex__heading {
  position: relative;
  letter-spacing: .1em; }
  .reasonIndex__heading:hover {
    color: #05adff; }

.reasonIndex__heading .icon-angle-right {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #0097e0;
  font-size: 22px;
  font-size: 2.2rem; }

.reasonIndex__summary {
  color: #222; }

.reasonIndex__picture img {
  width: 100%; }

/*

 世論調査

---------------------------------------- */
.result__table {
  width: 100%;
  border-top: 1px solid #c9c9c9;
  border-left: 1px solid #c9c9c9;
  border-collapse: collapse;
  text-align: center; }
  .result__table th, .result__table td {
    padding: 5px;
    border-right: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: normal; }
  .result__table th {
    background-color: #eee; }

.result__date, .result__area {
  color: #898989;
  font-size: 15px;
  font-size: 1.5rem;
  text-align: right; }

/*
 サイト内検索
---------------------------------------- */
.siteSearch__form {
  text-align: center; }

.siteSearch__input {
  box-sizing: border-box;
  width: 60%;
  height: 30px;
  padding: 0 5px;
  border: 1px solid #c9c9c9;
  border-radius: 2px;
  transition: .4s border-color; }
  .siteSearch__input:focus {
    border-color: #333; }

.siteSearch__submit {
  box-sizing: border-box;
  width: 10%;
  height: 30px;
  padding: 0;
  border: none;
  border-radius: 2px;
  background-color: #333;
  color: #fff;
  cursor: pointer;
  vertical-align: bottom; }
  .siteSearch__submit:hover {
    background-color: #666; }

#srchBox__page.watermark #srchInput__page {
  background: #fff url(https://s.yimg.jp/images/search/customsearch/yjlogo/yjlogo_type4.gif) center center no-repeat; }
  #srchBox__page.watermark #srchInput__page.nomark {
    background: #fff; }

/* 本文中画像 */

.u-picture-list {
  text-align: center; }
  .u-picture-list a {
    display: block; }
    .u-picture-list a:hover .u-picture__button {
      color: #05adff; }

.u-link-list {
  margin: 10px 0 20px;
  letter-spacing: -.5em; }

.u-link-list li {
  border: 1px solid #c9c9c9;
  background-color: #fff;
  letter-spacing: 0; }
  .u-link-list li.is-current {
    background-color: #ecf6fc;
    font-weight: bold; }

.u-link-list a {
  display: block;
  text-indent: -7px; }

.u-link-list .icon-angle-right {
  position: relative;
  left: -5px; }

.u-link--blank {
  margin-right: 5px; }
  .u-link--blank::after {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: 10px;
    background: url(https://6825232.fs1.hubspotusercontent-na1.net/hubfs/6825232/raw_assets/public/corporate-theme/files/user/images/common/icon-blank.svg) no-repeat center center/100% auto;
    content: "";
    vertical-align: -1px; }

.u-color-box {
  margin: 20px 0;
  border: 1px solid #c9c9c9; }

.u-color-box__heading {
  border-bottom: 1px solid #0097e0;
  background-color: #ebf6fb;
  font-weight: bold; }

.u-color-box__title {
  font-weight: bold;
  text-align: center; }

.symbol-angle-down {
  text-align: center; }

.symbol-angle-down::before {
  display: inline-block;
  position: relative;
  content: ""; }

.symbol-angle-down__inner {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap; }

/* ▼▼▼2017.09.28 サービス詳細 リンクエリア▼▼▼ */

/* ▼▼▼2017.09.28 サービス詳細 リンクエリア▼▼▼ */
/* iframe用記事詳細 ---------- */
.article--iframe {
  width: 650px; }

.article--iframe .article__heading--lv3 {
  color: #0097e0;
  font-size: 20px;
  font-size: 2rem; }

.logoContainer {
  display: table;
  width: 100%;
  margin: 20px 0;
  padding-bottom: 10px;
  border-bottom: 4px solid #0097e0; }

.logo__item {
  display: table-cell;
  width: 50%;
  text-align: left;
  vertical-align: middle; }
  .logo__item:last-child {
    text-align: right; }

/* タブ リンク  */
.articleTab {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 40px 0; }
  .articleTab__item {
    width: 100%;
    border-top: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
    border-left: 1px solid #c9c9c9;
    text-align: center; }
    .articleTab__item.is-current {
      margin-top: -9px;
      border-right: 1px solid #c9c9c9;
      border-bottom: none; }
      .articleTab__item.is-current + .articleTab__item {
        border-left: none; }
      .articleTab__item.is-current span {
        border-bottom: 4px solid #fde621; }
    .articleTab__item:first-child {
      border-left: none; }
    .articleTab__item span {
      display: -ms-inline-flexbox;
      display: inline-flex;
      -ms-flex-align: center;
      align-items: center;
      height: 100%; }
    .articleTab__item a {
      display: block;
      height: 100%; }

.u-contents__item {
  padding: 25px 20px;
  background-color: #fff; }
  .u-contents__item a {
    display: block;
    height: 100%;
    color: #222; }
    .u-contents__item a:hover {
      opacity: .7; }
  .u-contents__item__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.u-contents__titleWrap {
  width: calc(100% - 70px); }

.u-contents__title {
  margin: 0;
  font-weight: bold;
  line-height: 1.3; }

.u-contents__category {
  margin: 0;
  color: #7d7d7d; }

.u-contents__summary {
  margin: 15px 0 0; }

.u-contents__tag {
  display: inline-block;
  margin: 5px 0 0;
  padding: 1px 5px;
  background-color: #707070;
  color: #fff; }

.u-contents__icon {
  width: 54px;
  margin: 0; }
  .u-contents__icon img {
    width: 100%; }

.u-relation__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.u-relation__item {
  border: 1px solid #ccc; }
  .u-relation__item a {
    display: block;
    height: 100%;
    color: #222; }
    .u-relation__item a:hover {
      opacity: .7; }

.u-relation__category {
  margin: 0;
  padding: 5px 0;
  background-color: #DFF0F9;
  text-align: center; }

.u-relation__image {
  margin: 10px 11px 7px; }
  .u-relation__image img {
    width: 100%; }

.u-relation__date {
  margin: 0 0 0 11px;
  color: #898989;
  font-family: 'Roboto',sans-serif; }

.u-relation__title {
  margin: 0;
  padding: 0 11px 10px;
  font-weight: bold;
  line-height: 1.5; }

.u-case .heading--simple {
  margin-top: 0; }

.u-case__flex {
  display: -ms-flexbox;
  display: flex; }

.service__category__heading {
  position: relative;
  font-weight: bold;
  text-align: center; }
  .service__category__heading::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-color: #0097e0;
    content: ""; }
  .service__category__heading::after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) skewX(-18deg);
    transform: translate(-50%, -50%) skewX(-18deg);
    border-top: 1px solid #0097e0;
    border-right: 4px double #0097e0;
    border-bottom: 1px solid #0097e0;
    border-left: 4px double #0097e0;
    background-color: #fff;
    content: ""; }
  .service__category__heading span {
    position: relative;
    z-index: 5; }

.u-list-angle-l.col-2 .u-notes {
  color: #7d7d7d; }

/* サイドメニュー ---------- */

.surveyed__box {
  width: 100%;
  border: 1px solid #c9c9c9; }

.surveyed__box__heading {
  text-align: center; }

.surveyed__box__heading .emphasis {
  color: #0273ba; }

.surveyed__box__button__outer {
  text-align: center; }

.surveyed__box__button {
  display: inline-block;
  border: 2px solid #fde621;
  font-weight: bold; }
  .surveyed__box__button[target="_blank"]::after {
    display: inline-block;
    content: url(https://6825232.fs1.hubspotusercontent-na1.net/hubfs/6825232/raw_assets/public/corporate-theme/files/user/images/common/icon-blank.svg);
    vertical-align: top; }
  .surveyed__box__button--brs[target="_blank"]::after {
    content: none; }

.surveyed__box__button .NRBRS_s {
  display: inline-block;
  vertical-align: middle; }
  .surveyed__box__button .NRBRS_s::before {
    display: inline-block;
    width: 60px;
    height: 35px;
    margin-left: 10px;
    background: url(https://6825232.fs1.hubspotusercontent-na1.net/hubfs/6825232/raw_assets/public/corporate-theme/files/user/images/surveyed/NRBRS_s.png) no-repeat left top;
    line-height: 1;
    content: "";
    vertical-align: middle; }

.surveyedIndex .u-table a {
  text-decoration: underline; }

.contactArea__text {
  text-align: center; }

.contactArea__button__outer {
  text-align: center; }

.contactArea__button {
  display: inline-block;
  background-color: #0097e0;
  color: #fff; }
  .contactArea__button:hover {
    background-color: #05adff;
    color: #fff; }

.contactArea__button .icon-contact {
  color: #fde621; }

.p-top__container {
  padding-top: 30px;
  padding-bottom: 40px; }

.p-top__heading--lv1 {
  margin-bottom: 40px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center; }
  .p-top__heading--lv1::after {
    display: block;
    width: 120px;
    height: 3px;
    margin: 5px auto 0;
    background-color: #0097e0;
    content: ""; }

.p-top__heading--lv2 {
  padding: 9px 0;
  background-color: #f7f7f7;
  font-size: 20px;
  font-size: 2rem;
  text-align: center; }
  .p-top__heading--lv2 a {
    display: inline-block;
    position: relative;
    padding-left: 26px;
    color: #222; }
    .p-top__heading--lv2 a::before {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 13px;
      height: 13px;
      margin: auto;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      border-top: 3px solid #0097e0;
      border-right: 3px solid #0097e0;
      content: "";
      vertical-align: middle; }
    .p-top__heading--lv2 a:hover {
      color: #05adff; }

.p-top__mv {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover; }
  .p-top__mv__txt {
    margin: 0; }
    .p-top__mv__txt img {
      max-width: 100%; }
  .p-top__mv .p-top__container {
    padding-top: 0;
    padding-bottom: 0; }

.p-top__topics__outer {
  background-color: #ffffff; }

.p-top__topics__item:not(:first-child) {
  margin-top: 30px; }

.p-top__topics__date {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 25px 0 0;
  color: #898989;
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: normal;
  vertical-align: middle; }

.p-top__topics__label {
  display: inline-block;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 85px;
  margin: 0 20px 0 0;
  padding: 4px 0;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: normal;
  line-height: 1;
  text-align: center;
  vertical-align: middle; }
  .p-top__topics__label.-release {
    background-color: #e51e85; }
  .p-top__topics__label.-seminar {
    background-color: #274bb4; }
  .p-top__topics__label.-media {
    background-color: #fc7c1E; }
  .p-top__topics__label.-information {
    background-color: #46b530; }

.p-top__topics__title {
  -ms-flex: 2 1 auto;
  flex: 2 1 auto;
  font-size: 16px;
  font-size: 1.6rem; }
  .p-top__topics__title a {
    color: #222; }
    .p-top__topics__title a:hover {
      color: #05adff; }

.p-top__topics__button__outer {
  margin-top: 40px;
  text-align: center; }

.p-top__topics__button {
  display: inline-block;
  position: relative;
  width: 300px;
  height: 60px;
  border: 2px solid #fde621;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 56px; }
  .p-top__topics__button::after {
    display: inline-block;
    position: absolute;
    right: -12px;
    bottom: -12px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    border-top: 10px solid transparent;
    border-right: 10px solid #fde621;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    content: ""; }

.p-top__purpose {
  background-color: #f7f7f7; }
  .p-top__purpose__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .p-top__purpose__list__block {
      background-color: #ffffff; }
      .p-top__purpose__list__block img {
        width: 100%;
        max-width: 100%; }
      .p-top__purpose__list__block a {
        color: #222; }
        .p-top__purpose__list__block a:hover {
          color: #05adff; }
    .p-top__purpose__list__inner {
      padding: 20px 20px 15px 20px; }
    .p-top__purpose__list__title {
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: bold; }
    .p-top__purpose__list__text {
      margin-top: 12px;
      font-size: 14px;
      font-size: 1.4rem; }
    .p-top__purpose__list__link {
      margin: 0 20px 17px 0;
      text-align: right; }
  .p-top__purpose__service {
    margin: 0 20px;
    padding: 15px 0;
    border-top: 1px solid #999; }
    .p-top__purpose__service__item a {
      display: inline-block;
      position: relative;
      padding-left: 16px; }
      .p-top__purpose__service__item a::before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 8px;
        height: 8px;
        margin: auto;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        border-top: 2px solid #0097E0;
        border-right: 2px solid #0097E0;
        content: "";
        vertical-align: middle; }

.p-top__method__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .p-top__heading--lv2 + .p-top__method__list {
    margin-top: 40px; }
  .p-top__method__list li {
    text-align: center; }
    .p-top__method__list li a {
      color: #222; }
      .p-top__method__list li a:hover {
        color: #05adff; }
        .p-top__method__list li a:hover .p-top__method__list__img--on {
          opacity: 0; }
        .p-top__method__list li a:hover .p-top__method__list__img--on {
          opacity: 1; }
  .p-top__method__list__img {
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0 auto; }
    .p-top__method__list__img--off {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 1; }
    .p-top__method__list__img--on {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0; }
  .p-top__method__list__title {
    margin: 10px 0 0 0; }

.p-top__method__list2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 35px 35px; }
  .p-top__method__list2__title {
    font-weight: bold; }
    .p-top__method__list2__title a {
      display: inline-block;
      position: relative;
      padding-left: 26px;
      padding-bottom: 35px;
      color: #222; }
      .p-top__method__list2__title a::before {
        position: absolute;
        top: 10px;
        left: 0;
        width: 11px;
        height: 11px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        border-top: 2px solid #0097e0;
        border-right: 2px solid #0097e0;
        content: ""; }
      .p-top__method__list2__title a:hover {
        color: #05adff; }
  .p-top__method__list2__subTitle {
    display: block;
    margin-top: 10px;
    font-weight: normal; }

.p-top__subLink {
  background-color: #f7f7f7; }
  .p-top__subLink__list li a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 25px 25px 25px 18px;
    background-color: #ffffff;
    color: #222; }
    .p-top__subLink__list li a:hover {
      color: #05adff; }
      .p-top__subLink__list li a:hover .p-top__method__list__img--on {
        opacity: 0; }
      .p-top__subLink__list li a:hover .p-top__method__list__img--on {
        opacity: 1; }
    .p-top__subLink__list li a .icon-angle-right {
      color: #0097e0; }
  .p-top__subLink__list__img {
    width: 80px; }
    .p-top__subLink__list__img img {
      max-width: 100%; }
  .p-top__subLink__list__title {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-left: 10px;
    font-size: 16px;
    font-size: 1.6rem; }
    .p-top__subLink__list__title--sub {
      display: block;
      margin-top: 5px;
      font-size: 14px;
      font-size: 1.4rem; }

.p-top__other {
  background-color: #ffffff; }

.p-top__sale__list li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: center;
  align-items: center;
  width: 100%; }

.p-top__sale__list__icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin-right: 15px;
  border-radius: 25px; }
  .p-top__sale__list__icon.-pay {
    border: solid 1px #f22727;
    color: #f22727; }
  .p-top__sale__list__icon.-free {
    border: solid 1px #0097e0;
    color: #0097e0; }

.p-top__sale__list__title {
  -ms-flex: 2 1 auto;
  flex: 2 1 auto;
  color: #222;
  font-size: 16px;
  font-size: 1.6rem; }
  .p-top__sale__list__title:hover {
    color: #05adff; }

.p-top__report .p-column__label, .p-top__report .p-columnEn__label {
  letter-spacing: 0; }

.p-top__importantTopics {
  border: solid 1px #f22727; }
  .p-top__importantTopics__outer {
    margin-top: -30px;
    margin-bottom: -30px; }
  .p-top__importantTopics__heading {
    margin-bottom: 20px;
    color: #f22727;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center; }
  .p-top__importantTopics__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%; }
    .p-top__importantTopics__item:not(:first-child) {
      margin-top: 15px; }
  .p-top__importantTopics__date {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 25px 0 0;
    color: #898989;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: normal;
    vertical-align: middle; }
  .p-top__importantTopics__title {
    -ms-flex: 2 1 auto;
    flex: 2 1 auto;
    font-size: 14px;
    font-size: 1.4rem; }
    .p-top__importantTopics__title a {
      color: #222; }
      .p-top__importantTopics__title a:hover {
        color: #05adff; }

/* バナーエリア ---------- */
.bannerArea {
  text-align: center; }

.hero {
  text-align: center; }
  .hero__slides {
    position: relative; }
  .hero .slick-slide a {
    outline: none; }
  .hero .slick-slide img {
    max-width: 100%; }
  .hero .slider-prev {
    left: 30px;
    z-index: 5; }
  .slider-prev, .slider-next {
    position: absolute;
    top: 50%;
    width: 60px;
    height: 60px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border: 2px solid #fff071;
    border-radius: 30px;
    outline: none;
    color: #0097e0;
    line-height: 54px;
    text-align: center; }
    .slider-prev:hover, .slider-next:hover {
      background-color: #fff071; }
  .slider-prev {
    left: -80px; }
  .slider-next {
    right: -80px;
    -webkit-transform: translate(0, -50%) scaleX(-1);
    transform: translate(0, -50%) scaleX(-1); }
  .hero .slider-next {
    right: 30px;
    z-index: 5; }
  .slick-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    height: 6px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  .slick-dots li {
    display: inline-block;
    height: 6px; }
    .slick-dots li:not(:first-child) {
      margin-left: 5px; }
  .slick-dots button {
    display: inline-block;
    width: 40px;
    height: 6px;
    overflow: hidden;
    border: none;
    background-color: #f7f7f7;
    text-indent: 100%;
    white-space: nowrap;
    vertical-align: top; }
  .slick-active button {
    background-color: #fff071; }

/* 重要なお知らせ ---------- */
.importantNews__category {
  position: relative;
  width: 140px;
  height: 30px;
  color: #ff3500;
  font-weight: bold;
  line-height: 30px;
  text-align: center; }
  .importantNews__category::after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    border: 1px solid #ff3500;
    content: ""; }

.importantNews__item:not(:first-child) {
  margin-top: 18px; }

.importantNews__item a {
  color: #222; }
  .importantNews__item a:hover {
    color: #05adff; }

.importantNews__date {
  margin-bottom: 5px;
  color: #898989;
  font-family: 'Roboto', sans-serif;
  font-weight: 400; }

/* [通常] お知らせ ---------- */
.sectionHeading {
  text-align: center; }
  .sectionHeading::after {
    display: block;
    margin: 5px auto 0;
    background-color: #0097e0;
    content: ""; }

.newsList__tab {
  margin: 40px 0; }

.newsList__tab__item {
  float: left;
  border-top: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
  border-left: 1px solid #c9c9c9;
  color: #0273ba;
  text-align: center;
  cursor: pointer; }
  .newsList__tab__item:hover {
    color: #05adff; }
  .newsList__tab__item:first-child {
    border-left: none; }
  .newsList__tab__item.is-current {
    border-right: 1px solid #c9c9c9;
    border-bottom: none;
    color: #002222;
    font-weight: bold; }
  .newsList__tab__item.is-current span {
    display: inline-block;
    border-bottom: 4px solid #fde621; }
  .newsList__tab__item.is-current + .newsList__tab__item {
    border-left: none; }
  .newsList__tab__item:last-child.is-current {
    border-right: none; }

.newsList__tab__item a, .newsList__tab__item span {
  display: block; }

.newsList__item {
  display: table;
  width: 100%; }
  .newsList__item:not(:first-child) {
    margin-top: 18px; }

.newsList__date {
  display: table-cell;
  width: 13%;
  color: #898989;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  vertical-align: top; }

.newsList__title {
  display: table-cell;
  vertical-align: top; }

.newsList__button__outer {
  text-align: center; }

.newsList__button {
  display: inline-block;
  position: relative;
  width: 300px;
  height: 60px;
  border: 2px solid #fde621;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 56px; }
  .newsList__button::after {
    display: inline-block;
    position: absolute;
    right: -12px;
    bottom: -12px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    border-top: 10px solid transparent;
    border-right: 10px solid #fde621;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    content: ""; }

/* 日経リサーチのサービス ---------- */
.serviceList {
  background-color: #f7f7f7; }
  .serviceList__heading__outer {
    text-align: center; }
  .serviceList__slider {
    position: relative; }
  .serviceList .slick-slide {
    margin: 0 10px; }
  .serviceList .slick-slide a {
    outline: none; }
  .serviceList .slick-slide img {
    max-width: 100%; }
  .serviceList .slick-dots {
    position: static;
    margin-top: 25px;
    -webkit-transform: inherit;
    transform: inherit;
    text-align: center; }
  .serviceList .slick-dots button {
    background-color: #dcdcdc; }
  .serviceList .slick-active button {
    background-color: #fff071; }
  .serviceList__button__outer {
    text-align: center; }
  .serviceList__button {
    display: inline-block;
    position: relative;
    border: 2px solid #fde621;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: .1em; }
    .serviceList__button::after {
      display: inline-block;
      position: absolute;
      right: -12px;
      bottom: -12px;
      -webkit-transform: rotate(-135deg);
      transform: rotate(-135deg);
      border-top: 10px solid transparent;
      border-right: 10px solid #fde621;
      border-bottom: 10px solid transparent;
      border-left: 10px solid transparent;
      content: ""; }

/* 目的別・手法別インデックス ---------- */
.purposeList {
  width: 100%;
  border-top: 1px solid #c9c9c9; }
  .purposeList__heading__outer {
    position: relative;
    background-color: #0097e0;
    vertical-align: middle; }
    .purposeList__heading__outer::after {
      display: inline-block;
      position: absolute;
      top: 0;
      right: -42px;
      -webkit-transform: skewX(-14deg);
      transform: skewX(-14deg);
      background-color: #0097e0;
      content: ""; }
  .purposeList__heading {
    position: relative;
    color: #fff;
    letter-spacing: .1em;
    z-index: 1; }
  .purposeList__list {
    background-color: #f7f7f7;
    vertical-align: middle; }
  .purposeList__item {
    display: inline-block;
    margin: 30px 50px 0 0; }
  .has-angle {
    display: inline-block;
    position: relative;
    padding-left: 15px;
    color: #222; }
    .has-angle:hover {
      color: #05adff; }
  .has-angle .icon-angle-right {
    position: absolute;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #0097e0;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: bold; }
  .has-angle .icon-angle-bottom {
    position: absolute;
    left: 0;
    -webkit-transform: translate(0, -50%) rotate(90deg);
    transform: translate(0, -50%) rotate(90deg);
    color: #0097e0;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: bold; }

/*
お役立ち情報
---------------------------------------- */
.p-useful {
  width: 100%; }
  .p-useful__lead {
    text-align: center; }
  .p-useful__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .p-useful__list__link {
      display: block;
      color: #222;
      transition: .4s opacity; }
      .p-useful__list__link:hover {
        color: #222;
        opacity: .7; }
    .p-useful__list__image {
      position: relative;
      text-align: center; }
      .p-useful__list__image img {
        max-width: 100%; }
    .p-useful__list__logo {
      position: absolute;
      right: 10px;
      bottom: 10px;
      margin: 0; }
    .p-useful__list__title {
      font-weight: bold;
      line-height: 1.5; }
    .p-useful__list__outline {
      /* autoprefixer: off */
      -webkit-box-orient: vertical;
      /* autoprefixer: on */
      -webkit-line-clamp: 3;
      display: -webkit-box;
      overflow: hidden; }
    .p-useful__list__tag {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      font-size: 12px;
      font-size: 1.2rem;
      font-weight: bold; }
    .p-useful__list__tagItem {
      margin-top: 5px;
      padding: 1px 6px;
      border-radius: 5px;
      background-color: #f7f7f7; }
      .p-useful__list__tagItem:not(:last-child) {
        margin-right: 5px; }

/*

 調査・統計用語解説

---------------------------------------- */

.wordsIndex__row:not(:first-child) {
  margin-top: 25px; }

.wordsIndex__heading {
  position: relative;
  font-weight: bold;
  text-align: center; }
  .wordsIndex__heading::after {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    border: 1px solid #0097e0;
    content: ""; }

.wordsIndex__item {
  float: left; }
  .wordsIndex__item:not(:last-child)::after {
    display: inline-block;
    margin-left: 15px;
    content: "/"; }

.wordsIndex__profile {
  background-color: #f7f7f7; }
  .wordsIndex__profile__heading {
    font-weight: bold; }
  .wordsIndex__profile__photo img {
    width: 100%; }
  .wordsIndex__profile__history dt {
    margin-bottom: 10px;
    font-weight: bold; }
    .wordsIndex__profile__history dt:not(:first-child) {
      margin-top: 10px; }

.subLink--words .reference__button {
  background-color: #e5e5e5;
  color: #222; }

/* 詳細 ---------- */
/* この用語に関するサービス */
.u-box > .u-list-angle-l {
  margin-bottom: 0; }

/* utility ----------------------------- */
/*
 margin
---------------------------------------- */
.u-mt0 {
  margin-top: 0px !important; }

.u-mt5 {
  margin-top: 5px !important; }

.u-mt10 {
  margin-top: 10px !important; }

.u-mt15 {
  margin-top: 15px !important; }

.u-mt20 {
  margin-top: 20px !important; }

.u-mt25 {
  margin-top: 25px !important; }

.u-mt30 {
  margin-top: 30px !important; }

.u-mt35 {
  margin-top: 35px !important; }

.u-mt40 {
  margin-top: 40px !important; }

.u-mb0 {
  margin-bottom: 0px !important; }

.u-mb5 {
  margin-bottom: 5px !important; }

.u-mb10 {
  margin-bottom: 10px !important; }

.u-mb15 {
  margin-bottom: 15px !important; }

.u-mb20 {
  margin-bottom: 20px !important; }

.u-mb25 {
  margin-bottom: 25px !important; }

.u-mb30 {
  margin-bottom: 30px !important; }

.u-mb35 {
  margin-bottom: 35px !important; }

.u-mb40 {
  margin-bottom: 40px !important; }

.w5 {
  width: 5% !important; }

.w10 {
  width: 10% !important; }

.w15 {
  width: 15% !important; }

.w20 {
  width: 20% !important; }

.w25 {
  width: 25% !important; }

.w30 {
  width: 30% !important; }

.w35 {
  width: 35% !important; }

.w40 {
  width: 40% !important; }

.w45 {
  width: 45% !important; }

.w50 {
  width: 50% !important; }

.w55 {
  width: 55% !important; }

.w60 {
  width: 60% !important; }

.w65 {
  width: 65% !important; }

.w70 {
  width: 70% !important; }

.w75 {
  width: 75% !important; }

.w80 {
  width: 80% !important; }

.w85 {
  width: 85% !important; }

.w90 {
  width: 90% !important; }

.w95 {
  width: 95% !important; }

.w100 {
  width: 100% !important; }

.u-ta-c {
  text-align: center; }

.u-ta-l {
  text-align: left; }

.u-ta-r {
  text-align: right; }

@media (min-width: 769px) {
  .breadcrumb {
    width: 1200px;
    max-width: 1200px;
    margin: 30px auto; }
    body {
      min-width: 1200px; }
  .is-sp {
    display: none !important; }
  .container {
    width: 1000px;
    max-width: 1200px;
    margin: 0 auto; }
    .footer {
      min-width: 1200px;
      margin-top: 80px; }
      .footer__upper {
        padding: 50px 0 70px; }
    .footer__link__item:not(:first-child) {
      margin: 15px 0; }
    .footer__link__partition {
      position: relative;
      padding-bottom: 15px; }
      .footer__link__partition::after {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 20px;
        height: 1px;
        background-color: #c9c9c9;
        content: ""; }
      .icon-twitter {
        margin-left: 10px;
        font-size: 15px;
        font-size: 1.5rem; }
      .footer__lower {
        padding: 50px 0 60px; }
      .footer__companyname {
        width: 188px;
        margin: 0 auto 20px; }
    .header {
      height: 80px; }
    .header .container {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: end;
      align-items: flex-end;
      -ms-flex-pack: justify;
      justify-content: space-between;
      width: 1200px;
      height: 79px;
      padding-bottom: 8px; }
    .header__logo {
      width: 125px;
      height: 58px;
      margin: 0 0 0 105px; }
      .header__logo a {
        width: 125px;
        height: 58px;
        background: url(https://6825232.fs1.hubspotusercontent-na1.net/hubfs/6825232/raw_assets/public/corporate-theme/files/user/images/common/logo_new.svg) no-repeat;
        background-size: 100%; }
    .header__search {
      position: relative; }
  .gnav {
    position: relative;
    border-bottom: 1px solid #c9c9c9; }
  .gnav .container {
    width: 1200px; }
  .gnav__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .gnav__item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center; }
    .gnav__item > a::before {
      position: absolute;
      top: 50%;
      left: -30px;
      width: 9px;
      height: 4px;
      -webkit-transform: translate(0, -50%) skewX(-20deg);
      transform: translate(0, -50%) skewX(-20deg);
      background-color: #0097e0;
      content: ""; }
    .gnav__item > a {
      display: inline-block;
      position: relative;
      height: 50px;
      color: #222;
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 50px; }
      .gnav__item > a:hover {
        color: #05adff; }
  .gnav__item .is-current {
    font-weight: bold; }
    .gnav__item .is-current::after {
      display: inline-block;
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 100%;
      height: 4px;
      -webkit-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      background-color: #fde621;
      content: ""; }
  .gnav__item--contact {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 212px; }
    .gnav__item--contact::before {
      content: none; }
    .gnav__item--contact::after {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 212px;
      height: 50px;
      -webkit-transform: skewX(-20deg);
      transform: skewX(-20deg);
      background-color: #0097e0;
      content: ""; }
    .gnav__item--contact:hover::after {
      background-color: #05adff; }
  .gnav__item--contact a {
    position: relative;
    color: #fff;
    font-weight: bold;
    z-index: 1; }
    .gnav__item--contact a:hover {
      color: #fff; }
    .gnav__item--contact .icon-contact {
      margin-left: 16px;
      font-size: 16px;
      font-size: 1.6rem; }
  .subLink--linkMenu .subLink__item {
    height: auto; }
  .subLink--linkMenu .reference__button__outer {
    padding-top: 20px; }
    .subLink--linkMenu .reference__button {
      height: 60px;
      font-size: 15px;
      font-size: 1.5rem;
      letter-spacing: .1em;
      line-height: 60px; }
    .pageTitle {
      margin: 50px 0 40px;
      font-size: 36px;
      font-size: 3.6rem; }
    .pageTitle--sub {
      margin: 15px 0 30px; }
  .article__heading--lv4 {
    margin: 60px 0 0;
    font-size: 24px;
    font-size: 2.4rem;
    text-decoration: underline; }
    .article__heading--lv5 {
      margin: 0 0 40px 0;
      font-size: 24px;
      font-size: 2.4rem; }
      .u-picture__outer_noLink {
        position: relative;
        width: 330px;
        margin: 0;
        float: right;
        z-index: 10; }
  .indexList {
    margin: 80px 0 40px; }
    .indexList__item {
      width: 220px;
      padding-bottom: 35px; }
      .indexList__item:not(:nth-child(4n+1)) {
        width: 260px;
        padding-left: 40px; }
      .indexList__item:nth-child(4n+1):not(:nth-child(1))::before {
        position: absolute;
        top: 0;
        left: 0;
        width: 1000px;
        border-top: 1px solid #c9c9c9;
        content: ""; }
      .indexList__item:nth-child(n+5) {
        padding-top: 35px; }
    .indexList__heading {
      min-height: 70px;
      border-bottom: 3px solid #0097e0;
      font-size: 17px;
      font-size: 1.7rem; }
    .indexList__heading .icon-angle-right {
      font-size: 22px;
      font-size: 2.2rem; }
    .indexList__summary {
      margin-top: 20px;
      font-size: 16px;
      font-size: 1.6rem; }
    .pageLead {
      margin: 40px 0;
      font-size: 16px;
      font-size: 1.6rem; }
    .contact__term {
      margin-top: 50px;
      padding: 44px; }
      .contact__term__list {
        height: 160px;
        overflow-y: scroll; }
    .form__mail-notes {
      margin-top: 20px;
      padding: 20px; }
      .form__status__item {
        width: 310px;
        line-height: 76px; }
      .form__status__item:not(:first-child) {
        margin-left: 17px; }
      .form__status__item::before {
        right: -70px;
        border-top: 42px solid transparent;
        border-right: 35px solid transparent;
        border-bottom: 42px solid transparent;
        border-left: 35px solid #dcdcdc;
        z-index: 2; }
      .form__status__item::after {
        right: -68px;
        border-top: 40px solid transparent;
        border-right: 34px solid transparent;
        border-bottom: 40px solid transparent;
        border-left: 34px solid #fff;
        z-index: 3; }
    .form__status__item span {
      margin-left: 32px; }
      .form__status__item span::before {
        position: absolute;
        top: 50%;
        left: 32px;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        font-size: 35px;
        font-size: 3.5rem; }
      .form__status__item.is-current span {
        border-bottom: 4px solid #fde621; }
    .form__item {
      display: table; }
  .form__heading, .form__icon, .form__body {
    display: table-cell;
    padding: 14px 0;
    vertical-align: middle; }
    .form__heading {
      width: 22%;
      text-align: center; }
  .form__icon {
    width: 8%; }
    .form__submit__outer {
      margin: 50px 0 0; }
    .form__submit {
      width: 300px;
      height: 60px;
      border: none;
      background-color: #0097e0;
      color: #fff;
      font-size: 15px;
      font-size: 1.5rem;
      font-weight: bold;
      line-height: 60px; }
      .form__submit:hover {
        background-color: #05adff; }
      .form__submit:disabled + .form__submit--filter {
        width: 300px;
        height: 60px; }
  .form__back {
    width: 300px;
    height: 60px;
    margin-right: 20px;
    border: 2px solid #0097e0;
    background-color: #fff;
    color: #0097e0;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 54px; }
    .form__back:hover {
      border-color: #05adff;
      color: #05adff; }
    .form__iframe {
      width: 620px; }
    .error {
      margin-bottom: 20px; }
    .error__list {
      padding-left: 20px; }
      .error__item:not(:first-child) {
        margin-top: 5px; }
  .pdfDownload {
    margin-top: 40px; }
    .u-button.has-pdf::before {
      width: 24px;
      height: 24px;
      margin-right: 10px; }
  .corporate {
    margin: 80px 0 40px; }
    .corporate__item {
      width: 220px;
      padding-bottom: 35px; }
      .corporate__item:not(:nth-child(3n+1)) {
        width: 260px;
        padding-left: 40px; }
      .corporate__item:nth-child(3n+1):not(:nth-child(1))::before {
        position: absolute;
        top: 0;
        left: 0;
        width: 750px;
        border-top: 1px solid #c9c9c9;
        content: ""; }
  .faqList {
    width: 750px;
    float: left; }
  .faqList .pageTitle {
    margin-top: 20px; }
  .faqList__item:not(:first-child) {
    margin-top: 30px; }
    .faqList__question {
      padding: 0 50px 14px 60px;
      font-size: 20px;
      font-size: 2rem; }
      .faqList__question::before {
        top: -6px;
        left: 10px;
        font-size: 35px;
        font-size: 3.5rem; }
      .faqList__question::after {
        width: 32px;
        height: 32px;
        font-size: 22px;
        font-size: 2.2rem; }
    .faqList__answer {
      padding: 26px 0 0 60px;
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 1.85; }
      .faqList__answer::before {
        top: 14px;
        left: 10px;
        font-size: 35px;
        font-size: 3.5rem; }
    .pagerList {
      margin: 40px 0 20px; }
  .loginForm {
    width: 100%; }
  .loginForm .u-box {
    width: 70%;
    margin: 0 auto; }
  .loginForm .form__item--save {
    text-align: center; }
  .articleContainer {
    width: 750px;
    float: left; }
    .articleContainer.-oneColumn {
      width: 100%;
      float: none; }
    .article__date {
      font-size: 18px;
      font-size: 1.8rem; }
    .article__category__outer {
      height: 40px;
      margin-bottom: 70px;
      padding: 0 20px;
      line-height: 40px; }
    .article__relationService {
      margin: 55px 0 60px;
      padding: 40px; }
      .article__relationService__heading {
        margin-bottom: 40px;
        font-size: 18px;
        font-size: 1.8rem; }
    .article__relationService__summary {
      padding: 10px 0 0 16px; }
  .articleContainer .newsList {
    margin: 60px 0 0; }
    .articleContainer .newsList__heading {
      margin-bottom: 30px;
      font-size: 18px;
      font-size: 1.8rem; }
    .reference__text {
      font-size: 13px;
      font-size: 1.3rem; }
      .reference__button {
        display: block;
        height: 70px;
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 70px; }
      .reference__button .icon-contact {
        margin-left: 18px;
        font-size: 16px;
        font-size: 1.6rem; }
  .opinionPollsIndex {
    margin: 80px 0 40px; }
    .opinionPollsIndex__item {
      width: 220px;
      padding-bottom: 35px; }
      .opinionPollsIndex__item:not(:nth-child(3n+1)) {
        width: 260px;
        padding-left: 40px; }
      .opinionPollsIndex__item:nth-child(3n+1):not(:nth-child(1))::before {
        position: absolute;
        top: 0;
        left: 0;
        width: 750px;
        border-top: 1px solid #c9c9c9;
        content: ""; }
  .reasonIndex__item {
    width: 290px;
    margin-top: 40px;
    float: left; }
    .reasonIndex__item:nth-child(n+4) {
      padding-top: 40px;
      border-top: 1px solid #c9c9c9; }
    .reasonIndex__item:not(:nth-child(3n+1)) {
      width: 354px;
      padding-left: 64px; }
    .reasonIndex__heading {
      display: table-cell;
      width: 290px;
      padding-right: 20px;
      font-size: 22px;
      font-size: 2.2rem;
      line-height: 1.5;
      vertical-align: middle; }
    .reasonIndex__summary {
      margin: 20px 0 30px;
      font-size: 16.5px;
      font-size: 1.65rem;
      line-height: 1.85; }
  .u-linkbox .u-box {
    padding: 34px; }
  .u-linkbox .u-box-heading {
    margin-bottom: 25px; }
  .u-linkbox .u-box-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .u-linkbox .u-box-link li {
    width: 50%;
    margin-right: 0;
    margin-bottom: 10px;
    padding-right: 30px; }
  .u-linkbox .icon-angle-right {
    top: 11px; }
    .service__category__heading {
      margin: 40px 0;
      font-size: 16px;
      font-size: 1.6rem; }
      .service__category__heading::after {
        width: 150px;
        height: 40px; }
  .article__heading--lv4 + .u-text, .u-imageText .article__heading--lv4 + p {
    margin: 15px 0 30px; }
  .u-list-angle-l.col-2 li {
    display: inline-block;
    width: 46%;
    vertical-align: top; }
    .u-list-angle-l.col-2 li:nth-child(2n) {
      margin-left: 5%; }
    .u-list-angle-l.col-2 li:nth-child(1), .u-list-angle-l.col-2 li:nth-child(2) {
      margin-top: 0; }
    .u-list-angle-l.col-2 .u-notes {
      margin-left: 25px;
      font-size: 15px;
      font-size: 1.5rem; }
  .fixed-contents {
    border-left: none; }
  #subLink--fixed.is-fixed {
    position: fixed;
    top: 20px;
    width: 260px; }
  #subLink--fixed.is-end {
    position: absolute;
    bottom: 0;
    width: 260px; }
    .surveyed__box {
      display: table;
      margin-bottom: 80px; }
  .surveyed__box__item {
    display: table-cell;
    width: 50%;
    padding: 40px 44px; }
    .surveyed__box__item:first-child {
      border-right: 1px solid #c9c9c9; }
    .surveyed__box__heading {
      margin-bottom: 32px;
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 1.5; }
    .surveyed__box__button__outer {
      margin-top: 35px; }
    .surveyed__box__button {
      width: 320px;
      height: 60px;
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 56px; }
      .surveyed__box__button[target="_blank"]::after {
        width: 20px;
        margin: 4px 0 0 18px;
        line-height: 56px; }
    .surveyed__box__button .NRBRS_s {
      width: 36px;
      margin-left: 8px; }
  .surveyedIndex .u-table {
    margin-bottom: 80px; }
  .surveyedIndex .u-table th {
    width: 40%;
    text-align: left; }
  .contactArea {
    padding: 36px 34px 42px; }
    .contactArea__button__outer {
      margin-top: 24px; }
    .contactArea__button {
      width: 300px;
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 70px; }
    .contactArea__button .icon-contact {
      width: 24px;
      height: 16px;
      margin-left: 16px; }
    .bannerArea {
      padding: 40px 0 30px; }
    .bannerArea__item {
      display: inline-block;
      margin-bottom: 15px; }
      .bannerArea__item:not(:nth-child(4n)) {
        margin-right: 15px; }
    .hero {
      width: 100%;
      min-width: 1200px;
      margin-bottom: 80px; }
    .hero .slick-slide {
      opacity: .7; }
  .localContainer {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 1000px;
    min-height: 660px;
    margin: 0 auto; }
  .newsArea {
    width: 750px;
    float: left; }
    .importantNews__category {
      float: left; }
  .importantNews__list {
    width: 570px;
    margin-left: 35px;
    float: left; }
    .importantNews__date {
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 1; }
    .sectionHeading {
      margin-bottom: 40px;
      font-size: 24px;
      font-size: 2.4rem; }
      .sectionHeading::after {
        width: 210px;
        height: 3px; }
    .newsList__tab__item {
      width: 150px;
      font-size: 15px;
      font-size: 1.5rem; }
      .newsList__tab__item.is-current {
        margin-top: -9px; }
      .newsList__tab__item.is-current span {
        padding: 27px 0 15px; }
    .newsList__tab__item a, .newsList__tab__item span {
      padding: 18px 0; }
  .newsList__tab__item a.is-current {
    padding: 27px 0 0; }
    .newsList__button__outer {
      margin: 40px 0 80px; }
    .serviceList {
      width: 100%;
      min-width: 1200px;
      padding: 70px 0; }
      .serviceList__slider {
        width: 1020px;
        margin: 0 auto; }
      .serviceList__button__outer {
        margin: 40px 0 0; }
      .serviceList__button {
        width: 300px;
        height: 60px;
        line-height: 56px; }
    .purposeList {
      display: table;
      width: 100%;
      min-width: 1200px; }
      .purposeList__heading__outer {
        display: table-cell;
        width: 20%;
        min-width: 220px;
        height: 220px;
        padding: 0 0 0 30px; }
        .purposeList__heading__outer::after {
          width: 100px;
          min-height: 220px; }
      .purposeList__heading {
        min-width: 156px;
        float: right;
        font-size: 24px;
        font-size: 2.4rem; }
      .purposeList__list {
        display: table-cell;
        padding: 15px 0 45px 90px; }
      .has-angle .icon-angle-right {
        top: 50%; }
      .has-angle .icon-angle-bottom {
        top: 50%; }
    .wordsIndex__heading {
      width: 80px;
      height: 30px;
      float: left;
      line-height: 30px; }
      .wordsIndex__heading::after {
        width: 80px;
        height: 30px; }
  .wordsIndex__list {
    width: 630px;
    margin-left: 36px;
    float: left; }
    .wordsIndex__item {
      margin: 5px 0 0 15px; }
    .wordsIndex__profile {
      margin-top: 100px;
      padding: 44px 42px; }
      .wordsIndex__profile__heading {
        margin-bottom: 35px;
        font-size: 18px;
        font-size: 1.8rem; }
    .wordsIndex__profile__info {
      width: 140px;
      float: left; }
    .wordsIndex__profile__name {
      font-size: 24px;
      font-size: 2.4rem; }
    .wordsIndex__profile__photo {
      margin-top: 10px; }
    .wordsIndex__profile__history {
      width: 486px;
      margin-left: 40px;
      float: left; }
  .subLink--words .reference__button__outer {
    margin: 20px 0 0 20px; }
    .subLink--words .reference__button {
      height: 60px;
      font-size: 13px;
      font-size: 1.3rem;
      font-weight: bold;
      letter-spacing: .1em;
      line-height: 60px; } }

@media (max-width: 768px) {
  .breadcrumb {
    display: none; }
  .is-pc {
    display: none !important; }
    .footer {
      margin-top: 48px; }
      .footer__upper {
        padding: 36px 15px; }
    .footer__link__item {
      margin: 10px 0 10px 20px;
      float: left;
      font-size: 14px;
      font-size: 1.4rem; }
    .footer__link--head {
      position: relative;
      margin-left: 0;
      padding-left: 20px;
      clear: both; }
      .footer__link--head::before {
        position: absolute;
        top: 10px;
        left: 0;
        width: 10px;
        height: 1px;
        background-color: #c9c9c9;
        content: ""; }
      .icon-twitter {
        margin-left: 5px;
        font-size: 14px;
        font-size: 1.4rem; }
      .footer__lower {
        padding: 30px 0; }
      .footer__companyname {
        width: 38%;
        margin: 0 auto 5px; }
      .footer__copyright {
        font-size: 10px;
        font-size: 1rem; }
    .header {
      position: relative;
      height: 50px; }
    .header__logo {
      height: 50px; }
      .header__logo a {
        width: 40%;
        height: 50px;
        margin: 0 auto;
        background: url(https://6825232.fs1.hubspotusercontent-na1.net/hubfs/6825232/raw_assets/public/corporate-theme/files/user/images/common/companyname.svg) no-repeat center center;
        background-size: 100% auto; }
    .header__search {
      position: absolute;
      top: 15px;
      right: 15px; }
    .header__search .icon-search {
      color: #0097e0;
      font-size: 20px;
      font-size: 2rem; }
  .gnav {
    display: none;
    position: absolute;
    padding-top: 10px;
    background-color: #008dcf;
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
    z-index: 10; }
    .gnav__item > a {
      display: block;
      padding: 15px;
      color: #fff;
      line-height: 1.1; }
    .gnav__item--contact .icon-contact {
      margin-left: 10px;
      font-size: 12px;
      font-size: 1.2rem;
      font-weight: bold; }
  .gnav__item--sub {
    background-color: #2376be;
    font-size: 13px;
    font-size: 1.3rem; }
  .gnav__item--language {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-size: 1.3rem;
    font-style: italic;
    font-weight: 300; }
  .subLink--linkMenu .subLink__item:not(:first-child) {
    border-top: none; }
  .subLink--linkMenu .subLink__item .icon-angle-right {
    left: 15px; }
  .subLink--linkMenu .reference {
    padding: 20px 15px; }
  .subLink--linkMenu .reference__button__outer {
    margin-top: 25px;
    padding-bottom: 0;
    background-color: transparent; }
    .pageTitle {
      margin: 40px 20px 20px;
      font-size: 25px;
      font-size: 2.5rem; }
    .pageTitle--sub {
      margin: 20px 0 40px; }
  .article__heading--lv4 {
    margin: 30px 0 0;
    font-size: 18.5px;
    font-size: 1.85rem;
    text-decoration: underline; }
    .article__heading--lv5 {
      margin: 0 0 15px 0;
      font-size: 17px;
      font-size: 1.7rem; }
      .u-picture__outer_noLink {
        width: 100%; }
    .u-picture__button {
      display: none; }
    .brsSearch .form__textbox {
      width: 60%; }
    .brsSearch .form__submit {
      width: 20%;
      padding: 0;
      border: none;
      background-color: #0097e0;
      color: #fff; }
    .brsSearch__item, .brsSearch__text {
      width: 80%; }
  .indexList {
    padding: 30px 15px; }
    .indexList__item {
      width: 48%;
      padding-bottom: 18px; }
      .indexList__item:nth-child(2n) {
        margin-left: 4%; }
      .indexList__item:nth-child(n+3) {
        margin-top: 20px;
        padding-top: 15px;
        border-top: 1px solid #c9c9c9; }
    .indexList__heading {
      min-height: 46px;
      border-bottom: 2px solid #0097e0; }
    .indexList__heading__inner {
      padding: 0 20px; }
    .indexList__heading .icon-angle-right {
      font-size: 17px;
      font-size: 1.7rem; }
    .indexList__summary {
      margin-top: 15px;
      font-size: 15px;
      font-size: 1.5rem; }
    .companyIndex__banner__outer {
      margin-top: 0; }
    .companyIndex__banner {
      width: 40%; }
  .companyIndex__banner img {
    width: 100%; }
    .pageLead {
      margin: 15px 15px 35px; }
    .contact__term {
      margin: 25px 0;
      padding: 28px 18px; }
      .contact__term__heading {
        margin-bottom: 25px;
        font-size: 14px;
        font-size: 1.4rem; }
      .contact__term__item {
        font-size: 13px;
        font-size: 1.3rem; }
      .contact__term__button__outer {
        margin-top: 20px; }
      .contact__term__button {
        width: 72%;
        font-size: 13px;
        font-size: 1.3rem; }
    .form__mail-notes {
      margin: 20px 0;
      padding: 15px;
      font-size: 13px;
      font-size: 1.3rem; }
    .form__status {
      margin: 20px 15px; }
      .form__status__item {
        width: 29%;
        padding: 4px 0 0 10px; }
      .form__status__item:not(:first-child) {
        margin-left: 3%; }
      .form__status__item::before {
        right: -40px;
        border-top: 42px solid transparent;
        border-right: 20px solid transparent;
        border-bottom: 42px solid transparent;
        border-left: 20px solid #dcdcdc;
        z-index: 2; }
      .form__status__item::after {
        right: -38px;
        border-top: 40px solid transparent;
        border-right: 19px solid transparent;
        border-bottom: 40px solid transparent;
        border-left: 19px solid #fff;
        z-index: 3; }
    .form__status__item span {
      display: inline-block;
      height: 68px;
      font-size: 13px;
      font-size: 1.3rem;
      line-height: 1.4; }
      .form__status__item span::before {
        display: block;
        margin-bottom: 5px;
        font-size: 20px;
        font-size: 2rem;
        line-height: 1.1; }
      .form__status__item.is-current span {
        border-bottom: 2px solid #fde621; }
  .form__inner {
    padding: 0 15px; }
    .form__item {
      padding: 15px 0; }
  .form__heading, .form__icon, .form__body {
    display: inline-block;
    font-size: 13px;
    font-size: 1.3rem; }
    .form__body {
      margin-top: 10px; }
    .form__textbox--zip {
      width: 44%;
      margin: 0 10px 10px 0; }
    .form__submit__outer {
      margin: 25px 0 0; }
    .form__submit {
      position: relative;
      width: 72%;
      padding: 16px 0;
      border: 2px solid #fde621;
      background-color: #fff;
      color: #0273ba;
      font-size: 13px;
      font-size: 1.3rem;
      font-weight: bold; }
      .form__submit::after {
        display: inline-block;
        position: absolute;
        right: -12px;
        bottom: -12px;
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
        border-top: 10px solid transparent;
        border-right: 10px solid #fde621;
        border-bottom: 10px solid transparent;
        border-left: 10px solid transparent;
        content: ""; }
      .form__submit:disabled + .form__submit--filter {
        width: 72%;
        padding: 16px 0; }
    .form__complete__text {
      margin: 30px 15px;
      font-size: 16px;
      font-size: 1.6rem; }
    .form__iframe {
      width: 100%; }
    .error {
      margin: 20px 15px; }
    .error__list {
      padding-left: 18px; }
      .error__item:not(:first-child) {
        margin-top: 2px; }
  .pdfDownload {
    margin: 20px 15px 0; }
    .u-button.has-pdf::before {
      width: 20px;
      height: 20px;
      margin-right: 6px; }
        .is-en .header__logo a {
          height: 30px; }
      .is-en .footer__link__item {
        margin: 10px 0;
        float: none; }
      .is-en .footer__link__item:nth-child(3) {
        margin-right: 0; }
      .is-en .hero {
        margin-bottom: 0; }
    .is-en .index__banner {
      margin: 0 15px; }
    .is-en .index__banner img {
      max-width: 100%; }
  .corporate {
    padding: 30px 15px; }
    .corporate__item {
      width: 48%;
      padding-bottom: 18px; }
      .corporate__item:nth-child(2n) {
        margin-left: 4%; }
      .corporate__item:nth-child(n+3) {
        padding-top: 15px;
        border-top: 1px solid #c9c9c9; }
  .faqList {
    margin: 0 15px; }
  .faqList__item:not(:first-child) {
    margin-top: 15px; }
    .faqList__question {
      padding: 0 40px 10px 35px; }
      .faqList__question::before {
        top: -5px;
        left: 5px;
        font-size: 25px;
        font-size: 2.5rem; }
      .faqList__question::after {
        width: 25px;
        height: 25px;
        font-size: 20px;
        font-size: 2rem;
        line-height: 80%; }
    .faqList__answer {
      padding: 13px 0 0 32px;
      font-size: 14px;
      font-size: 1.4rem; }
      .faqList__answer::before {
        top: 10px;
        left: 5px;
        font-size: 22px;
        font-size: 2.2rem; }
    .pagerList {
      margin: 20px 0; }
  .loginForm {
    width: calc(100% - 20px);
    margin: 0 auto; }
  .article {
    margin: 0 15px;
    font-size: 17px;
    font-size: 1.7rem; }
    .article__date {
      margin: 0 0 10px; }
    .article__category__outer {
      margin-bottom: 30px;
      padding: 10px; }
    .article__body {
      margin: 25px 0 30px; }
    .article__relationService {
      margin: 30px 0 40px;
      padding: 26px 18px; }
      .article__relationService__heading {
        margin-bottom: 25px; }
    .article__relationService__item {
      font-size: 13px;
      font-size: 1.3rem; }
    .article__relationService__summary {
      padding-top: 10px; }
  .articleContainer .newsList {
    margin: 40px 15px; }
    .articleContainer .newsList__heading {
      margin-bottom: 25px;
      font-size: 15px;
      font-size: 1.5rem; }
    .reference {
      margin: 15px 15px 0; }
    .reference__button__outer {
      background-color: #f7f7f7;
      text-align: center; }
    .reference__text {
      font-size: 12px;
      font-size: 1.2rem; }
      .reference__button {
        display: block;
        height: 50px;
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 50px; }
      .reference__button .icon-contact {
        margin-left: 10px;
        font-size: 12px;
        font-size: 1.2rem;
        font-weight: bold; }
  .subLink__menu {
    margin: 0 15px; }
  .opinionPollsIndex {
    padding: 30px 15px; }
    .opinionPollsIndex__item {
      width: 48%;
      padding-bottom: 18px; }
      .opinionPollsIndex__item:nth-child(2n) {
        margin-left: 4%; }
      .opinionPollsIndex__item:nth-child(n+3) {
        padding-top: 15px;
        border-top: 1px solid #c9c9c9; }
  .reasonIndex {
    margin: 0 15px; }
  .reasonIndex__item {
    margin-top: 20px;
    padding-top: 20px; }
    .reasonIndex__item:not(:first-child) {
      border-top: 1px solid #c9c9c9; }
    .reasonIndex__heading {
      font-size: 18.5px;
      font-size: 1.85rem; }
    .reasonIndex__summary {
      margin: 10px 0 20px;
      font-size: 16.5px;
      font-size: 1.65rem; }
  .reasonIndex__picture {
    max-width: 60%;
    margin: 0 auto; }
      .result__table th, .result__table td {
        font-size: 12px;
        font-size: 1.2rem; }
      .result__table th {
        font-size: 11px;
        font-size: 1.1rem; }
  .article img {
    max-width: 100%;
    height: auto; }
  .u-text_picture {
    -ms-flex-direction: column;
    display: -ms-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column; }
    .u-picture-list {
      margin: 22px 0; }
    .u-picture-list li {
      width: 100%; }
      .u-picture-list li:not(:first-child) {
        margin-top: 20px; }
    .u-link-list li:not(:first-child) {
      margin-top: 5px; }
    .u-link-list a {
      padding: 10px 10px 10px 25px; }
    .u-color-box__heading {
      padding: 12px 15px;
      font-size: 14px;
      font-size: 1.4rem; }
  .u-color-box__inner {
    margin: 15px; }
    .u-color-box__title {
      font-size: 13px;
      font-size: 1.3rem; }
    .symbol-angle-down::before {
      bottom: -10px;
      border-top: 30px solid #0097e0;
      border-right: 32px solid transparent;
      border-left: 32px solid transparent; }
    .service__category__heading {
      margin: 20px 0; }
      .service__category__heading::after {
        width: 35%;
        height: 30px; }
  .article__heading--lv4 + .u-text, .u-imageText .article__heading--lv4 + p {
    margin: 15px 0; }
    .u-list-angle-l.col-2 .u-notes {
      margin-left: 20px;
      font-size: 13px;
      font-size: 1.3rem; }
  .surveyedIndex {
    margin: 0 15px; }
    .surveyed__box {
      margin-bottom: 40px; }
  .surveyed__box__item {
    padding: 20px 15px; }
    .surveyed__box__item:first-child {
      border-bottom: 1px solid #c9c9c9; }
    .surveyed__box__heading {
      margin-bottom: 14px;
      font-size: 17px;
      font-size: 1.7rem;
      line-height: 1.4; }
  .surveyed__box__summary {
    font-size: 13px;
    font-size: 1.3rem; }
    .surveyed__box__button__outer {
      margin-top: 30px; }
    .surveyed__box__button {
      width: 80%;
      height: 50px;
      font-size: 13px;
      font-size: 1.3rem;
      line-height: 46px; }
      .surveyed__box__button[target="_blank"]::after {
        width: 16px;
        margin: 2px 0 0 12px;
        line-height: 46px; }
    .surveyed__box__button .NRBRS_s {
      width: 28px;
      margin-left: 5px; }
  .surveyedIndex .u-table {
    margin-bottom: 35px; }
  .contactArea {
    padding: 22px 14px 20px; }
    .contactArea__text {
      font-size: 13px;
      font-size: 1.3rem; }
    .contactArea__button__outer {
      margin-top: 20px; }
    .contactArea__button {
      width: 65%;
      font-size: 13px;
      font-size: 1.3rem;
      line-height: 50px; }
    .contactArea__button .icon-contact {
      width: 18px;
      height: 12px;
      margin-left: 10px; }
    .p-top__topics__button {
      width: 65%;
      height: 50px;
      font-size: 13px;
      font-size: 1.3rem;
      line-height: 46px; }
    .bannerArea {
      padding: 30px 0; }
    .bannerArea__item:not(:first-child) {
      margin-top: 10px; }
    .hero {
      margin-bottom: 25px; }
    .hero img {
      width: 100%; }
      .slick-dots {
        bottom: 8px; }
  .newsArea {
    padding: 0 15px; }
  .top-newsArea {
    padding: 0 15px; }
    .importantNews__category {
      margin-bottom: 10px; }
  .importantNews__item {
    display: table;
    width: 100%; }
    .importantNews__date {
      display: table-cell;
      width: 27%;
      font-size: 14px;
      font-size: 1.4rem;
      vertical-align: top; }
  .importantNews__title {
    display: table-cell;
    width: 75%;
    vertical-align: top; }
    .sectionHeading {
      margin-bottom: 25px;
      font-size: 18px;
      font-size: 1.8rem; }
      .sectionHeading::after {
        width: 38%;
        height: 2px; }
    .newsList__tab__item {
      width: 20%;
      font-size: 13px;
      font-size: 1.3rem; }
      .newsList__tab__item.is-current {
        margin-top: -5px; }
      .newsList__tab__item.is-current span {
        padding: 17px 0 11px; }
    .newsList__tab__item a, .newsList__tab__item span {
      padding: 13px 0; }
  .newsList__tab__item a.is-current {
    padding: 17px 0 0; }
  .newsList__tab__item--media a, .newsList__tab__item--media span {
    padding: 8px 0;
    line-height: 1.3; }
  .newsList__tab__item--media.is-current span {
    padding: 12px 0 6px; }
    .newsList__date {
      width: 27%;
      font-size: 14px;
      font-size: 1.4rem; }
    .newsList__title {
      font-size: 13px;
      font-size: 1.3rem; }
    .newsList__button__outer {
      margin: 30px 0 40px; }
    .newsList__button {
      width: 65%;
      height: 50px;
      font-size: 13px;
      font-size: 1.3rem;
      line-height: 46px; }
    .serviceList {
      padding: 30px 0 40px; }
      .serviceList__button__outer {
        margin: 25px 0 0; }
      .serviceList__button {
        width: 65%;
        height: 50px;
        line-height: 46px; }
    .purposeList {
      background-color: #f7f7f7; }
      .purposeList__heading__outer {
        display: inline-block;
        padding: 10px 0 10px 10px; }
        .purposeList__heading__outer::after {
          right: -20px;
          width: 40px;
          height: 100%; }
      .purposeList__heading {
        font-size: 15px;
        font-size: 1.5rem; }
      .purposeList__list {
        padding: 10px 10px 15px; }
      .purposeList__item {
        width: 47%;
        margin: 10px 0;
        font-size: 12px;
        font-size: 1.2rem;
        vertical-align: top; }
        .purposeList__item:nth-child(2n) {
          margin-left: 4%; }
      .has-angle {
        padding-left: 15px; }
      .has-angle .icon-angle-right {
        top: 9px;
        -webkit-transform: inherit;
        transform: inherit;
        font-size: 9px;
        font-size: 0.9rem; }
      .has-angle .icon-angle-bottom {
        top: 7px;
        -webkit-transform: translate(0, 0) rotate(90deg);
        transform: translate(0, 0) rotate(90deg);
        font-size: 9px;
        font-size: 0.9rem; }
  .wordsIndex {
    margin: 0 15px; }
    .wordsIndex__heading {
      width: 16%;
      height: 24px;
      margin-bottom: 10px;
      font-size: 13px;
      font-size: 1.3rem;
      line-height: 26px; }
      .wordsIndex__heading::after {
        width: 100%;
        height: 24px; }
    .wordsIndex__item {
      margin: 5px 15px 0 0;
      font-size: 13px;
      font-size: 1.3rem; }
    .wordsIndex__profile {
      margin-top: 30px;
      padding: 20px 15px; }
      .wordsIndex__profile__heading {
        margin-bottom: 25px; }
    .wordsIndex__profile__info {
      box-orient: horizontal;
      box-direction: reverse;
      display: box;
      display: -webkit-box;
      display: -moz-box;
      height: 135px; }
    .wordsIndex__profile__name {
      margin-left: 20px;
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 135px; }
    .wordsIndex__profile__photo {
      width: 110px; }
    .wordsIndex__profile__history {
      margin-top: 25px;
      font-size: 13px;
      font-size: 1.3rem; }
  .subLink--words .reference {
    margin: 32px 0 0;
    padding: 20px 15px;
    border-top: 1px solid #c9c9c9; }
  .subLink--words .reference__button__outer {
    margin-top: 25px;
    padding-bottom: 0;
    background-color: transparent; } }

@media screen and (max-width: 768px) {
  .l-container--middle {
    margin-right: 15px;
    margin-left: 15px; }
      .subLink__item, .subLink__heading--sub {
        margin-right: 15px;
        margin-left: 15px; }
      .subLink__item .icon-angle-right {
        font-size: 17px;
        font-size: 1.7rem; }
      .subLink__title--sub {
        margin-top: 0;
        font-size: 12px;
        font-size: 1.2rem; }
      .subLink__icon {
        width: 20%; }
  .subLink:not(.subLink--service) .subLink__menu.-level2 {
    margin: 0; }
  .subLink--service .subLink__item .icon-angle-right {
    top: 17px;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  .subLink--service .subLink__menu__item .subLink__menu {
    margin: 0; }
    .u-accordion__qa {
      padding: 10px 0 10px 10px;
      font-size: 15px;
      font-size: 1.5rem; }
      .u-accordion__qa::before {
        font-size: 18px;
        font-size: 1.8rem; }
      .u-accordion__qa__question {
        padding: 0 30px 0 25px; }
      .u-accordion__qa__answer {
        padding: 20px 30px 0 25px; }
        .u-accordion__qa__answer::before {
          font-size: 18px;
          font-size: 1.8rem; }
    .u-box {
      padding: 20px; }
      .u-box-heading {
        font-size: 18px;
        font-size: 1.8rem; }
    .u-box .u-text, .u-box .u-imageText p, .u-imageText .u-box p {
      margin: 14px 0; }
    .u-box-link li:not(:first-child) {
      margin-top: 8px; }
          .u-box-division__link__title {
            font-size: 14px;
            font-size: 1.4rem; }
    .u-box-division .newsList__item {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-top: 20px; }
      .u-box-division .newsList__date {
        width: 100%;
        margin-bottom: 10px;
        font-size: 12px;
        font-size: 1.2rem; }
      .u-box-division .newsList__title a {
        padding-left: 0;
        font-size: 14px;
        font-size: 1.4rem; }
      .u-box-division .newsList__button__outer {
        margin-top: 20px; }
    .u-box-division .newsList__button {
      width: 72%; }
    .u-box-text_link {
      font-size: 13px;
      font-size: 1.3rem; }
    .u-box-text_link .u-text, .u-box-text_link .u-imageText p, .u-imageText .u-box-text_link p {
      margin: 8px 0; }
      .u-box-hasButton p {
        font-size: 15px;
        font-size: 1.5rem; }
    .u-box-link-button {
      font-size: 20px;
      font-size: 2rem; }
      .u-box-link-button a, .u-box-link-button button {
        height: 60px;
        font-size: 20px;
        font-size: 2rem; }
      .u-box-link-button a[target="_blank"]::after,
      .u-box-link-button button[target="_blank"]::after {
        width: 16px;
        height: 16px; }
    .u-box-link-note dt {
      width: 18%; }
    .u-box-media__picture {
      margin-bottom: 20px; }
    .u-suggest {
      padding: 20px;
      text-align: center; }
      .u-suggest-button {
        -ms-flex-pack: center;
        justify-content: center; }
    .u-contact, .u-box-hasButton {
      margin-right: -15px;
      margin-left: -15px;
      padding: 20px; }
      .u-contact__heading {
        font-size: 17px;
        font-size: 1.7rem; }
      .u-contact p:not([class]), .u-box-hasButton p:not([class]) {
        font-size: 15px;
        font-size: 1.5rem; }
      .u-contact li, .u-box-hasButton li {
        height: 60px;
        margin: 10px auto; }
        .u-contact li a, .u-box-hasButton li a {
          font-size: 20px;
          font-size: 2rem; }
      .u-contact .u-text, .u-box-hasButton .u-text, .u-contact .u-imageText p, .u-imageText .u-contact p, .u-box-hasButton .u-imageText p, .u-imageText .u-box-hasButton p {
        margin: 0 0 16px; }
      .u-contact li:nth-child(1), .u-box-hasButton li:nth-child(1) {
        padding-top: 16px; }
        .u-contact li:nth-child(2) a, .u-box-hasButton li:nth-child(2) a {
          line-height: 50px; }
        .u-contact li:nth-child(3) a, .u-box-hasButton li:nth-child(3) a {
          line-height: 46px; }
      .u-contact-tel {
        margin-bottom: 2px;
        font-size: 28px;
        font-size: 2.8rem;
        line-height: .6; }
    .u-button {
      width: 100%;
      min-height: 60px; }
      .u-button .icon-blank::before {
        width: 16px;
        height: 16px; }
    .u-button__set {
      -ms-flex-pack: justify;
      justify-content: center; }
    .u-button__set__item {
      width: 32%;
      margin: 0 6px; }
      .u-button__set__link {
        height: 30px;
        font-size: 10px;
        font-size: 1.0rem;
        line-height: 30px; }
        .u-button__set__link i {
          margin-left: 5px;
          font-size: 9px;
          font-size: 0.9rem; }
    .u-button__mid {
      padding: 12px 28px;
      font-size: 13px;
      font-size: 1.3rem; }
      .c-fixedButton__outer {
        position: fixed;
        bottom: 0;
        width: 100%;
        padding: 15px;
        z-index: 99; }
    .c-fixedButton {
      height: 56px;
      font-size: 20px;
      font-size: 2rem;
      line-height: 56px; }
  .c-cookiePolicy__description {
    margin-bottom: 5px; }
    .c-cookiePolicy__link {
      -ms-flex-direction: column;
      flex-direction: column; }
  .c-cookiePolicy__link__item + .c-cookiePolicy__link__item {
    margin-top: 15px; }
    .article .pageTitle {
      margin: 40px 5px 15px; }
    .article__heading {
      padding: 4px 10px;
      font-size: 20px;
      font-size: 2rem; }
    .article__heading--lv2 {
      font-size: 18px;
      font-size: 1.8rem; }
    .article__heading--lv3 {
      font-size: 18px;
      font-size: 1.8rem; }
      .article__heading--lv3::before {
        height: 18px; }
    .heading--simple {
      font-size: 15px;
      font-size: 1.5rem; }
    .u-imageText__image.-col2 img:not(:first-child) {
      margin-top: 20px; }
      .u-imageText.-imageRight .u-imageText__image {
        margin-top: 40px; }
    .u-picture__outer {
      width: 100%; }
  .u-list-link {
    margin: 15px 0 20px; }
    .u-list-check > li, .u-list-number > li, .u-list-star > li, .u-list-rank > li, .u-list__heading, .u-list-roman > li {
      font-size: 14px;
      font-size: 1.4rem; }
  .u-list_picture {
    -ms-flex-direction: column;
    display: -ms-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column; }
      .u-list-check > li {
        padding: 10px 13px 15px 40px; }
        .u-list-check > li::before {
          top: 10px;
          left: 10px;
          width: 20px;
          height: 20px; }
        .u-list-check > li::after {
          top: 16px;
          left: 15px;
          width: 10px;
          height: 6px;
          border-bottom: 2px solid #008dcf;
          border-left: 2px solid #008dcf; }
      .u-list-number > li {
        padding: 10px 10px 15px 45px; }
        .u-list-number > li::before {
          width: 30px;
          height: 30px;
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 30px; }
    .u-list-disc > li {
      font-size: 14px;
      font-size: 1.4rem; }
      .u-list-disc > li::before {
        top: 10px; }
      .u-list-disc.-marginSmall > li::before {
        top: 5px; }
    .u-list-link a[target="_blank"]::after {
      width: 10px;
      height: 10px;
      margin-left: 5px; }
    .u-list-decimal > li {
      font-size: 14px;
      font-size: 1.4rem; }
    .u-list-decimal > li {
      padding-left: 32px; }
      .u-list-decimal > li:not(:first-child) {
        margin-top: 8px; }
      .u-list-decimal > li::before {
        top: 5px;
        width: 21px;
        height: 18px;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.3; }
    .u-list-decimal > li .u-text_picture {
      margin-top: 20px; }
  .u-list-decimal .u-text, .u-list-decimal .u-imageText p, .u-imageText .u-list-decimal p {
    margin: 5px 0 0; }
    .u-list-star > li {
      padding: 12px 12px 12px 40px; }
      .u-list-star > li::before {
        top: 10px;
        left: 10px;
        width: 18px;
        height: 18px; }
      .u-list-rank > li {
        padding: 12px 13px 12px 40px; }
      .u-list-rank .icon-arrow-rank {
        top: 10px;
        left: 10px;
        width: 20px;
        height: 20px;
        border: 1px solid transparent;
        font-size: 8px;
        font-size: 0.8rem;
        line-height: 20px; }
  .u-list-angle-l {
    margin: 25px 0 40px; }
  .u-list-angle-l > li:not(:first-child) {
    margin-top: 18px; }
    .u-list-angle-l__title .notes {
      display: block;
      margin-top: 3px;
      font-size: 13px;
      font-size: 1.3rem; }
  .u-list-angle-l .has-angle {
    padding-left: 20px; }
    .u-list-angle-l .icon-angle-right {
      top: 2px;
      font-size: 17px;
      font-size: 1.7rem; }
    .u-list-angle-l .notes--report {
      margin-left: 10px;
      padding: 3px 5px;
      font-size: 11px;
      font-size: 1.1rem; }
      .u-list-angle-l .notes--report::before {
        width: 13px;
        height: 14px;
        margin-right: 5px; }
    .u-list-angle-l .notes--smartwork {
      margin-left: 10px;
      padding: 3px 5px;
      font-size: 11px;
      font-size: 1.1rem; }
      .u-list-angle-l .notes--smartwork::before {
        width: 13px;
        height: 14px;
        margin-right: 5px; }
  .u-list-angle-l__summary {
    margin: 3px 0 0 20px;
    font-size: 14.5px;
    font-size: 1.45rem; }
    .u-table {
      margin: 10px 0; }
      .u-table th, .u-table td {
        padding: 12px 10px;
        font-size: 14px;
        font-size: 1.4rem; }
    .u-table-horizontal th {
      width: 32%; }
  .u-table__scroll table {
    display: block;
    overflow-x: scroll;
    white-space: nowrap; }
      .u-text__blue {
        font-size: 15px;
        font-size: 1.5rem; }
      .p-case__lead {
        margin: 15px 15px 35px; }
      .p-case__search {
        margin: 0 15px 30px; }
        .p-case__search__index {
          padding: 3px 0; }
        .p-case__search__conditions {
          padding: 10px; }
      .p-case__search__list {
        font-size: 13px;
        font-size: 1.3rem; }
      .p-case__search__check input {
        position: relative;
        top: 2px;
        margin-right: 6px; }
        .p-case__search__btn {
          padding: 0px 5px;
          font-size: 13px;
          font-size: 1.3rem; }
      .p-case__list {
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 15px; }
        .p-case__list__item {
          width: 48%;
          margin-bottom: 40px;
          padding-bottom: 50px; }
      .p-case__list__image {
        margin: 10px 0 0 0; }
        .p-case__list__image img {
          max-height: 67px; }
        .p-case__list__tag {
          margin: 15px 0 0;
          line-height: 1; }
        .p-case__list__outline {
          margin: 10px 0 0;
          line-height: 1.3; }
        .p-case__list__btn {
          width: 90px;
          margin: 10px auto 0;
          padding: 9px 0;
          font-size: 13px;
          font-size: 1.3rem; }
    .p-column__list {
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-top: 30px; }
    .p-column__item {
      width: 48%; }
    .p-column__item:nth-child(n+3) {
      margin-top: 4%; }
    .p-column__label, .p-columnEn__label {
      font-size: 11px;
      font-size: 1.1rem; }
    .p-column__date, .p-columnEn__date {
      font-size: 13px;
      font-size: 1.3rem; }
    .p-columnEn__intro {
      font-size: 13px;
      font-size: 1.3rem; }
    .is-en .header {
      padding-top: 10px; }
    .is-en .u-contact-tel {
      line-height: 60px; }
  .english__intro {
    padding: 0 15px; }
    .article__tag__item {
      font-size: 11px;
      font-size: 1.1rem; }
      .articleTab__item {
        height: 66px;
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 1.2; }
        .articleTab__item.is-current {
          height: 75px; }
    .u-contents__item:not(:first-child) {
      margin-top: 15px; }
    .u-contents__title {
      font-size: 16px;
      font-size: 1.6rem; }
    .u-contents__category {
      font-size: 13px;
      font-size: 1.3rem; }
    .u-contents__summary {
      font-size: 13px;
      font-size: 1.3rem; }
    .u-contents__tag {
      font-size: 10px;
      font-size: 1rem; }
  .u-relation__box {
    margin-bottom: 50px; }
    .u-relation__list {
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .u-relation__item {
      width: 48%; }
      .u-relation__item:nth-child(n + 3) {
        margin-top: 10px; }
    .u-relation__category {
      font-size: 12px;
      font-size: 1.2rem; }
  .u-case + .u-case {
    margin-top: 40px; }
  .u-case .heading--simple {
    -ms-flex-order: 1;
    order: 1; }
  .u-case .u-picture__outer {
    -ms-flex-order: 3;
    order: 3; }
  .u-case .u-text__blue {
    -ms-flex-order: 2;
    order: 2; }
  .u-case .u-case__flex {
    -ms-flex-order: 4;
    order: 4; }
    .u-case .heading--simple {
      margin-bottom: 5px; }
    .u-case__flex {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .u-case__flex .u-button__mid {
        -ms-flex-order: 2;
        order: 2;
        margin-top: 15px; }
      .u-case__flex .u-case__text {
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        margin-top: 10px;
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 1.4; }
  .serviceIndex .article__lead {
    margin: 20px 15px 30px; }
    .p-top__container {
      padding-right: 20px;
      padding-left: 20px; }
    .p-top__mv {
      height: 300px;
      padding-top: 40px;
      background-image: url(https://6825232.fs1.hubspotusercontent-na1.net/hubfs/6825232/raw_assets/public/corporate-theme/files/user/images/top/mv_01_sp_202006_1.jpg); }
    .p-top__topics__outer {
      padding: 35px 20px 40px 20px; }
    .p-top__topics__title {
      margin-top: 20px; }
      .p-top__purpose__list {
        -ms-flex-pack: distribute;
        justify-content: space-around;
        margin-bottom: -20px; }
        .p-top__purpose__list__block {
          width: 335px;
          margin-bottom: 20px; }
    .p-top__method__list {
      -ms-flex-pack: distribute;
      justify-content: space-around;
      margin-bottom: -50px; }
      .p-top__method__list li {
        width: 160px;
        margin-bottom: 50px; }
      .p-top__method__list__title {
        font-size: 17px;
        font-size: 1.7rem; }
      .p-top__method__list2__title {
        font-size: 17px;
        font-size: 1.7rem; }
        .p-top__method__list2__title:first-child {
          margin-bottom: 20px; }
      .p-top__method__list2__subTitle {
        font-size: 13px;
        font-size: 1.3rem; }
    .p-top__subLink__list li:not(:last-child) {
      margin-bottom: 20px; }
    .p-top__sale__list li:not(:last-child) {
      margin-bottom: 40px; }
  .p-top__report {
    padding-top: 30px; }
    .p-top__importantTopics {
      margin-bottom: 30px;
      padding: 20px; }
      .p-useful__lead {
        margin: 15px 15px 35px; }
      .p-useful__list {
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 15px; }
      .p-useful__list__item {
        width: 48%;
        margin-bottom: 40px; }
        .p-useful__list__image {
          height: 105px; }
          .p-useful__list__image img {
            max-height: 105px; }
        .p-useful__list__logo {
          width: 40%; }
      .p-useful__list__inner {
        padding: 15px 10px 0; }
        .p-useful__list__outline {
          margin: 10px 0 0;
          font-size: 13px;
          font-size: 1.3rem;
          line-height: 1.5; }
        .p-useful__list__tag {
          margin: 15px 0 0; } }

@media print, screen and (min-width: 769px) {
  .l-container--main {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
    .subLink {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 260px;
      margin-right: -90px;
      margin-left: 90px;
      padding-top: 20px; }
      .subLink__item .icon-angle-right {
        left: -5px; }
      .subLink__title {
        width: 180px; }
      .subLink__icon {
        width: 80px;
        height: 80px; }
  .subLink--service {
    right: -110px;
    width: 260px; }
  .subLink--service .subLink__item {
    height: auto; }
    .u-accordion__qa {
      padding: 22px;
      font-size: 18px;
      font-size: 1.8rem; }
      .u-accordion__qa::before {
        font-size: 20px;
        font-size: 2rem; }
      .u-accordion__qa__question {
        padding: 0 30px; }
      .u-accordion__qa__answer {
        padding: 30px 30px 0 30px; }
        .u-accordion__qa__answer::before {
          font-size: 20px;
          font-size: 2rem; }
    .u-box {
      padding: 25px 30px; }
      .u-box-heading {
        font-size: 20px;
        font-size: 2rem; }
    .u-box .u-text, .u-box .u-imageText p, .u-imageText .u-box p {
      margin-bottom: 14px; }
    .u-box-link li {
      margin-right: 30px;
      float: left; }
      .u-box-link-nofloat li a {
        font-size: 18px;
        font-size: 1.8rem; }
          .u-box-division__link__title {
            font-size: 16px;
            font-size: 1.6rem; }
      .u-box-division .newsList__date {
        font-size: 15px;
        font-size: 1.5rem; }
      .u-box-division .newsList__title a {
        font-size: 16px;
        font-size: 1.6rem;
        text-decoration: underline; }
    .u-box-text_link {
      width: 500px;
      float: left; }
    .u-box-text_link .u-text, .u-box-text_link .u-imageText p, .u-imageText .u-box-text_link p {
      margin: 20px 0 10px; }
      .u-box-hasButton p {
        font-size: 18px;
        font-size: 1.8rem; }
    .u-box-link-button {
      font-size: 24px;
      font-size: 2.4rem; }
      .u-box-link-button a, .u-box-link-button button {
        height: 72px;
        font-size: 24px;
        font-size: 2.4rem; }
      .u-box-link-button a[target="_blank"]::after,
      .u-box-link-button button[target="_blank"]::after {
        width: 20px;
        height: 20px; }
    .u-box-link-note dt {
      width: 10%; }
    .u-box-row {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .u-box-col {
      width: 370px; }
    .u-box-media {
      margin: 20px 0; }
    .u-box-media__inner {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: start;
      align-items: flex-start; }
    .u-box-media__picture {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      max-width: 308px;
      margin-right: 30px; }
    .u-suggest {
      padding: 24px; }
    .u-contact, .u-box-hasButton {
      padding: 24px 30px 30px; }
      .u-contact__heading {
        font-size: 20px;
        font-size: 2rem; }
      .u-contact p:not([class]), .u-box-hasButton p:not([class]) {
        font-size: 18px;
        font-size: 1.8rem; }
      .u-contact li, .u-box-hasButton li {
        height: 72px; }
        .u-contact li a, .u-box-hasButton li a {
          font-size: 22px;
          font-size: 2.2rem; }
      .u-contact .u-text, .u-box-hasButton .u-text, .u-contact .u-imageText p, .u-imageText .u-contact p, .u-box-hasButton .u-imageText p, .u-imageText .u-box-hasButton p {
        margin: 0 0 25px; }
      .u-contact li:nth-child(1), .u-box-hasButton li:nth-child(1) {
        padding-top: 12px; }
        .u-contact li:nth-child(2) a, .u-box-hasButton li:nth-child(2) a {
          line-height: 70px; }
        .u-contact li:nth-child(3) a, .u-box-hasButton li:nth-child(3) a {
          line-height: 66px; }
      .u-contact-tel {
        font-size: 30px;
        font-size: 3rem;
        line-height: 1; }
      .u-contact-col2 {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: center;
        justify-content: center; }
        .u-contact-col2 li {
          -ms-flex: 0 0 auto;
          flex: 0 0 auto;
          width: 340px; }
          .u-contact-col2 li:nth-of-type(2n) {
            margin-left: 10px; }
    .u-contact-col3 {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .u-contact-col3 li {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: 340px; }
        .u-contact-col3 li:nth-of-type(2n) {
          margin-left: 10px; }
        .u-contact-col3 li:nth-of-type(n+3) {
          margin-top: 20px; }
    .u-button {
      width: 500px;
      min-height: 60px; }
      .u-button .icon-blank::before {
        width: 20px;
        height: 20px; }
    .u-button__set {
      -ms-flex-pack: center;
      justify-content: center; }
    .u-button__set__item {
      width: 225px;
      margin: 0 6px; }
      .u-button__set__link {
        height: 55px;
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 55px; }
        .u-button__set__link i {
          margin-left: 12px;
          font-size: 16px;
          font-size: 1.6rem; }
    .u-button__mid {
      padding: 12px 27px;
      font-size: 16px;
      font-size: 1.6rem; }
      .c-fixedButton__outer {
        position: -webkit-sticky;
        position: sticky;
        top: 10px;
        margin-top: 88px;
        padding: 12px 15px; }
    .c-fixedButton {
      height: 50px;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 50px; }
  .c-cookiePolicy__description {
    width: 80%;
    margin: 0 auto 15px; }
    .c-cookiePolicy__link {
      -ms-flex-pack: center;
      justify-content: center;
      width: 90%;
      margin: 0 auto;
      display: flex; }
  .c-cookiePolicy__link__item {
    width: 30%;
    text-align: center; }
  .c-cookiePolicy__link__item + .c-cookiePolicy__link__item {
    margin-left: 20px; }
    .c-cookiePolicy__link__button {
      line-height: 1.4; }
    .article .pageTitle {
      margin: 22px 0 15px; }
    .article__heading {
      font-size: 25px;
      font-size: 2.5rem; }
    .article__heading--lv2 {
      font-size: 22px;
      font-size: 2.2rem; }
    .article__heading--lv3 {
      font-size: 20px;
      font-size: 2rem; }
      .article__heading--lv3::before {
        height: 20px; }
    .heading--simple {
      font-size: 18px;
      font-size: 1.8rem; }
    .u-imageText__image.-col2 {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .u-imageText__image.-col2 img {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 360px; }
      .u-imageText.-imageRight {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        .u-imageText.-imageRight .u-imageText__image {
          -ms-flex: 0 0 auto;
          flex: 0 0 auto;
          width: 360px;
          margin-left: 30px; }
        .u-imageText.-imageRight .u-imageText__text {
          -ms-flex: 1 1 auto;
          flex: 1 1 auto; }
    .u-picture__outer {
      position: relative;
      width: 360px;
      margin: 0 0 10px 30px;
      float: right;
      z-index: 10; }
      .-left .u-picture__outer {
        margin: 0 30px 30px 0;
        float: left; }
      .u-picture__outer.-small {
        width: 200px; }
        .-left .u-picture__outer.-small ~ * {
          margin-left: 220px; }
      .u-picture__outer.-big {
        width: 440px; }
        .-left .u-picture__outer.-big ~ * {
          margin-left: 460px; }
  .u-list-link {
    margin: 20px 0; }
    .u-list-check > li, .u-list-number > li, .u-list-star > li, .u-list-rank > li, .u-list__heading, .u-list-roman > li {
      font-size: 17px;
      font-size: 1.7rem; }
      .u-list-check > li {
        padding: 22px 32px 26px 70px; }
        .u-list-check > li::before {
          top: 20px;
          left: 20px;
          width: 30px;
          height: 30px; }
        .u-list-check > li::after {
          top: 28px;
          left: 28px;
          width: 15px;
          height: 10px;
          border-bottom: 2px solid #008dcf;
          border-left: 2px solid #008dcf; }
      .u-list-number > li {
        padding: 10px 20px 15px 70px; }
        .u-list-number > li::before {
          width: 50px;
          height: 50px;
          font-size: 24px;
          font-size: 2.4rem;
          line-height: 50px; }
    .u-list-disc > li {
      font-size: 19px;
      font-size: 1.9rem; }
    .u-list-link a[target="_blank"]::after {
      width: 13px;
      height: 13px;
      margin-left: 10px; }
    .u-list-decimal > li {
      font-size: 19px;
      font-size: 1.9rem; }
    .u-list-decimal > li {
      padding-left: 36px; }
      .u-list-decimal > li:not(:first-child) {
        margin-top: 15px; }
      .u-list-decimal > li::before {
        width: 22px;
        height: 20px;
        line-height: 1.4; }
  .u-list-decimal .u-text, .u-list-decimal .u-imageText p, .u-imageText .u-list-decimal p {
    margin: 16px 0 0; }
    .u-list-star > li {
      padding: 22px 22px 26px 68px; }
      .u-list-star > li::before {
        top: 24px;
        left: 22px;
        width: 24px;
        height: 24px; }
      .u-list-rank > li {
        padding: 22px 22px 26px 68px; }
      .u-list-rank .icon-arrow-rank {
        top: 20px;
        left: 20px;
        width: 30px;
        height: 30px;
        border: 2px solid transparent;
        line-height: 27px; }
  .u-list-angle-l {
    margin: 30px 0 50px; }
  .u-list-angle-l > li:not(:first-child) {
    margin-top: 25px; }
    .u-list-angle-l__title {
      font-size: 19px;
      font-size: 1.9rem; }
    .u-list-angle-l__title .notes {
      font-size: 14px;
      font-size: 1.4rem; }
  .u-list-angle-l .has-angle {
    padding-left: 18px; }
    .u-list-angle-l .icon-angle-right {
      top: 15px;
      font-size: 16px;
      font-size: 1.6rem; }
    .u-list-angle-l .notes--report {
      margin-left: 10px;
      padding: 3px 6px;
      font-size: 11.5px;
      font-size: 1.15rem;
      vertical-align: middle; }
      .u-list-angle-l .notes--report::before {
        width: 13px;
        height: 17px;
        margin-right: 6px; }
    .u-list-angle-l .notes--smartwork {
      margin-left: 10px;
      padding: 3px 6px;
      font-size: 11.5px;
      font-size: 1.15rem;
      vertical-align: middle; }
      .u-list-angle-l .notes--smartwork::before {
        width: 13px;
        height: 17px;
        margin-right: 6px; }
  .u-list-angle-l__summary {
    margin: 6px 0 0 19px; }
    .u-table {
      margin: 10px 0 55px;}
    .u-table-horizontal th {
      width: 30%; }
  .u-table .u-list-disc > li {
    padding-left: 24px;
    font-size: 15px;
    font-size: 1.5rem; }
  .u-table .u-list-disc > li::before {
    top: 10px;
    left: 4px; }
      .u-text__blue {
        font-size: 18px;
        font-size: 1.8rem; }
      .p-case__lead {
        margin: 40px 0;
        font-size: 18px;
        font-size: 1.8rem; }
      .p-case__search {
        margin-bottom: 60px; }
        .p-case__search__index {
          padding: 14px 0;
          font-size: 18px;
          font-size: 1.8rem; }
        .p-case__search__conditions {
          padding: 20px; }
      .p-case__search__list {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        font-size: 16px;
        font-size: 1.6rem; }
      .p-case__search__item {
        width: 50%; }
      .p-case__search__check input {
        margin-right: 10px; }
        .p-case__list__item {
          width: 320px;
          margin-bottom: 75px;
          padding: 0 18px 65px; }
          .p-case__list__item:not(:nth-child(3n)) {
            margin-right: 20px; }
        .p-case__list__title {
          font-size: 20px;
          font-size: 2rem; }
        .p-case__list__image img {
          max-height: 114px; }
        .p-case__list__tag {
          margin: 10px 0 0;
          line-height: 1.3; }
        .p-case__list__outline {
          margin: 15px 0 0;
          font-size: 18px;
          font-size: 1.8rem;
          line-height: 1.3; }
        .p-case__list__btn {
          width: 136px;
          padding: 12px 0; }
    .p-column__item {
      width: 32%; }
    .p-column__item:not(:nth-child(3n+1)) {
      margin-left: 2%; }
    .p-column__item:nth-child(n+4) {
      margin-top: 2%; }
  .p-columnEn__inner {
    display: -ms-flexbox;
    display: flex; }
  .p-columnEn__picture {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 230px;
    margin-right: 15px; }
    .p-columnEn__title {
      font-size: 17px;
      font-size: 1.7rem; }
    .p-columnEn__intro {
      font-size: 14px;
      font-size: 1.4rem; }
    .is-en .container {
      -ms-flex-align: center;
      align-items: center;
      padding-bottom: 0; }
    .is-en .header__logo__outer {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center; }
    .is-en .article {
      width: 100%; }
    .is-en .u-contact-tel {
      line-height: 72px; }
    .article__tag__item {
      font-size: 13px;
      font-size: 1.3rem; }
    .u-picture-list {
      margin: 40px 0; }
    .u-picture-list li {
      display: inline-block;
      width: 32%; }
      .u-picture-list li:not(:first-child) {
        margin-left: 1.2%; }
    .u-link-list li {
      display: inline-block;
      width: 370px;
      margin-bottom: 4px;
      vertical-align: top; }
    .u-link-list li:nth-child(2n) {
      margin-left: 4px; }
    .u-link-list a {
      padding: 20px 20px 20px 30px; }
    .u-color-box__heading {
      padding: 18px 20px;
      font-size: 18px;
      font-size: 1.8rem; }
  .u-color-box__inner {
    margin: 20px; }
    .u-color-box__title {
      font-size: 16px;
      font-size: 1.6rem; }
    .symbol-angle-down::before {
      bottom: -15px;
      border-top: 28px solid #0097e0;
      border-right: 30px solid transparent;
      border-left: 30px solid transparent; }
      .articleTab__item {
        height: 63px;
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 1.3; }
        .articleTab__item.is-current {
          height: 72px; }
  .u-contents__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .u-contents__item {
      width: 330px; }
      .u-contents__item:nth-child(n+3) {
        margin-top: 30px; }
    .u-contents__title {
      font-size: 18px;
      font-size: 1.8rem; }
    .u-contents__tag {
      font-size: 11px;
      font-size: 1.1rem; }
  .u-relation__box {
    margin-bottom: 110px; }
    .u-relation__item {
      width: 180px; }
      .u-relation__item:not(:nth-child(4n + 1)) {
        margin-left: 10px; }
      .u-relation__item:nth-child(n + 5) {
        margin-top: 10px; }
    .u-relation__category {
      font-size: 13px;
      font-size: 1.3rem; }
  .u-case + .u-case {
    margin-top: 80px; }
    .u-case .heading--simple {
      margin-bottom: 15px; }
    .u-case__flex {
      -ms-flex-align: start;
      align-items: flex-start; }
      .u-case__flex *:not(:first-child) {
        margin-left: 65px; }
  .serviceIndex .u-contact-col2 {
    width: 900px;
    margin: 0 auto; }
    .p-top__container {
      width: 1200px;
      margin-right: auto;
      margin-left: auto; }
    .p-top__mv {
      height: 360px;
      padding-top: 60px;
      background-image: url(https://6825232.fs1.hubspotusercontent-na1.net/hubfs/6825232/raw_assets/public/corporate-theme/files/user/images/top/mv_01_pc_bg_new.jpg); }
    .p-top__topics__outer {
      width: 1200px;
      margin: -74px auto 0 auto;
      padding: 35px 30px 40px 30px; }
  .p-top__topics__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    align-items: center;
    width: 100%; }
      .p-top__purpose__list {
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: -36px; }
        .p-top__purpose__list__block {
          width: 376px;
          margin-bottom: 36px; }
        .p-top__purpose__list__block:nth-child(4), .p-top__purpose__list__block:nth-child(5), .p-top__purpose__list__block:nth-child(6), .p-top__purpose__list__block:nth-child(7) {
          width: 273px; }
    .p-top__method__list {
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-bottom: -36px; }
      .p-top__method__list li {
        width: 273px;
        margin-bottom: 36px; }
      .p-top__method__list__title {
        font-size: 18px;
        font-size: 1.8rem; }
      .p-top__method__list2__title {
        font-size: 18px;
        font-size: 1.8rem; }
      .p-top__method__list2__subTitle {
        font-size: 14px;
        font-size: 1.4rem; }
    .p-top__subLink__list {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .p-top__subLink__list li a {
        width: 376px; }
  .p-top__other {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .p-top__sale {
    width: 570px; }
    .p-top__sale__list li:not(:last-child) {
      margin-bottom: 20px; }
  .p-top__report {
    width: 570px; }
    .p-top__importantTopics {
      width: 640px;
      margin: 0 auto 30px auto;
      padding: 20px 60px; }
  .p-top-relative__container {
    width: 1030px;
    margin-right: auto;
    margin-left: auto; }
      .p-useful__lead {
        margin: 40px 0;
        font-size: 18px;
        font-size: 1.8rem; }
      .p-useful__list__item {
        width: 320px;
        margin-bottom: 60px; }
        .p-useful__list__item:not(:nth-child(3n)) {
          margin-right: 20px; }
        .p-useful__list__image {
          height: 200px; }
          .p-useful__list__image img {
            max-height: 200px; }
      .p-useful__list__inner {
        padding: 25px 20px 0; }
        .p-useful__list__title {
          font-size: 20px;
          font-size: 2rem; }
        .p-useful__list__outline {
          margin: 15px 0 0;
          font-size: 14px;
          font-size: 1.4rem; }
        .p-useful__list__tag {
          margin: 10px 0 0; } }

@media (min-width: 641px) {
    .footer__link {
      width: 25%;
      padding-right: 20px;
      float: left; }
    .footer__mark__item {
      position: relative;
      float: left; }
      .footer__mark__item:not(:first-child) {
        margin-left: 18px; } }

@media (min-width: 768px) {
    .form__complete__text {
      margin-top: 60px;
      font-size: 18px;
      font-size: 1.8rem; }
    .pdfDownload .has-pdf::after {
      width: 24px;
      height: 24px;
      margin-left: 10px; }
      .is-en .gnav__item {
        width: 16%; }
/*        .is-en .gnav__item:nth-child(6)::after {
          position: absolute;
          top: 50%;
          right: -10px;
          width: 9px;
          height: 4px;
          -webkit-transform: translate(0, -50%) skewX(-20deg);
          transform: translate(0, -50%) skewX(-20deg);
          background-color: #0097e0;
        content: ""; }*/
      .is-en .hero {
        margin-top: -30px;
        margin-bottom: 40px; }
    .hero .slick-current {
      opacity: 1; } }

@media (max-width: 769px) {
    .pdfDownload .has-pdf::after {
      width: 20px;
      height: 20px;
      margin-left: 6px; } }