@charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  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: #ff0;
  color: #000; }

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  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 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

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

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -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
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

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

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

/*	サイト共通部分設定	*/
html {
  font-size: 62.5%; }

body {
  font-size: 1.6rem;
  line-height: 1.6;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 400;
  color: #656465;
  letter-spacing: 1px; }

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

p {
  margin: 0; }

figure {
  margin: 0; }

img {
  vertical-align: bottom; }

address {
  font-style: normal; }

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

li {
  margin: 0;
  list-style-type: none; }

input, textarea {
  outline: none; }

a {
  color: #656465;
  text-decoration: none;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

a:hover {
  opacity: 0.7; }

/* リンクアンダーライン */
a.underlineLink {
  position: relative;
  z-index: 1;
  display: inline-block;
  position: relative;
  padding: 0.5em 0; }
  a.underlineLink::after {
    position: absolute;
    bottom: 10px;
    left: -8px;
    z-index: -1;
    width: 130%;
    height: 6px;
    content: '';
    display: block;
    /*background: linear-gradient(90deg, rgba(207,219,20,1) 0%, rgba(207,219,20,1) 85%, rgba(101,100,101,1) 100%);*/
    background: -webkit-gradient(linear, left top, right top, from(#d2d85f), color-stop(80%, #d2d85f), color-stop(90%, #eeeeee), to(#eeeeee));
    background: -webkit-linear-gradient(left, #d2d85f 0%, #d2d85f 80%, #eeeeee 90%, #eeeeee 100%);
    background: -o-linear-gradient(left, #d2d85f 0%, #d2d85f 80%, #eeeeee 90%, #eeeeee 100%);
    background: linear-gradient(to right, #d2d85f 0%, #d2d85f 80%, #eeeeee 90%, #eeeeee 100%);
    -webkit-transition: -webkit-transform .3s .2s;
    transition: -webkit-transform .3s .2s;
    -o-transition: transform .3s .2s;
    transition: transform .3s .2s;
    transition: transform .3s .2s, -webkit-transform .3s .2s;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top; }
  a.underlineLink--white::after {
    background: -webkit-gradient(linear, left top, right top, from(#d2d85f), color-stop(80%, #d2d85f), color-stop(90%, #fff), to(#fff));
    background: -webkit-linear-gradient(left, #d2d85f 0%, #d2d85f 80%, #fff 90%, #fff 100%);
    background: -o-linear-gradient(left, #d2d85f 0%, #d2d85f 80%, #fff 90%, #fff 100%);
    background: linear-gradient(to right, #d2d85f 0%, #d2d85f 80%, #fff 90%, #fff 100%); }
  a.underlineLink--short::after {
    width: 110%; }
  a.underlineLink:hover {
    opacity: 1; }
    a.underlineLink:hover::after {
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      transform: scale(1, 1);
      -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
      transform-origin: left top; }

/* リンクアンダーライン */
/* 共通 */
/* wrapper */
.l-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-width: 1024px; }

.l-inner {
  width: 1024px;
  margin: 0 auto; }

.l-section {
  margin: 10em 0; }

.contentSec__ttl {
  margin-bottom: 1em;
  font-size: 3rem;
  font-weight: 500;
  text-align: center; }
  .contentSec__ttl--left {
    text-align: left; }
  .contentSec__ttl--sub {
    font-size: 2rem; }

.contentSec__newsTime {
  display: block;
  margin-bottom: 1em;
  text-align: right; }

/* wrapper */
/* header */
.headerSec {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7); }
  .headerSec__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .headerSec__logo {
    position: relative;
    top: 4px;
    width: 10%; }
  /*.headerSec__nav {
    width: 70%; }*/
    .headerSec__nav {
      width: 80%; }

.spMenu {
  display: none; }

.pageNav__logo {
  display: none; }

.pageNav__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.pageNav__item {
  position: relative;
  width: 25%;
  text-align: center; }
  .pageNav__item:first-child {
    display: none; }
  .pageNav__item a {
    padding: 1.5em 0;
    display: block; }
    .pageNav__item a.is-active, .pageNav__item a:hover {
      opacity: 1;
      background: #cfdb14;
      color: #fff; }

.pageNav__lower {
  position: absolute;
  top: 100%;
  left: 0px;
  display: none;
  width: 100%;
  background: #cfdb14; }

.pageNav__lowerItem {
  border-top: 1px solid #fff; }
  .pageNav__lowerItem a {
    padding: .8em 0;
    color: #fff; }

/* header */
/* footer */
.footerSec {
  background: #eee; }
  .footerSec__copy {
    padding: .5em 0;
    background: #cfdb14;
    color: #fff;
    text-align: center; }
    .footerSec__copy small {
      font-size: 1.6rem; }
  .footerSec__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    padding: 4em 0; }
  .footerSec__item {
    width: 15%; }
    .footerSec__item:first-child {
      position: relative;
      top: -1em;
      width: 31%;
      margin: 0 2% 1em 0; }
      .footerSec__item:first-child > img {
        width: 50%;
        margin-bottom: 1em; }
    .footerSec__item address {
      font-size: 1.4rem; }

.sitemapLink__item + .sitemapLink__item {
  margin-top: 1em; }

.sitemapLink__item a {
  font-size: 1.4rem; }

.sitemapLink__item span {
  display: inline-block;
  padding: .5em 0; }

.sitemapLink__lower {
  margin-left: 1em; }

/* footer */
/* contact */
.contactSec {
  position: relative;
  padding: 2em 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../../assets/img/common/bg_contact.png) no-repeat center;
  background-size: cover; }
  .contactSec::before {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 6;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3); }
  .contactSec::after {
    position: absolute;
    bottom: -6px;
    left: -4px;
    z-index: 5;
    content: 'CONTACT';
    font-size: 9rem;
    color: #fff;
    line-height: 1;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500; }
  .contactSec--top {
    width: 100%;
    padding: 6em 0;
    background-position: center bottom; }
  .contactSec--lower {
    width: 50%;
    margin: 0 auto 10em; }
  .contactSec__inner {
    position: relative;
    z-index: 7; }
  .contactSec__ttl {
    margin-bottom: 1em;
    font-size: 3rem;
    font-weight: 500;
    color: #fff;
    text-align: center; }
  .contactSec__txt {
    width: 560px;
    margin: 2em auto;
    color: #fff;
    text-align: left; }

/* contact */
/* btnLink */
.btnLink {
  --size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff; }
  .btnLink a {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 300px;
    margin: 0 auto;
    padding: .5em 4em;
    border-radius: 20px / 50%;
    -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.7), -1px -1px 4px white;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.7), -1px -1px 4px white;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #cfdb14;
    background: #fff;
    color: #656465;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    white-space: nowrap;
    /* modern browser用 */
    /* modern browser用 */
    /* IE11 */
    /* IE11 */ }
    .btnLink a::before {
      content: "";
      position: absolute;
      top: 0px;
      left: 0px;
      z-index: -1;
      width: 100%;
      height: 100%;
      border-radius: 20px / 50%;
      background-color: #cfdb14;
      -webkit-transition: 0.3s linear;
      -o-transition: 0.3s linear;
      transition: 0.3s linear; }
    .btnLink a::after {
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }
    .btnLink a::before {
      -webkit-clip-path: circle(var(--size) at center);
      clip-path: circle(var(--size) at center); }
    .btnLink a::after {
      position: absolute;
      top: 50%;
      left: 90%;
      content: '';
      display: block;
      width: .5em;
      height: .5em;
      border-right: 2px solid #cfdb14;
      border-top: 2px solid #cfdb14;
      -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
      transform: translateY(-50%) rotate(45deg); }
    @media all and (-ms-high-contrast: none) {
      .btnLink a::after {
        position: absolute;
        top: 50%;
        left: 90%;
        content: '';
        display: block;
        width: .5em;
        height: .5em;
        border-right: 2px solid #656465;
        border-top: 2px solid #656465;
        -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
        transform: translateY(-50%) rotate(45deg); } }
    .btnLink a:hover {
      opacity: 1;
      color: #fff; }
      .btnLink a:hover::before {
        --size: 300px; }
      .btnLink a:hover::after {
        left: 92%;
        border-color: #fff; }
  .btnLink--under a::after {
    -webkit-transform: translateY(-75%) rotate(135deg);
    -ms-transform: translateY(-75%) rotate(135deg);
    transform: translateY(-75%) rotate(135deg); }
  .btnLink--under a:hover::after {
    top: 65%;
    left: 90%; }

/* btnLink */
/* keyvisual */
.keyvisual {
  position: relative;
  width: 100%;
  height: 40vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .keyvisual--features {
    background-image: url(../../assets/img/features/index/bg_kv_features.png); }
  .keyvisual--factory {
    background-image: url(../../assets/img/features/factory/bg_kv.png); }
  .keyvisual--quality {
    background-image: url(../../assets/img/features/quality/bg_kv.png); }
  .keyvisual--ar {
    background-image: url(../../assets/img/products/ar/bg_kv.png); }
  .keyvisual--company {
    background-image: url(../../assets/img/company/bg_kv.png); }
  .keyvisual--news {
    background-image: url(../../assets/img/news/bg_kv.png); }
  .keyvisual--contact {
    background-image: url(../../assets/img/contact/bg_kv.png); }
  .keyvisual::before {
    position: absolute;
    top: 0px;
    left: 0px;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3); }

/* keyvisual */
/* pageTtl */
.pageTtl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 100%;
  right: 10%;
  font-size: 3rem;
  font-weight: bold; }
  .pageTtl::before {
    content: '';
    display: block;
    width: .5em;
    height: 3px;
    margin-right: .5em;
    background: #656465; }
  .pageTtl::after {
    content: '';
    display: block;
    width: .5em;
    height: 3px;
    margin-left: .5em;
    background: #656465; }

.pageSubTtl {
  position: absolute;
  bottom: -1px;
  right: 10%;
  max-width: 50%; }
  .pageSubTtl img {
    width: 100%;
    height: auto; }

/* pageTtl */
/* articleContent */
.articleContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  margin: 4em auto; }
  .articleContent__txt {
    width: 52%; }
  .articleContent__img {
    width: 40%; }
    .articleContent__img img {
      width: 100%;
      height: auto; }
  .articleContent__paragraph {
    margin-top: 2em; }
    .articleContent__paragraph--right {
      text-align: right; }
    .articleContent__paragraph:first-child {
      margin-top: 0; }
  .articleContent--reverse > .articleContent__txt {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .articleContent--reverse > .articleContent__img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .articleContent--vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 60%;
    margin: 4em auto; }
    .articleContent--vertical > .articleContent__txt {
      width: 100%;
      margin-bottom: 2em; }
    .articleContent--vertical > .articleContent__img {
      width: 100%; }

/* articleContent */
/* 共通 */
/* SP start */
@media screen and (max-width: 767px) {
  a {
    -webkit-transition: none;
    -o-transition: none;
    transition: none; }
    a:hover {
      opacity: 1; }
  img {
    width: 100%;
    height: auto; }
  /* 共通 */
  body.is-active {
    height: 100vh;
    overflow: hidden; }
  .l-wrapper {
    width: 100%;
    min-width: 100%;
    padding-top: 60px; }
  .l-inner {
    width: 90%;
    margin: 0 auto; }
  .l-section {
    margin: 8em 0; }
  /* 共通 */
  /* header */
  .headerSec__content {
    height: 60px; }
  .headerSec__logo {
    top: 0;
    width: 25%; }
  .headerSec__nav {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 3;
    width: 100%;
    height: 100vh;
    overflow: scroll;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
    .headerSec__nav.is-active {
      position: absolute;
      top: 0px;
      left: 0px; }
  .pageNav {
    background: #cfdb14; }
    .pageNav__logo {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 90%;
      height: 60px;
      padding: 0 5%;
      background: #fff; }
      .pageNav__logo > a > img {
        width: 25%; }
    .pageNav__list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 90%;
      margin: 20px auto;
      border: 1px solid #fff;
      border-radius: 10px; }
    .pageNav__item {
      width: 100%;
      border-bottom: 1px solid #fff;
      text-align: left; }
      .pageNav__item:first-child {
        display: block; }
      .pageNav__item:last-child {
        border: none; }
      .pageNav__item a {
        position: relative;
        padding: 1.5em;
        color: #fff;
        -webkit-transition: none;
        -o-transition: none;
        transition: none; }
        .pageNav__item a::after {
          position: absolute;
          top: 50%;
          left: 90%;
          content: '';
          display: block;
          width: .5em;
          height: .5em;
          border-right: 2px solid #fff;
          border-top: 2px solid #fff;
          -webkit-transform: translateY(-50%) rotate(45deg);
          -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg); }
        .pageNav__item a:hover {
          background: inherit;
          color: inherit; }
    .pageNav__lower {
      position: static;
      display: block;
      width: calc( 100% - 2em);
      margin-left: 2em; }
    .pageNav__lowerItem {
      border-top: 1px solid #fff;
      background: #fff; }
      .pageNav__lowerItem + .pageNav__lowerItem {
        border-top: 1px solid #cfdb14; }
      .pageNav__lowerItem a {
        padding: .8em 1.5em;
        color: #656465; }
        .pageNav__lowerItem a::after {
          position: absolute;
          top: 50%;
          left: 90%;
          content: '';
          display: block;
          width: .5em;
          height: .5em;
          border-right: 2px solid #656465;
          border-top: 2px solid #656465;
          -webkit-transform: translateY(-50%) rotate(45deg);
          -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg); }
  .spMenu {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 5;
    width: 60px;
    height: 60px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #cfdb14; }
    .spMenu > span {
      position: absolute;
      top: 12px;
      left: 10px;
      display: inline-block;
      width: 40px;
      height: 4px;
      background-color: #fff;
      border-radius: 4px;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }
      .spMenu > span:nth-of-type(2) {
        top: 28px; }
      .spMenu > span:nth-of-type(3) {
        top: 44px; }
  .spMenu.is-active > span:nth-of-type(1) {
    -webkit-transform: translateY(16px) rotate(-45deg);
    -ms-transform: translateY(16px) rotate(-45deg);
    transform: translateY(16px) rotate(-45deg); }
  .spMenu.is-active > span:nth-of-type(2) {
    -webkit-transform: translateY(0) rotate(45deg);
    -ms-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg); }
  .spMenu.is-active > span:nth-of-type(3) {
    opacity: 0; }
  /* header */
  /* footer */
  .footerSec__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 2em 0; }
  .footerSec__item {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .footerSec__item:first-child {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      position: static;
      width: 100%;
      margin: 1em 0 0 0; }
      .footerSec__item:first-child > img {
        width: 40%; }
      .footerSec__item:first-child > address {
        width: 100%; }
    .footerSec__item:nth-of-type(2) {
      border-right: 1px solid #656465;
      border-bottom: 1px solid #656465; }
    .footerSec__item:nth-of-type(3) {
      border-bottom: 1px solid #656465; }
    .footerSec__item:nth-of-type(4) {
      border-right: 1px solid #656465; }
  .sitemapLink__item {
    padding: .5em; }
    .sitemapLink__item + .sitemapLink__item {
      margin-top: 0; }
    .sitemapLink__item a {
      display: block;
      -webkit-transition: none;
      -o-transition: none;
      transition: none; }
      .sitemapLink__item a::after {
        display: none; }
    .sitemapLink__item span {
      display: inline-block;
      padding: .5em 0; }
  .sitemapLink__lower {
    margin-left: .5em; }
  /* footer */
  /* contact */
  .contactSec::after {
    font-size: 6rem; }
  .contactSec--top {
    background-size: auto 100%; }
    .contactSec--top::after {
      position: absolute;
      bottom: -4px;
      left: -2px; }
  .contactSec--lower {
    width: 100%;
    margin-bottom: 8em; }
  .contactSec__inner {
    position: relative;
    z-index: 7; }
  .contactSec__txt {
    width: 90%; }
  /* contact */
  /* btnLink */
  .btnLink a {
    border: none;
    background: #cfdb14;
    color: #fff;
    -webkit-transition: none;
    -o-transition: none;
    transition: none; }
    .btnLink a::before {
      display: none; }
    .btnLink a::after {
      position: absolute;
      top: 50%;
      left: 90%;
      content: '';
      display: block;
      width: .5em;
      height: .5em;
      border-right: 2px solid #fff;
      border-top: 2px solid #fff;
      -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
      transform: translateY(-50%) rotate(45deg);
      -webkit-transition: none;
      -o-transition: none;
      transition: none; }
    .btnLink a:hover {
      opacity: 1; }
      .btnLink a:hover::after {
        left: 90%;
        border-color: inherit; }
  .btnLink--under a::after {
    -webkit-transform: translateY(-75%) rotate(135deg);
    -ms-transform: translateY(-75%) rotate(135deg);
    transform: translateY(-75%) rotate(135deg); }
  /* btnLink */
  .pageSubTtl {
    max-width: 80%; }
  /* pageTtl */
  /* articleContent */
  .articleContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 2em; }
    .articleContent__txt {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      width: 100%; }
    .articleContent__img {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      width: 100%;
      margin: 0 0 1em 0; }
    .articleContent--vertical {
      width: 100%;
      max-width: 100%; }
      .articleContent--vertical > .articleContent__txt {
        margin-bottom: 0; }
    .articleContent:last-child {
      margin-bottom: 4em; }
  /* articleContent */ }

/* SP end */
/* こだわりindexページ start */
.featuresContent__inner {
  padding: 10em 0;
  background: #e8e8e8; }

.featuresList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 92%;
  margin: 10em auto; }
  .featuresList__item {
    position: relative;
    width: 46%; }
    .featuresList__item a {
      overflow: hidden;
      position: relative;
      display: block; }
      .featuresList__item a::before {
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 1;
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.3); }
      .featuresList__item a img {
        width: 100%;
        height: auto;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
      .featuresList__item a:hover img {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2); }
  .featuresList__ttl {
    margin-bottom: 1em;
    font-size: 2rem;
    font-weight: 500;
    text-align: center; }
    .featuresList__ttl span {
      font-size: 2.4rem; }
  .featuresList__lead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 3rem;
    color: #fff;
    white-space: nowrap; }
    .featuresList__lead > span {
      font-size: 1.6rem; }
  .featuresList__txt {
    margin-top: 1em; }

/* 各種コンテナ設定 */
.featuresDetail {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .featuresDetail__exp {
    width: 34%;
    margin-top: 10em; }
  .featuresDetail__eco {
    width: 61%;
    margin-left: auto; }
  .featuresDetail__list {
    position: absolute;
    top: -25%;
    left: 0px; }

/* 1.当たり前の取り組みを */
.featuresExp__lead {
  position: relative;
  top: 100px;
  opacity: 0;
  margin-bottom: 1em;
  font-size: 2.6rem;
  font-weight: 500;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s; }
  .featuresExp__lead span {
    display: block; }
  .featuresExp__lead.is-active {
    top: 0;
    opacity: 1; }

.featuresExp__txt {
  position: relative;
  top: 100px;
  opacity: 0;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s; }
  .featuresExp__txt.is-active {
    top: 0;
    opacity: 1; }

/* 2.3つの特徴 */
.featuresAppealList {
  width: 100%; }
  .featuresAppealList__wrap {
    position: relative;
    width: 100%; }
  .featuresAppealList__item {
    width: 35%;
    height: 0;
    padding-top: 35%;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    text-align: center;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center; }
    .featuresAppealList__item:first-child {
      position: absolute;
      top: 0px;
      left: 0px; }
    .featuresAppealList__item:nth-child(2) {
      position: absolute;
      top: 0;
      left: 28%;
      margin-top: 17.5%; }
    .featuresAppealList__item:nth-child(3) {
      position: absolute;
      top: 0;
      left: 56%;
      margin-top: 35%; }
    .featuresAppealList__item.is-active {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
  .featuresAppealList__ttl {
    position: absolute;
    top: 45%;
    left: 0px;
    width: 100%;
    font-size: 2.4rem; }
    .featuresAppealList__ttl span {
      display: block;
      font-size: 1.4rem; }
  .featuresAppealList__txt {
    position: absolute;
    top: 68%;
    left: 0px;
    width: 100%; }
    .featuresAppealList__txt span {
      display: block; }
  .featuresAppealList__figure {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%); }
    .featuresAppealList__figure--function {
      top: -16%; }
    .featuresAppealList__figure--design {
      top: 11%;
      width: 80%; }
    .featuresAppealList__figure img {
      width: 100%;
      height: auto; }

/* 3.エコロジー */
.featuresEco {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-top: 4em; }
  .featuresEco::before {
    position: absolute;
    top: -7em;
    left: 6em;
    content: '';
    display: block;
    width: 4em;
    height: 4px;
    background: #fff; }
  .featuresEco::after {
    position: absolute;
    top: -7em;
    left: 6em;
    content: '';
    display: block;
    width: 4em;
    height: 4px;
    background: #fff;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center; }
  .featuresEco__img {
    position: relative;
    top: 100px;
    opacity: 0;
    width: 40%;
    height: 0;
    padding-top: 40%;
    border: 2px solid #fff;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s; }
    .featuresEco__img.is-active {
      top: 0;
      opacity: 1; }
  .featuresEco__ttl {
    position: absolute;
    top: 35%;
    left: 0px;
    width: 100%;
    font-size: 2.4rem; }
    .featuresEco__ttl span {
      display: block;
      font-size: 1.4rem; }
  .featuresEco__txt {
    position: absolute;
    top: 63%;
    left: 0px;
    width: 100%; }
    .featuresEco__txt span {
      display: block; }
  .featuresEco__figure {
    position: absolute;
    top: 0;
    left: 50%;
    width: 45%;
    -webkit-transform: translate(-50%, -40%);
    -ms-transform: translate(-50%, -40%);
    transform: translate(-50%, -40%); }
    .featuresEco__figure img {
      width: 100%;
      height: auto; }
  .featuresEco__exp {
    width: 52%; }
  .featuresEco__lead {
    position: relative;
    top: 100px;
    opacity: 0;
    margin-bottom: 1em;
    font-size: 2.6rem;
    font-weight: 500;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s; }
    .featuresEco__lead.is-active {
      top: 0;
      opacity: 1; }
  .featuresEco__expTxt {
    position: relative;
    top: 100px;
    opacity: 0;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s; }
    .featuresEco__expTxt.is-active {
      top: 0;
      opacity: 1; }

@media screen and (max-width: 767px) {
  .featuresContent__inner {
    padding: 6em 0; }
  .featuresList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%; }
    .featuresList__item {
      width: 100%; }
      .featuresList__item + .featuresList__item {
        margin-top: 2em; }
      .featuresList__item a {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; }
  .featuresDetail {
    position: static;
    width: 100%; }
    .featuresDetail__exp {
      width: 90%;
      margin: 0 auto; }
    .featuresDetail__eco {
      width: 90%;
      margin: 0 auto; }
    .featuresDetail__list {
      position: static; }
  /* 2.3つの特徴 */
  .featuresAppealList {
    /*width: 100%;*/ }
    .featuresAppealList__wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      position: relative;
      overflow: hidden;
      margin-bottom: -100%;
      padding: 4em 0 36em; }
    .featuresAppealList__item {
      width: 65%;
      padding-top: 65%; }
      .featuresAppealList__item:first-child {
        position: static;
        width: 65%; }
      .featuresAppealList__item:nth-child(2) {
        top: calc(4em + 24%);
        left: -8%;
        margin-top: 0;
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center; }
        .featuresAppealList__item:nth-child(2).is-active {
          -webkit-transform: scale(1);
          -ms-transform: scale(1);
          transform: scale(1); }
      .featuresAppealList__item:nth-child(3) {
        top: calc(4em + 24%);
        right: -8%;
        left: inherit;
        margin-top: 0;
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center; }
        .featuresAppealList__item:nth-child(3).is-active {
          -webkit-transform: scale(1);
          -ms-transform: scale(1);
          transform: scale(1); }
    .featuresAppealList__ttl {
      position: absolute;
      top: 34%;
      left: 0px;
      z-index: 2;
      width: 100%; }
    .featuresAppealList__txt {
      position: absolute;
      top: 60%;
      left: 50%;
      width: 65%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
      .featuresAppealList__txt span {
        display: inline; }
    .featuresAppealList__figure {
      position: absolute;
      top: -5%;
      left: 50%;
      width: 50%;
      -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
      transform: translate(-50%); }
      .featuresAppealList__figure--function {
        top: -20%; }
      .featuresAppealList__figure--design {
        top: 7%; }
  /* 3.エコロジー */
  .featuresEco {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 10em; }
    .featuresEco::before {
      position: absolute;
      top: -6em;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
    .featuresEco::after {
      position: absolute;
      top: -6em;
      left: 50%;
      -webkit-transform: translateX(-50%) rotate(90deg);
      -ms-transform: translateX(-50%) rotate(90deg);
      transform: translateX(-50%) rotate(90deg); }
    .featuresEco__img {
      width: 60%;
      padding-top: 60%;
      margin: 0 auto 1em; }
    .featuresEco__ttl {
      top: 30%; }
    .featuresEco__exp {
      width: 100%; } }

/* こだわりindexページ end */
/* 品質・自社工場 */
.featuresMovie {
  width: 800px;
  height: 450px;
  margin: 10em auto; }

.featuresLowerDetail {
  padding: 4em 0;
  background: #f5f5f5;
  /* 品質ページ用 */ }
  .featuresLowerDetail--wide {
    padding-bottom: 30em; }

.featuresLowerContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start; }
  .featuresLowerContent + .featuresLowerContent {
    margin-top: 4em; }
  .featuresLowerContent__txt {
    width: 40%; }
    .featuresLowerContent__txt--lead {
      width: 50%; }
  .featuresLowerContent__img {
    width: 56%; }
    .featuresLowerContent__img--lead {
      width: 46%; }
    .featuresLowerContent__img img {
      width: 100%;
      height: auto; }
  .featuresLowerContent__ttl {
    margin-bottom: 1em;
    font-size: 2.6rem;
    font-weight: 500; }
    .featuresLowerContent__ttl span {
      display: block; }
  .featuresLowerContent__paragraph + .featuresLowerContent__paragraph {
    margin-top: 2em; }
  .featuresLowerContent--reverse > .featuresLowerContent__txt {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .featuresLowerContent--reverse > .featuresLowerContent__img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .featuresLowerContent--vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 60%;
    margin: 0 auto; }
    .featuresLowerContent--vertical > .featuresContent__txt {
      width: 100%;
      margin-bottom: 2em; }
    .featuresLowerContent--vertical > .featuresContent__img {
      width: 100%; }

.featuresLowerContentDetail__ttl {
  margin-bottom: 1em;
  font-size: 2.6rem;
  font-weight: 500;
  text-align: center; }

/* 品質・自社工場共通 */
/* 品質 */
.featuresImg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 84%; }
  .featuresImg--top {
    margin: -35em 0 2em 0; }
  .featuresImg__item img {
    width: 100%;
    height: auto;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  .featuresImg__item--single {
    width: 80%;
    margin-left: auto; }
  .featuresImg__item--left {
    width: 65%; }
  .featuresImg__item--right {
    width: 31%; }

.qualityList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 80%;
  margin: 0 auto; }
  .qualityList__item {
    position: relative;
    width: 42%; }
    .qualityList__item::before {
      position: absolute;
      top: -1em;
      right: -1em;
      z-index: -1;
      content: '';
      display: block;
      width: 20%;
      height: 33%;
      background: url(../../assets/img/features/quality/txt_one.png) no-repeat center;
      background-size: 100% auto; }
    .qualityList__item:nth-child(n+3) {
      margin-top: 4em; }
    .qualityList__item:first-child .qualityList__txt {
      margin-bottom: 2em; }
    .qualityList__item:nth-child(2)::before {
      background: url(../../assets/img/features/quality/txt_two.png) no-repeat center;
      background-size: 100% auto; }
    .qualityList__item:nth-child(3)::before {
      background: url(/../../assets/img/features/quality/txt_three.png) no-repeat center;
      background-size: 100% auto; }
    .qualityList__item:nth-child(4)::before {
      background: url(../../assets/img/features/quality/txt_four.png) no-repeat center;
      background-size: 100% auto; }
  .qualityList__ttl {
    font-size: 2.6rem;
    font-weight: 500;
    margin-bottom: 1em; }

.jisStandardDetail {
  padding: 4em;
  background: #f5f5f5; }
  .jisStandardDetail__ttl {
    margin-bottom: 1em;
    font-size: 2.6rem;
    font-weight: 500; }

.jisStandardDetailExample {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-top: 2em;
  font-size: 1.4rem; }
  .jisStandardDetailExample__chair {
    width: 63%;
    padding-right: 3%; }
  .jisStandardDetailExample__other {
    width: 31%;
    padding-left: 3%;
    border-left: 1px solid #656465;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .jisStandardDetailExample__ttl {
    margin-bottom: 1em;
    font-weight: 500; }
    .jisStandardDetailExample__ttl::before {
      content: '●'; }
  .jisStandardDetailExample__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start; }
  .jisStandardDetailExample__column {
    width: 47%; }

.jisStandardDetailExampleList {
  padding-left: 1em; }
  .jisStandardDetailExampleList__item {
    position: relative; }
    .jisStandardDetailExampleList__item + .jisStandardDetailExampleList__item {
      margin-top: 1em; }
    .jisStandardDetailExampleList__item::before {
      position: absolute;
      top: 0;
      left: -1em;
      content: '・'; }

/* 品質 */
@media screen and (max-width: 767px) {
  /* 品質・自社工場共通 */
  .featuresMovie {
    width: 90%;
    height: inherit;
    margin: 8em auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .featuresMovie__inner {
      position: relative;
      width: 100%;
      height: 0;
      padding-top: 56.25%; }
      .featuresMovie__inner iframe {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%; }
  .featuresLowerDetail {
    /* 品質ページ用 */ }
    .featuresLowerDetail--wide {
      padding-bottom: 10em; }
  .featuresLowerContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .featuresLowerContent__txt {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      width: 100%; }
    .featuresLowerContent__img {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      width: 100%;
      margin: 0 0 1em 0; }
    .featuresLowerContent__ttl span {
      display: inline; }
    .featuresLowerContent__paragraph + .featuresLowerContent__paragraph {
      margin-top: 2em; }
    .featuresLowerContent--vertical {
      width: 100%;
      max-width: 100%; }
      .featuresLowerContent--vertical > .featuresContent__txt {
        margin-bottom: 0; }
  /* 品質・自社工場共通 */
  /* 品質 */
  .featuresImg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 90%;
    margin: 0 auto; }
    .featuresImg--top {
      margin-top: -15em; }
    .featuresImg__item--single {
      width: 100%;
      margin-left: 0; }
    .featuresImg__item--left {
      width: 100%;
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }
    .featuresImg__item--right {
      width: 80%;
      margin: 2em 0 2em auto; }
  .qualityList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%; }
    .qualityList__item {
      position: relative;
      width: 100%; }
      .qualityList__item + .qualityList__item {
        margin-top: 4em; }
    .qualityList__ttl {
      font-size: 2.6rem;
      font-weight: 500;
      margin-bottom: 1em; }
  .jisStandardDetail {
    padding: 2em;
    background: #f5f5f5; }
  .jisStandardDetailExample {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .jisStandardDetailExample__chair {
      width: 100%;
      padding-right: 0%;
      padding-bottom: 2em; }
    .jisStandardDetailExample__other {
      width: 100%;
      padding-left: 0%;
      padding-top: 2em;
      border-top: 1px solid #656465;
      border-left: none; }
    .jisStandardDetailExample__wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: start;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    .jisStandardDetailExample__column {
      width: 100%; }
      .jisStandardDetailExample__column:nth-of-type(2) .jisStandardDetailExampleList__item:first-child {
        margin-top: 1em; }
  /* 品質 */ }
