@charset 'UTF-8';

@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);

@-webkit-keyframes slide-line {
  from {
    height: 100%;
  }

  to {
    height: 0;
  }
}

@keyframes slide-line {
  from {
    height: 100%;
  }

  to {
    height: 0;
  }
}

@-webkit-keyframes fade-symbol {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }

  40% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes fade-symbol {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }

  40% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes slide-text {
  from {
    bottom: -466px;
    opacity: 0;
  }

  to {
    bottom: -5px;
    opacity: 1;
  }
}

@keyframes slide-text {
  from {
    bottom: -466px;
    opacity: 0;
  }

  to {
    bottom: -5px;
    opacity: 1;
  }
}

@-webkit-keyframes slide-box {
  from {
    left: -40px;
    opacity: 0;
  }

  to {
    left: 0;
    opacity: 1;
  }
}

@keyframes slide-box {
  from {
    left: -40px;
    opacity: 0;
  }

  to {
    left: 0;
    opacity: 1;
  }
}

@-webkit-keyframes slide-image {
  from {
    margin-left: -40px;
    opacity: 0;
  }

  to {
    margin-left: 0;
    opacity: 1;
  }
}

@keyframes slide-image {
  from {
    margin-left: -40px;
    opacity: 0;
  }

  to {
    margin-left: 0;
    opacity: 1;
  }
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: .67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * 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 {
  /* 1 */
  overflow: visible;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  /* 1 */
  text-decoration: underline;
  text-decoration: underline dotted;
  border-bottom: none;
  /* 2 */
  -webkit-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;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  color: #000;
  background-color: #ff0;
}

/**
 * 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: -.25em;
}

sup {
  top: -.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: .35em .75em .625em;
}

/**
 * 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 {
  /* 2 */
  display: table;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
  color: inherit;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * 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'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type='search'] {
  /* 1 */
  outline-offset: -2px;
  -webkit-appearance: textfield;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  /* 1 */
  font: inherit;
  -webkit-appearance: button;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

html {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 62.5%;
  line-height: 1.5;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl {
  margin-top: 0;
}

ul,
ol {
  padding-left: 0;
}

li {
  list-style-type: none;
}

dd {
  margin-left: 0;
}

a {
  text-decoration: none;
  color: #8da4c5;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

input,
button {
  padding: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

small {
  font-size: 100%;
}

.hrm_sort--opened .hrm_sort > div {
  bottom: 0;
  visibility: visible;
  opacity: 1;
}

.hrm_sp--hidden {
  display: none;
}

.hrm_hero {
  position: relative;
  height: 13rem;
  background: url(../images/bg-hero.png) no-repeat center;
  background-size: cover;
}

.hrm_hero--image {
  color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-shadow: 0 0 8px rgba(0, 0, 0, .4);
}

.hrm_hero--image:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  background-color: rgba(0, 0, 0, .3);
}

.hrm_hero--about {
  background-image: url(/images/about/bg-hero.jpg);
}

.hrm_hero--class {
  background-image: url(/images/people/hero-class.jpg);
}

.hrm_hero--purpose {
  background-image: url(/images/people/hero-purpose.jpg);
}

.hrm_hero--method {
  background-image: url(/images/people/hero-method.jpg);
}

.hrm_hero--dandi {
  background-image: url(/images/organization/hero-dandi.jpg);
}

.hrm_hero--learning {
  background-image: url(/images/organization/hero-learning.jpg);
}

.hrm_hero--consulting {
  background-image: url(/images/system/hero-consulting.jpg);
}

.hrm_hero--assessment {
  background-image: url(/images/system/hero-assessment.jpg);
}

.hrm_hero__box {
  position: absolute;
  top: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0 2rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}

.hrm_hero h1 {
  font-size: 2.4rem;
  margin-bottom: .6rem;
  letter-spacing: .08em;
}

.hrm_hero p {
  font-size: 1.2rem;
  letter-spacing: .04em;
}

.hrm_local-nav {
  font-size: 1.3rem;
  line-height: 4.8rem;
  margin-bottom: 2.4rem;
  letter-spacing: .04em;
  border-top: 1px solid #ddd;
  -webkit-box-shadow: inset 0 -1px #ddd;
  box-shadow: inset 0 -1px #ddd;
}

.hrm_local-nav:after {
  display: block;
  clear: both;
  content: '';
}

.hrm_local-nav li {
  position: relative;
  float: left;
  width: 50%;
  border-bottom: 1px solid #ddd;
}

.hrm_local-nav li:nth-child(odd) {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #ddd;
}

.hrm_local-nav a {
  display: block;
  padding-left: 1.2rem;
  color: #333;
}

.hrm_local-nav a:after {
  position: absolute;
  top: 50%;
  right: 1.6rem;
  width: .6rem;
  height: 1.1rem;
  content: '';
  -webkit-transform: rotate(90deg) translateY(-50%);
  transform: rotate(90deg) translateY(-50%);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  background: url(../images/ico-arrow-blue.png) no-repeat;
  background-size: .6rem;
}

.hrm_inner {
  padding: 0 2rem;
}

.hrm_heading {
  font-size: 2rem;
  font-weight: normal;
  display: table;
  margin: 0 auto 2.5rem;
  text-align: center;
  letter-spacing: .04em;
  color: #444;
}

.hrm_heading:after {
  display: block;
  width: 100%;
  height: 4px;
  margin: 1rem auto 0;
  content: '';
  background-color: #8da4c5;
}

.hrm_heading--people:after {
  background-color: #efb972;
}

.hrm_heading--organization:after {
  background-color: #7ac28f;
}

.hrm_heading--system:after {
  background-color: #77aec6;
}

.hrm_panel-heading {
  font-size: 2rem;
  font-weight: normal;
  margin: 0 -2rem 1.7rem;
  padding: 1rem 2rem;
  letter-spacing: .02em;
  color: #fff;
  border-radius: .2rem;
  background-color: #8da4c5;
}

.hrm_sub-heading {
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 2.3rem;
  position: relative;
  margin-bottom: 3rem;
  padding-left: .8rem;
  letter-spacing: .04em;
  border-left: 6px solid #a6a08a;
}

.hrm_sub-heading:after {
  position: absolute;
  bottom: -1.1rem;
  left: -6px;
  width: 100%;
  height: 1px;
  content: '';
  background-color: #c2c2b4;
}

.hrm_small-heading {
  font-size: 1.6rem;
  margin-bottom: 1em;
  letter-spacing: .04em;
  color: #8c897d;
}

.hrm_text {
  font-size: 1.4rem;
  letter-spacing: .04em;
}

.hrm_list {
  font-size: 1.4rem;
  font-weight: bold;
}

.hrm_list li {
  position: relative;
  padding-left: 1em;
}

.hrm_list li:after {
  position: absolute;
  left: 0;
  content: '繝ｻ';
}

.hrm_button {
  font-size: 1.6rem;
  line-height: 4.5rem;
  position: relative;
  width: 22rem;
  margin: 0 auto;
  text-align: center;
  letter-spacing: .08em;
}

.hrm_button a {
  display: block;
  color: #fff;
  background-color: #8da4c5;
}

.hrm_button a:after {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  width: .6rem;
  height: 1rem;
  margin-top: -.5rem;
  content: '';
  background: url(../images/ico-arrow-white.png) no-repeat;
  background-size: .6rem;
}

.hrm_prev-button {
  font-size: 1.6rem;
  line-height: 4.3rem;
  margin: 0 2rem;
  text-align: center;
  letter-spacing: .08em;
}

.hrm_prev-button a {
  position: relative;
  display: block;
  max-width: 29.8rem;
  margin: 0 auto;
  color: #333;
  border: 1px solid #ddd;
}

.hrm_prev-button a:before {
  position: absolute;
  top: 50%;
  left: 1.4rem;
  width: .6rem;
  height: 1rem;
  margin-top: -.5rem;
  content: '';
  background: url(../images/ico-prev.png) no-repeat;
  background-size: .6rem;
}

.hrm_download-button {
  font-size: 1.6rem;
  line-height: 4.5rem;
  max-width: 30.5rem;
  margin: 0 auto;
  text-align: center;
  letter-spacing: .08em;
}

.hrm_download-button a {
  display: block;
  color: #fff;
  background-color: #8da4c5;
}

.hrm_download-button a:before {
  display: inline-block;
  width: 1.5rem;
  height: 1.3rem;
  margin-right: 1rem;
  content: '';
  background: url(../images/ico-download.png) no-repeat;
  background-size: 1.5rem;
}

.hrm_external {
  padding: .5rem 0;
  word-wrap: break-word;
  color: #333;
}

.hrm_external:after {
  display: inline-block;
  width: 1.1rem;
  height: .8rem;
  margin-left: .7rem;
  content: '';
  background: url(../images/ico-external.png) no-repeat;
  background-size: 2.2rem;
}

.hrm_sort {
  margin: 2rem 0 3rem;
}

.hrm_sort > p:first-of-type {
  font-size: 1.6rem;
  line-height: 4.5rem;
  margin: 0 3.7rem 1em;
  text-align: center;
  letter-spacing: .08em;
}

.hrm_sort > p:first-of-type a {
  position: relative;
  display: block;
  max-width: 30rem;
  margin: 0 auto;
  color: #fff;
  background: #8da4c5;
}

.hrm_sort > p:first-of-type a:after {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  width: .6rem;
  height: 1rem;
  margin-top: -.5rem;
  content: '';
  background: url(../images/ico-arrow-white.png) no-repeat;
  background-size: .6rem;
}

.hrm_sort > div {
  position: fixed;
  z-index: 100;
  bottom: -100%;
  visibility: hidden;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 5.7rem 2rem 10.9rem;
  -webkit-transition: bottom .4s cubic-bezier(.19, 1, .22, 1), opacity .6s ease-out, visibility .6s cubic-bezier(.19, 1, .22, 1);
  transition: bottom .4s cubic-bezier(.19, 1, .22, 1), opacity .6s ease-out, visibility .6s cubic-bezier(.19, 1, .22, 1);
  opacity: 0;
  background-color: #fff;
  -webkit-overflow-scrolling: touch;
}

.hrm_sort__title {
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  margin-bottom: .6rem;
  padding-left: 2.1rem;
  letter-spacing: .04em;
}

.hrm_sort__title:after {
  position: absolute;
  top: .6rem;
  left: 0;
  content: '';
  background-repeat: no-repeat;
}

.hrm_sort__title--area:after {
  width: 1.1rem;
  height: 1.5rem;
  background-image: url(/assets/images/hrm/common/ico-area.png);
  background-size: auto 1.5rem;
}

.hrm_sort__title--date:after {
  width: 1.3rem;
  height: 1.4rem;
  background-image: url(/assets/images/hrm/common/ico-date.png);
  background-size: 1.3rem;
}

.hrm_sort__title--theme:after {
  width: 1.2rem;
  height: 1.5rem;
  background-image: url(/assets/images/hrm/common/ico-theme.png);
  background-size: 1.2rem;
}

.hrm_sort__title--business:after {
  width: .7rem;
  height: 1.5rem;
  background-image: url(/assets/images/hrm/common/ico-business.png);
  background-size: .7rem;
}

.hrm_sort__title--size:after {
  width: 1.4rem;
  height: 1.4rem;
  background-image: url(/assets/images/hrm/common/ico-size.png);
  background-size: 1.4rem;
}

.hrm_sort__title--type:after {
  width: 1.2rem;
  height: 1.5rem;
  background-image: url(/assets/images/hrm/common/ico-type.png);
  background-size: 1.2rem;
}

.hrm_sort__title--category:after {
  width: 1.4rem;
  height: 1.4rem;
  background-image: url(/assets/images/hrm/common/ico-category.png);
  background-size: 1.4rem;
}

.hrm_sort ul {
  font-size: 1.6rem;
  margin-bottom: 2.6rem;
  letter-spacing: .04em;
  background-color: #f7f7f4;
}

.hrm_sort li {
  position: relative;
}

.hrm_sort li:not(:last-child) {
  border-bottom: 1px dotted #c6c6c3;
}

.hrm_sort input {
  position: absolute;
  top: 1.8rem;
  left: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
  -webkit-transition: background-color .2s ease-out, border-color .2s ease-out;
  transition: background-color .2s ease-out, border-color .2s ease-out;
  border: 1px solid #ccc;
  border-radius: .3rem;
  background-color: #fff;
}

.hrm_sort input:checked {
  border-color: #8da4c5;
  background-color: #8da4c5;
}

.hrm_sort input:checked + label:after {
  background-position: -1rem;
}

.hrm_sort input:disabled {
  background-color: #ccc;
}

.hrm_sort input:disabled + label {
  cursor: default;
  color: #ccc;
}

.hrm_sort input:disabled + label:after {
  background-position: -2rem;
}

.hrm_sort label {
  display: block;
  padding: 1.3rem 1.5rem 1.4rem 3.9rem;
  cursor: pointer;
}

.hrm_sort label:after {
  position: absolute;
  top: 2.2rem;
  left: 1.7rem;
  width: 1rem;
  height: .8rem;
  content: '';
  background: url(/assets/images/hrm/common/ico-check.png) no-repeat;
  background-size: 3rem;
}

.hrm_sort ul span {
  font-size: 1.2rem;
  margin-left: .6rem;
  color: #8c897d;
}

.hrm_sort > div > p:nth-last-of-type(2) {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 5.5rem;
  position: fixed;
  bottom: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 0;
  padding: 2rem;
  text-align: center;
  letter-spacing: .04em;
  background-color: #eceff3;
}

.hrm_sort > div > p:nth-last-of-type(2) a {
  display: block;
  max-width: 33.5rem;
  height: 5.5rem;
  margin: 0 auto;
  color: #fff;
  background-color: #8da4c5;
}

.hrm_sort > div > p:nth-last-of-type(2) a:before {
  position: relative;
  top: .3rem;
  display: inline-block;
  width: 1.6rem;
  height: 1.7rem;
  margin-right: 1.3rem;
  content: '';
  background: url(/assets/images/hrm/common/ico-sort.png) no-repeat;
  background-size: 1.6rem;
}

.hrm_sort > div > p:nth-last-of-type(2) span {
  margin-left: .6rem;
}

.hrm_sort > div > p:last-of-type {
  font-size: 0;
  position: fixed;
  top: 0;
  right: 0;
}

.hrm_sort > div > p:last-of-type a {
  display: block;
  width: 6.4rem;
  height: 6.9rem;
}

.hrm_sort > div > p:last-of-type a:before,
.hrm_sort > div > p:last-of-type a:after {
  position: absolute;
  content: '';
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #8c897d;
}

.hrm_sort > div > p:last-of-type a:before {
  top: 3.3rem;
  right: 1.7rem;
  width: 3rem;
  height: .2rem;
}

.hrm_sort > div > p:last-of-type a:after {
  top: 1.9rem;
  right: 3.1rem;
  width: .2rem;
  height: 3rem;
}

.hrm_sort > p:nth-of-type(2) {
  font-size: 1.3rem;
  margin-right: 2rem;
  text-align: right;
  letter-spacing: .04em;
}

.hrm_sort > p:nth-of-type(2) a {
  padding: .5rem 0;
  color: #333;
}

.hrm_sort > p:nth-of-type(2) a:after {
  position: relative;
  top: .1rem;
  display: inline-block;
  width: .6rem;
  height: 1.1rem;
  margin-left: .9rem;
  content: '';
  background: url(/assets/images/hrm/common_new/ico-arrow-blue.png) no-repeat;
  background-size: .6rem;
}

.hrm_prev-sort {
  font-size: 1.5rem;
  line-height: 4.3rem;
  margin: 0 2rem;
  text-align: center;
  letter-spacing: .08em;
}

.hrm_prev-sort a {
  position: relative;
  display: block;
  max-width: 29.8rem;
  margin: 0 auto;
  color: #333;
  border: 1px solid #ddd;
}

.hrm_prev-sort a:after {
  position: absolute;
  top: 50%;
  right: 1.4rem;
  width: 1rem;
  height: .6rem;
  margin-top: -.3rem;
  content: '';
  background: url(/assets/images/hrm/common/ico-prev-sort.png) no-repeat;
  background-size: 1rem;
}

.hrm_tag {
  font-size: 0;
  font-weight: bold;
  color: #8c897d;
}

.hrm_tag li {
  font-size: 1.2rem;
  display: inline-block;
  margin: 0 .5rem .5rem 0;
  padding: 0 1.5rem;
  letter-spacing: .02em;
  border-radius: 20px;
  background-color: #e8e6df;
}

.hrm_column {
  margin-bottom: 2.7rem;
}

.hrm_column > img {
  display: block;
  margin: 0 auto 1em;
}

.hrm_column .hrm_caption-image {
  font-size: 1rem;
  font-weight: normal;
  color: #777;
}

.hrm_caption-image {
  font-size: 1.2rem;
  font-weight: bold;
  display: table;
  margin: 0 auto 2rem;
  letter-spacing: .04em;
  color: #666;
}

.hrm_caption-image img {
  margin-bottom: .3em;
}

.hrm_caption-image p {
  display: table-caption;
  caption-side: bottom;
}

.hrm_search--opened nav form {
  top: 6.1rem;
  opacity: 1;
}

.hrm_search--opened nav div:last-of-type {
  visibility: visible;
  opacity: 1;
}

.hrm_menu--opened header ul:first-of-type li:last-child a:before {
  top: 2.7rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.hrm_menu--opened header ul:first-of-type li:last-child a:after {
  bottom: 2.6rem;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.hrm_menu--opened header span {
  opacity: 0;
}

.hrm_menu--opened nav div:first-of-type {
  top: 0;
  opacity: 1;
 z-index: 11;
}

.hrm_menu li.disabled a {
  background-color:#ddd!important;
  pointer-events: none;
}

header {
  position: fixed;
  z-index: 100;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding-left: 2rem;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}

header > a {
  display: table;
  padding: 1.7rem 0;
  letter-spacing: .02em;
  color: #222;
}

header a p:first-of-type {
  display: table-cell;
}

header > a img {
  display: block;
  width: 8.5rem;
}

header .hrm_header__title {
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.3;
  display: table-cell;
  vertical-align: middle;
}

header ul:first-of-type {
  font-size: 0;
}

header ul:first-of-type li {
  position: absolute;
  top: 0;
}

header ul:first-of-type li:first-child {
  right: 5.7rem;
  text-align: center;
}

header ul:first-of-type li:first-child a {
  display: block;
  width: 4.5rem;
  height: 3.8rem;
  padding-top: 1.7rem;
}

header ul:first-of-type img {
  height: 2.2rem;
}

header ul:first-of-type li:last-child {
  font-size: 0;
  right: .7rem;
}

header ul:first-of-type li:last-child a {
  display: inline-block;
  width: 5rem;
  height: 5.5rem;
}

header ul:first-of-type li:last-child a:before,
header ul:first-of-type li:last-child a:after {
  position: absolute;
  left: 50%;
  width: 2.5rem;
  height: .2rem;
  margin-left: -1.2rem;
  content: '';
  border-radius: 20px;
  background-color: #222;
}

header ul:first-of-type li:last-child a:before {
  top: 1.7rem;
  -webkit-transition: top .2s linear, -webkit-transform .2s linear;
  transition: top .2s linear, -webkit-transform .2s linear;
  transition: top .2s linear, transform .2s linear;
  transition: top .2s linear, transform .2s linear, -webkit-transform .2s linear;
}

header ul:first-of-type li:last-child a:after {
  bottom: 1.6rem;
  -webkit-transition: bottom .2s linear, -webkit-transform .2s linear;
  transition: bottom .2s linear, -webkit-transform .2s linear;
  transition: bottom .2s linear, transform .2s linear;
  transition: bottom .2s linear, transform .2s linear, -webkit-transform .2s linear;
}

header span {
  display: block;
  width: 2.5rem;
  height: .2rem;
  margin: 2.7rem auto 0;
  -webkit-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out;
  border-radius: 20px;
  background-color: #222;
}

nav div:first-of-type,
nav form {
  position: fixed;
  z-index: 10;
  width: 100%;
  -webkit-transition: top .4s cubic-bezier(.19, 1, .22, 1), opacity .6s ease-out;
  transition: top .4s cubic-bezier(.19, 1, .22, 1), opacity .6s ease-out;
  opacity: 0;
}

nav div:first-of-type {
  top: -100%;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 100%;
  padding: 6.1rem 0 4rem;
  background-color: #f7f7f4;
  -webkit-overflow-scrolling: touch;
}

nav div:first-of-type > ul:first-of-type {
  font-size: 1.3rem;
  line-height: 5.2rem;
  margin-bottom: 2rem;
  letter-spacing: .02em;
}

nav div:first-of-type > ul:first-of-type li {
  border-bottom: 1px solid #ddd;
}

nav div:first-of-type > ul:first-of-type a {
  position: relative;
  display: block;
  padding-left: 1.4rem;
  color: #222;
}

nav div:first-of-type > ul:first-of-type a:after {
  position: absolute;
  top: 50%;
  right: 1.6rem;
  width: .6rem;
  height: 1rem;
  margin-top: -.5rem;
  content: '';
  background: url(/assets/images/hrm/common/ico-arrow-black.png) no-repeat;
  background-size: .6rem;
}

nav div:first-of-type > ul:first-of-type .hrm_dropdown:before {
  position: absolute;
  top: 2.5rem;
  right: 1.5rem;
  width: .8rem;
  height: .2rem;
  content: '';
  -webkit-transition: opacity .4s ease-out, -webkit-transform .2s linear;
  transition: opacity .4s ease-out, -webkit-transform .2s linear;
  transition: opacity .4s ease-out, transform .2s linear;
  transition: opacity .4s ease-out, transform .2s linear, -webkit-transform .2s linear;
  background-color: #222;
}

nav div:first-of-type > ul:first-of-type .hrm_dropdown:after {
  top: 2.2rem;
  right: 1.8rem;
  width: .2rem;
  height: .8rem;
  margin-top: 0;
  -webkit-transition: -webkit-transform .2s linear;
  transition: -webkit-transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear, -webkit-transform .2s linear;
  background: #222;
}

nav div:first-of-type > ul:first-of-type .hrm_dropdown--opened:before,
nav div:first-of-type > ul:first-of-type .hrm_dropdown--opened:after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

nav div:first-of-type > ul:first-of-type .hrm_dropdown--opened:before {
  opacity: 0;
}

nav div:first-of-type > ul:first-of-type .hrm_dropdown--opened + .hrm_menu {
  opacity: 1;
}

nav div:first-of-type > ul:first-of-type li:nth-child(2) .hrm_dropdown--opened + .hrm_menu {
  /*height: 14.6rem;*/
  height:58.4rem;
}

nav div:first-of-type > ul:first-of-type li:nth-child(3) .hrm_dropdown--opened + .hrm_menu {
  /*height: 9.7rem;*/
  height:92.85rem;
}

nav div:first-of-type > ul:first-of-type li:nth-child(4) .hrm_dropdown--opened + .hrm_menu {
  /*height: 9.7rem;*/
  height:44rem;
}

nav .hrm_menu {
  line-height: 4.8rem;
  overflow: hidden;
  height: 0;
  -webkit-transition: height .2s ease-out, opacity .4s .1s ease-out;
  transition: height .2s ease-out, opacity .4s .1s ease-out;
  opacity: 0;
  border-top: 1px solid #ddd;
  background-color: #fff;
}

nav .hrm_menu:after {
  display: block;
  clear: both;
  content: '';
}

nav .hrm_menu li {
  float: left;
  width: 100%;
}

nav div:first-of-type > ul:first-of-type .hrm_menu li:last-child {
  border-bottom: 0;
}

nav ul:first-of-type .hrm_menu a {
  color: #666;
}

nav div > ul:last-of-type {
  font-size: 0;
  font-weight: bold;
  text-align: center;
}

nav div > ul:last-of-type li {
  font-size: 1.4rem;
  line-height: 5rem;
  display: inline-block;
  margin: 0 .75rem;
  letter-spacing: .06em;
}

nav div > ul:last-of-type a {
  display: block;
  width: 13.8rem;
  color: #fff;
  background-color: #8da4c5;
}

nav div > ul:last-of-type a:before {
  display: inline-block;
  margin-right: 1rem;
  content: '';
  background-repeat: no-repeat;
}

nav div > ul:last-of-type li:first-child a:before {
  position: relative;
  top: .2rem;
  width: 1.3rem;
  height: 1.5rem;
  background-image: url(/assets/images/hrm/common_new/ico-doc.png);
  background-size: auto 1.5rem;
}

nav div > ul:last-of-type li:last-child a:before {
  width: 1.5rem;
  height: 1rem;
  background-image: url(/assets/images/hrm/common_new/ico-mail.png);
  background-size: 1.5rem;
}

nav form {
  top: -3.4rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2.5rem 2rem;
  background-color: #f7f7f4;
}

nav [type='search'] {
  font-size: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 4rem;
  padding: 0 5.2rem 0 1.5rem;
  -webkit-transition: background-color .2s ease-out;
  transition: background-color .2s ease-out;
  border: 1px solid #ddd;
  -webkit-appearance: none;
}

nav [type='search']:focus {
  background-color: rgba(141, 164, 197, .2);
}

nav [type='submit'] {
  font-size: 0;
  position: absolute;
  top: 2.5rem;
  right: 2rem;
  width: 5.2rem;
  height: 4rem;
  cursor: pointer;
  background: url(/assets/images/hrm/common_new/ico-search.png) no-repeat center;
  background-size: auto 2.2rem;
}

nav div:last-of-type {
  position: fixed;
  z-index: 1;
  visibility: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity .6s ease-out, visibility .6s ease-out;
  transition: opacity .6s ease-out, visibility .6s ease-out;
  opacity: 0;
  background-color: rgba(0, 0, 0, .3);
  -webkit-tap-highlight-color: transparent;
}

main {
  padding-top: 6.1rem;
}

aside {
  margin-top: 5rem;
  padding: 4rem 2rem 3rem;
  background-color: #f7f7f4;
}

aside a {
  position: relative;
  display: block;
  height: 8.5rem;
  margin-bottom: 1rem;
  background-color: #fff;
}

aside a:after {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  width: .6rem;
  height: 1.1rem;
  content: '';
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(/assets/images/hrm/common_new/ico-arrow-blue.png) no-repeat;
  background-size: .6rem;
}

aside div div {
  position: absolute;
  top: 50%;
  left: 12.4rem;
  margin-right: 3.6rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

aside p:first-of-type {
  font-size: 1.2rem;
  margin-bottom: .5rem;
  letter-spacing: .08em;
  color: #3f3c34;
}

aside p:last-of-type {
  font-size: 1rem;
  line-height: 1.42;
  margin-bottom: 0;
  letter-spacing: .04em;
  color: #666;
}

aside img {
  position: absolute;
  top: 0;
  left: 0;
  height: 8.5rem;
}

footer {
  padding: 0 2rem .7rem;
}

footer > ul:first-of-type,
footer > ul:nth-of-type(2),
footer > ul:nth-of-type(3) {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 5.1rem;
  margin-bottom: 0;
  letter-spacing: .04em;
}

footer > ul:first-of-type li,
footer > ul:nth-of-type(2) li,
footer > ul:nth-of-type(3) li {
  border-bottom: 1px solid #ddd;
}

footer > ul:first-of-type a,
footer > ul:nth-of-type(2) a,
footer > ul:nth-of-type(3) a {
  position: relative;
  display: block;
  padding-left: .5rem;
  color: #444;
}

footer > ul:first-of-type a:after,
footer > ul:nth-of-type(2) a:after,
footer > ul:nth-of-type(3) a:after {
  position: absolute;
  top: 50%;
  right: .5rem;
  width: .6rem;
  height: 1rem;
  margin-top: -.5rem;
  content: '';
  background: url(/assets/images/hrm/common/ico-arrow-gray.png) no-repeat;
  background-size: .6rem;
}

footer > ul:first-of-type .hrm_dropdown:before {
  position: absolute;
  top: 2.4rem;
  right: .5rem;
  width: .8rem;
  height: .2rem;
  content: '';
  -webkit-transition: opacity .4s ease-out, -webkit-transform .2s linear;
  transition: opacity .4s ease-out, -webkit-transform .2s linear;
  transition: opacity .4s ease-out, transform .2s linear;
  transition: opacity .4s ease-out, transform .2s linear, -webkit-transform .2s linear;
  background-color: #888;
}

footer > ul:first-of-type .hrm_dropdown:after {
  top: 2.1rem;
  right: .8rem;
  width: .2rem;
  height: .8rem;
  margin-top: 0;
  -webkit-transition: -webkit-transform .2s linear;
  transition: -webkit-transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear, -webkit-transform .2s linear;
  background: #888;
}

footer > ul:first-of-type .hrm_dropdown--opened:before,
footer > ul:first-of-type .hrm_dropdown--opened:after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

footer > ul:first-of-type .hrm_dropdown--opened:before {
  opacity: 0;
}

footer .flex_row_wrap > .flex_row > ul:first-of-type .hrm_dropdown--opened + .hrm_menu {
  opacity: 1;
}

footer .flex_row_wrap > .flex_row > ul:first-of-type li:nth-child(1) .hrm_dropdown--opened + .hrm_menu {
  /*height: 17rem;*/
	height: 100%;
}

footer .flex_row_wrap > .flex_row > ul:first-of-type li:nth-child(2) .hrm_dropdown--opened + .hrm_menu {
  height: 29.9rem;
	height: 100%;

}

footer .flex_row_wrap > .flex_row > ul:first-of-type li:nth-child(3) .hrm_dropdown--opened + .hrm_menu {
  height: 15.3rem;
	height: 100%;

}

footer .hrm_menu {
  font-weight: normal;
  line-height: 1.5rem;
  overflow: hidden;
  height: 0;
  -webkit-transition: height .2s ease-out, opacity .4s .1s ease-out;
  transition: height .2s ease-out, opacity .4s .1s ease-out;
  letter-spacing: .02em;
  opacity: 0;
}

footer .hrm_menu li.disabled a{
  background-color:transparent!important;
  color:#ddd!important;
  pointer-events: none;
}

footer .hrm_menu:after {
  display: block;
  clear: both;
  content: '';
}

footer > ul:first-of-type .hrm_menu li {
  position: relative;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 1.1rem;
  padding-left: .5rem;
  border-bottom: 0;
}

footer .hrm_menu li:nth-child(odd) {
  width: 51.492537313432836%;
}

footer .hrm_menu li:nth-child(even) {
  width: 48.507462686567164%;
}

footer > ul:first-of-type .hrm_menu a {
  display: inline-block;
  padding-left: .9rem;
  color: #666;
}

footer > ul:first-of-type .hrm_menu a:before {
  position: absolute;
  top: .4rem;
  left: 0;
  display: inline-block;
  width: .4rem;
  height: .6rem;
  content: '';
  background: url(/assets/images/hrm/common_new/ico-footer.png) no-repeat;
  background-size: .4rem;
}

footer > ul:first-of-type .hrm_menu a:after {
  display: none;
}

footer > ul:nth-of-type(3) {
  margin-bottom: 2.1rem;
}

footer > ul:last-of-type {
  font-size: 1.2rem;
  margin-bottom: 2.1rem;
  letter-spacing: .04em;
}

footer > ul:last-of-type:after {
  display: block;
  clear: both;
  content: '';
}

footer > ul:last-of-type li {
  float: left;
  width: 50%;
}

footer > ul:last-of-type li:first-child a:after {
  position: relative;
  bottom: .1rem;
  display: inline-block;
  width: .7rem;
  height: .5rem;
  margin-left: .7rem;
  content: '';
  background: url(/assets/images/hrm/common/ico-external.png) no-repeat;
  background-size: 1.4rem;
}

footer > ul:last-of-type li:nth-child(even) {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 1rem;
}

footer > ul:last-of-type a {
  display: inline-block;
  padding: .9rem 0;
  color: #888;
}

footer div {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  text-align: right;
  border-bottom: 1px solid #ddd;
}

/*
footer div:after {
  display: block;
  clear: both;
  content: '';
}
*/

footer div p img {
  width: 100px;
}

footer > p {
  margin-top: .9rem;
  text-align: center;
  letter-spacing: .02em;
  color: #888;
}

.hrm_home-hero > div {
  overflow: hidden;
}

.hrm_home-hero > div:first-of-type div:first-of-type {
  background-color: #fcf2e2;
  background-image: url(/images/home/bg-hero1.png);
  background-size: 23.2rem;
}

.hrm_home-hero > div:first-of-type div:first-of-type:after {
  content: 'PEOPLE';
}

.hrm_home-hero > div:first-of-type img {
  top: 3.6rem;
  left: 2.2rem;
  width: 8.6rem;
}

.hrm_home-hero > div:first-of-type a {
  background-color: #efb972;
}

.hrm_home-hero > div:nth-of-type(2) div:first-of-type {
  background-color: #dff0e4;
  background-image: url(/images/home/bg-hero2.png);
  background-size: 33.8rem;
}

.hrm_home-hero > div:nth-of-type(2) div:first-of-type:after {
  content: 'ORGANIZATION';
}

.hrm_home-hero > div:nth-of-type(2) img {
  top: 4rem;
  left: 1.9rem;
  width: 10rem;
}

.hrm_home-hero > div:nth-of-type(2) a {
  background-color: #7ac28f;
}

.hrm_home-hero > div:nth-of-type(2) div:last-of-type p:first-of-type {
  font-size: 1.4rem;
}

.hrm_home-hero > div:last-of-type div:first-of-type {
  background-color: #dae9ef;
  background-image: url(/images/home/bg-hero3.png);
  background-size: 27.7rem;
}

.hrm_home-hero > div:last-of-type div:first-of-type:after {
  content: 'SYSTEM';
}

.hrm_home-hero > div:last-of-type img {
  top: 3.6rem;
  left: 2rem;
  width: 9.3rem;
}

.hrm_home-hero > div:last-of-type a {
  background-color: #77aec6;
}

.hrm_home-hero div div:first-of-type {
  position: relative;
  padding: 2.6rem 0 3rem;
  background-repeat: no-repeat;
  background-position: center;
}

.hrm_home-hero div div:first-of-type:after {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  right: -.3rem;
  bottom: -.3rem;
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
  letter-spacing: .02em;
  -ms-writing-mode: tb-rl;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

.hrm_home-hero div div:first-of-type p:first-of-type {
  font-size: 2rem;
  font-weight: bold;
  margin: 0 2rem 1.2rem 13.2rem;
  letter-spacing: .08em;
}

.hrm_home-hero div div:first-of-type p:nth-of-type(2) {
  font-size: 1.4rem;
  position: relative;
  z-index: 1;
  margin: 0 2rem 1.7rem 13.2rem;
  letter-spacing: .04em;
}

.hrm_home-hero div div:first-of-type p:last-of-type {
  font-size: 1.6rem;
  line-height: 4rem;
  position: relative;
  width: 19rem;
  margin: 0 auto;
  text-align: center;
  letter-spacing: .04em;
}

.hrm_home-hero img {
  position: absolute;
}

.hrm_home-hero a {
  display: block;
  color: #fff;
}

.hrm_home-hero__button:before,
.hrm_home-hero__button:after {
  position: absolute;
  content: '';
  background-color: #fff;
}

.hrm_home-hero__button:before {
  top: 1.9rem;
  right: 1.5rem;
  width: .8rem;
  height: .2rem;
  -webkit-transition: opacity .4s ease-out, -webkit-transform .2s linear;
  transition: opacity .4s ease-out, -webkit-transform .2s linear;
  transition: opacity .4s ease-out, transform .2s linear;
  transition: opacity .4s ease-out, transform .2s linear, -webkit-transform .2s linear;
}

.hrm_home-hero__button:after {
  top: 1.6rem;
  right: 1.8rem;
  width: .2rem;
  height: .8rem;
  -webkit-transition: -webkit-transform .2s linear;
  transition: -webkit-transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear, -webkit-transform .2s linear;
}

.hrm_home-hero__button--opened:before,
.hrm_home-hero__button--opened:after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.hrm_home-hero__button--opened:before {
  opacity: 0;
}

.hrm_home-hero div div:last-of-type {
  display: none;
  padding: 2.5rem 2rem 1rem;
  background-color: #fff;
}

.hrm_home-hero div div:last-of-type p:nth-of-type(odd) {
  font-size: 1.6rem;
  line-height: 4rem;
  position: relative;
  margin-bottom: .8rem;
  text-align: center;
  letter-spacing: .04em;
}

.hrm_home-hero div div:last-of-type a:after {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  width: .6rem;
  height: 1rem;
  margin-top: -.5rem;
  content: '';
  background: url(/assets/images/hrm/common_new/ico-arrow-white.png) no-repeat;
  background-size: .6rem;
}

.hrm_home-hero div div:last-of-type p:nth-of-type(even) {
  font-size: 1.3rem;
  line-height: 1.46;
  margin-bottom: 1.3rem;
  letter-spacing: .04em;
}

.hrm_home-about {
  padding: 5rem 0 3rem;
  background-color: #f7f7f4;
}

.hrm_home-about h2 {
  width: 30.2rem;
  margin: 0 auto 2.5rem;
}

.hrm_home-about p:first-of-type {
  width: 29.8rem;
  margin: 0 auto 3.3rem;
}

.hrm_home-about p:nth-of-type(2),
.hrm_home-about p:last-of-type {
  font-size: 1.3rem;
  line-height: 2.08;
  text-align: center;
  letter-spacing: .24em;
}

.hrm_home-column > div:first-of-type img,
.hrm_home-column > div:nth-of-type(2) img {
  width: 100%;
}

.hrm_home-column div div {
  padding: 2.5rem 2rem 3rem;
  text-align: center;
}

.hrm_home-column div div p:first-of-type {
  font-size: 1.4rem;
  margin-bottom: 2.2rem;
  letter-spacing: .04em;
}

.hrm_home-column h3 {
  font-size: 2.1rem;
  font-weight: normal;
  margin-bottom: 1.8rem;
  letter-spacing: .08em;
  color: #4a463a;
}

.hrm_home-column > div:last-of-type {
  border-top: 1px solid #e9e9e2;
  background-color: #f7f7f4;
}

.hrm_home-column > div:last-of-type > a {
  position: relative;
  display: block;
  padding: 2.1rem 4.9rem .8rem 9rem;
  color: #333;
  border-bottom: 1px solid #e9e9e2;
}

.hrm_home-column > div:last-of-type > a:after {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: .9rem;
  height: 1.6rem;
  margin-top: -.8rem;
  content: '';
  background: url(/assets/images/hrm/common_new/ico-arrow-blue.png) no-repeat;
  background-size: .9rem;
}

.hrm_home-column > div:last-of-type > a:first-of-type img {
  left: 2.6rem;
  width: 4.3rem;
}

.hrm_home-column > div:last-of-type > a:nth-of-type(2) img {
  left: 2.3rem;
  width: 4.9rem;
}

.hrm_home-column > div:last-of-type > a:last-of-type img {
  left: 2rem;
  width: 5.4rem;
}

.hrm_home-column > div:last-of-type img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.hrm_home-column > div:last-of-type p:first-of-type {
  font-size: 1.4rem;
  letter-spacing: .04em;
}

.hrm_home-column h4 {
  font-size: 1.8rem;
  font-weight: normal;
  margin-bottom: .7rem;
  letter-spacing: .08em;
  color: #4a463a;
}

.hrm_home-news {
  margin-bottom: -5rem;
  padding: 3.5rem 2rem .5rem;
}

.hrm_home-news h2 {
  font-size: 2.1rem;
  font-weight: normal;
  margin-bottom: .8rem;
  text-align: center;
  letter-spacing: .08em;
  color: #3f3c34;
}

.hrm_home-slider h2 {
    font-size: 2.1rem;
    font-weight: normal;
    margin-bottom: 3.5rem;
    text-align: center;
    letter-spacing: .08em;
    color: #3f3c34;
}
.hrm_home-news p {
  font-size: 1.3rem;
  margin-bottom: 1.1rem;
  text-align: right;
  letter-spacing: .04em;
}

.hrm_home-news p a {
  padding: .5rem 0;
  color: #444;
}

.hrm_home-news p a:after {
  position: relative;
  top: .1rem;
  display: inline-block;
  width: .6rem;
  height: 1.1rem;
  margin-left: .9rem;
  content: '';
  background: url(/assets/images/hrm/common_new/ico-arrow-blue.png) no-repeat;
  background-size: .6rem;
}

.hrm_home-news > div {
  margin-bottom: 3rem;
}

.hrm_home-news div div {
  padding: 1.5rem 0 1.2rem;
  border-bottom: 1px dotted #ccc;
}

.hrm_home-news time {
  font-size: 1.2rem;
  margin-right: 1rem;
  letter-spacing: .02em;
}

.hrm_home-news span {
  font-size: 1.2rem;
  line-height: 1.8rem;
  display: inline-block;
  width: 12.8rem;
  margin-bottom: .8rem;
  text-align: center;
  letter-spacing: .02em;
  color: #8c897d;
  border: 1px solid #8c897d;
}

.hrm_home-news .hrm_news-item__category--note {
  color: #e65252;
  border-color: #e65252;
}

.hrm_home-news h3 {
  font-size: 1.4rem;
  font-weight: normal;
  margin-bottom: 0;
  letter-spacing: .04em;
}

.hrm_home-news h3 a {
  color: #333;
}

.hrm_home-news ul:after {
  display: block;
  clear: both;
  content: '';
}

.hrm_home-news li {
  width: 47.761194029850746%;
  margin-bottom: 1.5rem;
}

.hrm_home-news li:nth-child(odd) {
  float: left;
  clear: both;
}

.hrm_home-news li:nth-child(even) {
  float: right;
}

.hrm_home-news img {
  width: 100%;
}

.hrm_about-intro {
  margin: 4rem 2rem 4rem;
  padding: 4rem 2rem 1.7rem;
  text-align: center;
  background: url(/images/about/bg-intro.png) no-repeat;
  background-size: 100% 100%;
}

.hrm_about-intro h2 {
  margin-bottom: 2em;
}

.hrm_about-intro p {
  font-size: 1.4rem;
  line-height: 2.25;
  letter-spacing: .28em;
}

.hrm_about-box h3 {
  margin: 0 2rem 2em;
  text-align: center;
}

.hrm_about-box h3 img {
  max-height: 2.3rem;
}

.hrm_about-box > div {
  margin-bottom: 4rem;
  counter-increment: about-box;
}

.hrm_about-box > div > div {
  padding: 0 2rem;
}

.hrm_about-box h4 {
  font-size: 1.4rem;
  font-weight: normal;
  margin-bottom: 1em;
  text-align: center;
  letter-spacing: .08em;
  color: #8da4c5;
}

.hrm_about-box h4:before {
  font-size: 2rem;
  font-weight: bold;
  font-style: italic;
  margin-right: .5em;
  content: counter(about-box);
}

.hrm_about-box p {
  margin-bottom: 2em;
}

.hrm_dev-wrap {
  padding-top: 3rem;
}

.hrm_dev-wrap > p {
  margin-bottom: 2.7rem;
}

.hrm_dev-nav {
  font-size: 1.4rem;
  margin-bottom: 2.5rem;
  letter-spacing: .04em;
}

.hrm_dev-nav a {
  position: relative;
  display: block;
  margin-bottom: 1rem;
  padding-right: 4.6rem;
  color: #444;
  -webkit-box-shadow: inset 1px 0 #ddd, inset -1px 0 #ddd, inset 0 1px #ddd, inset 0 -1px #ddd;
  box-shadow: inset 1px 0 #ddd, inset -1px 0 #ddd, inset 0 1px #ddd, inset 0 -1px #ddd;
}

.hrm_dev-nav a:after {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: .6rem;
  height: 1.1rem;
  content: '';
  -webkit-transform: rotate(90deg) translateY(-50%);
  transform: rotate(90deg) translateY(-50%);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  background: url(/assets/images/hrm/common_new/ico-arrow-blue.png) no-repeat;
  background-size: .6rem;
}

.hrm_dev-nav div,
.hrm_dev-nav p {
  display: table-cell;
}

.hrm_dev-nav div {
  width: 8rem;
  padding-right: 1rem;
}

.hrm_dev-nav p {
  vertical-align: middle;
}

.hrm_dev-nav .hrm_sp--hidden {
  display: none;
}

.hrm_dev-box {
  margin-bottom: 5rem;
}

.hrm_dev-box .hrm_sub-heading {
  margin-top: 2.7rem;
}

.hrm_dev-box h2 + p {
  margin-bottom: 2em;
}

.hrm_dev-column {
  margin-bottom: 3.5rem;
}

.hrm_dev-column div:first-of-type {
  margin-bottom: 1em;
  text-align: center;
}

.hrm_dev-column h3 {
  font-size: 1.8rem;
  margin-bottom: .5em;
  letter-spacing: .04em;
}

.hrm_dev-card {
  letter-spacing: .04em;
}

.hrm_dev-card a,
.hrm_dev-card > div {
  display: block;
  max-width: 330px;
  margin: 0 auto 2rem;
  color: #333;
  -webkit-box-shadow: inset 1px 0 #ddd, inset -1px 0 #ddd, inset 0 1px #ddd, inset 0 -1px #ddd;
  box-shadow: inset 1px 0 #ddd, inset -1px 0 #ddd, inset 0 1px #ddd, inset 0 -1px #ddd;
}

.hrm_dev-card a div {
  position: relative;
  padding: 1.6rem 3.6rem 1.7rem 2rem;
}

.hrm_dev-card a div:after {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  width: .6rem;
  height: 1rem;
  margin-top: -.5rem;
  content: '';
  background: url(/assets/images/hrm/common_new/ico-arrow-blue.png) no-repeat;
  background-size: .6rem;
}

.hrm_dev-card div div {
  padding: 1.6rem 2rem 1.7rem;
}

.hrm_dev-card h4 {
  font-size: 1.6rem;
  margin-bottom: .5em;
}

.hrm_dev-card p {
  font-size: 1.4rem;
  margin-bottom: 0;
}

.hrm_dev-table {
  font-size: 1rem;
  width: 100%;
  letter-spacing: .04em;
}

.hrm_dev-table th,
.hrm_dev-table td {
  padding: .7rem 1rem;
  border: 1px solid #ddd;
}

.hrm_dev-table thead {
  color: #fff;
  background-color: #8da4c5;
}

.hrm_dev-table tbody th {
  background-color: #eceff3;
}

.hrm_dev-table td:first-of-type,
.hrm_dev-table td:nth-of-type(2) {
  text-align: center;
}

.hrm_dev-table td:last-of-type {
  width: 5.9rem;
}

tbody th.hrm_dev-table__cell--color {
  background-color: #faeedf;
}

.hrm_dev-table__cell--center {
  text-align: center;
}

.hrm_dev-image {
  margin-bottom: 2rem;
}

.hrm_dev-button {
  font-size: 1.4rem;
  line-height: normal;
  width: auto;
  margin-top: 4rem;
}

.hrm_dev-button a {
  padding: 1rem 0;
}

.hrm_dev-button span span {
  display: block;
}

.hrm_dev-aside a {
  position: relative;
  display: block;
  height: 8.5rem;
  margin-bottom: 1rem;
  background-color: #fff;
  -webkit-box-shadow: inset 1px 0 #ddd, inset -1px 0 #ddd, inset 0 1px #ddd, inset 0 -1px #ddd;
  box-shadow: inset 1px 0 #ddd, inset -1px 0 #ddd, inset 0 1px #ddd, inset 0 -1px #ddd;
}

.hrm_dev-aside a:after {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  width: .6rem;
  height: 1.1rem;
  content: '';
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(/assets/images/hrm/common_new/ico-arrow-blue.png) no-repeat;
  background-size: .6rem;
}

.hrm_dev-aside p {
  font-size: 1.2rem;
  position: absolute;
  top: 50%;
  left: 12.4rem;
  margin: 0 3.6rem 0 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  letter-spacing: .08em;
  color: #3f3c34;
}

.hrm_dev-aside img {
  position: absolute;
  top: 0;
  left: 0;
  height: 8.5rem;
}

.hrm_dev-buttons div:first-of-type {
  margin-bottom: 2rem;
}

.hrm_dev-buttons li {
  font-size: 1.4rem;
  width: 100%;
  max-width: 30.5rem;
}

.hrm_dev-buttons li:first-child {
  margin-bottom: 2rem;
}

.hrm_seminar-box {
  margin-bottom: 4rem;
}

.hrm_seminar-card {
  display: block;
  margin-bottom: 2rem;
  padding-bottom: 1.6rem;
  border: 1px solid #ddd;
  background-color: #fff;
}

.hrm_seminar-card--new {
  position: relative;
}

.hrm_seminar-card--new:after {
  font-size: 1.2rem;
  line-height: 1.7rem;
  position: absolute;
  top: -1px;
  right: -1px;
  width: 4.6rem;
  content: 'NEW';
  text-align: center;
  letter-spacing: .02em;
  color: #fff;
  background-color: #e65252;
}

.hrm_seminar-card__head {
  margin-bottom: 1.8rem;
  padding: 2rem 1.4rem .7rem;
  background-color: #f3f3eb;
}

.hrm_seminar-card__head:after {
  display: block;
  clear: both;
  content: '';
}

.hrm_seminar-card__date,
.hrm_seminar-card__time {
  font-size: 1.3rem;
  font-weight: bold;
  float: left;
  letter-spacing: .04em;
  color: #444;
}

.hrm_seminar-card__date {
  margin-right: .9rem;
}

.hrm_seminar-card__time span {
  font-size: 1.2rem;
  font-weight: normal;
  color: #777;
}

.hrm_seminar-card__title {
  font-size: 1.6rem;
  line-height: 1.44;
  margin: 0 1.4rem .6rem;
  letter-spacing: .04em;
  color: #444;
}

.hrm_seminar-card__lead {
  font-size: 1.4rem;
  margin: 0 1.4rem .8rem;
  letter-spacing: .04em;
  color: #444;
}

.hrm_seminar-card__lists {
  font-size: 0;
  margin-left: 1.4rem;
  color: #8c897d;
}

.hrm_seminar-card__list {
  font-size: 1.3rem;
  position: relative;
  display: inline-block;
  margin-right: 1.4rem;
  letter-spacing: .02em;
}

.hrm_seminar-card__list:before {
  position: relative;
  top: .1rem;
  display: inline-block;
  width: .9rem;
  height: 1.2rem;
  margin-right: .5rem;
  content: '';
  background-repeat: no-repeat;
}

.hrm_seminar-card__list--area:before {
  background-image: url(/assets/images/hrm/common/ico-area.png);
  background-size: auto 1.2rem;
}

.hrm_seminar-card__list--theme:before {
  background-image: url(/assets/images/hrm/common/ico-theme.png);
  background-size: 1.2rem;
}

.hrm_seminar-banner {
  margin: 4rem 2rem 0;
}

.hrm_seminar-archive-box {
  letter-spacing: .04em;
}

.hrm_seminar-archive-box + div {
  margin-top: 4.5rem;
}

.hrm_seminar-archive-box__wrap {
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  background-color: #f7f7f4;
}

.hrm_seminar-archive-box__head {
  padding: 1.7rem 2rem .1rem;
  background-color: #efede3;
}

.hrm_seminar-archive-box__head h3 {
  font-size: 1.8rem;
  line-height: 1.39;
  margin-bottom: .1rem;
}

.hrm_seminar-archive-box__head p {
  font-size: 1.6rem;
  line-height: 1.44;
}

.hrm_seminar-archive-box__body {
  padding: 2.5rem 2rem 0;
}

.hrm_seminar-archive-box__body > img {
  display: block;
  width: 20rem;
  margin: 0 auto 1.6rem;
}

.hrm_seminar-archive-box__hero {
  margin-bottom: 2.3rem;
}

.hrm_seminar-archive-box__hero h4 {
  font-size: 1.6rem;
  margin-bottom: .8rem;
  color: #8c897d;
}

.hrm_seminar-archive-box__hero p {
  font-size: 1.4rem;
}

.hrm_seminar-archive-box__voice {
  margin-bottom: 2.5rem;
  border: 1px solid #c2c2b4;
}

.hrm_seminar-archive-box h5 {
  font-size: 1.6rem;
  line-height: 4.4rem;
  margin-bottom: 1.3rem;
  text-align: center;
  color: #8c897d;
  border-bottom: 1px solid #c2c2b4;
  background-color: #efede3;
}

.hrm_seminar-archive-box h5:before {
  position: relative;
  top: .1rem;
  display: inline-block;
  width: 2rem;
  height: 1.5rem;
  margin-right: .9rem;
  content: '';
  background: url(/images/seminar/ico-serif.png) no-repeat;
  background-size: 2rem;
}

.hrm_seminar-archive-box__voice ul {
  font-size: 1.4rem;
  margin: 0 1.4rem 1.1rem;
}

.hrm_seminar-archive-box__voice li {
  position: relative;
  margin-bottom: .8rem;
  padding-left: 2.2rem;
}

.hrm_seminar-archive-box__voice li:after {
  position: absolute;
  top: .3rem;
  left: 0;
  width: 1.3rem;
  height: 1.4rem;
  content: '';
  background: url(/images/seminar/ico-voice.png) no-repeat;
  background-size: auto 1.4rem;
}

.hrm_seminar-archive-box__download {
  margin-bottom: 1.5rem;
  padding: 1.5rem;
  background-color: #fff;
}

.hrm_seminar-archive-box__download div {
  display: table-cell;
}

.hrm_seminar-archive-box__download div:first-of-type {
  width: 10rem;
  padding-right: 1rem;
}

.hrm_seminar-archive-box__download div:last-of-type {
  vertical-align: top;
}

.hrm_seminar-archive-box h6 {
  font-size: 1.4rem;
  margin-bottom: .2rem;
}

.hrm_seminar-archive-box__download div p {
  font-size: 1.4rem;
  margin-bottom: .7rem;
}

.hrm_seminar-archive-box .hrm_sub-heading {
  margin-top: 4rem;
}

.hrm_case-cards:last-of-type {
  margin-bottom: 4rem;
}

.hrm_case-card {
  display: block;
  margin-bottom: 2rem;
  -webkit-box-shadow: inset 1px 0 #ddd, inset -1px 0 #ddd, inset 0 1px #ddd, inset 0 -1px #ddd;
  box-shadow: inset 1px 0 #ddd, inset -1px 0 #ddd, inset 0 1px #ddd, inset 0 -1px #ddd;
}

.hrm_case-card--new {
  position: relative;
}

.hrm_case-card--new:after {
  font-size: 1.2rem;
  line-height: 1.7rem;
  position: absolute;
  top: 0;
  right: 0;
  width: 4.6rem;
  content: 'NEW';
  text-align: center;
  letter-spacing: .02em;
  color: #fff;
  background-color: #e65252;
}

.hrm_case-card__image {
  width: 100%;
}

.hrm_case-card__box {
  padding: 1.7rem 1.5rem 1.5rem;
}

.hrm_case-card__type {
  font-size: 1.2rem;
  margin-bottom: .4rem;
  letter-spacing: .04em;
  color: #777;
}

.hrm_case-card__title {
  font-size: 1.6rem;
  line-height: 1.56;
  margin-bottom: .6rem;
  letter-spacing: .04em;
  color: #444;
}

.hrm_case-card__lead {
  font-size: 1.4rem;
  line-height: 1.625;
  margin-bottom: .8rem;
  letter-spacing: .04em;
  color: #444;
}

.hrm_case-detail-hero {
  padding: 2.7rem 0 3rem;
  letter-spacing: .04em;
  background-color: #f7f7f4;
}

.hrm_case-detail-hero > div > p {
  font-size: 1.4rem;
  margin-bottom: .5em;
  color: #666;
}

.hrm_case-detail-hero h2 {
  font-size: 2.2rem;
}

.hrm_case-detail-hero > div > img {
  display: block;
  margin: 0 auto 2em;
}

.hrm_case-detail-hero div div:first-of-type dl {
  margin-bottom: 1em;
}

.hrm_case-detail-hero div div:first-of-type dl:last-of-type {
  margin-bottom: 2em;
}

.hrm_case-detail-hero div div:first-of-type dl dt {
  font-size: 1.2rem;
  color: #666;
}

.hrm_case-detail-hero div div:first-of-type dl dd {
  font-size: 1.4rem;
  font-weight: bold;
  color: #444;
}

.hrm_case-detail-hero div div:last-of-type {
  font-size: 1.4rem;
  padding: 2rem 2rem .3rem;
  border: 1px solid #c2c2b4;
}

.hrm_case-detail-hero div div:last-of-type img {
  display: block;
  margin: 0 auto 1em;
}

.hrm_case-detail-hero div div:last-of-type dt {
  font-weight: bold;
}

.hrm_case-detail-hero div div:last-of-type dd:not(:last-of-type) {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px dotted #c6c6c3;
}

.hrm_case-detail-box {
  margin-bottom: 4.7rem;
}

.hrm_case-detail-box:last-of-type {
  margin-bottom: 3rem;
}

.hrm_case-detail-box > p + div {
  margin-top: 3rem;
}

.hrm_case-detail-download {
  margin-top: 1.5rem;
  padding: 2.6rem 2rem 3rem;
  background-color: #f7f7f4;
}

.hrm_case-detail-download h4 {
  font-size: 1.8rem;
  font-weight: normal;
  margin-bottom: .5em;
  padding: 0 0 .5em .5em;
  letter-spacing: .02em;
  border-bottom: 1px solid #c2c2b4;
}

.hrm_case-detail-download h4:before {
  position: relative;
  top: .4rem;
  display: inline-block;
  width: 1.8rem;
  height: 2.2rem;
  margin-right: .5em;
  content: '';
  background: url(/images/case/ico-doc.png) no-repeat;
  background-size: 1.8rem;
}

.hrm_case-detail-download div:first-of-type {
  letter-spacing: .04em;
}

.hrm_case-detail-download h5 {
  font-size: 1.6rem;
  display: inline-block;
  margin: 0 .5em .3em 0;
  color: #444;
}

.hrm_case-detail-download div:first-of-type p:first-of-type {
  display: inline-block;
  margin-bottom: 0;
  color: #444;
}

.hrm_case-detail-download div:first-of-type p:last-of-type {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 2em;
  color: #8c897d;
}

.hrm_case-detail-download div:nth-of-type(2),
.hrm_case-detail-download div:last-of-type {
  display: table-cell;
}

.hrm_case-detail-download div:nth-of-type(2) {
  width: 7.5rem;
  padding-right: 2em;
}

.hrm_case-detail-download div:last-of-type {
  vertical-align: top;
}

.hrm_case-detail-download div:last-of-type p {
  margin: 0;
}

/* .hrm_consultant-cards:last-of-type {
  margin-bottom: 4rem;
} */

/* 
.hrm_consultant-card {
  display: block;
  margin-bottom: 2rem;
  -webkit-box-shadow: inset 1px 0 #ddd, inset -1px 0 #ddd, inset 0 1px #ddd, inset 0 -1px #ddd;
  box-shadow: inset 1px 0 #ddd, inset -1px 0 #ddd, inset 0 1px #ddd, inset 0 -1px #ddd;
}

.hrm_consultant-card--new {
  position: relative;
}

.hrm_consultant-card--new:after {
  font-size: 1.2rem;
  line-height: 1.7rem;
  position: absolute;
  top: 0;
  right: 0;
  width: 4.6rem;
  content: 'NEW';
  text-align: center;
  letter-spacing: .02em;
  color: #fff;
  background-color: #e65252;
}

.hrm_consultant-card__image {
  width: 100%;
}

.hrm_consultant-card__box {
  padding: 1.6rem 1.5rem 1.5rem;
}

.hrm_consultant-card__name {
  font-size: 0;
  margin-bottom: .8rem;
}

.hrm_consultant-card dt,
.hrm_consultant-card dd {
  display: inline-block;
  letter-spacing: .04em;
}

.hrm_consultant-card dt {
  font-size: 1.6rem;
  font-weight: bold;
  margin-right: .5em;
  color: #444;
}

.hrm_consultant-card dd {
  font-size: 1.4rem;
  color: #777;
} */

.hrm_consultant-detail-hero {
  padding-bottom: 1.3rem;
}

.hrm_consultant-detail-hero > div:first-of-type {
  position: relative;
  margin-bottom: 1.5em;
}

.hrm_consultant-detail-hero h2 {
  font-size: 2.2rem;
  position: absolute;
  top: 50%;
  margin: 0 12rem 0 2rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  letter-spacing: .04em;
  color: #8c897d;
}

.hrm_consultant-detail-hero > p:first-of-type {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0 2rem;
  letter-spacing: .04em;
}

.hrm_consultant-detail-hero dl {
  font-size: 0;
  margin: 0 2rem;
}

.hrm_consultant-detail-hero dt,
.hrm_consultant-detail-hero dd {
  display: inline-block;
  letter-spacing: .04em;
}

.hrm_consultant-detail-hero dt {
  font-size: 1.8rem;
  font-weight: bold;
  margin-right: .5em;
}

.hrm_consultant-detail-hero dd {
  font-size: 1.2rem;
  color: #666;
}

.hrm_consultant-detail-hero > div:last-of-type {
  margin: 2em 0 1em;
  padding: 0 2rem;
}

.hrm_consultant-detail-hero div div {
  position: relative;
  padding-top: 75%;
}

.hrm_consultant-detail-hero iframe {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.hrm_consultant-detail-hero > p:last-of-type {
  margin-right: 2rem;
  margin-left: 2rem;
}

.hrm_consultant-detail-box {
  margin-bottom: 4.7rem;
}

.hrm_consultant-detail-box:last-of-type {
  margin-bottom: 3rem;
}

.hrm_consultant-detail-box .hrm_small-heading {
  font-weight: bold;
  margin-bottom: .5em;
}

.hrm_consultant-detail-box .hrm_.text + .hrm_.button {
  margin-top: 2em;
}

.hrm_consultant-detail-box p + h4 {
  margin-top: 2.7rem;
}

.hrm_consultant-detail-box__table {
  font-size: 1.4rem;
  line-height: 2.25;
  width: 100%;
  margin-bottom: 3rem;
}

.hrm_consultant-detail-box__table th,
.hrm_consultant-detail-box__table td {
  padding: .6rem 1.5rem;
  border: 1px solid #ddd;
}

.hrm_consultant-detail-box__table th {
  width: 3em;
  background-color: #eceff3;
}

.hrm_consultant-detail-box__table td {
  font-weight: bold;
}

.hrm_consultant-detail-box__table ul,
.hrm_consultant-detail-box__table ol {
  margin-bottom: 0;
}

.hrm_consultant-detail-box__table li {
  position: relative;
  left: 1em;
  text-indent: -1em;
}

.hrm_consultant-detail-box__table span {
  font-weight: normal;
  display: block;
  margin-top: -.5em;
  text-indent: 0;
}

.hrm_consultant-detail-voice {
  font-size: 1.4rem;
  margin-bottom: 3rem;
  padding-left: 3.3rem;
  letter-spacing: .04em;
}

.hrm_consultant-detail-voice li {
  position: relative;
  margin-bottom: 1.5rem;
  padding: 1.2rem 1.5rem;
  border-radius: .8rem;
  background-color: #f7f7f4;
}

.hrm_consultant-detail-voice li:before,
.hrm_consultant-detail-voice li:after {
  position: absolute;
  content: '';
}

.hrm_consultant-detail-voice li:before {
  top: .4rem;
  left: -3.3rem;
  width: 1.8rem;
  height: 2rem;
  background: url(../../images/hrm/consultant/ico-voice.png) no-repeat;
  background-size: auto 2rem;
}

.hrm_consultant-detail-voice li:after {
  top: 1rem;
  left: -1.2rem;
  -webkit-transform: scaleY(.6);
  transform: scaleY(.6);
  border: .6rem solid;
  border-color: transparent #f7f7f4 transparent transparent;
}

.hrm_consultant-detail-course {
  position: relative;
  display: block;
  margin-bottom: 3rem;
  padding: 1.1rem 3.6rem 1rem 1.5rem;
  border: 1px solid #ddd;
}

.hrm_consultant-detail-course:after {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  width: .6rem;
  height: 1.1rem;
  content: '';
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(/assets/images/hrm/common_new/ico-arrow-blue.png) no-repeat;
  background-size: .6rem;
}

.hrm_consultant-detail-course p:first-of-type {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: .5em;
  letter-spacing: .04em;
  color: #333;
}

.hrm_consultant-detail-course p:last-of-type {
  color: #333;
}

.hrm_consultant-detail-course ul {
  font-size: 0;
  font-weight: bold;
  color: #8c897d;
}

.hrm_consultant-detail-course li {
  font-size: 1.2rem;
  display: inline-block;
  margin: 0 .5rem .5rem 0;
  padding: 0 1.5rem;
  letter-spacing: .02em;
  border-radius: 20px;
  background-color: #e8e6df;
}

.hrm_consultant-detail-profile {
  margin-bottom: 5rem;
  padding: 2.6rem 2rem 1.3rem;
  letter-spacing: .04em;
  border: 1px solid #ddd;
}

.hrm_consultant-detail-profile h5 {
  font-size: 1.6rem;
  margin-bottom: 1em;
}

.hrm_consultant-detail-profile > div:first-of-type {
  margin-bottom: 2em;
  text-align: center;
}

.hrm_consultant-detail-profile div div {
  margin-bottom: 1em;
  padding: 1.2rem 1.5rem 1rem;
  background-color: #f7f7f4;
}

.hrm_consultant-detail-profile div p {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: .5em;
}

.hrm_consultant-detail-profile div div dl {
  font-size: 0;
}

.hrm_consultant-detail-profile div div dt,
.hrm_consultant-detail-profile div div dd {
  display: inline-block;
  margin-bottom: .5em;
  letter-spacing: .04em;
}

.hrm_consultant-detail-profile div div dt {
  font-size: 1.8rem;
  font-weight: bold;
  margin-right: .5em;
}

.hrm_consultant-detail-profile div div dd {
  font-size: 1.2rem;
  color: #666;
}

.hrm_consultant-detail-profile > div > dl {
  font-size: 1.4rem;
}

.hrm_consultant-detail-profile > div > dl dt {
  font-weight: bold;
}

.hrm_consultant-detail-profile > div > dl dd {
  margin-bottom: 1em;
}

.hrm_report-items {
  margin-bottom: 5rem;
}

.hrm_report-item {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px dotted #ccc;
}

.hrm_report-item--new:before {
  font-size: 1.2rem;
  line-height: 1.7rem;
  display: block;
  width: 4.6rem;
  margin-bottom: .5em;
  content: 'NEW';
  text-align: center;
  letter-spacing: .02em;
  color: #fff;
  background-color: #e65252;
}

.hrm_report-item__title {
  font-size: 1.6rem;
  line-height: 1.56;
  margin-bottom: .3rem;
  letter-spacing: .04em;
}

.hrm_report-item__lead {
  font-size: 1.4rem;
  line-height: 1.625;
  margin-bottom: .4rem;
  letter-spacing: .04em;
}

.hrm_report-item__info {
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: .02em;
  color: #8c897d;
}

.hrm_report-item div {
  display: table-cell;
}

.hrm_report-item__image {
  width: 9.9rem;
  padding-right: 2rem;
}

.hrm_report-item img {
  border: 1px solid #ddd;
}

.hrm_report-item__box {
  vertical-align: top;
}

.hrm_report-item__text {
  font-size: 1.4rem;
  position: relative;
  bottom: .3rem;
  margin-bottom: .7em;
  letter-spacing: .04em;
}

.hrm_report-item__button {
  margin-top: 2rem;
}

.hrm_whitepaper-box {
  padding-top: 2.7rem;
}

.hrm_whitepaper-box > p {
  font-size: 1.4rem;
  margin-bottom: 3rem;
  letter-spacing: .04em;
}

.hrm_whitepaper-item {
  position: relative;
  margin-bottom: 3rem;
  letter-spacing: .04em;
}

.hrm_whitepaper-item--new:before {
  font-size: 1.2rem;
  line-height: 1.7rem;
  position: absolute;
  right: 0;
  width: 4.6rem;
  content: 'NEW';
  text-align: center;
  letter-spacing: .02em;
  color: #fff;
  background-color: #e65252;
}

.hrm_whitepaper-item > div:first-of-type {
  padding: 1.7rem 2rem 1.6rem;
  background-color: #efede3;
}

.hrm_whitepaper-item > div:first-of-type p {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: .5em;
  color: #444;
}

.hrm_whitepaper-item h2 {
  font-size: 1.6rem;
  margin-bottom: 0;
  color: #444;
}

.hrm_whitepaper-item > div:last-of-type {
  padding: 1.7rem 2rem 2rem;
  background-color: #f7f7f4;
}

.hrm_whitepaper-item > div:last-of-type > p:first-of-type {
  font-size: 1.4rem;
}

.hrm_whitepaper-item > div > div {
  margin: 1.5rem 0 2rem;
  padding: 2rem;
  background-color: #fff;
}

.hrm_whitepaper-item div div div:first-of-type {
  margin-bottom: 1.7rem;
  text-align: center;
}

.hrm_whitepaper-item div div div:nth-of-type(2) {
  margin-bottom: 2rem;
  padding-bottom: .3rem;
  border-bottom: 1px dotted #c6c6c3;
}

.hrm_whitepaper-item div div div:nth-of-type(2) p {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: .5em;
}

.hrm_whitepaper-item div div div:nth-of-type(2) p:before {
  position: relative;
  top: .3rem;
  display: inline-block;
  width: 1.2rem;
  height: 1.6rem;
  margin-right: .5em;
  content: '';
  background: url(/images/whitepaper/ico-good.png) no-repeat;
  background-size: 1.2rem;
}

.hrm_whitepaper-item ol {
  font-size: 1.4rem;
}

.hrm_whitepaper-item ol li {
  position: relative;
  margin-bottom: .5em;
  padding-left: 2.5em;
  counter-increment: whitepaper-item;
}

.hrm_whitepaper-item ol li:after {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(whitepaper-item) '遶�';
}

.hrm_whitepaper-item div div div:last-of-type {
  text-align: center;
}

.hrm_whitepaper-item div div ul li:not(:first-child) {
  display: none;
}

.hrm_whitepaper-item div div div:last-of-type p {
  font-size: 1.6rem;
  line-height: 4rem;
  width: 22rem;
  margin: 0 auto;
}

.hrm_whitepaper-item div div div:last-of-type p a {
  display: block;
  color: #8da4c5;
  border: 1px solid #8da4c5;
}

.hrm_whitepaper-item div div div:last-of-type p a:before {
  position: relative;
  top: .2rem;
  display: inline-block;
  width: 1.7rem;
  height: 1.6rem;
  margin-right: .5em;
  content: '';
  background: url(/images/whitepaper/ico-zoom.png) no-repeat;
  background-size: 3.4rem;
}

.hrm_brochure-box {
  margin-bottom: 5rem;
}

.hrm_brochure-box:last-of-type {
  margin-bottom: 4rem;
}

.hrm_brochure-item {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px dotted #ccc;
}

.hrm_brochure-item--new .hrm_brochure-item__title {
  position: static;
  margin-bottom: .6rem;
}

.hrm_brochure-item--new .hrm_brochure-item__title:before {
  font-size: 1.2rem;
  line-height: 1.7rem;
  display: block;
  width: 4.6rem;
  margin-bottom: .5em;
  content: 'NEW';
  text-align: center;
  letter-spacing: .02em;
  color: #fff;
  background-color: #e65252;
}

.hrm_brochure-item__title {
  font-size: 1.6rem;
  line-height: 1.56;
  position: relative;
  bottom: .4rem;
  margin-bottom: .2rem;
  letter-spacing: .04em;
}

.hrm_brochure-item__info {
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: .02em;
  color: #8c897d;
}

.hrm_brochure-item div {
  display: table-cell;
}

.hrm_brochure-item__image {
  display: table-cell;
  width: 9.9rem;
  padding-right: 2rem;
}

.hrm_brochure-item img {
  border: 1px solid #ddd;
}

.hrm_brochure-item__box {
  vertical-align: top;
}

.hrm_brochure-item__text {
  font-size: 1.4rem;
  margin-bottom: .5em;
  letter-spacing: .04em;
}

.hrm_brochure-item__buttons {
  margin-top: 2em;
}

.hrm_brochure-item__button {
  font-size: 1.6rem;
  line-height: 4rem;
  width: 22rem;
  margin: 0 auto .5em;
  text-align: center;
  letter-spacing: .04em;
}

.hrm_brochure-item__button a {
  display: block;
  color: #8da4c5;
  border: 1px solid #95aac9;
  background-color: #fff;
}

.hrm_brochure-item__button a:before {
  position: relative;
  top: .1rem;
  display: inline-block;
  width: 1.9rem;
  height: 1.4rem;
  margin-right: .5em;
  content: '';
  background: url(/images/brochure/ico-book.png) no-repeat;
  background-size: 3.8rem;
}

.hrm_mailmagazine-hero {
  margin-bottom: 3rem;
  padding-top: 2.5rem;
  padding-bottom: 3rem;
  text-align: center;
  letter-spacing: .04em;
  background: url(/images/mailmagazine/bg-hero.jpg) no-repeat;
  background-size: cover;
}

.hrm_mailmagazine-hero:before {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  margin: 0 auto 2em;
  content: '';
  background: url(/images/mailmagazine/ico-mail.png) no-repeat;
  background-size: 2.4rem;
}

.hrm_mailmagazine-hero p:first-of-type {
  font-size: 2.2rem;
  font-weight: bold;
  color: #444;
  text-shadow: 0 0 15px rgba(255, 255, 255, .2);
}

.hrm_mailmagazine-hero p:nth-of-type(2) {
  margin-bottom: 2em;
  text-shadow: 0 0 15px rgba(255, 255, 255, .2);
}

.hrm_mailmagazine-hero p:last-of-type {
  font-weight: bold;
}

.hrm_mailmagazine-box div {
  overflow-x: scroll;
  padding: 1.7rem 2rem .3rem;
  border: 1px solid #ddd;
}

.hrm_news-box {
  margin-bottom: 5rem;
}

.hrm_news-box:last-of-type {
  margin-bottom: 4rem;
}

.hrm_news-box h2 {
  margin-bottom: 2.1rem;
}

.hrm_news-box div {
  padding: 1.5rem 0 1.2rem;
  border-bottom: 1px dotted #ccc;
}

.hrm_news-box time {
  font-size: 1.2rem;
  margin-right: 1rem;
  letter-spacing: .02em;
}

.hrm_news-box span {
  font-size: 1.2rem;
  line-height: 1.8rem;
  display: inline-block;
  width: 12.8rem;
  margin-bottom: .8rem;
  text-align: center;
  letter-spacing: .02em;
  color: #8c897d;
  border: 1px solid #8c897d;
}

.hrm_news-box .hrm_news-item__category--note {
  color: #e65252;
  border-color: #e65252;
}

.hrm_news-box h3 {
  font-size: 1.4rem;
  font-weight: normal;
  margin-bottom: 0;
  letter-spacing: .04em;
}

.hrm_news-box h3 a {
  color: #333;
}

.hrm_news-detail-box {
  margin-bottom: 4rem;
  padding-top: 3rem;
}

.hrm_news-detail-box time {
  font-size: 1.2rem;
  margin-right: 1rem;
  letter-spacing: .02em;
}

.hrm_news-detail-box__category {
  font-size: 1.2rem;
  line-height: 1.8rem;
  display: inline-block;
  width: 12.8rem;
  margin-bottom: .8rem;
  text-align: center;
  letter-spacing: .02em;
  color: #8c897d;
  border: 1px solid #8c897d;
}

.hrm_news-detail-box__category--note {
  color: #e65252;
  border-color: #e65252;
}

.hrm_news-detail-box h2 {
  font-size: 2.2rem;
  letter-spacing: .04em;
}

.hrm_news-detail-box p {
  font-size: 1.4rem;
  letter-spacing: .04em;
}

.hrm_news-detail-box__panel {
  margin-top: 2.7rem;
  padding: 2.6rem 2rem 1.3rem;
  background-color: #f7f7f4;
}

.hrm_news-detail-box__panel h4 {
  font-size: 1.6rem;
  margin-bottom: .5em;
  letter-spacing: .04em;
}

.hrm_news-detail-box__panel__note {
  color: #666;
}

.hrm_news-detail-box__panel__note a {
  color: #666;
}

.hrm_news-detail-box h3 {
  margin-top: 5rem;
}

.hrm_news-detail-box__table {
  font-size: 1.4rem;
  width: 100%;
  text-align: left;
  letter-spacing: .04em;
  border: 1px solid #ddd;
  border-bottom: 0;
}

.hrm_news-detail-box__table th,
.hrm_news-detail-box__table td {
  display: block;
  padding: 1.2rem 1.5rem;
  border-bottom: 1px solid #ddd;
}

.hrm_news-detail-box__table th {
  background-color: #eceff3;
}

.hrm_news-detail-box .hrm_sub-heading {
  margin-top: 4rem;
}

.hrm_news-detail-box__contact {
  margin-top: 3.7rem;
  padding: 1.6rem 1.5rem .3rem;
  border: 1px solid #ddd;
}

.hrm_news-detail-box__contact h5 {
  font-size: 1.6rem;
  margin-bottom: .5em;
  letter-spacing: .04em;
}

.hrm_error-box {
  padding: 5rem 2rem 0;
  text-align: center;
}

.hrm_error-box p:first-of-type {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 2em;
  letter-spacing: .04em;
  color: #444;
}

.hrm_error-box p:nth-of-type(2) {
  margin-bottom: 2em;
}

body.hidden-scroll {
  overflow: hidden;
}

.sl-overlay {
  position: fixed;
  z-index: 105000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  opacity: .7;
  background: #000;
}

.sl-wrapper {
  z-index: 104000;
}

.sl-wrapper button {
  font-size: 28px;
  padding: 0;
  cursor: pointer;
  border: 0 none;
  background: transparent;
}

.sl-wrapper .sl-close {
  font-size: 0;
  position: fixed;
  z-index: 106000;
  top: 30px;
  right: 30px;
  display: none;
  width: 44px;
  height: 44px;
  margin-top: -14px;
  margin-right: -14px;
}

.sl-wrapper .sl-close:before,
.sl-wrapper .sl-close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  background-color: #fff;
}

.sl-wrapper .sl-close:before {
  width: 3rem;
  height: .2rem;
}

.sl-wrapper .sl-close:after {
  width: .2rem;
  height: 3rem;
}

.sl-wrapper .sl-close:focus {
  outline: none;
}

.sl-wrapper .sl-navigation {
  display: none;
  width: 100%;
}

.sl-wrapper .sl-navigation button {
  font-size: 0;
  position: fixed;
  z-index: 106000;
  top: 50%;
  width: 22px;
  height: 44px;
  margin-top: -22px;
  background: url(/images/whitepaper/ico-arrow.png) no-repeat center;
  background-size: 1.5rem;
}

.sl-wrapper .sl-navigation button.sl-next {
  right: 5px;
}

.sl-wrapper .sl-navigation button.sl-prev {
  left: 5px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.sl-wrapper .sl-navigation button:focus {
  outline: none;
}

.sl-wrapper .sl-image {
  position: fixed;
  z-index: 1000000;
  -ms-touch-action: none;
  touch-action: none;
}

.sl-wrapper .sl-image img {
  display: block;
  margin: 0;
  padding: 0;
  border: 0 none;
}

.sl-wrapper .sl-image iframe {
  border: 0 none;
  background: #000;
}

.sl-wrapper .sl-image .sl-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  padding: 10px;
  color: #fff;
  background: rgba(0, 0, 0, .8);
}

.sl-wrapper .sl-image .sl-caption.pos-top {
  top: 0;
  bottom: auto;
}

.sl-wrapper .sl-image .sl-caption.pos-outside {
  bottom: auto;
}

.sl-wrapper .sl-image .sl-download {
  position: absolute;
  z-index: 106000;
  right: 5px;
  bottom: 5px;
  display: none;
  color: #000;
}

.sl-spinner {
  position: fixed;
  z-index: 100700;
  top: 50%;
  left: 50%;
  display: none;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  -webkit-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite;
  opacity: 0;
  border: 5px solid #333;
  border-radius: 40px;
}

.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  overflow: scroll;
  width: 50px;
  height: 50px;
}

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(.1);
    transform: scale(.1);
    opacity: .0;
  }

  50% {
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}

@keyframes pulsate {
  0% {
    -webkit-transform: scale(.1);
    transform: scale(.1);
    opacity: .0;
  }

  50% {
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}

@media (min-width: 35.5em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }

  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}

@media print, screen and (min-width: 360px) {
  header a p:first-of-type {
    padding-right: .7rem;
  }
}

@media print, screen and (min-width: 375px) {
  .hrm_heading {
    font-size: 2.1rem;
  }

  nav div > ul:last-of-type a {
    width: 16.5rem;
  }

  aside p:first-of-type {
    font-size: 1.4rem;
  }

  aside p:last-of-type {
    font-size: 1.2rem;
  }

  .hrm_home-hero > div:nth-of-type(2) div:last-of-type p:first-of-type {
    font-size: 1.6rem;
  }

  .hrm_about-box h4 {
    font-size: 1.6rem;
  }

  .hrm_about-box h4:before {
    font-size: 2.4rem;
  }

  .hrm_dev-table {
    font-size: 1.2rem;
  }

  .hrm_dev-table td:last-of-type {
    width: 8.6rem;
  }

  .hrm_dev-button {
    font-size: 1.6rem;
  }

  .hrm_dev-aside p {
    font-size: 1.4rem;
  }

  .hrm_dev-buttons li {
    font-size: 1.5rem;
  }

  .hrm_consultant-detail-hero h2 {
    margin-right: 16rem;
  }

  .hrm_consultant-detail-hero > p:first-of-type {
    font-size: 1.4rem;
  }

  .hrm_consultant-detail-hero dt {
    font-size: 2rem;
  }

  .hrm_consultant-detail-hero dd {
    font-size: 1.4rem;
  }
}

@media print, screen and (min-width: 480px) {
  html {
    font-size: 75%;
  }
}

@media print, screen and (min-width: 640px) {
  html {
    font-size: 87.5%;
  }
}

@media print, screen and (min-width: 813px) and (min-width: 1030px) {
  header .hrm_header__title {
    visibility: visible !important;
  }
}

@media print, screen and (min-width: 813px) {
  .hrm_pc--hidden {
    display: none;
  }

  .hrm_sp--hidden {
    display: block;
  }

  .hrm_hero {
    height: 180px;
    margin-bottom: 11px;
  }

  .hrm_hero__box {
    left: 50%;
    width: 1040px;
    padding: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .hrm_hero h1 {
    font-size: 32px;
    margin-bottom: 10px;
    letter-spacing: .04em;
  }

  .hrm_hero p {
    font-size: 15px;
  }

  .hrm_directory-nav {
    font-size: 0;
    overflow: hidden;
    width: 1040px;
    margin: 0 auto 22px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #888;
  }

  .hrm_directory-nav li {
    font-size: 12px;
    display: inline-block;
    letter-spacing: .04em;
  }

  .hrm_directory-nav li:not(:last-child):after {
    position: relative;
    top: 1px;
    display: inline-block;
    width: 6px;
    height: 10px;
    margin: 0 16px;
    content: '';
    background: url(/assets/images/hrm/common/ico-directory-nav.png) no-repeat;
  }

  .hrm_directory-nav a {
    padding: 5px 0;
    color: #888;
  }

  .hrm_directory-nav a:hover {
    text-decoration: underline;
    color: #8da4c5;
  }

  .hrm_local-nav {
    font-size: 14px;
    line-height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1040px;
    margin: 40px auto 60px;
    text-align: center;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .hrm_local-nav li {
    border-right: 1px solid #ddd;
    border-bottom: 0;
  }

  .hrm_local-nav li:first-child {
    border-left: 1px solid #ddd;
  }

  .hrm_local-nav a {
    padding-left: 0;
    -webkit-transition: color .2s ease-out;
    transition: color .2s ease-out;
  }

  .hrm_local-nav a:before {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    content: '';
    -webkit-transition: height .2s linear, opacity .4s ease-out;
    transition: height .2s linear, opacity .4s ease-out;
    opacity: 0;
    background-color: #8da4c5;
  }

  .hrm_local-nav a:after {
    position: relative;
    top: 2px;
    right: 0;
    display: inline-block;
    width: 6px;
    height: 11px;
    margin-left: 12px;
    -webkit-transition: top .2s linear;
    transition: top .2s linear;
    background-size: 6px;
  }

  .hrm_local-nav a:hover {
    color: #fff;
  }

  .hrm_local-nav a:hover:before {
    height: 100%;
    opacity: 1;
  }

  .hrm_local-nav a:hover:after {
    top: 5px;
    background-image: url(/assets/images/hrm/common_new/ico-arrow-white.png);
  }

  .hrm_inner {
    width: 1040px;
    margin: 0 auto;
    padding-right: 0;
    padding-left: 0;
  }

  .hrm_heading {
    font-size: 28px;
    margin-bottom: 40px;
  }

  .hrm_heading:after {
    margin-top: 13px;
  }

  .hrm_panel-heading {
    font-size: 26px;
    margin: 0 0 35px;
    padding: 11px 20px;
    border-radius: 3px;
  }

  .hrm_sub-heading {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 48px;
    padding-left: 15px;
  }

  .hrm_sub-heading:after {
    bottom: -18px;
  }

  .hrm_small-heading {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .hrm_text {
    font-size: 16px;
    line-height: 1.875;
    color: #444;
  }

  .hrm_list {
    font-size: 16px;
    line-height: 1.875;
  }

  .hrm_button {
    font-size: 16px;
    line-height: 50px;
    width: 260px;
    letter-spacing: .04em;
  }

  .hrm_button a:before {
    position: absolute;
    left: 0;
    width: 0;
    height: 100%;
    content: '';
    -webkit-transition: width .2s linear;
    transition: width .2s linear;
    background-color: #4775b7;
  }

  .hrm_button a:after {
    right: 20px;
    width: 6px;
    height: 10px;
    margin-top: -5px;
    -webkit-transition: right .2s linear;
    transition: right .2s linear;
    background-size: 6px;
  }

  .hrm_button a:hover:before {
    width: 100%;
  }

  .hrm_button a:hover:after {
    right: 15px;
  }

  .hrm_button span {
    position: relative;
  }

  .hrm_prev-button {
    font-size: 16px;
    line-height: 48px;
    margin: 0;
    letter-spacing: .04em;
  }

  .hrm_prev-button a {
    max-width: 258px;
    border-color: #dfdfdf;
  }

  .hrm_prev-button a:before {
    position: relative;
    top: -1px;
    left: 0;
    display: inline-block;
    width: 6px;
    height: 10px;
    margin: 0 10px 0 0;
    -webkit-transition: left .2s linear;
    transition: left .2s linear;
    background-size: 6px;
  }

  .hrm_prev-button a:after {
    position: absolute;
    z-index: -1;
    right: 0;
    width: 0;
    height: 100%;
    content: '';
    -webkit-transition: width .2s linear;
    transition: width .2s linear;
    background-color: #dfdfdf;
  }

  .hrm_prev-button a:hover:before {
    left: -5px;
  }

  .hrm_prev-button a:hover:after {
    width: 100%;
  }

  .hrm_prev-button span {
    position: relative;
  }

  .hrm_download-button {
    font-size: 16px;
    line-height: 50px;
    max-width: 260px;
    letter-spacing: .04em;
  }

  .hrm_download-button a {
    -webkit-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
  }

  .hrm_download-button a:before {
    width: 13px;
    height: 12px;
    margin-right: 11px;
    -webkit-transition: -webkit-transform .2s linear;
    transition: -webkit-transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear, -webkit-transform .2s linear;
    background-size: 13px;
  }

  .hrm_download-button a:hover {
    background-color: #4775b7;
  }

  .hrm_download-button a:hover:before {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  .hrm_external {
    padding: 5px 0;
  }

  .hrm_external:after {
    width: 11px;
    height: 8px;
    margin-left: 15px;
    background-size: 22px;
  }

  .hrm_external:hover {
    text-decoration: underline;
    color: #8da4c5;
  }

  .hrm_external:hover:after {
    background-position: -11px;
  }

  .hrm_sort {
    margin: 0 0 30px;
  }

  .hrm_sort > div {
    position: relative;
    z-index: auto;
    visibility: visible;
    overflow: hidden;
    width: 1040px;
    margin: 0 auto 11px;
    padding: 17px 25px 20px;
    opacity: 1;
    background-color: #f7f7f4;
  }

  .hrm_sort__title {
    font-size: 14px;
    margin-bottom: 10px;
    padding-left: 23px;
  }

  .hrm_sort__title:after {
    top: 3px;
  }

  .hrm_sort__title--area:after {
    width: 10px;
    height: 14px;
    background-size: 10px;
  }

  .hrm_sort__title--date:after {
    width: 13px;
    height: 14px;
    background-size: 13px;
  }

  .hrm_sort__title--theme:after {
    width: 13px;
    height: 16px;
    background-size: 13px;
  }

  .hrm_sort__title--business:after {
    width: 7px;
    height: 15px;
    background-size: 7px;
  }

  .hrm_sort__title--size:after {
    width: 14px;
    height: 14px;
    background-size: 14px;
  }

  .hrm_sort__title--type:after {
    width: 12px;
    height: 15px;
    background-size: 12px;
  }

  .hrm_sort__title--category:after {
    width: 14px;
    height: 14px;
    background-size: 14px;
  }

  .hrm_sort ul {
    font-size: 13px;
    position: relative;
    margin: 0 -38px 17px 0;
  }

  .hrm_sort ul:after {
    display: block;
    clear: both;
    content: '';
  }

  .hrm_sort li {
    float: left;
    margin-right: 38px;
  }

  .hrm_sort li:not(:last-child) {
    border-bottom: 0;
  }

  .hrm_sort__lists li {
    width: 165px;
    margin-right: 0;
  }

  .hrm_sort input {
    top: 4px;
    left: 0;
    width: 16px;
    height: 16px;
    border-radius: 3px;
  }

  .hrm_sort input:checked + label:after {
    background-position: -10px;
  }

  .hrm_sort input:disabled + label:after {
    background-position: -20px;
  }

  .hrm_sort label {
    display: inline-block;
    padding: 2px 0 2px 24px;
  }

  .hrm_sort label:after {
    top: 8px;
    left: 3px;
    width: 10px;
    height: 8px;
    background-size: 30px;
  }

  .hrm_sort label:hover {
    color: #8da4c5;
  }

  .hrm_sort ul span {
    font-size: 12px;
    margin-left: 8px;
  }

  .hrm_sort div div {
    display: none;
    overflow: hidden;
    padding-top: 17px;
    border-top: 1px solid #e9e9e2;
  }

  .hrm_sort div div ul {
    padding-bottom: 17px;
    border-bottom: 1px solid #e9e9e2;
  }

  .hrm_sort div div ul:last-of-type {
    margin-bottom: 20px;
  }

  .hrm_sort > div > p:nth-last-of-type(2) {
    font-size: 16px;
    line-height: 44px;
    position: static;
    padding: 0;
    background-color: transparent;
  }

  .hrm_sort > div > p:nth-last-of-type(2) a {
    max-width: 220px;
    height: 44px;
    -webkit-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
  }

  .hrm_sort > div > p:nth-last-of-type(2) a:before {
    top: 2px;
    width: 15px;
    height: 16px;
    margin-right: 8px;
    -webkit-transition: -webkit-transform .2s linear;
    transition: -webkit-transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear, -webkit-transform .2s linear;
    background-size: 15px;
  }

  .hrm_sort > div > p:nth-last-of-type(2) a:hover {
    background-color: #4775b7;
  }

  .hrm_sort > div > p:nth-last-of-type(2) a:hover:before {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  .hrm_sort > div > p:nth-last-of-type(2) span {
    margin-left: 8px;
  }

  .hrm_sort > div > p:last-of-type {
    position: absolute;
    top: auto;
    right: 25px;
    bottom: 22px;
  }

  .hrm_sort > div > p:last-of-type a {
    width: auto;
    height: auto;
    padding: 10px 25px 10px 0;
    -webkit-transition: color .2s ease-out;
    transition: color .2s ease-out;
    color: #444;
  }

  .hrm_sort > div > p:last-of-type a:before {
    font-size: 14px;
    position: static;
    content: '縺輔ｉ縺ｫ譚｡莉ｶ繧定ｿｽ蜉�';
    -webkit-transform: none;
    transform: none;
    letter-spacing: .04em;
    background-color: transparent;
  }

  .hrm_sort > div > p:last-of-type a:after {
    top: 50%;
    right: 0;
    width: 15px;
    height: 15px;
    content: '';
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: #8da4c5;
  }

  .hrm_sort > div > p:last-of-type a:hover {
    color: #8da4c5;
  }

  .hrm_sort > div > p:last-of-type a.hrm_sort__more--visibled:before {
    content: '髢峨§繧�';
  }

  .hrm_sort > div > p:last-of-type a.hrm_sort__more--visibled span:after {
    display: none;
  }

  .hrm_sort > div > p:last-of-type span:before,
  .hrm_sort > div > p:last-of-type span:after {
    position: absolute;
    z-index: 1;
    top: 50%;
    content: '';
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff;
  }

  .hrm_sort > div > p:last-of-type span:before {
    right: 4px;
    width: 7px;
    height: 1px;
  }

  .hrm_sort > div > p:last-of-type span:after {
    right: 7px;
    width: 1px;
    height: 7px;
  }

  .hrm_sort > p:nth-of-type(2) {
    font-size: 16px;
    width: 1040px;
    margin: 0 auto;
  }

  .hrm_sort > p:nth-of-type(2) a {
    padding: 5px 0;
  }

  .hrm_sort > p:nth-of-type(2) a:after {
    top: 0;
    width: 7px;
    height: 12px;
    margin-left: 12px;
    background-size: 7px;
  }

  .hrm_sort > p:nth-of-type(2) a:hover {
    color: #8da4c5;
  }

  .hrm_prev-sort {
    font-size: 16px;
    line-height: 48px;
    overflow: hidden;
    margin: 0;
    letter-spacing: .04em;
  }

  .hrm_prev-sort a {
    max-width: 258px;
  }

  .hrm_prev-sort a:before {
    position: absolute;
    z-index: -1;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transition: top .2s linear, opacity .4s ease-out;
    transition: top .2s linear, opacity .4s ease-out;
    opacity: 0;
    background-color: #ddd;
  }

  .hrm_prev-sort a:after {
    right: 60px;
    width: 10px;
    height: 6px;
    margin-top: -3px;
    -webkit-transition: margin-top .2s linear;
    transition: margin-top .2s linear;
    background-size: 10px;
  }

  .hrm_prev-sort a:hover:before {
    top: 0;
    opacity: 1;
  }

  .hrm_prev-sort a:hover:after {
    margin-top: -6px;
  }

  .hrm_tag {
    line-height: 22px;
  }

  .hrm_tag li {
    font-size: 12px;
    margin: 0 5px 5px 0;
    padding: 0 10px;
  }

  .hrm_column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1040px;
    margin-bottom: 60px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .hrm_column:after {
    display: block;
    clear: both;
    content: '';
  }

  .hrm_column > img {
    margin-bottom: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .hrm_column > img + p,
  .hrm_column .hrm_caption-image + p {
    margin: 0 30px 0 0;
  }

  .hrm_column .hrm_caption-image {
    font-size: 12px;
    line-height: 1.67;
    min-width: 150px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .hrm_caption-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .hrm_caption-images .hrm_caption-image {
    margin: 0;
  }

  .hrm_caption-image {
    font-size: 14px;
  }

  .hrm_caption-image img {
    margin-bottom: 7px;
  }

  .no-mobile.no-tablet .hrm_fade {
    -webkit-transition: opacity 1s ease-out;
    transition: opacity 1s ease-out;
    opacity: 0;
  }

  .no-mobile.no-tablet .hrm_fade--scrolled {
    opacity: 1;
  }

  .no-mobile.no-tablet .hrm_slide {
    -webkit-transition: opacity 1s ease-out, -webkit-transform .4s linear;
    transition: opacity 1s ease-out, -webkit-transform .4s linear;
    transition: opacity 1s ease-out, transform .4s linear;
    transition: opacity 1s ease-out, transform .4s linear, -webkit-transform .4s linear;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
  }

  .no-mobile.no-tablet .hrm_slide--scrolled {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  .hrm_search--opened nav form {
    top: 17px;
  }

  .hrm_search--opened nav div:last-of-type {
    visibility: hidden;
    opacity: 0;
  }

  .hrm_menu--opened nav div:first-of-type {
    top: 67px;
  }

  .hrm_menu--fixed header {
    position: fixed;
    z-index: 100000;
    width: 132px;
  }

  .hrm_menu--fixed header > a {
    padding: 21px 0;
  }

  .hrm_menu--fixed header a p:first-of-type {
    padding-right: 0;
  }

  .hrm_menu--fixed header > a img {
    width: 72px;
  }

  .hrm_menu--fixed header .hrm_header__title {
    display: none;
  }

  .hrm_menu--fixed header > p {
    display: none;
  }

  .hrm_menu--fixed header ul:last-of-type {
    display: none;
  }

  .hrm_menu--fixed nav div:first-of-type {
    position: fixed;
    top: 0;
    -webkit-box-shadow: inset 0 -1px #ddd;
    box-shadow: inset 0 -1px #ddd;
  }

  .hrm_menu--fixed nav div:first-of-type > ul:first-of-type {
    height: 65px;
    margin-right: 203px;
    text-align: right;
  }

  .hrm_menu--fixed nav div:first-of-type > ul:first-of-type li {
    font-size: 12px;
    line-height: 65px;
  }

  .hrm_menu--fixed nav div:first-of-type > ul:first-of-type li + li {
    margin-left: 10px;
  }

  .hrm_menu--fixed nav .hrm_menu {
    position: fixed;
    top: -55px;
  }

  .hrm_menu--fixed nav .hrm_menu--opened {
    top: 65px;
  }

  .hrm_menu--fixed nav div > ul:last-of-type {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
  }

  .hrm_menu--fixed nav div > ul:last-of-type li {
    font-size: 13px;
    line-height: 65px;
    margin: 0;
    letter-spacing: .02em;
  }

  .hrm_menu--fixed nav div > ul:last-of-type li:first-child {
    margin-right: 1px;
  }

  .hrm_menu--fixed nav div > ul:last-of-type a {
    width: 96px;
    -webkit-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
  }

  .hrm_menu--fixed nav div > ul:last-of-type a:before {
    display: none;
  }

  .hrm_menu--fixed nav div > ul:last-of-type a:hover {
    background-color: #4775b7;
  }

  .hrm_menu--fixed .hrm_prev-top {
    bottom: 30px;
    opacity: 1;
  }

  header {
    position: absolute;
    z-index: 1000;
    padding-left: 30px;
  }

  header > a {
    padding: 17px 0 16px;
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
  }

  header > a:hover {
    opacity: .8;
  }

  header a p:first-of-type {
    padding-right: 15px;
  }

  header > a img {
    width: 110px;
  }

  header .hrm_header__title {
    font-size: 13px;
    visibility: hidden;
  }

  header > p {
    font-size: 13px;
    line-height: 32px;
    position: absolute;
    top: 17px;
    right: 409px;
    letter-spacing: .02em;
  }

  header > p a {
    display: block;
    padding: 0 16px;
    -webkit-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    color: #fff;
    background-color: #00a4e5;
    border-radius: 25px;
  }

  /*
  header > p a:before {
    position: relative;
    top: 3px;
    display: inline-block;
    width: 12px;
    height: 16px;
    margin-right: 5px;
    content: '';
    background: url(/assets/images/hrm/common/ico-good.png) no-repeat;
  }
  */

  header > p a:hover {
    background-color: #4775b7;
  }

  header ul:last-of-type {
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    letter-spacing: .02em;
  }

  header ul:last-of-type li {
    float: left;
    width: 96px;
  }

  header ul:last-of-type li:first-child {
    margin-right: 1px;
  }

  header ul:last-of-type a {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 66px;
    -webkit-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    color: #fff;
    background-color: #8da4c5;
  }

  header ul:last-of-type a:before {
    display: block;
    margin: 0 auto;
    content: '';
    background-repeat: no-repeat;
  }

  header ul:last-of-type a:hover {
    background-color: #4775b7;
  }

  header ul:last-of-type li:first-child a {
    padding-top: 13px;
  }

  header ul:last-of-type li:first-child a:before {
    width: 15px;
    height: 18px;
    margin-bottom: 4px;
    background-image: url(/assets/images/hrm/common_new/ico-doc.png);
    background-size: 15px;
  }

  header ul:last-of-type li:last-child a {
    padding-top: 16px;
  }

  header ul:last-of-type li:last-child a:before {
    width: 20px;
    height: 13px;
    margin-bottom: 6px;
    background-image: url(/assets/images/hrm/common_new/ico-mail.png);
    background-size: 20px;
  }

  nav div:first-of-type,
  nav form {
    position: absolute;
    z-index: 1000;
    opacity: 1;
  }

  nav div:first-of-type {
    top: 67px;
    overflow-y: visible;
    padding: 0;
    -webkit-transition: none;
    transition: none;
    text-align: center;
    background-color: #fff;
  }

  nav div:first-of-type > ul:first-of-type {
    line-height: 1;
    overflow-y: hidden;
    height: 54px;
    margin-bottom: 0;
  }

  nav div:first-of-type > ul:first-of-type li {
    font-size: 12px;
    line-height: 54px;
    display: inline-block;
    border-bottom: 0;
  }

  nav div:first-of-type > ul:first-of-type li + li {
    margin-left: 25px;
  }

  nav div:first-of-type > ul:first-of-type li:last-child {
    //display: none;
  }

  nav div:first-of-type > ul:first-of-type a {
    padding-left: 0;
    -webkit-transition: color .2s ease-out;
    transition: color .2s ease-out;
  }

  nav div:first-of-type > ul:first-of-type a:after {
    top: auto;
    right: 0;
    bottom: -4px;
    width: 100%;
    height: 4px;
    margin-top: 0;
    -webkit-transition: bottom .2s linear;
    transition: bottom .2s linear;
    background: #8da4c5;
  }

  nav div:first-of-type > ul:first-of-type a:hover {
    color: #8da4c5;
  }

  nav div:first-of-type > ul:first-of-type a:hover:after {
    bottom: 0;
  }

  nav div:first-of-type > ul:first-of-type .hrm_nav__link--current {
    color: #8da4c5;
  }

  nav div:first-of-type > ul:first-of-type .hrm_nav__link--current:after {
    bottom: 0;
  }

  nav div:first-of-type > ul:first-of-type > li:nth-child(3) a:after {
    background-color: #ACDFD2;
  }

  nav div:first-of-type > ul:first-of-type > li:nth-child(4) a:after {
    background-color: #CFC1E8;
  }

  nav div:first-of-type > ul:first-of-type > li:nth-child(5) a:after {
    background-color: #77aec6;
  }

  nav div:first-of-type > ul:first-of-type .hrm_dropdown {
    cursor: default;
  }

  nav div:first-of-type > ul:first-of-type .hrm_dropdown:before {
    display: none;
  }

  nav div:first-of-type > ul:first-of-type .hrm_dropdown:after {
    top: auto;
    right: 0;
    bottom: -4px;
    width: 100%;
    height: 4px;
    -webkit-transition: bottom .2s linear;
    transition: bottom .2s linear;
    background: #F5B46C;
  }

  nav div:first-of-type > ul:first-of-type .hrm_dropdown--opened:after,
  nav div:first-of-type > ul:first-of-type .hrm_dropdown.hrm_nav__link--current:after {
    bottom: 0;
    -webkit-transform: none;
    transform: none;
  }

  nav div:first-of-type > ul:first-of-type > li:nth-child(2) .hrm_dropdown--opened,
  nav div:first-of-type > ul:first-of-type > li:nth-child(2) .hrm_nav__link--current {
    color: #F5B46C;
  }

  nav div:first-of-type > ul:first-of-type > li:nth-child(3) .hrm_dropdown--opened,
  nav div:first-of-type > ul:first-of-type > li:nth-child(3) .hrm_nav__link--current {
    color: #ACDFD2;
  }

  nav div:first-of-type > ul:first-of-type > li:nth-child(4) .hrm_dropdown--opened,
  nav div:first-of-type > ul:first-of-type > li:nth-child(4) .hrm_nav__link--current {
    color: #CFC1E8;
  }

  nav .hrm_menu {
    font-size: 0;
    line-height: 1;
    position: absolute;
    z-index: 100;
    top: 1px;
    left: 0;
    width: 100%;
    height: auto;
    padding: 40px 0;
    transition: top .4s cubic-bezier(.19, 1, .22, 1),opacity .4s cubic-bezier(.19, 1, .22, 1);
    text-align: center;
    opacity: 0;
    border-top: 0;
    background-color: #f7f7f4;
    pointer-events: none;
  }

  nav .hrm_menu li {
    font-size: 14px;
    line-height: 40px;
    position: relative;
    display: inline-block;
    float: none;
    width: auto;
    margin: 0 10px;
    -webkit-transition: opacity .6s .2s ease-out;
    transition: opacity .6s .2s ease-out;
    letter-spacing: .04em;
    opacity: 0;
    margin-bottom:10px;
  }


  nav .hrm_menu a {
    padding: 0 50px;
  }

  nav .hrm_menu--opened {
    top: 121px;
    opacity: 1;
    pointer-events: auto;
  }

  nav .hrm_menu--opened li {
    opacity: 1;
  }

  nav .hrm_menu--opened ~ div:last-of-type {
    visibility: visible;
    opacity: 1;
  }

  nav .hrm_menu a {
    display: block;
    color: #fff;
  }

  nav .hrm_menu a:before,
  nav .hrm_menu a:after {
    position: absolute;
    content: '';
  }

  nav .hrm_menu a:before {
    left: 0;
    width: 0;
    height: 100%;
    -webkit-transition: width .2s linear;
    transition: width .2s linear;
  }

  nav .hrm_menu a:after {
    top: 50%;
    right: 20px;
    width: 6px;
    height: 10px;
    margin-top: -5px;
    -webkit-transition: right .2s linear;
    transition: right .2s linear;
    background: url(/assets/images/hrm/common_new/ico-arrow-white.png) no-repeat;
    background-size: 6px;
  }

  nav .hrm_menu a:hover:before {
    width: 100%;
  }

  nav .hrm_menu a:hover:after {
    right: 17px;
  }

  nav .hrm_menu:first-of-type a {
    background-color: #efb972;
  }

  nav .hrm_menu:first-of-type a:before {
    background-color: #df9027;
  }

  nav .hrm_menu:nth-of-type(2) a {
    background-color: #7ac28f;
  }

  nav .hrm_menu:nth-of-type(2) a:before {
    background-color: #38b35c;
  }


  nav .hrm_menu:nth-of-type(3) a {
    background-color: #CFC1E8;
  }

  nav .hrm_menu:nth-of-type(3) a:before {
    background-color: #9986bc;
  }


  nav .hrm_menu:last-of-type a {
    background-color: #CFC1E8;
  }

  nav .hrm_menu:last-of-type a:before {
    background-color: #9986bc;
  }

  nav span {
    position: relative;
  }

  nav div > ul:last-of-type {
    display: none;
  }

  nav form {
    position: absolute;
    top: 17px;
    right: 209px;
    width: 182px;
    padding: 0;
  }

  nav [type='search'] {
    height: 32px;
    padding: 0 41px 0 10px;
  }

  nav [type='submit'] {
    top: 0;
    right: 0;
    width: 41px;
    height: 32px;
    background-size: 15px;
  }

  nav div:last-of-type {
    z-index: 10;
  }

  main {
    padding-top: 121px;
  }

  aside {
    margin-top: 80px;
    padding: 60px 0 40px;
  }

  aside > div {
    width: 1040px;
    margin: 0 auto;
  }

  aside > div:after {
    display: block;
    clear: both;
    content: '';
  }

  aside a {
    overflow: hidden;
    width: 500px;
    height: 140px;
    margin-bottom: 20px;
  }

  aside a:before {
    position: absolute;
    left: 180px;
    width: 0;
    height: 100%;
    content: '';
    -webkit-transition: width .2s linear, opacity .4s ease-out;
    transition: width .2s linear, opacity .4s ease-out;
    opacity: 0;
    background-color: #8da4c5;
  }

  aside a:after {
    right: 20px;
    width: 8px;
    height: 14px;
    -webkit-transition: right .2s .1s linear;
    transition: right .2s .1s linear;
    background-size: 8px;
  }

  aside a:hover:before {
    width: 320px;
    opacity: 1;
  }

  aside a:hover:after {
    right: 15px;
    background-image: url(/assets/images/hrm/common_new/ico-arrow-white.png);
  }

  aside a:hover p {
    color: #fff;
  }

  aside a:hover img {
    opacity: .8;
  }

  aside a:nth-of-type(odd) {
    float: left;
  }

  aside a:nth-of-type(even) {
    float: right;
  }

  aside div div {
    left: 200px;
    margin-right: 48px;
  }

  aside p:first-of-type {
    font-size: 20px;
    margin-bottom: 9px;
    -webkit-transition: color .2s ease-out;
    transition: color .2s ease-out;
  }

  aside p:last-of-type {
    font-size: 13px;
    -webkit-transition: color .2s ease-out;
    transition: color .2s ease-out;
  }

  aside img {
    height: 140px;
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
  }

  .hrm_prev-top {
    font-size: 0;
    position: fixed;
    z-index: 1;
    right: 30px;
    bottom: -44px;
    width: 42px;
    height: 42px;
    -webkit-transition: background-color .2s ease-out, bottom .2s linear, opacity .6s ease-out;
    transition: background-color .2s ease-out, bottom .2s linear, opacity .6s ease-out;
    opacity: 0;
    border: 1px solid #888;
    background-color: #fff;
  }

  .hrm_prev-top:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 8px;
    margin: -4px 0 0 -7px;
    content: '';
    -webkit-transition: margin-top .2s linear;
    transition: margin-top .2s linear;
    background: url(/assets/images/hrm/common_new/ico-prev-top.png) no-repeat;
  }

  .hrm_prev-top:hover {
    background-color: #888;
  }

  .hrm_prev-top:hover:after {
    margin-top: -8px;
    background-position: 0 -8px;
  }

  footer {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 1040px;
    /*height: 365px;*/
    height:auto;
    margin: 0 auto;
    padding: 36px 0 63px;
  }

	  footer > ul:first-of-type,
  footer > ul:nth-of-type(2),
  footer > ul:nth-of-type(3) {
    font-size: 13px;
    font-weight: normal;
    line-height: 1.85;
    float: left;
    margin-bottom: 0;
  }

  footer > ul:first-of-type li,
  footer > ul:nth-of-type(2) li,
  footer > ul:nth-of-type(3) li {
    float: left;
    width: 155px;
    margin-right: 30px;
    border-bottom: 0;
  }

  footer > ul:first-of-type a,
  footer > ul:nth-of-type(2) a,
  footer > ul:nth-of-type(3) a {
    padding-left: 11px;
  }

  footer > ul:first-of-type a:before,
  footer > ul:nth-of-type(2) a:before,
  footer > ul:nth-of-type(3) a:before {
    position: absolute;
    top: 8px;
    left: 0;
    width: 5px;
    height: 8px;
    content: '';
    background: url(/assets/images/hrm/common_new/ico-footer.png) no-repeat;
    background-size: 5px;
  }

  footer > ul:first-of-type a:after,
  footer > ul:nth-of-type(2) a:after,
  footer > ul:nth-of-type(3) a:after {
    display: none;
  }

  footer > ul:first-of-type a:hover,
  footer > ul:nth-of-type(2) a:hover,
  footer > ul:nth-of-type(3) a:hover {
    color: #8da4c5;
  }

  footer > ul:first-of-type .hrm_dropdown {
    margin-bottom: 16px;
    padding: 0 0 6px 0;
    cursor: default;
    border-bottom: 1px solid #ddd;
  }

  footer > ul:first-of-type .hrm_dropdown:before,
  footer > ul:first-of-type .hrm_dropdown:after {
    display: none;
  }

  footer > ul:first-of-type .hrm_dropdown:hover {
    text-decoration: none;
    color: #444;
  }




  footer .hrm_menu {
    line-height: 1.3;
    height: auto;
    letter-spacing: .04em;
    opacity: 1;
  }

  footer > ul:first-of-type .hrm_menu li {
    margin-bottom: 11px;
    padding-left: 1px;
  }

  footer .hrm_menu li:nth-child(odd) {
    width: 100%;
  }

  footer .hrm_menu li:nth-child(even) {
    width: 100%;
  }

  footer > ul:first-of-type .hrm_menu a {
    padding-left: 10px;
  }

  footer > ul:first-of-type .hrm_menu a:before {
    top: 4px;
    width: 5px;
    height: 8px;
    background-size: 5px;
  }

  footer > ul:first-of-type > li:first-child {
    line-height: 1.3;
    width: 140px;
    margin: 4px 45px 0 0;
  }

  footer > ul:first-of-type > li:first-child a:before {
    top: 4px;
  }

  footer > ul:nth-of-type(2) {
    width: 165px;
  }

  footer > ul:nth-of-type(2) li {
    margin: 0 0 23px 0;
  }

  footer > ul:nth-of-type(3) {
    width: 135px;
  }

  footer > ul:nth-of-type(3) li {
    margin: 0 0 23px 0;
  }

  footer > ul:nth-of-type(3) li:nth-child(2) {
    margin-bottom: 26px;
  }

  footer > ul:nth-of-type(3) li:nth-child(3) {
    line-height: 1.3;
    margin-bottom: 12px;
  }

  footer > ul:nth-of-type(3) li:nth-child(3) a:before {
    top: 4px;
  }

  footer > ul:last-of-type {
    font-size: 12px;
    position: absolute;
    right: 115px;
    bottom: 22px;
    margin-bottom: 0;
    letter-spacing: .02em;
  }

  footer > ul:last-of-type li {
    width: auto;
  }

  footer > ul:last-of-type li:not(:first-child):before {
    margin: 0 1em;
    content: '��';
  }

  footer > ul:last-of-type li:first-child a:after {
    bottom: 0;
    width: 11px;
    height: 8px;
    margin-left: 6px;
    background-size: 22px;
  }

  footer > ul:last-of-type li:nth-child(even) {
    padding-left: 0;
  }

  footer > ul:last-of-type a {
    display: inline;
    padding: 5px 0;
  }

  footer > ul:last-of-type a:hover {
    text-decoration: underline;
  }

	/*
  footer div {
    clear: both;
    margin-bottom: 0;
    padding-bottom: 30px;
  }

  footer div p {
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
  }
*/
  footer div p:hover {
    opacity: .8;
  }

  footer > p {
    font-size: 12px;
    position: absolute;
    bottom: 10px;
    left: -12px;
  }

  .js.hrm_image--loaded .hrm_home-hero {
    position: relative;
  }

  .js.hrm_image--loaded .hrm_home-hero:before,
  .js.hrm_image--loaded .hrm_home-hero:after {
    position: absolute;
    bottom: 0;
    width: 1px;
    height: 100%;
    content: '';
    -webkit-animation: slide-line .4s 1.6s linear forwards;
    animation: slide-line .4s 1.6s linear forwards;
    background-color: #fff;
  }

  .js.hrm_image--loaded .hrm_home-hero:before {
    z-index: 1;
    left: 33.333333333333333%;
  }

  .js.hrm_image--loaded .hrm_home-hero:after {
    right: 33.333333333333333%;
  }

  .js.hrm_image--loaded .hrm_home-hero > div div:first-of-type:before {
    -webkit-animation: fade-symbol 1s linear forwards;
    animation: fade-symbol 1s linear forwards;
    opacity: 0;
  }

  .js.hrm_image--loaded .hrm_home-hero > div div:first-of-type:after {
    -webkit-animation: slide-text 1s ease-out forwards;
    animation: slide-text 1s ease-out forwards;
    opacity: 0;
  }

  .js.hrm_image--loaded .hrm_home-hero > div:first-of-type div:first-of-type p {
    -webkit-animation: slide-box .6s 1.2s ease-out forwards;
    animation: slide-box .6s 1.2s ease-out forwards;
  }

  .js.hrm_image--loaded .hrm_home-hero > div:first-of-type div:first-of-type img {
    -webkit-animation: slide-image .6s 1.2s ease-out forwards;
    animation: slide-image .6s 1.2s ease-out forwards;
  }

  .js.hrm_image--loaded .hrm_home-hero > div:nth-of-type(2) div:first-of-type p {
    -webkit-animation: slide-box .6s 1.1s ease-out forwards;
    animation: slide-box .6s 1.1s ease-out forwards;
  }

  .js.hrm_image--loaded .hrm_home-hero > div:nth-of-type(2) div:first-of-type img {
    -webkit-animation: slide-image .6s 1.1s ease-out forwards;
    animation: slide-image .6s 1.1s ease-out forwards;
  }

  .js.hrm_image--loaded .hrm_home-hero > div:last-of-type div:first-of-type p {
    -webkit-animation: slide-box .6s 1s ease-out forwards;
    animation: slide-box .6s 1s ease-out forwards;
  }

  .js.hrm_image--loaded .hrm_home-hero > div:last-of-type div:first-of-type img {
    -webkit-animation: slide-image .6s 1s ease-out forwards;
    animation: slide-image .6s 1s ease-out forwards;
  }

  .js.hrm_image--loaded .hrm_home-hero div div:first-of-type p {
    opacity: 0;
  }

  .js.hrm_image--loaded .hrm_home-hero img {
    opacity: 0;
  }

  .hrm_home-hero {
    font-size: 0;
  }

  .hrm_home-hero > div {
    position: relative;
    display: inline-block;
    width: 33.333333333333333%;
    vertical-align: top;
  }

  .hrm_home-hero > div:first-of-type div:first-of-type {
    background-image: none;
  }

  .hrm_home-hero > div:first-of-type div:first-of-type:before {
    background-image: url(/images/home/bg-hero1.png);
    background-size: auto;
  }

  .hrm_home-hero > div:first-of-type img {
    top: 123px;
    left: 50%;
    width: 114px;
  }

  .hrm_home-hero > div:first-of-type .hrm_home-hero__button:before {
    background-color: #df9027;
  }

  .hrm_home-hero > div:first-of-type div:last-of-type {
    background-image: url(/images/home/bg-hero1.png);
    background-size: auto;
  }

  .hrm_home-hero > div:first-of-type div:last-of-type:after {
    content: 'PEOPLE';
    color: #fdf6eb;
  }

  .hrm_home-hero > div:first-of-type div:last-of-type a:before {
    background-color: #df9027;
  }

  .hrm_home-hero > div:nth-of-type(2) div:first-of-type {
    background-image: none;
  }

  .hrm_home-hero > div:nth-of-type(2) div:first-of-type:before {
    background-image: url(/images/home/bg-hero2.png);
    background-size: auto;
  }

  .hrm_home-hero > div:nth-of-type(2) img {
    top: 135px;
    left: 50%;
    width: 145px;
  }

  .hrm_home-hero > div:nth-of-type(2) .hrm_home-hero__button:before {
    background-color: #38b35c;
  }

  .hrm_home-hero > div:nth-of-type(2) div:last-of-type {
    background-image: url(/images/home/bg-hero2.png);
    background-size: auto;
  }

  .hrm_home-hero > div:nth-of-type(2) div:last-of-type:after {
    content: 'ORGANIZATION';
    color: #e9f7ec;
  }

  .hrm_home-hero > div:nth-of-type(2) div:last-of-type a:before {
    background-color: #38b35c;
  }

  .hrm_home-hero > div:nth-of-type(2) div:last-of-type p:first-of-type {
    font-size: 16px;
  }

  .hrm_home-hero > div:last-of-type div:first-of-type {
    background-image: none;
  }

  .hrm_home-hero > div:last-of-type div:first-of-type:before {
    background-image: url(/images/home/bg-hero3.png);
    background-size: 554px;
  }

  .hrm_home-hero > div:last-of-type img {
    top: 120px;
    left: 50%;
    width: 145px;
  }

  .hrm_home-hero > div:last-of-type .hrm_home-hero__button:before {
    background-color: #3394be;
  }

  .hrm_home-hero > div:last-of-type div:last-of-type {
    background-image: url(/images/home/bg-hero3.png);
    background-size: 554px;
  }

  .hrm_home-hero > div:last-of-type div:last-of-type:after {
    content: 'SYSTEM';
    color: #e3eff3;
  }

  .hrm_home-hero > div:last-of-type div:last-of-type a:before {
    background-color: #3394be;
  }

  .hrm_home-hero .hrm_home-hero__box--opened div:last-of-type {
    top: 0;
  }

  .hrm_home-hero .hrm_home-hero__box--opened div:last-of-type p:nth-of-type(odd),
  .hrm_home-hero .hrm_home-hero__box--opened div:last-of-type p:nth-of-type(even) {
    opacity: 1;
  }

  .hrm_home-hero div div:first-of-type {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 520px;
    padding: 63px 0 0;
    text-align: center;
  }

  .hrm_home-hero div div:first-of-type:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-repeat: no-repeat;
    background-position: center;
  }

  .hrm_home-hero div div:first-of-type:after {
    font-size: 60px;
    right: -5px;
    bottom: -5px;
  }

  .hrm_home-hero div div:first-of-type p:first-of-type {
    font-size: 28px;
    position: relative;
    z-index: 10;
    margin: 0 0 184px 0;
  }

  .hrm_home-hero div div:first-of-type p:nth-of-type(2) {
    font-size: 14px;
    line-height: 2;
    width: 310px;
    margin: 0 auto 26px;
  }

  .hrm_home-hero div div:first-of-type p:last-of-type {
    font-size: 16px;
    line-height: 40px;
    width: 170px;
  }

  .hrm_home-hero img {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .hrm_home-hero__button:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    content: '';
    -webkit-transition: width .2s linear;
    transition: width .2s linear;
  }

  .hrm_home-hero__button:after {
    top: 50%;
    right: 15px;
    width: 6px;
    height: 10px;
    margin-top: -5px;
    -webkit-transition: right .2s linear;
    transition: right .2s linear;
    background: url(/assets/images/hrm/common_new/ico-arrow-white.png) no-repeat;
    background-size: 6px;
  }

  .hrm_home-hero__button:hover:before {
    width: 100%;
  }

  .hrm_home-hero__button:hover:after {
    right: 12px;
  }

  .hrm_home-hero__button--opened:before,
  .hrm_home-hero__button--opened:after {
    -webkit-transform: none;
    transform: none;
  }

  .hrm_home-hero__button--opened:before {
    opacity: 1;
  }

  .hrm_home-hero span {
    position: relative;
  }

  .hrm_home-hero div div:last-of-type {
    position: absolute;
    z-index: 1;
    top: 100%;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 130px 0 0;
    -webkit-transition: top .6s cubic-bezier(.19, 1, .22, 1);
    transition: top .6s cubic-bezier(.19, 1, .22, 1);
    background-repeat: no-repeat;
    background-position: center;
  }

  .hrm_home-hero div div:last-of-type:after {
    font-size: 60px;
    font-weight: bold;
    line-height: 1;
    position: absolute;
    right: -5px;
    bottom: -5px;
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1);
    letter-spacing: .02em;
    -ms-writing-mode: tb-rl;
    color: #fff;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
  }

  .hrm_home-hero div div:last-of-type p:nth-of-type(odd) {
    font-size: 16px;
    line-height: 40px;
    z-index: 1;
    width: 334px;
    margin: 0 auto 8px;
    -webkit-transition: opacity .6s .3s ease-out;
    transition: opacity .6s .3s ease-out;
    opacity: 0;
  }

  .hrm_home-hero div div:last-of-type a:before {
    position: absolute;
    left: 0;
    width: 0;
    height: 100%;
    content: '';
    -webkit-transition: width .2s linear;
    transition: width .2s linear;
  }

  .hrm_home-hero div div:last-of-type a:after {
    right: 20px;
    width: 6px;
    height: 10px;
    margin-top: -5px;
    -webkit-transition: right .2s linear;
    transition: right .2s linear;
    background-size: 6px;
  }

  .hrm_home-hero div div:last-of-type a:hover:before {
    width: 100%;
  }

  .hrm_home-hero div div:last-of-type a:hover:after {
    right: 17px;
  }

  .hrm_home-hero div div:last-of-type p:nth-of-type(even) {
    font-size: 14px;
    line-height: 1.69;
    position: relative;
    z-index: 1;
    width: 334px;
    margin: 0 auto 20px;
    -webkit-transition: opacity .6s .3s ease-out;
    transition: opacity .6s .3s ease-out;
    opacity: 0;
  }

  .hrm_home-about {
    padding: 81px 0 54px;
  }

  .hrm_home-about h2 {
    width: 798px;
    margin-bottom: 33px;
  }

  .hrm_home-about p:first-of-type {
    width: 601px;
    margin-bottom: 45px;
  }

  .hrm_home-about p:nth-of-type(2),
  .hrm_home-about p:last-of-type {
    font-size: 16px;
    line-height: 2.25;
    letter-spacing: .28em;
  }

  .hrm_home-column > div:first-of-type, .hrm_home-column > div:nth-of-type(2), .hrm_home-column > div:nth-of-type(3), .hrm_home-column > div:nth-of-type(4), .hrm_home-column > div:nth-of-type(5) {
    position: relative;
  }

  .hrm_home-column > div:first-of-type img,
  .hrm_home-column > div:nth-of-type(2) img,
  .hrm_home-column > div:nth-of-type(3) img,
  .hrm_home-column > div:nth-of-type(4) img,
  .hrm_home-column > div:nth-of-type(5) img {
    width: 50%;
  }

  .hrm_home-column div div {
    position: absolute;
    top: 50%;
    width: 50%;
    padding: 2.5rem 0 3rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
  }

  .hrm_home-column div div p:first-of-type {
    font-size: 16px;
    line-height: 2;
    width: 485px;
    margin: 0 auto 43px;
  }

  .hrm_home-column div div p:last-of-type {
    width: 240px;
  }

  .hrm_home-column > div:first-of-type div, .hrm_home-column > div:nth-of-type(3) div, .hrm_home-column > div:nth-of-type(5) div {
    left: 50%;
  }
  .hrm_home-column > div:nth-of-type(2) img, .hrm_home-column > div:nth-of-type(4) img {
    margin-left: 50%;
  }

  .hrm_slide img {
    margin-left: 0 !important;
  }

  .hrm_home-column h3 {
    font-size: 32px;
    margin-bottom: 35px;
  }

  .hrm_home-column > div:last-of-type {
    font-size: 0;
    padding-top: 1px;
    text-align: center;
    border-top: 0;
  }

  .hrm_home-column > div:last-of-type > a {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.333333333333333%;
    height: 410px;
    padding: 55px 0 0;
    cursor: default;
    vertical-align: top;
    border-bottom: 0;
  }

  .hrm_home-column > div:last-of-type > a:after {
    display: none;
  }

  .hrm_home-column > div:last-of-type > a:not(:last-of-type) {
    border-right: 1px solid #e9e9e2;
  }

  .hrm_home-column > div:last-of-type > a:first-of-type h4 {
    margin-bottom: 32px;
  }

  .hrm_home-column > div:last-of-type > a:first-of-type img {
    width: 60px;
  }

  .hrm_home-column > div:last-of-type > a:nth-of-type(2) h4 {
    margin-bottom: 31px;
  }

  .hrm_home-column > div:last-of-type > a:nth-of-type(2) img {
    width: 73px;
  }

  .hrm_home-column > div:last-of-type > a:last-of-type h4 {
    margin-bottom: 31px;
  }

  .hrm_home-column > div:last-of-type > a:last-of-type img {
    width: 75px;
  }

  .hrm_home-column > div:last-of-type img {
    position: static;
    margin-bottom: 28px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .hrm_home-column > div:last-of-type p:first-of-type {
    font-size: 16px;
    line-height: 2;
    width: 330px;
    margin: 0 auto 33px;
  }

  .hrm_home-column > div:last-of-type p:last-of-type {
    line-height: 44px;
  }

  .hrm_home-column h4 {
    font-size: 20px;
    margin-bottom: .7rem;
  }

  .hrm_home-news {
    position: relative;
    width: 1040px;
    margin: 0 auto;
    padding: 62px 0 0;
  }

  .hrm_home-news:after {
    display: block;
    clear: both;
    content: '';
  }

  .hrm_home-news h2, .hrm_home-slider h2 {
    font-size: 32px;
    margin-bottom: 54px;
    color: #4a463a;
  }
  .hrm_home-news p {
    font-size: 14px;
    position: absolute;
    top: 76px;
    right: 0;
  }

  .hrm_home-news p a {
    padding: 5px 0;
  }

  .hrm_home-news p a:after {
    top: 0;
    width: 6px;
    height: 10px;
    margin-left: 13px;
    background-size: 6px;
  }

  .hrm_home-news p a:hover {
    color: #8da4c5;
  }

  .hrm_home-news > div {
    float: left;
    margin-bottom: 0;
  }

  .hrm_home-news div div {
    width: 740px;
    padding: 21px 0;
  }

  .hrm_home-news time {
    font-size: 16px;
    margin-right: 34px;
  }

  .hrm_home-news span {
    font-size: 13px;
    line-height: 21px;
    width: 128px;
    margin: 0 19px 0 0;
  }

  .hrm_home-news h3 {
    font-size: 16px;
    display: inline-block;
    width: 455px;
    vertical-align: top;
  }

  .hrm_home-news h3 a:hover {
    text-decoration: underline;
    color: #8da4c5;
  }

  .hrm_home-news ul {
    float: right;
    width: 260px;
    margin: 26px 0 0;
  }

  .hrm_home-news ul:after {
    display: block;
    clear: both;
    content: '';
  }

  .hrm_home-news li {
    width: 100%;
    margin-bottom: 15px;
  }

  .hrm_home-news li:last-child {
    margin-bottom: 0;
  }

  .hrm_home-news ul a {
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
  }

  .hrm_home-news ul a:hover {
    opacity: .8;
  }

  .hrm_about-intro {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 1040px;
    height: 342px;
    margin: 56px auto 60px;
    padding: 69px 0 0;
    background-size: auto;
  }

  .hrm_about-intro h2 {
    margin-bottom: 41px;
  }

  .hrm_about-intro p {
    font-size: 16px;
  }

  .hrm_about-box h3 {
    margin: 0 0 60px;
  }

  .hrm_about-box h3 img {
    max-height: 100%;
  }

  .hrm_about-box > div {
    position: relative;
    margin-bottom: 2px;
  }

  .hrm_about-box > div:nth-of-type(odd) > div {
    left: 50%;
    margin-left: 20px;
  }

  .hrm_about-box > div:nth-of-type(even) > div {
    right: 50%;
    margin-right: 20px;
  }

  .hrm_about-box > div > div {
    position: absolute;
    z-index: 1;
    top: 50%;
    width: 500px;
    height: 460px;
    margin-top: -230px;
    padding: 0;
    background-color: #fff;
  }

  .hrm_about-box div div div {
    position: absolute;
    top: 50%;
    margin: 0 39px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .hrm_about-box h4 {
    font-size: 30px;
    line-height: 1.3125;
    margin-bottom: 28px;
  }

  .hrm_about-box h4:before {
    font-size: 36px;
  }

  .hrm_about-box p {
    margin-bottom: 0;
  }

  .hrm_about-box p + p {
    margin-top: 33px;
  }

  .hrm_about-box div img {
    width: 100%;
  }

  .hrm_about-box + aside {
    margin-top: 0;
  }

  .hrm_dev-wrap {
    padding-top: 0;
  }

  .hrm_dev-wrap > p {
    margin-bottom: 23px;
  }

  .hrm_dev-nav {
    font-size: 16px;
    line-height: 1.625;
    margin: 0 -10px 43px 0;
  }

  .hrm_dev-nav:after {
    display: block;
    clear: both;
    content: '';
  }

  .hrm_dev-nav a {
    float: left;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 340px;
    margin: 0 10px 10px 0;
    padding-right: 38px;
  }

  .hrm_dev-nav a:before {
    position: absolute;
    z-index: -1;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transition: top .2s linear, opacity .4s ease-out;
    transition: top .2s linear, opacity .4s ease-out;
    opacity: 0;
    background-color: #8da4c5;
  }

  .hrm_dev-nav a:after {
    right: 19px;
    width: 6px;
    height: 11px;
    -webkit-transition: margin-top .2s linear;
    transition: margin-top .2s linear;
    background-size: 6px;
  }

  .hrm_dev-nav a:hover:before {
    top: 0;
    opacity: 1;
  }

  .hrm_dev-nav a:hover:after {
    margin-top: 3px;
    background-image: url(/assets/images/hrm/common_new/ico-arrow-white.png);
  }

  .hrm_dev-nav a:hover p {
    color: #fff;
  }

  .hrm_dev-nav div {
    width: 80px;
    padding-right: 20px;
  }

  .hrm_dev-nav p {
    -webkit-transition: color .2s ease-out;
    transition: color .2s ease-out;
  }

  .hrm_dev-nav .hrm_sp--hidden {
    display: block;
  }

  .hrm_dev-box {
    margin-bottom: 0;
  }

  .hrm_dev-box + .hrm_dev-box {
    margin-top: 93px;
  }

  .hrm_dev-box .hrm_sub-heading {
    margin-top: 60px;
  }

  .hrm_dev-box h2 + p {
    margin-bottom: 43px;
  }

  .hrm_dev-column {
    margin-bottom: 60px;
  }

  .hrm_dev-column:after {
    display: block;
    clear: both;
    content: '';
  }

  .hrm_dev-column div:first-of-type {
    float: left;
    width: 500px;
    margin-bottom: 0;
  }

  .hrm_dev-column div:last-of-type {
    float: right;
    width: 500px;
  }

  .hrm_dev-column h3 {
    font-size: 20px;
    position: relative;
    bottom: 5px;
    margin-bottom: 14px;
  }

  .hrm_dev-column .hrm_text {
    margin-bottom: 23px;
  }

  .hrm_dev-column .hrm_button {
    margin: 0;
  }

  .hrm_dev-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1040px;
  }

  .hrm_dev-card a {
    position: relative;
    overflow: hidden;
    margin: 0;
  }

  .hrm_dev-card a:before {
    position: absolute;
    top: 204px;
    left: 0;
    width: 0;
    height: 100%;
    content: '';
    -webkit-transition: width .2s linear, opacity .4s ease-out;
    transition: width .2s linear, opacity .4s ease-out;
    opacity: 0;
    background-color: #8da4c5;
  }

  .hrm_dev-card a:hover:before {
    width: 100%;
    opacity: 1;
  }

  .hrm_dev-card a:hover img {
    opacity: .6;
  }

  .hrm_dev-card a:hover div:after {
    right: 10px;
    background-image: url(/assets/images/hrm/common_new/ico-arrow-white.png);
  }

  .hrm_dev-card a:hover h4,
  .hrm_dev-card a:hover p {
    position: relative;
    color: #fff;
  }

  .hrm_dev-card a + a,
  .hrm_dev-card a + div {
    margin-left: 25px;
  }

  .hrm_dev-card > div {
    margin: 0;
  }

  .hrm_dev-card > div + div,
  .hrm_dev-card > div + a {
    margin-left: 25px;
  }

  .hrm_dev-card img {
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
  }

  .hrm_dev-card a div {
    padding: 15px 48px 15px 20px;
  }

  .hrm_dev-card a div:after {
    right: 20px;
    width: 8px;
    height: 14px;
    margin-top: -7px;
    -webkit-transition: right .2s linear;
    transition: right .2s linear;
    background-size: 8px;
  }

  .hrm_dev-card div div {
    padding: 15px 20px;
  }

  .hrm_dev-card h4 {
    font-size: 18px;
    line-height: 1.56;
    margin-bottom: 6px;
    -webkit-transition: color .2s ease-out;
    transition: color .2s ease-out;
  }

  .hrm_dev-card p {
    font-size: 16px;
    line-height: 1.625;
    -webkit-transition: color .2s ease-out;
    transition: color .2s ease-out;
  }

  .hrm_dev-table {
    font-size: 16px;
    line-height: 1.625;
  }

  .hrm_dev-table thead th {
    padding: 12px 26px;
  }

  .hrm_dev-table tbody th,
  .hrm_dev-table tbody td {
    padding: 19px 26px;
  }

  .hrm_dev-table td:last-of-type {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 595px;
    text-align: left;
  }

  .hrm_dev-image {
    display: block;
    margin: 0 auto 40px;
  }

  .hrm_dev-button {
    font-size: 16px;
    line-height: 50px;
    width: 520px;
    margin-top: 80px;
  }

  .hrm_dev-button a {
    padding: 0;
  }

  .hrm_dev-button span span {
    display: inline;
    margin-left: .5em;
  }

  .hrm_dev-aside:after {
    display: block;
    clear: both;
    content: '';
  }

  .hrm_dev-aside a {
    overflow: hidden;
    width: 500px;
    height: 140px;
    margin-bottom: 20px;
  }

  .hrm_dev-aside a:before {
    position: absolute;
    left: 180px;
    width: 0;
    height: 100%;
    content: '';
    -webkit-transition: width .2s linear, opacity .4s ease-out;
    transition: width .2s linear, opacity .4s ease-out;
    opacity: 0;
    background-color: #8da4c5;
  }

  .hrm_dev-aside a:after {
    right: 20px;
    width: 8px;
    height: 14px;
    -webkit-transition: right .2s .1s linear;
    transition: right .2s .1s linear;
    background-size: 8px;
  }

  .hrm_dev-aside a:hover:before {
    width: 320px;
    opacity: 1;
  }

  .hrm_dev-aside a:hover:after {
    right: 15px;
    background-image: url(/assets/images/hrm/common_new/ico-arrow-white.png);
  }

  .hrm_dev-aside a:hover p {
    color: #fff;
  }

  .hrm_dev-aside a:hover img {
    opacity: .8;
  }

  .hrm_dev-aside a:nth-of-type(odd) {
    float: left;
  }

  .hrm_dev-aside a:nth-of-type(even) {
    float: right;
  }

  .hrm_dev-aside p {
    font-size: 20px;
    left: 200px;
    margin-right: 48px;
    -webkit-transition: color .2s ease-out;
    transition: color .2s ease-out;
  }

  .hrm_dev-aside img {
    height: 140px;
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
  }

  .hrm_dev-buttons div:first-of-type {
    margin-bottom: 0;
  }

  .hrm_dev-buttons li {
    font-size: 16px;
  }

  .hrm_dev-buttons li:first-child {
    margin-bottom: 30px;
  }

  .hrm_dev-map {
    font-size: 0;
    width: 1040px;
    background-repeat: no-repeat;
  }

  .hrm_dev-map li {
    position: absolute;
  }

  .hrm_dev-map a {
    display: block;
  }

  .hrm_dev-map--class {
    height: 1256px;
    background-image: url(/images/people/img-class2.png);
  }

  .hrm_dev-map--class li:nth-child(18),
  .hrm_dev-map--class li:nth-child(21),
  .hrm_dev-map--class li:nth-child(25),
  .hrm_dev-map--class li:nth-child(33) {
/*    display: none;*/
  }

  .hrm_dev-map--class li:first-child {
    top: 122px;
    left: 62px;
  }

  .hrm_dev-map--class li:first-child a {
    width: 176px;
    height: 66px;
  }

  .hrm_dev-map--class li:nth-child(2) {
    top: 198px;
    left: 62px;
  }

  .hrm_dev-map--class li:nth-child(2) a {
    width: 374px;
    height: 88px;
  }

  .hrm_dev-map--class li:nth-child(3) {
    top: 122px;
    left: 260px;
  }

  .hrm_dev-map--class li:nth-child(3) a {
    width: 176px;
    height: 66px;
  }

  .hrm_dev-map--class li:nth-child(4) {
    top: 122px;
    left: 459px;
  }

  .hrm_dev-map--class li:nth-child(4) a {
    width: 176px;
    height: 164px;
  }

  .hrm_dev-map--class li:nth-child(5) {
    top: 122px;
    left: 656px;
  }

  .hrm_dev-map--class li:nth-child(5) a {
    width: 176px;
    height: 164px;
  }

  .hrm_dev-map--class li:nth-child(6) {
    top: 122px;
    left: 854px;
  }

  .hrm_dev-map--class li:nth-child(6) a {
    width: 176px;
    height: 164px;
  }

  .hrm_dev-map--class li:nth-child(7) {
    top: 308px;
    left: 62px;
  }

  .hrm_dev-map--class li:nth-child(7) a {
    width: 176px;
    height: 66px;
  }

  .hrm_dev-map--class li:nth-child(8) {
    top: 384px;
    left: 62px;
  }

  .hrm_dev-map--class li:nth-child(8) a {
    width: 176px;
    height: 88px;
  }

  .hrm_dev-map--class li:nth-child(9) {
    top: 308px;
    left: 260px;
  }

  .hrm_dev-map--class li:nth-child(9) a {
    width: 176px;
    height: 164px;
  }

  .hrm_dev-map--class li:nth-child(10) {
    top: 308px;
    left: 459px;
  }

  .hrm_dev-map--class li:nth-child(10) a {
    width: 176px;
    height: 164px;
  }

  .hrm_dev-map--class li:nth-child(11) {
    top: 308px;
    left: 656px;
  }

  .hrm_dev-map--class li:nth-child(11) a {
    width: 176px;
    height: 164px;
  }

  .hrm_dev-map--class li:nth-child(12) {
    top: 308px;
    left: 854px;
  }

  .hrm_dev-map--class li:nth-child(12) a {
    width: 176px;
    height: 164px;
  }

  .hrm_dev-map--class li:nth-child(13) {
    top: 494px;
    left: 62px;
  }

  .hrm_dev-map--class li:nth-child(13) a {
    width: 176px;
    height: 66px;
  }

  .hrm_dev-map--class li:nth-child(14) {
    top: 570px;
    left: 62px;
  }

  .hrm_dev-map--class li:nth-child(14) a {
    width: 176px;
    height: 88px;
  }

  .hrm_dev-map--class li:nth-child(15) {
    top: 494px;
    left: 260px;
  }

  .hrm_dev-map--class li:nth-child(15) a {
    width: 176px;
    height: 164px;
  }

  .hrm_dev-map--class li:nth-child(16) {
    top: 494px;
    left: 459px;
  }

  .hrm_dev-map--class li:nth-child(16) a {
    width: 176px;
    height: 164px;
  }

  .hrm_dev-map--class li:nth-child(17) {
    top: 494px;
    left: 656px;
  }

  .hrm_dev-map--class li:nth-child(17) a {
    width: 176px;
    height: 164px;
  }

  .hrm_dev-map--class li:nth-child(18) {
    top: 494px;
    left: 854px;
  }

  .hrm_dev-map--class li:nth-child(18) a {
    width: 176px;
    height: 164px;
  }

  .hrm_dev-map--class li:nth-child(19) {
    top: 680px;
    left: 62px;
  }

  .hrm_dev-map--class li:nth-child(19) a {
    width: 176px;
    height: 90px;
  }

  .hrm_dev-map--class li:nth-child(20) {
    top: 781px;
    left: 62px;
  }

  .hrm_dev-map--class li:nth-child(20) a {
    width: 176px;
    height: 105px;
  }

  .hrm_dev-map--class li:nth-child(21) {
    top: 680px;
    left: 260px;
  }

  .hrm_dev-map--class li:nth-child(21) a {
    width: 176px;
    height: 90px;
  }

  .hrm_dev-map--class li:nth-child(22) {
    top: 781px;
    left: 260px;
  }

  .hrm_dev-map--class li:nth-child(22) a {
    width: 176px;
    height: 105px;
  }

  .hrm_dev-map--class li:nth-child(23) {
    top: 680px;
    left: 459px;
  }

  .hrm_dev-map--class li:nth-child(23) a {
    width: 176px;
    height: 206px;
  }

  .hrm_dev-map--class li:nth-child(24) {
    top: 680px;
    left: 656px;
  }

  .hrm_dev-map--class li:nth-child(24) a {
    width: 176px;
    height: 206px;
  }

  .hrm_dev-map--class li:nth-child(25) {
    top: 680px;
    left: 854px;
  }

  .hrm_dev-map--class li:nth-child(25) a {
    width: 176px;
    height: 206px;
  }

  .hrm_dev-map--class li:nth-child(26) {
    top: 908px;
    left: 62px;
  }

  .hrm_dev-map--class li:nth-child(26) a {
    width: 176px;
    height: 88px;
  }

  .hrm_dev-map--class li:nth-child(27) {
    top: 1006px;
    left: 62px;
  }

  .hrm_dev-map--class li:nth-child(27) a {
    width: 176px;
    height: 66px;
  }

  .hrm_dev-map--class li:nth-child(28) {
    top: 1082px;
    left: 62px;
  }

  .hrm_dev-map--class li:nth-child(28) a {
    width: 176px;
    height: 77px;
  }

  .hrm_dev-map--class li:nth-child(29) {
    top: 1169px;
    left: 62px;
  }

  .hrm_dev-map--class li:nth-child(29) a {
    width: 176px;
    height: 77px;
  }

  .hrm_dev-map--class li:nth-child(30) {
    top: 908px;
    left: 260px;
  }

  .hrm_dev-map--class li:nth-child(30) a {
    width: 176px;
    height: 186px;
  }

  .hrm_dev-map--class li:nth-child(31) {
    top: 908px;
    left: 459px;
  }

  .hrm_dev-map--class li:nth-child(31) a {
    width: 176px;
    height: 186px;
  }

  .hrm_dev-map--class li:nth-child(32) {
    top: 908px;
    left: 656px;
  }

  .hrm_dev-map--class li:nth-child(32) a {
    width: 176px;
    height: 186px;
  }

  .hrm_dev-map--class li:nth-child(33) {
    top: 908px;
    left: 854px;
  }

  .hrm_dev-map--class li:nth-child(33) a {
    width: 176px;
    height: 186px;
  }

  .hrm_dev-map--class li:last-of-type {
    top: 1104px;
    left: 260px;
  }

  .hrm_dev-map--class li:last-of-type a {
    width: 770px;
    height: 142px;
  }

  .hrm_dev-map--assessment {
    height: 598px;
    background-image: url(/images/system/img-assessment2.png);
  }

  .hrm_dev-map--assessment li:first-child {
    top: 112px;
    left: 62px;
  }

  .hrm_dev-map--assessment li:first-child a {
    width: 136px;
    height: 194px;
  }

  .hrm_dev-map--assessment li:nth-child(2) {
    top: 112px;
    left: 220px;
  }

  .hrm_dev-map--assessment li:nth-child(2) a {
    width: 136px;
    height: 144px;
  }

  .hrm_dev-map--assessment li:nth-child(3) {
    top: 278px;
    left: 220px;
  }

  .hrm_dev-map--assessment li:nth-child(3) a {
    width: 136px;
    height: 144px;
  }

  .hrm_dev-map--assessment li:nth-child(4) {
    top: 444px;
    left: 220px;
  }

  .hrm_dev-map--assessment li:nth-child(4) a {
    width: 136px;
    height: 144px;
  }

  .hrm_dev-map--assessment li:nth-child(5) {
    top: 111px;
    left: 502px;
  }

  .hrm_dev-map--assessment li:nth-child(5) a {
    width: 60px;
    height: 145px;
  }

  .hrm_dev-map--assessment li:nth-child(6) {
    top: 111px;
    left: 584px;
  }

  .hrm_dev-map--assessment li:nth-child(6) a {
    width: 60px;
    height: 310px;
  }

  .hrm_dev-map--assessment li:nth-child(7) {
    top: 278px;
    left: 667px;
  }

  .hrm_dev-map--assessment li:nth-child(7) a {
    width: 60px;
    height: 310px;
  }

  .hrm_dev-map--assessment li:nth-child(8) {
    top: 112px;
    left: 749px;
  }

  .hrm_dev-map--assessment li:nth-child(8) a {
    width: 60px;
    height: 236px;
  }

  .hrm_dev-map--assessment li:nth-child(9) {
    top: 112px;
    left: 819px;
  }

  .hrm_dev-map--assessment li:nth-child(9) a {
    width: 60px;
    height: 476px;
  }

  .hrm_dev-map--assessment li:nth-child(10) {
    top: 278px;
    left: 888px;
  }

  .hrm_dev-map--assessment li:nth-child(10) a {
    width: 60px;
    height: 310px;
  }

  .hrm_dev-map--assessment li:last-child {
    top: 112px;
    left: 970px;
  }

  .hrm_dev-map--assessment li:last-child a {
    width: 60px;
    height: 476px;
  }

  .hrm_dev-e-learning > div {
    margin-bottom: 30px;
  }

  .hrm_dev-e-learning ul {
    font-size: 0;
    margin-top: 60px;
    text-align: center;
  }

  .hrm_dev-e-learning li {
    display: inline-block;
  }

  .hrm_dev-e-learning li:first-child {
    margin-right: 40px;
  }

  .hrm_seminar-box:after {
    display: block;
    clear: both;
    content: '';
  }

  .hrm_seminar-box + div {
    margin-top: 80px;
  }

  .hrm_seminar-box:last-of-type {
    margin-bottom: 60px;
  }

  .hrm_seminar-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .hrm_seminar-card {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 510px;
    min-height: 200px;
    margin-bottom: 0;
    padding-bottom: 14px;
  }

  .hrm_seminar-card:before {
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transition: border-color .2s linear, -webkit-box-shadow .2s linear;
    transition: border-color .2s linear, -webkit-box-shadow .2s linear;
    transition: border-color .2s linear, box-shadow .2s linear;
    transition: border-color .2s linear, box-shadow .2s linear, -webkit-box-shadow .2s linear;
    border: 1px solid #ddd;
  }

  .hrm_seminar-card:hover:before {
    border-color: #a6a08a;
    -webkit-box-shadow: inset 3px 0 #a6a08a, inset -3px 0 #a6a08a, inset 0 3px #a6a08a, inset 0 -3px #a6a08a;
    box-shadow: inset 3px 0 #a6a08a, inset -3px 0 #a6a08a, inset 0 3px #a6a08a, inset 0 -3px #a6a08a;
  }

  .hrm_seminar-card--new:after {
    font-size: 12px;
    line-height: 20px;
    width: 52px;
  }

  .hrm_seminar-card__head {
    margin-bottom: 17px;
    padding: 16px 19px 0;
  }

  .hrm_seminar-card__head:after {
    display: block;
    clear: both;
    content: '';
  }

  .hrm_seminar-card__date,
  .hrm_seminar-card__time {
    font-size: 15px;
  }

  .hrm_seminar-card__date {
    margin-right: 13px;
  }

  .hrm_seminar-card__time span {
    font-size: 13px;
  }

  .hrm_seminar-card__title {
    font-size: 18px;
    line-height: 1.56;
    margin: 0 19px 6px;
  }

  .hrm_seminar-card__lead {
    font-size: 15px;
    line-height: 1.67;
    margin: 0 19px 12px;
  }

  .hrm_seminar-card__lists {
    margin-left: 19px;
  }

  .hrm_seminar-card__list {
    font-size: 13px;
    margin-right: 19px;
  }

  .hrm_seminar-card__list:before {
    top: 2px;
    margin-right: 8px;
  }

  .hrm_seminar-card__list--area:before {
    width: 10px;
    height: 14px;
    background-size: 10px;
  }

  .hrm_seminar-card__list--theme:before {
    width: 12px;
    height: 15px;
    background-size: 12px;
  }

  .hrm_seminar-banner {
    margin: 60px 0 0;
    text-align: center;
  }

  .hrm_seminar-banner a {
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
  }

  .hrm_seminar-banner a:hover {
    opacity: .8;
  }

  .hrm_seminar-archive-box {
    width: 1040px;
    margin: 0 auto;
  }

  .hrm_seminar-archive-box + div {
    margin-top: 93px;
  }

  .hrm_seminar-archive-box__wrap {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }

  .hrm_seminar-archive-box__head {
    padding: 20px 29px 4px;
  }

  .hrm_seminar-archive-box__head h3 {
    font-size: 22px;
    line-height: normal;
    margin-bottom: 5px;
  }

  .hrm_seminar-archive-box__head p {
    font-size: 18px;
    line-height: normal;
  }

  .hrm_seminar-archive-box__body {
    padding: 40px 25px 0;
  }

  .hrm_seminar-archive-box__body > img {
    float: right;
    width: auto;
    margin: 0 0 0 30px;
  }

  .hrm_seminar-archive-box__hero {
    margin-bottom: 33px;
  }

  .hrm_seminar-archive-box__hero:after {
    display: block;
    clear: both;
    content: '';
  }

  .hrm_seminar-archive-box__hero h4 {
    font-size: 18px;
    margin-bottom: 14px;
  }

  .hrm_seminar-archive-box__hero p {
    font-size: 16px;
    line-height: 1.875;
  }

  .hrm_seminar-archive-box__voice {
    margin-bottom: 40px;
  }

  .hrm_seminar-archive-box h5 {
    font-size: 16px;
    line-height: normal;
    display: table-cell;
    width: 188px;
    vertical-align: middle;
    border-right: 1px solid #c2c2b4;
    border-bottom: 0;
  }

  .hrm_seminar-archive-box h5:before {
    top: 0;
    display: block;
    width: 30px;
    height: 23px;
    margin: 0 auto 16px;
    background-size: 30px;
  }

  .hrm_seminar-archive-box__voice ul {
    font-size: 16px;
    line-height: 1.625;
    display: table-cell;
    width: 749px;
    padding: 17px 25px 8px;
  }

  .hrm_seminar-archive-box__voice li {
    margin-bottom: 11px;
    padding-left: 24px;
  }

  .hrm_seminar-archive-box__voice li:after {
    top: 6px;
    width: 14px;
    height: 16px;
    background-size: 14px;
  }

  .hrm_seminar-archive-box__download {
    margin-bottom: 10px;
    padding: 10px 30px 10px 10px;
  }

  .hrm_seminar-archive-box__download div:first-of-type {
    width: 200px;
    padding-right: 20px;
  }

  .hrm_seminar-archive-box__download div:last-of-type {
    padding-right: 20px;
    vertical-align: middle;
  }

  .hrm_seminar-archive-box h6 {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .hrm_seminar-archive-box__download div p {
    font-size: 16px;
    line-height: 1.875;
    margin-bottom: 0;
  }

  .hrm_seminar-archive-box__download > p {
    display: table-cell;
    width: 210px;
    vertical-align: middle;
  }

  .hrm_seminar-archive-box .hrm_sub-heading {
    margin-top: 50px;
  }

  .hrm_seminar-archive-box .hrm_seminar-cards {
    margin-bottom: 10px;
  }

  .hrm_seminar-archive-box .hrm_seminar-card {
    width: 490px;
  }

  .hrm_case-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
  }

  .hrm_case-cards:last-of-type {
    margin-bottom: 60px;
  }

  .hrm_case-card {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 330px;
    margin-bottom: 0;
  }

  .hrm_case-card:before {
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transition: -webkit-box-shadow .2s linear;
    transition: -webkit-box-shadow .2s linear;
    transition: box-shadow .2s linear;
    transition: box-shadow .2s linear, -webkit-box-shadow .2s linear;
  }

  .hrm_case-card:hover:before {
    -webkit-box-shadow: inset 3px 0 #a6a08a, inset -3px 0 #a6a08a, inset 0 3px #a6a08a, inset 0 -3px #a6a08a;
    box-shadow: inset 3px 0 #a6a08a, inset -3px 0 #a6a08a, inset 0 3px #a6a08a, inset 0 -3px #a6a08a;
  }

  .hrm_case-card:nth-of-type(2n) {
    margin: 0 25px;
  }

  .hrm_case-card--new:after {
    font-size: 12px;
    line-height: 20px;
    width: 52px;
  }

  .hrm_case-card__box {
    padding: 11px 15px 15px;
  }

  .hrm_case-card__type {
    font-size: 13px;
    margin-bottom: 3px;
  }

  .hrm_case-card__title {
    font-size: 18px;
    margin-bottom: 4px;
  }

  .hrm_case-card__lead {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .hrm_case-detail-hero {
    padding: 47px 0 50px;
  }

  .hrm_case-detail-hero > div > p {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .hrm_case-detail-hero h2 {
    font-size: 28px;
    margin-bottom: 31px;
  }

  .hrm_case-detail-hero > div > img {
    float: left;
    margin-bottom: 40px;
  }

  .hrm_case-detail-hero div div:first-of-type {
    position: relative;
    bottom: 7px;
    float: right;
    width: 610px;
    margin-bottom: 20px;
  }

  .hrm_case-detail-hero div div:first-of-type p {
    margin-bottom: 15px;
  }

  .hrm_case-detail-hero div div:first-of-type dl {
    float: left;
    margin: 0 40px 13px 0;
  }

  .hrm_case-detail-hero div div:first-of-type dl:last-of-type {
    margin-bottom: 13px;
  }

  .hrm_case-detail-hero div div:first-of-type dl dt {
    font-size: 12px;
  }

  .hrm_case-detail-hero div div:first-of-type dl dd {
    font-size: 16px;
  }

  .hrm_case-detail-hero div div:last-of-type {
    font-size: 16px;
    clear: both;
    padding: 24px 24px 8px;
  }

  .hrm_case-detail-hero div div:last-of-type:after {
    display: block;
    clear: both;
    content: '';
  }

  .hrm_case-detail-hero div div:last-of-type img {
    float: left;
    margin-right: 28px;
  }

  .hrm_case-detail-hero div div:last-of-type dl {
    float: right;
    width: 761px;
  }

  .hrm_case-detail-hero div div:last-of-type dt {
    position: absolute;
  }

  .hrm_case-detail-hero div div:last-of-type dd {
    padding-left: 129px;
  }

  .hrm_case-detail-hero div div:last-of-type dd:not(:last-of-type) {
    margin-bottom: 16px;
    padding-bottom: 16px;
  }

  .hrm_case-detail-box {
    margin-bottom: 77px;
  }

  .hrm_case-detail-box:last-of-type {
    margin-bottom: 60px;
  }

  .hrm_case-detail-box > p + div {
    margin-top: 43px;
  }

  .hrm_case-detail-box > div + p {
    margin-top: 26px;
  }

  .hrm_case-detail-download {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 1040px;
    margin: 45px auto 0;
    padding: 25px 30px 30px;
  }

  .hrm_case-detail-download h4 {
    font-size: 20px;
    margin-bottom: 28px;
    padding: 0 0 14px 10px;
  }

  .hrm_case-detail-download h4:before {
    top: 3px;
    width: 18px;
    height: 22px;
    margin-right: 17px;
    background-size: 18px;
  }

  .hrm_case-detail-download div:first-of-type {
    position: absolute;
    top: 90px;
    left: 200px;
  }

  .hrm_case-detail-download h5 {
    font-size: 18px;
    margin: 0 10px 7px 0;
  }

  .hrm_case-detail-download div:first-of-type p:last-of-type {
    font-size: 14px;
    margin-bottom: 2em;
  }

  .hrm_case-detail-download div:nth-of-type(2) {
    width: 150px;
    padding-right: 20px;
  }

  .hrm_case-detail-download div:last-of-type {
    padding-bottom: 23px;
    vertical-align: bottom;
  }

  .hrm_case-detail-download dl {
    margin-bottom: 18px;
  }
/* 
  .hrm_consultant-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
  }

  .hrm_consultant-cards:last-of-type {
    margin-bottom: 60px;
  }

  .hrm_consultant-card {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 330px;
    margin-bottom: 0;
  }

  .hrm_consultant-card:before {
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transition: -webkit-box-shadow .2s linear;
    transition: -webkit-box-shadow .2s linear;
    transition: box-shadow .2s linear;
    transition: box-shadow .2s linear, -webkit-box-shadow .2s linear;
  }

  .hrm_consultant-card:hover:before {
    -webkit-box-shadow: inset 3px 0 #a6a08a, inset -3px 0 #a6a08a, inset 0 3px #a6a08a, inset 0 -3px #a6a08a;
    box-shadow: inset 3px 0 #a6a08a, inset -3px 0 #a6a08a, inset 0 3px #a6a08a, inset 0 -3px #a6a08a;
  }

  .hrm_consultant-card:nth-of-type(2n) {
    margin: 0 25px;
  }

  .hrm_consultant-card--new:after {
    font-size: 12px;
    line-height: 20px;
    width: 52px;
  }

  .hrm_consultant-card__box {
    padding: 16px 20px 15px;
    border: 0;
  }

  .hrm_consultant-card__name {
    margin-bottom: 11px;
  }

  .hrm_consultant-card dt {
    font-size: 18px;
    margin-right: 15px;
  }

  .hrm_consultant-card dd {
    font-size: 16px;
  } */

  .hrm_consultant-detail-hero {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 1040px;
    height: 450px;
    margin: 0 auto;
    padding: 55px 40px 60px;
  }

  .hrm_consultant-detail-hero > div:first-of-type {
    position: static;
    margin-bottom: 28px;
  }

  .hrm_consultant-detail-hero h2 {
    font-size: 32px;
    position: static;
    margin: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .hrm_consultant-detail-hero > p:first-of-type {
    font-size: 16px;
    margin: 0 0 3px;
  }

  .hrm_consultant-detail-hero dl {
    margin: 0 0 26px;
  }

  .hrm_consultant-detail-hero dt {
    font-size: 24px;
    margin-right: 14px;
  }

  .hrm_consultant-detail-hero dd {
    font-size: 16px;
  }

  .hrm_consultant-detail-hero img {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    margin: 0;
  }

  .hrm_consultant-detail-hero > div:last-of-type {
    display: table-cell;
    width: 316px;
    height: 177px;
    padding: 0 24px 0 0;
  }

  .hrm_consultant-detail-hero iframe {
    height: 177px;
  }

  .hrm_consultant-detail-hero > p:last-of-type {
    position: relative;
    bottom: 7px;
    display: table-cell;
    width: 370px;
    vertical-align: top;
  }

  .hrm_consultant-detail-hero--small > p:last-of-type {
    width: 225px;
  }

  .hrm_consultant-detail-box {
    margin-bottom: 77px;
  }

  .hrm_consultant-detail-box:last-of-type {
    margin-bottom: 40px;
  }

  .hrm_consultant-detail-box .hrm_.small-heading {
    margin-bottom: 10px;
  }

  .hrm_consultant-detail-box .hrm_.text + .hrm_.button {
    margin-top: 53px;
  }

  .hrm_consultant-detail-box p + h4 {
    margin-top: 53px;
  }

  .hrm_consultant-detail-box__table {
    font-size: 16px;
    line-height: 2.25;
    margin-bottom: 60px;
  }

  .hrm_consultant-detail-box__table th,
  .hrm_consultant-detail-box__table td {
    padding: 15px 25px;
  }

  .hrm_consultant-detail-box__table th {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 200px;
  }

  .hrm_consultant-detail-box__table span {
    margin-top: -11px;
  }

  .hrm_consultant-detail-voice {
    font-size: 16px;
    line-height: 1.875;
    margin-bottom: 80px;
    padding-left: 60px;
  }

  .hrm_consultant-detail-voice li {
    margin-bottom: 20px;
    padding: 14px 19px;
    border-radius: 8px;
  }

  .hrm_consultant-detail-voice li:before {
    top: 8px;
    left: -60px;
    width: 35px;
    height: 40px;
    background-size: auto;
  }

  .hrm_consultant-detail-voice li:after {
    top: 20px;
    left: -24px;
    border-width: 12px;
  }

  .hrm_consultant-detail-course {
    margin-bottom: 80px;
    padding: 20px 52px 18px 24px;
  }

  .hrm_consultant-detail-course:before {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    content: '';
    -webkit-transition: width .2s linear, opacity .4s ease-out;
    transition: width .2s linear, opacity .4s ease-out;
    opacity: 0;
    background-color: #8da4c5;
  }

  .hrm_consultant-detail-course:after {
    right: 25px;
    width: 8px;
    height: 14px;
    -webkit-transition: right .2s .1s linear;
    transition: right .2s .1s linear;
    background-size: 8px;
  }

  .hrm_consultant-detail-course:hover:before {
    width: 100%;
    opacity: 1;
  }

  .hrm_consultant-detail-course:hover:after {
    right: 20px;
    background-image: url(/assets/images/hrm/common_new/ico-arrow-white.png);
  }

  .hrm_consultant-detail-course:hover p {
    color: #fff;
  }

  .hrm_consultant-detail-course p:first-of-type {
    font-size: 18px;
    margin-bottom: 3px;
    -webkit-transition: color .2s ease-out;
    transition: color .2s ease-out;
  }

  .hrm_consultant-detail-course p:last-of-type {
    margin-bottom: 8px;
    -webkit-transition: color .2s ease-out;
    transition: color .2s ease-out;
  }

  .hrm_consultant-detail-course ul {
    line-height: 22px;
  }

  .hrm_consultant-detail-course li {
    font-size: 12px;
    margin: 0 5px 5px 0;
    padding: 0 15px;
  }

  .hrm_consultant-detail-profile {
    margin-bottom: 60px;
    padding: 20px 24px 9px;
  }

  .hrm_consultant-detail-profile h5 {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .hrm_consultant-detail-profile > div:first-of-type {
    display: table-cell;
    padding-right: 20px;
  }

  .hrm_consultant-detail-profile > div:last-of-type {
    display: table-cell;
    width: 792px;
    vertical-align: top;
  }

  .hrm_consultant-detail-profile div div {
    position: relative;
    margin-bottom: 16px;
    padding: 12px 21px 10px;
  }

  .hrm_consultant-detail-profile div p {
    font-size: 13px;
    margin-bottom: 6px;
  }

  .hrm_consultant-detail-profile div div dt,
  .hrm_consultant-detail-profile div div dd {
    margin-bottom: 0;
  }

  .hrm_consultant-detail-profile div div dt {
    font-size: 20px;
    margin-right: 14px;
  }

  .hrm_consultant-detail-profile div div dd {
    font-size: 13px;
  }

  .hrm_consultant-detail-profile ul {
    position: absolute;
    top: 27px;
    right: 15px;
  }

  .hrm_consultant-detail-profile > div > dl {
    font-size: 16px;
    line-height: 1.625;
  }

  .hrm_consultant-detail-profile > div > dl dd {
    margin-bottom: 11px;
  }

  .hrm_report-items {
    margin-bottom: 80px;
  }

  .hrm_report-item {
    position: relative;
    min-height: 284px;
    margin-bottom: 30px;
    padding: 0 0 30px 230px;
  }

  .hrm_report-item:after {
    display: block;
    clear: both;
    content: '';
  }

  .hrm_report-item--new:before {
    font-size: 12px;
    line-height: 20px;
    width: 52px;
    margin-bottom: 7px;
  }

  .hrm_report-item__title {
    font-size: 22px;
    position: relative;
    bottom: 6px;
    margin-bottom: -2px;
  }

  .hrm_report-item__lead {
    font-size: 18px;
    margin-bottom: 4px;
  }

  .hrm_report-item__info {
    font-size: 14px;
    margin-bottom: 12px;
  }

  .hrm_report-item__image {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
  }

  .hrm_report-item__image a {
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
  }

  .hrm_report-item__image a:hover {
    opacity: .8;
  }

  .hrm_report-item__text {
    font-size: 16px;
    line-height: 1.875;
    position: static;
    margin-bottom: 8px;
  }

  .hrm_report-item__button {
    float: right;
    margin-top: 20px;
  }

  .hrm_whitepaper-box {
    padding-top: 0;
  }

  .hrm_whitepaper-box > p {
    font-size: 16px;
    line-height: 1.625;
    margin-bottom: 53px;
  }

  .hrm_whitepaper-item {
    margin-bottom: 60px;
  }

  .hrm_whitepaper-item--new:before {
    font-size: 12px;
    line-height: 20px;
    width: 52px;
  }

  .hrm_whitepaper-item > div:first-of-type {
    padding: 23px 25px 21px;
  }

  .hrm_whitepaper-item > div:first-of-type p {
    font-size: 14px;
    margin-bottom: 6px;
  }

  .hrm_whitepaper-item h2 {
    font-size: 22px;
  }

  .hrm_whitepaper-item > div:last-of-type {
    padding: 26px 25px 30px;
  }

  .hrm_whitepaper-item > div:last-of-type > p:first-of-type {
    font-size: 16px;
    line-height: 1.625;
    margin-bottom: 10px;
  }

  .hrm_whitepaper-item > div > div {
    margin: 25px 0 30px;
    padding: 21px 30px 20px;
  }

  .hrm_whitepaper-item div div div {
    display: table-cell;
    vertical-align: top;
  }

  .hrm_whitepaper-item div div div:first-of-type {
    width: 242px;
    padding-right: 20px;
  }

  .hrm_whitepaper-item div div div:nth-of-type(2) {
    padding: 0 20px 0 0;
    border-right: 1px dotted #c6c6c3;
    border-bottom: 0;
  }

  .hrm_whitepaper-item div div div:nth-of-type(2) p {
    font-size: 16px;
    position: relative;
    bottom: 4px;
    margin-bottom: 2px;
  }

  .hrm_whitepaper-item div div div:nth-of-type(2) p:before {
    top: 2px;
    width: 12px;
    height: 16px;
    margin-right: 10px;
    background-size: 12px;
  }

  .hrm_whitepaper-item ol {
    font-size: 16px;
    line-height: 1.625;
  }

  .hrm_whitepaper-item ol li {
    margin-bottom: 8px;
    padding-left: 34px;
  }

  .hrm_whitepaper-item div div div:last-of-type {
    width: 231px;
    padding-left: 20px;
  }

  .hrm_whitepaper-item div div ul {
    overflow: hidden;
    margin-bottom: 13px;
  }

  .hrm_whitepaper-item div div ul a {
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
  }

  .hrm_whitepaper-item div div ul a:hover {
    opacity: .6;
  }

  .hrm_whitepaper-item div div ul a:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  .hrm_whitepaper-item div div div:last-of-type img {
    -webkit-transition: -webkit-transform .2s linear;
    transition: -webkit-transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear, -webkit-transform .2s linear;
  }

  .hrm_whitepaper-item div div div:last-of-type p {
    font-size: 16px;
    line-height: 40px;
    float: right;
    width: 220px;
  }

  .hrm_whitepaper-item div div div:last-of-type p a {
    -webkit-transition: color .2s ease-out, background-color .2s ease-out;
    transition: color .2s ease-out, background-color .2s ease-out;
  }

  .hrm_whitepaper-item div div div:last-of-type p a:before {
    top: 2px;
    width: 17px;
    height: 16px;
    margin-right: 11px;
    -webkit-transition: -webkit-transform .2s linear;
    transition: -webkit-transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear, -webkit-transform .2s linear;
    background-size: 34px;
  }

  .hrm_whitepaper-item div div div:last-of-type p a:hover {
    color: #fff;
    background-color: #8da4c5;
  }

  .hrm_whitepaper-item div div div:last-of-type p a:hover:before {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    background-position: -17px;
  }

  .hrm_brochure-box {
    margin-bottom: 80px;
  }

  .hrm_brochure-box:after {
    display: block;
    clear: both;
    content: '';
  }

  .hrm_brochure-box:last-of-type {
    margin-bottom: 0;
  }

  .hrm_brochure-box + p {
    position: relative;
    bottom: 10px;
    margin-bottom: -10px;
  }

  .hrm_brochure-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 70px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .hrm_brochure-item {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 490px;
    margin-bottom: 0;
    padding: 0 0 0 228px;
    border-bottom: 0;
  }

  .hrm_brochure-item:nth-of-type(odd) {
    float: left;
  }

  .hrm_brochure-item:nth-of-type(even) {
    float: right;
  }

  .hrm_brochure-item--new .hrm_brochure-item__title {
    margin-bottom: 7px;
  }

  .hrm_brochure-item--new .hrm_brochure-item__title:before {
    font-size: 12px;
    line-height: 20px;
    width: 52px;
    margin-bottom: 4px;
  }

  .hrm_brochure-item__title {
    font-size: 18px;
    bottom: 5px;
    margin-bottom: 2px;
  }

  .hrm_brochure-item__info {
    font-size: 14px;
    margin-bottom: 7px;
  }

  .hrm_brochure-item__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 198px;
  }

  .hrm_brochure-item__box {
    padding-bottom: 108px;
  }

  .hrm_brochure-item__text {
    font-size: 16px;
    line-height: 1.625;
    margin-bottom: 10px;
  }

  .hrm_brochure-item__buttons {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-bottom: 0;
  }

  .hrm_brochure-item__button {
    font-size: 16px;
    line-height: 40px;
    width: 260px;
    margin-bottom: 10px;
  }

  .hrm_brochure-item__button a {
    -webkit-transition: color .2s ease-out, background-color .2s ease-out;
    transition: color .2s ease-out, background-color .2s ease-out;
  }

  .hrm_brochure-item__button a:before {
    top: 1px;
    width: 19px;
    height: 14px;
    margin-right: 11px;
    -webkit-transition: -webkit-transform .2s linear;
    transition: -webkit-transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear, -webkit-transform .2s linear;
    background-size: 38px;
  }

  .hrm_brochure-item__button a:hover {
    color: #fff;
    background-color: #95aac9;
  }

  .hrm_brochure-item__button a:hover:before {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    background-position: -19px;
  }

  .hrm_mailmagazine-hero {
    height: 339px;
    margin-bottom: 50px;
    padding-top: 41px;
    padding-bottom: 0;
  }

  .hrm_mailmagazine-hero:before {
    width: 48px;
    height: 48px;
    margin-bottom: 21px;
    background-size: auto;
  }

  .hrm_mailmagazine-hero p:first-of-type {
    font-size: 28px;
    margin-bottom: 18px;
  }

  .hrm_mailmagazine-hero p:nth-of-type(2) {
    width: 850px;
    margin: 0 auto 33px;
  }

  .hrm_mailmagazine-hero p:last-of-type {
    font-size: 18px;
    width: 540px;
  }

  .hrm_mailmagazine-box div {
    overflow-x: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 840px;
    margin: 0 auto;
    padding: 43px 80px 22px;
  }

  .hrm_news-box {
    margin-bottom: 60px;
  }

  .hrm_news-box:last-of-type {
    margin-bottom: 60px;
  }

  .hrm_news-box h2 {
    margin-bottom: 25px;
  }

  .hrm_news-box div {
    padding: 21px 0;
  }

  .hrm_news-box time {
    font-size: 16px;
    margin-right: 23px;
  }

  .hrm_news-box span {
    font-size: 13px;
    line-height: 21px;
    width: 128px;
    margin: 0 20px 0 0;
  }

  .hrm_news-box h3 {
    font-size: 16px;
    display: inline-block;
    width: 770px;
    vertical-align: top;
  }

  .hrm_news-box h3 a:hover {
    text-decoration: underline;
    color: #8da4c5;
  }

  .hrm_news-detail-box {
    margin-top: 57px;
    margin-bottom: 60px;
    padding-top: 0;
  }

  .hrm_news-detail-box time {
    font-size: 16px;
    margin-right: 14px;
  }

  .hrm_news-detail-box__category {
    font-size: 13px;
    line-height: 21px;
    width: 128px;
    margin-bottom: 13px;
  }

  .hrm_news-detail-box h2 {
    font-size: 28px;
    margin-bottom: 49px;
  }

  .hrm_news-detail-box p {
    font-size: 16px;
    line-height: 1.875;
  }

  .hrm_news-detail-box__panel {
    margin-top: 53px;
    padding: 28px 29px 6px;
  }

  .hrm_news-detail-box__panel h4 {
    font-size: 18px;
    margin-bottom: 4px;
  }

  .hrm_news-detail-box h3 {
    margin-top: 100px;
  }

  .hrm_news-detail-box__table {
    font-size: 16px;
    line-height: 1.625;
  }

  .hrm_news-detail-box__table th,
  .hrm_news-detail-box__table td {
    display: table-cell;
    padding: 20px 25px;
  }

  .hrm_news-detail-box__table th {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 200px;
    border-right: 1px solid #ddd;
  }

  .hrm_news-detail-box__table p {
    margin-bottom: 6px;
  }

  .hrm_news-detail-box .hrm_news-detail-box__table__image-cell {
    padding: 25px 25px 8px;
  }

  .hrm_news-detail-box .hrm_caption-images {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hrm_news-detail-box .hrm_caption-image:first-of-type {
    margin-right: 20px;
  }

  .hrm_news-detail-box .hrm_caption-images p {
    font-size: 14px;
    line-height: normal;
  }

  .hrm_news-detail-box .hrm_caption-images + .caption-images {
    margin-top: 13px;
  }

  .hrm_news-detail-box .hrm_sub-heading {
    margin-top: 80px;
  }

  .hrm_news-detail-box__contact {
    margin-top: 73px;
    padding: 20px 24px 4px;
  }

  .hrm_news-detail-box__contact h5 {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .hrm_error-box {
    padding: 120px 0 0;
  }

  .hrm_error-box p:first-of-type {
    font-size: 28px;
    margin-bottom: 41px;
  }

  .hrm_error-box p:nth-of-type(2) {
    margin-bottom: 43px;
  }

  .sl-wrapper button {
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
  }

  .sl-wrapper button:hover {
    opacity: .6;
  }

  .sl-wrapper .sl-close {
    top: 54px;
    right: 54px;
  }

  .sl-wrapper .sl-close:before {
    width: 60px;
    height: 5px;
  }

  .sl-wrapper .sl-close:after {
    width: 5px;
    height: 60px;
  }

  .sl-wrapper .sl-navigation button {
    width: 44px;
    background-size: auto;
  }

  .sl-wrapper .sl-navigation button.sl-next {
    right: 150px;
  }

  .sl-wrapper .sl-navigation button.sl-prev {
    left: 150px;
  }

  html {
    font-size: 100%;
    /*min-width: 1040px;*/
  }
}

@media print, screen and (min-width: 813px) and (min-width: 1100px) {
  nav div:first-of-type > ul:first-of-type li {
    font-size: 15px;
  }

  nav div:first-of-type > ul:first-of-type li + li {
    margin-left: 50px;
  }

  nav .hrm_menu li {
    width: 245px;
  }
}

@media print, screen and (min-width: 813px) and (min-width: 1050px) {
  .hrm_menu--fixed nav div:first-of-type > ul:first-of-type li {
    font-size: 13px;
  }
}

@media print, screen and (min-width: 813px) and (min-width: 1200px) {
  .hrm_menu--fixed nav div:first-of-type > ul:first-of-type {
    margin-right: 223px;
  }

  .hrm_menu--fixed nav div:first-of-type > ul:first-of-type li + li {
    margin-left: 30px;
  }
}

@media print, screen and (min-width: 813px) and (min-width: 960px) {
  nav div:first-of-type > ul:first-of-type li {
    font-size: 14px;
  }

  nav div:first-of-type > ul:first-of-type li + li {
    margin-left: 35px;
  }

  nav .hrm_menu li {
    width: 305px;
  }

  nav .hrm_menu a {
    padding: 0;
  }

  nav #organization li:first-child {
    width: 300px;
  }
}

@media print, screen and (max-width: 1200px) {
	nav div:first-of-type > ul:first-of-type li + li{
		margin-left: 2vw;
	}
}

@media (min-width: 50em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }

  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
/*# sourceMappingURL=maps/style.css.map */


/* ======= 1/10/(Thu) add str ======*/

.jhc_float_bnr {
    display: block;
    /* position: fixed; */
    /* right: 30px; */
    /* z-index: 100; */
    /* top: 85%; */
    z-index: 1;
    height: 100%;
    overflow: hidden;
}
.float_bnr_wrap {
    display: block;
    position: fixed;
    right: -18px;
    bottom: 105px;
    z-index: 100;
    font-family: YuGothic, 'Yu Gothic', sans-serif, Helvetica, Arial, '繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3', 'Hiragino Kaku Gothic Pro', '貂ｸ繧ｴ繧ｷ繝�け菴�', YuGothic, '繝｡繧､繝ｪ繧ｪ', Meiryo, '�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け', sans-serif;
}
.float_bnr_close {
    display: block;
    color: #2154a0;
    /* font-weight: bold; */
    background: #fff;
    width: 40px;
    height: 40px;
    position: absolute;
    border-radius: 50%;
    right: 18px;
    top: -20px;
    box-shadow: 2px 0px 20px 5px rgba(51, 51, 51, 0.21);
    -webkit-box-shadow: 2px 0px 20px 5px rgba(51, 51, 51, 0.21);
    -moz-box-shadow: 2px 0px 20px 5px rgba(51, 51, 51, 0.21);
    -o-box-shadow: 2px 0px 20px 5px rgba(51, 51, 51, 0.21);
    -ms-box-shadow: 2px 0px 20px 5px rgba(51, 51, 51, 0.21);
    z-index: 2;
}
.float_bnr_close span {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-weight: bold;
    font-size: 17px;
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .float_bnr_close span { top: 23px !important; } /* IE11 */
}
.float_bnr_sp {
    display: none !important;
}
.jhc_benefit_jhc__button_la_br{
    display: none;
}
.float_bnr_detail {
    display: inline-block;
    background: #fff;
    padding: 2px 19px 2px 11px;
    /* text-align: right; */
    float: right;
    border-radius: 5px 0 0 0;
    color: #2154a0;
    font-weight: bold;
    font-size: 13px;
    position: relative;
    margin-top: 2px;
}
.float_bnr_detail:after {
    content: "";
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #2154a0;
    position: absolute;
    right: 7px;
    top: 6px;
}

.jhc_float_bnr p:last-child {
    margin-top: 5px;
    display: block;
}

@media screen and (max-width: 600px){

  body > nav {
    z-index: 15;
    position: relative;
  }

	.float_bnr_pc {
		display: none;
	}

	.float_bnr_sp {
		display: block !important;
	}
	.float_bnr_wrap {
		/* background: red; */
		bottom: 0px;
		right: 0;
		width: 100%;
		/* background-image: url(../images/float_bnr_shrmbg.png); */
		padding: 0;
		box-shadow: 2px 0px 20px 5px rgba(51, 51, 51, 0.21);
		-webkit-box-shadow: 2px 0px 20px 5px rgba(51, 51, 51, 0.21);
		-moz-box-shadow: 2px 0px 20px 5px rgba(51, 51, 51, 0.21);
		-o-box-shadow: 2px 0px 20px 5px rgba(51, 51, 51, 0.21);
		-ms-box-shadow: 2px 0px 20px 5px rgba(51, 51, 51, 0.21);
	}

	img.float_bnr_sp {
		display: block;
		/* position: absolute; */
		/* bottom: 0px; */
		/* 		width: 32%; */
		/* 		left: 0px; */
	}

	p.float_bnr_sp {
		color: #fff;
		text-align: center;
		font-weight: bold;
		line-height: 1.3;
		margin-left: 28%;
		letter-spacing: 0.03em;
		font-size: 13px;
		margin-bottom: 4px;
	}
	p.float_bnr_sp span {
		font-weight: bold;
		font-size: 135%;
	}
    p.float_bnr_sp > br {
        display: none;
    }

    .float_bnr_close {
        right: 0;
        top: -15px;
    }
}

@media screen and (max-width: 400px){

	p.float_bnr_sp > br {
		display:block;
	}
	p.float_bnr_sp:last-child {
		margin-top: -12px;
	}
	img.float_bnr_sp {
		width: 42%;
	}
    p.float_bnr_sp {
        margin-left: 33%;
    }

    .float_bnr_close {
        right: 0;
        bottom: 108px;
    }
}



/* 繝輔Ο繝ｼ繝�ぅ繝ｳ繧ｰ繝舌リ繝ｼ */
main#main > div.floating-banner {
  width:100%;
  height:80px;
  background-color:#004ea1;
  position:fixed;
  bottom:0;
  left:0;
  z-index:15;
}


main#main > div.floating-banner .floating-banner-inner {
  position: relative;
  width:700px;
  height:100%;
  margin-right:auto;
  margin-left:auto;
  background-color:#004ea1;
  display:flex;
  align-items: center;
  justify-content: center;
}

main#main > div.floating-banner .floating-banner-inner a.close-button.float_bnr_close {
  cursor: pointer;
  position:absolute;
  right:20px;
  top:-10px;

  display: inline;
  color: #2154a0;
  background: transparent;
  width: auto;
  height: auto;
  border-radius: 0;
  transition:opacity .3s;
}

main#main > div.floating-banner .floating-banner-inner a.close-button.float_bnr_close:hover {
  opacity:.9;
}

main#main > div.floating-banner .floating-banner-inner div.left {

}

main#main > div.floating-banner .floating-banner-inner div.right {

}

main#main > div.floating-banner .floating-banner-inner div.right p.detail-btn {
  position: relative;
  width:150px;
  height:45px;
  border:1px solid #fff;
  border-radius:5px;
  display:flex;
  justify-content: center;
  align-items: center;
  color:#fff;
  box-sizing: border-box;
  font-size:12px;
  margin-left:20px;
}


main#main > div.floating-banner .floating-banner-inner div.right p.detail-btn .arrow {
  position:absolute;
  right:14px;
  bottom:50%;
  transform:translateY(50%);
  transition:right .3s;
}


main#main > div.floating-banner .floating-banner-inner div.right p.detail-btn:hover .arrow {
  right:9px;
}

.sp_nav_blue_bt a{
    background: #00a4e5;
    color: #fff;
    border-radius: 50px;
    display: block;
    padding: 12px 5px;
    width: 70%;
    margin: 25px auto;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
}

@media screen and (max-width: 767px){
  main#main > div.floating-banner {
    height:16vw;
  }
  main#main > div.floating-banner .floating-banner-inner {
    width:100%;
  }
  main#main > div.floating-banner .floating-banner-inner div.left img{
    width:48.533vw;
  }

  main#main > div.floating-banner .floating-banner-inner div.right p.detail-btn {
    width:40vw;
    height:10.666vw;
    font-size:3.2vw;
  }

  main#main > div.floating-banner .floating-banner-inner a.close-button.float_bnr_close {
    right:1.333vw;
    top:-6.65vw;
  }

  main#main > div.floating-banner .floating-banner-inner a.close-button.float_bnr_close img {
    width:6.666vw;
  }
}