@charset "UTF-8";
/*!
 Theme Name:   HEROZ Theme
 Description:  HEROZ Theme
 Author:       nudo.inc
 Author URI:   http://nudo.jp/
 Template:     heroz_base
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  heroz
*/
/*! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
/* Document (https://html.spec.whatwg.org/multipage/semantics.html#semantics)
   ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat;
  /* 1 */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  /* 2 */ }

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritence in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */ }

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Prevent font size adjustments after orientation changes in IE and iOS.
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  cursor: default;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections (https://html.spec.whatwg.org/multipage/semantics.html#sections)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

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

/**
 * 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 (https://html.spec.whatwg.org/multipage/semantics.html#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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none; }

/**
 * 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 (https://html.spec.whatwg.org/multipage/semantics.html#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 Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

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

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

/**
 * 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 {
  background-color: #ffff00;
  color: #000000; }

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

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none; }

/* Embedded content (https://html.spec.whatwg.org/multipage/embedded-content.html#embedded-content)
   ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

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

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg {
  fill: currentColor; }

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

/* Tabular data (https://html.spec.whatwg.org/multipage/tables.html#tables)
   ========================================================================== */
/**
 * Collapse border spacing
 */
table {
  border-collapse: collapse; }

/* Forms (https://html.spec.whatwg.org/multipage/forms.html#forms)
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0; }

/**
 * Inherit styling in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  background-color: transparent;
  color: inherit;
  font-size: inherit;
  line-height: inherit; }

/**
 * 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 {
  border-style: none;
  padding: 0; }

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

/**
 * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 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 */ }

/**
 * 1. Remove the default vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 2 */ }

/**
 * 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"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 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 {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive elements (https://html.spec.whatwg.org/multipage/forms.html#interactive-elements)
   ========================================================================== */
/*
 * 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 (https://html.spec.whatwg.org/multipage/scripting.html#scripting-3)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* User interaction (https://html.spec.whatwg.org/multipage/interaction.html#editing)
   ========================================================================== */
/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation; }

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

/* ARIA (https://w3c.github.io/html-aria/)
   ========================================================================== */
/**
 * Change the cursor on busy elements (opinionated).
 */
[aria-busy="true"] {
  cursor: progress; }

/*
 * Change the cursor on control elements (opinionated).
 */
[aria-controls] {
  cursor: pointer; }

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */
[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute; }

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */
[aria-disabled] {
  cursor: default; }

:root {
  --root-box-sizing: border-box; }

@font-face {
  font-family: 'heroz';
  src: url("/cms/wp-content/themes/heroz/assets/font/HerozSansCJKjp.woff") format("woff"); }

@font-face {
  font-family: 'herozLight';
  src: url("/cms/wp-content/themes/heroz/assets/font/NotoSansCJKjp-Regular.woff2") format("woff2"), url("/cms/wp-content/themes/heroz/assets/font/NotoSansCJKjp-Regular.woff") format("woff"), url("/cms/wp-content/themes/heroz/assets/font/NotoSansCJKjp-Regular.otf") format("opentype"); }

@font-face {
  font-family: 'herozMedium';
  src: url("/cms/wp-content/themes/heroz/assets/font/NotoSansCJKjp-Bold.woff2") format("woff2"), url("/cms/wp-content/themes/heroz/assets/font/NotoSansCJKjp-Bold.woff") format("woff"), url("/cms/wp-content/themes/heroz/assets/font/NotoSansCJKjp-Bold.otf") format("opentype"); }

/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .chosen-container * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    z-index: 1010;
    width: 100%;
    border: 1px solid #aaa;
    border-top: 0;
    background: #fff;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
            box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    clip: rect(0, 0, 0, 0);
    -webkit-clip-path: inset(100% 100%);
            clip-path: inset(100% 100%); }
  .chosen-container.chosen-with-drop .chosen-drop {
    clip: auto;
    -webkit-clip-path: none;
            clip-path: none; }
  .chosen-container a {
    cursor: pointer; }
  .chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
    margin-right: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
    color: #999999; }
    .chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
      content: ":";
      padding-left: 2px;
      vertical-align: top; }

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 4px 12px;
  height: 34px;
  border: 1px solid #f6770f;
  background-color: #fff;
  background-clip: padding-box;
  color: #f6770f;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px; }

.chosen-container-single .chosen-default {
  color: #999; }

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px; }

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  font-size: 1px; }
  .chosen-container-single .chosen-single abbr:hover {
    background-position: -42px -10px; }

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%; }
  .chosen-container-single .chosen-single div b {
    display: block;
    position: absolute;
    top: 50%;
    width: 12px;
    height: 12px;
    border-right: solid 1px #f6770f;
    border-bottom: solid 1px #f6770f;
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: rotate(45deg) translate(-12px, -10%);
        -ms-transform: rotate(45deg) translate(-12px, -10%);
            transform: rotate(45deg) translate(-12px, -10%); }

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap; }
  .chosen-container-single .chosen-search input[type="text"] {
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #aaa;
    font-size: 1em;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0; }

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box; }

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
          clip-path: inset(100% 100%); }

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch; }
  .chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 5px 6px;
    list-style: none;
    line-height: 15px;
    word-wrap: break-word;
    -webkit-touch-callout: none; }
    .chosen-container .chosen-results li.active-result {
      display: list-item;
      cursor: pointer; }
    .chosen-container .chosen-results li.disabled-result {
      display: list-item;
      color: #ccc;
      cursor: default; }
    .chosen-container .chosen-results li.highlighted {
      background-color: #3875d7;
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
      background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
      background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
      color: #fff; }
    .chosen-container .chosen-results li.no-results {
      color: #777;
      display: list-item;
      background: #f4f4f4; }
    .chosen-container .chosen-results li.group-result {
      display: list-item;
      font-weight: bold;
      cursor: default; }
    .chosen-container .chosen-results li.group-option {
      padding-left: 15px; }
    .chosen-container .chosen-results li em {
      font-style: normal;
      text-decoration: underline; }

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: -webkit-linear-gradient(#eee 1%, #fff 15%);
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text; }

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none; }
  .chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap; }
    .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
      margin: 1px 0;
      padding: 0;
      height: 25px;
      outline: 0;
      border: 0 !important;
      background: transparent !important;
      -webkit-box-shadow: none;
              box-shadow: none;
      color: #999;
      font-size: 100%;
      font-family: sans-serif;
      line-height: normal;
      border-radius: 0;
      width: 25px; }
  .chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 3px 5px 3px 0;
    padding: 3px 20px 3px 5px;
    border: 1px solid #aaa;
    max-width: 100%;
    border-radius: 3px;
    background-color: #eeeeee;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
    background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-size: 100% 19px;
    background-repeat: repeat-x;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    color: #333;
    line-height: 13px;
    cursor: default; }
    .chosen-container-multi .chosen-choices li.search-choice span {
      word-wrap: break-word; }
    .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
      position: absolute;
      top: 4px;
      right: 3px;
      display: block;
      width: 12px;
      height: 12px;
      font-size: 1px; }
      .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
        background-position: -42px -10px; }
  .chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    border: 1px solid #ccc;
    background-color: #e4e4e4;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
    background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    color: #666; }
  .chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4; }
    .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
      background-position: -42px -10px; }

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0; }

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default; }

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eee), color-stop(80%, #fff));
  background-image: -webkit-linear-gradient(#eee 20%, #fff 80%);
  background-image: linear-gradient(#eee 20%, #fff 80%);
  -webkit-box-shadow: 0 1px 0 #fff inset;
          box-shadow: 0 1px 0 #fff inset; }

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent; }
  .chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 2px; }

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }
  .chosen-container-active .chosen-choices li.search-field input[type="text"] {
    color: #222 !important; }

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default; }
  .chosen-disabled .chosen-single {
    cursor: default; }
  .chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default; }

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right; }
  .chosen-rtl .chosen-single {
    overflow: visible;
    padding: 0 8px 0 0; }
  .chosen-rtl .chosen-single span {
    margin-right: 0;
    margin-left: 26px;
    direction: rtl; }
  .chosen-rtl .chosen-single-with-deselect span {
    margin-left: 38px; }
  .chosen-rtl .chosen-single div {
    right: auto;
    left: 3px; }
  .chosen-rtl .chosen-single abbr {
    right: auto;
    left: 26px; }
  .chosen-rtl .chosen-choices li {
    float: right; }
    .chosen-rtl .chosen-choices li.search-field input[type="text"] {
      direction: rtl; }
    .chosen-rtl .chosen-choices li.search-choice {
      margin: 3px 5px 3px 0;
      padding: 3px 5px 3px 19px; }
      .chosen-rtl .chosen-choices li.search-choice .search-choice-close {
        right: auto;
        left: 4px; }
  .chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0; }
  .chosen-rtl .chosen-results li.group-option {
    padding-right: 15px;
    padding-left: 0; }
  .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: none; }
  .chosen-rtl .chosen-search input[type="text"] {
    padding: 4px 5px 4px 20px;
    direction: rtl; }
  .chosen-rtl.chosen-container-single .chosen-single div b {
    background-position: 6px 2px; }
  .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
    background-position: -12px 2px; }

/* @end */
/* @group Retina compatibility */

/* @end */
@-webkit-keyframes gradient {
  0% {
    background-position: 0 0; }
  100% {
    background-position: -200% 0; } }
@keyframes gradient {
  0% {
    background-position: 0 0; }
  100% {
    background-position: -200% 0; } }

.l-container {
  max-width: 1368px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px; }
  .l-container.is-760 {
    max-width: 840px;
    padding-left: 40px;
    padding-right: 40px; }
  .l-container.is-960 {
    max-width: 1040px;
    padding-left: 40px;
    padding-right: 40px; }
  .l-container.is-shdow-up {
    -webkit-box-shadow: 0 -10px 10px 0 rgba(0, 0, 0, 0.02);
            box-shadow: 0 -10px 10px 0 rgba(0, 0, 0, 0.02); }

.l-page-body {
  padding-top: 122px; }
   .is-page-top .l-page-body, .is-page-news .l-page-body, .is-page-contact .l-page-body, .is-page-404 .l-page-body, .is-page-privacy .l-page-body, .is-page-guideline .l-page-body {
    padding-top: 60px; }

.l-pc-2colum__inner {
  margin-left: -16px;
  margin-right: -16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.l-pc-2colum__item {
  width: 50%;
  padding-left: 16px;
  padding-right: 16px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }

.l-pc-3-sp-2colum__inner {
  margin-left: -16px;
  margin-right: -16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.l-pc-3-sp-2colum__item {
  width: calc(100% / 3);
  padding-left: 16px;
  padding-right: 16px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }

.l-pc-3colum__inner {
  margin-left: -16px;
  margin-right: -16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.l-pc-3colum__item {
  width: calc(100% / 3);
  padding-left: 16px;
  padding-right: 16px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
  .is-fit .l-pc-3colum__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
            align-content: stretch;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch; }

.l-site-footer {
  position: relative;
  background-color: #f2f2f2; }

.l-site-footer__upper {
  padding-top: 80px;
  padding-bottom: 80px;
  border-bottom: solid 1px #d4d4d4; }

.l-site-footer__bottom {
  padding-top: 24px;
  padding-bottom: 24px; }

.l-site-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
  background-color: #fff; }

.p-access-frame__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.p-access-frame__map {
  width: 50%; }

.p-access-frame__data {
  padding-left: 40px; }

.p-archive-list {
  margin-bottom: 30px; }

.p-archive-list__item + .p-archive-list__item {
  border-top: solid 1px #e1e1e1; }

.p-archive-list__link {
  display: block;
  text-decoration: none;
  color: inherit;
  padding: 8px 0; }

.p-archive-list__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center; }

.p-archive-list__date {
  padding-right: 16px; }

.p-archive-list__label {
  padding-right: 16px; }

.p-archive-list__title p {
  margin: 0;
  font-size: 13px; }

.p-b2c-app__item + .p-b2c-app__item {
  margin-top: 72px;
  padding-top: 72px;
  border-top: solid 1px #e1e1e1; }

.p-board-frame__01 {
  padding-bottom: 100px;
  border-bottom: solid 1px #e1e1e1; }
  .p-board-frame__01.is-en {
    border-bottom: none; }

.p-board-frame__02 {
  padding-top: 88px; }

.p-board-profile-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 15px; }

.p-board-profile-list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .p-board-profile-list__item:before {
    content: '-';
    display: inline-block;
    margin-right: 8px; }
  .p-board-profile-list__item .p-board-profile-list__date {
    display: inline-block;
    margin-right: 8px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
  .p-board-profile-list__item + .p-board-profile-list__item {
    margin-top: 8px; }

.p-card01 {
  border: solid 1px #e1e1e1; }

.p-card01__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.p-card01__image {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
  .p-card01__image.is-500 {
    width: 500px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }

.p-card01__main {
  padding: 15px 30px; }

.p-card01__title {
  margin: 16px 0;
  font-weight: normal;
  font-size: 26px; }

.p-card01__text {
  font-size: 16px; }

.p-card02 {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto; }
  .p-card02 + .p-card02 {
    margin-top: 80px; }

.p-card02__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.p-card02__image {
  width: 340px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }

.p-card02__main {
  padding-left: 32px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.p-card03__sp-title p {
  margin: 0;
  line-height: 1.6; }

.p-card03__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }

.p-card03__picture {
  width: 460px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }

.p-card03__main {
  padding-right: 24px; }
  .p-card03__main p {
    margin: 0;
    line-height: 1.6; }

.p-card03__pc-title p {
  margin: 0; }

.p-card05__inner:after {
  content: "";
  display: table;
  clear: both; }

.p-card05__icon {
  float: left;
  margin-right: 40px; }

.p-card05__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center; }

.p-card05__body {
  float: left;
  width: calc(100% - 200px); }

.p-card05__links-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0 -6px; }

.p-card05__links-item {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 186px;
  padding: 6px; }

.p-card05__link {
  margin: 0 0 0 50px; }

.p-card06__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center; }

.p-card06__sp-block {
  display: none; }

.p-card06__photo {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0; }

.p-card06__main {
  padding-left: 40px; }
  .p-card06__main p {
    margin: 0; }

.p-card06__title {
  font-weight: normal;
  font-size: 32px;
  line-height: 1.4; }

.p-card06__name {
  font-size: 20px; }

.p-card06__year {
  font-size: 16px; }

.p-card07 {
  padding: 40px;
  background-color: #f8f8f8;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto; }
  .p-card07 .c-textbox01 a {
    color: #f6770f; }

.p-card07__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.p-card07__item {
  width: 50%; }
  .p-card07__item:first-child {
    padding-right: 40px;
    border-right: solid 1px #e1e1e1; }
  .p-card07__item:last-child {
    padding-left: 40px; }

.p-card08 {
  width: 100%;
  padding: 30px;
  border: solid 1px #e1e1e1; }

.p-card08__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.p-card08__date {
  margin: 0 16px 0 0;
  line-height: 1; }

.p-card08__text {
  margin-top: 12px;
  margin-bottom: 0; }

.p-card08__link {
  display: block;
  color: inherit;
  text-decoration: none; }

.p-company-info {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  color: #4c4c4c; }

.p-company-info__list {
  margin: 0; }

.p-company-info__item {
  padding-top: 24px;
  padding-bottom: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .p-company-info__item + .p-company-info__item {
    border-top: solid 1px #e1e1e1; }

.p-company-info__body {
  margin: 0; }
  .p-company-info__body p {
    margin: 0; }

.p-company-info__title {
  width: 200px;
  font-family: herozMedium; }

.p-contact-fields {
  font-size: 15px; }

.p-contact-fields__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch; }

.p-contact-fields__title {
  margin: 0;
  width: 300px;
  padding-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-weight: normal;
  font-family: herozMedium;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.p-contact-fields__detail {
  margin: 0;
  padding: 20px 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
  .p-contact-fields__detail input[type="text"],
  .p-contact-fields__detail input[type="tel"],
  .p-contact-fields__detail input[type="email"] {
    width: 100%;
    border: solid 1px #e1e1e1;
    padding: 8px; }

.p-contact-fields__2col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.p-contact-fields__2col-item {
  width: calc(50% - 7px); }

::-webkit-input-placeholder {
  color: #CCCCCC; }

:-ms-input-placeholder {
  color: #CCCCCC; }

::-ms-input-placeholder {
  color: #CCCCCC; }

::placeholder {
  color: #CCCCCC; }

.p-contact a {
  color: #f6770f; }

.p-contact .mwform-checkbox-field-text {
  display: none; }

.p-contact .mw_wp_form .error {
  color: #CC0000;
  font-size: 12px;
  position: absolute; }

.p-contact p {
  margin: 0; }

.p-contact__textarea {
  width: 100%;
  border: solid 1px #e1e1e1;
  height: 200px; }

.p-contact__button {
  padding: 12px;
  width: 360px;
  border: none; }
  .p-contact__button.is-back {
    background-color: #fff;
    border: solid 1px #e1e1e1;
    cursor: pointer;
    color: inherit; }
  .p-contact__button.is-submit, .p-contact__button.is-confirm {
    background-color: #f6770f;
    background-image: -webkit-gradient(linear, left top, right top, from(#f6770f), color-stop(#f6bd0f), to(#f6770f));
    background-image: -webkit-linear-gradient(left, #f6770f, #f6bd0f, #f6770f);
    background-image: linear-gradient(to right, #f6770f, #f6bd0f, #f6770f);
    background-size: 200% 100%;
    background-repeat: repeat;
    -webkit-animation: gradient 8s linear 0s infinite;
            animation: gradient 8s linear 0s infinite;
    cursor: pointer;
    color: #ffffff; }

.p-contact__checkbox-wrap .error {
  display: none !important; }

.p-contact__center-wrap .error {
  position: static !important; }

.p-en-footer-functions {
  border-left: solid 1px #d4d4d4;
  padding-left: 60px;
  width: 260px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.p-en-footer-functions__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.p-en-footer-functions__privacy {
  font-size: 14px;
  margin-top: 0; }
  .p-en-footer-functions__privacy a {
    color: inherit;
    text-decoration: none; }

.p-entry-btn-area {
  margin-top: 60px;
  padding: 30px;
  margin-bottom: 100px;
  text-align: center;
  background-color: #fff;
  background-image: -webkit-linear-gradient(135deg, #fff 25%, rgba(246, 119, 15, 0.2) 25%, rgba(246, 119, 15, 0.2) 37.5%, #fff 37.5%, #fff 75%, rgba(246, 119, 15, 0.2) 75%, rgba(246, 119, 15, 0.2) 87.5%, #fff 87.5%, #fff);
  background-image: linear-gradient(-45deg, #fff 25%, rgba(246, 119, 15, 0.2) 25%, rgba(246, 119, 15, 0.2) 37.5%, #fff 37.5%, #fff 75%, rgba(246, 119, 15, 0.2) 75%, rgba(246, 119, 15, 0.2) 87.5%, #fff 87.5%, #fff);
  background-size: 6px 6px;
  background-repeat: repeat; }

.p-entry-list.is-top .p-archive-list {
  display: none; }
  .p-entry-list.is-top .p-archive-list.is-current {
    display: block; }

.p-entry-list__header {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.p-entry-list__archives {
  margin-top: 10px; }

.p-entry-list__paging {
  text-align: center; }
  .p-entry-list__paging a {
    color: inherit;
    text-decoration: none; }
  .p-entry-list__paging .page-numbers {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    margin: 0 4px;
    width: 40px;
    height: 40px; }
    .p-entry-list__paging .page-numbers.current {
      background-color: #fff;
      background-image: -webkit-linear-gradient(135deg, #fff 25%, rgba(246, 119, 15, 0.2) 25%, rgba(246, 119, 15, 0.2) 37.5%, #fff 37.5%, #fff 75%, rgba(246, 119, 15, 0.2) 75%, rgba(246, 119, 15, 0.2) 87.5%, #fff 87.5%, #fff);
      background-image: linear-gradient(-45deg, #fff 25%, rgba(246, 119, 15, 0.2) 25%, rgba(246, 119, 15, 0.2) 37.5%, #fff 37.5%, #fff 75%, rgba(246, 119, 15, 0.2) 75%, rgba(246, 119, 15, 0.2) 87.5%, #fff 87.5%, #fff);
      background-size: 6px 6px;
      background-repeat: repeat;
      color: #f6770f; }
    .p-entry-list__paging .page-numbers.next {
      font-size: 1px;
      color: transparent;
      position: relative; }
      .p-entry-list__paging .page-numbers.next::before {
        content: '';
        position: absolute;
        right: calc( 50% - 10px);
        top: calc(50% - 6px);
        width: 20px;
        height: 5px;
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 10"><g data-name="layer 2"><path d="M40 10H0V8h36.65L30 1.33 31.33 0l8 8H40z" fill="#4c4c4c" data-name="layer 1"/></g></svg>');
        background-size: contain; }
    .p-entry-list__paging .page-numbers.prev {
      font-size: 1px;
      color: transparent;
      position: relative; }
      .p-entry-list__paging .page-numbers.prev::before {
        content: '';
        position: absolute;
        left: calc(50% - 10px);
        top: calc(50% - 6px);
        width: 20px;
        height: 5px;
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 10"><g data-name="layer 2"><path d="M40 10H0V8h36.65L30 1.33 31.33 0l8 8H40z" fill="#4c4c4c" data-name="layer 1"/></g></svg>');
        background-size: contain;
        -webkit-transform: scale(-1, 1);
            -ms-transform: scale(-1, 1);
                transform: scale(-1, 1); }

.p-foot-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 30px;
  border-left: solid 1px #d4d4d4;
  font-size: 12px; }

.p-foot-social__list {
  margin: 0 0 0 6px;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.p-foot-social__item {
  margin-left: 6px; }
  .p-foot-social__item svg {
    width: 39px;
    height: 39px; }
  .p-foot-social__item a:hover {
    opacity: .8; }

.p-footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.p-footer-bottom__col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .p-footer-bottom__col:last-child {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    margin-left: 30px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }

.p-footer-nav__list {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.p-footer-nav__item {
  width: calc(100% / 6);
  max-width: 160px; }

.p-footer-nav__item-link {
  display: block;
  font-weight: bold;
  color: #4c4c4c;
  text-decoration: none;
  margin-bottom: 12px;
  font-size: 16px; }

.p-footer-nav__sub-list {
  margin: 0;
  padding: 0; }

.p-footer-nav__sub-item {
  padding: 6px 0; }

.p-footer-nav__sub-link {
  color: #4c4c4c;
  text-decoration: none;
  font-size: 14px; }

.p-global-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.p-global-nav__list {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.p-global-nav__item {
  min-height: 47px; }

.p-global-nav__item-link:hover::after,
body.is-page-recruit .p-global-nav__item-link.is-cont-recruit::after,
body.is-page-news .p-global-nav__item-link.is-cont-news::after,
body.is-page-ir .p-global-nav__item-link.is-cont-ir::after,
body.is-page-contact .p-global-nav__item-link.is-cont-contact::after,
body.is-page-company .p-global-nav__item-link.is-cont-company::after,
body.is-page-service .p-global-nav__item-link.is-cont-service::after {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: calc(50% - 2px);
  width: 0;
  height: 0;
  border: solid 2px #f6770f;
  border-radius: 50%; }

.p-global-nav__item-link {
  position: relative;
  display: block;
  padding: .5em 1em;
  color: #4c4c4c;
  text-decoration: none;
  font-size: 15px; }
  .p-global-nav__item-link:hover {
    opacity: 1; }

.p-global-nav__lang-nav {
  margin: 0;
  padding: 2px 0 0; }

.p-site-header {
  position: relative; }

.p-global-nav__sub-list {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background-color: #f2f2f2;
  /*background-image: -webkit-linear-gradient(135deg, #fff 25%, rgba(246, 119, 15, 0.2) 25%, rgba(246, 119, 15, 0.2) 37.5%, #fff 37.5%, #fff 75%, rgba(246, 119, 15, 0.2) 75%, rgba(246, 119, 15, 0.2) 87.5%, #fff 87.5%, #fff);*/
  /*background-image: linear-gradient(-45deg, #fff 25%, rgba(246, 119, 15, 0.2) 25%, rgba(246, 119, 15, 0.2) 37.5%, #fff 37.5%, #fff 75%, rgba(246, 119, 15, 0.2) 75%, rgba(246, 119, 15, 0.2) 87.5%, #fff 87.5%, #fff);*/
  background-size: 6px 6px;
  background-repeat: repeat; }
  .p-global-nav__sub-list.js-init {
    display: none; }
    body.is-page-company .p-global-nav__sub-list.js-init.is-sub-company,
    body.is-page-news .p-global-nav__sub-list.js-init.is-sub-news,
    body.is-page-ir .p-global-nav__sub-list.js-init.is-sub-ir,
    body.is-page-contact .p-global-nav__sub-list.js-init.is-sub-contact,
    body.is-page-recruit .p-global-nav__sub-list.js-init.is-sub-recruit,
    body.is-page-service .p-global-nav__sub-list.js-init.is-sub-service {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      z-index: 1; }
    .p-global-nav__sub-list.js-init.js-open {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      z-index: 10; }

.p-global-nav__sub-link:hover::after,
body.is-page-recruit-index .p-global-nav__sub-link.is-cont-recruit-index::after,
body.is-page-recruit-position .p-global-nav__sub-link.is-cont-recruit-position::after,
body.is-page-recruit-staff .p-global-nav__sub-link.is-cont-recruit-staff::after,
body.is-page-recruit-ai-lab .p-global-nav__sub-link.is-cont-recruit-ai-lab::after,
body.is-page-recruit-office .p-global-nav__sub-link.is-cont-recruit-office::after,
body.is-page-recruit-qa .p-global-nav__sub-link.is-cont-recruit-qa::after,
body.is-page-service-index .p-global-nav__sub-link.is-cont-service-index::after,
body.is-page-service-btoc .p-global-nav__sub-link.is-cont-service-btoc::after,
body.is-page-ir-highlight .p-global-nav__sub-link.is-cont-ir-highlight::after,
body.is-page-ir-library .p-global-nav__sub-link.is-cont-ir-library::after,
body.is-page-ir-securities .p-global-nav__sub-link.is-cont-ir-securities::after,
body.is-page-ir-material .p-global-nav__sub-link.is-cont-ir-material::after,
body.is-page-ir-stock .p-global-nav__sub-link.is-cont-ir-stock::after,
body.is-page-ir-news .p-global-nav__sub-link.is-cont-ir-news::after,
body.is-page-ir-disclaimer .p-global-nav__sub-link.is-cont-ir-disclaimer::after,
body.is-page-contact-service .p-global-nav__sub-link.is-cont-contact-service::after,
body.is-page-contact-corporate .p-global-nav__sub-link.is-cont-contact-corporate::after,
body.is-page-company-message .p-global-nav__sub-link.is-cont-company-message::after,
body.is-page-company-board .p-global-nav__sub-link.is-cont-company-board::after,
body.is-page-company-info .p-global-nav__sub-link.is-cont-company-info::after,
body.is-page-company-access .p-global-nav__sub-link.is-cont-company-access::after,
body.is-page-company-philosophy .p-global-nav__sub-link.is-cont-company-philosophy::after {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 8px;
  left: calc(50% - 2px);
  width: 0;
  height: 0;
  border: solid 2px #f6770f;
  border-radius: 50%; }

.p-global-nav__sub-link {
  position: relative;
  display: block;
  padding: 0 1em;
  color: #4c4c4c;
  text-decoration: none;
  font-size: 15px;
  line-height: 58px; }
  .p-global-nav__sub-link:hover {
    opacity: 1; }

.p-global-nav__lang-nav-link {
  display: block;
  padding: 0 1.5em;
  color: #4c4c4c;
  text-decoration: none;
  font-size: 15px;
  line-height: 30px;
  border: solid 1px #e1e1e1; }
  .p-global-nav__lang-nav-link:hover {
    opacity: 1;
    background-color: #f6f6f6; }

.p-head-message {
  text-align: center;
  background-image: url(/cms/wp-content/themes/heroz/assets/img/top/bg_koma-l.png), url(/cms/wp-content/themes/heroz/assets/img/top/bg_koma-r.png), url(/cms/wp-content/themes/heroz/assets/img/top/bg_grid.png);
  background-position: left 20px , right -40px , center center;
  background-repeat: no-repeat , no-repeat , repeat;
  padding-top: 60px;
  padding-bottom: 70px; }
  .p-head-message.is-en {
    background-position: left 60px , right -40px , center center; }

.p-head-message02 {
  position: relative;
  padding-top: 60px;
  padding-bottom: 70px;
  background-image: url(/cms/wp-content/themes/heroz/assets/img/top/bg_koma-l.png), url(/cms/wp-content/themes/heroz/assets/img/top/bg_koma-r.png);
  background-position: left 20px , right -40px;
  background-repeat: no-repeat , no-repeat;
  text-align: center;
  -webkit-box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.02) inset;
          box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.02) inset; }
  .p-head-message02.is-en {
    background-position: left 60px , right -40px , center center; }

.p-head-message03 {
  padding-top: 60px;
  padding-bottom: 70px;
  background-image: url(/cms/wp-content/themes/heroz/assets/img/top/kv_bg-003@2x.png);
  background-position: center center;
  background-size: 100% auto;
  text-align: center;
  -webkit-box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.02) inset;
          box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.02) inset; }

.p-head-message__title {
  color: #f6770f;
  font-size: 28px;
  font-weight: normal; }

.p-head-message__text {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  line-height: 2;
  font-size: 15px;
  margin-bottom: 28px;
  color: #f6770f; }

.p-head-news-detail {
  background-color: #fff;
  background-image: -webkit-linear-gradient(135deg, #fff 25%, rgba(246, 119, 15, 0.2) 25%, rgba(246, 119, 15, 0.2) 37.5%, #fff 37.5%, #fff 75%, rgba(246, 119, 15, 0.2) 75%, rgba(246, 119, 15, 0.2) 87.5%, #fff 87.5%, #fff);
  background-image: linear-gradient(-45deg, #fff 25%, rgba(246, 119, 15, 0.2) 25%, rgba(246, 119, 15, 0.2) 37.5%, #fff 37.5%, #fff 75%, rgba(246, 119, 15, 0.2) 75%, rgba(246, 119, 15, 0.2) 87.5%, #fff 87.5%, #fff);
  background-size: 6px 6px;
  background-repeat: repeat; }

.p-head-news-detail__list-link {
  margin: 0;
  padding: 10px 0; }
  .p-head-news-detail__list-link a {
    color: inherit;
    text-decoration: none;
    display: block; }
    .p-head-news-detail__list-link a::before {
      content: '';
      display: inline-block;
      width: 20px;
      height: 1em;
      margin-right: 8px;
      background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 10"><g data-name="layer 2"><path d="M40 10H0V8h36.65L30 1.33 31.33 0l8 8H40z" fill="#4c4c4c" data-name="layer 1"/></g></svg>');
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
      -webkit-transform: scale(-1, 1);
          -ms-transform: scale(-1, 1);
              transform: scale(-1, 1); }

.p-head-news {
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative; }

.p-head-news__title {
  margin: 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-color: #f6770f;
  background-image: -webkit-gradient(linear, left top, right top, from(#f6770f), color-stop(#f6bd0f), to(#f6770f));
  background-image: -webkit-linear-gradient(left, #f6770f, #f6bd0f, #f6770f);
  background-image: linear-gradient(to right, #f6770f, #f6bd0f, #f6770f);
  background-size: 200% 100%;
  background-repeat: repeat;
  -webkit-animation: gradient 8s linear 0s infinite;
          animation: gradient 8s linear 0s infinite;
  font-size: 38px;
  font-weight: normal; }

.p-head-news__nav {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 1368px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.p-head-news__categories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0; }

.p-head-news__item {
  margin-right: 40px; }
  .p-head-news__item a {
    color: inherit;
    text-decoration: none;
    display: inline-block;
    padding-bottom: 4px; }
    .p-head-news__item a.current {
      border-bottom: solid 1px; }

.mw_wp_form_confirm .p-hide-confirm {
  display: none; }

.p-message-top-photo {
  margin-top: -1px;
  margin-bottom: 80px; }

.p-message-top-photo__inner {
  position: relative; }

.p-message-top-photo__text-frame {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto; }

.p-message-top-photo__text-box {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: left; }

.p-message-top-photo__title {
  font-size: 32px;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 28px; }

.p-message-top-photo__text {
  font-size: 18px;
  margin: 0; }

.p-news-entry-content h2 {
  margin-top: 100px;
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: normal;
  vertical-align: middle; }
  .p-news-entry-content h2::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 24px;
    margin-right: 8px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 21.15 24.41"><g data-name="layer 2"><path d="M21.15 24.41H0L2.54 6.62l8-6.62 8 6.62zm-20-1H20L17.68 7.15l-7.1-5.85-7.11 5.85z" fill="#f6770f" data-name="layer 1"/></g></svg>');
    background-size: contain;
    vertical-align: -2px; }

.p-news-entry-content h3 {
  margin-top: 60px;
  margin-bottom: 24px;
  font-weight: normal;
  font-size: 20px;
  padding-left: 4px;
  border-left: solid 1px #f6770f; }

.p-news-entry-content ul {
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 40px; }
  .p-news-entry-content ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .p-news-entry-content ul li:before {
      content: '-';
      display: inline-block;
      margin-right: 8px; }

.p-news-entry-content p {
  margin-bottom: 40px; }

.p-news-entry-content a {
  color: #f6770f; }

.p-news-entry-header {
  padding-top: 0;
  padding-bottom: 40px;
  margin-bottom: 60px;
  border-bottom: solid 1px #e1e1e1; }

.p-news-entry-header__date {
  margin: 0 0 30px;
  font-size: 16px; }

.p-news-entry-header__title {
  font-weight: normal;
  font-size: 32px;
  margin: 0 0 20px;
  line-height: 1.6; }

.p-news-entry-header__category {
  margin: 0; }

.p-philosophy-list {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto; }
  .p-philosophy-list + .p-philosophy-list {
    border-top: solid 1px #e1e1e1;
    margin-top: 72px;
    padding-top: 72px; }

.p-philosophy-list__item {
  margin-bottom: 48px; }

.p-philosophy-list__item-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.p-philosophy-list__label {
  width: 160px;
  margin-right: 42px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }

.p-philosophy-list__title {
  margin: 0 0 16px;
  font-size: 26px;
  font-weight: normal; }

.p-philosophy-list__text p {
  margin: 0; }

.p-position-back-link {
  margin: 52px 15px;
  padding: 10px 0; }
  .p-position-back-link a {
    color: inherit;
    text-decoration: none;
    display: block; }
    .p-position-back-link a::before {
      content: '';
      display: inline-block;
      width: 20px;
      height: 1em;
      margin-right: 8px;
      background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 10"><g data-name="layer 2"><path d="M40 10H0V8h36.65L30 1.33 31.33 0l8 8H40z" fill="#4c4c4c" data-name="layer 1"/></g></svg>');
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
      -webkit-transform: scale(-1, 1);
          -ms-transform: scale(-1, 1);
              transform: scale(-1, 1); }

.p-position-entry-header {
  border-bottom: solid 1px #e1e1e1;
  margin-bottom: 80px; }

.p-position-entry-header__category {
  margin: 0;
  font-size: 16px;
  margin-bottom: 8px; }

.p-position-entry-header__title {
  font-weight: normal;
  font-size: 32px;
  margin: 0 0 32px; }

.p-position-head-links {
  padding-bottom: 90px; }

.p-position-head-links__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-size: 14px; }

.p-position-head-links__item {
  margin-right: 32px; }

.p-position-item + .p-position-item {
  margin-top: 88px; }

.p-privacy {
  font-size: 15px; }

.p-privacy__title01 {
  margin-top: 40px !important; }

.p-privacy__text01 a {
  color: #f6770f; }

.p-privacy__text02 {
  text-align: right;
  margin-top: 76px; }

.p-qa-list {
  margin: 0; }

.p-qa-list__item + .p-qa-list__item {
  margin-top: 40px;
  padding-top: 40px;
  border-top: solid 1px #e1e1e1; }

.p-qa-list__q {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0; }

.p-qa-list__q-text {
  margin-top: 0;
  margin-left: 8px;
  font-size: 20px; }

.p-qa-list__a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0; }

.p-qa-list__a-text {
  margin-top: 5px;
  margin-left: 8px;
  margin-bottom: 0;
  font-size: 15px; }

.p-qa-list__icon {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }

.p-recruit-message-text {
  margin-bottom: 116px; }

.p-recruit-message-text__from {
  margin-top: 40px;
  text-align: right; }

.p-service-history-text {
  padding-top: 16px;
  font-size: 15px; }
  .p-service-history-text p {
    margin: 0;
    line-height: 1.8; }

.p-service-section {
  font-size: 15px; }
  .p-service-section + .p-service-section {
    margin-top: 96px; }

.p-service-section__pc-tac {
  text-align: center; }

.p-share-box {
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 32px 0 60px;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  background-image: -webkit-linear-gradient(135deg, #fff 25%, rgba(246, 119, 15, 0.2) 25%, rgba(246, 119, 15, 0.2) 37.5%, #fff 37.5%, #fff 75%, rgba(246, 119, 15, 0.2) 75%, rgba(246, 119, 15, 0.2) 87.5%, #fff 87.5%, #fff);
  background-image: linear-gradient(-45deg, #fff 25%, rgba(246, 119, 15, 0.2) 25%, rgba(246, 119, 15, 0.2) 37.5%, #fff 37.5%, #fff 75%, rgba(246, 119, 15, 0.2) 75%, rgba(246, 119, 15, 0.2) 87.5%, #fff 87.5%, #fff);
  background-size: 6px 6px;
  background-repeat: repeat; }

.p-share-box__inner {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto; }

.p-share-box__header {
  font-size: 24px;
  font-weight: normal;
  margin: 0 0 16px; }

.p-share-box__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.p-share-box__copy-box {
  width: 634px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff; }
  .p-share-box__copy-box p {
    margin: 0; }

.p-share-box__text {
  padding: 8px 30px 8px 16px;
  font-size: 13px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 60px; }

.p-share-box__btn-area {
  width: 134px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }

.p-share-box__share-btn-box {
  width: 126px;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center; }

.p-share-box__item {
  width: 38px; }
  .p-share-box__item + .p-share-box__item {
    margin-left: 8px; }

.p-share-box__share-btn {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #f6770f;
  background-image: -webkit-gradient(linear, left top, right top, from(#f6770f), color-stop(#f6bd0f), to(#f6770f));
  background-image: -webkit-linear-gradient(left, #f6770f, #f6bd0f, #f6770f);
  background-image: linear-gradient(to right, #f6770f, #f6bd0f, #f6770f);
  background-size: 200% 100%;
  background-repeat: repeat;
  -webkit-animation: gradient 8s linear 0s infinite;
          animation: gradient 8s linear 0s infinite;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  color: #FFFFFF; }
  .p-share-box__share-btn.is-twitter svg {
    width: 20px;
    height: 20px; }
  .p-share-box__share-btn.is-facebook svg {
    width: 10px;
    height: 20px; }

.p-share-box__textarea {
  width: 100%;
  border: none; }

.p-site-header {
  position: relative;
  height: 64px; }

.p-site-header__sitename {
  margin: 0;
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 1rem; }
  .p-site-header__sitename a {
    display: inline-block; }
  .p-site-header__sitename svg {
    width: 100%;
    height: 100%; }

.p-site-header__nav {
  float: right;
  padding-top: 12px;
  height: 30px; }

.p-sp-foot-cont-nav {
  margin-left: -15px;
  margin-right: -15px;
  background-image: -webkit-linear-gradient(135deg, #fff 25%, #ececec 25%, #ececec 37.5%, #fff 37.5%, #fff 75%, #ececec 75%, #ececec 87.5%, #fff 87.5%, #fff);
  background-image: linear-gradient(-45deg, #fff 25%, #ececec 25%, #ececec 37.5%, #fff 37.5%, #fff 75%, #ececec 75%, #ececec 87.5%, #fff 87.5%, #fff);
  background-size: 6px 6px;
  background-repeat: repeat;
  padding: 40px 15px 40px; }

.p-sp-foot-cont-nav__title {
  font-size: 19px;
  font-weight: normal;
  margin: 0 0 16px;
  color: #4c4c4c; }

.p-sp-foot-cont-nav__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 14px; }

.p-sp-foot-cont-nav__item {
  padding: 0;
  background-color: #fff;
  border: solid 1px #e1e1e1; }
  .p-sp-foot-cont-nav__item + .p-sp-foot-cont-nav__item {
    margin-top: -1px; }

.p-sp-foot-cont-nav__link {
  color: #4c4c4c;
  text-decoration: none;
  font-size: 14px; }
  .p-sp-foot-cont-nav__link.is-current {
    background-color: #f9f9f9;
    color: #aaaaaa; }
    .p-sp-foot-cont-nav__link.is-current .c-sp-btn-arrow__arrow {
      display: none; }

.p-sp-menu__inner {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.p-sp-menu__close-btn-wrap {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #FFF;
  z-index: 100; }

.p-sp-menu__close-btn {
  border: none;
  width: 50px;
  height: 50px;
  color: #FFF;

  padding: 0; }
  .p-sp-menu__close-btn svg {
    width: 100%;
    height: 100%; }

.p-sp-menu__lang {
  display: block;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.p-sp-menu__body {
  position: absolute;
  overflow: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  left: 20px;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  max-height: 100%; }

.p-sp-menu__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center; }

.p-sp-menu__item + .p-sp-menu__item {
  margin-top: 8px; }
  .p-sp-menu__item + .p-sp-menu__item:last-child {
    margin-top: 16px; }

.p-sp-menu__link {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 6px;
  font-size: 18px; }
  .p-sp-menu__link.is-border {
    border: solid 1px; }

.p-staff-nav {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 110px; }

.p-staff-nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -20px;
  padding: 0;
  list-style-type: none; }

.p-staff-nav__item {
  width: 25%;
  padding-left: 20px;
  padding-right: 20px; }
  .p-staff-nav__item p {
    margin: 0; }

.p-staff-nav__link {
  text-align: center;
  color: inherit;
  text-decoration: none;
  font-size: 15px;
  display: block; }
  .p-staff-nav__link:hover {
    opacity: .8; }

.p-staff-nav__anker-target {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  color: #f6770f;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.p-staff {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 116px; }

.p-staff__member + .p-staff__member {
  margin-top: 100px;
  padding-top: 100px;
  border-top: solid 1px #e1e1e1; }

.p-staff__member-header {
  margin-bottom: 64px; }

.p-staff__member-content + .p-staff__member-content {
  margin-top: 92px; }

.p-staff-other{
    width: 960px;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
}

.p-office-other{
    margin-bottom: 60px;
    width: 960px;
    margin-top: -30px;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
}


.p-top-recruit {
  /*
  background: transparent url(/cms/wp-content/themes/heroz/assets/img/photo_top_recruit.jpg) no-repeat center bottom;
  */
  min-height: 450px; }

.p-top-recruit__main {
  margin-top: 60px;
  margin-left: 50%;
  margin-bottom: 32px; }

.p-top-recruit__title {
  font-size: 32px;
  font-weight: normal; }

.p-top-recruit__text p {
  margin: 8px 0; }

.p-top-recruit__btn {
  margin-left: 50%;
  margin-bottom: 60px; }

.p-toppage-cont-body {
  position: relative;
  background-color: #fff; }

.c-access-text {
  font-size: 18px; }

.c-arrow-down {
  text-align: center;
  margin: 30px; }

.c-arrow-link01 {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: inherit;
  text-decoration: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  line-height: 1; }

.c-arrow-link01__icon {
  width: 17px;
  margin-right: 8px; }
  .c-arrow-link01__icon svg {
    width: 17px;
    height: 17px; }

.c-arrow-link02 {
  display: inline-block;
  color: #f6770f;
  text-decoration: none;
  vertical-align: middle;
  line-height: 16px;
  position: relative; }
  .c-arrow-link02::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    background-color: #f6770f;
    background-image: -webkit-gradient(linear, left top, right top, from(#f6770f), color-stop(#f6bd0f), to(#f6770f));
    background-image: -webkit-linear-gradient(left, #f6770f, #f6bd0f, #f6770f);
    background-image: linear-gradient(to right, #f6770f, #f6bd0f, #f6770f);
    background-size: 200% 100%;
    background-repeat: repeat;
    -webkit-animation: gradient 8s linear 0s infinite;
            animation: gradient 8s linear 0s infinite;
    border-radius: 50%;
    position: relative;
    top: -1px;
    color: #FFFFFF; }
  .c-arrow-link02::after {
    content: '';
    position: absolute;
    color: #FFFFFF;
    width: 6px;
    height: 6px;
    border-right: solid 1px;
    border-bottom: solid 1px;
    left: 1px;
    top: 50%;
    -webkit-transform: rotate(45deg) translateY(-6px);
        -ms-transform: rotate(45deg) translateY(-6px);
            transform: rotate(45deg) translateY(-6px); }

.c-att-text01 {
  margin-left: 18px;
  text-indent: -18px;
  font-size: 13px; }
  .c-att-text01::before {
    display: inline-block;
    content: '※';
    width: 1em;
    text-indent: 0; }

.c-btn-list01__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border: solid 1px #e1e1e1; }

.c-btn-list01__item + .c-btn-list01__item {
  border-top: solid 1px #e1e1e1; }

.c-btn-list01__link {
  position: relative;
  display: block;
  padding: 12px 48px 12px 24px;
  color: inherit;
  text-decoration: none; }
  .c-btn-list01__link::after {
    content: '';
    position: absolute;
    right: 24px;
    top: calc(50% - 3px);
    width: 20px;
    height: 5px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 10"><g data-name="layer 2"><path d="M40 10H0V8h36.65L30 1.33 31.33 0l8 8H40z" fill="#4c4c4c" data-name="layer 1"/></g></svg>');
    background-size: contain; }

/*
<a href="#" class="c-btn01">
<span>当社のコア技術について</span>
<span class="c-btn01__arrow">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 10"><g data-name="layer 2"><path d="M40 10H0V8h36.65L30 1.33 31.33 0l8 8H40z" fill="#ffffff" data-name="layer 1"/></g></svg>
</span>
</a>
*/
.c-btn01 {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #f6770f;
  background-image: -webkit-gradient(linear, left top, right top, from(#f6770f), color-stop(#f6bd0f), to(#f6770f));
  background-image: -webkit-linear-gradient(left, #f6770f, #f6bd0f, #f6770f);
  background-image: linear-gradient(to right, #f6770f, #f6bd0f, #f6770f);
  background-size: 200% 100%;
  background-repeat: repeat;
  -webkit-animation: gradient 8s linear 0s infinite;
          animation: gradient 8s linear 0s infinite;
  padding: 12px 20px;
  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center; }
  .c-btn01.is-full {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
  .c-btn01.is-au {
    letter-spacing: 0; }
  .c-btn01:hover {
    opacity: .8; }

.c-btn01__arrow {
  position: relative;
  top: -3px;
  width: 20px;
  height: 5px;
  margin-left: 10px; }
  .is-dl .c-btn01__arrow {
    margin-left: 20px; }
    .is-dl .c-btn01__arrow svg {
      width: 13px;
      height: 15px; }
  .is-entry-contact .c-btn01__arrow {
    margin-left: 60px; }

.c-btn02 {
  display: inline-block;
  width: 100%;
  height: 60px;
  vertical-align: bottom;
  border: none;
  background-color: #f6770f;
  background-image: -webkit-gradient(linear, left top, right top, from(#f6770f), color-stop(#f6bd0f), to(#f6770f));
  background-image: -webkit-linear-gradient(left, #f6770f, #f6bd0f, #f6770f);
  background-image: linear-gradient(to right, #f6770f, #f6bd0f, #f6770f);
  background-size: 200% 100%;
  background-repeat: repeat;
  -webkit-animation: gradient 8s linear 0s infinite;
          animation: gradient 8s linear 0s infinite;
  color: #FFFFFF;
  font-family: herozLight; }

.c-card-photo01__photo {
  margin-bottom: 20px; }

.c-card-photo01__caption {
  font-size: 13px; }
  .c-card-photo01__caption p {
    margin: 0; }
  .c-card-photo01__caption .c-card-photo01__caption-title {
    font-family: herozMedium;
    margin-bottom: 4px; }

.c-card-photo02__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.c-card-photo02__photo {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0; }

.c-card-photo02__caption {
  padding-left: 20px;
  font-size: 13px; }
  .c-card-photo02__caption p {
    margin: 0; }
  .c-card-photo02__caption .c-card-photo02__caption-title {
    font-family: herozMedium;
    margin-bottom: 4px; }

.c-card02 {
  margin: 20px 0; }

.c-card02__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.c-card02__image {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }

.c-card02__main {
  padding: 0 20px; }

.c-card02__title {
  margin: 0 0 6px; }

.c-card02__text {
  font-size: 13px; }
  .c-card02__text p {
    margin: 0; }

.c-card04__link {
  display: block;
  color: inherit;
  text-decoration: none; }
  .c-card04__link:hover {
    opacity: .8; }

.c-card04__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding: 20px 30px;
  border-style: solid;
  border-color: #e1e1e1;
  border-width: 0 1px 1px; }

.c-card04__title {
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 1; }

.c-card04__arrow {
  display: inline-block;
  width: 20px;
  line-height: 1; }
  .c-card04__arrow svg {
    width: 20px;
    height: 5px; }

.c-content-box {
  position: relative;
  background-color: #fff;
  padding-top: 1px;
  padding-bottom: 1px;
  line-height: 1.75;
  color: #4c4c4c;
  letter-spacing: 0.1em; }
  .p-head-message + .c-content-box, .c-page-title + .c-content-box {
    -webkit-box-shadow: 0 -10px 10px 0 rgba(0, 0, 0, 0.02);
            box-shadow: 0 -10px 10px 0 rgba(0, 0, 0, 0.02); }
    .is-page-news-single .p-head-message + .c-content-box, .is-page-news-single .c-page-title + .c-content-box {
      -webkit-box-shadow: none;
              box-shadow: none; }
  .c-content-box + .c-content-box {
    margin-top: 100px; }
  .c-content-box.is-bg-gray {
    background-color: #f9f9f9; }
  .c-content-box.is-top-shadow {
    -webkit-box-shadow: 0 -10px 10px 0 rgba(0, 0, 0, 0.02);
            box-shadow: 0 -10px 10px 0 rgba(0, 0, 0, 0.02); }

.c-content-box__inner {
  padding-top: 50px;
  padding-bottom: 50px; }

.c-page-title + .c-content-box .c-content-box__inner {
  padding-top: 100px;
  padding-bottom: 100px; }

.c-copyright-text {
  font-size: 12px; }

.c-date01 {
  margin: 0;
  font-size: 15px; }

.c-dl-01__title {
  font-size: 18px;
  font-family: herozMedium; }

.c-dl-01__body {
  font-size: 36px;
  margin: 0; }

.c-dl-02 {
  margin: 1em 0;
  padding: 0;
  border-top: solid 1px #e1e1e1; }
  .c-dl-02 ul {
    margin: 0;
    padding: 0; }
  .c-dl-02 ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .c-dl-02 ul li:before {
      content: '-';
      display: inline-block;
      margin-right: 8px; }

.c-dl-02__row {
  border-bottom: solid 1px #e1e1e1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.c-dl-02__title {
  width: 200px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }

.c-dl-02__detail {
  margin: 0; }

.c-full-width-photo {
  text-align: center; }

.c-hr01 {
  margin-top: 60px;
  margin-bottom: 60px;
  border: none;
  border-top: solid 1px #e1e1e1; }

.c-icon-arrow-down {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  border-radius: 50%;
  background-color: #f6770f;
  background-image: -webkit-gradient(linear, left top, right top, from(#f6770f), color-stop(#f6bd0f), to(#f6770f));
  background-image: -webkit-linear-gradient(left, #f6770f, #f6bd0f, #f6770f);
  background-image: linear-gradient(to right, #f6770f, #f6bd0f, #f6770f);
  background-size: 200% 100%;
  background-repeat: repeat;
  -webkit-animation: gradient 8s linear 0s infinite;
          animation: gradient 8s linear 0s infinite; }
  .c-icon-arrow-down::before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 5px;
    height: 5px;
    border-right: solid 1px #ffffff;
    border-bottom: solid 1px #ffffff;
    left: 50%;
    top: calc(50% - 1px);
    -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: rotate(45deg) translate(-50%, -50%);
        -ms-transform: rotate(45deg) translate(-50%, -50%);
            transform: rotate(45deg) translate(-50%, -50%); }

.c-iconcover-border {
  width: 36px;
  height: 36px;
  color: #f6770f;
  border: solid 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  border-radius: 50%;
  font-size: 20px;
  line-height: 100%;
  padding-bottom: 3px;
  padding-left: 1px; }

.c-iconcover-gradient {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 36px;
  height: 36px;
  color: #FFFFFF;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  font-size: 20px;
  border-radius: 50%;
  line-height: 100%;
  padding-bottom: 3px;
  padding-left: 2px;
  background-color: #f6770f;
  background-image: -webkit-gradient(linear, left top, right top, from(#f6770f), color-stop(#f6bd0f), to(#f6770f));
  background-image: -webkit-linear-gradient(left, #f6770f, #f6bd0f, #f6770f);
  background-image: linear-gradient(to right, #f6770f, #f6bd0f, #f6770f);
  background-size: 200% 100%;
  background-repeat: repeat;
  -webkit-animation: gradient 8s linear 0s infinite;
          animation: gradient 8s linear 0s infinite; }

.c-label-require {
  display: inline-block;
  color: #f6770f;
  border: solid 1px;
  font-size: 12px;
  font-family: herozLight;
  line-height: 1;
  padding: 2px 4px; }

.c-label01 {
  background-color: #999999;
  font-size: 10px;
  color: #ffffff;
  padding: 0 4px 1px;
  width: 100px;
  text-align: center; }

.c-label02 {
  margin: 0;
  text-align: center;
  color: #f6770f;
  font-size: 32px;
  background-size: 6px 6px;
  background-repeat: repeat;
  font-weight: normal; }

.c-link-point {
  padding-top: 130px;
  margin-top: -130px; }

.c-list01 {
  margin-left: 0;
  padding-left: 0; }

.c-list01__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .c-list01__item:before {
    content: '-';
    display: inline-block;
    margin-right: 8px; }

.c-list02 {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0; }

.c-list02__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.c-map-frame {
  position: relative; }
  .c-map-frame::before {
    content: '';
    display: inline-block;
    padding-top: 75%; }

.c-map-frame__inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }
  .c-map-frame__inner iframe {
    width: 100% !important;
    height: 100% !important; }

.c-more-link {
  text-align: right; }

.c-orange-link {
  color: #f6770f; }
  .c-orange-link:hover {
    opacity: 1;
    text-decoration: none; }

.c-page-title {
  padding-top: 40px;
  padding-bottom: 50px;
  background-color: #fff; }

.c-page-title__heading {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 42px;
/*  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-color: #f6770f; */
  color: #f6770f;
/*  background-image: -webkit-gradient(linear, left top, right top, from(#f6770f), color-stop(#f6bd0f), to(#f6770f));
  background-image: -webkit-linear-gradient(left, #f6770f, #f6bd0f, #f6770f);
  background-image: linear-gradient(to right, #f6770f, #f6bd0f, #f6770f);*/
  background-size: 200% 100%;
  background-repeat: repeat;
/*  -webkit-animation: gradient 8s linear 0s infinite;
          animation: gradient 8s linear 0s infinite; */
}


.c-photo-box01 {
  margin-bottom: 72px; }

.c-president {
  margin-top: 32px; }
  .c-president p {
    margin: 0; }

.c-president__position {
  font-size: 14px;
  font-family: herozMedium; }

.c-privacy-link a {
  font-size: 14px;
  color: #4c4c4c;
  text-decoration: none; }

.c-right-block-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.c-section {
  max-width: 964px;
  margin-left: auto;
  margin-right: auto; }

.c-section__inner.is-border-top {
  border-top: solid 1px #e1e1e1;
  padding-top: 32px; }

.c-strong03 {
  font-family: herozMedium; }

.c-strong01 {
  font-family: herozMedium;
  font-size: 21px;
  font-weight: normal; }

.c-strong02 {
  padding: 0 4px;
  font-size: 18px;
  color: #f6770f;
  font-family: herozMedium;
  background-color: #fff;
/*  background-image: -webkit-linear-gradient(135deg, #fff 25%, rgba(246, 119, 15, 0.2) 25%, rgba(246, 119, 15, 0.2) 37.5%, #fff 37.5%, #fff 75%, rgba(246, 119, 15, 0.2) 75%, rgba(246, 119, 15, 0.2) 87.5%, #fff 87.5%, #fff);
  background-image: linear-gradient(-45deg, #fff 25%, rgba(246, 119, 15, 0.2) 25%, rgba(246, 119, 15, 0.2) 37.5%, #fff 37.5%, #fff 75%, rgba(246, 119, 15, 0.2) 75%, rgba(246, 119, 15, 0.2) 87.5%, #fff 87.5%, #fff);*/
  background-size: 6px 6px;
  background-repeat: repeat; }
  .c-strong02.is-32 {
    font-size: 32px;
    font-weight: normal;
    font-family: herozLight; }

.c-tablist01 {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.c-tablist01__item + .c-tablist01__item {
  margin-left: 4px; }

.c-tablist01__button {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  width: 170px;
  padding: 8px;
  border: none;
  text-align: center;
  font-weight: normal;
  font-family: herozLight;
  border-bottom: solid 4px #e1e1e1;
  font-size: 15px; }
  .c-tablist01__button.is-current {
    border-bottom-color: #f6770f; }

.c-textbox01 {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  line-height: 1.75; }
  .c-textbox01.is-full {
    max-width: none;
    width: auto; }
  .c-textbox01.is-small {
    font-size: 15px;
    letter-spacing: 0; }

.c-textbox02 {
  text-align: center;
  font-size: 18px;
  line-height: 2; }
  .c-textbox02 p {
    margin: 0; }

.c-title01 {
  margin-bottom: 40px;
  text-align: center; }
  .c-title01.is-en {
    position: relative;
    padding-bottom: 16px; }
    .c-title01.is-en::after {
      content: '';
      position: absolute;
      bottom: 0;
      width: 40px;
      height: 2px;
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto;
      background-color: #f6770f;
      background-image: -webkit-gradient(linear, left top, right top, from(#f6770f), color-stop(#f6bd0f), to(#f6770f));
      background-image: -webkit-linear-gradient(left, #f6770f, #f6bd0f, #f6770f);
      background-image: linear-gradient(to right, #f6770f, #f6bd0f, #f6770f);
      background-size: 200% 100%;
      background-repeat: repeat;
      -webkit-animation: gradient 8s linear 0s infinite;
              animation: gradient 8s linear 0s infinite; }

.c-title01__heading {
  margin: 0;
  font-size: 40px;
  line-height: 1.2;
/*  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-color: #f6770f; */
  color: #f6770f;
/*  background-image: -webkit-gradient(linear, left top, right top, from(#f6770f), color-stop(#f6bd0f), to(#f6770f));
  background-image: -webkit-linear-gradient(left, #f6770f, #f6bd0f, #f6770f);
  background-image: linear-gradient(to right, #f6770f, #f6bd0f, #f6770f); */
  background-size: 200% 100%;
  background-repeat: repeat;
/*  -webkit-animation: gradient 8s linear 0s infinite;
          animation: gradient 8s linear 0s infinite; */
  font-weight: normal; }

.c-title01__heading-ja {
  margin: 0;
  font-size: 12px;
  font-family: herozMedium;
/*  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-color: #f6770f; */
  color: #f6770f;
/*  background-image: -webkit-gradient(linear, left top, right top, from(#f6770f), color-stop(#f6bd0f), to(#f6770f));
  background-image: -webkit-linear-gradient(left, #f6770f, #f6bd0f, #f6770f);
  background-image: linear-gradient(to right, #f6770f, #f6bd0f, #f6770f); */
  background-size: 200% 100%;
  background-repeat: repeat;
/*  -webkit-animation: gradient 8s linear 0s infinite;
          animation: gradient 8s linear 0s infinite; */ }

.c-title02 {
  margin-bottom: 20px; }

.c-title02__heading {
  margin: 0;
  font-size: 24px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-color: #f6770f;
  background-image: -webkit-gradient(linear, left top, right top, from(#f6770f), color-stop(#f6bd0f), to(#f6770f));
  background-image: -webkit-linear-gradient(left, #f6770f, #f6bd0f, #f6770f);
  background-image: linear-gradient(to right, #f6770f, #f6bd0f, #f6770f);
  background-size: 200% 100%;
  background-repeat: repeat;
  -webkit-animation: gradient 8s linear 0s infinite;
          animation: gradient 8s linear 0s infinite; }

.c-title03 {
  margin: 0;
  text-align: center;
  font-weight: normal;
  font-size: 32px;
  margin-bottom: 64px; }

.c-title04 {
  padding-left: 12px;
  border-left: solid 2px #f6770f;
  margin-top: 0;
  font-size: 22px;
  line-height: 1;
  font-weight: normal; }

/*
<div class="c-title05">
<h4 class="c-title05__heading">
<span class="c-title05__icon">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 21.15 24.41"><g data-name="layer 2"><path d="M21.15 24.41H0L2.54 6.62l8-6.62 8 6.62zm-20-1H20L17.68 7.15l-7.1-5.85-7.11 5.85z" fill="#f6770f" data-name="layer 1"/></g></svg>
</span>
  これまでのキャリア
</h4>
</div>
*/
.c-title05 {
  margin: 0; }

.c-title05__heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  font-weight: normal;
  font-family: herozLight;
  margin-top: 0;
  margin-bottom: 0; }

.c-title05__icon {
  display: inline-block;
  padding-right: 8px; }
  .c-title05__icon svg {
    width: 20px;
    height: 24px;
    margin-bottom: 6px; }

.c-title06 {
  padding-left: 8px;
  border-left: solid 2px #f6770f;
  margin-top: 0;
  font-size: 20px;
  line-height: 1;
  font-weight: normal; }

.c-title07 {
  font-size: 24px;
  margin: 0;
  font-weight: normal; }

.c-title08 {
  font-weight: normal;
  font-size: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.c-underline {
  border-bottom: solid 1px #f6770f; }

.u-pc-fz15 {
  font-size: 15px !important; }

.u-mt--1 {
  margin-top: -1px !important; }

.u-m-0 {
  margin: 0 !important; }

.u-mb-0 {
  margin-bottom: 0; }

.u-mt-0 {
  margin-top: 0; }

.u-pc-mt-0 {
  margin-top: 0 !important; }

.u-pc-mt-60 {
  margin-top: 60px !important; }

.u-pc-mt-72 {
  margin-top: 72px !important; }

.u-pc-mt-72 {
  margin-top: 72px !important; }

.u-pc-mb-0 {
  margin-bottom: 0 !important; }

.u-pc-mb-8 {
  margin-bottom: 8px !important; }

.u-pc-mb-16 {
  margin-bottom: 16px !important; }

.u-pc-mb-24 {
  margin-bottom: 24px !important; }

.u-pc-mb-28 {
  margin-bottom: 28px !important; }

.u-pc-mb-32 {
  margin-bottom: 32px !important; }

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

.u-pc-mb-48 {
  margin-bottom: 48px !important; }

.u-pc-mb-60 {
  margin-bottom: 60px !important; }

.u-pc-mb-88 {
  margin-bottom: 88px !important; }

.u-pc-mb-100 {
  margin-bottom: 100px !important; }

.u-pc-mb-120 {
  margin-bottom: 120px !important; }

.u-pt-52 {
  padding-top: 52px !important; }

.u-pb-52 {
  padding-bottom: 52px !important; }

.u-space-10 {
  height: 10px; }

.u-space-30 {
  height: 30px; }

.u-space-20-15 {
  height: 20px; }

.u-space-pc-60 {
  height: 60px; }

.u-space-pc-50 {
  height: 50px; }

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

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

body {
  font-family: herozLight;
  color: #4c4c4c; }

img {
  max-width: 100%;
  height: auto; }

.screen-reader-text {
  font-size: 1px;
  line-height: 1px;
  margin: -1px 0 0;
  color: transparent; }

*:focus {
  outline: none; }

select {
  font-size: 16px; }

a:hover {
  opacity: .6; }

.l-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff; }

#bg {
  background-image: url(/cms/wp-content/themes/heroz/assets/img/service/btob/bg@2x.png);
  background-size: 7px auto;
  background-repeat: repeat;
  background-position: 0 0; }

#bg canvas {
  opacity: 1;
  -webkit-transition: opacity .25s ease 0s;
  transition: opacity .25s ease 0s; }

#bg canvas.-resizing {
  opacity: 0; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important; } }

@media only screen and (max-width: 767px) {
    .l-container {
      padding-left: 15px;
      padding-right: 15px; }
      .l-container.is-760 {
        padding-left: 15px;
        padding-right: 15px; }
      .l-container.is-960 {
        padding-left: 15px;
        padding-right: 15px; }
    .l-page-body {
      padding-top: 60px; }
    .l-pc-2colum__inner {
      margin-left: 0;
      margin-right: 0;
      display: block; }
    .l-pc-2colum__item {
      width: auto;
      padding-left: 0;
      padding-right: 0;
      -webkit-flex-shrink: 1;
          -ms-flex-negative: 1;
              flex-shrink: 1; }
    .l-pc-3-sp-2colum__inner {
      margin-left: -8px;
      margin-right: -8px; }
    .l-pc-3-sp-2colum__item {
      width: 50%;
      padding-left: 8px;
      padding-right: 8px; }
    .l-pc-3colum__inner {
      margin-left: 0;
      margin-right: 0;
      display: block; }
    .l-pc-3colum__item {
      width: auto;
      padding-left: 0;
      padding-right: 0; }
      .l-pc-3colum__item + .l-pc-3colum__item {
        margin-top: 36px; }
      .is-t2 .l-pc-3colum__item + .l-pc-3colum__item {
        margin-top: 15px; }
    .l-site-footer__upper {
      padding-top: 0;
      padding-bottom: 20px;
      border-bottom: none; }
    .l-site-header {
      -webkit-box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.02);
              box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.02);
      padding-bottom: 0;
      height: 68px;
      background-color: #f2f2f2;
/*      background-image: -webkit-linear-gradient(135deg, #fff 25%, rgba(246, 119, 15, 0.2) 25%, rgba(246, 119, 15, 0.2) 37.5%, #fff 37.5%, #fff 75%, rgba(246, 119, 15, 0.2) 75%, rgba(246, 119, 15, 0.2) 87.5%, #fff 87.5%, #fff);
      background-image: linear-gradient(-45deg, #fff 25%, rgba(246, 119, 15, 0.2) 25%, rgba(246, 119, 15, 0.2) 37.5%, #fff 37.5%, #fff 75%, rgba(246, 119, 15, 0.2) 75%, rgba(246, 119, 15, 0.2) 87.5%, #fff 87.5%, #fff);*/
      background-size: 6px 6px;
      background-repeat: repeat; }
      .is-page-top .l-site-header {
        padding-bottom: 0; }
  .l-sp-menu {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 100%;
    z-index: 1000;
    overflow: hidden;
    background-color: #f6770f;
    background-image: -webkit-gradient(linear, left top, right top, from(#f6770f), color-stop(#f6bd0f), to(#f6770f));
    background-image: -webkit-linear-gradient(left, #f6770f, #f6bd0f, #f6770f);
    background-image: linear-gradient(to right, #f6770f, #f6bd0f, #f6770f);
    background-size: 200% 100%;
    background-repeat: repeat;
    -webkit-animation: gradient 8s linear 0s infinite;
            animation: gradient 8s linear 0s infinite;
    -webkit-transition-property: bottom;
    transition-property: bottom;
    -webkit-transition-duration: .3s;
            transition-duration: .3s;
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in; }
    .l-sp-menu.is-open {
      bottom: 0; }
  .p-access-frame {
    padding-top: 32px; }
    .p-access-frame__inner {
      display: block; }
    .p-access-frame__map {
      width: auto;
      margin-bottom: 24px; }
    .p-access-frame__data {
      padding-left: 0; }
    .p-archive-list {
      margin-bottom: 16px; }
    .p-archive-list__inner {
      display: block; }
    .p-archive-list__date {
      padding-right: 8px;
      display: inline-block; }
    .p-archive-list__label {
      padding-right: 0;
      display: inline-block; }
  .p-b2c-app {
    margin-top: 40px;
    margin-bottom: 40px; }
    .p-b2c-app__item + .p-b2c-app__item {
      margin-top: 50px;
      padding-top: 50px; }
    .p-board-frame__01 {
      padding-top: 40px;
      padding-bottom: 40px; }
    .p-board-frame__02 {
      padding-top: 40px; }
    .p-board-profile-list {
      font-size: 13px; }
    .p-card01 {
      max-width: 360px;
      margin-left: auto;
      margin-right: auto; }
    .p-card01__inner {
      display: block; }
      .p-card01__image.is-500 {
        width: auto;
        padding: 24px 16px 0; }
        .p-card01__image.is-500 img {
          width: 160px;
          height: auto; }
    .p-card01__main {
      padding: 15px; }
    .p-card01__title {
      margin-top: 0; }
    .p-card01__text {
      font-size: 13px; }
      .p-card02 + .p-card02 {
        margin-top: 40px; }
    .p-card02__inner {
      display: block; }
    .p-card02__image {
      width: auto;
      max-width: 230px;
      margin-left: auto;
      margin-right: auto; }
    .p-card02__main {
      padding-left: 0; }
    .p-card03__body {
      display: block; }
    .p-card03__picture {
      width: auto;
      margin-bottom: 16px; }
    .p-card03__main {
      padding-right: 0; }
  .p-card03__pc-title {
    display: none; }
  .p-card04 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .p-card04__image {
    width: 50%;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
  .p-card05 {
    font-size: 13px; }
  .p-card05__name {
    margin-bottom: 5px; }
  .p-card05__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .p-card05__icon {
      float: none;
      margin-right: 16px;
      width: 73px;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0; }
    .p-card05__title {
      display: block; }
    .p-card05__body {
      float: none;
      width: auto; }
    .p-card05__links-list {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
    .p-card05__links-item {
      max-width: none;
      width: 50%;
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
          -ms-flex-positive: 0;
              flex-grow: 0; }
    .p-card05__link {
      margin: 0; }
    .p-card06__inner {
      display: block; }
    .p-card06__sp-block {
      display: block;
      text-align: center; }
      .p-card06__sp-block p {
        margin: 0; }
      .p-card06__sp-block .p-card06__title {
        display: none; }
    .p-card06__photo {
      width: 200px;
      margin-bottom: 20px;
      margin-left: auto;
      margin-right: auto; }
    .p-card06__main {
      padding-left: 0; }
      .p-card06__main .p-card06__name {
        display: none; }
      .p-card06__main .p-card06__year {
        display: none; }
    .p-card06__title {
      font-size: 20px;
      text-align: center;
      margin: 0 0 22px; }
    .p-card06__name {
      font-size: 13px; }
    .p-card06__year {
      font-size: 13px; }
    .p-card07 {
      padding: 24px 15px; }
    .p-card07__inner {
      display: block; }
    .p-card07__item {
      width: auto; }
      .p-card07__item:first-child {
        padding-right: 0;
        padding-bottom: 24px;
        border-right: none;
        border-bottom: solid 1px #e1e1e1; }
      .p-card07__item:last-child {
        padding-left: 0;
        padding-top: 24px; }
    .p-card08 {
      padding: 15px; }
    .p-card08__header {
      font-size: 12px; }
    .p-card08__text {
      font-size: 13px; }
    .p-company-info {
      padding-top: 24px;
      font-size: 13px; }
    .p-company-info__item {
      display: block;
      padding-top: 16px;
      padding-bottom: 16px; }
    .p-company-info__title {
      width: auto;
      margin-bottom: 6px; }
    .p-contact-fields__row {
      display: block; }
      .p-contact-fields__row + .p-contact-fields__row {
        margin-top: 30px; }
    .p-contact-fields__title {
      width: auto;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
    .p-contact-fields__detail {
      padding-top: 8px; }
      .p-contact-fields__detail input[type="text"],
      .p-contact-fields__detail input[type="tel"],
      .p-contact-fields__detail input[type="email"] {
        font-size: 16px; }
    .p-contact__textarea {
      height: 150px; }
      .p-contact__button.is-back {
        margin-bottom: 10px; }
    .p-contact__button {
      width: 100%; }
    .p-en-footer-functions {
      display: none; }
    .p-entry-btn-area {
      margin: 0 -15px 60px;
      padding: 24px 15px; }
  .p-entry-list {
    padding-top: 40px; }
    .p-entry-list__header {
      display: block; }
    .p-entry-list__archives::before {
      content: '';
      display: block;
      position: absolute;
      right: 12px;
      top: 50%;
      width: 8px;
      height: 8px;
      border-right: solid 1px #f6770f;
      border-bottom: solid 1px #f6770f;
      -webkit-transform-origin: center center;
          -ms-transform-origin: center center;
              transform-origin: center center;
      -webkit-transform: rotate(45deg) translate(-8px, -10%);
          -ms-transform: rotate(45deg) translate(-8px, -10%);
              transform: rotate(45deg) translate(-8px, -10%); }
    .p-entry-list__archives {
      position: relative; }
      .p-entry-list__archives select {
        display: block;
        width: 100%;
        padding: 8px 8px 11px;
        color: #f6770f;
        border: solid 1px;
        border-radius: 0;
        font-size: 16px; }
      .p-entry-list__paging .page-numbers {
        width: 30px;
        height: 30px; }
          .p-entry-list__paging .page-numbers.next::before {
            top: calc(50% - 10px); }
          .p-entry-list__paging .page-numbers.prev::before {
            top: calc(50% - 10px); }
    .p-foot-social {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      padding-left: 0;
      border-left: none;
      margin-bottom: 24px; }
    .p-foot-social__list {
      margin: 0; }
    .p-foot-social__item {
      margin-right: 6px; }
      .p-foot-social__item svg {
        width: 44px;
        height: 44px; }
    .p-footer-bottom {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: column-reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
    .p-footer-bottom__col {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: column-reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .p-footer-bottom__col:last-child {
        margin-left: 0;
        width: auto; }
    .p-footer-nav__list {
      display: block;
      margin-left: -15px;
      margin-right: -15px;
      border-top: solid 1px #d4d4d4; }
    .p-footer-nav__item {
      width: auto;
      max-width: 100%;
      border-bottom: solid 1px #d4d4d4;
      font-size: 13px;
      font-family: herozLight; }
    .p-footer-nav__item-link {
      padding: 15px 18px 15px 15px;
      margin-bottom: 0;
      font-size: 14px; }
    .p-footer-nav__sub-list {
      display: none;
      background: #ececec;
      font-family: herozLight; }
    .p-footer-nav__sub-item {
      padding: 0;
      background-color: #ececec;
      border-top: solid 1px #d4d4d4; }
      .p-footer-nav__sub-item + .p-footer-nav__sub-item {
        margin-top: -1px; }
    .p-footer-nav__sub-link {
      padding: 15px 15px 15px 30px; }
    .p-global-nav {
      display: none; }
    .p-head-message {
      padding-top: 30px;
      padding-bottom: 30px;
      background-position: left 110% , right -20px , center center;
      background-size: 140px auto,140px auto,auto auto; }
      .p-head-message.is-en {
        background-position: left 110% , right -20px , center center; }
    .p-head-message02 {
      padding-top: 30px;
      padding-bottom: 30px;
      background-position: left 110% , right -20px;
      background-size: 140px auto,140px auto; }
      .p-head-message02.is-en {
        background-position: left 110% , right -20px; }
    .p-head-message03 {
      padding-top: 30px;
      padding-bottom: 30px;
      background-size: auto 100%; }
    .p-head-message__title {
      font-size: 20px; }
    .p-head-message__text {
      width: auto;
      text-align: left;
      font-size: 13px; }
    .p-head-news__title {
      font-size: 24px; }
    .p-message-top-photo {
      margin-bottom: 40px; }
    .p-message-top-photo__text-frame {
      position: static; }
    .p-message-top-photo__text-box {
      position: static;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      text-align: center; }
    .p-message-top-photo__title {
      font-size: 20px;
      margin-top: 44px; }
    .p-message-top-photo__text {
      font-size: 13px; }
  .p-news-entry-content {
    font-size: 13px;
    margin-left: -15px;
    margin-right: -15px; }
    .p-news-entry-content h2 {
      margin-top: 50px;
      margin-bottom: 24px;
      font-size: 18px; }
      .p-news-entry-content h2::before {
        height: 18px;
        margin-right: 4px; }
    .p-news-entry-content h3 {
      margin-top: 24px;
      margin-bottom: 16px;
      font-size: 16px; }
    .p-news-entry-content ul {
      margin-bottom: 24px; }
    .p-news-entry-content p {
      margin-bottom: 24px; }
    .p-news-entry-header {
      padding-bottom: 24px;
      margin-bottom: 30px; }
    .p-news-entry-header__date {
      font-size: 13px;
      margin-bottom: 12px; }
    .p-news-entry-header__title {
      margin-bottom: 12px;
      font-size: 19px; }
    .p-philosophy-list {
      padding-top: 40px; }
    .p-philosophy-list__item {
      margin-bottom: 40px; }
    .p-philosophy-list__item-inner {
      display: block; }
    .p-philosophy-list__label {
      width: 110px;
      margin-bottom: 16px; }
    .p-philosophy-list__title {
      font-size: 19px; }
  .p-philosophy-list__text {
    font-size: 13px; }
    .p-position-back-link {
      margin: 0 0 32px;
      padding: 10px;
      font-size: 13px; }
    .p-position-entry-header {
      margin-bottom: 40px; }
    .p-position-entry-header__category {
      font-size: 13px;
      margin-bottom: 0; }
    .p-position-entry-header__title {
      font-size: 20px;
      margin-bottom: 16px; }
    .p-position-head-links {
      padding-bottom: 44px; }
    .p-position-head-links__item {
      margin-right: 0;
      width: 50%;
      margin-bottom: 8px; }
    .p-position-item + .p-position-item {
      margin-top: 44px; }
    .p-privacy {
      font-size: 13px; }
    .p-privacy__title01 {
      margin-top: 24px !important;
      font-size: 14px !important; }
    .p-privacy__text02 {
      margin-top: 24px; }
    .p-qa-list__q-text {
      font-size: 16px; }
    .p-qa-list__a-text {
      margin-top: 3px;
      font-size: 13px; }
    .p-recruit-message-text {
      margin-bottom: 60px; }
    .p-service-history-text {
      padding-left: 16px;
      padding-top: 0;
      font-size: 13px; }
      .p-service-history-text p {
        line-height: 1.4; }
      .p-service-section + .p-service-section {
        margin-top: 46px; }
    .p-service-section {
      font-size: 13px; }
    .p-share-box {
      margin-top: 50px;
      margin-bottom: 60px;
      margin-left: -15px;
      margin-right: -15px;
      padding: 26px 15px; }
    .p-share-box__body {
      display: block; }
    .p-share-box__copy-box {
      width: auto;
      display: block;
      margin-bottom: 16px; }
    .p-share-box__text {
      padding: 8px; }
    .p-share-box__btn-area {
      width: auto; }
    .p-share-box__share-btn-box {
      width: auto;
      height: auto;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .p-share-box__item + .p-share-box__item {
        margin-left: 0;
        padding: 0 16px; }
    .p-site-header {
      height: 60px;
      background-color: #fff;
      margin-left: -15px;
      margin-right: -15px; }
    .p-site-header__sitename {
      position: static;
      text-align: center;
      width: 85px;
      margin-left: auto;
      margin-right: auto;
      padding-top: 16px; }
      .p-site-header__sitename a {
        height: 32px; }
      .p-site-header__sitename svg {
        width: 85px;
        height: 32px; }
    .p-sp-foot-cont-nav__link {
      padding: 15px; }
  .p-sp-image-slide {
    width: 640px;
    padding-right: 15px; }
  .p-sp-image-slide__wrap {
    margin-right: -15px;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
    .p-staff-nav {
      width: auto;
      margin-top: 30px;
      margin-bottom: 50px;
      padding-bottom: 40px;
      border-bottom: solid 1px #e1e1e1; }
    .p-staff-nav__list {
      display: block;
      margin: 0;
      padding: 0 15px; }
    .p-staff-nav__item {
      width: auto;
      margin-bottom: 8px;
      padding: 0; }
  .p-staff-nav__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .p-staff-nav__photo {
    width: 60px; }
  .p-staff-nav__text {
    padding-left: 15px;
    text-align: left; }
  .p-staff-nav__position {
    display: inline-block; }
  .p-staff-nav__name {
    display: inline-block; }
    .p-staff {
      margin-bottom: 60px;
      padding-left: 15px;
      padding-right: 15px; }
    .p-staff__member + .p-staff__member {
      margin-top: 40px;
      padding-top: 40px; }
    .p-staff__member-header {
      margin-bottom: 24px; }
  .p-staff__member-content {
    font-size: 13px; }
    .p-staff__member-content + .p-staff__member-content {
      margin-top: 36px; }
    .p-top-recruit {
      /*
    background: #fff url(/cms/wp-content/themes/heroz/assets/img/photo_sp_top_recruit.jpg) no-repeat center top;
    */
      background-size: 100% auto;
      min-height: 0; }
    .p-top-recruit__main {
      margin-top: 18px;
      margin-bottom: 18px; }
    .p-top-recruit__title {
      font-size: 20px;
      margin: 0; }
    .p-top-recruit__btn {
      margin-left: 0;
      margin-bottom: 0; }
    .c-access-text {
      font-size: 13px; }
    .c-arrow-down {
      margin: 16px; }
    .c-arrow-link01__icon {
      width: 12px;
      margin-right: 4px; }
      .c-arrow-link01__icon svg {
        width: 12px;
        height: 12px; }
    .c-att-text01 {
      font-size: 12px;
      letter-spacing: 0; }
    .c-btn-list01__link {
      padding-left: 12px;
      font-size: 13px;
      letter-spacing: 0; }
    .c-btn01 {
      font-size: 13px;
      width: 100%; }
      .c-btn01.is-au {
        padding-left: 8px;
        padding-right: 8px; }
    .is-au .c-btn01__arrow {
      margin-left: 4px; }
    .c-btn02 {
      height: auto;
      padding: 6px 0 8px;
      font-size: 14px; }
    .c-card-photo01__photo {
      margin-bottom: 8px; }
    .c-card-photo01__caption {
      font-size: 12px; }
      .c-card-photo01__caption p {
        letter-spacing: 0.5px; }
    .c-card-photo02__photo {
      width: 80px; }
    .c-card-photo02__caption {
      line-height: 1.6;
      font-size: 12px;
      padding-left: 12px; }
    .c-card02__inner {
      -webkit-align-content: flex-start;
          -ms-flex-line-pack: start;
              align-content: flex-start;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; }
  .c-card04 {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto; }
      .c-content-box + .c-content-box {
        margin-top: 60px; }
    .c-content-box__inner {
      padding-top: 32px;
      padding-bottom: 32px; }
    .c-page-title + .c-content-box .c-content-box__inner {
      padding-top: 0;
      padding-bottom: 32px; }
  .c-dl-01 {
    text-align: center; }
    .c-dl-01.is-tal {
      text-align: left; }
    .c-dl-01__title {
      font-size: 12px; }
    .c-dl-01__body {
      font-size: 20px; }
    .c-dl-02__row {
      display: block;
      padding-top: 8px;
      padding-bottom: 8px;
      font-size: 13px; }
    .c-dl-02__title {
      width: auto;
      margin-bottom: 12px;
      font-family: herozMedium; }
    .c-iconcover-border {
      width: 30px;
      height: 30px;
      font-size: 16px; }
    .c-iconcover-gradient {
      width: 30px;
      height: 30px;
      font-size: 16px; }
    .c-label02 {
      font-size: 21px; }
    .c-page-title {
      padding-top: 24px;
      padding-bottom: 24px; }
      .c-page-title.is-blank {
        padding-top: 0;
        padding-bottom: 0; }
    .c-page-title__heading {
      font-size: 28px; }
    .c-photo-box01 {
      margin-left: -15px;
      margin-right: -15px;
      margin-bottom: 32px; }
  .c-sp-accordion {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .c-sp-accordion__arrow {
    width: 13px;
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-delay: .1s;
            transition-delay: .1s;
    -webkit-transition-duration: .3s;
            transition-duration: .3s;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
            transform: translateY(-2px); }
    .is-open .c-sp-accordion__arrow {
      -webkit-transform: translateY(2px) rotate(180deg);
          -ms-transform: translateY(2px) rotate(180deg);
              transform: translateY(2px) rotate(180deg); }
    .c-sp-accordion__arrow svg {
      width: 13px;
      height: 7px; }
  .c-sp-btn-arrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .c-sp-btn-arrow__arrow {
    width: 20px;
    position: relative; }
    .c-sp-btn-arrow__arrow svg {
      position: absolute;
      left: 0;
      top: calc(50% - 3px);
      width: 20px;
      height: 5px; }
  .c-sp-menu-btn {
    position: absolute;
    top: 15px;
    right: 10px;
    padding: 5px 0;
    border: none; }
    .c-sp-menu-btn svg {
      width: 30px;
      height: 12px; }
    .c-strong01 {
      font-size: 15px; }
    .c-strong02 {
      font-size: 15px;
      font-family: herozLight; }
  .c-tablist01__item {
    width: calc((100% - 8px) / 4);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
            align-content: stretch; }
    .c-tablist01__button {
      line-height: 1.4;
      width: 100%;
      font-size: 11px;
      letter-spacing: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-content: center;
          -ms-flex-line-pack: center;
              align-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .c-textbox01 {
      font-size: 13px; }
    .c-textbox02 {
      font-size: 15px;
      text-align: left; }
      .c-textbox02 br {
        display: none; }
    .c-title01 {
      margin-bottom: 24px; }
      .c-title01.is-en {
        padding-bottom: 12px; }
    .c-title01__heading {
      font-size: 31px; }
    .c-title03 {
      font-size: 21px;
      margin-bottom: 24px; }
    .c-title04 {
      font-size: 17px; }
    .c-title05__heading {
      font-size: 19px; }
    .c-title05__icon {
      padding-right: 4px; }
      .c-title05__icon svg {
        width: 16px;
        height: 18px;
        margin-bottom: 3px; }
    .c-title06 {
      font-size: 17px; }
    .c-title07 {
      font-size: 19px; }
    .c-title08 {
      font-size: 13px; }
  .is-pc {
    display: none; }
  .u-sp-fz13 {
    font-size: 13px !important; }
  .u-sp-mt0 {
    margin-top: 0 !important; }
  .u-sp-mt10 {
    margin-top: 10px !important; }
  .u-sp-mt40 {
    margin-top: 40px !important; }
  .u-sp-mb16 {
    margin-bottom: 16px !important; }
  .u-sp-mb24 {
    margin-bottom: 24px !important; }
  .u-sp-mb28 {
    margin-bottom: 28px !important; }
  .u-sp-mb40 {
    margin-bottom: 40px !important; }
  .u-sp-mb52 {
    margin-bottom: 52px !important; }
  .u-sp-mb60 {
    margin-bottom: 60px !important; }
  .u-sp-pt-0 {
    padding-top: 0 !important; }
  .u-sp-pt-36 {
    padding-top: 36px !important; }
  .u-sp-pb-0 {
    padding-bottom: 0 !important; }
  .u-sp-pb-36 {
    padding-bottom: 36px !important; }
  .u-sp-pb-42 {
    padding-bottom: 42px !important; }
    .u-space-20-15 {
      height: 15px; } }

@media only screen and (min-width: 768px) {
    .l-pc-2colum__item:nth-child(n + 3) {
      margin-top: 56px; }
    .l-pc-3-sp-2colum__item:nth-child(n + 4) {
      margin-top: 56px; }
    .l-pc-3colum__item:nth-child(n + 4) {
      margin-top: 56px; }
    .l-site-footer__upper {
      border-bottom: none;
      padding-bottom: 10px; }
    .l-site-header {
      -webkit-box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.02);
              box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.02); }
  .l-sp-menu {
    display: none; }
  .p-card03__sp-title {
    display: none; }
    .p-foot-social {
      width: 230px;
      height: 39px; }
      .is-en .p-foot-social {
        border-left: none;
        padding-left: 0; }
    .p-footer-bottom {
      -webkit-align-content: center;
          -ms-flex-line-pack: center;
              align-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .p-footer-bottom.is-en {
        display: block;
        text-align: center; }
        .p-footer-bottom.is-en .p-foot-social {
          display: none; }
        .p-footer-bottom.is-en .c-privacy-link {
          display: none; }
    .is-en .p-footer-bottom__col {
      display: block; }
  .p-footer-nav.is-en {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .is-en .p-footer-nav__list {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
    .is-en .p-footer-nav__item {
      width: calc(100% / 3);
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      max-width: none; }
    .is-en .p-footer-nav__sub-list {
      margin-left: 26px; }
    .is-en .p-footer-nav__sub-item {
      padding: 0;
      margin-bottom: 8px; }
    .p-global-nav__list {
      margin-right: 20px; }
    .p-global-nav__sub-list {
      -webkit-box-shadow: 0 10px 10px 0px rgba(0, 0, 0, 0.02);
              box-shadow: 0 10px 10px 0px rgba(0, 0, 0, 0.02); }
      .p-site-header__sitename a {
        height: 36px; }
    .p-site-header__sitename {
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 100px; }
    .p-sp-foot-cont-nav {
      display: none; }
    .p-top-recruit {
      margin-top: 0 !important; }
    .c-card02__main {
      padding-right: 0; }
    .c-page-title.is-cont {
      padding-top: 50px;
      position: relative; }
      .c-page-title.is-cont.is-blank {
        padding-top: 20px;
        padding-bottom: 0; }
      .c-page-title.is-cont::before {
        content: "";
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 20px;
        background-color: #f2f2f2;
/*        background-image: -webkit-linear-gradient(135deg, #fff 25%, rgba(246, 119, 15, 0.2) 25%, rgba(246, 119, 15, 0.2) 37.5%, #fff 37.5%, #fff 75%, rgba(246, 119, 15, 0.2) 75%, rgba(246, 119, 15, 0.2) 87.5%, #fff 87.5%, #fff);
        background-image: linear-gradient(-45deg, #fff 25%, rgba(246, 119, 15, 0.2) 25%, rgba(246, 119, 15, 0.2) 37.5%, #fff 37.5%, #fff 75%, rgba(246, 119, 15, 0.2) 75%, rgba(246, 119, 15, 0.2) 87.5%, #fff 87.5%, #fff);
*/        background-size: 6px 6px;
        background-repeat: repeat; }
  .c-sp-accordion__arrow {
    display: none; }
  .c-sp-btn-arrow__arrow {
    display: none; }
  .c-sp-menu-btn {
    display: none; }
  .c-tablist01__item br {
    display: none; }
  .is-sp {
    display: none; }
  .u-pc-fz-18 {
    font-size: 18px !important; }
  .u-pc-pb-0 {
    padding-bottom: 0 !important; }
  .u-pc-pb-60 {
    padding-bottom: 60px !important; } }

@media only screen and (max-width: 767px) and (max-width: 767px) {
    .l-pc-2colum__item + .l-pc-2colum__item {
      margin-top: 24px; }
    .l-pc-3-sp-2colum__item:nth-child(n + 3) {
      margin-top: 24px; } }

@media all and (-ms-high-contrast: none) {
    .p-card05__title {
      height: 40px; }
    .p-contact-fields__2col-item {
      width: 220px; }
    .p-head-news__title {
      background: transparent;
      color: #f6770f; }
    .p-message-top-photo__text-frame {
      width: 960px; }
  .p-philosophy-list__text {
    width: 558px; }
    .c-page-title__heading {
      background: transparent;
      color: #f6770f; }
    .c-title01__heading {
      background: transparent;
      color: #f6770f; }
    .c-title01__heading-ja {
      background: transparent;
      color: #f6770f; }
    .c-title02__heading {
      background: transparent;
      color: #f6770f; } }

/*# sourceMappingURL=../maps/style.css.map */

body.is-page-contact-download span.mwform-checkbox-field-text{
  display: contents;
}
body.is-page-contact-download input[name="privacy[data][]"] + span.mwform-checkbox-field-text{
  display: none;
  }

body.is-page-contact-download .p-contact .mw_wp_form select+.error{
  margin-top: 20px;
}

body.is-page-contact-download .p-contact .mw_wp_form select[name="category"]{
  border:  1px solid #aaa;
  border-radius: 5px;
  padding: 3px 10px;
}

.isms-list{
  list-style: none;
  padding: 0px 10px;
}
.isms-list h4{
  margin-bottom:  5px;
}
.isms-list p{
  margin-top: 0px;
  padding-left:  17px;
}
.l-site-footer__isms {
  text-align: right;
  padding-bottom: 15px;
}

.blog-contents{
  display: none;

}
.blog-contents.select{
  display: block;
}
.blog-contents > .col3{
  padding: 30px 0 30px 0 !important;
}

.blog-tabs{
  display: block;
}
.blog-tabs li{
  display: inline-block;
  padding: 5px 20px;
  border-radius: 3px 3px 0px 0px;
  margin-right: 1px;
  color: #4c4c4c;
    text-decoration: none;
    font-size: 15px;
    cursor: pointer;
}.blog-tabs li.select{
  background-color: #f5f5f4;
}

.qiita-blog-list{
  width: 100%;
}

.hentry{
  background-color: #FFF;
  border-radius: 3px;
  margin-bottom: 5px;
  padding: 5px;
}
.hentry a{
  display: block;
  width: 100%;
  height: 100%;
}

.entry-date{
  color: #f6770f;
  width: 140px;
  display: inline-block;
  vertical-align: top;
  line-height: 25px;
  padding: 0px 10px;
  font-weight: bold;
}

/*  2023.7 ニュースカテゴリカラー */
.c-categ-release {
  background-color: #ff905c;
}
.c-categ-event {
  background-color: #5c8ee9;
}
.c-categ-media {
  background-color: #5ccb5c;
}

/* 2024.01 株主優待ページtable */
#stock_point.qirTable{
  margin-bottom:10px;
  padding-left: 40px;
}
#stock_point .qirTableContainer{
  clear:both;
}
#stock_point.qirTable table .bindcolor {
  background-color: #f6770f;
  color: #FFFFFF;
}

#stock_point.qirTable table,
#stock_point.qirTable table th,
#stock_point.qirTable table td{
  border-style:solid;
  border-color:#FFFFFF; /*-- 表の枠色 --*/
}
#stock_point.qirTable table tr:nth-child(even){
  background-color:#EEEEEE; /*-- 表の枠色 --*/
}
#stock_point.qirTable table{
  border-top-width:1px;
  border-left-width:1px;
  border-right-width:0px;
  border-bottom-width:0px;
  border-collapse:collapse;
  width:80%;
}
#stock_point.qirTable table th,
#stock_point.qirTable table td{
  border-top-width:0;
  border-left-width:0;
  border-right-width:1px;
  border-bottom-width:1px;
  padding:1px;
  vertical-align:middle;
  font-size: 12px;
}
#stock_point.qirTable table th{
  background-color:#EEE; /*-- 表の背景色 --*/
  padding:1px;
  text-align:center;
  font-weight:normal;
  white-space:nowrap;
}
#stock_point.qirTable table td{
  text-align:right;
  padding-right:1px;
}
#stock_point.qirTable table .current{
  background-color:#FAFAFA;
}

.triangle{
  font-size:75%;
}

.tableHead{
  margin:1em 0;
}

/* 20240325 TOP ASKバナー */
#heroz_ask_banner{
  width: 100%;
  max-width: 440px;
  height: 180px;
  display: inline-block;
  position: fixed;
  right: 0px;
  bottom: 0px;
  padding: 10px;
  z-index: 2;
}
#heroz_ask_banner .close_button{
  display: inline-block;
  color: #00aaff;
  z-index: 3;
  position: absolute;
  right: 12px;
  top: 12px;
  font-size: 22px;
  background-color: rgba(255, 255, 255, 0.5);
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 15px;
  cursor: pointer;

}#heroz_ask_banner .close_button:hover{
  color: #f6770f;
}

.c-privacy-link.otherlink{
  text-align: right;
  line-height: 28px;
}
