/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
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: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 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 */ }

/**
 * 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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */ }

/**
 * 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 size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -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 */ }

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

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

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

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

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[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
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

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


@font-face {
  font-family: heroz;
  font-style: normal;
  font-weight: 300;
  src: url(/cms/wp-content/themes/heroz/assets/font/NotoSansCJKjp-Light.woff2)
  format("woff2"),url(/cms/wp-content/themes/heroz/assets/font/NotoSansCJKjp-Light.woff)
  format("woff"),url(/cms/wp-content/themes/heroz/assets/font/NotoSansCJKjp-Light.otf)
  format("opentype")
}

@font-face {
  font-family: heroz;
  font-style: normal;
  font-weight: 500;
  src: url(/cms/wp-content/themes/heroz/assets/font/NotoSansCJKjp-Medium.woff2)
  format("woff2"),url(/cms/wp-content/themes/heroz/assets/font/NotoSansCJKjp-Medium.woff)
  format("woff"),url(/cms/wp-content/themes/heroz/assets/font/NotoSansCJKjp-Medium.otf)
  format("opentype")
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 62.5%;
  /* 10px */
  font-family: heroz, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", sans-serif;
  font-weight: 300; }

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

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

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

.l-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%; }

.l-section.-lightGray {
  background-color: #f8f8f8; }

.l-section.-darkGray {
  background-color: #efefef; }

.l-section__inner {
  padding: 45px 15px;
  margin: 0 auto;
  position: relative; }
  @media screen and (min-width: 768px) {
    .l-section__inner {
      max-width: 1200px;
      padding: 90px 20px; } }

.c-btn {
  background-color: #fff;
  padding: 15px;
  display: block;
  font-size: 1.4rem;
  position: relative;
  text-decoration: none;
  color: #000; }
  .c-btn::before, .c-btn::after {
    position: absolute;
    content: "";
    display: block;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 1px;
    background-color: #000;
    -webkit-transition: -webkit-transform .1s ease 0s;
    transition: -webkit-transform .1s ease 0s;
    transition: transform .1s ease 0s;
    transition: transform .1s ease 0s, -webkit-transform .1s ease 0s; }
  .c-btn::before {
    width: 20px; }
  .c-btn::after {
    width: 6px;
    -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
            transform-origin: right center;
    -webkit-transform: rotateZ(45deg);
        -ms-transform: rotate(45deg);
            transform: rotateZ(45deg); }
  @media screen and (min-width: 768px) {
    .c-btn:hover::before {
      -webkit-transform: translateX(3px);
          -ms-transform: translateX(3px);
              transform: translateX(3px); }
    .c-btn:hover::after {
      -webkit-transform: translateX(3px) rotateZ(45deg);
          -ms-transform: translateX(3px) rotate(45deg);
              transform: translateX(3px) rotateZ(45deg); } }

.c-btn + .c-btn {
  margin-top: 10px; }

.c-btn.-orange {
  background-color: #f6770f;
  color: #fff; }
  .c-btn.-orange::before, .c-btn.-orange::after {
    background-color: #fff; }

.c-btn.-border {
  border: 1px solid #bfbfbf;
  background-color: #f7f7f7; }

.c-btn.-narrow {
  padding: 10px 15px; }

.c-list {
  font-size: 1.4rem;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .c-list li {
    position: relative;
    padding-left: 1em; }
    .c-list li::before {
      position: absolute;
      top: .75em;
      left: 0;
      content: "";
      background-color: #000;
      width: 4px;
      height: 1px; }


.e-list {
  line-height: 1.6;
  margin: 0px;
  padding: 0;
  list-style-type: none;
}
.e-list:before{
  content: "エンジン :";
  position: relative;
  padding-top: 1px;
  padding-right: 5px;
  display: inline-block;
  vertical-align: top;
  font-size: .8em;
  width: 50px;
}
.e-list li {
  position: relative;
  background-color: #FF9900;
  padding: 2px 5px;
  margin: 0px 5px 0px 0px;
  display: inline-block;
  font-size: .8em;
  color: #FFF;
}


.i-list {
  line-height: 1.6;
  margin: 0px 0px 10px 0px;
  padding: 0;
  font-size: 1.2em;
  list-style-type: none;
}
.i-list:before{
  content: "業種 :";
  position: relative;
  padding-top: 1px;
  padding-right: 5px;
  display: inline-block;
  vertical-align: top;
  font-size: 1.2em;
  width: 50px;
}
.i-list li {
  position: relative;
  background-color: #FF9900;
  padding: 2px 5px;
  margin: 0px 5px 0px 0px;
  display: inline-block;
  font-size: 1.2em;
  color: #FFF;
}



.c-heading {
  margin: 0 0 45px;
  text-align: center; }

.c-heading__main {
  margin: 0 0 20px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 300;
  font-size: 24px;
  letter-spacing: 0.05em;
  color: #f6770f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.c-heading__main::before, .c-heading__main::after {
  display: inline-block;
  content: "";
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  height: 2px; }

.c-heading__main::before {
  background-image: url(/cms/wp-content/themes/heroz/assets/img/service/btob/heading__main-before@2x.png);
  margin-right: 12px; }

.c-heading__main::after {
  background-image: url(/cms/wp-content/themes/heroz/assets/img/service/btob/heading__main-after@2x.png);
  margin-left: 12px; }

.c-heading__sub {
  margin: 0;
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 300; }

[lang='en'] .c-heading__sub {
  line-height: 1.4; }

@media screen and (min-width: 768px) {
  .c-heading {
    margin-bottom: 90px; }
  .c-heading__main {
    margin-bottom: 40px; }
  .c-heading__sub {
    font-size: 2.6rem; } }

#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; }

.p-hero {
  position: relative; }

@media screen and (min-width: 768px) {
  .p-hero {
    height: calc(100vh - 200px);
    min-height: 560px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

.p-heroText {
  padding: 120px 15px 90px; }

.p-heroText__title {
  margin: 0 0 32px;
  text-align: center; }

.p-heroText__description {
  margin: 0;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.75;
  font-weight: 300; }

@media screen and (min-width: 768px) {
  .p-heroText {
    padding: 0;
    margin-bottom: 80px; }
  .p-heroText__title {
    margin-bottom: 40px; }
  .p-heroText__description {
    font-size: 2rem; } }

.p-subNav {
  position: absolute;
  top: 10px;
  right: 10px;
  left: 10px; }

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

.p-subNav__item {
  border: 1px solid #e9f1ee;
  background-color: #fff;
  padding: 5px 15px;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 1.2rem;
  line-height: 1;
  position: relative;
  text-decoration: none;
  color: #000; }
  .p-subNav__item::before, .p-subNav__item::after {
    position: absolute;
    content: "";
    display: block;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 1px;
    background-color: #000;
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    transition: -webkit-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s, -webkit-transform 0.15s ease 0s; }
  .p-subNav__item::before {
    width: 20px; }
  .p-subNav__item::after {
    width: 7px;
    -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
            transform-origin: right center;
    -webkit-transform: rotateZ(45deg);
        -ms-transform: rotate(45deg);
            transform: rotateZ(45deg); }

.p-subNav__item:not(:last-child) {
  margin-right: 10px; }

@media screen and (min-width: 768px) {
  .p-subNav {
    top: 20px;
    right: 30px;
    left: auto; }
  .p-subNav__item {
    border: none;
    background-color: transparent;
    padding: 5px 45px 5px 5px; }
    .p-subNav__item:hover::before {
      -webkit-transform: translateX(3px);
          -ms-transform: translateX(3px);
              transform: translateX(3px); }
    .p-subNav__item:hover::after {
      -webkit-transform: translateX(3px) rotateZ(45deg);
          -ms-transform: translateX(3px) rotate(45deg);
              transform: translateX(3px) rotateZ(45deg); } }

.p-contentsNav {
  display: none; }

@media screen and (min-width: 768px) {
  .p-contentsNav {
    display: block;
    position: absolute;
    right: 0;
    bottom: 40px;
    left: 0;
    margin: auto;
    max-width: 800px; }
  .p-contentsNav ul {
    list-style-type: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0; }
  .p-contentsNav__item {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: center; }
  .p-contentsNav__item a {
    display: block;
    padding-bottom: 13px;
    position: relative; }
  .p-contentsNav__item a::after {
    position: absolute;
    content: "";
    display: block;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 13px;
    height: 10px;
    background-image: url(/cms/wp-content/themes/heroz/assets/img/service/btob/contentsnav-after@2x.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: -webkit-transform .1s ease 0s;
    transition: -webkit-transform .1s ease 0s;
    transition: transform .1s ease 0s;
    transition: transform .1s ease 0s, -webkit-transform .1s ease 0s; }
  .p-contentsNav__item a:hover::after {
    -webkit-transform: translateY(5px);
        -ms-transform: translateY(5px);
            transform: translateY(5px); } }

.p-solutionList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 0 30px; }

.p-solutionList__item:not(:last-child) {
  margin: 0 0 8px;
  position: relative; }

.p-solutionList__item:not(:last-child):after {
  position: absolute;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 68px;
  height: 44px;
  background-image: url(/cms/wp-content/themes/heroz/assets/img/service/btob/solutionList__item-after@2x.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%); }

@media screen and (min-width: 768px) {
  .p-solutionList {
    margin-bottom: 40px; }
  .p-solutionList__item:not(:last-child) {
    margin-bottom: 10px; }
  .p-solutionList__item:not(:last-child):after {
    width: 71px;
    height: 46px; } }

.p-solutionCard {
  background-color: #fff;
  padding: 60px 15px 30px;
  width: 100%; }

.p-solutionList__item:not(:last-child) .p-solutionCard {
  padding: 30px 15px; }

.p-solutionCard__heading {
  margin: 0 0 24px;
  text-align: center; }

.p-solutionCard__image {
  margin: 0;
  text-align: center; }

@media screen and (min-width: 768px) {
  .p-solutionCard {
    padding: 60px 40px 40px; }
  .p-solutionList__item:not(:last-child) .p-solutionCard {
    padding: 40px; }
  .p-solutionCard__heading {
    margin-bottom: 32px; } }

@media screen and (min-width: 768px) {
  .p-solutionLink {
    padding-left: calc(100% - 360px); } }

.p-engineList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -5px -10px; }

.p-engineList__item {
  padding: 0 5px;
  margin: 0 0 10px;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.p-engineCard {
  background-color: #fff;
  padding: 30px 15px 15px;
  width: 100%; }

.p-engineCard__icon {
  margin: 0 0 30px;
  text-align: center; }

.p-engineCard__name {
  margin: 0 0 10px;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.4; }

.p-engineCard__description {
  margin: 0;
  font-size: 1.3rem;
  line-height: 1.4; }

[lang='en'] .p-engineCard__description {
  font-size: 1.2rem; }

@media screen and (min-width: 768px) {
  .p-engineCard {
    position: relative;
    padding: 40px; }
  .p-engineCard__icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    margin: auto;
    width: 90px;
    height: 90px; }
  .p-engineCard__name {
    margin-bottom: 12px;
    margin-left: 130px;
    font-size: 2rem;
    font-weight: 300; }
  .p-engineCard__description {
    margin-left: 130px; } }

.p-productList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.p-productList__item:not(:last-child) {
  margin: 0 0 20px; }

.p-productCard {
  background-color: #fff;
  padding: 30px 15px;
  width: 100%; }

.p-productCard__subtitle {
  margin: 0 0 16px;
  font-size: 1.4rem;
  color: #f6770f; }

.p-productCard__title {
  margin: 0 0 24px;
  font-size: 4rem;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 200;
  line-height: 1; }

.p-productCard__image {
  margin: 0 0 30px;
  text-align: center; }

.p-productCard__description {
  margin: 0 0 30px;
  font-size: 1.4rem;
  line-height: 1.6; }

.p-productCard__iconList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -10px 30px; }

.p-productCard__icon {
  position: relative;
  padding: 0 10px;
  width: 80px; }
  .p-productCard__icon:not(:last-child)::before, .p-productCard__icon:not(:last-child)::after {
    position: absolute;
    content: "";
    display: block;
    width: 13px;
    height: 2px;
    background-color: #f6770f;
    top: 0;
    right: -6.5px;
    bottom: 0;
    margin: auto; }
  .p-productCard__icon:not(:last-child)::after {
    -webkit-transform: rotateZ(90deg);
        -ms-transform: rotate(90deg);
            transform: rotateZ(90deg); }

@media screen and (min-width: 768px) {
  .p-productCard {
    padding: 60px calc(50% + 20px) 60px 90px;
    position: relative; }
  .p-productCard__subtitle {
    margin-bottom: 16px; }
  .p-productCard__title {
    font-size: 4.8rem;
    margin-bottom: 16px; }
  .p-productCard__image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding-right: 90px;
    padding-left: 20px;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .p-productCard__description {
    margin-bottom: 24px; }
  .p-productCard__iconList {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .p-productCard__icon {
    width: auto; }
  .p-productCard__link {
    width: 200px; } }

.p-caseList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

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

.p-caseList__item:not(:last-child) {
  margin: 0 0 10px; }

@media screen and (min-width: 768px) {
  .p-caseList {
    margin: -5px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .p-caseList__item {
    width: 33.33333%;
    padding: 0 5px;
    margin-bottom: 10px; } }

.p-caseCard {
  width: 100%;
  background-color: #fff;
  padding: 30px; }

.p-caseCard__name {
  position: relative;
  padding-bottom: 20px;
  margin: 0 0 20px;
  font-size: 2rem;
  font-weight: 300; }
  .p-caseCard__name::after {
    position: absolute;
    content: "";
    display: block;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 1px;
    background-color: #000; }

.p-caseCard__leadtext {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.4;
  margin: 0 0 10px; }

.p-caseCard__description {
  font-size: 1.3rem;
  padding-bottom: 20px;
  min-height: 120px;
}

@media screen and (min-width: 768px) {
  .p-caseCard {
    padding: 40px; }
  .p-caseCard__name {
    font-size: 2.6rem;
    padding-bottom: 30px;
    margin-bottom: 30px; }
  .p-caseCard__leadtext {
    margin-bottom: 15px; } }

.p-customerList {
  font-size: 1.4rem;
  padding: 0 10px; }

.p-customerList__note {
  font-size: 1rem; }

@media screen and (min-width: 768px) {
  .p-customerList {
    max-width: 760px;
    margin: 0 auto; }
  .p-customerList ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .p-customerList li {
    width: 50%;
    margin-bottom: 10px; } }

.p-contact {
  background-color: #fff; }

@media screen and (min-width: 768px) {
  .p-contact .l-section__inner {
    max-width: 600px;
    margin: auto; } }

@media screen and (min-width: 768px) {
  .p-contactList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 70px; }
  .p-contactList__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

.p-contactLink {
  margin: 0 0 45px; }

.p-contactLink__heading {
  font-size: 1.4rem;
  line-height: 1.6;
  margin: 0 0 20px;
  text-align: center; }

@media screen and (min-width: 768px) {
  .p-contactLink {
    margin: 0 40px 0 0;
    padding-right: 40px;
    border-right: 1px solid #bfbfbf; }
  .p-contactLink__heading {
    font-size: 1.6rem;
    margin-bottom: 15px;
    text-align: left; } }

.p-share {
  margin: 0 0 45px; }

.p-share__heading {
  margin: 0 0 15px;
  text-align: center; }

.p-share__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.p-share__item {
  display: block; }

.p-share__item:not(:last-child) {
  margin-right: 10px; }

@media screen and (min-width: 768px) {
  .p-share {
    margin: 0;
    width: 88px; }
  .p-share__heading {
    text-align: left; } }

.p-identity {
  text-align: center; }

.u-visible-sp {
  display: block; }
  @media screen and (min-width: 768px) {
    .u-visible-sp {
      display: none; } }

.u-visible-pc {
  display: none; }
  @media screen and (min-width: 768px) {
    .u-visible-pc {
      display: block; } }




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

@media screen and (min-width: 768px) {

  ul.c-steplist li{
    display: inline-block;
    width: 25%;
    height: 300px;
    position: relative;
    box-sizing: border-box;
    vertical-align: top;
    border-right: 10px solid #F8F8F8;
  }
  ul.c-steplist li div dl{
    list-style-type: none;
    margin-left: 0;
    margin-top: 10px;
    padding-left: 55px;
      font-size: 1.4em;
    }
  ul.c-steplist li div dl dd{
    margin: 0px;
    line-height: 1.6;
    position: relative;
    padding-left: 5px;
    padding-right: 10px;
  }
  ul.c-steplist li div dl dd:before{
    content: "-";
    padding-right: 5px;
    position: absolute;
    left: -5px;
  }

  ul.c-steplist li div{
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #FFF;
  }
  ul.c-steplist li picture{
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
  }
  ul.c-steplist li:nth-of-type(1) picture {
    padding: 20px 40px 0px 20px;
  }
  ul.c-steplist li:nth-of-type(4) picture {
    padding: 20px 55px 0px 20px;
  }
  ul.c-steplist li:nth-of-type(2) picture,
  ul.c-steplist li:nth-of-type(3) picture {
    padding: 20px 20px 0px 20px;
  }


  

  .c-steplist li:nth-of-type(1):after,
  .c-steplist li:nth-of-type(2):after,
  .c-steplist li:nth-of-type(3):after{
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(246, 119, 15, 0);
    border-left-color: #f6770f;
    border-width: 20px;
    margin-top: -20px;
    z-index: 10;
  }


  .c-steplist li:nth-of-type(1):before,
  .c-steplist li:nth-of-type(2):before,
  .c-steplist li:nth-of-type(3):before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #FFF;
    border-width: 31px;
    margin-top: -31px;
    z-index: 10;
  }

  .c-steplist li div:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #f8f8f8;
    border-width: 46px;
    margin-top: -46px;
    z-index: 8;
  }







}
@media screen and (max-width: 768px) {

  ul.c-steplist li{
    display: inline-block;
    width: 100%;
    min-height: 150px;
    position: relative;
    box-sizing: border-box;
    vertical-align: top;
    background-color: #FFF;
  }
  ul.c-steplist li div picture {
    position: absolute;
    top: 10px;
    left: 0px;
  }
  ul.c-steplist li div dl{
    list-style-type: none;
    margin-left: 0;
    margin-bottom: 30px;
    padding-left: 30px;
    font-size: 1.3em;
    display: inline-block;
    padding-top: 30px;
    }
  ul.c-steplist li div dl dd{
    margin: 0px;
    line-height: 1.6;
    position: relative;
    padding-left: 5px;
    padding-right: 10px;
  }
  ul.c-steplist li div dl dd:before{
    content: "-";
    padding-right: 5px;
    position: absolute;
    left: -5px;
  }

  ul.c-steplist li div{
    display: inline-block;
    width: 100%;
    height: 100%;
    padding-left: 160px;
    position: relative;
  }
  ul.c-steplist li picture{
    display: inline-block;
    width: 150px;
    box-sizing: border-box;
    padding: 20px 20px 5px 20px;
  }

  ul.c-steplist li:after, ul.c-steplist li:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    z-index: 10;
  }

  ul.c-steplist > li:nth-of-type(1),
  ul.c-steplist > li:nth-of-type(2),
  ul.c-steplist > li:nth-of-type(3) {
    border-bottom: 10px solid #f8f8f8;
  }

  ul.c-steplist > li:nth-of-type(1):after,
  ul.c-steplist > li:nth-of-type(2):after,
  ul.c-steplist > li:nth-of-type(3):after {
    border-color: rgba(246, 119, 15, 0);
    border-top-color: #f6770f;
    border-width: 20px;
    margin-left: -20px;
  }
  ul.c-steplist > li:nth-of-type(1):before,
  ul.c-steplist > li:nth-of-type(2):before,
  ul.c-steplist > li:nth-of-type(3):before {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #ffffff;
    border-width: 31px;
    margin-left: -31px;
  }

  ul.c-steplist > li:nth-of-type(2) > div:before,
  ul.c-steplist > li:nth-of-type(3) > div:before,
  ul.c-steplist > li:nth-of-type(4) > div:before {
    top: 0%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #f8f8f8;
    border-width: 36px;
    margin-left: -36px;
  }




}

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background-color: rgba(0,0,0,0.5);
    text-decoration: none;
    color: #fff;
    width: 60px;
    padding: 20px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}