@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 */
.companyPhilosophy {
  width: 60%;
  margin: 0 auto; }
  .companyPhilosophy__txt {
    font-size: 2rem; }
    .companyPhilosophy__txt + .companyPhilosophy__txt {
      margin-top: 2em; }
    .companyPhilosophy__txt span {
      display: block;
      margin-top: 1em; }

.companyList__item {
  padding: 1em 0;
  border-bottom: 1px dashed #656465; }
  .companyList__item:first-child {
    border-top: 1px dashed #656465; }

.companyDef {
  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; }
  .companyDef__ttl {
    width: 20%;
    margin-right: 5%;
    font-weight: bold; }
  .companyDef__detail {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2; }
    .companyDef__detail figure {
      width: 130px;
      margin-top: .5em; }
      .companyDef__detail figure img {
        width: 100%;
        height: auto; }

.baseList__item + .baseList__item {
  margin-top: 4em; }

.baseAddress {
  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; }
  .baseAddress__txt {
    width: 50%;
    margin-right: 5%; }
  .baseAddress__map {
    width: 45%; }
  .baseAddress__inner {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 75%; }
    .baseAddress__inner iframe {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%; }
  .baseAddress__department {
    margin-top: 2em; }

.association {
  margin-top: 1em; }
  .association__wrap {
    position: relative;
    margin-left: 25%;
    padding-left: 150px; }
    .association__wrap::before {
      position: absolute;
      top: 0px;
      left: 0px;
      display: block;
      content: '';
      width: 120px;
      height: 30px;
      background: url(../../assets/img/company/img_joifa.png) no-repeat;
      background-size: 120px 30px; }

.companyHistoryWrap {
  position: relative;
  padding: 4em 0; }
  .companyHistoryWrap:nth-of-type(1) {
    padding-top: 2em; }
    .companyHistoryWrap:nth-of-type(1)::after {
      position: absolute;
      bottom: -130px;
      right: -70px;
      z-index: 1;
      content: '';
      display: block;
      width: 230px;
      height: 256px;
      background: url(../../assets/img/company/bg_item1.png) no-repeat;
      background-size: 100% auto; }
  .companyHistoryWrap:nth-of-type(3)::after {
    position: absolute;
    top: 50px;
    right: 0;
    z-index: 1;
    content: '';
    display: block;
    width: 220px;
    height: 148px;
    background: url(../../assets/img/company/bg_item2.png) no-repeat;
    background-size: 100% auto; }
  .companyHistoryWrap:last-child {
    padding-bottom: 0; }
    .companyHistoryWrap:last-child::after {
      position: absolute;
      bottom: 30px;
      right: 30px;
      z-index: 1;
      content: '';
      display: block;
      width: 220px;
      height: 244px;
      background: url(../../assets/img/company/bg_item3.png) no-repeat;
      background-size: 100% auto; }
  .companyHistoryWrap + .companyHistoryWrap {
    border-top: 1px dashed #656465; }

.companyHistory {
  position: relative;
  padding-left: 140px; }
  .companyHistory::before {
    position: absolute;
    top: 0;
    left: 25px;
    content: '';
    display: block;
    width: 70px;
    height: 92%;
    background: #cfdb14; }
  .companyHistory::after {
    position: absolute;
    top: 92%;
    left: 25px;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 35px solid transparent;
    border-top: 35px solid #cfdb14; }
  .companyHistory__ttl {
    position: absolute;
    top: -30px;
    left: 0px;
    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;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: #cfdb14;
    font-size: 2rem;
    color: #fff; }

.companyHistoryList__item {
  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: 1em 0; }

.companyHistoryList__date {
  width: 8%;
  margin-right: 5%;
  font-weight: bold; }

.companyHistoryList__txt {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2; }

.showroomImg {
  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: 2em 0; }
  .showroomImg > figure {
    width: 48%; }
    .showroomImg > figure figcaption {
      margin-top: 0.5em;
      text-align: center; }
    .showroomImg > figure img {
      width: 100%;
      height: auto; }

@media screen and (max-width: 767px) {
  .companyPhilosophy {
    width: 100%; }
  .companyDef {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .companyDef__ttl {
      width: 100%;
      margin: 0 0 .5em 0; }
    .companyDef__detail {
      width: 100%;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; }
  .baseAddress {
    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; }
    .baseAddress__txt {
      width: 100%;
      margin: 0 0 .5em 0; }
    .baseAddress__map {
      width: 100%; }
    .baseAddress__department {
      margin-top: 2em; }
  .companyHistoryWrap:nth-of-type(1)::after {
    position: absolute;
    bottom: -100px;
    right: -20px;
    width: 161px;
    height: 179px; }
  .companyHistoryWrap:nth-of-type(3)::after {
    position: absolute;
    top: -40px;
    right: 0;
    width: 154px;
    height: 104px; }
  .companyHistoryWrap:last-child::after {
    position: absolute;
    top: -80px;
    right: -15px;
    width: 154px;
    height: 171px; }
  .companyHistory {
    position: relative;
    padding-left: 80px; }
    .companyHistory::before {
      left: 10px;
      width: 40px; }
    .companyHistory::after {
      left: 10px;
      border: 20px solid transparent;
      border-top: 20px solid #cfdb14; }
    .companyHistory__ttl {
      position: absolute;
      top: -30px;
      left: -10px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 80px;
      height: 80px;
      line-height: 1.2; }
      .companyHistory__ttl > span {
        font-size: 1.6rem; }
  .companyHistoryList__item {
    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; }
  .companyHistoryList__date {
    width: 100%;
    margin-right: 0; }
  .companyHistoryList__txt {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%; }
  .association {
    text-align: left; }
    .association__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;
      position: static;
      margin-left: 0;
      padding-left: 0; }
      .association__wrap::before {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        position: static;
        width: 100px;
        height: 25px;
        margin-top: .5em;
        background-size: 100px 25px; }
  .showroomImg {
    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; }
    .showroomImg > figure {
      width: 100%; }
      .showroomImg > figure:first-child {
        margin-bottom: 2em; } }
