@charset "UTF-8";
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  /* 1 */
  display: block;
}

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

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

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

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

/* Links
   ========================================================================== */
/**
 * 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 */
}
a:active, a:hover {
  outline-width: 0;
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

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

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

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

/**
 * 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

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

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * 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 {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, select, textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

/**
 * 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] {
  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 */
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

/* セレクター初期設定用ファイル */
html {
  height: 100%;
  line-height: 1.5;
  overflow-y: scroll;
  color: #000;
  font-size: 62.5%;
}

body {
  display: flex;
  flex-direction: column;
  min-width: 1180px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 1.6rem;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
}

a {
  text-decoration: none;
}
a:link, a:visited, a:hover {
  color: #000;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after {
  content: "";
  content: none;
}

q::before, q::after {
  content: "";
  content: none;
}

h1, h2, h3, h4, h5, h6, div, p, ol, ul, li, dl, dt, dd, a, input, textarea {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

header {
  display: block;
}

img, iframe {
  vertical-align: bottom;
}

.pc_br {
  display: block;
}

.sp_br {
  display: none;
}

.l-container {
  padding: 101px 0 0;
}

.l-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  min-width: 1180px;
  box-shadow: 0px 2px 5px 0px rgba(4, 0, 0, 0.13);
  background-color: #fff;
}

.page-top .l-header {
  box-shadow: none;
}

.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0 12px 100px;
}

.l-header__nav-pc {
  flex-grow: 1;
}
.l-header__nav-pc ul {
  display: flex;
}
.l-header__nav-pc li:not(:last-child) {
  position: relative;
  margin: 0 25px 0 0;
  padding: 0 25px 0 0;
}
.l-header__nav-pc li:not(:last-child):after {
  content: "";
  position: absolute;
  top: 6px;
  right: 0;
  bottom: 6px;
  border-right: 1px solid #0a0204;
}
.l-header__nav-pc .dl_link {
  margin-left: 26px;
  float: left;
}
.l-header__nav-pc .dl_link a {
  margin-top: 1px;
  padding: 0;
}
.l-header__nav-pc .dl_link a::after {
  height: 0;
}
.l-header__nav-pc .mynavi {
  margin-left: 26px;
  float: left;
}
.l-header__nav-pc .mynavi a {
  padding: 0;
}
.l-header__nav-pc .mynavi a::after {
  height: 0;
}
.l-header__nav-pc a {
  position: relative;
  display: inline-block;
  line-height: 1;
  padding: 8px 0;
}
.l-header__nav-pc a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 1px;
  background-color: #0a0204;
  transition: 0.2s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
}
.l-header__nav-pc a:hover:after {
  width: 100%;
}
.l-header__nav-pc li {
  position: relative;
}
.l-header__nav-pc #hover_btn {
  cursor: pointer;
}
.l-header__nav-pc #recruit_box_wrap {
  position: absolute;
  top: 32px;
  left: 0;
  width: 200px;
  padding-top: 18px;
  background-image: url(../img/common/recruit_box_bg.png);
  background-repeat: no-repeat;
  background-position: left top;
  display: none;
}
.l-header__nav-pc #recruit_box_wrap .recruit_box {
  width: 200px;
  padding: 5px;
  background-color: #00a0e9;
}
.l-header__nav-pc #recruit_box_wrap .recruit_box .recruit {
  margin-bottom: 5px;
}
.l-header__nav-pc #recruit_box_wrap .recruit_box .recruit:last-child {
  margin-bottom: 0;
}
.l-header__nav-pc #recruit_box_wrap .recruit_box a {
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFF;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.l-header__nav-pc #recruit_box_wrap .recruit_box a:hover {
  opacity: 0.7;
}
.l-header__nav-pc #recruit_box_wrap .recruit_box a:after {
  background: none;
}

.l-header__logo {
  flex-shrink: 0;
  margin: 0 15px 0 0;
}
.l-header__logo a {
  display: block;
}
.l-header__logo img {
  width: 115px;
}

.l-main {
  flex: 1 1 auto;
}
.l-main .content {
  overflow: hidden;
}

.l-footer {
  position: relative;
  color: #fff;
}

.l-footer__pagetop {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}
.l-footer__pagetop a {
  display: block;
  width: 100px;
  height: 185px;
  background: #e5e5e5;
  transition: 0.3s;
}
.l-footer__pagetop a:hover {
  opacity: 0.7;
}
.l-footer__pagetop a:before {
  content: "";
  position: absolute;
  top: 40px;
  left: 6px;
  right: 0;
  width: 8px;
  height: 30px;
  margin: auto;
  background: url("../img/common/icon_arrow_04.png") no-repeat left top/contain;
}
.l-footer__pagetop a img {
  position: absolute;
  top: 77px;
  left: 0;
  right: 0;
  margin: auto;
}

.l-footer__top {
  background: #00a0e9;
  overflow: hidden;
  position: relative;
}

.l-footer__contact {
  height: 185px;
  margin: 0 0 0 100px;
  background: #00202f;
  overflow: hidden;
}

.l-footer__contact__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 875px;
  margin: 45px auto;
}

.l-footer__contact__tel__label {
  display: inline-block;
  width: 160px;
  line-height: 2.8rem;
  margin: 0 10px 0 0;
  border: 1px solid #fff;
  font-size: 1.2rem;
  text-align: center;
}

.l-footer__contact__tel__body {
  font-size: 3.1rem;
  font-weight: bold;
  vertical-align: -7px;
}
.l-footer__contact__tel__body:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 22px;
  margin: 0 3px 0 0;
  background: url("../img/common/icon_tel_01.png") no-repeat left top/contain;
}
.l-footer__contact__tel__body a {
  color: #fff;
  pointer-events: none;
}

.l-footer__contact__tel__description {
  margin: 10px 0 0;
}
.l-footer__contact__tel__description a {
  color: #fff;
  font-weight: bold;
}

.l-footer__contact__document a {
  position: relative;
  display: block;
  width: 390px;
  line-height: 8.8rem;
  padding: 0 0 0 30px;
  border: 1px solid #fff;
  overflow: hidden;
  color: #fff;
  font-size: 2rem;
}
.l-footer__contact__document a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  background: rgba(0, 71, 157, 0.5);
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.l-footer__contact__document a span {
  position: relative;
  z-index: 1;
}
.l-footer__contact__document a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 40px;
  bottom: 0;
  margin: auto;
  width: 92px;
  height: 16px;
  background: url("../img/common/icon_arrow_01.png") no-repeat left top/contain;
}
.l-footer__contact__document a:hover:before {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.l-footer__company {
  margin: 0 0 85px 100px;
  background: #333;
  overflow: hidden;
}

.l-footer__company__inner {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  width: 875px;
  margin: 25px auto;
}

.l-footer__company dl {
  position: relative;
  display: flex;
  align-items: center;
  width: 390px;
}
.l-footer__company dl:nth-child(1), .l-footer__company dl:nth-child(2) {
  padding: 0 0 20px;
}
.l-footer__company dl:nth-child(1):after, .l-footer__company dl:nth-child(2):after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #626262;
}
.l-footer__company dl:nth-child(3), .l-footer__company dl:nth-child(4) {
  padding: 20px 0 0;
}
.l-footer__company dl:nth-child(1):before {
  content: "";
  position: absolute;
  top: -5px;
  right: -47px;
  bottom: 15px;
  border-right: 1px solid #626262;
}
.l-footer__company dl:nth-child(3):before {
  content: "";
  position: absolute;
  top: 15px;
  right: -47px;
  bottom: -5px;
  border-right: 1px solid #626262;
}
.l-footer__company dl a {
  color: #FFF;
  pointer-events: none;
}
.l-footer__company dt {
  width: 125px;
  font-weight: bold;
}
.l-footer__company dd {
  line-height: 1.7;
  font-size: 1.4rem;
}

.l-footer__logo {
  width: 980px;
  margin: 0 auto 45px;
  padding: 0 0 50px;
  border-bottom: 1px solid #fff;
}
.l-footer__logo ul {
  display: flex;
  align-items: flex-end;
}
.l-footer__logo li {
  margin: 0 35px 0 0;
}

@media screen and (min-width: 768.999px) {
  .l-footer__logo {
    display: flex;
  }
}
.l-footer__logo--company {
  width: 146px;
}

.l-footer__logo--anniversary {
  width: 110px !important;
}

.l-footer__logo--excellent {
  width: 120px !important;
}

.l-footer__logo--itami {
  width: 53px !important;
}

@media screen and (min-width: 768.999px) {
  .l-footer__logo .add_logo li:last-child {
    margin: 0;
  }
  img.l-footer__logo--nintei {
    width: 80px !important;
  }
}
.l-footer__nav {
  display: flex;
  justify-content: space-between;
  width: 980px;
  margin: 0 auto 40px;
}

.l-footer__nav__slogan strong {
  display: block;
  margin: 0 0 15px;
}
.l-footer__nav__slogan strong img {
  width: 300px;
}
.l-footer__nav__slogan span {
  font-size: 1.7rem;
  font-weight: bold;
}

.l-footer__nav nav > ul {
  display: flex;
}
.l-footer__nav nav > ul > li:not(:last-child) {
  margin: 0 30px 0 0;
}
.l-footer__nav nav > ul > li li:not(:last-child) {
  margin: 0 0 5px;
}
.l-footer__nav nav > ul > li li a:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 12px;
  margin: 0 6px 0 0;
  background: url("../img/common/icon_arrow_02.png") no-repeat left top/contain;
  vertical-align: -1px;
}
.l-footer__nav nav a {
  color: #fff;
  font-size: 1.4rem;
}
.l-footer__nav nav a:hover {
  text-decoration: underline;
}

.l-footer__nav__category {
  margin: 0 0 8px;
  color: #fff;
  font-weight: bold;
}
.l-footer__nav__category a {
  font-size: 1.6rem;
}

.l-footer__bottom {
  background: #00479d;
  overflow: hidden;
}

.l-footer__bottom__inner {
  display: flex;
  justify-content: space-between;
  width: 980px;
  line-height: 1;
  margin: 10px auto;
  font-size: 1.2rem;
}

.l-footer__bottom__privacy-policy a {
  color: #fff;
}
.l-footer__bottom__privacy-policy a:hover {
  text-decoration: underline;
}

.js-sr-top-s, .js-sr-top-s2, .js-sr-left-s, .js-sr-left-s2, .js-sr-left-s3, .js-sr-left-s4, .js-sr-right-s {
  visibility: hidden;
}

.m-company-nav {
  width: 980px;
  margin: 0 auto 90px;
}

.page-company-top .m-company-nav {
  margin: 0 auto 165px;
}

.m-company-nav ul {
  display: flex;
  flex-wrap: wrap;
}
.m-company-nav li {
  width: 25%;
  height: 290px;
  border-left: 1px solid #eee;
}

.page-company-top .m-company-nav li {
  width: 50%;
  height: 435px;
  border-left: none;
}

.m-company-nav li:last-child {
  border-right: 1px solid #eee;
}

.page-company-top .m-company-nav li:last-child {
  border-right: none;
}

.m-company-nav a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  transition: 0.3s;
}
.m-company-nav a:hover {
  background: #00a0e9;
}
.m-company-nav a:hover .m-company-nav__caption__english {
  color: #fff;
}
.m-company-nav figure {
  margin: 0;
  text-align: center;
}
.m-company-nav img {
  width: 90px;
  margin: 0 0 35px;
}

.m-company-nav__caption {
  line-height: 1;
  letter-spacing: 0.1em;
}

.m-company-nav__caption__english {
  display: block;
  margin: 0 0 8px;
  color: #00a0e9;
  font-size: 1.3rem;
  font-weight: bold;
}

.m-company-nav__caption__japanese {
  display: block;
  font-size: 2rem;
  font-weight: bold;
}

.m-pager-a {
  display: flex;
  justify-content: center;
}
.m-pager-a li {
  position: relative;
}
.m-pager-a li a {
  display: block;
  line-height: 1;
  font-size: 1.8rem;
  text-align: center;
  transition: 0.3s;
}
.m-pager-a li a:hover {
  text-decoration: underline;
}

.m-pager-a__number {
  width: 78px;
}
.m-pager-a__number:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  border-left: 1px solid #000;
}
.m-pager-a__number:nth-child(2):before {
  border: none;
}

.m-pager-a__more {
  width: 56px;
}

.m-pager-a__more--prev:before {
  content: none;
}

.m-pager-a__more--next:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  border-left: 1px solid #000;
}

.m-pager-b {
  display: flex;
  justify-content: space-between;
}
.m-pager-b a {
  line-height: 1;
  font-size: 1.8rem;
  font-weight: bold;
}
.m-pager-b a:hover {
  text-decoration: underline;
}

.m-pager-b__prev a:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 10px 0 0;
  background: url("../img/common/icon_arrow_06.png") no-repeat left top/contain;
  vertical-align: -1px;
}

.m-pager-b__next a:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 0 0 10px;
  background: url("../img/common/icon_arrow_07.png") no-repeat left top/contain;
  vertical-align: -1px;
}

.m-person {
  display: flex;
  align-items: stretch;
  padding: 20px 30px;
  color: #fff;
}

.m-person--press {
  background: #00a0e9;
}

.m-person--column {
  background: #8f82bc;
}

.m-person--product {
  background: #ea68a2;
}

.m-person dt {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 30px 0 0;
  padding: 0 30px 0 0;
  font-size: 1.8rem;
  font-weight: bold;
}
.m-person dt:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-right: 1px solid #fff;
}

.m-person__name {
  font-size: 2rem;
}

.m-text-color-yellow-1 {
  color: #ffff00;
}

.m-text-color-blue-1 {
  color: #00a0e9;
}

.m-visible-pc {
  display: block !important;
}

.m-visible-sp {
  display: none !important;
}

.m-hover:hover {
  transition: opacity 0.2s;
  opacity: 0.5;
}

.m-image-replace {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.page_top_sp, .f_recruit {
  display: none;
}

/* 404ページ */
#no_page {
  padding: 200px 0;
  text-align: center;
}
#no_page .fs20 {
  margin-bottom: 30px;
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  body {
    min-width: 0;
    font-size: 1.2rem;
  }
  .pc_br {
    display: none;
  }
  .sp_br {
    display: block;
  }
  .l-container {
    padding: 0;
  }
  .l-header {
    position: static;
    min-width: 0;
    box-shadow: none;
  }
  .page-company-top .l-header, .page-company-message .l-header, .page-company-history .l-header, .page-company-profile .l-header, .page-company-setsubi .l-header {
    box-shadow: 0px 2px 5px 0px rgba(4, 0, 0, 0.13);
  }
  .l-header__inner {
    position: relative;
    z-index: 20;
    justify-content: center;
    padding: 15px 0;
    background: #fff;
  }
  .l-header__logo {
    margin: 0;
  }
  .l-header__logo img {
    width: 75px;
  }
  .l-header__button {
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    width: 32px;
    height: 30px;
    margin: auto;
  }
  .l-header__button a {
    display: block;
    height: 100%;
    text-align: center;
  }
  .l-header__button a .l-header__button__icon {
    display: block;
    width: 21px;
    height: 18px;
    margin: 0 auto 5px;
    background: url("../img/common/icon_menu_01.png") no-repeat left top/contain;
    transition: 0.3s ease;
  }
  .l-header__button a .l-header__button__text {
    display: block;
    line-height: 1;
    margin: 0 auto;
    color: #00a0e9;
    font-size: 1rem;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  .l-header__button a .l-header__button__text--menu {
    display: block;
  }
  .l-header__button a .l-header__button__text--close {
    display: none;
  }
  .l-header__button a.is-nav-active .l-header__button__icon {
    background-image: url("../img/common/icon_cross_01.png");
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  .l-header__button a.is-nav-active .l-header__button__text--menu {
    display: none;
  }
  .l-header__button a.is-nav-active .l-header__button__text--close {
    display: block;
  }
  .l-header__nav-sp {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 10;
    background: #00a0e9;
    overflow: hidden;
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    transition: 1s ease;
    z-index: 999;
  }
  .l-header__nav-sp.is-active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .l-header__nav-sp > ul {
    margin: 25px 0 42px 35px;
  }
  .l-header__nav-sp > ul > li {
    position: relative;
    border-bottom: 1px solid #fff;
  }
  .l-header__nav-sp > ul > li:before {
    content: "";
    position: absolute;
    top: 0;
    right: 40px;
    bottom: 0;
    width: 1px;
    height: 20px;
    background: #fff;
    margin: auto;
  }
  .l-header__nav-sp > ul > li:after {
    content: "";
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    width: 7px;
    height: 10px;
    background: url("../img/common/icon_arrow_09.png") no-repeat left top/contain;
    margin: auto;
  }
  .l-header__nav-sp > ul > li > a {
    display: block;
    line-height: 1;
    padding: 20px 0;
  }
  .l-header__nav-sp > ul > li.has-submenu {
    padding: 20px 0;
  }
  .l-header__nav-sp > ul > li.has-submenu:before {
    top: 20px;
    bottom: initial;
  }
  .l-header__nav-sp > ul > li.has-submenu:after {
    top: 25px;
    bottom: initial;
  }
  .l-header__nav-sp #sp_recruit_btn {
    border-bottom: none;
    line-height: 1;
    padding: 20px 0;
  }
  .l-header__nav-sp #sp_recruit_btn.active:after {
    content: "";
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    width: 10px;
    height: 7px;
    background: url("../img/common/icon_arrow_11.png") no-repeat left top/contain;
    margin: auto;
  }
  .l-header__nav-sp #sp_recruit_btn:after {
    content: "";
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    width: 10px;
    height: 7px;
    background: url("../img/common/icon_arrow_10.png") no-repeat left top/contain;
    margin: auto;
  }
  .l-header__nav-sp #recruit_list {
    margin-right: 35px;
    border-bottom: none;
    display: none;
  }
  .l-header__nav-sp #recruit_list::before, .l-header__nav-sp #recruit_list::after {
    content: none;
  }
  .l-header__nav-sp #recruit_list .recruit {
    margin-bottom: 10px;
    background-color: #FFF;
  }
  .l-header__nav-sp #recruit_list .recruit a {
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .l-header__nav-sp > ul > li > ul {
    display: flex;
    margin: 20px 0 0;
    padding: 0 15px 0 0;
  }
  .l-header__nav-sp > ul > li > ul li:not(:last-child) {
    position: relative;
    margin: 0 15px 0 0;
    padding: 0 15px 0 0;
  }
  .l-header__nav-sp > ul > li > ul li:not(:last-child):after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border-right: 1px solid #fff;
  }
  .l-header__nav-sp > ul > li > ul a {
    color: #fff;
    font-size: 1.3rem;
  }
  /* リクルートボタン */
  .l-header__nav-sp__button {
    margin: 0 35px 100px 35px;
    display: flex;
    justify-content: space-between;
  }
  .l-header__nav-sp__button .h_dl_btn {
    display: inline-block;
    width: 39.16%;
  }
  .l-header__nav-sp__button .h_dl_btn img {
    width: 100%;
    height: auto;
  }
  .l-header__nav-sp__button .h_contact_btn {
    display: inline-block;
    margin: 0 auto;
  }
  .l-header__nav-sp__button .h_contact_btn img {
    width: 100%;
    height: auto;
  }
  .f_recruit {
    margin: 0;
    padding: 20px 15px;
    border-top: 1px solid #959595;
    background: #FFF;
    text-align: center;
    display: block;
  }
  .f_recruit .ttl {
    font-size: 1.2rem;
    margin-bottom: 5px;
  }
  .l-footer__pagetop {
    display: none;
  }
  .l-footer__contact {
    height: auto;
    margin: 0;
  }
  .l-footer__contact__inner {
    display: block;
    width: auto;
    margin: 20px 15px;
    text-align: center;
  }
  .l-footer__contact__tel__label {
    line-height: 2.4rem;
    margin: 0;
    font-size: inherit;
  }
  .l-footer__contact__tel__body {
    display: block;
    margin: 10px 0 0;
    font-size: 2.6rem;
  }
  .l-footer__contact__tel__body:before {
    width: 21px;
    height: 15px;
    vertical-align: 2px;
  }
  .l-footer__contact__tel__body a {
    pointer-events: auto;
  }
  .l-footer__contact__tel__description {
    margin: 10px 0 25px;
  }
  .l-footer__contact__document a {
    display: inline-block;
    width: 250px;
    line-height: 5.4rem;
    padding: 0 0 0 30px;
    font-size: inherit;
    text-align: left;
  }
  .l-footer__contact__document a:hover {
    -webkit-animation: none;
    animation: none;
  }
  .l-footer__contact__document a:after {
    right: 25px;
    width: 46px;
    height: 8px;
  }
  .l-footer__company {
    margin: 0 0 25px;
  }
  .l-footer__company__inner {
    display: block;
    width: auto;
    margin: 10px 15px;
  }
  .l-footer__company dl {
    width: auto;
  }
  .l-footer__company dl:nth-child(1), .l-footer__company dl:nth-child(2), .l-footer__company dl:nth-child(3), .l-footer__company dl:nth-child(4) {
    padding: 15px 0;
  }
  .l-footer__company dl:nth-child(1):before {
    content: none;
  }
  .l-footer__company dl:nth-child(3):before {
    content: none;
  }
  .l-footer__company dl:nth-child(3):after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #626262;
  }
  .l-footer__company dl a {
    pointer-events: auto;
  }
  .l-footer__company dt {
    flex-shrink: 0;
    width: 100px;
    font-size: 1.4rem;
  }
  .l-footer__company dd {
    font-size: inherit;
  }
  .l-footer__logo {
    width: auto;
    margin: 0 auto 25px;
    padding: 0;
    border-bottom: none;
  }
  .l-footer__logo ul {
    /* flex-direction: column-reverse;
    align-items: center; */
    margin: auto;
    justify-content: center;
  }
  .l-footer__logo .logo_list {
    margin: 0 auto 2em;
    width: 182px;
  }
  .l-footer__logo ul li {
    flex: 0 0 91px;
    max-width: 91px;
    margin-left: 0;
    margin-right: 0;
  }
  .l-footer__logo .logo_list li:last-child {
    text-align: right;
  }
  .l-footer__logo .add_logo {
    width: auto;
    margin: 0 auto 25px;
    padding: 0;
    border-bottom: none;
  }
  .l-footer__logo .add_logo li {
    margin: 0;
    padding: 0;
    max-width: none;
    text-align: center;
  }
  .l-footer__logo .add_logo li:last-child {
    margin-left: -10px;
  }
  /* .l-footer__logo li:first-child {
      margin: 18px 0 0;
  } */
  .l-footer__logo--company {
    width: 91px;
  }
  .l-footer__logo--anniversary {
    width: 68px !important;
  }
  .l-footer__logo--nintei {
    height: 57px !important;
    width: auto;
  }
  .l-footer__logo--excellent {
    width: auto !important;
    height: 57px !important;
  }
  .l-footer__logo--itami {
    width: auto !important;
    height: 57px !important;
  }
  .l-footer__nav {
    display: block;
    width: auto;
    margin: 0 auto 65px;
  }
  .l-footer__nav__slogan {
    text-align: center;
  }
  .l-footer__nav__slogan strong {
    margin: 0 0 5px;
  }
  .l-footer__nav__slogan strong img {
    width: 202px;
  }
  .l-footer__nav__slogan span {
    font-size: 1.3rem;
  }
  .l-footer__nav__category {
    margin: 0 0 10px;
    color: #fff;
    font-weight: bold;
  }
  .l-footer__nav__category a {
    font-size: 1.6rem;
  }
  .l-footer__bottom__inner {
    display: block;
    width: auto;
    font-size: 1rem;
    text-align: center;
  }
  .l-footer__bottom__privacy-policy {
    position: absolute;
    bottom: 40px;
    width: 100%;
    text-align: center;
  }
  .l-footer__bottom__privacy-policy a:hover {
    text-decoration: none;
  }
  .m-company-nav {
    width: 290px;
    margin: 0 auto 50px;
  }
  .page-company-top .m-company-nav {
    margin: 0 auto 50px;
  }
  .m-company-nav li {
    position: relative;
    width: 145px;
    height: 155px;
    border-left: none;
  }
  .page-company-top .m-company-nav li {
    height: 155px;
  }
  .m-company-nav li:last-child {
    border-right: none;
  }
  .m-company-nav li:nth-child(1) a, .m-company-nav li:nth-child(2) a {
    padding: 10px 0 25px;
  }
  .m-company-nav li:nth-child(3) a, .m-company-nav li:nth-child(4) a {
    padding: 25px 0 10px;
  }
  .m-company-nav li:nth-child(1):before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 15px;
    border-right: 1px dotted #d6d6d6;
  }
  .m-company-nav li:nth-child(1):after {
    content: "";
    position: absolute;
    right: 15px;
    bottom: 0;
    left: 0;
    border-bottom: 1px dotted #d6d6d6;
  }
  .m-company-nav li:nth-child(2):after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 15px;
    border-bottom: 1px dotted #d6d6d6;
  }
  .m-company-nav li:nth-child(3):before {
    content: "";
    position: absolute;
    top: 15px;
    right: 0;
    bottom: 0;
    border-right: 1px dotted #d6d6d6;
  }
  .m-company-nav a:hover {
    background: inherit;
  }
  .m-company-nav a:hover .m-company-nav__caption__english {
    color: #00a0e9;
  }
  .m-company-nav img {
    width: 78px;
    margin: 0 0 12px;
  }
  .m-company-nav__caption__english {
    margin: 0 0 3px;
    font-size: 1rem;
  }
  .m-company-nav__caption__japanese {
    font-size: 1.4rem;
  }
  .m-pager-a li a {
    font-size: 1.5rem;
  }
  .m-pager-a li a:hover {
    text-decoration: none;
  }
  .m-pager-a__number {
    width: 55px;
  }
  .m-pager-a__more {
    width: 45px;
  }
  .m-pager-b a {
    font-size: 1.4rem;
  }
  .m-pager-b a:hover {
    text-decoration: none;
  }
  .m-pager-b__prev a:before {
    width: 10px;
    height: 10px;
    margin: 0 7px 0 0;
    vertical-align: 0;
  }
  .m-pager-b__next a:after {
    width: 10px;
    height: 10px;
    margin: 0 0 0 7px;
    vertical-align: 0;
  }
  .m-person {
    padding: 5px 20px;
  }
  .m-person dt {
    margin: 0 20px 0 0;
    padding: 0 20px 0 0;
    font-size: 1.3rem;
  }
  .m-person__supplement {
    font-size: 1rem;
  }
  .m-person__name {
    font-size: 1.6rem;
  }
  .m-visible-pc {
    display: none !important;
  }
  .m-visible-sp {
    display: block !important;
  }
  .m-hover:hover {
    transition: none;
    opacity: 1;
  }
  .page_top_sp {
    width: 12.85%;
    max-width: 89px;
    height: auto;
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
  }
  .page_top_sp img {
    width: 100%;
    height: auto;
  }
  /* 404ページ */
  #no_page {
    padding: 150px 0;
  }
  #no_page .fs20 {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .active_sp_menu > *:not(.l-header) {
    display: none;
  }
  .l-header__nav-sp > ul > li > ul li:not(:last-child) {
    margin: 0 10px 0 0;
    padding: 0 10px 0 0;
  }
}
@media screen and (min-width: 769px) {
  body {
    background: #FFF !important;
  }
}
@media screen and (min-width: 1280px) {
  .l-footer__contact__inner {
    width: 975px;
  }
  .l-footer__contact__document a {
    width: 440px;
    padding: 0 0 0 60px;
  }
  .l-footer__company__inner {
    width: 975px;
  }
  .l-footer__company dl {
    width: 440px;
  }
  .l-footer__logo, .l-footer__nav, .l-footer__bottom__inner, .m-company-nav {
    width: 1080px;
  }
}/*# sourceMappingURL=common.css.map */