@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: 15%;
}

.headerSec__nav {
  width: 70%;
}

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

.acms-navbar a:link,
.pageNav__item a {
  padding: 0 0;
  display: block;
  color:#444
}

.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;
}
.global-nav-mobile-group li.pageNav__lower {
  background: #fff;
}
.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--recruit {
  background-image: url(/assets/img/recruit/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: 6em 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; 
   }

  .global-nav-mobile-group .pageNav__lowerItem+.pageNav__lowerItem {
    border-top: 0;
  }
  .global-nav-mobile-group .global-nav-mobile-group li a {
    border-bottom: 1px dashed #EBEBEB;
  }
  .global-nav-mobile-group .global-nav-mobile-group li a:last-child {
    border-bottom: 1px solid #EBEBEB;
  }

  .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: 75%;
  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;
  }
}

.recruit_h3 {
  text-align: center;
  margin-bottom: 0.5em;
  font-size: 2rem;
}

/* table */
table.recruit-table {
  width: 100%;
  max-width: 800px;
  margin: 1em auto;
  border-collapse: collapse;
}

.recruit-table {
  border-top: 1px solid #656465;
  border-left: 1px solid #656465;
}

.recruit-table th {
  white-space: nowrap;
}

.recruit-table th,
.recruit-table td {
  border-bottom: 1px solid #656465;
  border-right: 1px solid #656465;
  padding: 1em;
}

@media screen and (max-width: 767px) {
  table.recruit-table {
    max-width: 90vw;
  }
}

/* accordion for faq */
.accordion {
  margin: 3em auto;
  max-width: 60vw;
}

@media screen and (max-width: 767px) {
  .accordion {
    max-width: 90vw;
  }
}

.toggle {
  display: none;
}

.option {
  position: relative;
  margin-bottom: 1em;
}

.title,
.content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}

.title {
  border: solid 1px #ccc;
  padding: 1em;
  display: block;
  color: #333;
  font-weight: bold;
}

.title::after,
.title::before {
  content: "";
  position: absolute;
  right: 1.25em;
  top: 1.25em;
  width: 2px;
  height: 0.75em;
  background-color: #999;
  transition: all 0.3s;
}

.title::after {
  transform: rotate(90deg);
}

.content {
  max-height: 0;
  overflow: hidden;
}

.content p {
  margin: 0;
  padding: 1em 1em;
  line-height: 1.5;
}

.toggle:checked+.title+.content {
  max-height: 500px;
  transition: all 1.5s;
}

.toggle:checked+.title::before {
  transform: rotate(90deg) !important;
}

/* マーカー */
span.marker_ye {
  background: linear-gradient(transparent 70%, #cfdb14 30%);
}

/* 電話番号 */
.contactTel__address a {
  text-align: center;
}

.contactTel__address a span {
  display: block;
  font-size: 1.5em;
}

/* 申し込みフォーム */
.contactForm__input_half,
.contactForm__txtArea_half {
  display: inline-block;
  width: 50%;
  padding: 1em;
  border: 2px solid transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 3px #000;
  box-shadow: 0 0 3px #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.contactForm__input_half:focus,
.contactForm__txtArea_half:focus {
  border: 2px solid #cfdb14;
}

.contactForm__input_half:focus+.contactForm__placeholder,
.contactForm__txtArea_half:focus+.contactForm__placeholder {
  color: #ccc;
  -webkit-transform: translateY(-1em) scale(0.75);
  -ms-transform: translateY(-1em) scale(0.75);
  transform: translateY(-1em) scale(0.75);
}

.contactForm__input_half:not(:placeholder-shown)+.contactForm__placeholder,
.contactForm__input:not(:placeholder-shown)+.contactForm__placeholder2 {
  color: #ccc;
  -webkit-transform: translateY(-1em) scale(0.75);
  -ms-transform: translateY(-1em) scale(0.75);
  transform: translateY(-1em) scale(0.75);
}

.contactForm__placeholder+.contactForm__input {
  margin-top: 1em;
}

span.contactForm__placeholder2 {
  position: absolute;
  top: calc(1.5em + 3em + 1.4rem + 1em);
  left: 1em;
  font-size: 1.4rem;
  color: #aaa;
  line-height: 1;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.contactForm__input:focus+.contactForm__placeholder2,
.contactForm__txtArea:focus+.contactForm__placeholder2 {
  color: #ccc;
  -webkit-transform: translateY(-1em) scale(0.75);
  -ms-transform: translateY(-1em) scale(0.75);
  transform: translateY(-1em) scale(0.75);
}

/* やりがいレイアウト */
.recruitContent {
  /* 親div */
  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;
}

.recruitContent__ttl {
  /* タイトル */
  margin-bottom: 0.5em;
  font-size: 2.6rem;
  font-weight: 500;
}

.recruitContent__ttl span {
  /* タイトル内改行 */
  display: block;
}

.recruitInterview__ttl {
  /* タイトル下氏名 */
  margin-bottom: 1em;
  font-size: 2rem;
  font-weight: 500;
}

.recruitContent__txt {
  /* テキスト用_子div */
  width: 50%;
}

.recruitContent__txt dt {
  margin-top: 1em;
  font-weight: bold;
}

.recruitContent__img {
  /* 画像用_子div */
  width: 46%;
}

.recruitContent__img img {
  width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .l-inner {
    width: 90%;
    margin: 0 auto;
  }

  .recruitContent {
    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;
  }

  .recruitContent__txt {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
  }

  .recruitContent__ttl span {
    /* タイトル内改行 */
    display: inline-block;
  }

  .recruitContent__img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    margin: 0 0 1em 0;
  }
}

.contactForm__btn-box {
  padding-top: 4em;
}

.contactForm__btn--forward {
  margin-left: 2em;
}

span.error-js.required,
span.error-js.pattern {
  color: #f00;
  display: block;
}

.contactForm__item>label span {
  position: relative;
  top: 0;
  left: 0;
  color: #f00;
}

/* 色付きリンクボタン */
/*.float-bnr.contactForm__item {
  padding:0;
}*/
.float-bnr .contactForm__btn {
  background: #68b700;
  color: #ffffff;
  margin-left: 0;
  margin-bottom: 25px;
  width: 50%;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.float-bnr {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9999;
  display: flex;
  justify-content: center;
}

/*.contactForm__btn {
  width: 100%; 
}*/
.form_btn {
  width: 40px;
  height: 40px;
  margin-right: 0.5em;
  transform: rotate(344deg);
}

@media screen and (max-width: 767px) {
  .float-bnr .contactForm__btn {
    width: 100%;
    border-radius: 0;
    margin-bottom: 0;
  }

  .recruit-table tr {
    display: flex;
    flex-direction: column;
  }
}

@media only screen and (max-width: 767px) {
  span.pcOnly {
    display: none;
  }

  span.spOnly {
    display: inline;
  }
}

@media only screen and (min-width: 768px) {
  span.spOnly {
    display: none;
  }

  span.pcOnly {
    display: inline;
  }
}

/*------------------------------------
20240618採用ページ拡張用（後でまとめる）
------------------------------------*/

.pagetitle {
  padding: 3em 0 1em;
}

.pagetitle h1 {
  font-size: 2.6em;
}


/* 募集要項ページ */
.pagetitle span {
  display: block;
  font-size: 2rem;
}
.recruitExp__lead {
  margin-bottom: 1em;
  font-size: 2.6rem;
  font-weight: 500;
}


.l-section.section-even {
  padding: 0;
}
.l-section.contentSec-p {
  padding: 10em 0;
  margin: 0;
}
.bg_gray {
    background: #efefef;
}
.text_b {
  font-weight: bold;
}
.recruit_img {
  /*トップイメージ枠*/
  position: relative;
  width: 100%;
  height: 640px;
  background: url(../../assets/img/recruit/bg_kv.png);
}

@media screen and (max-width: 767px) {
  .recruit_img {
    height: 100vh;
  }
}

.comment_box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
width: 100%;
}

/*募集要項グリッド*/
.grid {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
}
div[class*="grid-"] {
  padding:10px;
  box-sizing: border-box
}
.grid-6 {
  width: calc(100% / 2);
}
.grid-4 {
  width: calc(100% / 3);
}
.grid-8 {
  width: calc(100% * 0.666666);
}
@media screen and (max-width: 767px) {
  .grid {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
  }

  .grid-6,.grid-4, .grid-8 {
    width: 100%;
    box-sizing: border-box;
  }
  .grid-6 {
    margin-bottom:2em;
  }
}
.text-center {
  text-align: center;
}
.text-center_pcOnly {
  text-align: center;
}
@media screen and (max-width: 767px) {
.text-center_pcOnly {
  text-align: left;
  }
}
.btn {
  display: inline-block;
  border-radius: 6px;
  padding: 1em;
  background: #fff;
}
.btn_s {
  border-radius: 25px;
  padding: 0.5em;
}
.width70 {
  width: 70%;
}

.line_g {
  border: 3px solid #cfdb14;
}
.line_g_s {
  border: 1px solid #cfdb14;
}

.bg-grn {
  padding: 1em 2em;
  background: #cfdb14;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .grid .btn {
    margin-top: 1em;
  }
}

section#requirements {
  /*募集要項グリッド 背景*/
  background: url(../../assets/img/recruit/bg_kv.png);
}
.narrow-container {
  width: 800px;
  margin: 0 auto;
}
.tiny-container{
  width:500px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
.narrow-container, .tiny-container {
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
}
}
/* マージン */
.margin_b40 {
  margin: 0 0 40px 0;
}
.margin_b80 {
  margin: 0 0 80px 0;
}
.margin_t20 {
  margin: 20px 0 0 0;
}
.margin_t40 {
  margin: 40px 0 0 0;
}
.margin_t80 {
  margin: 80px 0 0 0;
}
.margin40 {
  margin: 40px 0;
}
.margin80 {
  margin: 80px 0;
}
/* ヘッダー */
.pageNav__item.return_link a:hover {
  background: #5b5c57;
}
.pageNav__item.return_link a {
  background: #eeee;
  padding: 1em 0;
  margin: 0 5px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .recruit_img {
    margin: 0;
  }
}
.section-pp dl {
  margin-top: 40px;
}

.benefit_list {
  display: flex;
  flex-wrap: wrap;
  margin: 4em 0;
}
.benefit_list .list {
  flex-basis: calc(50% - 20px);
  padding: 2em;
  box-sizing: border-box;
  border-radius: 5px;
  margin-bottom: 40px;
  border: 2px solid #dddddd;
  background-size: 80px;
}
.benefit_list .list:nth-child(even) {
  margin-left: 10px;
}
.benefit_list .list:nth-child(odd) {
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .benefit_list .list:nth-child(even) {
    margin-left: 0;
  }
  .benefit_list .list:nth-child(odd) {
    margin-right: 0;
  }
}
.benefit_list .list h2 {
  position: relative;
  font-weight: normal;
  padding-left: 1.2em;
}
.benefit_list .catch_txt {
  font-size: 1.5em;
  margin-bottom: 0.5em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .benefit_list .list {
    flex-basis: 100%;
    margin-bottom: 2em;
  }
}
.benefit_list .list h2::before {
  content: '';
  width: 1em;
  height: 1em;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-size: cover;
  position: absolute;
}
.benefit_list .list:first-child h2::before {
  background: url('../../recruit/assets/img/benefit_icon01.svg');
}
.benefit_list .list:nth-child(2) h2::before {
  background: url('../../recruit/assets/img/benefit_icon02.svg');
}
.benefit_list .list:nth-child(3) h2::before {
  background: url('../../recruit/assets/img/benefit_icon03.svg');
}
.benefit_list .list:nth-child(4) h2::before {
  background: url('../../recruit/assets/img/benefit_icon04.svg');
}
.benefit_list .list:nth-child(5) h2::before {
  background: url('../../recruit/assets/img/benefit_icon05.svg');
}
.benefit_list .list:nth-child(6) h2::before  {
  background: url('../../recruit/assets/img/benefit_icon06.svg');
}
/* ボックス背景 */
.benefit_list .list:first-child{
	background: url(../../recruit/assets/img/benefit_icon01.svg) no-repeat right 10px bottom 10px;
    background-size: 80px;
}
.benefit_list .list:nth-child(2){
	background: url(../../recruit/assets/img/benefit_icon02.svg) no-repeat right 10px bottom 10px;
    background-size: 80px;
}
.benefit_list .list:nth-child(3){
	background: url(../../recruit/assets/img/benefit_icon03.svg) no-repeat right 10px bottom 10px;
    background-size: 80px;
}
.benefit_list .list:nth-child(4){
	background: url(../../recruit/assets/img/benefit_icon04.svg) no-repeat right 10px bottom 10px;
    background-size: 80px;
}
.benefit_list .list:nth-child(5){
	background: url(../../recruit/assets/img/benefit_icon05.svg) no-repeat right 10px bottom 10px;
    background-size: 80px;
}
.benefit_list .list:nth-child(6){
	background: url(../../recruit/assets/img/benefit_icon06.svg) no-repeat right 10px bottom 10px;
    background-size: 80px;
}

/* 福利厚生詳細の装飾 */
#office h2, #holiday h2{  
  position: relative;
  padding-left: 1.2em;
}
#office h2::before {
  content: '';
  width: 1em;
  height: 1em;
  left: 50%;
  top: 50%;
  transform: translate(-3.8em, -60%);
  background-size: cover;
  position: absolute;
  background: url('../../recruit/assets/img/benefit_icon01.svg');
}
#holiday h2::before {
  content: '';
  width: 1em;
  height: 1em;
  left: 50%;
  top: 50%;
  transform: translate(-4.3em, -60%);
  background-size: cover;
  position: absolute;
  background: url('../../recruit/assets/img/benefit_icon02.svg');
}

.point_list li {/*休暇リストの装飾*/
  list-style: disc;
  margin: 0 0 10px 0;
}
.attention_box {
  border: 1px solid #ccc;
  padding: 2em;
  border-radius: 8px;
  background: #fff;
  max-width: 500px;
  margin: 80px auto;
}
img {
  border-radius: 5px;
}
.caption_text {
  margin: 0.5em 0;
}
.office_ttl {
  display: inline-block;
  border: 1px solid #646464;
  padding: 0.5em 1.5em;
}
.benefit_mt30 {
 margin-top:30px;
}
.benefit_mt60 {
  margin-top:60px;
}

@media screen and (max-width: 767px) {
  .benefit_mt30, .benefit_mt60 {
margin: top 0;
  }
}
.comment_box h2 {
  padding: 1em;
  font-size: 2em;
  color: #fff;
  background: #000000aa;
  text-align: center;
}
@media screen and (max-width: 767px) { 
  .comment_box h2 {
  font-size: 1.5em;
  }
}
.column_wrap {
  width: 100%;
  max-width: 600px;
  background: #fdffdd;
  border-radius: 20px;
  padding: 2em;
  margin-left: auto;
  margin-right: auto;
  margin-bottom:2.5em;
  box-sizing: border-box;
}
.recruit__map {
width:100%;
}
/* fadeIn下から */
.fadeUp {
  /*追加*/
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
  transform: translateY(150px);
}
.is-active {
  /*要素を表示させる*/
  opacity: 1;
  visibility: visible;
  /*元の位置に戻す*/
  transform: translateY(0);
}
/* fadeIn下からトップのみ */
.fadeUptop{
  animation-name:fadeUpAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
  opacity:0;
  }
  
  @keyframes fadeUpAnime{
    from {
      opacity: 0;
    transform: translateY(150px);
    }
  
    to {
      opacity: 1;
    transform: translateY(0);
    }
  }