@charset "UTF-8";
/* ===============================================
 * Libs
** ============================================ */
/* -----------------------------------------------
 * Libs: Normalize
** -------------------------------------------- */
/*! normalize.css v4.0.0 | 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 {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 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 */
  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 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * 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: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * Change font properties to `inherit` in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  font: inherit;
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 * 2. Show the overflow in Edge, Firefox, and IE.
 */
button,
input,
select {
  /* 2 */
  overflow: visible;
}

/**
 * Remove the margin in Safari.
 * 1. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  /* 1 */
  margin: 0;
}

/**
 * Remove the inheritence of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritence of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Change the cursor in all browsers (opinionated).
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

/**
 * Restore the default cursor to disabled elements unset by the previous rule.
 */
[disabled] {
  cursor: default;
}

/**
 * 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.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 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;
}

/**
 * Correct the odd appearance of search inputs in Chrome and Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
}

/**
 * Remove the inner padding and cancel buttons in Chrome on OS X and
 * Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* ===============================================
 * Define
** ============================================ */
/* -----------------------------------------------
 * Define: Variable
** -------------------------------------------- */
@font-face {
  font-family: "Noto Sans Japanese";
  font-weight: 100;
  font-style: normal;
  src: url("/common/fonts/NotoSansCJKjp-Thin.eot");
  src: local("Noto Sans CJK JP Thin"), url("/common/fonts/NotoSansCJKjp-Thin.eot?#iefix") format("embedded-opentype"), url("/common/fonts/NotoSansCJKjp-Thin.woff") format("woff"), url("/common/fonts/NotoSansCJKjp-Thin.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-weight: 200;
  font-style: normal;
  src: url("/common/fonts/NotoSansCJKjp-Light.eot");
  src: local("Noto Sans CJK JP Light"), url("/common/fonts/NotoSansCJKjp-Light.eot?#iefix") format("embedded-opentype"), url("/common/fonts/NotoSansCJKjp-Light.woff") format("woff"), url("/common/fonts/NotoSansCJKjp-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-weight: 300;
  font-style: normal;
  src: url("/common/fonts/NotoSansCJKjp-DemiLight.eot");
  src: local("Noto Sans CJK JP DemiLight"), url("/common/fonts/NotoSansCJKjp-DemiLight.eot?#iefix") format("embedded-opentype"), url("/common/fonts/NotoSansCJKjp-DemiLight.woff") format("woff"), url("/common/fonts/NotoSansCJKjp-DemiLight.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-weight: 400;
  font-style: normal;
  src: url("/common/fonts/NotoSansCJKjp-Regular.eot");
  src: local("Noto Sans CJK JP Regular"), url("/common/fonts/NotoSansCJKjp-Regular.eot?#iefix") format("embedded-opentype"), url("/common/fonts/NotoSansCJKjp-Regular.woff") format("woff"), url("/common/fonts/NotoSansCJKjp-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-weight: 500;
  font-style: normal;
  src: url("/common/fonts/NotoSansCJKjp-Medium.eot");
  src: local("Noto Sans CJK JP Medium"), url("/common/fonts/NotoSansCJKjp-Medium.eot?#iefix") format("embedded-opentype"), url("/common/fonts/NotoSansCJKjp-Medium.woff") format("woff"), url("/common/fonts/NotoSansCJKjp-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-weight: 700;
  font-style: normal;
  src: url("/common/fonts/NotoSansCJKjp-Bold.eot");
  src: local("Noto Sans CJK JP Bold"), url("/common/fonts/NotoSansCJKjp-Bold.eot?#iefix") format("embedded-opentype"), url("/common/fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("/common/fonts/NotoSansCJKjp-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-weight: 900;
  font-style: normal;
  src: url("/common/fonts/NotoSansCJKjp-Black.eot");
  src: local("Noto Sans CJK JP Black"), url("/common/fonts/NotoSansCJKjp-Black.eot?#iefix") format("embedded-opentype"), url("/common/fonts/NotoSansCJKjp-Black.woff") format("woff"), url("/common/fonts/NotoSansCJKjp-Black.ttf") format("truetype");
}
/* -----------------------------------------------
 * Define: Extend
** -------------------------------------------- */
/* -----------------------------------------------
 * Define: Element
** -------------------------------------------- */
/**
 * html, body
**/
html {
  font-size: 62.5%;
  background: #fff;
}

/* 1px 上げる */
[lang="en"] {
  font-size: 66.9645%;
}

body {
  font-family: Roboto, "Noto Sans Japanese", "Meiryo", sans-serif;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 2.571428;
  word-break: break-word;
  color: #43484c;
  -webkit-text-size-adjust: 100%;
  -webkit-print-color-adjust: exact;
}

* {
  box-sizing: border-box;
}
*:before, *:after {
  box-sizing: border-box;
}

/**
 * Inline Element
**/
b {
  font-weight: 500;
}

em {
  font-weight: 500;
  font-style: normal;
}

strong {
  font-weight: 500;
  color: #c53169;
}

a {
  text-decoration: underline;
  color: #43484c;
  transition: .2s color, .2s opacity;
}
a:hover, a:focus, a:active {
  text-decoration: none;
  color: #0062b2;
}

img {
  vertical-align: top;
  max-width: 100%;
}

input::-webkit-input-placeholder {
  color: #c9cdd1;
}

input:-ms-input-placeholder {
  color: #c9cdd1;
}

input::-moz-placeholder {
  color: #c9cdd1;
}

/**
 * Block Element
**/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  margin: 0;
}

p {
  margin: 0 0 20px 0;
}

ul,
ol {
  margin: 0 0 30px 0;
  padding: 0;
}

li {
  list-style: none;
}

dl {
  margin: 0 0 30px 0;
}

table {
  width: 100%;
  margin: 0;
}

iframe {
  margin: 0;
  border: none;
}

figure {
  margin: 0;
}

.str-inner:after, .site-header .str-outer:after, .site-header .str-nav:after, .site-header .str-nav .group-gnav .list:after, .content-head #nav-location:after, .nav-local-foot-01 > .list > .link:after, .nav-local-foot-training-01 > .list > .link:after, .site-footer .str-nav .list:after, .site-footer .str-util:after, .site-footer .group-util-nav .list:after, .site-header .group-util-lang .list:after,
.site-footer .group-util-lang .list:after, .heading-seminar-01 > .txt .date:after, dl.list-02:after, .list-04:after, .link-list-user-01:after, .list-nav-01:after, .comp-seminar-close-01 .list-timeline-01 > li .date:after, .comp-publication-01 > li:after, .comp-publication-01 > li .box:after, .lay-image-speaker:after, .link-def-01:after, .box-01.training:after, .lay-column2:after, .lay-column2-full-01:after, .lay-column3:after, .lay-column3-full-01:after, .lay-image:after, .str-outer.unq-products .unq-products-lay-image-01:after, .nav-pageinner-01:after, .nav-pageinner-02:after, .label-required:after, .form-lay-column2:after, .form-list-02:after, .select-01:after, .str-outer.unq-article .lay-image:after, .str-outer.unq-article .comp-article-head-01 .meta:after, .str-outer.unq-features-index .comp-features-01 .idx-01 .meta:after, .str-outer.unq-features-index .comp-features-01 .idx-02 .meta:after, .str-outer.unq-video .list-video-02:after, [class*="unq-training"] .lay-column .box-card-list:after, [class*="unq-training"] .lay-column .label-list:after, .str-outer.unq-sitemap .comp-sitemap > li > ul:after, .str-outer.unq-corporate:after, .str-outer.unq-corporate .lyt-column2:after, .str-outer.unq-corporate .nav-pageinner:after, .str-outer.unq-corporate .nav-pageinner > .nav:after {
  display: block;
  clear: both;
  content: "";
}

/* ===============================================
 * Structure
** ============================================ */
/* -----------------------------------------------
 * Structure: Base
** -------------------------------------------- */
.str-outer {
  width: 100%;
  min-width: 1160px;
  padding-right: 30px;
  padding-left: 30px;
}

.str-inner {
  max-width: 1220px;
  /* gutter 60px */
  margin-right: auto;
  margin-left: auto;
}

/* -----------------------------------------------
 * Structure: Header
** -------------------------------------------- */
.site-header {
  position: relative;
  z-index: 2;
  height: 90px;
  margin: 0 auto;
}
.site-header .site-header-inner {
  position: relative;
  width: 100%;
  height: 90px;
  background: #ffffff;
}
.site-header .site-header-inner.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.02);
}
.site-header .logo {
  position: relative;
  float: left;
}
.site-header .logo a {
  line-height: 1;
  display: block;
  padding: 19px 0;
}

.site-header .str-nav {
  float: right;
  padding: 23px 0 0;
}
.site-header .str-nav .group-gnav {
  float: left;
}
.site-header .str-nav .group-gnav .list {
  margin: 0;
  padding: 2px 8px 0 0;
}
.site-header .str-nav .group-gnav .list > li {
  position: relative;
  float: left;
}
.site-header .str-nav .group-gnav .list > li > a {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 45px;
  display: block;
  padding: 0 14px 0 15px;
  text-decoration: none;
  letter-spacing: .035em;
  color: #333b41;
  border-radius: 3px 3px 0 0;
}
.site-header .str-nav .group-gnav .list > li > a:hover, .site-header .str-nav .group-gnav .list > li > a:focus, .site-header .str-nav .group-gnav .list > li > a:active {
  color: #0062b2;
}
.site-header .str-nav .group-gnav .list > li > a:hover[target="_blank"]::after, .site-header .str-nav .group-gnav .list > li > a:focus[target="_blank"]::after, .site-header .str-nav .group-gnav .list > li > a:active[target="_blank"]::after {
  display: inline-block;
  width: 10px;
  height: 9px;
  margin: 0 5px 0 7px;
  content: "";
  vertical-align: baseline;
  background: url("/common/images/icon-window_01_h.png") 0 0 no-repeat;
}
.site-header .str-nav .group-gnav .list > li > a:hover[target="_blank"] .icon-window-01, .site-header .str-nav .group-gnav .list > li > a:focus[target="_blank"] .icon-window-01, .site-header .str-nav .group-gnav .list > li > a:active[target="_blank"] .icon-window-01 {
  display: none;
}
.site-header .str-nav .group-gnav .list > li > a .icon-window-01 {
  margin: 0 5px 0 7px;
}
.site-header .str-nav .group-gnav .list > li.is-active > a {
  color: #ffffff;
  background: #39464c;
}
.site-header .str-nav .group-gnav .child {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  position: absolute;
  display: none;
  margin: 0;
  padding: 10px 0;
  border-radius: 0 3px 3px 3px;
  background: #39464c;
}
.site-header .str-nav .group-gnav .child > li {
  float: left;
  width: 50%;
}
.site-header .str-nav .group-gnav .child > li > a {
  line-height: 1.71429;
  display: block;
  padding: 10px 18px;
  white-space: nowrap;
  text-decoration: none;
  color: #b1b9be;
}
.site-header .str-nav .group-gnav .child > li > a:hover {
  color: #ffffff;
}
.site-header .str-nav .group-gnav .child > li.clear-line {
  width: auto;
}
.site-header .str-nav .group-gnav .child > li.clear-line a {
  padding-right: 18px;
  padding-left: 18px;
  white-space: normal;
}
.site-header .str-nav .group-gnav .child > li.clear-line + li {
  clear: both;
}
.site-header .str-nav .group-gnav .child.to-left {
  right: 0;
  border-radius: 3px 0 3px 3px;
}
.site-header .str-nav .group-gnav .child.col1 > li {
  float: none;
  width: auto;
}
.site-header .str-nav .group-gnav .child.col1 > li a {
  white-space: nowrap;
  padding-right: 18px;
  padding-left: 18px;
}
.site-header .str-nav .group-search {
  font-size: 13px;
  font-size: 1.3rem;
  float: right;
  margin: 9px 0 0;
}
.site-header .str-nav .group-search fieldset {
  overflow: hidden;
  height: 26px;
  margin: 0;
  padding: 0;
  color: #ffffff;
  border: 0;
  border-radius: 13px;
  background: #4e566d;
}
.site-header .str-nav .group-search legend {
  display: none;
}
.site-header .str-nav .group-search .search-box {
  line-height: 1;
  width: 0;
  height: 26px;
  padding: 0;
  cursor: auto;
  -webkit-transition: .2s;
  transition: .2s;
  vertical-align: top;
  color: #ffffff;
  border: 0;
  background: #4e566d;
}
.site-header .str-nav .group-search input[type="image"] {
  line-height: 26px;
  width: 43px;
  height: 26px;
  padding: 5px 15px 5px 12px;
  vertical-align: top;
  background-position: center;
  background-size: 100%;
}
.site-header .str-nav .group-search input[type="image"]:hover, .site-header .str-nav .group-search input[type="image"]:focus, .site-header .str-nav .group-search input[type="image"]:active {
  opacity: .8;
  outline: none;
}
.site-header .str-nav .group-search.is-open fieldset {
  padding: 0 0 0 22px;
}
.site-header .str-nav .group-search.is-open .search-box {
  width: 75px;
  outline: none;
}

/* -----------------------------------------------
 * Structure: Main Visual
** -------------------------------------------- */
.content-visual {
  width: 100%;
}
.content-visual .str-outer.on-normal {
  min-height: 380px;
  margin: 0 auto 36px;
  background-color: #222634;
  background-repeat: no-repeat;
  background-position: center 0;
}
.content-visual .str-outer.on-nallow {
  margin: 0 auto;
  padding: 0 90px;
}
.content-visual .str-outer.on-nallow > .str-inner {
  max-width: 740px;
}
.content-visual .str-outer.on-category {
  min-height: 460px;
  margin: 0 auto;
  background-color: #e5e5e5;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.content-visual .str-outer.on-category > .str-inner {
  height: 460px;
}
.content-visual .str-inner {
  display: table;
  width: 100%;
}

/**
 * .content-visual .text
 **/
.content-visual .text {
  display: table-cell;
  height: 100%;
  table-layout: fixed;
  vertical-align: middle;
}
.content-visual .text .hdg {
  font-size: 52px;
  font-size: 5.2rem;
  line-height: 1.19231;
  letter-spacing: .046em;
}
.content-visual .text .hdg .title {
  font-size: 52px;
  font-size: 5.2rem;
  line-height: 1.19231;
  display: block;
  color: #333b41;
}
.content-visual .text .hdg .title + .sub {
  font-weight: 500;
  margin: 10px 0 0 0;
  color: #5c6267;
}
.content-visual .text .hdg .sub {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.625;
  display: block;
  margin: 0 0 18px 3px;
  letter-spacing: .062em;
  color: #434a50;
  font-weight: 400;
}
.content-visual .text .hdg .sub + .title {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.27778;
}

/**
 * .content-visual .lead
 **/
.content-visual .lead {
  margin-top: 34px;
  margin-bottom: 0;
  letter-spacing: .07em;
}
.content-visual .str-outer .lead::before {
  display: inline-block;
  width: 66px;
  height: 1px;
  margin-right: 10px;
  content: "";
  vertical-align: middle;
  background-color: #5c6267;
}
.content-visual .str-outer .lead.no-dash::before {
  display: none;
}

/**
 * on-category-business-strategy
 **/
.content-visual .str-outer.on-category-business-strategy {
  min-height: 308px;
  background: #ffffff;
}
.content-visual .str-outer.on-category-business-strategy .str-inner {
  height: 308px;
}
.content-visual .str-outer.on-category-business-strategy .text .hdg {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.27778;
  margin-top: 12px;
}
.content-visual .str-outer.on-category-business-strategy .text .lead {
  margin-top: 20px;
}

/**
 * .on-visual-seminar-index
 **/
.content-visual .on-visual-seminar-index {
  background-image: url(/seminars/images/index-keyvisual_01.jpg);
}

/**
 * .on-visual-ir-index
 **/
.content-visual .on-visual-ir-index {
  background-image: url(/ir/images/index-keyvisual_01.jpg);
}

/**
 * .on-visual-solution-legal-intelligence-consulting
 **/
.content-visual .on-visual-solution-legal-intelligence-consulting {
  background-image: url(/solution/legal-intelligence/images/consulting-keyvisual_01.jpg);
}
.content-visual .on-visual-solution-legal-intelligence-consulting .hdg {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.38889;
  color: #ffffff;
}

/**
 * .content-visual .title,
 .content-visual .sub
 **/
.content-visual .on-visual-seminar-index .str-inner .text .hdg .title,
.content-visual .on-visual-ir-index .str-inner .text .hdg .title {
  color: #f5f5f5;
}
.content-visual .on-visual-seminar-index .str-inner .text .hdg .sub,
.content-visual .on-visual-ir-index .str-inner .text .hdg .sub {
  color: #f5f5f5;
}

/**
 * .content-visual .title,
 * .content-visual .sub
 **/
.content-visual .on-category.on-visual-kibit-index,
.content-visual .on-category.on-visual-kibit-future,
.content-visual .on-category.on-visual-kibit-hallmarks {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.content-visual .on-category.on-visual-kibit-index .str-inner,
.content-visual .on-category.on-visual-kibit-future .str-inner,
.content-visual .on-category.on-visual-kibit-hallmarks .str-inner {
  text-align: center;
  display: table;
}
.content-visual .on-category.on-visual-kibit-index .hdg,
.content-visual .on-category.on-visual-kibit-future .hdg,
.content-visual .on-category.on-visual-kibit-hallmarks .hdg {
  display: table-cell;
  vertical-align: middle;
}
.content-visual .on-category.on-visual-kibit-index .hdg > .title + .sub,
.content-visual .on-category.on-visual-kibit-future .hdg > .title + .sub,
.content-visual .on-category.on-visual-kibit-hallmarks .hdg > .title + .sub {
  display: block;
  margin: 46px 0 0 0;
  font-size: 32px;
  font-size: 3.2rem;
  color: #ffffff;
}
.content-visual .on-category.on-visual-kibit-index {
  background-image: url(/kibit/images/kibit-keyvisual_01.jpg);
}
.content-visual .on-category.on-visual-kibit-future {
  background-image: url(/kibit/images/kibit-keyvisual_02.jpg);
}
.content-visual .on-category.on-visual-kibit-hallmarks {
  background-image: url(/kibit/images/kibit-keyvisual_03.jpg);
}
.content-visual .on-category.on-visual-kibit-hallmarks-bi {
  background-image: url(/kibit/images/bi-keyvisual_01.jpg);
}
.content-visual .on-category.on-visual-kibit-hallmarks-bi .str-inner {
  padding-top: 138px;
}
.content-visual .on-category.on-visual-kibit-hallmarks-bi .title .title {
  color: #f5f5f5;
  font-size: 5.2rem;
}
.content-visual .on-category.on-visual-kibit-hallmarks-bi .lead {
  margin-top: 0;
  color: #f5f5f5;
}
.content-visual .on-category.on-visual-kibit-hallmarks-bi .lead:before {
  background-color: #f5f5f5;
}

[lang="en"] .content-visual .on-category.on-visual-kibit-hallmarks-bi .title .title {
  line-height: 1.3;
}

/**
 * .on-visual-services
 **/
.content-visual .str-outer.on-visual-services-index .hdg .title, .content-visual .str-outer.on-visual-services-personal .hdg .title, .content-visual .str-outer.on-visual-services-business .hdg .title, .content-visual .str-outer.on-visual-services-tools .hdg .title, .content-visual .str-outer.on-visual-services-training .hdg .title,
.content-visual .str-outer.on-visual-services-index .hdg .sub,
.content-visual .str-outer.on-visual-services-personal .hdg .sub,
.content-visual .str-outer.on-visual-services-business .hdg .sub,
.content-visual .str-outer.on-visual-services-tools .hdg .sub,
.content-visual .str-outer.on-visual-services-training .hdg .sub {
  color: #f5f5f5;
}
.content-visual .str-outer.on-visual-services-index .lead, .content-visual .str-outer.on-visual-services-personal .lead, .content-visual .str-outer.on-visual-services-business .lead, .content-visual .str-outer.on-visual-services-tools .lead, .content-visual .str-outer.on-visual-services-training .lead {
  color: #f5f5f5;
}
.content-visual .str-outer.on-visual-services-index .lead::before, .content-visual .str-outer.on-visual-services-personal .lead::before, .content-visual .str-outer.on-visual-services-business .lead::before, .content-visual .str-outer.on-visual-services-tools .lead::before, .content-visual .str-outer.on-visual-services-training .lead::before {
  background-color: #f5f5f5;
}
.content-visual .str-outer.on-visual-services-index {
  background-image: url(/services/images/index-keyvisual_01.jpg);
}
.content-visual .str-outer.on-visual-services-personal {
  background-image: url(/services/personal/images/index-keyvisual_01.jpg);
}
.content-visual .str-outer.on-visual-services-business {
  background-image: url(/services/business/images/index-keyvisual_01.jpg);
}
.content-visual .str-outer.on-visual-services-tools {
  background-image: url(/services/tools/images/index-keyvisual_01.jpg);
}
.content-visual .str-outer.on-visual-services-training {
  background-image: url(/services/training/images/index-keyvisual_01.jpg);
}

/**
 * .on-visual-resources
**/
.str-outer.on-visual-resources {
  background-image: url(/global/resources/images/index-keyvisual_01.jpg);
}
.str-outer.on-visual-resources .str-inner .text .hdg .title {
  color: #f5f5f5;
}
.str-outer.on-visual-resources .str-inner .text .hdg .sub {
  color: #f5f5f5;
}

/* -----------------------------------------------
 * Structure: Content
** -------------------------------------------- */
/**
 * .site-content
**/
.site-content {
  position: relative;
  z-index: 1;
}

/**
 * .content-head
**/
.content-head {
  width: 100%;
  background: #f2f2f4;
}

.content-head #nav-location {
  font-size: 12px;
  font-size: 1.2rem;
  min-width: 1160px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  background: #f2f2f4;
}
.content-head #nav-location > * {
  position: relative;
  z-index: 2;
}
.content-head #nav-location > a {
  text-decoration: underline;
  color: #43484c;
}
.content-head #nav-location > a:hover, .content-head #nav-location > a:focus, .content-head #nav-location > a:active {
  text-decoration: none;
  color: #0062b2;
}
.content-head #nav-location > a,
.content-head #nav-location > em {
  line-height: 50px;
  position: relative;
  display: inline;
  padding: 0 0 0 24px;
  letter-spacing: .08em;
}
.content-head #nav-location > a:first-child,
.content-head #nav-location > em:first-child {
  padding: 0;
}
.content-head #nav-location > a:first-child:before,
.content-head #nav-location > em:first-child:before {
  display: none;
}
.content-head #nav-location > a:before,
.content-head #nav-location > em:before {
  position: absolute;
  top: .5833em;
  left: 11px;
  display: block;
  width: 5px;
  height: 5px;
  margin: -2px 0 0;
  content: "";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 1px solid #a1a4a7;
  border-right: 1px solid #a1a4a7;
}
.content-head #nav-location > em {
  font-weight: normal;
  color: #9b9ea1;
}

/**
 * .content-body
**/
.content-body {
  padding: 80px 0 0;
}
.content-body .str-outer {
  background: #ffffff;
  padding-bottom: 80px;
}
.content-body .str-outer:not(:first-child) {
  padding-top: 80px;
  margin-top: -80px;
  margin-bottom: 0;
}
.content-body .str-outer:not([class*="on-fill-"]) + .str-outer:not([class*="on-fill-"]) {
  padding-top: 0;
}
.content-body .str-outer:first-child[class*="on-fill-"] {
  padding-top: 80px;
  margin-top: -80px;
}
.content-body .str-outer:last-child .region-main > *:last-child,
.content-body .str-outer:last-child .region-aside > *:last-child {
  margin-bottom: 0;
}
.content-body .str-outer.on-normal {
  margin-left: auto;
  margin-right: auto;
  padding-left: 90px;
  padding-right: 90px;
}
.content-body .str-outer.on-normal > .str-inner {
  max-width: 1100px;
}
.content-body .str-outer.on-nallow {
  margin-left: auto;
  margin-right: auto;
  padding-left: 90px;
  padding-right: 90px;
}
.content-body .str-outer.on-nallow > .str-inner {
  max-width: 740px;
}
.content-body .str-outer.heading-line {
  margin-bottom: 120px;
  padding-bottom: 35px;
  border-bottom: 1px solid #abadb1;
}
.content-body .str-outer.heading-line .str-inner > * {
  margin: 0;
}
.content-body .str-outer.heading-line.on-normal {
  max-width: none;
}
.content-body .str-outer.heading-line.on-normal .str-inner {
  max-width: 1100px;
}
.content-body .str-outer.segment-line {
  margin-bottom: 160px;
  padding-bottom: 25px;
  border-bottom: 1px solid #c2cbd3;
}
.content-body .str-outer.segment-line .str-inner > * {
  margin: 0;
}
.content-body .str-inner {
  display: table;
  width: 100%;
  max-width: none;
  table-layout: fixed;
}
.content-body .region-main,
.content-body .region-aside {
  display: table-cell;
  vertical-align: top;
}
.content-body .region-main > [class*="heading-"]:first-child,
.content-body .region-aside > [class*="heading-"]:first-child {
  margin-top: 0;
}
.content-body .region-main > *:last-child,
.content-body .region-aside > *:last-child {
  margin-bottom: 80px;
}
.content-body .region-main {
  width: 100%;
}
.content-body .region-aside {
  width: 360px;
  min-width: 360px;
  max-width: 360px;
  padding: 0 0 0 120px;
}
.content-body .region-aside > *:first-child {
  margin-top: 0;
}

/**
 * .content-foot
**/
.content-foot {
  font-size: 15px;
  font-size: 1.5rem;
  min-height: 320px;
  background: #f2f2f4;
  min-width: 1160px;
}
.content-foot .str-outer.on-normal {
  max-width: 1280px;
  margin: 0 auto;
  padding: 45px 90px 65px;
}
.content-foot .str-outer.on-nallow {
  margin: 0 auto;
  padding: 45px 90px 65px;
}
.content-foot .str-outer.on-nallow > .str-inner {
  max-width: 740px;
}
.content-foot .str-inner > [class*="heading-"]:first-child {
  margin-top: 0;
}
.content-foot .str-inner > *:last-child {
  margin-bottom: 0;
}
.content-foot .region-main > [class*="heading-"]:first-child {
  margin-top: 0;
}

/**
 * .content-body.str-outer
 * .content-foot.str-outer
**/
.content-body .str-outer[class*="on-fill-"],
.content-foot .str-outer[class*="on-fill-"] {
  max-width: none;
}
.content-body .str-outer[class*="on-fill-"].on-normal .str-inner,
.content-foot .str-outer[class*="on-fill-"].on-normal .str-inner {
  max-width: 1100px;
}
.content-body .str-outer[class*="on-fill-"].on-nallow .str-inner,
.content-foot .str-outer[class*="on-fill-"].on-nallow .str-inner {
  max-width: 740px;
}
.content-body .str-outer.on-fill-01,
.content-foot .str-outer.on-fill-01 {
  background-color: #f2f2f4;
}
.content-body .str-outer.on-fill-02,
.content-foot .str-outer.on-fill-02 {
  background-color: #e4ebf1;
}
.content-body .str-outer.on-fill-03,
.content-foot .str-outer.on-fill-03 {
  background-color: #dee0e3;
}
.content-body .str-outer.on-fill-04,
.content-foot .str-outer.on-fill-04 {
  background-color: #e6e6e9;
}
.content-body .str-outer.on-fill-05,
.content-foot .str-outer.on-fill-05 {
  background-color: #ffffff;
}

/*
 * Structure: Content: Subcolumn
** -------------------------------------------- */
/**
 * .local-idx
**/
.local-idx,
.local-link-list-01 {
  float: right;
  width: 360px;
  margin-top: 80px;
  padding: 0 0 0 120px;
}

/**
 * .local-idx .nav-content
**/
.local-idx .nav-content a {
  text-decoration: none;
}
.local-idx .nav-content .heading {
  display: block;
  width: 100%;
  margin: 0 0 15px;
  border-top: 1px solid #8a9498;
  border-bottom: 1px solid #dbe0e3;
}
.local-idx .nav-content .heading .text {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  display: block;
  width: 100%;
  padding: 25px 11px 0;
  letter-spacing: .046em;
  color: #434a50;
}
.local-idx .nav-content .heading .text + .category {
  padding: 16px 11px 25px;
}
.local-idx .nav-content .heading .category {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1;
  display: block;
  padding: 39px 18px;
  letter-spacing: .024em;
  color: #333b41;
}
.local-idx .nav-content .heading > a,
.local-idx .nav-content .heading > .no-link {
  font-weight: 500;
  position: relative;
  display: block;
  width: 100%;
  color: #333b41;
}
.local-idx .nav-content .heading > a:hover, .local-idx .nav-content .heading > a:focus, .local-idx .nav-content .heading > a:active,
.local-idx .nav-content .heading > .no-link:hover,
.local-idx .nav-content .heading > .no-link:focus,
.local-idx .nav-content .heading > .no-link:active {
  color: #0062b2;
}
.local-idx .nav-content .heading > a:hover .text,
.local-idx .nav-content .heading > a:hover .category, .local-idx .nav-content .heading > a:focus .text,
.local-idx .nav-content .heading > a:focus .category, .local-idx .nav-content .heading > a:active .text,
.local-idx .nav-content .heading > a:active .category,
.local-idx .nav-content .heading > .no-link:hover .text,
.local-idx .nav-content .heading > .no-link:hover .category,
.local-idx .nav-content .heading > .no-link:focus .text,
.local-idx .nav-content .heading > .no-link:focus .category,
.local-idx .nav-content .heading > .no-link:active .text,
.local-idx .nav-content .heading > .no-link:active .category {
  color: #0062b2;
}
.local-idx .nav-content .nav > li > span > a {
  font-weight: 500;
  line-height: 1.8;
  position: relative;
  display: block;
  padding: 10px 0 9px 21px;
}
.local-idx .nav-content .nav > li.selected:not(.has-child) > span > a {
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
  display: block;
  color: #9b9ea1;
}
.local-idx .nav-content .nav > li.selected:not(.has-child) > span > a:before {
  position: absolute;
  top: 1.4em;
  left: 6px;
  display: inline-block;
  width: 6px;
  height: 6px;
  content: "";
  border-radius: 50%;
  background: #0062b2;
}
.local-idx .nav-content .nav > li.has-child.selected > span > a {
  font-weight: 700;
}
.local-idx .nav-content .nav > li.has-child.selected > span > a:before {
  display: none;
}
.local-idx .nav-content .inner {
  font-weight: 500;
  margin: 0 0 4px;
}
.local-idx .nav-content .inner > li > a {
  font-size: 12px;
  font-size: 1.2rem;
  position: relative;
  display: block;
  padding: 7px 0 3px 41px;
  color: #43484c;
}
.local-idx .nav-content .inner > li > a:hover, .local-idx .nav-content .inner > li > a:focus, .local-idx .nav-content .inner > li > a:active {
  color: #0062b2;
}
.local-idx .nav-content .inner > li.selected > a {
  color: #9b9ea1;
}
.local-idx .nav-content .inner > li.selected > a:before {
  position: absolute;
  top: 1.5em;
  left: 30px;
  display: inline-block;
  width: 6px;
  height: 6px;
  content: "";
  border-radius: 50%;
  background: #0062b2;
}

/**
 * .local-link-list-01 .nav-content
**/
.local-link-list-01 .nav-content {
  font-weight: 400;
}
.local-link-list-01 .nav-content a {
  text-decoration: none;
}
.local-link-list-01 .nav-content .heading {
  display: block;
  width: 100%;
  margin: 0;
  border-top: 1px solid #8a9498;
  border-bottom: 1px solid #dbe0e3;
}
.local-link-list-01 .nav-content .heading > a,
.local-link-list-01 .nav-content .heading > .no-link {
  position: relative;
  display: block;
  width: 100%;
  color: #333b41;
}
.local-link-list-01 .nav-content .heading .text {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  display: block;
  width: 100%;
  padding: 25px 10px 0;
}
.local-link-list-01 .nav-content .heading .text + .category {
  padding: 16px 10px 25px;
}
.local-link-list-01 .nav-content .heading .category {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1;
  display: block;
  padding: 39px 11px;
}
.local-link-list-01 .nav-content .nav > li {
  position: relative;
}
.local-link-list-01 .nav-content .nav > li:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: url(/common/images/bg-dot_01.png) repeat-x left center;
}
.local-link-list-01 .nav-content .nav > li > span > a {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.63636;
  position: relative;
  display: block;
  padding: 17px 16px 20px 20px;
  color: #43484c;
}
.local-link-list-01 .nav-content .nav > li > span > a:hover, .local-link-list-01 .nav-content .nav > li > span > a:focus, .local-link-list-01 .nav-content .nav > li > span > a:active {
  color: #0062b2;
}
.local-link-list-01 .nav-content .nav > li.selected > span > a {
  color: #9b9ea1;
}
.local-link-list-01 .nav-content .nav > li.selected > span > a:before {
  position: absolute;
  top: 2em;
  left: 7px;
  display: inline-block;
  width: 6px;
  height: 6px;
  content: "";
  border-radius: 50%;
  background: #0062b2;
}

/**
 * .local-bnr-list-01
**/
.local-bnr-list-01 li {
  margin: 0 0 20px 0;
}
.local-bnr-list-01 li:last-child {
  margin-bottom: 0;
}
.local-bnr-list-01 li a:hover img, .local-bnr-list-01 li a:focus img, .local-bnr-list-01 li a:active img {
  opacity: .8;
}

/**
 * .nav-local-foot-01
**/
.nav-local-foot-01, .nav-local-foot-training-01 {
  display: table;
  width: 100%;
  max-width: 1280px;
  margin: 0;
  padding: 30px 0 14px;
  table-layout: auto;
}
.nav-local-foot-01 li, .nav-local-foot-training-01 li {
  word-break: normal;
}
.nav-local-foot-01 > *, .nav-local-foot-training-01 > * {
  display: table-cell;
  vertical-align: top;
}
.nav-local-foot-01 > * + *, .nav-local-foot-training-01 > * + * {
  border-left: 1px solid #8a9498;
}
.nav-local-foot-01 > .title, .nav-local-foot-training-01 > .title {
  box-sizing: border-box;
  width: 204px;
  padding: 6px 20px 0 2px;
}
.nav-local-foot-01 > .title > *, .nav-local-foot-training-01 > .title > * {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4375;
  letter-spacing: .06em;
}
.nav-local-foot-01 > .list, .nav-local-foot-training-01 > .list {
  padding-left: 45px;
}
.nav-local-foot-01 > .list > .link, .nav-local-foot-training-01 > .list > .link {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.76923;
  font-weight: 500;
  margin: -30px 0 0;
  padding: 3px 0 0 0;
}
.nav-local-foot-01 > .list > .link > li, .nav-local-foot-training-01 > .list > .link > li {
  float: left;
  width: 25%;
  margin-top: 30px;
  padding-left: 10px;
}
.nav-local-foot-01 > .list > .link a, .nav-local-foot-training-01 > .list > .link a {
  letter-spacing: .05em;
}
.nav-local-foot-01 > .list > .link a.selected, .nav-local-foot-training-01 > .list > .link a.selected {
  text-decoration: none;
  color: #9b9ea1;
}
.nav-local-foot-01 > .list > .link a.selected:hover, .nav-local-foot-training-01 > .list > .link a.selected:hover, .nav-local-foot-01 > .list > .link a.selected:focus, .nav-local-foot-training-01 > .list > .link a.selected:focus, .nav-local-foot-01 > .list > .link a.selected:active, .nav-local-foot-training-01 > .list > .link a.selected:active {
  color: #9b9ea1;
}
.nav-local-foot-01.col3 > .list > .link > li, .col3.nav-local-foot-training-01 > .list > .link > li {
  width: 33.33%;
}
.nav-local-foot-01.col3 > .list > .link > li:nth-child(3n+1), .col3.nav-local-foot-training-01 > .list > .link > li:nth-child(3n+1) {
  clear: both;
}
.nav-local-foot-01.col4 > .list > .link > li, .col4.nav-local-foot-training-01 > .list > .link > li {
  width: 25%;
}
.nav-local-foot-01.col4 > .list > .link > li:nth-child(4n+1), .col4.nav-local-foot-training-01 > .list > .link > li:nth-child(4n+1) {
  clear: both;
}

/**
 * .nav-local-foot-training-01
**/
.nav-local-foot-training-01::after {
  display: block;
  float: right;
  height: 100%;
  min-height: 121px;
  content: "";
}
.nav-local-foot-training-01 > .title[class*="training-"] {
  position: relative;
  width: 110px;
  background: transparent 0 0 no-repeat;
}
.nav-local-foot-training-01 > .title[class*="training-"].training-01 {
  background-image: url(/services/training/images/icon-training_01-01.png);
}
.nav-local-foot-training-01 > .title[class*="training-"].training-02 {
  background-image: url(/services/training/images/icon-training_02-01.png);
}
.nav-local-foot-training-01 > .title[class*="training-"].training-03 {
  background-image: url(/services/training/images/icon-training_03-01.png);
}
.nav-local-foot-training-01 > .title[class*="training-"] .label {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 90px;
  height: 100px;
  text-align: center;
  color: #ffffff;
}
.nav-local-foot-training-01 > .title[class*="training-"] .sup {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 200;
  line-height: 1.2;
  display: block;
  margin: 9px 0;
  letter-spacing: -.0012em;
}
.nav-local-foot-training-01 > .title[class*="training-"] .hdg {
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: 200;
  line-height: 1.2;
  display: block;
  margin: 14px 0;
}

/* -----------------------------------------------
 * Structure: Footer
** -------------------------------------------- */
/**
 * .site-footer
**/
.site-footer {
  position: relative;
  z-index: 0;
  clear: both;
  width: 100%;
  min-width: 1160px;
}
.site-footer .str-outer {
  padding-right: 90px;
  padding-left: 90px;
}

/**
 * .site-footer .str-pagetop
**/
.site-footer .str-pagetop {
  position: fixed;
  z-index: 5;
  right: 10px;
  bottom: 0;
  height: 90px;
  margin: 0;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  text-align: right;
  opacity: 1;
}
.site-footer .str-pagetop.on-footer {
  position: absolute;
  top: -80px;
}
.site-footer .str-pagetop .btn-pagetop {
  display: inline-block;
  overflow: hidden;
  width: 70px;
  height: 70px;
  text-align: center;
  border-radius: 50%;
  background: #2a3336;
}
.site-footer .str-pagetop .btn-pagetop svg {
  margin-top: 20px;
}
.site-footer .str-pagetop .btn-pagetop svg > * {
  -webkit-transition: fill .2s ease;
  -moz-transition: fill .2s ease;
  -ms-transition: fill .2s ease;
  transition: fill .2s ease;
  fill: #b1b4b5;
}
.site-footer .str-pagetop .btn-pagetop:hover svg *, .site-footer .str-pagetop .btn-pagetop:focus svg * {
  fill: #ffffff;
}

.js-on .site-footer {
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  transition: all .2s ease;
}
.js-on .site-footer.is-active {
  z-index: 2;
}
.js-on .site-footer.is-active .str-pagetop {
  z-index: 5;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.js-on .str-pagetop {
  z-index: -1;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 0;
}

/**
 * .site-footer .str-nav
**/
.site-footer .str-nav {
  z-index: 1;
  background: #39464c;
}
.site-footer .str-nav .str-inner {
  padding-top: 63px;
  padding-bottom: 67px;
}
.site-footer .str-nav .list {
  font-size: 13px;
  font-size: 1.3rem;
  margin: 0;
}
.site-footer .str-nav .list > li {
  float: left;
  padding-right: 20px;
  color: #ffffff;
}
.site-footer .str-nav .list > li > a {
  display: block;
  text-decoration: none;
  letter-spacing: .06em;
  color: #ffffff;
}
.site-footer .str-nav .list > li > a:hover, .site-footer .str-nav .list > li > a:focus, .site-footer .str-nav .list > li > a:active {
  color: #fff100;
}
.site-footer .str-nav .list > li.group-kibit {
  width: 15.55%;
}
.site-footer .str-nav .list > li.group-solution {
  width: 18.3%;
}
.site-footer .str-nav .list > li.group-service {
  width: 21%;
}
.site-footer .str-nav .list > li.group-corporate {
  width: 18%;
}
.site-footer .str-nav .list > li.group-ir {
  width: 16.3%;
}
.site-footer .str-nav .list > li.group-single {
  width: 10.85%;
  padding-right: 0;
}
.site-footer .str-nav .list > li.group-single .child {
  font-size: 13px;
  font-size: 1.3rem;
  margin-top: 0;
  border-left: 1px solid #616b70;
}
.site-footer .str-nav .list > li.group-single .child > li {
  margin-bottom: 5px;
}
.site-footer .str-nav .list > li.group-single .child > li > a {
  display: block;
  padding: 7px 0 9px 33px;
  text-decoration: none;
  color: #ffffff;
}
.site-footer .str-nav .list > li.group-single .child > li > a:hover, .site-footer .str-nav .list > li.group-single .child > li > a:focus, .site-footer .str-nav .list > li.group-single .child > li > a:active {
  color: #fff100;
}
.site-footer .str-nav .child {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.45;
  margin: 7px 0 0;
  margin-top: 7px;
}
.site-footer .str-nav .child > li > a {
  display: block;
  padding: 8px 0 9px;
  text-decoration: none;
  letter-spacing: .06em;
  color: #bdbdbd;
}
.site-footer .str-nav .child > li > a:hover, .site-footer .str-nav .child > li > a:focus, .site-footer .str-nav .child > li > a:active {
  color: #ffffff;
}

/**
 * .site-footer .str-util
**/
.site-footer .str-util {
  position: relative;
  z-index: 2;
  min-height: 42px;
  background: #39464c;
}
.site-footer .str-util a {
  text-decoration: none;
  color: #bdbdbd;
}
.site-footer .str-util .group-util-lang .list {
  margin: 0;
}

/**
 * .site-footer .str-info
**/
.site-footer .str-info {
  font-size: 11px;
  font-size: 1.1rem;
  background: #283135;
}
.site-footer .str-info .lyt-reverse {
  display: table;
  width: 100%;
  direction: rtl;
}
.site-footer .str-info .lyt-reverse .col {
  display: table-cell;
  vertical-align: top;
  direction: ltr;
}
.site-footer .str-info .list {
  margin: 0;
  text-align: right;
}
.site-footer .str-info .list > li {
  display: inline-block;
}
.site-footer .str-info .list > li > a {
  display: inline-block;
  padding: 6px 0 6px 30px;
  text-decoration: none;
  letter-spacing: .105em;
  color: #b1b9be;
}
.site-footer .str-info .list > li > a:hover, .site-footer .str-info .list > li > a:focus, .site-footer .str-info .list > li > a:active {
  color: #ffffff;
}
.site-footer .str-info .copyright {
  margin: 0;
  padding: 6px 0;
  letter-spacing: .08em;
  opacity: .2;
  color: #ffffff;
}
.site-footer .str-info .copyright small {
  font-size: 11px;
  font-size: 1.1rem;
}

/**
 * .site-footer .str-util
**/
/**
 * .site-footer .group-util-lang
**/
.site-footer .group-util-lang {
  float: left;
}

/**
 * .site-footer .group-util-nav
**/
.site-footer .group-util-nav {
  float: right;
}
.site-footer .group-util-nav .list {
  margin: 0;
}
.site-footer .group-util-nav .list > li {
  float: left;
  margin: 0 0 0 19px;
}
.site-footer .group-util-nav .list > li > a {
  display: block;
}
.site-footer .group-util-nav .list > li > a:hover img, .site-footer .group-util-nav .list > li > a:focus img, .site-footer .group-util-nav .list > li > a:active img {
  opacity: 1;
}
.site-footer .group-util-nav .list > li > a img {
  -webkit-transition: all .2s ease;
  -ms-transition: all .2s ease;
  transition: all .2s ease;
  opacity: .8;
}

/**
 * .site-footer .group-util-lang
 * .site-header .group-util-lang
**/
.site-header .group-util-lang,
.site-footer .group-util-lang {
  font-size: 13px;
  font-size: 1.3rem;
  font-family: "Inconsolata", sans-serif;
  font-weight: 400;
}
.site-header .group-util-lang a,
.site-footer .group-util-lang a {
  color: #bdbdbd;
}
.site-header .group-util-lang a,
.site-header .group-util-lang button,
.site-footer .group-util-lang a,
.site-footer .group-util-lang button {
  letter-spacing: .084em;
}
.site-header .group-util-lang .list,
.site-footer .group-util-lang .list {
  color: #bdbdbd;
}
.site-header .group-util-lang .list > li,
.site-footer .group-util-lang .list > li {
  line-height: 1.4;
  float: left;
}
.site-header .group-util-lang .list > li > a,
.site-footer .group-util-lang .list > li > a {
  display: block;
  padding: 10px 0 18px 0;
  text-decoration: underline;
}
.site-header .group-util-lang .list > li > a:hover, .site-header .group-util-lang .list > li > a:focus, .site-header .group-util-lang .list > li > a:active,
.site-footer .group-util-lang .list > li > a:hover,
.site-footer .group-util-lang .list > li > a:focus,
.site-footer .group-util-lang .list > li > a:active {
  text-decoration: none;
  color: #ffffff;
}
.site-header .group-util-lang .list > li > a .icon-window-01,
.site-footer .group-util-lang .list > li > a .icon-window-01 {
  margin: 0 9px 0 3px;
}
.site-header .group-util-lang .lang-switcher,
.site-footer .group-util-lang .lang-switcher {
  position: relative;
  width: 82px;
}
.site-header .group-util-lang .lang-switcher button > span,
.site-footer .group-util-lang .lang-switcher button > span {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  text-decoration: underline;
}
.site-header .group-util-lang .lang-switcher button > span:after,
.site-footer .group-util-lang .lang-switcher button > span:after {
  position: relative;
  z-index: 10;
  display: inline-block;
  margin: .4em 0 0 8px;
  content: "";
  border-top: 6px solid #6f757e;
  border-right: 4px solid transparent;
  border-bottom: 0 solid transparent;
  border-left: 4px solid transparent;
}
.site-header .group-util-lang .lang-switcher .current,
.site-footer .group-util-lang .lang-switcher .current {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0;
  padding: 9px 0 9px 9px;
  cursor: pointer;
  text-align: left;
  color: #bdbdbd;
  border: 0;
  background: transparent;
}
.site-header .group-util-lang .lang-switcher .current img,
.site-footer .group-util-lang .lang-switcher .current img {
  margin: 1px 5px 0 2px;
}
.site-header .group-util-lang .lang-switcher .items,
.site-footer .group-util-lang .lang-switcher .items {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  padding: 0 9px;
  border-radius: 3px;
  background: #d7dadb;
}
.js-on .site-header .group-util-lang .lang-switcher .items, .js-on
.site-footer .group-util-lang .lang-switcher .items {
  display: none;
}
.site-header .group-util-lang .lang-switcher .list-child,
.site-footer .group-util-lang .lang-switcher .list-child {
  margin: 0;
}
.site-header .group-util-lang .lang-switcher .list-child > li > a,
.site-footer .group-util-lang .lang-switcher .list-child > li > a {
  display: block;
  padding: 10px 0 9px;
  color: #333333;
}
.site-header .group-util-lang .lang-switcher .list-child > li > a:hover, .site-header .group-util-lang .lang-switcher .list-child > li > a:focus, .site-header .group-util-lang .lang-switcher .list-child > li > a:active,
.site-footer .group-util-lang .lang-switcher .list-child > li > a:hover,
.site-footer .group-util-lang .lang-switcher .list-child > li > a:focus,
.site-footer .group-util-lang .lang-switcher .list-child > li > a:active {
  color: #0062b2;
}
.site-header .group-util-lang .lang-switcher .list-child > li > a img,
.site-footer .group-util-lang .lang-switcher .list-child > li > a img {
  margin: 1px 5px 0 0;
}
.site-header .group-util-lang .lang-switcher .list-child > li:last-child a,
.site-footer .group-util-lang .lang-switcher .list-child > li:last-child a {
  position: relative;
  vertical-align: middle;
}
.site-header .group-util-lang .lang-switcher .list-child > li:last-child a:after,
.site-footer .group-util-lang .lang-switcher .list-child > li:last-child a:after {
  position: relative;
  z-index: 10;
  display: inline-block;
  margin: .4em 0 0 7px;
  content: "";
  border-top: 6px solid #a8acb1;
  border-right: 4px solid transparent;
  border-bottom: 0 solid transparent;
  border-left: 4px solid transparent;
}

/* ===============================================
 * Module
** ============================================ */
/* -----------------------------------------------
 * Module: Heading
** -------------------------------------------- */
/**
 * %extend-box
**/
.heading-01-01, .heading-01-02, .heading-02-01, .heading-02-02, .heading-02-03, .heading-02-04, .heading-02-05, .heading-03-01, .heading-03-02, .heading-03-03, .heading-04-01, .heading-04-02, .heading-04-03, .heading-seminar-01, .heading-library-01, .content-foot .heading-foot-01, .str-outer.unq-article .comp-article-head-01 .heading {
  font-weight: 500;
  letter-spacing: .046em;
}

[class*="heading-"] + [class*="heading-"] {
  margin-top: 26px;
}

/**
 * .heading-01-01
**/
.heading-01-01 {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.11111;
  margin: 60px 0 29px 0;
  color: #333b41;
}
.heading-01-01.training, .heading-01-01.training-01, .heading-01-01.training-02, .heading-01-01.training-03 {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.14286;
  font-weight: 500;
  position: relative;
  min-height: 121px;
  margin: 36px 0 40px;
  padding: 6px 0 12px 110px;
  letter-spacing: .02em;
  border-bottom: #abadb1 1px solid;
}
.heading-01-01.training .label, .heading-01-01.training-01 .label, .heading-01-01.training-02 .label, .heading-01-01.training-03 .label {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 90px;
  height: 100px;
  text-align: center;
  color: #ffffff;
}
.heading-01-01.training .sup, .heading-01-01.training-01 .sup, .heading-01-01.training-02 .sup, .heading-01-01.training-03 .sup {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 200;
  line-height: 1.2;
  display: block;
  margin: 9px 0;
  letter-spacing: -.0012em;
}
.heading-01-01.training .hdg, .heading-01-01.training-01 .hdg, .heading-01-01.training-02 .hdg, .heading-01-01.training-03 .hdg {
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: 200;
  line-height: 1.2;
  display: block;
  margin: 14px 0;
}
.heading-01-01.training, .heading-01-01.training-01 {
  background: url(/services/training/images/icon-training_01-01.png) no-repeat;
}
.heading-01-01.training .sup, .heading-01-01.training-01 .sup {
  letter-spacing: .03em;
}
.heading-01-01.training-02 {
  background: url(/services/training/images/icon-training_02-01.png) no-repeat;
}
.heading-01-01.training-02 .sup {
  letter-spacing: .03em;
}
.heading-01-01.training-03 {
  background: url(/services/training/images/icon-training_03-01.png) no-repeat;
}
.heading-01-01.training-03 .sup {
  letter-spacing: .084em;
}
.heading-01-01 img {
  position: absolute;
  top: 0;
  left: 0;
}

/**
 * .heading-01-02
**/
.heading-01-02 {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.35714;
  margin: 60px 0 35px 0;
  color: #333b41;
}
.heading-01-02 .sub {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.55556;
  display: block;
  margin: 19px 0 0 0;
  padding: 24px 0 0 0;
  color: #6d757b;
  border-top: #abadb1 1px solid;
}

/**
 * .heading-02-01
**/
.heading-02-01 {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.35714;
  margin: 55px 0 26px 0;
  color: #333b41;
}

/**
 * .heading-02-02
**/
.heading-02-02 {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.35714;
  margin: 55px 0 26px 0;
  letter-spacing: 3px;
  color: #333b41;
}
.heading-02-02 .sub {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.55556;
  display: block;
  padding: 0 0 5px 0;
  color: #6d757b;
}

/**
 * .heading-02-03
**/
.heading-02-03 {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.35714;
  margin: 55px 0 26px 0;
  padding: 0 0 19px 0;
  color: #333b41;
  border-bottom: #abadb1 1px solid;
}

/**
 * .heading-02-04
**/
.heading-02-04 {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.35714;
  margin: 55px 0 16px 0;
  color: #333b41;
}
.heading-02-04 .sub {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.55556;
  display: block;
  margin: 20px 0 0 0;
  color: #6d757b;
}

/**
 * .heading-02-05
**/
.heading-02-05 {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.5;
  margin: 55px 0 36px 0;
  color: #333b41;
  position: relative;
  padding: 14px 0 0 60px;
}
.heading-02-05::before {
  content: "";
  display: block;
  width: 54px;
  height: 54px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/common/images/icon-pick-up_01.png) no-repeat center;
}

/**
 * .heading-03-01
**/
.heading-03-01 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4;
  margin: 43px 0 17px 0;
  color: #333b41;
}

/* お問い合わせフォームの入力画面の余白と合わせる */
.heading-seminar-01 + form > .heading-03-01:first-child {
  margin-top: 80px;
}

/**
 * .heading-03-02
**/
.heading-03-02 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4;
  margin: 50px 0 17px 0;
  padding: 0 0 17px 0;
  color: #333b41;
  border-bottom: #abadb1 1px solid;
}

[class*="form"] + .heading-03-02 {
  margin-top: 80px;
}

/**
 * .heading-03-03
**/
.heading-03-03 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
  margin: 30px 0 8px 0;
  color: #6d757b;
}

/**
 * .heading-04-01
**/
.heading-04-01 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.55556;
  margin: 45px 0 13px 0;
  color: #333b41;
}

/**
 * .heading-04-02
**/
.heading-04-02 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.55556;
  margin: 45px 0 13px 0;
  color: #6d757b;
}

/**
 * .heading-04-03
**/
.heading-04-03 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.55556;
  margin: 45px 0 15px 0;
  padding: 0 0 14px 0;
  color: #333b41;
  border-bottom: #abadb1 1px solid;
}

/**
 * .heading-seminar-01
**/
.heading-seminar-01 {
  display: table;
  margin: 55px 0 50px 0;
  direction: rtl;
}
.heading-seminar-01 > .txt,
.heading-seminar-01 > .icon {
  display: table-cell;
  vertical-align: top;
}
.heading-seminar-01 > .txt {
  width: 100%;
  padding: 0 0 0 40px;
  direction: ltr;
}
.heading-seminar-01 > .icon {
  min-width: 90px;
  direction: ltr;
}
.heading-seminar-01 > .txt .title {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  display: table-cell;
  height: 4.56em;
}
.heading-seminar-01 > .txt .name {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  display: table-header-group;
  font-weight: 400;
  color: #0062b2;
}
.heading-seminar-01 > .txt .name > * {
  margin-bottom: 1px;
}
.heading-seminar-01 > .txt .date {
  font-size: 14px;
  font-size: 1.4rem;
  display: table-footer-group;
  line-height: 1.5;
  color: #69777c;
  letter-spacing: .024em;
  font-weight: 400;
  margin: 0;
}
.heading-seminar-01 > .txt .date dt,
.heading-seminar-01 > .txt .date dd {
  margin: 0;
  padding: 0;
}
.heading-seminar-01 > .txt .date dd + dt {
  clear: both;
}
.heading-seminar-01 > .txt .date dt {
  font-size: 12px;
  font-size: 1.2rem;
  float: left;
  position: relative;
  font-weight: 500;
  padding-right: 15px;
}
.heading-seminar-01 > .txt .date dt:after {
  content: "";
  display: block;
  background: #8a9498;
  width: 1px;
  height: 1em;
  position: absolute;
  top: 0.2em;
  right: 0;
}
.heading-seminar-01 > .txt .date .num {
  float: left;
}
.heading-seminar-01 > .txt .date .num li {
  float: left;
  margin: -2px 0 0 16px;
}
.heading-seminar-01 > .txt .date .state {
  font-size: 12px;
  font-size: 1.2rem;
  color: #ed760d;
  float: left;
  margin: -1px 0 0 18px;
}
.heading-seminar-01.line {
  padding-bottom: 20px;
  border-bottom: #abadb1 1px solid;
}

/**
 * .heading-library-01
**/
.heading-library-01 {
  margin: 55px 0 50px 0;
}
.heading-library-01 .date {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  display: inline-block;
  margin: 0;
  letter-spacing: .024em;
  color: #69777c;
}
.heading-library-01 [class*="label-news-"] {
  margin: -2px 0 0 3px;
  position: relative;
  top: -.18em;
}
.heading-library-01 .title {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.35714;
  display: block;
  color: #333b41;
}
.heading-library-01 + .sub {
  margin-top: -35px;
  margin-bottom: 25px;
}

/**
 * .heading-btn
**/
.heading-btn {
  position: relative;
  margin: 82px 10px 0 0;
}
.heading-btn > .heading {
  margin-top: 0;
}
.heading-btn > .btn {
  position: absolute;
  top: -2px;
  right: -1px;
  margin: 0;
}
.heading-btn.large [class*="btn-"] {
  max-width: 320px;
}
.heading-btn.large .heading {
  padding-right: 340px;
}
.heading-btn.medium [class*="btn-"] {
  max-width: 230px;
}
.heading-btn.medium .heading {
  padding-right: 250px;
}
.heading-btn.small [class*="btn-"] {
  max-width: 180px;
}
.heading-btn.small .heading {
  padding-right: 200px;
}
.heading-btn.text > .btn {
  top: 50%;
  margin-top: -1.5em;
}

/**
 * .heading-foot-01
**/
.content-foot .heading-foot-01 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
  margin: 45px 0 20px 0;
  padding: 0 0 7px 10px;
  color: #333b41;
  border-bottom: #abadb1 1px solid;
}

/* -----------------------------------------------
 * Module: Text
** -------------------------------------------- */
/**
 * .txt-notice-01
**/
.txt-color-01,
.txt-color-01 * {
  color: #0062b2;
}

.txt-color-02,
.txt-color-02 * {
  color: #ed760d;
}

/**
 * .txt-smaller-01
**/
.txt-smaller-01 {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 2.30769;
}

/**
 * .txt-small-01
**/
.txt-small-01 {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2.16667;
}

/**
 * .lead-01
**/
.lead-01 {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.76923;
  font-weight: 500;
  color: #333b41;
}
.lead-01 b {
  color: #ed7c0d;
}

/**
 * .lead-02
**/
.lead-02 {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.88235;
  font-weight: 600;
  color: #333b41;
}
.lead-02 b {
  color: #ed7c0d;
}

/**
 * .text-name-01
**/
.text-name-01 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 500;
  margin: 0 0 37px 0;
}

/**
 * .text-fb-01
 * Noto Sans Japanese 未対応文字の対応
**/
.text-fb-01 {
  font-weight: 600;
}

/**
 * .lead-seminar-01
**/
.lead-seminar-01 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.55556;
  font-weight: 500;
  margin-bottom: 23px;
  color: #6d757b;
}
.lead-seminar-01 em {
  color: #ed7c0d;
}

.heading-seminar-01 + .lead-seminar-01 {
  margin-top: -30px;
}

.heading-02-03 + .lead-seminar-01 {
  margin-top: -5px;
}

/* -----------------------------------------------
 * Module: List
** -------------------------------------------- */
/**
 * ul.list-01
 * .list-number-01
**/
.list-01 > li, ul.unq-training-list-01 > li,
.list-number-01 > li {
  position: relative;
  margin: 0 0 14px 0;
}
.list-01 > li:last-child, ul.unq-training-list-01 > li:last-child,
.list-number-01 > li:last-child {
  margin-bottom: 0;
}
.list-01 > li > ul, ul.unq-training-list-01 > li > ul,
.list-01 > li > ol,
ul.unq-training-list-01 > li > ol,
.list-number-01 > li > ul,
.list-number-01 > li > ol {
  margin: 5px 0 15px 0;
}

/**
 * ul.list-01
**/
ul.list-01, ul.unq-training-list-01 {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 2;
  margin: 0 0 26px 0;
}
ul.list-01 > li, ul.unq-training-list-01 > li {
  padding: 0 0 0 1.1em;
}
ul.list-01 > li:before, ul.unq-training-list-01 > li:before {
  position: absolute;
  top: .7em;
  display: inline-block;
  width: .44em;
  height: .44em;
  margin: 0 0 0 -1.1em;
  content: "";
  border-radius: 50%;
  background: #0062b2;
}
ul.list-01.small, ul.small.unq-training-list-01 {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2.16667;
  margin: 0 0 20px 0;
}
ul.list-01.small > li, ul.small.unq-training-list-01 > li {
  margin-bottom: 13px;
  padding: 0 0 0 .8em;
}
ul.list-01.small > li:before, ul.small.unq-training-list-01 > li:before {
  top: 1em;
  width: .18em;
  height: .18em;
  margin: 0 0 0 -.8em;
}

/**
 * ol.list-01
**/
ol.list-01 {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 2.30769;
  margin: 0 0 30px 0;
  counter-reset: num;
}
ol.list-01 > li {
  margin: 0 0 18px 0;
  padding-left: 2.6em;
}
ol.list-01 > li:before {
  font-size: 15px;
  font-size: 1.5rem;
  font-size: 15px;
  font-weight: 400;
  position: absolute;
  top: -.2em;
  left: 0;
  display: block;
  width: 1.8em;
  content: counter(num) ".";
  counter-increment: num;
  text-align: right;
  color: #69777c;
}

/**
 * dl.list-01
**/
dl.list-01 {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0 0 30px 0;
}
dl.list-01 dt {
  font-weight: 500;
  margin: 15px 0 0 0;
  color: #333b41;
}
dl.list-01 dt:first-child {
  margin-top: 0;
}
dl.list-01 dd {
  margin: 0;
  color: #43484c;
}
dl.list-01 dd > *:last-child {
  margin-bottom: 0;
}

/**
 * .list-number-01
**/
.list-number-01 {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 2.30769;
  margin: 0 0 30px 0;
}
.list-number-01 > li {
  margin: 0 0 18px 0;
  padding-left: 2.6em;
}
.list-number-01 .number {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  position: absolute;
  top: -.2em;
  left: 0;
  display: block;
  width: 1.8em;
  text-align: right;
  white-space: pre;
  color: #69777c;
}
.list-number-01.em {
  font-weight: 500;
}
.list-number-01.em .list-01, .list-number-01.em ul.unq-training-list-01 {
  font-weight: normal;
}

/**
 * ul.list-02
**/
ul.list-02 li {
  display: inline-block;
  margin: 0 0 16px 0;
  padding: 0 34px 0 0;
}
ul.list-02 .head {
  font-weight: 500;
  display: inline-block;
}

/**
 * dl.list-02
**/
dl.list-02 {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0 0 30px 0;
}
dl.list-02 dt {
  font-weight: 500;
  float: left;
  clear: left;
}
dl.list-02 dd {
  overflow: hidden;
  padding: 0 0 8px .5em;
}
dl.list-02 dd > *:last-child {
  margin-bottom: 0;
}
dl.list-02.colon dt {
  position: relative;
}
dl.list-02.colon dt:after {
  font-weight: normal;
  position: absolute;
  top: 0;
  content: "：";
}

.word-l1 dt {
  width: 1.1em;
}

.word-l1 dd {
  margin-left: 1.1em;
}

.word-l2 dt {
  width: 2.1em;
}

.word-l2 dd {
  margin-left: 2.1em;
}

.word-l3 dt {
  width: 3.1em;
}

.word-l3 dd {
  margin-left: 3.1em;
}

.word-l4 dt {
  width: 4.1em;
}

.word-l4 dd {
  margin-left: 4.1em;
}

.word-l5 dt {
  width: 5.1em;
}

.word-l5 dd {
  margin-left: 5.1em;
}

.word-l6 dt {
  width: 6.1em;
}

.word-l6 dd {
  margin-left: 6.1em;
}

.word-l7 dt {
  width: 7.1em;
}

.word-l7 dd {
  margin-left: 7.1em;
}

.word-l8 dt {
  width: 8.1em;
}

.word-l8 dd {
  margin-left: 8.1em;
}

.word-l9 dt {
  width: 9.1em;
}

.word-l9 dd {
  margin-left: 9.1em;
}

.word-l10 dt {
  width: 10.1em;
}

.word-l10 dd {
  margin-left: 10.1em;
}

.word-l11 dt {
  width: 11.1em;
}

.word-l11 dd {
  margin-left: 11.1em;
}

.word-l12 dt {
  width: 12.1em;
}

.word-l12 dd {
  margin-left: 12.1em;
}

.word-l13 dt {
  width: 13.1em;
}

.word-l13 dd {
  margin-left: 13.1em;
}

.word-l14 dt {
  width: 14.1em;
}

.word-l14 dd {
  margin-left: 14.1em;
}

.word-l15 dt {
  width: 15.1em;
}

.word-l15 dd {
  margin-left: 15.1em;
}

.word-l16 dt {
  width: 16.1em;
}

.word-l16 dd {
  margin-left: 16.1em;
}

.word-l17 dt {
  width: 17.1em;
}

.word-l17 dd {
  margin-left: 17.1em;
}

.word-l18 dt {
  width: 18.1em;
}

.word-l18 dd {
  margin-left: 18.1em;
}

.word-l19 dt {
  width: 19.1em;
}

.word-l19 dd {
  margin-left: 19.1em;
}

.word-l20 dt {
  width: 20.1em;
}

.word-l20 dd {
  margin-left: 20.1em;
}

.word-l21 dt {
  width: 21.1em;
}

.word-l21 dd {
  margin-left: 21.1em;
}

.word-l22 dt {
  width: 22.1em;
}

.word-l22 dd {
  margin-left: 22.1em;
}

.word-l23 dt {
  width: 23.1em;
}

.word-l23 dd {
  margin-left: 23.1em;
}

.word-l24 dt {
  width: 24.1em;
}

.word-l24 dd {
  margin-left: 24.1em;
}

.word-l25 dt {
  width: 25.1em;
}

.word-l25 dd {
  margin-left: 25.1em;
}

.word-l26 dt {
  width: 26.1em;
}

.word-l26 dd {
  margin-left: 26.1em;
}

.word-l27 dt {
  width: 27.1em;
}

.word-l27 dd {
  margin-left: 27.1em;
}

.word-l28 dt {
  width: 28.1em;
}

.word-l28 dd {
  margin-left: 28.1em;
}

.word-l29 dt {
  width: 29.1em;
}

.word-l29 dd {
  margin-left: 29.1em;
}

.word-l30 dt {
  width: 30.1em;
}

.word-l30 dd {
  margin-left: 30.1em;
}

/**
 * .list-03
**/
.list-03 {
  margin: 0 0 30px 0;
}
.list-03 dt {
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 17px;
  color: #747678;
}
.list-03 dd {
  margin: 1px;
  margin: 1px 0 0 0;
}

/**
 * .list-04
**/
.list-04 {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0 0 30px 0;
}
.list-04 dt {
  font-weight: normal;
  float: left;
  clear: left;
}
.list-04 dd {
  margin: 0 0 0 115px;
  padding: 0 0 12px .5em;
}

/**
 * .list-faq-01
**/
.list-faq-01 {
  border-bottom: 1px solid #abadb1;
}
.list-faq-01 .marker {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 50px;
  position: absolute;
  top: 20px;
  left: 10px;
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
}
.list-faq-01 > dt {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  position: relative;
  padding: 20px 0 20px 100px;
  border-top: 1px solid #abadb1;
}
.list-faq-01 > dt .marker {
  top: 0;
  bottom: 0;
  margin: auto;
  color: #ffffff;
  background: #0062b2;
}
.list-faq-01 > dd {
  position: relative;
  margin: 0;
  padding: 20px 0 20px 100px;
  border-top: 1px solid #dbe0e3;
}
.list-faq-01 > dd .marker {
  top: 20px;
}

/**
 * .list-btn-02
**/
.list-btn-02 {
  margin: 0 0 30px -20px;
}
.list-btn-02 img {
  vertical-align: middle;
}
.list-btn-02 > li {
  display: inline-block;
  margin: 0 0 10px 0;
  padding: 0 20px;
}
.list-btn-02 > li:last-child a:after {
  display: none;
}
.list-btn-02 a {
  position: relative;
  display: inline-block;
  text-decoration: underline;
  color: #43484c;
}
.list-btn-02 a:after {
  position: absolute;
  top: 50%;
  right: -20px;
  display: block;
  width: 1px;
  height: 1em;
  margin: -.5em 0 0 0;
  content: "";
  background: #43484c;
}
.list-btn-02.list-posr {
  text-align: right;
}
.list-btn-02.list-posr.ir {
  margin: 0 10px 0 -10px;
}

/**
 * .link-list-user-01
**/
.link-list-user-01 {
  margin-top: -15px;
  margin-left: -10px;
}
.link-list-user-01 > li {
  float: left;
  width: 25%;
  margin-top: 15px;
  padding-left: 9px;
  text-align: center;
}
.link-list-user-01 > li > a {
  display: inline-block;
}
.link-list-user-01.col4 > li {
  width: 25%;
}
.link-list-user-01.col6 > li {
  width: 16.66%;
}

/**
 * .list-nav-01
**/
.list-nav-01 {
  font-size: 13px;
  font-size: 1.3rem;
  margin: -50px 0 30px -70px;
}
.list-nav-01 > li {
  float: left;
  padding: 50px 0 0 70px;
}
.list-nav-01 > li > figure,
.list-nav-01 > li > a:first-child > figure {
  margin: 0 0 16px;
}
.list-nav-01 > li > a figure {
  overflow: hidden;
}
.list-nav-01 > li > a figure img {
  transition: all .7s ease 0s;
}
.list-nav-01 > li > a:hover > figure img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.list-nav-01 > li > *:last-child {
  margin-bottom: 0;
}
.list-nav-01 .index {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  margin: 0;
}
.list-nav-01.col3 > li {
  width: 33.3333%;
}
.list-nav-01.col3 > li > a {
  text-decoration: none;
}
.list-nav-01.col3 > li:nth-child(3n+1) {
  clear: both;
}
.list-nav-01.col2 {
  margin-bottom: 70px;
  margin-left: -100px;
}
.list-nav-01.col2 > li {
  width: 50%;
  padding-left: 100px;
}
.list-nav-01.col2 > li > a {
  text-decoration: none;
}
.list-nav-01.col2 > li:nth-child(2n+1) {
  clear: both;
}

/**
 * .list-timeline-01
**/
.list-timeline-01 {
  margin: 0 0 50px 0;
}
.list-timeline-01 > li {
  padding: 15px 0 13px;
  border-bottom: 1px solid #e1e1e1;
}
.list-timeline-01 > li:first-child {
  padding-top: 0;
}
.list-timeline-01 > li:last-child {
  border-bottom: 0;
}
.list-timeline-01 p.btn {
  margin-bottom: 50px;
  text-align: right;
}

/**
 * .list-timeline-02
**/
.list-timeline-02 {
  border-top: 4px solid #333b41;
}
.list-timeline-02 > li {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.list-timeline-02 > li > a:hover, .list-timeline-02 > li > a:focus, .list-timeline-02 > li > a:active {
  background: rgba(241, 237, 13, 0.08);
}
.list-timeline-02 > li > a:hover > .date, .list-timeline-02 > li > a:focus > .date, .list-timeline-02 > li > a:active > .date {
  color: #434a50;
}
.list-timeline-02 > li > a,
.list-timeline-02 > li > div.inner {
  display: table-row;
  text-decoration: none;
}
.list-timeline-02 > li > a > *,
.list-timeline-02 > li > div.inner > * {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.71429;
  display: table-cell;
  padding: 16px 0 14px 13px;
  vertical-align: top;
  border-bottom: 1px solid #dbe0e3;
}
.list-timeline-02 > li > a > *.date,
.list-timeline-02 > li > div.inner > *.date {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 400;
  width: 130px;
  /* ラベル「トップメッセージ」が折り返さない幅 */
  padding-top: 12px;
  letter-spacing: .024em;
  color: #69777c;
}
.list-timeline-02 > li > a > *.date [class*="label-news-"],
.list-timeline-02 > li > div.inner > *.date [class*="label-news-"] {
  top: -7px;
}
.list-timeline-02 > li > a > *.description,
.list-timeline-02 > li > div.inner > *.description {
  width: 100%;
  height: 90px;
}
.list-timeline-02 > li > a > *.description > *:last-child,
.list-timeline-02 > li > div.inner > *.description > *:last-child {
  margin-bottom: 0;
}

/**
 * .list-products-01
**/
.list-products-01, .str-outer.unq-products .unq-products-list-01 {
  padding-top: 35px;
  border-top: 1px solid #dbe0e3;
}
.list-products-01 > li > div, .str-outer.unq-products .unq-products-list-01 > li > div {
  padding: 40px;
}
.list-products-01 > li:not(:first-child), .str-outer.unq-products .unq-products-list-01 > li:not(:first-child) {
  border-top: 1px solid #abadb1;
}

.heading-02-02 + .list-products-01, .str-outer.unq-products .heading-02-02 + .unq-products-list-01 {
  margin-top: -9px;
}

/**
 * component
** -------------------------------------------- */
/**
 * .comp-timeline-01
**/
.comp-timeline-01 .list-timeline-01 {
  margin-bottom: 0;
}
.comp-timeline-01 .list-timeline-01 > li {
  padding-top: 40px;
  padding-bottom: 40px;
}
.comp-timeline-01 .list-timeline-01 > li:first-child {
  padding-top: 0;
}
.comp-timeline-01 .list-timeline-01 > li:last-child {
  padding-bottom: 0;
}
.comp-timeline-01 .list-timeline-01 > li .heading-seminar-01 {
  margin-top: 0;
}
.comp-timeline-01 .list-timeline-01 > li > *:last-child {
  margin-bottom: 0;
}

/**
 * .comp-seminar-close-01
**/
.comp-seminar-close-01 {
  margin-bottom: 50px;
}
.comp-seminar-close-01 .list-timeline-01 {
  margin-top: -30px;
  margin-bottom: 0;
}
.comp-seminar-close-01 .list-timeline-01 > li {
  padding: 28px 30px 22px 30px;
  border-top: 1px solid #e1e1e1;
  border-top: 0;
  border-bottom: 1px solid #e1e1e1;
}
.comp-seminar-close-01 .list-timeline-01 > li .owner {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.28571;
  margin: 0 0 3px;
  color: #0062b2;
}
.comp-seminar-close-01 .list-timeline-01 > li .owner .label-01 {
  margin-right: 18px;
}
.comp-seminar-close-01 .list-timeline-01 > li .title {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.66667;
  margin: 0 0 16px;
  color: #333b41;
}
.comp-seminar-close-01 .list-timeline-01 > li .title span {
  display: block;
}
.comp-seminar-close-01 .list-timeline-01 > li .detail {
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 0;
}
.comp-seminar-close-01 .list-timeline-01 > li .date {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  display: table-footer-group;
  margin: 0;
  letter-spacing: .024em;
  color: #69777c;
}
.comp-seminar-close-01 .list-timeline-01 > li .date dt,
.comp-seminar-close-01 .list-timeline-01 > li .date dd {
  margin: 0;
  padding: 0;
}
.comp-seminar-close-01 .list-timeline-01 > li .date dd + dt {
  clear: both;
}
.comp-seminar-close-01 .list-timeline-01 > li .date dt {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  position: relative;
  float: left;
  padding-right: 15px;
}
.comp-seminar-close-01 .list-timeline-01 > li .date dt:after {
  position: absolute;
  top: .2em;
  right: 0;
  display: block;
  width: 1px;
  height: 1em;
  content: "";
  background: #8a9498;
}
.comp-seminar-close-01 .list-timeline-01 > li .date .num {
  float: left;
}
.comp-seminar-close-01 .list-timeline-01 > li .date .num li {
  float: left;
  margin: -2px 0 0 16px;
}
.comp-seminar-close-01 .list-timeline-01 > li .date .state {
  font-size: 12px;
  font-size: 1.2rem;
  float: left;
  margin: -1px 0 0 18px;
  color: #ed760d;
}

/**
 * .comp-officer-02
**/
.comp-officer-02 .list-timeline-01.officer > li {
  padding: 15px 0 35px;
  border: 0;
}
.comp-officer-02 .list-timeline-01.officer p.btn {
  margin: 0 0 -.35em 0;
  text-align: left;
}
.comp-officer-02 .list-timeline-01.officer .lay-column2 {
  margin-bottom: 0;
  margin-left: 0;
}
.comp-officer-02 .list-timeline-01.officer .lay-column2 .col {
  padding-left: 0;
}
.comp-officer-02 .position {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.53846;
  margin: -2px 0 6px 0;
}
.comp-officer-02 .lay-image-officer-01 {
  margin: 0;
}
.comp-officer-02 .ToggleContainer + * {
  margin-top: 24px;
}

/**
 * .comp-speaker-0*
**/
.comp-speaker-01 .list-timeline-01 > li {
  padding: 33px 0 30px 0;
}
.comp-speaker-01 .list-timeline-01 > li:first-child {
  border-top: 1px solid #e1e1e1;
}
.comp-speaker-01 .list-timeline-01 > li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.comp-speaker-01 .list-timeline-01 > li > *:last-child {
  margin-bottom: 0;
}
.comp-speaker-01 .list-timeline-01 > li > .content {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 2.15385;
}
.comp-speaker-01 .list-timeline-01 > li > .content > *:last-child {
  margin-bottom: 0;
}

.comp-speaker-01 .list-timeline-01 {
  margin-bottom: 0;
}
.comp-speaker-01.line {
  border-bottom: 1px solid #abadb1;
}
.comp-speaker-01.line .list-timeline-01:last-child {
  padding-bottom: 33px;
}

/**
 * .comp-publication-01
 **/
.comp-publication-01 > li {
  margin-top: 70px;
}
.comp-publication-01 > li .description {
  display: table;
  width: 100%;
  margin-bottom: 30px;
  direction: rtl;
}
.comp-publication-01 > li .description > .text,
.comp-publication-01 > li .description > .img {
  display: table-cell;
  vertical-align: top;
}
.comp-publication-01 > li .description:last-child {
  margin-bottom: 0;
}
.comp-publication-01 > li .text {
  direction: ltr;
}
.comp-publication-01 > li .text > *:last-child {
  margin-bottom: 0;
}
.comp-publication-01 > li .text .heading {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 500;
  margin: 0 0 15px 0;
  padding-bottom: 17px;
  letter-spacing: .046em;
  color: #333b41;
  border-bottom: #abadb1 1px solid;
}
.comp-publication-01 > li .text .heading .sub {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.55556;
  display: block;
  padding: 0 0 5px 0;
  color: #6d757b;
}
.comp-publication-01 > li .text > p {
  font-size: 13px;
  font-size: 1.3rem;
}
.comp-publication-01 > li .img {
  width: 180px;
  padding-right: 40px;
}
.comp-publication-01 > li .box {
  position: relative;
  clear: both;
  margin-top: 21px;
  margin-bottom: 30px;
  padding: 22px 26px 13px 26px;
  border: 1px solid #e1e1e1;
}
.comp-publication-01 > li .box .list {
  margin-bottom: 0;
}
.comp-publication-01 > li .box .list > li {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.2;
  float: left;
  width: 270px;
  margin-bottom: 13px;
  padding: 0;
}
.comp-publication-01 > li .box .list > li > .head {
  font-weight: bold;
  color: #333b41;
}
.comp-publication-01 > li .box .link {
  float: left;
  clear: both;
}
.comp-publication-01 > li:first-child {
  margin-top: 0;
}

/**
 * .lay-image-officer-01
**/
.lay-image-officer-01 {
  display: table;
  margin: 36px 0 36px 0;
  direction: rtl;
}
.lay-image-officer-01 > .content,
.lay-image-officer-01 > .img {
  display: table-cell;
  padding: 30px 0 0 0;
  vertical-align: top;
}
.lay-image-officer-01 > .content {
  width: 100%;
  padding: 30px 20px 0;
  direction: ltr;
  border-top: #dbe0e3 1px solid;
}
.lay-image-officer-01 > .img {
  min-width: 200px;
  padding: 30px 10px 0 22px;
  direction: ltr;
  border-top: #abadb1 1px solid;
}

/**
 * .lay-image-speaker
**/
.lay-image-speaker {
  margin: 0 0 20px 0;
}
.lay-image-speaker > .img {
  float: left;
  width: 16.21622%;
}
.lay-image-speaker > .img img {
  width: 100%;
}
.lay-image-speaker > .text {
  float: left;
  width: 79.45946%;
  margin-left: 3.78378%;
}
.lay-image-speaker > .text .name {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
  margin: 0 0 5px 0;
  color: #333b41;
}
.lay-image-speaker > .text .name-en {
  font-size: 16px;
  font-size: 1.6rem;
  display: block;
}
.lay-image-speaker > .text .meta {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.6;
  margin: 0 20px 0 0;
  color: #0062b2;
}

/* -----------------------------------------------
 * Module: Notelist
** -------------------------------------------- */
.note-01 {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2.16667;
  margin: 0 0 26px 0;
}
.note-01 > li {
  padding: 0 0 0 20px;
  margin: 0 0 10px 0;
  position: relative;
}
.note-01 > li .marker {
  position: absolute;
  top: 0;
  left: 0;
}
.note-01 > li .em1,
.note-01 > li em {
  font-weight: normal;
  color: #ed7c0d;
}
.note-01 > li:last-child {
  margin-bottom: 0;
}

/* -----------------------------------------------
 * Module: Link
** -------------------------------------------- */
a.with-arrow {
  padding-right: 20px;
  background: url("/common/images/icon-arrow_01.png") right center no-repeat;
}

/**
 * .link-01
**/
.link-01 a {
  text-decoration: underline;
  color: #43484c;
}
.link-01 a:hover, .link-01 a:focus, .link-01 a:active {
  text-decoration: none;
  color: #0062b2;
}

.content-foot .link-01 {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 0;
}

/**
 * .link-02
**/
.link-02 {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 2.15385;
  margin: 0 0 30px -13px;
  word-break: normal;
}
.link-02 > li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 13px;
}
.link-02 > li:after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 1px;
  height: .88em;
  margin: -.44em 0 0 0;
  content: "";
  background: #43484c;
}
.link-02 a {
  display: inline-block;
  text-decoration: none;
  color: #43484c;
}
.link-02 a:hover, .link-02 a:focus, .link-02 a:active {
  color: #0062b2;
}
.link-02.list-posr {
  text-align: right;
}
.link-02.list-posr.ir {
  margin: 0 10px 0 -10px;
}

/**
 * .link-def-01
**/
.link-def-01 {
  margin: 0 0 10px 0;
  color: #333b41;
}
.link-def-01 > dt {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  float: left;
  margin: .2em 0 0 0;
}
.link-def-01 > dd {
  font-size: 13px;
  font-size: 1.3rem;
  position: relative;
  float: left;
  margin-left: 40px;
}
.link-def-01 > dd:before {
  position: absolute;
  top: .82em;
  left: -21px;
  display: block;
  width: 1px;
  height: calc(100% - 1.65em);
  content: "";
  background: #8a9498;
}

/* -----------------------------------------------
 * Module: Table
** -------------------------------------------- */
/**
 * %extend-tbl
**/
.tbl-01, .tbl-02 {
  margin: 0 0 40px;
  border-collapse: collapse;
}
.tbl-01 th > :first-child, .tbl-02 th > :first-child,
.tbl-01 td > :first-child,
.tbl-02 td > :first-child {
  margin-top: 0;
}
.tbl-01 th > :last-child, .tbl-02 th > :last-child,
.tbl-01 td > :last-child,
.tbl-02 td > :last-child {
  margin-bottom: 0;
}
.tbl-01 .tbl-txt-01, .tbl-02 .tbl-txt-01 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
}
.tbl-01 .tbl-txt-02, .tbl-02 .tbl-txt-02 {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.84615;
}
.tbl-01 .tbl-txt-03, .tbl-02 .tbl-txt-03 {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.83333;
}

/**
 * .tbl-01
**/
.tbl-01 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  border-top: #dbe0e3 1px solid;
  border-bottom: #dbe0e3 1px solid;
}
.tbl-01 th {
  font-weight: 500;
}
.tbl-01 th,
.tbl-01 td {
  padding: 30px 20px 28px 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dbe0e3;
  border-bottom: 1px solid #dbe0e3;
}
.tbl-01 td {
  padding-right: 25px;
  padding-left: 25px;
  background: #ffffff;
}
.tbl-01 td + td {
  border-left: 1px solid #dbe0e3;
}
.tbl-01 th,
.tbl-01 thead td {
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  background: #f2f2f4;
}
.tbl-01 thead th,
.tbl-01 thead td {
  text-align: center;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.tbl-01 .em-01 td {
  background: #ccf1ff;
}
.tbl-01.small {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.83333;
}
.tbl-01.small th {
  font-size: 12px;
  font-size: 1.2rem;
}
.tbl-01.small th,
.tbl-01.small td {
  height: auto;
  padding: 18px 5px 18px 5px;
}
.tbl-01.tbody-posr tbody td {
  text-align: right;
}

/**
 * .tbl-02
**/
.tbl-02 th,
.tbl-02 td {
  line-height: 2;
  padding: 31px 20px 30px;
  vertical-align: top;
}
.tbl-02 th {
  font-weight: 500;
  border-top: 1px solid #abadb1;
  border-bottom: 1px solid #abadb1;
}
.tbl-02 td {
  padding-left: 34px;
  border-top: 1px solid #dbe0e3;
  border-bottom: 1px solid #dbe0e3;
}
.tbl-02 tr:last-child th,
.tbl-02 tr:last-child td {
  border-bottom: 0;
}
.tbl-02 tbody th,
.tbl-02 tbody td {
  text-align: left;
}
.tbl-02.on-history th {
  font-size: 48px;
  font-size: 4.8rem;
  padding: 0 22px;
  color: #6d757b;
}
.tbl-02.on-history td {
  padding: 21px 0 23px;
}
.tbl-02.on-history td ul li {
  position: relative;
  padding: 0 0 0 91px;
}
.tbl-02.on-history td ul li p {
  margin: 0;
}
.tbl-02.on-history td ul li p + p {
  margin-top: 15px;
}
.tbl-02.on-history td ul li .date {
  position: absolute;
  top: 0;
  left: 33px;
}
.tbl-02.on-history td ul li + li {
  margin-top: 21px;
  padding-top: 21px;
  border-top: 1px dotted #dbe0e3;
}
.tbl-02.on-history td ul li + li .date {
  top: 21px;
}

[lang="en"] .tbl-02.on-history td ul li {
  padding-left: 124px;
}

/* -----------------------------------------------
 * Module: Box
** -------------------------------------------- */
/**
 * %extend-box
**/
.box-01, .box-02, .box-logo-01, .box-em-01, .box-pdf-01, .box-contact-01 {
  font-size: 13px;
  font-size: 1.3rem;
  margin: 0 0 53px;
  padding: 27px 30px 26px;
}
.box-01 > *:not(.title), .box-02 > *:not(.title), .box-logo-01 > *:not(.title), .box-em-01 > *:not(.title), .box-pdf-01 > *:not(.title), .box-contact-01 > *:not(.title) {
  font-size: 13px;
  font-size: 1.3rem;
}
.box-01 > *:last-child, .box-02 > *:last-child, .box-logo-01 > *:last-child, .box-em-01 > *:last-child, .box-pdf-01 > *:last-child, .box-contact-01 > *:last-child {
  margin-bottom: 0;
}
.box-01 > [class*="heading-0"]:first-child, .box-02 > [class*="heading-0"]:first-child, .box-logo-01 > [class*="heading-0"]:first-child, .box-em-01 > [class*="heading-0"]:first-child, .box-pdf-01 > [class*="heading-0"]:first-child, .box-contact-01 > [class*="heading-0"]:first-child {
  margin-top: 0;
}
.box-01 > .box-content > *:last-child, .box-02 > .box-content > *:last-child, .box-logo-01 > .box-content > *:last-child, .box-em-01 > .box-content > *:last-child, .box-pdf-01 > .box-content > *:last-child, .box-contact-01 > .box-content > *:last-child {
  margin-bottom: 0;
}
.error.box-01, .error.box-02, .error.box-logo-01, .error.box-em-01, .error.box-pdf-01, .error.box-contact-01 {
  border: 0;
  background: #fce0e7;
}
.error.box-01 .error, .error.box-02 .error, .error.box-logo-01 .error, .error.box-em-01 .error, .error.box-pdf-01 .error, .error.box-contact-01 .error {
  margin-bottom: 5px;
}
.error.box-01 .error > *, .error.box-02 .error > *, .error.box-logo-01 .error > *, .error.box-em-01 .error > *, .error.box-pdf-01 .error > *, .error.box-contact-01 .error > * {
  color: #e92f5f;
}

.box-01 > .title, .box-02 > .title, .box-em-01 > .title {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
  margin-top: -.1em;
  letter-spacing: .046em;
}

.list-nav-01 > li .box-contact-01 {
  margin: 0;
}

[class*="heading-"] + [class*="box-"] {
  margin-top: 25px;
}

/**
 * .box-01
**/
.box-01 {
  line-height: 2.30769;
  background: #f2f2f4;
}
.box-01 > .title {
  margin: -8px 0 14px;
  color: #333b41;
}

/**
 * .box-02
**/
.box-02 {
  line-height: 2.30769;
  border: 1px solid #dbe0e3;
  background: #ffffff;
}
.box-02 > .title {
  margin: -8px 0 7px;
  color: #333b41;
}
.box-02.logo .lyt-media-01 {
  margin-bottom: 8px;
}
.box-02.logo .caption {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 30px 0 0 0;
  text-align: center;
}
.box-02.logo .lay-column2 {
  font-size: 13px;
  font-size: 1.3rem;
  color: #5c6267;
}
.box-02.logo .lay-column2 .col:last-child {
  text-align: right;
}

/**
 * .box-logo-01
**/
.box-logo-01 {
  line-height: 2.30769;
  border: 1px solid #dbe0e3;
  background: #ffffff;
}
.box-logo-01 .lyt-media-01 {
  margin-bottom: 8px;
}
.box-logo-01 .lyt-media-01 .caption {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 30px 0 0 0;
  text-align: center;
}
.box-logo-01 .lay-column2 {
  font-size: 13px;
  font-size: 1.3rem;
  color: #5c6267;
}
.box-logo-01 .lay-column2 .col {
  width: 43%;
}
.box-logo-01 .lay-column2 .col:last-child {
  width: 57%;
  text-align: right;
}

/**
 * .box-em-01
**/
.box-em-01 {
  background: #fce0e7;
}
.box-em-01 > .title {
  margin: -8px 0 10px;
}

/**
 * .box-toggle-01
**/
.box-toggle-01 {
  padding: 37px 20px 21px;
  border-top: #39464c 1px solid;
  border-bottom: #39464c 1px solid;
}
.box-toggle-01 > *:last-child {
  margin-bottom: 0;
}

.lay-image-officer-01 .box-toggle-01 {
  margin: -4px -20px 0;
}

/**
 * .box-pdf-01
**/
.box-pdf-01 {
  padding: 39px 27px;
  border: 1px solid #dbe0e3;
}

/**
 * .box-pdf-01
**/
.box-pdf-01 {
  display: table;
  width: 100%;
  border: #dbe0e3 1px solid;
  background: #ffffff;
}
.box-pdf-01 .img,
.box-pdf-01 .text {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
}
.box-pdf-01 .img {
  padding: 0 36px 0 0;
}
.box-pdf-01 .img img {
  width: auto;
  max-width: none;
}
.box-pdf-01 .text {
  line-height: 1.6;
  width: 100%;
}
.box-pdf-01 .text > *:last-child {
  margin-bottom: 0;
}

/**
 * .box-sns-01
**/
.box-sns-01 {
  padding: 10px 30px 0;
  background: #f2f2f4;
}
.box-sns-01 > li {
  display: inline-block;
  margin: 0 10px 0 0;
  vertical-align: middle;
}
.box-sns-01 .facebook > div > span {
  vertical-align: inherit !important;
}

/**
 * .box-contact-01
**/
.box-contact-01 {
  padding: 15px 29px;
  border: #dbe0e3 1px solid;
}
.box-contact-01 .title {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 0 13px;
  letter-spacing: .06em;
}
.box-contact-01 .title a {
  text-decoration: underline;
}
.box-contact-01 .title a:hover, .box-contact-01 .title a:focus, .box-contact-01 .title a:active {
  text-decoration: none;
}
.box-contact-01 .box-content {
  margin: 0 -6px;
  padding: 18px 6px 0;
  border-top: #0062b2 1px solid;
}
.box-contact-01 .box-content > *:first-child {
  margin-top: 0;
}
.box-contact-01 .box-content .list-01, .box-contact-01 .box-content ul.unq-training-list-01 {
  font-size: 13px;
  font-size: 1.3rem;
  margin-top: -20px;
}
.box-contact-01 .box-content .list-01 li, .box-contact-01 .box-content ul.unq-training-list-01 li {
  margin-bottom: 0;
}
.box-contact-01 .box-content .list-01 li:before, .box-contact-01 .box-content ul.unq-training-list-01 li:before {
  margin-top: -.05em;
}

/**
 * .box-contact-02
**/
.box-contact-02 {
  margin: 0 0 20px 0;
  padding: 20px;
  background: #ffffff;
}
.box-contact-02 > .title {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #333b41;
}
.box-contact-02 .note-01 {
  margin-bottom: 6px;
}
.box-contact-02 .sub {
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0;
  color: #0062b2;
}
.box-contact-02 .tell {
  font-size: 28px;
  font-size: 2.8rem;
  font-family: "Roboto Condensed";
  font-weight: 700;
  line-height: 1.4;
  color: #39464c;
}
.box-contact-02 .tell > * {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-decoration: none;
  color: inherit;
}
.box-contact-02 .box-contact-col {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.box-contact-02 .box-contact-col > .col {
  display: table-cell;
  padding: 0 28px;
  text-align: left;
  vertical-align: top;
  border-right: #dbe0e3 1px solid;
}
.box-contact-02 .box-contact-col > .col:first-child {
  padding-left: 0;
}
.box-contact-02 .box-contact-col > .col:last-child {
  padding-right: 0;
  border-right: 0;
}
.box-contact-02 .box-contact-col > .col > *:last-child {
  margin-bottom: 0;
}

/**
 * .box-video-01
**/
.box-video-01 {
  display: block;
  width: 460px;
  -webkit-transition: all .2s ease;
  -ms-transition: all .2s ease;
  transition: all .2s ease;
  text-decoration: none;
  border-left: #39464c 3px solid;
}
.box-video-01:hover .inner, .box-video-01:focus .inner, .box-video-01:active .inner {
  background: #f2f2e2;
}
.box-video-01:hover .inner:after, .box-video-01:focus .inner:after, .box-video-01:active .inner:after {
  background-image: url("/common/images/icon-video_01_h.png");
}
.box-video-01:hover .inner .date, .box-video-01:focus .inner .date, .box-video-01:active .inner .date {
  color: #333b41;
}
.box-video-01 .inner {
  position: relative;
  display: block;
  min-height: 140px;
  padding: 25px 170px 25px 20px;
  text-decoration: none;
  background: #ffffff;
}
.box-video-01 .inner:after {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 138px;
  height: 98px;
  margin: -49px 0 0 0;
  content: "";
  -webkit-transition: all .2s ease;
  -ms-transition: all .2s ease;
  transition: all .2s ease;
  background: url("/common/images/icon-video_01_o.png") no-repeat center;
}
.box-video-01 .meta {
  margin: 0;
}
.box-video-01 .date {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 0;
  letter-spacing: .024em;
  color: #69777c;
}
.box-video-01 .description {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.69231;
}
.box-video-01 .description > *:last-child {
  margin-bottom: 0;
}
.box-video-01 .icon-window-01 {
  /* slick.css で display:blockにされるので上書き */
  display: inline;
}

/**
 * .box-01.training
**/
.content-body .region-main .box-01.training {
  margin: 0;
}

.box-01.training {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 2.30769;
  float: right;
  min-width: 260px;
  margin: 0;
  padding: 28px 40px 18px;
  background: #f2f2f4;
}
.box-01.training .title {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.76923;
  position: relative;
}
.box-01.training .title::after {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  display: block;
  width: 19px;
  height: 19px;
  content: "";
  background: url("/services/training/images/icon-training_04_o.png") no-repeat center;
}
.box-01.training > *:last-child {
  margin-bottom: 0;
}

/**
 * .box-training-01
**/
.box-training-01 {
  overflow: hidden;
  margin-bottom: 30px;
  padding: 21px 20px;
  background-color: #f2f2f4;
}
.box-training-01 p {
  line-height: 21px;
  margin-bottom: 0;
}
.box-training-01 .img {
  float: right;
  width: 120px;
  margin-right: 30px;
}
.box-training-01 .text {
  float: left;
  width: calc(100% - 150px);
}
.box-training-01 .text .head {
  font-size: 32px;
  line-height: 40px;
  color: #0062b2;
}
.box-training-01 .text .content {
  font-size: 18px;
  color: #333b41;
}
.box-training-01 .text .label {
  line-height: 15px;
  display: inline-block;
  padding: 3px 14px 3px 11px;
  color: #ffffff;
  background-color: #6f757e;
}

/**
 * .box-ad-kibit-01
**/
.box-ad-kibit-01 {
  margin: 0 auto;
  background-color: #000000;
}
.box-ad-kibit-01 > a {
  display: table;
  width: 100%;
  text-decoration: none;
}
.box-ad-kibit-01 > a > .col {
  display: table-cell;
  overflow: hidden;
  box-sizing: border-box;
  width: 50%;
  height: 320px;
  text-align: center;
  vertical-align: middle;
}
.box-ad-kibit-01 > a > .col p {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 2.15385;
  color: #ffffff;
}
.box-ad-kibit-01 > a > .col .lead {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.77778;
  font-weight: 500;
  margin-bottom: 20px;
}
.box-ad-kibit-01 > a > .col:first-child {
  padding: 0 20px 4px 30px;
}
.box-ad-kibit-01 > a > .col:last-child {
  position: relative;
  padding: 10px 80px 0 50px;
}
.box-ad-kibit-01 > a > .col:last-child > * {
  position: relative;
  z-index: 1;
}
.box-ad-kibit-01 > a > .col:last-child > .img {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  min-width: 640px;
  height: 320px;
  transition: all .7s ease;
}
.box-ad-kibit-01 > a > .col:last-child > .img img {
  width: 100%;
}
.box-ad-kibit-01 > a > .col:last-child::before, .box-ad-kibit-01 > a > .col:last-child::after {
  position: absolute;
  z-index: 2;
  right: 50%;
  display: block;
  content: "";
}
.box-ad-kibit-01 > a > .col:last-child::before {
  bottom: 24px;
  width: 14px;
  height: 14px;
  margin: 0 -22px 0 0;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  border-top: #c5ced2 2px solid;
  border-left: #c5ced2 2px solid;
}
.box-ad-kibit-01 > a > .col:last-child::after {
  bottom: 30px;
  width: 48px;
  height: 2px;
  margin: 0 -22px 0 0;
  background: #c5ced2;
}
.box-ad-kibit-01 > a:hover > .col:last-child > .img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

/* -----------------------------------------------
 * Module: Column
** -------------------------------------------- */
/**
 * .lay-column2
**/
.lay-column2 {
  margin: -50px 0 40px -7.02703%;
  clear: both;
}
.lay-column2 > .col {
  float: left;
  width: 50%;
  padding-left: 7.02703%;
  margin: 50px 0 0 0;
}
.lay-column2 > .col:nth-child(2n+1) {
  clear: both;
}
.lay-column2 > .col > [class*="heading-"]:first-child {
  margin-top: 0;
}
.lay-column2 > .col > *:last-child {
  margin-bottom: 0;
}
.lay-column2 .date p {
  font-size: 12px;
  font-size: 1.2rem;
}

/**
 * .lay-column2-full-01
**/
.lay-column2-full-01 {
  margin: -50px 0 40px -9.09091%;
  clear: both;
}
.lay-column2-full-01 > .col {
  float: left;
  width: 50%;
  padding-left: 9.09091%;
  margin: 50px 0 0 0;
}
.lay-column2-full-01 > .col:nth-child(2n+1) {
  clear: both;
}
.lay-column2-full-01 > .col > [class*="heading-"]:first-child {
  margin-top: 0;
}
.lay-column2-full-01 > .col > *:last-child {
  margin-bottom: 0;
}

/**
 * .lay-column3
**/
.lay-column3 {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 2.30769;
  margin: -50px 0 40px -7.02703%;
  clear: both;
}
.lay-column3 > .col {
  float: left;
  width: 33.333333%;
  padding-left: 7.02703%;
  margin: 50px 0 0 0;
}
.lay-column3 > .col:nth-child(3n+1) {
  clear: both;
}
.lay-column3 > .col > [class*="heading-"]:first-child {
  margin-top: 0;
}
.lay-column3 > .col > *:last-child {
  margin-bottom: 0;
}

/**
 * .lay-column3-full-01
**/
.lay-column3-full-01 {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 2.30769;
  margin: -50px 0 40px -9.09091%;
  clear: both;
}
.lay-column3-full-01 > .col {
  float: left;
  width: 33.333333%;
  padding-left: 9.09091%;
  margin: 50px 0 0 0;
}
.lay-column3-full-01 > .col:nth-child(3n+1) {
  clear: both;
}
.lay-column3-full-01 > .col > [class*="heading-"]:first-child {
  margin-top: 0;
}
.lay-column3-full-01 > .col > *:last-child {
  margin-bottom: 0;
}

/**
 * .lyt-media
**/
.lyt-media-01 {
  display: table;
  width: 100%;
  margin: 0 0 39px;
  table-layout: fixed;
}
.lyt-media-01 > .inner,
.lyt-media-01 > span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.lyt-media-01 > .inner > img,
.lyt-media-01 > span > img {
  max-width: 100%;
}
.lyt-media-01 > .inner .caption,
.lyt-media-01 > span .caption {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.8;
  display: block;
  margin-top: 8px;
  color: #5c6267;
}

/**
 * .lay-media-map-01
**/
.lay-media-map-01 {
  width: 100%;
  height: 290px;
  margin-bottom: 30px;
}

/**
 * .lay-image
**/
.lay-image, .str-outer.unq-products .unq-products-lay-image-01 {
  margin: 0 0 39px 0;
}
.lay-image.no-adjust .img, .str-outer.unq-products .no-adjust.unq-products-lay-image-01 .img {
  width: auto !important;
}
.lay-image .text > [class*="heading-"]:first-child, .str-outer.unq-products .unq-products-lay-image-01 .text > [class*="heading-"]:first-child {
  margin-top: 0;
}
.lay-image > a > .img > *:last-child, .str-outer.unq-products .unq-products-lay-image-01 > a > .img > *:last-child,
.lay-image > .img > *:last-child,
.str-outer.unq-products .unq-products-lay-image-01 > .img > *:last-child {
  margin-bottom: 0;
}
.lay-image > a > .text > *:last-child, .str-outer.unq-products .unq-products-lay-image-01 > a > .text > *:last-child,
.lay-image > .text > *:last-child,
.str-outer.unq-products .unq-products-lay-image-01 > .text > *:last-child {
  margin-bottom: 0;
}
.lay-image .caption, .str-outer.unq-products .unq-products-lay-image-01 .caption {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.6;
  display: block;
  margin-top: 8px;
  text-align: left;
  color: #5c6267;
}
.lay-image.img-posl > a > .img, .str-outer.unq-products .img-posl.unq-products-lay-image-01 > a > .img,
.lay-image.img-posl > .img,
.str-outer.unq-products .img-posl.unq-products-lay-image-01 > .img {
  float: left;
  margin-right: 7.83784%;
}
.lay-image.img-posl > a > .text, .str-outer.unq-products .img-posl.unq-products-lay-image-01 > a > .text,
.lay-image.img-posl > .text,
.str-outer.unq-products .img-posl.unq-products-lay-image-01 > .text {
  overflow: hidden;
}
.lay-image.img-posr > a > .img, .str-outer.unq-products .img-posr.unq-products-lay-image-01 > a > .img,
.lay-image.img-posr > .img,
.str-outer.unq-products .img-posr.unq-products-lay-image-01 > .img {
  float: right;
  margin-left: 7.83784%;
}
.lay-image.img-posr > a > .text, .str-outer.unq-products .img-posr.unq-products-lay-image-01 > a > .text,
.lay-image.img-posr > .text,
.str-outer.unq-products .img-posr.unq-products-lay-image-01 > .text {
  overflow: hidden;
}
.lay-image.img-flt > a > .text, .str-outer.unq-products .img-flt.unq-products-lay-image-01 > a > .text,
.lay-image.img-flt > .text,
.str-outer.unq-products .img-flt.unq-products-lay-image-01 > .text {
  overflow: visible;
}
.lay-image.img-col2, .str-outer.unq-products .img-col2.unq-products-lay-image-01 {
  margin: -51px 0 39px -13.51351%;
}
.lay-image.img-col2 img, .str-outer.unq-products .img-col2.unq-products-lay-image-01 img {
  width: 100%;
}
.lay-image.img-col2 > li, .str-outer.unq-products .img-col2.unq-products-lay-image-01 > li {
  float: left;
  width: 50%;
  margin: 51px 0 0;
  padding-left: 11.90476%;
}
.lay-image.img-col2 > li:nth-child(2n+1), .str-outer.unq-products .img-col2.unq-products-lay-image-01 > li:nth-child(2n+1) {
  clear: both;
}
.lay-image.img-col2 > li > *, .str-outer.unq-products .img-col2.unq-products-lay-image-01 > li > * {
  text-align: center;
}
.lay-image.img-col2 > li > *:last-child, .str-outer.unq-products .img-col2.unq-products-lay-image-01 > li > *:last-child {
  margin-bottom: 0;
}
.lay-image.img-col3, .str-outer.unq-products .img-col3.unq-products-lay-image-01 {
  margin: -51px 0 39px -8.10811%;
}
.lay-image.img-col3 img, .str-outer.unq-products .img-col3.unq-products-lay-image-01 img {
  width: 100%;
}
.lay-image.img-col3 > li, .str-outer.unq-products .img-col3.unq-products-lay-image-01 > li {
  float: left;
  width: 33.333333%;
  margin: 51px 0 0;
  padding-left: 7.5%;
}
.lay-image.img-col3 > li:nth-child(3n+1), .str-outer.unq-products .img-col3.unq-products-lay-image-01 > li:nth-child(3n+1) {
  clear: both;
}
.lay-image.img-col3 > li > *, .str-outer.unq-products .img-col3.unq-products-lay-image-01 > li > * {
  text-align: center;
}
.lay-image.img-col3 > li > *:last-child, .str-outer.unq-products .img-col3.unq-products-lay-image-01 > li > *:last-child {
  margin-bottom: 0;
}
.lay-image.img-col4, .str-outer.unq-products .img-col4.unq-products-lay-image-01 {
  margin: -51px 0 39px -2.7027%;
}
.lay-image.img-col4 img, .str-outer.unq-products .img-col4.unq-products-lay-image-01 img {
  width: 100%;
}
.lay-image.img-col4 > li, .str-outer.unq-products .img-col4.unq-products-lay-image-01 > li {
  float: left;
  width: 25%;
  margin: 51px 0 0;
  padding-left: 2.63158%;
}
.lay-image.img-col4 > li:nth-child(4n+1), .str-outer.unq-products .img-col4.unq-products-lay-image-01 > li:nth-child(4n+1) {
  clear: both;
}
.lay-image.img-col4 > li > *, .str-outer.unq-products .img-col4.unq-products-lay-image-01 > li > * {
  text-align: center;
}
.lay-image.img-col4 > li > *:last-child, .str-outer.unq-products .img-col4.unq-products-lay-image-01 > li > *:last-child {
  margin-bottom: 0;
}
.lay-image[class*="img-col"].img-width-auto img, .str-outer.unq-products [class*="img-col"].img-width-auto.unq-products-lay-image-01 img {
  width: auto;
}
.lay-image[class*="img-col"].img-width-auto .caption, .str-outer.unq-products [class*="img-col"].img-width-auto.unq-products-lay-image-01 .caption {
  text-align: center;
}

/**
 * component
** -------------------------------------------- */
/**
 * .comp-download
**/
.comp-download .lay-image, .comp-download .str-outer.unq-products .unq-products-lay-image-01, .str-outer.unq-products .comp-download .unq-products-lay-image-01 {
  font-size: 13px;
}
.comp-download .lay-image .text, .comp-download .str-outer.unq-products .unq-products-lay-image-01 .text, .str-outer.unq-products .comp-download .unq-products-lay-image-01 .text {
  line-height: 2.4;
  margin: -6px 0 0;
}

/**
 * .comp-iframe-01 {
**/
.comp-iframe-01 {
  width: 100%;
}

/* -----------------------------------------------
 * Module: Navigation
** -------------------------------------------- */
/**
 * .nav-pageinner-01
**/
.nav-pageinner-01 {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.36364;
  margin: 0 0 100px -8px;
}
.nav-pageinner-01 > li {
  display: table;
  float: left;
  width: 100%;
  width: calc(20% - 8px);
  margin: 0 0 0 8px;
}
.nav-pageinner-01 a {
  position: relative;
  display: table-cell;
  padding: 16px 10px 6px 5px;
  vertical-align: middle;
  text-decoration: none;
  color: #43484c;
  border-bottom: 1px solid #dbe0e3;
}
.nav-pageinner-01 a:hover, .nav-pageinner-01 a:focus, .nav-pageinner-01 a:active {
  color: #0062b2;
  border-color: #0062b2;
}
.nav-pageinner-01 a:hover:before, .nav-pageinner-01 a:focus:before, .nav-pageinner-01 a:active:before {
  border-color: #0062b2;
}
.nav-pageinner-01 a:hover:after, .nav-pageinner-01 a:focus:after, .nav-pageinner-01 a:active:after {
  background: #0062b2;
}
.nav-pageinner-01 a:before {
  position: absolute;
  right: 4px;
  bottom: 12px;
  display: block;
  width: 7px;
  height: 7px;
  content: "";
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  border-top: #6f757e 1px solid;
  border-left: #6f757e 1px solid;
}
.nav-pageinner-01 a:after {
  position: absolute;
  right: 7px;
  bottom: 13px;
  display: block;
  width: 1px;
  height: 10px;
  content: "";
  background: #6f757e;
}

/**
 * .nav-pageinner-02
**/
.nav-pageinner-02 > li {
  position: relative;
  display: table;
  float: left;
  width: 140px;
  margin: 0 8px 0 0;
  transition: .2s;
  vertical-align: middle;
  border-bottom: 1px solid #dbe0e3;
}
.nav-pageinner-02 > li:hover, .nav-pageinner-02 > li:focus, .nav-pageinner-02 > li:active {
  border-bottom: 1px solid #0062b2;
}
.nav-pageinner-02 a {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.45455;
  position: relative;
  display: table-cell;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: .036em;
  color: #43484c;
}
.nav-pageinner-02 a:hover, .nav-pageinner-02 a:focus, .nav-pageinner-02 a:active {
  color: #0062b2;
}
.nav-pageinner-02 a:hover:before, .nav-pageinner-02 a:focus:before, .nav-pageinner-02 a:active:before {
  border-color: #0062b2;
}
.nav-pageinner-02 a:hover:after, .nav-pageinner-02 a:focus:after, .nav-pageinner-02 a:active:after {
  background: #0062b2;
}
.nav-pageinner-02 a > span {
  display: block;
  padding: 5px 5px 4px;
}
.nav-pageinner-02 a:before {
  position: absolute;
  right: 3px;
  bottom: 13px;
  display: block;
  width: 7px;
  height: 7px;
  content: "";
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  border-top: #6f757e 1px solid;
  border-left: #6f757e 1px solid;
}
.nav-pageinner-02 a:after {
  position: absolute;
  right: 6px;
  bottom: 13px;
  display: block;
  width: 1px;
  height: 10px;
  content: "";
  background: #6f757e;
}

/**
 * .nav-pagefooter-01
**/
.nav-pagefooter-01 {
  margin: 0 0 30px 0;
}
.nav-pagefooter-01 > .title {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
  margin: 0 0 20px 0;
  padding: 0 10px 10px 10px;
  color: #333b41;
  border-bottom: #abadb1 1px solid;
}
.nav-pagefooter-01 > .title + .link-02,
.nav-pagefooter-01 > .title + .link-01,
.nav-pagefooter-01 > .title + .link-01 + .link-02 {
  margin-left: -3px;
}
.nav-pagefooter-01 > .title + .link-01 {
  margin-left: 10px;
}
.nav-pagefooter-01 > *:last-child {
  margin-bottom: 0;
}
.nav-pagefooter-01 a {
  text-decoration: none;
}

/**
 * .nav-tab-01
**/
.nav-tab-01 {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.23077;
  font-weight: 500;
  display: table;
  width: 100%;
  max-width: 560px;
  margin: 0 auto 30px;
  table-layout: fixed;
  letter-spacing: .03em;
}
.nav-tab-01 li {
  position: relative;
  display: table-cell;
  padding: 0 20px;
  text-align: center;
  vertical-align: middle;
}
.nav-tab-01 li:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 1px;
  height: 1.2em;
  margin: -.6em 0 0 0;
  content: "";
  background: #abadb1;
}
.nav-tab-01 li:first-child:before {
  display: none;
}
.nav-tab-01 a {
  display: inline-block;
  width: 100%;
  max-width: 240px;
  padding: 11px 20px 8px 20px;
  text-decoration: none;
  color: #43484c;
  border: #ffffff 2px solid;
  border-radius: 30px;
}
.nav-tab-01 a:hover, .nav-tab-01 a:focus, .nav-tab-01 a:active {
  color: #0062b2;
}
.nav-tab-01 .current a {
  color: #0062b2;
  border-color: #0062b2;
}
.nav-tab-01.small {
  max-width: 600px;
}
.nav-tab-01.small li {
  padding: 0 15px;
}
.nav-tab-01.small a {
  padding: 4px 10px 2px 10px;
}

/**
 * .nav-tab-02
**/
.nav-tab-02 {
  display: table;
  width: 100%;
  margin: 0 0 62px;
  padding: 0 25px;
  table-layout: fixed;
  border-bottom: 1px solid #abadb1;
}
.nav-tab-02 > li {
  position: relative;
  display: table-cell;
  text-align: center;
  text-align: center;
  vertical-align: bottom;
}
.nav-tab-02 > li:first-child a {
  margin: 0 auto 0 0 !important;
}
.nav-tab-02 > li:last-child a {
  margin: 0 0 0 auto;
}
.nav-tab-02 > li.current a {
  margin-bottom: -1px !important;
  padding: 8px 0 4px;
  color: #9b9ea1;
  border: 1px solid #abadb1;
  border-bottom: 1px solid #ffffff;
  background: #ffffff;
}
.nav-tab-02 > li a {
  line-height: 1.23077;
  font-size: 13px;
  font-size: 1.3rem;
  display: block;
  width: 100%;
  max-width: 138px;
  margin: 0 auto;
  padding: 9px 10px 4px;
  text-decoration: none;
  letter-spacing: .024em;
}
.nav-tab-02 > li a:hover, .nav-tab-02 > li a:focus, .nav-tab-02 > li a:active {
  color: #0062b2;
}
.nav-tab-02 > li a:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
}

/**
 * .comp-search-01
**/
.comp-search-01 .heading-01-01 {
  margin: 0 auto 40px;
}
.comp-search-01 .box-form-01 {
  margin: 0 auto 30px;
  padding: 10px 10px 20px;
  background-color: #f2f2f4;
}
.comp-search-01 .box-form-01 form {
  margin: 0;
  padding: 0;
}
.comp-search-01 .box-form-01 label {
  font-weight: 500;
  display: block;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: none;
}
.comp-search-01 .box-form-01 label span.label {
  line-height: 1.2;
  display: block;
  margin: 0 0 11px;
  padding: 10px 0 1px 19px;
  letter-spacing: 1px;
}
.comp-search-01 .box-form-01 .box-form-01-ui {
  margin-top: 13px;
  margin-bottom: 10px;
}
.comp-search-01 .box-form-01 .box-form-01-input {
  overflow: hidden;
}
.comp-search-01 .box-form-01 input[type="search"],
.comp-search-01 .box-form-01 input.text {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1;
  display: block;
  float: left;
  width: 480px;
  height: 48px;
  margin: 0 0 0 19px;
  padding: 6px;
  border: 0;
  background: #ffffff;
}
.comp-search-01 .box-form-01 .button {
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0 0 0 20px;
  padding: 8px 83px 5px 68px;
  transition: background-color .2s ease, color .2s ease;
  text-align: center;
  border: 2px solid #39464c;
  background: transparent;
  background: url("/common/images/btn-search_02.png") rgba(0, 0, 0, 0) 112px center no-repeat;
}
html[lang="en"] .comp-search-01 .box-form-01 .button {
  max-width: 179px;
  padding-right: 68px;
}
.comp-search-01 .box-form-01 .button:focus, .comp-search-01 .box-form-01 .button:hover {
  color: #ffffff;
  background-color: #39464c;
  background-image: url("/common/images/btn-search_01.png");
}
.comp-search-01 .gsc-wrapper {
  line-height: 1.7429;
}
.comp-search-01 .gsc-selected-option-container {
  max-width: 100%;
}

/* -----------------------------------------------
 * Module: Label
** -------------------------------------------- */
/**
 * .label-01
**/
.label-01 {
  font-size: 13px;
  font-size: 1.3rem;
  color: #39464c;
  line-height: 1;
  min-width: 70px;
  text-align: center;
  display: inline-block;
  letter-spacing: 0.08em;
  background: #f3f4f4;
  padding: 5px 9px;
  margin: 0 15px 0 0;
}

/**
 * .label-library
**/
/**
 * .label-required
**/
.label-required {
  font-size: 11px;
  font-size: 1.1rem;
  color: #ed760d;
  display: inline-block;
  line-height: 1;
}

/**
 * .label-new
**/
.label-new {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 500;
  color: #ed7c0d;
  line-height: 1;
  display: inline-block;
  margin: 0 4px;
}

/**
 * .label-en
**/
.label-en {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  color: #ffffff;
  background: #69777c;
  display: inline-block;
  padding: 2px 13px .05em;
  border-radius: 30px;
  margin: 0 4px;
}

/**
 * .label-news
**/
.label-news-01, .label-news-02, .label-news-03 {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  font-weight: normal;
  display: inline-block;
  padding: 5px 10px 4px 18px;
  border-radius: 30px;
  position: relative;
}
.label-news-01:before, .label-news-02:before, .label-news-03:before {
  content: "";
  display: block;
  width: 5px;
  height: 1px;
  position: absolute;
  left: 6px;
  top: 50%;
  margin: -1px 0 0 0;
}

.label-news-01 {
  color: #3d6f9b;
  background: #e7eef3;
}
.label-news-01:before {
  background: #3d6f9b;
}

.label-news-02 {
  color: #4791a3;
  background: #e7f1f1;
}
.label-news-02:before {
  background: #4791a3;
}

.label-news-03 {
  color: #2d485d;
  background: #e6eaed;
}
.label-news-03:before {
  background: #2d485d;
}

/**
 * .icon-window-01
**/
.icon-window-01 {
  margin: 0 5px;
  vertical-align: baseline;
}

/**
 * .icon-pdf-01
**/
.icon-pdf-01 {
  margin: 0 5px;
  vertical-align: sub;
}

/**
 * .icon-seminar-01
**/
.icon-seminar-01 {
  line-height: 1.1;
  width: 100%;
  max-width: 90px;
  padding: 0 10px 9px;
  text-align: center;
  color: #f3f4f4;
  background: #39464c url(/seminars/images/icon-seminars-01.png) no-repeat center;
}
.icon-seminar-01 > .location {
  font-size: 13px;
  font-size: 1.3rem;
  display: block;
  margin: 0;
  padding: 5px 0 4px;
  letter-spacing: .046em;
  color: #39464c;
  background: #f3f4f4;
}
.icon-seminar-01 > .title {
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1;
  position: relative;
  display: block;
  margin: 33px 0 38px;
  letter-spacing: -.01em;
}
.icon-seminar-01 > .title:after {
  position: absolute;
  bottom: -8px;
  left: 50%;
  display: block;
  width: 20px;
  height: 1px;
  margin: 0 0 0 -10px;
  content: "";
  background: #ffffff;
}
.icon-seminar-01 > .title > em {
  font-weight: 400;
}
.icon-seminar-01 > .date {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  display: block;
  display: block;
  margin: 0;
  padding: 1px 0 0;
  color: #39464c;
  border-radius: 30px;
  background: #f3f4f4;
}

/* -----------------------------------------------
 * Module: Button
** -------------------------------------------- */
.btn-01, .btn-large-01, .str-outer.unq-kibit .unq-kibit-btn-01 > a, .btn-medium-01, .btn-small-01, .btn-form-01 .btn-next, .btn-form-01 .btn-prev {
  font-weight: 500;
  position: relative;
  display: inline-block;
  text-align: center;
  color: #333b41;
  border: #333b41 2px solid;
  background: transparent;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn-01:hover, .btn-large-01:hover, .str-outer.unq-kibit .unq-kibit-btn-01 > a:hover, .btn-medium-01:hover, .btn-small-01:hover, .btn-form-01 .btn-next:hover, .btn-form-01 .btn-prev:hover, .btn-01:focus, .btn-large-01:focus, .str-outer.unq-kibit .unq-kibit-btn-01 > a:focus, .btn-medium-01:focus, .btn-small-01:focus, .btn-form-01 .btn-next:focus, .btn-form-01 .btn-prev:focus, .btn-01:active, .btn-large-01:active, .str-outer.unq-kibit .unq-kibit-btn-01 > a:active, .btn-medium-01:active, .btn-small-01:active, .btn-form-01 .btn-next:active, .btn-form-01 .btn-prev:active {
  color: #ffffff;
  background: #333b41;
}
.btn-01:hover > span:before, .btn-large-01:hover > span:before, .str-outer.unq-kibit .unq-kibit-btn-01 > a:hover > span:before, .btn-medium-01:hover > span:before, .btn-small-01:hover > span:before, .btn-form-01 .btn-next:hover > span:before, .btn-form-01 .btn-prev:hover > span:before, .btn-01:focus > span:before, .btn-large-01:focus > span:before, .str-outer.unq-kibit .unq-kibit-btn-01 > a:focus > span:before, .btn-medium-01:focus > span:before, .btn-small-01:focus > span:before, .btn-form-01 .btn-next:focus > span:before, .btn-form-01 .btn-prev:focus > span:before, .btn-01:active > span:before, .btn-large-01:active > span:before, .str-outer.unq-kibit .unq-kibit-btn-01 > a:active > span:before, .btn-medium-01:active > span:before, .btn-small-01:active > span:before, .btn-form-01 .btn-next:active > span:before, .btn-form-01 .btn-prev:active > span:before {
  border-top-color: #ffffff;
  border-left-color: #ffffff;
}
.btn-01:hover > span:after, .btn-large-01:hover > span:after, .str-outer.unq-kibit .unq-kibit-btn-01 > a:hover > span:after, .btn-medium-01:hover > span:after, .btn-small-01:hover > span:after, .btn-form-01 .btn-next:hover > span:after, .btn-form-01 .btn-prev:hover > span:after, .btn-01:focus > span:after, .btn-large-01:focus > span:after, .str-outer.unq-kibit .unq-kibit-btn-01 > a:focus > span:after, .btn-medium-01:focus > span:after, .btn-small-01:focus > span:after, .btn-form-01 .btn-next:focus > span:after, .btn-form-01 .btn-prev:focus > span:after, .btn-01:active > span:after, .btn-large-01:active > span:after, .str-outer.unq-kibit .unq-kibit-btn-01 > a:active > span:after, .btn-medium-01:active > span:after, .btn-small-01:active > span:after, .btn-form-01 .btn-next:active > span:after, .btn-form-01 .btn-prev:active > span:after {
  background: #ffffff;
}
.btn-01 > span, .btn-large-01 > span, .str-outer.unq-kibit .unq-kibit-btn-01 > a > span, .btn-medium-01 > span, .btn-small-01 > span, .btn-form-01 .btn-next > span, .btn-form-01 .btn-prev > span {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 10px 70px;
}
.btn-01 > span:before, .btn-large-01 > span:before, .str-outer.unq-kibit .unq-kibit-btn-01 > a > span:before, .btn-medium-01 > span:before, .btn-small-01 > span:before, .btn-form-01 .btn-next > span:before, .btn-form-01 .btn-prev > span:before, .btn-01 > span:after, .btn-large-01 > span:after, .str-outer.unq-kibit .unq-kibit-btn-01 > a > span:after, .btn-medium-01 > span:after, .btn-small-01 > span:after, .btn-form-01 .btn-next > span:after, .btn-form-01 .btn-prev > span:after {
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn-01 > span:before, .btn-large-01 > span:before, .str-outer.unq-kibit .unq-kibit-btn-01 > a > span:before, .btn-medium-01 > span:before, .btn-small-01 > span:before, .btn-form-01 .btn-next > span:before, .btn-form-01 .btn-prev > span:before {
  position: absolute;
  top: 50%;
  display: block;
  content: "";
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.btn-01 > span:after, .btn-large-01 > span:after, .str-outer.unq-kibit .unq-kibit-btn-01 > a > span:after, .btn-medium-01 > span:after, .btn-small-01 > span:after, .btn-form-01 .btn-next > span:after, .btn-form-01 .btn-prev > span:after {
  position: absolute;
  top: 50%;
  display: block;
  content: "";
}
.icon.btn-01 > span:before, .icon.btn-large-01 > span:before, .str-outer.unq-kibit .unq-kibit-btn-01 > a.icon > span:before, .icon.btn-medium-01 > span:before, .icon.btn-small-01 > span:before, .btn-form-01 .icon.btn-next > span:before, .btn-form-01 .icon.btn-prev > span:before, .icon.btn-01 > span:after, .icon.btn-large-01 > span:after, .str-outer.unq-kibit .unq-kibit-btn-01 > a.icon > span:after, .icon.btn-medium-01 > span:after, .icon.btn-small-01 > span:after, .btn-form-01 .icon.btn-next > span:after, .btn-form-01 .icon.btn-prev > span:after, .ir.btn-01 > span:before, .ir.btn-large-01 > span:before, .str-outer.unq-kibit .unq-kibit-btn-01 > a.ir > span:before, .ir.btn-medium-01 > span:before, .ir.btn-small-01 > span:before, .btn-form-01 .ir.btn-next > span:before, .btn-form-01 .ir.btn-prev > span:before, .ir.btn-01 > span:after, .ir.btn-large-01 > span:after, .str-outer.unq-kibit .unq-kibit-btn-01 > a.ir > span:after, .ir.btn-medium-01 > span:after, .ir.btn-small-01 > span:after, .btn-form-01 .ir.btn-next > span:after, .btn-form-01 .ir.btn-prev > span:after, .training.btn-01 > span:before, .training.btn-large-01 > span:before, .str-outer.unq-kibit .unq-kibit-btn-01 > a.training > span:before, .training.btn-medium-01 > span:before, .training.btn-small-01 > span:before, .btn-form-01 .training.btn-next > span:before, .btn-form-01 .training.btn-prev > span:before, .training.btn-01 > span:after, .training.btn-large-01 > span:after, .str-outer.unq-kibit .unq-kibit-btn-01 > a.training > span:after, .training.btn-medium-01 > span:after, .training.btn-small-01 > span:after, .btn-form-01 .training.btn-next > span:after, .btn-form-01 .training.btn-prev > span:after, .zip.btn-01 > span:before, .zip.btn-large-01 > span:before, .str-outer.unq-kibit .unq-kibit-btn-01 > a.zip > span:before, .zip.btn-medium-01 > span:before, .zip.btn-small-01 > span:before, .btn-form-01 .zip.btn-next > span:before, .btn-form-01 .zip.btn-prev > span:before, .zip.btn-01 > span:after, .zip.btn-large-01 > span:after, .str-outer.unq-kibit .unq-kibit-btn-01 > a.zip > span:after, .zip.btn-medium-01 > span:after, .zip.btn-small-01 > span:after, .btn-form-01 .zip.btn-next > span:after, .btn-form-01 .zip.btn-prev > span:after, .print.btn-01 > span:before, .print.btn-large-01 > span:before, .str-outer.unq-kibit .unq-kibit-btn-01 > a.print > span:before, .print.btn-medium-01 > span:before, .print.btn-small-01 > span:before, .btn-form-01 .print.btn-next > span:before, .btn-form-01 .print.btn-prev > span:before, .print.btn-01 > span:after, .print.btn-large-01 > span:after, .str-outer.unq-kibit .unq-kibit-btn-01 > a.print > span:after, .print.btn-medium-01 > span:after, .print.btn-small-01 > span:after, .btn-form-01 .print.btn-next > span:after, .btn-form-01 .print.btn-prev > span:after {
  display: none;
}
.icon.btn-01 [class*="icon-window-"], .icon.btn-large-01 [class*="icon-window-"], .str-outer.unq-kibit .unq-kibit-btn-01 > a.icon [class*="icon-window-"], .icon.btn-medium-01 [class*="icon-window-"], .icon.btn-small-01 [class*="icon-window-"], .btn-form-01 .icon.btn-next [class*="icon-window-"], .btn-form-01 .icon.btn-prev [class*="icon-window-"] {
  margin-left: 12px;
}

/**
 * .btn-01
**/
/**
 * .btn-large-01
**/
.btn-large-01, .str-outer.unq-kibit .unq-kibit-btn-01 > a {
  font-size: 16px;
  font-size: 1.6rem;
  min-width: 303px;
  letter-spacing: .01em;
  padding: 13px 27px 14px 25px;
}
.btn-large-01 > span, .str-outer.unq-kibit .unq-kibit-btn-01 > a > span {
  padding: 0 63px 0 15px;
}
.btn-large-01 > span:before, .str-outer.unq-kibit .unq-kibit-btn-01 > a > span:before {
  right: 0px;
  width: 14px;
  height: 14px;
  margin: -7px 0 0 0;
  border-top: #6f757e 2px solid;
  border-left: #6f757e 2px solid;
}
.btn-large-01 > span:after, .str-outer.unq-kibit .unq-kibit-btn-01 > a > span:after {
  right: -1px;
  width: 48px;
  height: 2px;
  margin: -1px 0 0 0;
  background: #6f757e;
}
.btn-large-01.icon > span, .str-outer.unq-kibit .unq-kibit-btn-01 > a.icon > span {
  padding-right: 50px;
}

/**
 * .btn-medium-01
**/
.btn-medium-01 {
  font-size: 14px;
  font-size: 1.4rem;
  min-width: 234px;
  letter-spacing: .01em;
  padding: 10px 27px 11px 25px;
}
.btn-medium-01 > span {
  padding: 0px 43px 0px 15px;
}
.btn-medium-01 > span:before {
  right: 0px;
  width: 10px;
  height: 10px;
  margin: -6px 0 0 0;
  border-top: #6f757e 2px solid;
  border-left: #6f757e 2px solid;
}
.btn-medium-01 > span:after {
  right: 0px;
  width: 28px;
  height: 2px;
  margin: -2px 0 0 0;
  background: #6f757e;
}
.btn-medium-01.icon > span {
  padding-right: 49px;
}
.btn-medium-01.print:hover > span:after, .btn-medium-01.print:focus > span:after, .btn-medium-01.print:active > span:after {
  background: url("/common/images/icon-print_01_h.png") no-repeat center;
}
.btn-medium-01.print > span {
  padding: 0px 55px 0px 32px;
}
.btn-medium-01.print > span:after {
  display: block;
  width: 22px;
  height: 22px;
  margin: -12px 0 0 0;
  background: url("/common/images/icon-print_01_o.png") no-repeat center;
}

/**
 * .btn-small-01
**/
.btn-small-01 {
  font-size: 12px;
  font-size: 1.2rem;
  min-width: 180px;
  letter-spacing: .01em;
  padding: 6px 20px 6px 25px;
}
.btn-small-01 > span {
  padding: 0 38px 0 14px;
}
.btn-small-01 > span:before {
  right: 0;
  width: 10px;
  height: 10px;
  margin: -6px 0 0 0;
  border-top: #6f757e 2px solid;
  border-left: #6f757e 2px solid;
}
.btn-small-01 > span:after {
  right: 0px;
  width: 24px;
  height: 2px;
  margin: -2px 0 0 0;
  background: #6f757e;
}
.btn-small-01.icon > span {
  padding-right: 0;
}
.btn-small-01.ir:hover > span:after, .btn-small-01.ir:focus > span:after, .btn-small-01.ir:active > span:after {
  background: url("/common/images/icon-window_03_h.png") no-repeat center;
}
.btn-small-01.ir > span {
  padding: 0 27px 0 9px;
}
.btn-small-01.ir > span:after {
  display: block;
  width: 18px;
  height: 15px;
  margin: -7.5px 0 0 0;
  background: url("/common/images/icon-window_03_o.png") no-repeat center;
}
.btn-small-01.training:hover > span:after, .btn-small-01.training:focus > span:after, .btn-small-01.training:active > span:after {
  background: url("/services/training/images/icon-training_04_h.png") no-repeat center;
}
.btn-small-01.training > span {
  padding: 0 35px 0 9px;
}
.btn-small-01.training > span:after {
  display: block;
  width: 19px;
  height: 19px;
  margin: -10px 0 0 0;
  background: url("/services/training/images/icon-training_04_o.png") no-repeat center;
}

/**
 * .btn-01.toggle
**/
.btn-01.toggle {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.6;
  min-width: 110px;
  border-width: 1px;
}
.btn-01.toggle:hover, .btn-01.toggle:focus, .btn-01.toggle:active {
  color: #0062b2;
  background: #ffffff;
}
.btn-01.toggle:hover > span:before, .btn-01.toggle:focus > span:before, .btn-01.toggle:active > span:before {
  border-color: #0062b2;
}
.btn-01.toggle:hover > span:after, .btn-01.toggle:focus > span:after, .btn-01.toggle:active > span:after {
  background: #0062b2;
}
.btn-01.toggle > span {
  position: relative;
  padding: 6px 26px 3px 14px;
}
.btn-01.toggle > span:before {
  top: auto;
  right: 28px;
  bottom: 9px;
  width: 5px;
  height: 5px;
  margin: 0;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  border-top: #6f757e 1px solid;
  border-left: #6f757e 1px solid;
}
.btn-01.toggle > span:after {
  top: auto;
  right: 30px;
  bottom: 9px;
  width: 1px;
  height: 12px;
  margin: 0;
  background: #617680;
}
.btn-01.toggle.OpenStat {
  background: #ffffff;
  border-bottom-color: #ffffff;
}
.btn-01.toggle.OpenStat > span:before {
  bottom: 16px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/**
 * .btn-form-01
**/
.btn-form-01 {
  display: table;
  max-width: 700px;
  margin: 0 auto 53px;
  table-layout: fixed;
}
.btn-form-01 > li {
  display: table-cell;
  width: 50%;
  padding: 0 30px;
  text-align: center;
  vertical-align: middle;
}
.btn-form-01 > li:first-child {
  padding-left: 0;
}
.btn-form-01 > li:last-child {
  padding-right: 0;
}
.btn-form-01 .btn-next {
  font-size: 16px;
  font-size: 1.6rem;
  width: 100%;
  max-width: 320px;
  padding: 0;
  letter-spacing: .081em;
}
.btn-form-01 .btn-next > span {
  padding: 14px 90px 14px 62px;
}
.btn-form-01 .btn-next > span:before {
  right: 45px;
  width: 14px;
  height: 14px;
  margin: -7px 0 0 0;
  border-top: #6f757e 2px solid;
  border-left: #6f757e 2px solid;
}
.btn-form-01 .btn-next > span:after {
  right: 45px;
  width: 48px;
  height: 2px;
  margin: -1px 0 0 0;
  background: #6f757e;
}
.btn-form-01 .btn-prev {
  font-size: 16px;
  font-size: 1.6rem;
  width: 100%;
  max-width: 320px;
  padding: 0;
  letter-spacing: .081em;
  color: #999da0;
  border-color: #dcdfe1;
  background: #ffffff;
}
.btn-form-01 .btn-prev:hover, .btn-form-01 .btn-prev:focus, .btn-form-01 .btn-prev:active {
  color: #ffffff;
  background: #dcdfe1;
}
.btn-form-01 .btn-prev:hover > span:before, .btn-form-01 .btn-prev:focus > span:before, .btn-form-01 .btn-prev:active > span:before {
  border-top-color: #ffffff;
  border-left-color: #ffffff;
}
.btn-form-01 .btn-prev:hover > span:after, .btn-form-01 .btn-prev:focus > span:after, .btn-form-01 .btn-prev:active > span:after {
  background: #ffffff;
}
.btn-form-01 .btn-prev > span {
  padding: 14px 48px 14px 104px;
}
.btn-form-01 .btn-prev > span:before {
  left: 45px;
  width: 14px;
  height: 14px;
  margin: -7px 0 0 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-top: #b7babe 2px solid;
  border-left: #b7babe 2px solid;
}
.btn-form-01 .btn-prev > span:after {
  left: 45px;
  width: 48px;
  height: 2px;
  margin: -1px 0 0 0;
  background: #b7babe;
}

/**
 * .btn-text-01
**/
.btn-text-01 {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.76923;
  position: relative;
  display: inline-block;
  text-decoration: none;
  letter-spacing: .04em;
}
.btn-text-01:hover, .btn-text-01:focus, .btn-text-01:active {
  color: #0062b2;
}
.btn-text-01:hover:before, .btn-text-01:focus:before, .btn-text-01:active:before {
  display: none;
}
.btn-text-01:hover > span, .btn-text-01:focus > span, .btn-text-01:active > span {
  text-decoration: none;
}
.btn-text-01:hover > span:before, .btn-text-01:focus > span:before, .btn-text-01:active > span:before {
  border-color: #0062b2;
}
.btn-text-01:hover > span:after, .btn-text-01:focus > span:after, .btn-text-01:active > span:after {
  background: #0062b2;
}
.btn-text-01:before {
  position: absolute;
  bottom: 2px;
  left: 0;
  display: block;
  width: calc(100% - 20px);
  height: 1px;
  content: "";
  background: #e3e4e4;
}
.btn-text-01 > span {
  position: relative;
  display: inline-block;
  padding: 0 20px 0 0;
}
.btn-text-01 > span:before {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 7px;
  height: 7px;
  margin: -4px 0 0 0;
  content: "";
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  border-top: #617680 1px solid;
  border-left: #617680 1px solid;
}
.btn-text-01 > span:after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 15px;
  height: 1px;
  margin: -1px 0 0 0;
  content: "";
  background: #617680;
}
.btn-text-01.icon:before {
  width: calc(100% - 12px);
}
.btn-text-01.icon [class*="icon-"] {
  margin: 0;
}
.btn-text-01.icon > span {
  padding: 0;
}
.btn-text-01.icon > span:before, .btn-text-01.icon > span:after {
  display: none;
}

/**
 * .btn-list-01
**/
.btn-list-01 > li {
  margin: 0 0 20px 0;
}
.btn-list-01 > li:last-child {
  margin: 0;
}

/**
 * .btn-download-01
**/
.btn-download-01 {
  position: relative;
  display: table;
  width: 206px;
  height: 126px;
  transition: .2s color, .2s opacity, .2s background;
  text-decoration: none;
  color: #97a5ac;
  border: 0;
  background: #e8e9eb;
}
.btn-download-01:hover, .btn-download-01:focus, .btn-download-01:active {
  color: #0062b2;
  background: #fbfbfb;
}
.btn-download-01:hover span::after, .btn-download-01:focus span::after, .btn-download-01:active span::after {
  background-image: url("/common/images/icon-download_01_h.png");
}
.btn-download-01 span {
  font-size: 15px;
  font-weight: 500;
  font-style: italic;
  display: table-cell;
  padding: 8px;
  text-align: center;
  vertical-align: top;
}
.btn-download-01 span::after {
  position: absolute;
  z-index: 1;
  top: auto;
  bottom: 14px;
  left: 50%;
  display: block;
  width: 60px;
  height: 55px;
  margin: 0 auto;
  content: "";
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url("/common/images/icon-download_01.png") 0 0 no-repeat;
}
.btn-download-01 span em {
  font-size: 12px;
  display: block;
  margin: 0 0 -16px;
  color: #333b41;
}

/**
 * component
** -------------------------------------------- */
/**
 * .comp-btn-area-01
**/
.comp-btn-area-01 {
  margin: 0 0 30px 0;
  padding: 38px 35px 37px;
  text-align: center;
  background: #ffffff;
}
.comp-btn-area-01 > .title {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: left;
  font-weight: 500;
  margin: -15px 0 0 -17px;
}
.comp-btn-area-01 > * {
  text-align: center;
}
.comp-btn-area-01 > *:last-child {
  margin-bottom: 0;
}

/**
 * .comp-btn-area-02
**/
.comp-btn-area-02 {
  margin: 0 0 30px 0;
  padding: 37px 40px 36px;
  background: #dee0e3;
}
.comp-btn-area-02 > *:last-child {
  margin-bottom: 0;
}
.comp-btn-area-02 .box-pdf-01 {
  border: 0;
}
.comp-btn-area-02 .lay-image, .comp-btn-area-02 .str-outer.unq-products .unq-products-lay-image-01, .str-outer.unq-products .comp-btn-area-02 .unq-products-lay-image-01 {
  margin-bottom: 35px;
}

/* -----------------------------------------------
 * Module: Form
** -------------------------------------------- */
/**
 * .form-tbl-01
 **/
.form-tbl-01 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  border-spacing: 0;
  border-collapse: collapse;
  margin: 0 0 20px 0;
}
.form-tbl-01 th,
.form-tbl-01 td {
  text-align: left;
  padding: 25px 20px;
  vertical-align: top;
}
.form-tbl-01 th {
  font-weight: 500;
  line-height: 1.6;
  padding-top: 28px;
  color: #333b41;
  border-top: #abadb1 1px solid;
}
.form-tbl-01 th > *:last-child {
  margin-bottom: 0;
}
.form-tbl-01 td {
  color: #333b41;
  border-top: #dbe0e3 1px solid;
}
.form-tbl-01 td > *:last-child {
  margin-bottom: 0;
}

/**
 * .form-txt-01
 **/
.form-txt-01 {
  font-size: 14px;
  font-size: 1.4rem;
  width: 100%;
  height: 3.572em;
  padding: 5px 15px;
  border: 0;
  border-bottom: #dbe0e3 1px solid;
}

/**
 * .form-txt-02
 **/
.form-txt-02 {
  font-size: 14px;
  font-size: 1.4rem;
  width: 100%;
  border: #dbe0e3 1px solid;
}

[class*="box-"] .form-txt-02 {
  border: #f2f2f4 1px solid;
}

/**
 * .form-lay-01
 **/
.form-lay-01 {
  margin: 0 0 30px 0;
  color: #333b41;
}
.form-lay-01 dt,
.form-lay-01 dd {
  margin: 0;
  padding: 0;
}
.form-lay-01 dt {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  margin: 0 0 15px 0;
}
.form-lay-01 dt .label-required {
  display: inline-block;
  margin-left: 9px;
  vertical-align: middle;
}
.form-lay-01 dd > .note-01 {
  margin-top: -10px;
}

[class*="box-"] .form-lay-01 dt {
  margin-bottom: 0;
}

/**
 * .form-lay-02
 **/
.form-lay-02 {
  margin: 0 0 30px 0;
  color: #333b41;
}
.form-lay-02 dt,
.form-lay-02 dd {
  margin: 0;
  padding: 0;
}
.form-lay-02 dt {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
}
.form-lay-02 dt .label-required {
  display: inline-block;
  margin-left: 9px;
  vertical-align: middle;
}
.form-lay-02 dd {
  margin: 0 0 0 1em;
}
.form-lay-02 dd > *:last-child {
  margin-bottom: 0;
}
.form-lay-02 dd > .note-01 {
  margin-top: -10px;
}

/**
 * .form-lay-01 error
 * .form-lay-02 error
 **/
.form-lay-01.error dt,
.form-lay-02.error dt {
  margin-bottom: 0;
}
.form-lay-01.error [class*="form-"],
.form-lay-02.error [class*="form-"] {
  background: #fce0e7;
  padding: 0 15px;
}
.form-lay-01.error .error,
.form-lay-02.error .error {
  display: block;
  text-align: right;
}
.form-lay-01.error .error > *,
.form-lay-02.error .error > * {
  color: #e92f5f;
}

.form-lay-02.error dd {
  margin-left: 0;
}
.form-lay-02.error [class*="form-"] {
  padding-left: 1em;
}

/**
 * .form-lay-column2
 **/
.form-lay-column2 {
  margin: -34px 0 34px -100px;
}
.form-lay-column2 .col {
  float: left;
  width: 50%;
  margin: 34px 0 0 0;
  padding: 0 0 0 100px;
}
.form-lay-column2 .col > *:last-child {
  margin-bottom: 0;
}

/**
 * .form-list-01
 **/
.form-list-01 input[type="checkbox"],
.form-list-01 input[type="radio"] {
  margin-right: 10px;
  vertical-align: middle;
}
.form-list-01 .note-01 {
  margin-left: 1.8em;
}

/**
 * .form-list-02
 **/
.form-list-02 input[type="checkbox"],
.form-list-02 input[type="radio"] {
  margin-right: 10px;
  vertical-align: middle;
}
.form-list-02 > li {
  float: left;
  margin-right: 50px;
}

/**
 * .select-01
**/
.select-01 {
  margin: 8px 0 20px 0;
  text-align: right;
}
.select-01 > span {
  position: relative;
  z-index: 1;
  display: inline-block;
  float: right;
  min-width: 120px;
  height: 30px;
  text-align: center;
  vertical-align: top;
  border: 1px solid #39464c;
}
.select-01 > span::after {
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 16px;
  display: block;
  box-sizing: border-box;
  width: 0;
  height: 0;
  content: "";
  transform: translateY(-25%);
  border: 4px solid transparent;
  border-width: 6px 4px;
  border-top-color: #617680;
}
.select-01 select {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 2.54545;
  font-family: inherit;
  position: relative;
  width: 100%;
  height: 28px;
  padding: 0 30px;
  vertical-align: top;
  border: 0;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
}
.select-01 select::-ms-expand {
  display: none;
}

.heading-01-01 + .select-01 {
  margin-top: -24px;
}

.lte-ie9 .select-01 > span::after {
  display: none;
}

/**
 * .form-lead-01
 **/
.form-lead-01 {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.76923;
  font-weight: 500;
  margin-top: 30px;
  text-align: center;
  color: #333b41;
}
.form-lead-01 b {
  color: #ed7c0d;
}

/**
 * .form-lead-02
 **/
.form-lead-02 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 2;
  font-weight: 500;
  color: #333b41;
  margin: 0 0 30px 0;
}

/**
 * .form-tbl-01
 **/
.form-tbl-01 .label-required {
  display: block;
  margin-top: 5px;
}

/* -----------------------------------------------
 * Module: Adjust
** -------------------------------------------- */
/**
 * .pos[direction]
**/
.posl {
  text-align: left !important;
}

.posc {
  text-align: center !important;
}

.posr {
  text-align: right !important;
}

.post {
  vertical-align: top !important;
}

.posm {
  vertical-align: middle !important;
}

.posb {
  vertical-align: bottom !important;
}

/**
 * Adjust margin
**/
.mt00 {
  margin-top: 0px !important;
}

.mr00 {
  margin-right: 0px !important;
}

.mb00 {
  margin-bottom: 0px !important;
}

.ml00 {
  margin-left: 0px !important;
}

.mt05 {
  margin-top: 5px !important;
}

.mr05 {
  margin-right: 5px !important;
}

.mb05 {
  margin-bottom: 5px !important;
}

.ml05 {
  margin-left: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.w-01 {
  width: 1% !important;
}

.w-02 {
  width: 2% !important;
}

.w-03 {
  width: 3% !important;
}

.w-04 {
  width: 4% !important;
}

.w-05 {
  width: 5% !important;
}

.w-06 {
  width: 6% !important;
}

.w-07 {
  width: 7% !important;
}

.w-08 {
  width: 8% !important;
}

.w-09 {
  width: 9% !important;
}

.w-10 {
  width: 10% !important;
}

.w-11 {
  width: 11% !important;
}

.w-12 {
  width: 12% !important;
}

.w-13 {
  width: 13% !important;
}

.w-14 {
  width: 14% !important;
}

.w-15 {
  width: 15% !important;
}

.w-16 {
  width: 16% !important;
}

.w-17 {
  width: 17% !important;
}

.w-18 {
  width: 18% !important;
}

.w-19 {
  width: 19% !important;
}

.w-20 {
  width: 20% !important;
}

.w-21 {
  width: 21% !important;
}

.w-22 {
  width: 22% !important;
}

.w-23 {
  width: 23% !important;
}

.w-24 {
  width: 24% !important;
}

.w-25 {
  width: 25% !important;
}

.w-26 {
  width: 26% !important;
}

.w-27 {
  width: 27% !important;
}

.w-28 {
  width: 28% !important;
}

.w-29 {
  width: 29% !important;
}

.w-30 {
  width: 30% !important;
}

.w-31 {
  width: 31% !important;
}

.w-32 {
  width: 32% !important;
}

.w-33 {
  width: 33% !important;
}

.w-34 {
  width: 34% !important;
}

.w-35 {
  width: 35% !important;
}

.w-36 {
  width: 36% !important;
}

.w-37 {
  width: 37% !important;
}

.w-38 {
  width: 38% !important;
}

.w-39 {
  width: 39% !important;
}

.w-40 {
  width: 40% !important;
}

.w-41 {
  width: 41% !important;
}

.w-42 {
  width: 42% !important;
}

.w-43 {
  width: 43% !important;
}

.w-44 {
  width: 44% !important;
}

.w-45 {
  width: 45% !important;
}

.w-46 {
  width: 46% !important;
}

.w-47 {
  width: 47% !important;
}

.w-48 {
  width: 48% !important;
}

.w-49 {
  width: 49% !important;
}

.w-50 {
  width: 50% !important;
}

.w-51 {
  width: 51% !important;
}

.w-52 {
  width: 52% !important;
}

.w-53 {
  width: 53% !important;
}

.w-54 {
  width: 54% !important;
}

.w-55 {
  width: 55% !important;
}

.w-56 {
  width: 56% !important;
}

.w-57 {
  width: 57% !important;
}

.w-58 {
  width: 58% !important;
}

.w-59 {
  width: 59% !important;
}

.w-60 {
  width: 60% !important;
}

.w-61 {
  width: 61% !important;
}

.w-62 {
  width: 62% !important;
}

.w-63 {
  width: 63% !important;
}

.w-64 {
  width: 64% !important;
}

.w-65 {
  width: 65% !important;
}

.w-66 {
  width: 66% !important;
}

.w-67 {
  width: 67% !important;
}

.w-68 {
  width: 68% !important;
}

.w-69 {
  width: 69% !important;
}

.w-70 {
  width: 70% !important;
}

.w-71 {
  width: 71% !important;
}

.w-72 {
  width: 72% !important;
}

.w-73 {
  width: 73% !important;
}

.w-74 {
  width: 74% !important;
}

.w-75 {
  width: 75% !important;
}

.w-76 {
  width: 76% !important;
}

.w-77 {
  width: 77% !important;
}

.w-78 {
  width: 78% !important;
}

.w-79 {
  width: 79% !important;
}

.w-80 {
  width: 80% !important;
}

.w-81 {
  width: 81% !important;
}

.w-82 {
  width: 82% !important;
}

.w-83 {
  width: 83% !important;
}

.w-84 {
  width: 84% !important;
}

.w-85 {
  width: 85% !important;
}

.w-86 {
  width: 86% !important;
}

.w-87 {
  width: 87% !important;
}

.w-88 {
  width: 88% !important;
}

.w-89 {
  width: 89% !important;
}

.w-90 {
  width: 90% !important;
}

.w-91 {
  width: 91% !important;
}

.w-92 {
  width: 92% !important;
}

.w-93 {
  width: 93% !important;
}

.w-94 {
  width: 94% !important;
}

.w-95 {
  width: 95% !important;
}

.w-96 {
  width: 96% !important;
}

.w-97 {
  width: 97% !important;
}

.w-98 {
  width: 98% !important;
}

.w-99 {
  width: 99% !important;
}

.w-100 {
  width: 100% !important;
}

/**
 * Adjust padding
**/
.pt00 {
  padding-top: 0px !important;
}

.pr00 {
  padding-right: 0px !important;
}

.pb00 {
  padding-bottom: 0px !important;
}

.pl00 {
  padding-left: 0px !important;
}

.pt05 {
  padding-top: 5px !important;
}

.pr05 {
  padding-right: 5px !important;
}

.pb05 {
  padding-bottom: 5px !important;
}

.pl05 {
  padding-left: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

/**
 * .equalize-cancel
**/
.equalize-cancel {
  height: auto !important;
}

/**
 * .flt[direction]
**/
.fltl {
  float: left !important;
}

.fltr {
  float: right !important;
}

.fltn {
  float: none !important;
}

/**
 * Adjust EIR
**/
#br,
#jqir {
  width: 740px !important;
}

/* -----------------------------------------------
 * Module: Javascript
** -------------------------------------------- */
.str-outer.unq-carousel-01 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.str-outer.unq-carousel-01 .str-inner {
  padding-right: 90px;
  padding-left: 90px;
  max-width: 1260px !important;
}
.str-outer.unq-carousel-01 .str-inner.unq-carousel-inner {
  display: block;
  max-width: none !important;
  margin-top: -15px;
  padding-right: 0;
  padding-left: 0;
}
.str-outer.unq-carousel-01 .str-inner.unq-carousel-inner .region-main {
  display: block;
  width: auto;
}
.str-outer.unq-carousel-01 .seminar-list li {
  margin-bottom: 20px;
}
.str-outer.unq-carousel-01 .seminar-list li a {
  opacity: 1;
}
.str-outer.unq-carousel-01 .seminar-list-ui-01 {
  position: relative;
}
.str-outer.unq-carousel-01 .seminar-list ul {
  padding: 0 90px 60px;
}
.str-outer.unq-carousel-01 .seminar-list__next,
.str-outer.unq-carousel-01 .seminar-list__prev {
  display: none;
}
.str-outer.unq-carousel-01 .seminar-list__next {
  right: 90px;
}
.str-outer.unq-carousel-01 .seminar-list__prev {
  left: 90px;
}

.js-on .str-outer.unq-carousel-01 .seminar-list li {
  margin-bottom: 0;
}
.js-on .str-outer.unq-carousel-01 .seminar-list li a {
  opacity: .4;
}
.js-on .str-outer.unq-carousel-01 .seminar-list li.slick-active a {
  opacity: 1;
}
.js-on .str-outer.unq-carousel-01 .seminar-list__next,
.js-on .str-outer.unq-carousel-01 .seminar-list__prev {
  display: block;
}

/* ===============================================
 * Unique
** ============================================ */
/* -----------------------------------------------
 * Article
** -------------------------------------------- */
.str-outer.unq-article .region-main .heading-library-01 {
  margin-top: -32px;
}

.str-outer.unq-article .lay-image, .str-outer.unq-article .str-outer.unq-products .unq-products-lay-image-01, .str-outer.unq-products .str-outer.unq-article .unq-products-lay-image-01 {
  margin: 0 0 39px 0;
}
.str-outer.unq-article .lay-image.img-col2, .str-outer.unq-article .str-outer.unq-products .img-col2.unq-products-lay-image-01, .str-outer.unq-products .str-outer.unq-article .img-col2.unq-products-lay-image-01, .str-outer.unq-article .lay-image.img-col3, .str-outer.unq-article .str-outer.unq-products .img-col3.unq-products-lay-image-01, .str-outer.unq-products .str-outer.unq-article .img-col3.unq-products-lay-image-01 {
  margin: -34px 0 39px -8.10811%;
}
.str-outer.unq-article .lay-image.img-col2 > li, .str-outer.unq-article .str-outer.unq-products .img-col2.unq-products-lay-image-01 > li, .str-outer.unq-products .str-outer.unq-article .img-col2.unq-products-lay-image-01 > li, .str-outer.unq-article .lay-image.img-col3 > li, .str-outer.unq-article .str-outer.unq-products .img-col3.unq-products-lay-image-01 > li, .str-outer.unq-products .str-outer.unq-article .img-col3.unq-products-lay-image-01 > li {
  margin: 34px 0 0 0;
  padding-left: 8.10811%;
}

/**
 * .comp-article-head-01
**/
.str-outer.unq-article .comp-article-head-01 {
  margin: -10px 0 30px 0;
}
.str-outer.unq-article .comp-article-head-01 .primary-head {
  display: table;
  width: 100%;
  table-layout: fixed;
  position: relative;
  border-bottom: #abadb1 1px solid;
  padding: 0 0 22px 0;
}
.str-outer.unq-article .comp-article-head-01 .main {
  display: table-cell;
  vertical-align: top;
}
.str-outer.unq-article .comp-article-head-01 .main:not(:last-child) .heading {
  padding-right: 20px;
  border-right: #dbe0e3 1px solid;
}
.str-outer.unq-article .comp-article-head-01 .aside {
  position: relative;
  display: table-cell;
  width: 34%;
  padding: 0 0 10px 15px;
  vertical-align: bottom;
}
.str-outer.unq-article .comp-article-head-01 .inner {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.str-outer.unq-article .comp-article-head-01 .heading {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.53846;
  display: table-cell;
  padding: 0 0 9px 0;
}
.str-outer.unq-article .comp-article-head-01 .meta {
  display: table-header-group;
}
.str-outer.unq-article .comp-article-head-01 .meta li {
  float: left;
  margin: 0 10px 10px 0;
}
.str-outer.unq-article .comp-article-head-01 .meta .date {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: .052em;
}
.str-outer.unq-article .comp-article-head-01 .meta .label {
  margin-top: -2px;
}
.str-outer.unq-article .comp-article-head-01 .meta .target {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.28571;
  font-weight: 500;
  letter-spacing: .05em;
  clear: both;
  margin-left: -6px;
  vertical-align: middle;
}
.str-outer.unq-article .comp-article-head-01 .meta .target span {
  position: relative;
  display: inline-block;
}
.str-outer.unq-article .comp-article-head-01 .meta .target span:before, .str-outer.unq-article .comp-article-head-01 .meta .target span:after {
  display: inline-block;
  width: 4px;
  height: 1px;
  margin: 0 6px;
  content: "";
  vertical-align: middle;
  background: #43484c;
}
.str-outer.unq-article .comp-article-head-01 .sign {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.83333;
  letter-spacing: .042em;
  margin: 0;
  text-align: right;
}
.str-outer.unq-article .comp-article-head-01 .sign li {
  margin: 0;
}
.str-outer.unq-article .comp-article-head-01 .lead {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.55556;
  display: block;
  color: #6d757b;
}
.str-outer.unq-article .comp-article-head-01 .secondary-head {
  margin-top: 30px;
  display: block;
}
.str-outer.unq-article .comp-article-head-01 .secondary-head > *:last-child {
  margin-bottom: 0;
}

/**
 * .comp-article-body-01
**/
.str-outer.unq-article .comp-article-body-01 > *:first-child {
  margin-top: 0;
}

/**
 * .comp-article-foot-01
**/
.str-outer.unq-article .comp-article-foot-01 > *:last-child {
  margin-bottom: 0;
}
.str-outer.unq-article .comp-article-foot-01 .box-contact {
  background: #f2f2f4;
  margin: 0 0 20px 0;
  padding: 24px 25px 34px;
}
.str-outer.unq-article .comp-article-foot-01 .box-contact > .title {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
  border-bottom: #abadb1 1px solid;
  padding: 0 0 6px 10px;
  letter-spacing: .042em;
}
.str-outer.unq-article .comp-article-foot-01 .box-contact .content {
  padding: 16px 10px 0;
}
.str-outer.unq-article .comp-article-foot-01 .box-contact .lead {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #333b41;
  margin: 0;
  letter-spacing: .052em;
  margin-bottom: 6px;
}
.str-outer.unq-article .comp-article-foot-01 .box-contact .sub {
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0;
  color: #0062b2;
}
.str-outer.unq-article .comp-article-foot-01 .box-contact .tell {
  font-size: 28px;
  font-size: 2.8rem;
  font-family: "Roboto Condensed";
  font-weight: 700;
  line-height: 1.4;
  color: #39464c;
  letter-spacing: .042em;
  margin-top: -2px;
}
.str-outer.unq-article .comp-article-foot-01 .box-contact .tell > * {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-decoration: none;
  color: inherit;
}
.str-outer.unq-article .comp-article-foot-01 .box-contact .lyt-col {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.str-outer.unq-article .comp-article-foot-01 .box-contact .lyt-col > .col {
  display: table-cell;
  padding: 0 38px;
  text-align: left;
  vertical-align: top;
  border-right: #dbe0e3 1px solid;
}
.str-outer.unq-article .comp-article-foot-01 .box-contact .lyt-col > .col:first-child {
  padding-left: 0;
}
.str-outer.unq-article .comp-article-foot-01 .box-contact .lyt-col > .col:last-child {
  padding-right: 0;
  border-right: 0;
}
.str-outer.unq-article .comp-article-foot-01 .box-contact .lyt-col > .col > *:last-child {
  margin-bottom: 0;
}

/* -----------------------------------------------
 * Features
** -------------------------------------------- */
/**
 * .comp-features-01
**/
.str-outer.unq-features-index .comp-features-01 + .comp-features-01 {
  padding-top: 50px;
  border-top: #dbe0e3 1px solid;
}

/**
 * .comp-features-01.idx-01
**/
.str-outer.unq-features-index .comp-features-01 .idx-01 {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.84615;
  margin: 0 0 30px 0;
  border-bottom: #dbe0e3 1px solid;
}
.str-outer.unq-features-index .comp-features-01 .idx-01 > a > .inner,
.str-outer.unq-features-index .comp-features-01 .idx-01 > .inner {
  display: table;
  width: 100%;
  margin: 0 0 20px 0;
}
.str-outer.unq-features-index .comp-features-01 .idx-01 > a > .inner > .text,
.str-outer.unq-features-index .comp-features-01 .idx-01 > a > .inner > .img,
.str-outer.unq-features-index .comp-features-01 .idx-01 > .inner > .text,
.str-outer.unq-features-index .comp-features-01 .idx-01 > .inner > .img {
  display: table-cell;
  text-align: left;
  vertical-align: top;
}
.str-outer.unq-features-index .comp-features-01 .idx-01 > a > .inner > .img,
.str-outer.unq-features-index .comp-features-01 .idx-01 > .inner > .img {
  min-width: 239px;
}
.str-outer.unq-features-index .comp-features-01 .idx-01 > a > .inner > .img img,
.str-outer.unq-features-index .comp-features-01 .idx-01 > .inner > .img img {
  max-width: none;
}
.str-outer.unq-features-index .comp-features-01 .idx-01 > a > .inner > .text,
.str-outer.unq-features-index .comp-features-01 .idx-01 > .inner > .text {
  width: 100%;
}
.str-outer.unq-features-index .comp-features-01 .idx-01 a {
  text-decoration: none;
  color: #333b41;
}
.str-outer.unq-features-index .comp-features-01 .idx-01 a:hover, .str-outer.unq-features-index .comp-features-01 .idx-01 a:focus, .str-outer.unq-features-index .comp-features-01 .idx-01 a:active {
  text-decoration: none;
  color: #0062b2;
}
.str-outer.unq-features-index .comp-features-01 .idx-01 a:hover img, .str-outer.unq-features-index .comp-features-01 .idx-01 a:focus img, .str-outer.unq-features-index .comp-features-01 .idx-01 a:active img {
  opacity: .8;
}
.str-outer.unq-features-index .comp-features-01 .idx-01 .meta {
  margin: -.4em 0 5px;
}
.str-outer.unq-features-index .comp-features-01 .idx-01 .meta .date {
  font-size: 16px;
  font-size: 1.6rem;
  float: left;
  letter-spacing: .024em;
  color: #69777c;
}
.str-outer.unq-features-index .comp-features-01 .idx-01 .meta .label {
  position: relative;
  top: .2em;
  float: right;
  margin: 0 .6em 0 0;
}
.str-outer.unq-features-index .comp-features-01 .idx-01 .title {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 500;
}
.str-outer.unq-features-index .comp-features-01 .idx-01 .inner + .inner {
  line-height: 1.83333;
  display: block;
  margin-bottom: 50px;
}
.str-outer.unq-features-index .comp-features-01 .idx-01 .inner + .inner > *:last-child {
  margin: 0;
}

/**
 * .comp-features-01.idx-02
**/
.str-outer.unq-features-index .comp-features-01 .idx-02 {
  position: relative;
  z-index: 0;
  padding: 210px 0 0 0;
}
.str-outer.unq-features-index .comp-features-01 .idx-02 a {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #333b41;
}
.str-outer.unq-features-index .comp-features-01 .idx-02 a:hover, .str-outer.unq-features-index .comp-features-01 .idx-02 a:focus, .str-outer.unq-features-index .comp-features-01 .idx-02 a:active {
  text-decoration: none;
  color: #0062b2;
}
.str-outer.unq-features-index .comp-features-01 .idx-02 .inner {
  position: relative;
  z-index: 2;
  display: block;
  width: calc(100% - 40px);
  padding: 20px 15px 0;
  background: #ffffff;
}
.str-outer.unq-features-index .comp-features-01 .idx-02 .inner + .inner {
  line-height: 1.83333;
  padding-top: 10px;
}
.str-outer.unq-features-index .comp-features-01 .idx-02 .inner + .inner > *:last-child {
  margin: 0;
}
.str-outer.unq-features-index .comp-features-01 .idx-02 .bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
}
.str-outer.unq-features-index .comp-features-01 .idx-02 .meta {
  display: table-header-group;
}
.str-outer.unq-features-index .comp-features-01 .idx-02 .meta .date {
  font-size: 16px;
  font-size: 1.6rem;
  float: left;
  letter-spacing: .024em;
  color: #69777c;
}
.str-outer.unq-features-index .comp-features-01 .idx-02 .meta .label {
  position: relative;
  top: .2em;
  float: right;
  margin: 0 .6em 0 0;
}
.str-outer.unq-features-index .comp-features-01 .idx-02 .title {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.66667;
  font-weight: 500;
  display: table-cell;
  height: 5em;
}

/* -----------------------------------------------
 * Video
** -------------------------------------------- */
/**
 * .comp-video-02
**/
.str-outer.unq-video .comp-video-02 .data .title-video {
  margin-top: 0;
  margin-bottom: 13px;
}
.str-outer.unq-video .comp-video-02 .data .description {
  letter-spacing: .12em;
}
.str-outer.unq-video .comp-video-02 .data .link {
  text-align: right;
}
.str-outer.unq-video .comp-video-02 .data .link > li {
  position: relative;
}
.str-outer.unq-video .comp-video-02 .main {
  width: 740px;
  margin: 0 auto;
}

/**
 * .tab-video
**/
.str-outer.unq-video .tab-video .nav-tab-01 {
  max-width: 680px;
}
.str-outer.unq-video .tab-video .nav-tab-01 li > a {
  min-width: 120px;
  max-width: none;
  border-color: transparent;
}
.str-outer.unq-video .tab-video .nav-tab-01 li.current a {
  border-color: #0062b2;
}

/**
 * .list-video-02
**/
.str-outer.unq-video .list-video-02 {
  margin: -60px 0 0 -5.98291%;
  padding-bottom: 60px;
}
.str-outer.unq-video .list-video-02 > li {
  float: left;
  width: 27.35043%;
  margin: 60px 0 0 5.98291%;
}
.str-outer.unq-video .list-video-02 > li.current {
  color: #0062b2;
}
.str-outer.unq-video .list-video-02 > li.current > a {
  opacity: .6;
}
.str-outer.unq-video .list-video-02 > li.current .btn-play {
  display: none;
}
.str-outer.unq-video .list-video-02 > li > a {
  position: relative;
  display: block;
}
.str-outer.unq-video .list-video-02 > li > a > .btn-play {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.str-outer.unq-video .list-video-02 > li > .text {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 500;
  position: relative;
  padding-top: 32px;
}
.str-outer.unq-video .list-video-02 > li > .text > .label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  padding-top: 6px;
}
.str-outer.unq-video .list-video-02 > li > .text > .label > .title {
  letter-spacing: .04em;
}
.str-outer.unq-video .list-video-02 > li .description,
.str-outer.unq-video .list-video-02 > li .link {
  display: none;
}
.str-outer.unq-video .list-video-02 > li:nth-child(3n+1) {
  clear: both;
}

/**
 * .str-outer.unq-video
**/
.content-foot .str-outer.unq-video[class*="on-fill-"] {
  min-height: 320px;
}

/* -----------------------------------------------
 * Kibit
** -------------------------------------------- */
/**
 * .on-kibit
**/
.unq-kibit-background-outer {
  overflow: hidden;
}

.str-outer.on-kibit > .str-inner.on-kibit-normal {
  max-width: 980px;
  padding: 40px 0;
}
.str-outer.on-kibit > .str-inner.on-kibit-nallow {
  max-width: 740px;
}
.str-outer.on-kibit.unq-kibit-background > .str-inner:first-child {
  position: relative;
}
.str-outer.on-kibit.unq-kibit-background > .str-inner:first-child:before, .str-outer.on-kibit.unq-kibit-background > .str-inner:first-child:after {
  display: block;
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  top: -80px;
  z-index: 1;
}
.str-outer.on-kibit.unq-kibit-background > .str-inner:first-child:before {
  background-image: url(/kibit/images/kibit-background_01.png);
  width: 361px;
  height: 1356px;
  left: -360px;
}
.str-outer.on-kibit.unq-kibit-background > .str-inner:first-child:after {
  background-image: url(/kibit/images/kibit-background_02.png);
  width: 379px;
  height: 1140px;
  right: -361px;
}
.str-outer.on-kibit.unq-kibit-background > .str-inner:first-child > .region-main {
  position: relative;
  z-index: 2;
}

/**
 * .unq-kibit-heading-02
**/
.str-outer.unq-kibit .unq-kibit-heading-02 {
  font-size: 28px;
  font-size: 2.8rem;
  padding: 0 0 20px 0;
  overflow: hidden;
}
.str-outer.unq-kibit .unq-kibit-heading-02 .number,
.str-outer.unq-kibit .unq-kibit-heading-02 .text {
  display: block;
  float: left;
}
.str-outer.unq-kibit .unq-kibit-heading-02 .number {
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0.1em;
  display: inline-block;
  color: #0062b2;
  padding: 0 20px 0 4px;
  margin: 0 32px 0 0;
  font-size: 52px;
  font-size: 5.2rem;
  min-height: 79px;
  line-height: 1.32692;
  border-right: 1px solid #abadb1;
  border-bottom: 1px solid #abadb1;
}
.str-outer.unq-kibit .unq-kibit-heading-02 .text {
  margin: 18px 0 0 0;
  letter-spacing: 0.02em;
  line-height: 1.42857;
}

/**
 * .unq-kibit-image
**/
.str-outer.unq-kibit .unq-kibit-image {
  max-width: 980px;
  margin: 0 auto;
}

/**
 * .unq-kibit-column
**/
.str-outer.unq-kibit .unq-kibit-column {
  padding: 0 0 25px 0;
}
.str-outer.unq-kibit .unq-kibit-column > .col > .img {
  margin: 0 0 30px 0;
}
.str-outer.unq-kibit .unq-kibit-column > .col > .lead {
  color: #6d757b;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.55556;
  margin: 0 0 17px 0;
}

/**
 * .unq-kibit-timeline
**/
.str-outer.unq-kibit .unq-kibit-timeline > li:first-child {
  border-top: 1px solid #e1e1e1;
}

/**
 * .unq-kibit-btn
**/
.str-outer.unq-kibit .unq-kibit-btn-01 {
  overflow: hidden;
}
.str-outer.unq-kibit .unq-kibit-btn-01 > a {
  color: #ffffff;
  background-image: url(/kibit/images/kibit-hallmarks-btn_01.jpg);
  background-size: 100% auto;
  background-position: center center;
  max-width: 740px;
  width: 100%;
  min-height: 150px;
  padding: 42px 40px 40px 46px;
  text-align: left;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.4375;
  border: none;
  box-sizing: boder-box;
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -ms-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}
.str-outer.unq-kibit .unq-kibit-btn-01 > a > * {
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -ms-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}
.str-outer.unq-kibit .unq-kibit-btn-01 > a:hover, .str-outer.unq-kibit .unq-kibit-btn-01 > a:focus, .str-outer.unq-kibit .unq-kibit-btn-01 > a:active {
  background-image: url(/kibit/images/kibit-hallmarks-btn_01.jpg);
  background-size: 100% auto;
  background-position: center center;
  transform: scale(1.08);
}
.str-outer.unq-kibit .unq-kibit-btn-01 > a:hover > *, .str-outer.unq-kibit .unq-kibit-btn-01 > a:focus > *, .str-outer.unq-kibit .unq-kibit-btn-01 > a:active > * {
  transform: scale(0.92);
}
.str-outer.unq-kibit .unq-kibit-btn-01 > a > span > .sub {
  display: block;
  margin: 0 0 6px 0;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
}
.str-outer.unq-kibit .unq-kibit-btn-01 > a > span:after {
  width: 61px;
  background-color: #ffffff;
}
.str-outer.unq-kibit .unq-kibit-btn-01 > a > span:before {
  margin: -7px 0 0 0;
  border-color: #ffffff;
}
.str-outer.unq-kibit .unq-kibit-btn-01 > a > span > .head {
  letter-spacing: 0.14em;
}

/**
 * .unq-kibit-local-index
**/
.str-outer.on-full.unq-kibit {
  padding: 0;
}
.str-outer.on-full.unq-kibit > .str-inner {
  margin: 0;
  max-width: 100%;
}
.str-outer.on-full.unq-kibit .unq-kibit-local {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0 0 104px 0;
}
.str-outer.on-full.unq-kibit .unq-kibit-local > .col {
  display: table-cell;
  position: relative;
  width: 50%;
  height: 400px;
  overflow: hidden;
}
.str-outer.on-full.unq-kibit .unq-kibit-local > .col > a {
  display: block;
  font-size: 28px;
  font-size: 2.8rem;
  letter-spacing: 0.13em;
  width: 100%;
  height: 400px;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -ms-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
  background-size: cover;
  background-position: center center;
  box-sizing: border-box;
  padding: 130px 0 0 0;
}
.str-outer.on-full.unq-kibit .unq-kibit-local > .col > a > * {
  transition: all 0.7s ease 0s;
}
.str-outer.on-full.unq-kibit .unq-kibit-local > .col > a:hover, .str-outer.on-full.unq-kibit .unq-kibit-local > .col > a:focus, .str-outer.on-full.unq-kibit .unq-kibit-local > .col > a:active {
  transform: scale(1.08);
}
.str-outer.on-full.unq-kibit .unq-kibit-local > .col > a:hover > *, .str-outer.on-full.unq-kibit .unq-kibit-local > .col > a:focus > *, .str-outer.on-full.unq-kibit .unq-kibit-local > .col > a:active > * {
  transform: scale(0.92);
}
.str-outer.on-full.unq-kibit .unq-kibit-local > .col .text {
  display: block;
  width: 100%;
  margin: 0;
  position: relative;
}
.str-outer.on-full.unq-kibit .unq-kibit-local > .col .text::before, .str-outer.on-full.unq-kibit .unq-kibit-local > .col .text::after {
  position: absolute;
  right: 50%;
  display: block;
  content: "";
  z-index: 2;
}
.str-outer.on-full.unq-kibit .unq-kibit-local > .col .text::before {
  bottom: -111px;
  width: 18px;
  height: 14px;
  margin: 0 -27px 0 0;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  border-top: #ffffff 2px solid;
  border-left: #ffffff 2px solid;
}
.str-outer.on-full.unq-kibit .unq-kibit-local > .col .text::after {
  bottom: -104px;
  width: 55px;
  height: 2px;
  margin: 0 -28px 0 0;
  background: #ffffff;
}
.str-outer.on-full.unq-kibit .unq-kibit-local > .col .text .em {
  font-weight: 400;
  font-size: 35px;
  font-size: 3.5rem;
}
.str-outer.on-full.unq-kibit .unq-kibit-local .unq-kibit-local-background-01 {
  background-image: url(/kibit/images/kibit-local_01.jpg);
}
.str-outer.on-full.unq-kibit .unq-kibit-local .unq-kibit-local-background-02 {
  background-image: url(/kibit/images/kibit-local_02.jpg);
}
.str-outer.on-full.unq-kibit .unq-kibit-local .unq-kibit-local-background-03 {
  background-image: url(/kibit/images/kibit-local_03.jpg);
}

/* -----------------------------------------------
 * Training
** -------------------------------------------- */
/**
 * .unq-training
**/
.content-body .str-outer.unq-training {
  padding-top: 50px;
  padding-bottom: 50px;
}

ul.unq-training-list-01 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 500;
  margin: 0 0 68px 0;
  padding: 0 0 0 20px;
}
ul.unq-training-list-01 > li {
  margin: 0;
}

h3.unq-training-hdg-03-01 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.55556;
  font-size: 18px;
  margin: 0 0 12px 0;
  letter-spacing: .05em;
  color: #6d757b;
}

[class*="unq-training"] .lay-column {
  display: table;
  width: 100%;
  table-layout: fixed;
}
[class*="unq-training"] .lay-column .col {
  display: table-cell;
  vertical-align: top;
}
[class*="unq-training"] .lay-column .col:first-child {
  width: 120px;
}
[class*="unq-training"] .lay-column .col:last-child {
  width: 100%;
}
[class*="unq-training"] .lay-column .heading {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.14286;
  font-weight: 500;
  position: relative;
  display: inline-block;
  width: 90px;
  min-height: 140px;
  padding: 15px 0 0 0;
  text-align: center;
  letter-spacing: .02em;
  color: #ffffff;
}
[class*="unq-training"] .lay-column .heading .label {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 90px;
  height: 100px;
  text-align: center;
  color: #ffffff;
}
[class*="unq-training"] .lay-column .heading .sup {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 200;
  line-height: 1.2;
  display: block;
  margin: 0 0 21px 0;
  letter-spacing: -.0012em;
}
[class*="unq-training"] .lay-column .heading .hdg {
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: 200;
  line-height: 1.2;
  display: block;
}
[class*="unq-training"] .lay-column .box-card-list {
  margin: -10px 0 0 -10px;
}
[class*="unq-training"] .lay-column .box-card-list > li {
  position: relative;
  float: left;
  width: calc(33.333333% - 10px);
  margin: 10px 0 0 10px;
  padding: 32px 30px 13px;
  background: #ffffff;
}
[class*="unq-training"] .lay-column .box-card-list > li:before {
  position: absolute;
  top: 0;
  left: 30px;
  display: block;
  width: calc(100% - 60px);
  height: 8px;
  content: "";
  background: #526974;
}
[class*="unq-training"] .lay-column .box-card-list > li > *:last-child {
  margin-bottom: 0;
}
[class*="unq-training"] .lay-column .box-card-list > li .title {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.44444;
  margin: 0 0 13px 0;
}
[class*="unq-training"] .lay-column .box-card-list > li .content {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 2.15385;
  min-height: 232px;
  padding: 0 0 20px 0;
}
[class*="unq-training"] .lay-column .box-card-list > li .content > *:last-child {
  margin-bottom: 0;
}
[class*="unq-training"] .lay-column .label-list {
  margin: -10px 0 0 -20px;
}
[class*="unq-training"] .lay-column .label-list > li {
  float: left;
  margin: 10px 0 0 10px;
}

.unq-training-beginner .heading {
  background: url(/services/training/images/training-hdg_01.jpg) no-repeat;
}
.unq-training-beginner .heading .sup {
  letter-spacing: .03em;
}
.unq-training-beginner .lay-column > .col:first-child {
  position: relative;
}
.unq-training-beginner .lay-column > .col:first-child:before {
  position: absolute;
  top: 105px;
  left: 42px;
  display: block;
  width: 6px;
  height: calc(100% - 8px);
  content: "";
  background: url(/services/training/images/bg-dot_01.png) repeat-y;
}
.unq-training-beginner .lay-column > .col:first-child:after {
  position: absolute;
  bottom: -115px;
  left: 33px;
  display: block;
  width: 24px;
  height: 18px;
  content: "";
  background: url(/services/training/images/bg-arrow_01.png);
}

.unq-training-middle .heading {
  background: url(/services/training/images/training-hdg_02.jpg) no-repeat;
}
.unq-training-middle .heading .sup {
  letter-spacing: .03em;
}
.unq-training-middle .lay-column > .col:first-child {
  position: relative;
}
.unq-training-middle .lay-column > .col:first-child:before {
  position: absolute;
  top: 105px;
  left: 42px;
  display: block;
  width: 6px;
  height: calc(100% - 8px);
  content: "";
  background: url(/services/training/images/bg-dot_02.png) repeat-y;
}
.unq-training-middle .lay-column > .col:first-child:after {
  position: absolute;
  bottom: -115px;
  left: 33px;
  display: block;
  width: 24px;
  height: 18px;
  content: "";
  background: url(/services/training/images/bg-arrow_02.png);
}

.unq-training-higher .heading {
  background: url(/services/training/images/training-hdg_03.jpg) no-repeat;
}
.unq-training-higher .heading .sup {
  letter-spacing: .084em;
}

.content-foot .str-outer.unq-nav-training .str-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 90px;
}

.box-training-02 .head {
  font-size: 16px;
  font-size: 1.6rem;
}
.box-training-02 .head .label {
  padding: 2px 6px;
  margin-left: 1em;
  border: 1px solid #000000;
}

/* -----------------------------------------------
 * Sitemap
** -------------------------------------------- */
.str-outer.unq-sitemap .comp-sitemap > li {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 60px;
}
.str-outer.unq-sitemap .comp-sitemap > li > a {
  font-weight: 500;
}
.str-outer.unq-sitemap .comp-sitemap > li > ul {
  position: relative;
  margin: 18px 0 0 0;
  padding-top: 2px;
  padding-bottom: 7px;
}
.str-outer.unq-sitemap .comp-sitemap > li > ul:before {
  position: absolute;
  top: 0;
  left: 9px;
  display: block;
  width: 4px;
  height: 100%;
  content: "";
  background-color: #f2f2f4;
}
.str-outer.unq-sitemap .comp-sitemap > li > ul > li {
  font-size: 13px;
  font-size: 1.3rem;
  float: left;
  width: 25.45455%;
  margin-top: 12px;
  margin-left: 10%;
}
.str-outer.unq-sitemap .comp-sitemap > li > ul > li:nth-child(3n+1) {
  clear: left;
  margin-left: 3.63636%;
}
.str-outer.unq-sitemap .comp-sitemap > li > ul > li:nth-child(-n+3) {
  margin-top: 0;
}
.str-outer.unq-sitemap .comp-sitemap > li:first-child {
  margin-top: 0;
}
.str-outer.unq-sitemap .comp-sitemap > li.others {
  margin-top: 40px;
  padding-top: 22px;
  border-top: 1px solid #dbe0e3;
}
.str-outer.unq-sitemap .comp-sitemap > li.others > ul:before {
  display: none;
}
.str-outer.unq-sitemap .comp-sitemap > li.others > ul > li {
  font-size: 15px;
  font-size: 1.5rem;
  width: 29.09091%;
  margin-top: 24px;
  margin-left: 6.36364%;
}
.str-outer.unq-sitemap .comp-sitemap > li.others > ul > li:nth-child(3n+1) {
  margin-left: 0;
}
.str-outer.unq-sitemap .comp-sitemap > li.others > ul > li:nth-child(-n+3) {
  margin-top: 0;
}

/* -----------------------------------------------
 * Corporate
** -------------------------------------------- */
/**
 * .lyt-column2
 **/
.str-outer.unq-corporate .lyt-column2 > .col {
  float: left;
  width: 43.24324%;
  margin-left: 13.51351%;
}
.str-outer.unq-corporate .lyt-column2 > .col:nth-child(2n+1) {
  clear: both;
  margin-left: 0;
}
.str-outer.unq-corporate .lyt-column2 > .col:nth-child(-n+2) {
  margin-top: 0;
}

/**
 * .nav-pageinner
 **/
.str-outer.unq-corporate .nav-pageinner > .title {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.53846;
  position: relative;
  margin-bottom: 23px;
  padding-bottom: 10px;
  color: #69777c;
}
.str-outer.unq-corporate .nav-pageinner > .title:after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 7px;
  height: 2px;
  content: "";
  background-color: #99a1a5;
}
.str-outer.unq-corporate .nav-pageinner .title-sub {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.2;
  display: block;
  color: #69777c;
}
.str-outer.unq-corporate .nav-pageinner > .nav {
  margin-bottom: 42px;
}
.str-outer.unq-corporate .nav-pageinner > .nav > li {
  position: relative;
  width: 100%;
  margin-top: 30px;
  transition: .2s;
  vertical-align: middle;
  border-bottom: 1px solid #dbe0e3;
}
.str-outer.unq-corporate .nav-pageinner > .nav > li:hover, .str-outer.unq-corporate .nav-pageinner > .nav > li:focus, .str-outer.unq-corporate .nav-pageinner > .nav > li:active {
  border-bottom: 1px solid #0062b2;
}
.str-outer.unq-corporate .nav-pageinner > .nav > li:first-child {
  margin-top: 0;
}
.str-outer.unq-corporate .nav-pageinner > .nav a {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.45455;
  position: relative;
  display: block;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: .036em;
  color: #43484c;
}
.str-outer.unq-corporate .nav-pageinner > .nav a:hover, .str-outer.unq-corporate .nav-pageinner > .nav a:focus, .str-outer.unq-corporate .nav-pageinner > .nav a:active {
  color: #0062b2;
}
.str-outer.unq-corporate .nav-pageinner > .nav a:hover:before, .str-outer.unq-corporate .nav-pageinner > .nav a:focus:before, .str-outer.unq-corporate .nav-pageinner > .nav a:active:before {
  border-color: #0062b2;
}
.str-outer.unq-corporate .nav-pageinner > .nav a:hover:after, .str-outer.unq-corporate .nav-pageinner > .nav a:focus:after, .str-outer.unq-corporate .nav-pageinner > .nav a:active:after {
  background: #0062b2;
}
.str-outer.unq-corporate .nav-pageinner > .nav a > span {
  display: block;
  padding: 6px 0 6px;
}
.str-outer.unq-corporate .nav-pageinner > .nav a:before {
  position: absolute;
  right: 3px;
  bottom: 13px;
  display: block;
  width: 7px;
  height: 7px;
  content: "";
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  border-top: #6f757e 1px solid;
  border-left: #6f757e 1px solid;
}
.str-outer.unq-corporate .nav-pageinner > .nav a:after {
  position: absolute;
  right: 6px;
  bottom: 13px;
  display: block;
  width: 1px;
  height: 10px;
  content: "";
  background: #6f757e;
}
.str-outer.unq-corporate .nav-pageinner > .nav.col2 > li {
  float: left;
  width: 43.24324%;
  margin-left: 13.51351%;
}
.str-outer.unq-corporate .nav-pageinner > .nav.col2 > li:nth-child(2n+1) {
  clear: both;
  margin-left: 0;
}
.str-outer.unq-corporate .nav-pageinner > .nav.col2 > li:nth-child(-n+2) {
  margin-top: 0;
}
.str-outer.unq-corporate .nav-pageinner + .nav-pageinner > .title-sub:first-child {
  margin-top: -23px;
}

/**
 * .unq-corporate-list-float
**/
.str-outer.unq-corporate .unq-corporate-list-float {
  font-size: 20px;
  font-size: 2rem;
  line-height: 2.15385;
  display: inline-block;
  margin: 0 0 30px -13px;
  text-decoration: none;
  word-break: normal;
  color: #43484c;
}
.str-outer.unq-corporate .unq-corporate-list-float > li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 13px;
}
.str-outer.unq-corporate .unq-corporate-list-float > li:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 1px;
  height: .88em;
  margin: -.44em 0 0 0;
  content: "";
  background: #43484c;
}

/**
 * .unq-corporate
**/
.str-outer.unq-corporate .unq-corporate-mission-01 {
  display: table;
}
.str-outer.unq-corporate .unq-corporate-mission-01 > .img,
.str-outer.unq-corporate .unq-corporate-mission-01 > .text {
  display: table-cell;
}
.str-outer.unq-corporate .unq-corporate-mission-01 > .img {
  width: 400px;
}
.str-outer.unq-corporate .unq-corporate-mission-01 > .text {
  vertical-align: middle;
}

/**
 * .unq-corporate-visual
**/
.str-outer.unq-corporate-visual {
  background-image: url(/corporate/images/index-keyvisual_01.jpg);
}
.str-outer.unq-corporate-visual .str-inner .text .hdg .title {
  color: #f5f5f5;
}
.str-outer.unq-corporate-visual .str-inner .text .hdg .sub {
  color: #f5f5f5;
}

/**
 * .unq-corporate-message-btn
**/
.str-outer .unq-corporate-message-btn-01 {
  background-image: url(/corporate/images/message-btn_01.jpg);
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  max-width: 740px;
  width: 100%;
  min-height: 150px;
  padding: 10px 30px 23px 60px;
  letter-spacing: 0.14em;
}
.str-outer .unq-corporate-message-btn-01 .head {
  position: relative;
  display: block;
  padding-bottom: 0;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 2.57143;
}
.str-outer .unq-corporate-message-btn-01 .head > .icon-pdf-01 {
  margin-bottom: 7px;
}
.str-outer .unq-corporate-message-btn-01 .head::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 9px;
  width: 18px;
  height: 2px;
  background-color: #fff;
}
.str-outer .unq-corporate-message-btn-01 > a {
  color: #ffffff;
  text-align: left;
  border: none;
  box-sizing: boder-box;
  text-decoration: none;
}
.str-outer .unq-corporate-message-btn-01 > a > span {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.25;
}
.str-outer .unq-corporate-message-btn-01 > a > span .sub {
  display: block;
  margin: 0 0 6px 0;
}
.str-outer .unq-corporate-message-btn-01 > a > span .sub .unp-corporate-massage-text-small {
  font-size: 11px;
  font-size: 1.1rem;
  letter-spacing: 0.1em;
}

/* -----------------------------------------------
 * Service
** -------------------------------------------- */
/**
 * .lay-column2
**/
.str-outer.unq-service .lay-column2 > .col:nth-child(1) .box-service-01,
.str-outer.unq-service .lay-column2 > .col:nth-child(2) .box-service-01 {
  margin-top: 0;
}

/**
 * .box-service-01
**/
.str-outer.unq-service .box-service-01 {
  margin-top: 80px;
}
.str-outer.unq-service .box-service-01 > a {
  display: block;
  text-decoration: none;
  color: #43484c;
}
.str-outer.unq-service .box-service-01 > a:hover > .title > figure img, .str-outer.unq-service .box-service-01 > a:focus > .title > figure img, .str-outer.unq-service .box-service-01 > a:active > .title > figure img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.str-outer.unq-service .box-service-01 > a:hover .btn-small-01, .str-outer.unq-service .box-service-01 > a:focus .btn-small-01, .str-outer.unq-service .box-service-01 > a:active .btn-small-01 {
  color: #ffffff;
  background: #333b41;
}
.str-outer.unq-service .box-service-01 > a:hover .btn-small-01 > span:before, .str-outer.unq-service .box-service-01 > a:focus .btn-small-01 > span:before, .str-outer.unq-service .box-service-01 > a:active .btn-small-01 > span:before {
  border-top-color: #ffffff;
  border-left-color: #ffffff;
}
.str-outer.unq-service .box-service-01 > a:hover .btn-small-01 > span:after, .str-outer.unq-service .box-service-01 > a:focus .btn-small-01 > span:after, .str-outer.unq-service .box-service-01 > a:active .btn-small-01 > span:after {
  background: #ffffff;
}
.str-outer.unq-service .box-service-01 .title {
  position: relative;
  padding-bottom: 90px;
}
.str-outer.unq-service .box-service-01 .title > .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90px;
  padding-top: 16px;
  background-color: #ffffff;
}
.str-outer.unq-service .box-service-01 .title > .text > * {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.33333;
  letter-spacing: .03em;
}
.str-outer.unq-service .box-service-01 .title > .text > * > .category {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  display: block;
  color: #5c6267;
}
.str-outer.unq-service .box-service-01 .title > .text > * > .sub {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.86667;
  display: block;
  padding-bottom: 5px;
  color: #69777c;
}
.str-outer.unq-service .box-service-01 .title > figure {
  overflow: hidden;
}
.str-outer.unq-service .box-service-01 .title > figure img {
  transition: all .7s ease 0s;
}
.str-outer.unq-service .box-service-01 .content p {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 2.30769;
  letter-spacing: .06em;
}
.str-outer.unq-service .box-service-01 .content + * {
  margin-top: 20px;
}
.str-outer.unq-service .box-service-01 > *:last-child {
  margin-bottom: 0;
}
.str-outer.unq-service > .link {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2.33333;
  margin-top: 20px;
}
.str-outer.unq-service > .link > .title {
  position: relative;
  padding-right: 35px;
}
.str-outer.unq-service > .link > .title::before {
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  width: 1px;
  height: 12px;
  margin-top: -6px;
  content: "";
  background-color: #43484c;
}

/**
 * .style-business
**/
.str-outer.unq-service.style-business .box-service-01 .title {
  padding-bottom: 110px;
}
.str-outer.unq-service.style-business .box-service-01 .title > .text {
  height: 110px;
}
.str-outer.unq-service.style-business .box-service-01 .title > .text > * .sub {
  padding-bottom: 10px;
}

/* -----------------------------------------------
 * IR
** -------------------------------------------- */
/**
 * .comp-ir-01 {
**/
.comp-ir-01 {
  margin-bottom: 30px;
}
.comp-ir-01 .list-nav-01 {
  margin-bottom: 0;
}

/* .heading-03-01 と.heading-03-02 を揃える */
.str-outer.unq-ir-index .lay-column2 .heading-03-02 {
  padding-bottom: 17px;
  margin-bottom: 25px;
}

/**
 * .str-outer.unq-ir-business-strategy-01~04
**/
.str-outer.unq-ir-business-strategy-01, .str-outer.unq-ir-business-strategy-02, .str-outer.unq-ir-business-strategy-03, .str-outer.unq-ir-business-strategy-04 {
  padding-top: 0;
  padding-bottom: 0;
}
.str-outer.unq-ir-business-strategy-01 .str-inner, .str-outer.unq-ir-business-strategy-02 .str-inner, .str-outer.unq-ir-business-strategy-03 .str-inner, .str-outer.unq-ir-business-strategy-04 .str-inner {
  max-width: 740px;
  height: 180px;
}
.str-outer.unq-ir-business-strategy-01 .region-main, .str-outer.unq-ir-business-strategy-02 .region-main, .str-outer.unq-ir-business-strategy-03 .region-main, .str-outer.unq-ir-business-strategy-04 .region-main {
  height: 100%;
  vertical-align: middle;
}
.str-outer.unq-ir-business-strategy-01 .region-main > *:last-child, .str-outer.unq-ir-business-strategy-02 .region-main > *:last-child, .str-outer.unq-ir-business-strategy-03 .region-main > *:last-child, .str-outer.unq-ir-business-strategy-04 .region-main > *:last-child {
  margin-bottom: 0;
}
.str-outer.unq-ir-business-strategy-01 .heading, .str-outer.unq-ir-business-strategy-02 .heading, .str-outer.unq-ir-business-strategy-03 .heading, .str-outer.unq-ir-business-strategy-04 .heading {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.35714;
  font-weight: 500;
  position: relative;
  margin: 0;
  padding-left: 40px;
  letter-spacing: .06em;
  color: #333b41;
}
.str-outer.unq-ir-business-strategy-01 .heading::before, .str-outer.unq-ir-business-strategy-02 .heading::before, .str-outer.unq-ir-business-strategy-03 .heading::before, .str-outer.unq-ir-business-strategy-04 .heading::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 32px;
  height: 32px;
  margin: -16px 0 0 0;
  content: "";
}
.str-outer.unq-ir-business-strategy-01 + .str-outer, .str-outer.unq-ir-business-strategy-02 + .str-outer, .str-outer.unq-ir-business-strategy-03 + .str-outer, .str-outer.unq-ir-business-strategy-04 + .str-outer {
  margin-top: 0;
  padding-top: 50px !important;
}
.str-outer.unq-ir-business-strategy-01 + .str-outer .region-main > *:last-child, .str-outer.unq-ir-business-strategy-02 + .str-outer .region-main > *:last-child, .str-outer.unq-ir-business-strategy-03 + .str-outer .region-main > *:last-child, .str-outer.unq-ir-business-strategy-04 + .str-outer .region-main > *:last-child {
  margin-bottom: 48px;
}

.str-outer.unq-ir-business-strategy-01 {
  margin-top: -80px;
  background: #dde92d url(/ir/business-strategy/images/index-bg_01.png);
  background: url(/ir/business-strategy/images/index-bg_01.png), linear-gradient(to right, #dde92d 0%, #dde92d 10%, #ffffff 33%);
  background-repeat: no-repeat;
  background-position: right center;
}
.str-outer.unq-ir-business-strategy-01 .heading::before {
  background: url(/ir/business-strategy/images/index-icon_01.png);
}

.str-outer.unq-ir-business-strategy-02 {
  background: #85d845 url(/ir/business-strategy/images/index-bg_02.png);
  background: url(/ir/business-strategy/images/index-bg_02.png), linear-gradient(to right, #85d845 0%, #ffffff 40%);
  background-repeat: no-repeat;
  background-position: right center;
}
.str-outer.unq-ir-business-strategy-02 .heading::before {
  background: url(/ir/business-strategy/images/index-icon_02.png);
}

.str-outer.unq-ir-business-strategy-03 {
  background: #37b17c url(/ir/business-strategy/images/index-bg_03.png);
  background: url(/ir/business-strategy/images/index-bg_03.png), linear-gradient(to right, #37b17c 0%, #ffffff 40%);
  background-repeat: no-repeat;
  background-position: right center;
}
.str-outer.unq-ir-business-strategy-03 .heading::before {
  background: url(/ir/business-strategy/images/index-icon_03.png);
}

.str-outer.unq-ir-business-strategy-04 {
  background: #1c98b1 url(/ir/business-strategy/images/index-bg_04.png);
  background: url(/ir/business-strategy/images/index-bg_04.png), linear-gradient(to right, #1c98b1 0%, #ffffff 40%);
  background-repeat: no-repeat;
  background-position: right center;
}
.str-outer.unq-ir-business-strategy-04 .heading::before {
  background: url(/ir/business-strategy/images/index-icon_04.png);
}

/**
 * .str-outer.unq-ir-business-strategy
**/
.str-outer.unq-ir-business-strategy .unq-box-Kibiro-inner {
  position: relative;
  min-height: 140px;
  padding-right: 220px;
}
.str-outer.unq-ir-business-strategy .unq-box-Kibiro-inner .title {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
  margin: -8px 0 7px;
  letter-spacing: .046em;
  color: #333b41;
}
.str-outer.unq-ir-business-strategy .unq-box-Kibiro-inner::after {
  position: absolute;
  top: -35px;
  right: 0;
  display: block;
  width: 148px;
  height: 224px;
  content: "";
  background: url(/ir/business-strategy/images/index-bg_05.png) no-repeat center;
}

/**
 * .unq-ir-business-strategy-foot
**/
.unq-ir-business-strategy-foot .unq-heading-foot-01 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 2;
  color: #333b41;
  font-weight: 500;
  letter-spacing: .046em;
  border-bottom: #abadb1 1px solid;
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
}
.unq-ir-business-strategy-foot .unq-heading-foot-02 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.85714;
  font-weight: 500;
  letter-spacing: .046em;
  color: #333b41;
  margin: 0 0 10px 0;
}

/* -----------------------------------------------
 * Solution
** -------------------------------------------- */
/**
 * .str-outer.unq-kibit-bnr
 **/
.str-outer.unq-kibit-bnr {
  background-color: #000;
  margin-bottom: 100px;
  padding-left: 0;
  padding-right: 0;
}
.str-outer.unq-kibit-bnr + .str-outer {
  margin-top: -100px;
}
.str-outer.unq-kibit-bnr > .str-inner {
  max-width: inherit;
}

/* .content-visual
----------------------------------------------- */
.content-visual .unq-solution .str-inner {
  max-width: 740px;
  padding-top: 100px;
}
.content-visual .unq-solution .str-inner .title {
  font-size: 52px;
  font-size: 5.2rem;
  line-height: 1;
  letter-spacing: 0.04em;
}
.content-visual .unq-solution .str-inner .title .ruby {
  display: block;
  margin-top: 19px;
  font-size: 14px;
  font-size: 1.4rem;
}
.content-visual .unq-solution .str-inner .title .category {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.625;
  display: block;
  margin-bottom: 25px;
  font-weight: 500;
}
.content-visual .unq-solution .str-inner .title .sub {
  display: block;
  font-weight: 300;
  margin-top: 25px;
}
.content-visual .unq-solution .str-inner {
  color: #f5f5f5;
}
.content-visual .unq-solution .ruby {
  color: #e9f0f5;
}
.content-visual .unq-solution .str-inner .lead::before {
  background-color: #f5f5f5;
}
.content-visual .unq-solution.style-index {
  background-image: url(/solution/images/index-keyvisual_01.jpg);
}
.content-visual .unq-solution.style-index .str-inner {
  padding-top: 104px;
}
.content-visual .unq-solution.style-marketing .str-inner, .content-visual .unq-solution.style-robots .str-inner, .content-visual .unq-solution.style-audit .str-inner, .content-visual .unq-solution.style-healthcare .str-inner {
  padding-top: 140px;
}
.content-visual .unq-solution.style-local {
  position: relative;
  background-color: #e5e5e5;
  background-repeat: no-repeat;
  background-position: center top;
  min-height: 680px;
  margin: 0 auto;
  color: #fff;
}
.content-visual .unq-solution.style-local .title {
  position: relative;
  font-size: 56px;
  font-size: 5.6rem;
  letter-spacing: 0.14em;
}
.content-visual .unq-solution.style-local .title::before {
  content: '';
  display: block;
  position: absolute;
  bottom: -46px;
  width: 58px;
  height: 6px;
  background-color: #fff;
}
.content-visual .unq-solution.style-local .layer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #ebebeb;
  background-repeat: repeat-x;
  background-position: 0 0;
}
.content-visual .unq-solution.style-local .layer > .inner {
  position: relative;
  max-width: 740px;
  min-height: 320px;
  margin: 0 auto;
  padding: 52px 0 51px;
  box-sizing: border-box;
}
.content-visual .unq-solution.style-local .layer > .inner > *:nth-last-child(2) {
  margin-bottom: 0 !important;
}
.content-visual .unq-solution.style-local .layer > .inner > .subtitle {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.76923;
  letter-spacing: 0.13em;
}
.content-visual .unq-solution.style-local .layer > .inner > .subtitle + * {
  margin-top: 17px;
}
.content-visual .unq-solution.style-local .layer > .inner > .button {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 300;
  position: absolute;
  top: 65px;
  right: 0;
  padding-right: 31px;
  color: #ebebeb;
  letter-spacing: 0.13em;
  text-decoration: none;
}
.content-visual .unq-solution.style-local .layer > .inner > .button::before {
  content: '';
  display: block;
  position: absolute;
  width: 24px;
  height: 22px;
  border: 2px solid #ebebeb;
  border-left: none;
  border-bottom: none;
  top: -2px;
  right: 0;
}
.content-visual .unq-solution.style-local .layer > .inner > .button .sub {
  font-weight: 500;
}
.content-visual .unq-solution.style-local .layer > .inner > .button .sub::before, .content-visual .unq-solution.style-local .layer > .inner > .button .sub::after {
  content: '';
  display: block;
  position: absolute;
}
.content-visual .unq-solution.style-local .layer > .inner > .button .sub::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: #ebebeb 2px solid;
  border-left: #ebebeb 2px solid;
  top: 4px;
  right: 8px;
}
.content-visual .unq-solution.style-local .layer > .inner > .button .sub::after {
  width: 8px;
  height: 15px;
  border: 2px solid #ebebeb;
  border-left: none;
  border-top: none;
  top: 5px;
  right: 11px;
}
.content-visual .unq-solution.style-local .layer > .inner > .button:hover {
  color: #fff;
}
.content-visual .unq-solution.style-local .layer > .inner > .button:hover::before {
  border-color: #fff;
}
.content-visual .unq-solution.style-local .layer > .inner > .button:hover .sub::before, .content-visual .unq-solution.style-local .layer > .inner > .button:hover .sub::after {
  position: absolute;
  border-color: #fff;
}
.content-visual .unq-solution.style-marketing {
  background-image: url(/solution/marketing/images/index-keyvisual_01.jpg);
}
.content-visual .unq-solution.style-marketing .layer {
  background: #83c146;
  background: linear-gradient(to bottom, rgba(131, 193, 70, 0.8) 0%, #83c146 35%, #83c146 100%);
}
.content-visual .unq-solution.style-healthcare {
  background-image: url(/solution/healthcare/images/index-keyvisual_01.jpg);
}
.content-visual .unq-solution.style-healthcare .layer {
  background: #c0ca20;
  background: linear-gradient(to bottom, rgba(192, 202, 32, 0.8) 0%, #c0ca20 35%, #c0ca20 100%);
}
.content-visual .unq-solution.style-robots {
  background-image: url(/solution/robots/images/index-keyvisual_01.jpg);
}
.content-visual .unq-solution.style-robots .layer {
  background: #5fb066;
  background: linear-gradient(to bottom, rgba(95, 176, 102, 0.8) 0%, #5fb066 35%, #5fb066 100%);
}
.content-visual .unq-solution.style-business-intelligence {
  background-image: url(/solution/business-intelligence/images/index-keyvisual_01.jpg);
}
.content-visual .unq-solution.style-business-intelligence .layer {
  background: #47a38a;
  background: linear-gradient(to bottom, rgba(71, 163, 138, 0.8) 0%, #47a38a 35%, #47a38a 100%);
}
.content-visual .unq-solution.style-legal-intelligence {
  background-image: url(/solution/legal-intelligence/images/index-keyvisual_01.jpg);
}
.content-visual .unq-solution.style-legal-intelligence .layer {
  background: #339fb6;
  background: linear-gradient(to bottom, rgba(51, 159, 182, 0.8) 0%, #339fb6 35%, #339fb6 100%);
}
.content-visual .unq-solution.style-advanced-forensics {
  background-image: url(/solution/advanced-forensics/images/index-keyvisual_01.jpg);
}
.content-visual .unq-solution.style-advanced-forensics .layer {
  background: #1a77a7;
  background: linear-gradient(to bottom, rgba(26, 119, 167, 0.8) 0%, #1a77a7 35%, #1a77a7 100%);
}
.content-visual .unq-solution.style-audit {
  background-image: url(/solution/audit/images/index-keyvisual_01.jpg);
}
.content-visual .unq-solution.style-audit .layer {
  background: #1b66a1;
  background: linear-gradient(to bottom, rgba(27, 102, 161, 0.8) 0%, #1b66a1 35%, #1b66a1 100%);
}
.content-visual .unq-solution.style-national-security {
  background-image: url(/solution/national-security/images/index-keyvisual_01.jpg);
}
.content-visual .unq-solution.style-national-security .layer {
  background: #2951a5;
  background: linear-gradient(to bottom, rgba(41, 81, 165, 0.8) 0%, #2951a5 35%, #2951a5 100%);
}
.content-visual .unq-solution-visual-predictive {
  background-image: url(/solution/legal-intelligence/images/predictive-coding-keyvisual_01.jpg);
}
.content-visual .unq-solution-visual-predictive .str-inner .text .hdg .title {
  color: #f5f5f5;
}
.content-visual .unq-solution-visual-predictive .str-inner .text .hdg .sub {
  color: #f5f5f5;
}

/*-----------------------------------------------
.solution
----------------------------------------------- */
/* .box-solution-01
----------------------------------------------- */
.unq-solution .lay-column2 > .col:nth-child(1) .box-solution-01,
.unq-solution .lay-column2 > .col:nth-child(2) .box-solution-01 {
  margin-top: 0;
}
.unq-solution .lay-column2 .box-solution-01 {
  margin-top: 38px;
}
.unq-solution .box-solution-01 > a {
  display: block;
  text-decoration: none;
  color: #43484c;
}
.unq-solution .box-solution-01 > a:hover > .title > figure img, .unq-solution .box-solution-01 > a:focus > .title > figure img, .unq-solution .box-solution-01 > a:active > .title > figure img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.unq-solution .box-solution-01 > a:hover .btn-small-01, .unq-solution .box-solution-01 > a:focus .btn-small-01, .unq-solution .box-solution-01 > a:active .btn-small-01 {
  color: #ffffff;
  background: #333b41;
}
.unq-solution .box-solution-01 > a:hover .btn-small-01 > span:before, .unq-solution .box-solution-01 > a:focus .btn-small-01 > span:before, .unq-solution .box-solution-01 > a:active .btn-small-01 > span:before {
  border-top-color: #ffffff;
  border-left-color: #ffffff;
}
.unq-solution .box-solution-01 > a:hover .btn-small-01 > span:after, .unq-solution .box-solution-01 > a:focus .btn-small-01 > span:after, .unq-solution .box-solution-01 > a:active .btn-small-01 > span:after {
  background: #ffffff;
}
.unq-solution .box-solution-01 > a > .title {
  position: relative;
  margin-bottom: 56px;
}
.unq-solution .box-solution-01 > a > .title .text {
  position: absolute;
  bottom: -38px;
  z-index: 1;
  width: 92%;
  max-width: 460px;
  height: 118px;
  background-color: #fff;
  display: table;
}
.unq-solution .box-solution-01 > a > .title .text::before {
  position: absolute;
  left: 15px;
  bottom: 0;
  content: '';
  display: block;
  width: 30px;
  height: 3px;
}
.unq-solution .box-solution-01 > a > .title .text > * {
  font-size: 26px;
  font-size: 2.6rem;
  display: table-cell;
  padding: 0 0 29px 15px;
  line-height: 1;
  letter-spacing: 0.12em;
  vertical-align: bottom;
  font-weight: 400;
}
.unq-solution .box-solution-01 > a > .title .text > * > span {
  display: block;
  margin-top: 8px;
  font-weight: 300;
}
.unq-solution .box-solution-01 > a > .title > figure {
  overflow: hidden;
}
.unq-solution .box-solution-01 > a > .title > figure img {
  transition: all 0.7s ease 0s;
}
.unq-solution .box-solution-01 > a > .content {
  padding: 5px 15px 0;
  box-sizing: border-box;
}
.unq-solution .box-solution-01 > a > .content .lead {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.73333;
  margin-bottom: 10px;
  color: #6d757b;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.unq-solution .box-solution-01 > a > .content > p {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 2.30769;
  letter-spacing: 0.08em;
}
.unq-solution .box-solution-01 > a > .content + .btn {
  margin: 34px 15px 0;
}
.unq-solution .box-solution-01.style-marketing .title .text {
  color: #83c146;
}
.unq-solution .box-solution-01.style-marketing .title .text::before {
  background-color: #83c146;
}
.unq-solution .box-solution-01.style-healthcare .title .text {
  color: #c0ca20;
}
.unq-solution .box-solution-01.style-healthcare .title .text::before {
  background-color: #c0ca20;
}
.unq-solution .box-solution-01.style-robots .title .text {
  color: #5fb066;
}
.unq-solution .box-solution-01.style-robots .title .text::before {
  background-color: #5fb066;
}
.unq-solution .box-solution-01.style-business-intelligence .title .text {
  color: #47a38a;
}
.unq-solution .box-solution-01.style-business-intelligence .title .text::before {
  background-color: #47a38a;
}
.unq-solution .box-solution-01.style-legal-intelligence .title .text {
  color: #339fb6;
}
.unq-solution .box-solution-01.style-legal-intelligence .title .text::before {
  background-color: #339fb6;
}
.unq-solution .box-solution-01.style-advanced-forensics .title .text {
  color: #1a77a7;
}
.unq-solution .box-solution-01.style-advanced-forensics .title .text::before {
  background-color: #1a77a7;
}
.unq-solution .box-solution-01.style-audit .title .text {
  color: #1b66a1;
}
.unq-solution .box-solution-01.style-audit .title .text::before {
  background-color: #1b66a1;
}
.unq-solution .box-solution-01.style-national-security .title .text {
  color: #2951a5;
}
.unq-solution .box-solution-01.style-national-security .title .text::before {
  background-color: #2951a5;
}

/* .box-solution-02
----------------------------------------------- */
.unq-solution .box-solution-02 > .title {
  display: table;
  direction: rtl;
  table-layout: auto;
}
.unq-solution .box-solution-02 > .title > * {
  direction: ltr;
  display: table-cell;
  vertical-align: top;
}
.unq-solution .box-solution-02 > .title > .text {
  padding-left: 18px;
}
.unq-solution .box-solution-02 > .title > .text > * {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.625;
  position: relative;
  top: -5px;
  letter-spacing: 0.03em;
}
.unq-solution .box-solution-02 > .title > .text .sub {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2.33333;
  display: block;
  color: #6d757b;
  margin-bottom: 6px;
}
.unq-solution .box-solution-02 > .title > .image {
  min-width: 220px;
}
.unq-solution .box-solution-02 > .title + * {
  margin-top: 15px;
}
.unq-solution .box-solution-02 > .btn .btn-small-01 {
  background: transparent;
}
.unq-solution .box-solution-02 > .btn .btn-small-01:hover {
  background: #333b41;
}
.unq-solution .box-solution-02 > .content {
  min-height: 10px;
}
.unq-solution .box-solution-02 > .content > p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2.16667;
  letter-spacing: 0.05em;
}
.unq-solution .box-solution-02 > .content + * {
  margin-top: 21px;
}

/* -----------------------------------------------
 * Products
** -------------------------------------------- */
/**
 * .unq-products-list
**/
.str-outer.unq-products .unq-products-list-01 {
  margin: 0 0 0 0;
  padding: 0;
  border-top: 1px solid #abadb1;
}
.str-outer.unq-products .unq-products-list-01 > li:not(:first-child) {
  border-top: 1px solid #dbe0e3;
}
.str-outer.unq-products .unq-products-list-01 > li > div {
  margin: 0;
  padding: 40px 0 22px 0;
}
.str-outer.unq-products .unq-products-list-01 > li + li {
  margin: 52px 0 0 0;
}

/**
 * .unq-products-lay-image
**/
.str-outer.unq-products .unq-products-lay-image-01 > .text > h3.head {
  font-size: 20px;
  line-height: 1;
}
.str-outer.unq-products .unq-products-lay-image-01 > .text > h3.head + p {
  margin-top: 26px;
}

