@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  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
   ========================================================================== */
/**
 * 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 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* @ 要素リセット
 * ------------------------------------------------------------ */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  background-color: #fff;
  color: #212121;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  -webkit-text-size-adjust: 100%;
}

body {
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 0.875rem;
  }
  body.is-fixed {
    height: 100%;
    overflow: hidden;
  }
}

ul, ol, dd {
  padding: 0;
  margin: 0;
}

ul, ol {
  list-style-type: none;
}

p {
  margin: 0;
}

img {
  vertical-align: bottom;
  height: auto;
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

a {
  color: #212121;
  text-decoration: none;
  transition: color 0.3s ease;
}
a:hover {
  color: #212121;
  text-decoration: underline;
}

.redirect {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
}

/* @ 1カラム
 * ------------------------------------------------------------ */
.l-container {
  max-width: 1150px;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto;
}

.l-container_primary-ful {
  width: 100%;
  margin: 0 auto;
}

/* @ メイン
 * ------------------------------------------------------------ */
.l-main {
  width: 100%;
  overflow: hidden;
}

.l-main--top {
  margin-top: -7.75vw;
  background-color: #fff;
}
@media only screen and (min-width: 1201px) {
  .l-main--top {
    margin-top: -93px;
  }
}
@media only screen and (max-width: 767px) {
  .l-main--top {
    margin-top: 0;
  }
}

/* @ ブロック
 * ------------------------------------------------------------ */
.l-block {
  padding: 0 0 50px;
}
@media only screen and (max-width: 767px) {
  .l-block {
    padding-bottom: 20px;
  }
}

.l-block--s {
  padding-bottom: 25px;
}

.l-block--l {
  padding-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .l-block--l {
    padding-bottom: 50px;
  }
}

.l-block--last {
  padding-bottom: 0;
}

.l-block-top {
  padding: 30px 0 0;
}
@media only screen and (max-width: 767px) {
  .l-block-top {
    padding: 20px 0 0;
  }
}

/* @ 幅
 * ------------------------------------------------------------ */
.l-content-s {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

/* @ フッタ レイアウト
 * ------------------------------------------------------------ */
.l-footer {
  position: relative;
  padding: 40px 0 0;
  background-color: #fff;
  color: #000;
}
@media only screen and (max-width: 992px) {
  .l-footer {
    padding: 25px 0 0px;
  }
}

.l-footer a {
  color: #000;
}

.l-footer__inner {
  max-width: 1090px;
  padding-right: 15px;
  padding-left: 15px;
  margin:20px auto 60px;
}

.l-footer__body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 992px) {
  .l-footer__inner {
    margin:20px auto 20px;
  }
  .l-footer__body {
    display: block;
    margin-bottom: 0;
  }
}

.l-footer__copyright-container {
  padding: 4px 0 4px;
  margin: 0;
  background-color: #187fc3;
  text-align: center;
  color: #fff;
}

.l-footer__nav {
  display: flex;
  order: 2;
  height:300px;
  justify-content: flex-end;
  align-items: flex-start;
  width: 67.4528301887%;
  padding-bottom: 0;
  padding-left: 3.7735849057%;
  border-left: 1px solid #424242;
}
@media only screen and (max-width: 992px) {
  .l-footer__nav {
    display: block;
    width: 37.4528301887%;
    margin:auto;
    padding-bottom: 32px;
    padding-left: 0;
    border: none;
  }
}
@media only screen and (max-width: 650px) {
  .l-footer__nav {
    width: 67.4528301887%;
  }
}
.l-footer__nav-primary {
  display: flex;
  flex-grow: 1;
  flex-shrink: 0;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 992px) {
  .l-footer__nav-primary {
    flex-grow: 0;
    flex-shrink: 1;
  }
}

.l-footer__nav-secondary {
  display: flex;
  flex-grow: 1;
  flex-shrink: 0;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 0;
}
@media only screen and (max-width: 992px) {
  .l-footer__nav-secondary {
    flex-grow: 0;
    flex-shrink: 1;
    padding-top: 30px;
  }
}

.l-footer__nav-list {
  flex-grow: 1;
  flex-shrink: 0;
  width: auto;
}
@media only screen and (max-width: 992px) {
  .l-footer__nav-list {
    flex-grow: 0;
    flex-shrink: 1;
  }
}

.l-footer__nav-primary .l-footer__nav-list {
  margin-left: 11.1111111111%;
}
@media only screen and (max-width: 992px) {
  .l-footer__nav-primary .l-footer__nav-list {
    margin-left: 0;
  }
}

.l-footer__nav-primary .l-footer__nav-list:first-child {
  margin-left: 0;
}

@media only screen and (min-width: 993px) {
  .l-footer__nav-secondary .l-footer__nav-list {
    margin-left: 12.5%;
  }
}

.l-footer__nav-list--ful {
  width: auto;
}
@media only screen and (max-width: 992px) {
  .l-footer__nav-list--ful {
    width: 100%;
  }
}

@media only screen and (min-width: 993px) {
  .l-footer__address {
    order: 1;
    width: 32.4528301887%;
    height:300px;
    padding-right: 6.1320754717%;
    padding-left: 2.8301886792%;
  }
}
@media only screen and (max-width: 992px) {
  .l-footer__address {
    padding: 20px 0 16px;
    border-top: 1px solid #fff;
    text-align: center;
  }
}

.l-footer__address-logo {
  display: block;
  max-width: 248px;
  margin-bottom: 18px;
}
@media only screen and (max-width: 992px) {
  .l-footer__address-logo {
    max-width: 200px;
    margin: 0 auto 12px;
  }
}

.l-footer__address-logo a {
  display: block;
}

.l-footer__nav-item {
  padding-top: 10px;
  font-size: 1.125rem;
}
@media only screen and (max-width: 992px) {
  .l-footer__nav-item {
    font-size: 1rem;
  }
}

.l-footer__nav-item > a:before {
  display: inline-block;
  vertical-align: middle;
  font-family: "Material Icons";
  font-size: 1.375rem;
  content: "・";
}
@media only screen and (max-width: 992px) {
  .l-footer__nav-item > a:before {
    font-size: 1.25rem;
  }
}

.l-footer__nav-item:first-child {
  padding-top: 0;
}

.l-footer__nav-list-sub {
  padding-top: 10px;
}

.l-footer__nav-item-sub {
  padding-top: 10px;
  font-size: 0.875rem;
}
@media only screen and (max-width: 992px) {
  .l-footer__nav-item-sub {
    font-size: 0.75rem;
  }
}

.l-footer__nav-item-sub:first-child {
  padding-top: 0;
}

.l-footer__address-txt {
  font-size: 0.875rem;
  line-height: 1.7;
}
@media only screen and (max-width: 992px) {
  .l-footer__address-txt {
    font-size: 0.75rem;
    line-height: 1.25;
  }
}

.l-footer__copyright {
  width: 100%;
  margin: 0 auto;
  font-size: 0.75rem;
}
@media only screen and (max-width: 992px) {
  .l-footer__copyright {
    padding-left: 0;
    margin: 0;
    font-size: 0.625rem;
  }
}

/* ページトップ */
.l-footer__pagetop {
  position: fixed;
  right: 10px;
  bottom: 314px;
  display: block;
  z-index: 100;
  width: 60px;
  height: 60px;
}
@media only screen and (max-width: 992px) {
  .l-footer__pagetop {
    right: 5px;
    bottom: 5px;
    width: 50px;
    height: 50px;
  }
}

.l-footer__pagetop-link {
  transition: 0.3s ease;
}

.l-footer__pagetop-link:hover {
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .l-footer__pagetop-link:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .l-footer__pagetop-link:hover {
    opacity: 1;
  }
}

/* @ ヘッダ レイアウト
 * ------------------------------------------------------------ */
.l-header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: auto;
  padding-top: 0;
  text-align: left;
  transition: 0.3s ease;
  background-color: #000;
}
@media only screen and (max-width: 767px) {
  .l-header {
    height: 80px;
    padding-top: 11px;
    text-align: center;
  }
}

.l-header {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  background: #000;
}

.l-header a {
  background: #000;
  color:#fff;
}
.l-header a span {
  background: #000;
  color:#fff;
}

.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1150px;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .l-header__inner {
    display: block;
  }
}

.l-header__logo {
  position: relative;
  display: inline-block;
  z-index: 1;
  width: 41.25%;
  height: 7.75vw;
  max-width: 350px;
  max-height: 93px;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .l-header__logo {
    width: auto;
    height: 49px;
    max-width: inherit;
    max-height: inherit;
    box-shadow: none;
    background-color: transparent;
  }
}

@media only screen and (min-width: 768px) {
  .l-header.is-change .l-header__logo {
    box-shadow: none;
    background-color: transparent;
  }
}

.l-header__logo > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .l-header__logo > a {
    display: block;
    width: auto;
    height: auto;
  }
}

.l-header__logo-sub {
  display: block;
  margin-top: 9px;
  color: #000;
  text-align: center;
  font-size: 0.8rem;
  line-height: 1;
  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',sans-serif;
}
@media only screen and (min-width: 1201px) {
  .l-header__logo-sub {
    font-size: 0.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-header__logo-sub {
    margin-top: 7px;
    font-size: 0.8rem;
  }
}

.l-header__logo-main {
  display: block;
  width: 84%;
  max-width: inherit;
  margin: 0 auto;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .l-header__logo-main {
    width: auto;
    max-width: 190px;
  }
}

.l-header__gnav-sp {
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  height: auto;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
@media only screen and (min-width: 768px) {
  .l-header__gnav-sp {
    display: none;
  }
}

.l-header__hamburger[aria-expanded=true] + .l-header__gnav-sp {
  height: calc(100% - 60px);
}

.l-header__nav-container-sp {
  display: none;
  width: 100%;
}

.l-header__nav-list-sp {
  background-color: #eee;
  text-align: left;
}

.l-header__nav-item-sp {
  position: relative;
  font-size: 1rem;
  line-height: 1;
}

.l-header__nav-item-sp > a {
  position: relative;
  display: block;
  width: 100%;
  padding: 15px;
  border-top: 2px solid #fff;
}

.l-header__nav-item-sp:first-child > a {
  border: none;
}

.l-header__nav-item-sp > a:hover {
  text-decoration: none;
}

.l-header__nav-item-sp > a:before {
  display: inline-block;
  vertical-align: -2px;
  padding-right: 8px;
  color: #cccccc;
  font-family: "Material Icons";
  font-size: 1.125rem;
  content: "";
}

.l-header__nav-item-sp--products > a:before {
  content: "\e8b8";
}

.l-header__nav-item-sp--process > a:before {
  content: "\e530";
}

.l-header__nav-item-sp--environment > a:before {
  content: "\ea63";
}

.l-header__nav-item-sp--profile > a:before {
  content: "\e0af";
}

.l-header__nav-item-sp--recruit > a:before {
  content: "\e853";
}

.l-header__nav-item-sp--privacy > a:before {
  content: "\e897";
}

.l-header__nav-item-sp--social > a:before {
  content: "\e80d";
}

.l-header__nav-item-sp--contact > a:before {
  content: "\e0be";
}

.l-header__nav-item-sp > a:after {
  position: absolute;
  top: 50%;
  right: 20px;
  vertical-align: middle;
  color: #cccccc;
  font-family: "Material Icons";
  font-size: 1.25rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "\e5cc";
}

.l-header__nav-item-sp--products > a:after,
.l-header__nav-item-sp--recruit > a:after {
  display: none;
}

.l-header__button-plus-minus {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  z-index: 1;
  vertical-align: middle;
  width: 68px;
  height: 48px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  color: #cccccc;
  font-size: 1.25rem;
  content: "";
}

.l-header__button-plus-minus:before,
.l-header__button-plus-minus:after {
  position: absolute;
  top: 24px;
  right: 25px;
  display: block;
  width: 14px;
  height: 3px;
  background-color: #cccccc;
  border-radius: 3px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
}

.l-header__button-plus-minus:after {
  background-color: #cccccc;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  transition: 0.3s ease;
}

.l-header__button-plus-minus.is-open:after {
  -webkit-transform: rotate(0) translateY(-50%);
          transform: rotate(0) translateY(-50%);
  transition: 0.3s ease;
}

.l-header__nav-box {
  display: none;
  padding-right: 15px;
  padding-left: 15px;
}

.l-header__nav-box-card-list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: -10px;
  margin-left: -10px;
}

.l-header__nav-box-card-item {
  width: calc((100% - 20px) / 2);
  margin-top: 10px;
  margin-left: 10px;
  background-color: #fff;
  border-radius: 10px;
}

.l-header__nav-box-card-link {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
  text-align: left;
}

.l-header__nav-box-card-link:hover {
  text-decoration: none;
}

.l-header__nav-box-card-link--saiketsu {
  padding-top: 1.7333333333vw;
  text-align: center;
}

.l-header__nav-box-card-link--kenshin {
  padding-top: 2.9333333333vw;
  text-align: center;
}

.l-header__nav-box-card-link--tokushu {
  padding-top: 3.0666666667vw;
  text-align: center;
}

.l-header__nav-box-card-link--joyful {
  padding-top: 1.6vw;
  text-align: center;
}

.l-header__nav-box-card-img {
  height: auto;
}

.l-header__nav-box-card-img--saiketsu {
  width: 59.3220338983%;
  margin-bottom: 2.4vw;
}

.l-header__nav-box-card-img--kenshin {
  width: 64.0677966102%;
  margin-bottom: 2.2666666667vw;
}

.l-header__nav-box-card-img--tokushu {
  width: 63.3898305085%;
  margin-bottom: 2.2666666667vw;
}

.l-header__nav-box-card-img--joyful {
  width: 63.3898305085%;
  margin-bottom: 1.8666666667vw;
}

.l-header__nav-box-card-txt {
  position: relative;
  font-size: 0.875rem;
}

.l-header__nav-box-card-txt:after {
  position: absolute;
  top: 50%;
  right: -5px;
  vertical-align: middle;
  color: #cccccc;
  font-family: "Material Icons";
  font-size: 1.25rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "\e5cc";
}

.l-header__hamburger {
  position: absolute;
  top: 12px;
  right: 15px;
  display: flex;
  z-index: 1;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 35px;
  height: 35px;
  padding: 0;
  background: #fff;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .l-header__hamburger {
    display: none;
  }
}

.l-header__hamburger-line {
  position: relative;
  top: 16px;
  width: 20px;
  height: 3px;
  background-color: #212121;
  border-radius: 3px;
}

.l-header__hamburger-line:before,
.l-header__hamburger-line:after {
  position: absolute;
  display: block;
  width: 20px;
  height: 3px;
  background-color: #212121;
  border-radius: 3px;
  transition: 0.3s ease;
  content: "";
}

.l-header__hamburger-line:before {
  top: -6px;
}

.l-header__hamburger-line:after {
  bottom: -6px;
}

.l-header__hamburger[aria-expanded=true] .l-header__hamburger-line,
.l-header__hamburger--bottom .l-header__hamburger-line {
  background: transparent;
}

.l-header__hamburger[aria-expanded=true] .l-header__hamburger-line:before,
.l-header__hamburger--bottom .l-header__hamburger-line:before {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.l-header__hamburger[aria-expanded=true] .l-header__hamburger-line:after,
.l-header__hamburger--bottom .l-header__hamburger-line:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.l-header__close {
  position: relative;
  height: 60px;
  background-color: #212121;
}

.l-header__overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  visibility: hidden;
  background-color: #000;
  opacity: 0;
  transition: 0.3s ease;
}

.is-open.l-header__overlay {
  visibility: visible;
  opacity: 0.3;
}

.l-header__gnav-pc {
  width: 58.5714285714%;
}
@media only screen and (max-width: 767px) {
  .l-header__gnav-pc {
    display: none;
  }
}

.l-header__nav-list-pc {
  display: flex;
  border-left: 1px solid #959595;
}

.l-header__nav-item-pc > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding-bottom: 9px;
  color: #000;
  text-align: center;
  font-size: 0.8125rem;
  transition: 0.3s ease;
}
@media only screen and (max-width: 992px) {
  .l-header__nav-item-pc > a {
    font-size: 0.625rem;
  }
}

.l-header__nav-item-pc > a:hover {
  text-decoration: none;
}

.l-header__nav-item-pc > a:before {
  display: block;
  vertical-align: middle;
  padding-bottom: 6px;
  color: #fff;
  font-family: "Material Icons";
  font-size: 2.6666666667vw;
  line-height: 1;
  content: "";
}
@media only screen and (min-width: 993px) {
  .l-header__nav-item-pc > a:before {
    font-size: 2rem;
  }
}

.l-header__nav-txt-pc {
  position: relative;
  transition: 0.3s ease;
}

.l-header__nav-item-pc > a:hover .l-header__nav-txt-pc:after {
  position: absolute;
  bottom: -7px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #cccccc;
  content: "";
}

.l-header__nav-item-pc {
  width: 20%;
  border-right: 1px solid #959595;
  line-height: 1;
}

.l-header__nav-item-pc.is-current > a .l-header__nav-txt-pc:after {
  position: absolute;
  bottom: -7px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #cccccc;
  content: "";
}

/* ==========================================================================
    # button
   ========================================================================== */
.e-button--round01 > a,
.e-button--round01 > span {
  position: relative;
  display: inline-block;
  height: 100%;
  padding: 0 10px 0 10px;
  background-color: #000;
  border: 1px solid #fff;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 38px;
  transition: 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .e-button--round01 > a,
.e-button--round01 > span {
	padding: 0 10px 0 10px;
    font-size: 0.8125rem;
    line-height: 28px;
  }
}

@media only screen and (max-width: 767px) {
  .e-button--round01 > a:after,
.e-button--round01 > span:after {
    right: 5px;
    width: 20px;
    height: 20px;
    font-size: 1.25rem;
    line-height: 20px;
  }
}

.e-button--round01 > a:hover {
  background-color: #cccccc;
  text-decoration: none;
}
@media (hover: none) {
  .e-button--round01 > a:hover {
    background-color: #212121;
  }
}

.e-button--round01--p02 > a,
.e-button--round01--p02 > span {
  line-height: 34px;
}
@media only screen and (max-width: 767px) {
  .e-button--round01--p02 > a,
.e-button--round01--p02 > span {
    line-height: 28px;
  }
}

.e-button--round01--p02 > a:after,
.e-button--round01--p02 > span:after {
  background-color: transparent;
  border-radius: 0;
  content: "\e5cf";
}

@media only screen and (min-width: 768px) {
  .e-button--round01--p02 > a:hover:after {
    color: #fff;
  }
}

.e-button--round02 > a,
.e-button--round02 > span {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 0 5px;
  background-color: #fff;
  border-radius: 20px;
  color: #212121;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 38px;
  transition: 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .e-button--round02 > a,
.e-button--round02 > span {
    padding: 0 30px 0 15px;
    border-radius: 15px;
    font-size: 0.875rem;
    line-height: 28px;
  }
}

.e-button--round02 > a:after,
.e-button--round02 > span:after {
  position: absolute;
  top: 50%;
  right: 7px;
  width: 24px;
  height: 24px;
  background-color: #cccccc;
  border-radius: 50%;
  color: #fff;
  font-family: "Material Icons";
  font-size: 1.5rem;
  line-height: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  transition: 0.3s ease;
  content: "\e5cc";
}
@media only screen and (max-width: 767px) {
  .e-button--round02 > a:after,
.e-button--round02 > span:after {
    right: 5px;
    width: 20px;
    height: 20px;
    font-size: 1.25rem;
    line-height: 20px;
  }
}

.e-button--round02 > a:hover {
  background-color: #cccccc;
  color: #fff;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .e-button--round02 > a:hover {
    background-color: #fff;
    color: #212121;
  }
}

@media only screen and (min-width: 768px) {
  .e-button--round02 > a:hover:after {
    background-color: #fff;
    color: #cccccc;
  }
}

.e-button--round02-p02 > a,
.e-button--round02-p02 > span {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  text-align: center;
  font-size: 1rem;
  line-height: 30px;
}
@media only screen and (max-width: 767px) {
  .e-button--round02-p02 > a,
.e-button--round02-p02 > span {
    font-size: 0.875rem;
    line-height: 28px;
  }
}

.e-button--contact {
  position: relative;
  display: block;
  width: 58.4210526316%;
  height: 5.6666666667vw;
  margin: 0 auto;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
  background: linear-gradient(0deg, #f57f17 0%, #ed4905 100%);
  background-color: #f57f17;
  border-color: #e36c03;
  border-style: solid;
  border-width: 1px;
  border-radius: 35px;
  color: #fff;
  text-align: center;
  font-size: 1.8333333333vw;
  font-weight: 700;
  line-height: 5.6666666667vw;
  transition: 0.3s ease;
}
@media only screen and (min-width: 1201px) {
  .e-button--contact {
    width: 444px;
    height: 68px;
    font-size: 22px;
    line-height: 68px;
  }
}
@media only screen and (max-width: 767px) {
  .e-button--contact {
    width: 100%;
    height: 48px;
    font-size: 0.875rem;
    line-height: 48px;
  }
}

.e-button--contact:before {
  display: inline-block;
  vertical-align: -3px;
  padding-right: 10px;
  color: #fff;
  font-family: "Material Icons";
  font-size: 2vw;
  line-height: 1;
  content: "\e0be";
}
@media only screen and (min-width: 1201px) {
  .e-button--contact:before {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .e-button--contact:before {
    padding-right: 5px;
    font-size: 1.125rem;
  }
}

.e-button--contact:hover {
  color: #fff;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .e-button--contact:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .e-button--contact:hover {
    opacity: 1;
  }
}

/* ==========================================================================
    # heading
   ========================================================================== */
.e-heading-lv2 {
  margin: 40px 0;
  text-align: center;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .e-heading-lv2 {
    margin: 20px 0;
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

.e-heading-lv2--p02 {
  margin-top: 0;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .e-heading-lv2--p02 {
    margin-bottom: 25px;
  }
}

.e-heading-lv2--p02:before {
  width: 50px;
  height: 1px;
  margin-right: 40px;
  background-color: #212121;
  content: "";
}
@media only screen and (max-width: 767px) {
  .e-heading-lv2--p02:before {
    width: 25px;
    margin-right: 10px;
  }
}

.e-heading-lv2--p02:after {
  width: 50px;
  height: 1px;
  margin-left: 40px;
  background-color: #212121;
  content: "";
}
@media only screen and (max-width: 767px) {
  .e-heading-lv2--p02:after {
    width: 25px;
    margin-left: 10px;
  }
}

.e-heading-lv2--p03-container {
  margin-bottom: 38px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .e-heading-lv2--p03-container {
    margin-bottom: 20px;
  }
}

.e-heading-lv2--p03 {
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 4px solid #cccccc;
  font-weight: 700;
}

.e-heading-lv2--p03__sub {
  display: block;
  font-size: 1.25rem;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .e-heading-lv2--p03__sub {
    font-size: 0.875rem;
  }
}

.e-heading-lv2--p03__main {
  display: block;
  font-size: 1.75rem;
  line-height: 1.1;
}
@media only screen and (max-width: 767px) {
  .e-heading-lv2--p03__main {
    font-size: 1.25rem;
    line-height: 1.3;
  }
}

.e-heading-lv3-container {
  margin-bottom: 40px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .e-heading-lv3-container {
    margin-bottom: 20px;
  }
}

.e-heading-lv3 {
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .e-heading-lv3 {
    font-size: 1.125rem;
  }
}

.e-heading-lv3:before {
  position: absolute;
  top: -12px;
  left: -32px;
  width: 31px;
  height: 31px;
  background-image: url(../images/common/bg_quotation01.svg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
@media only screen and (max-width: 767px) {
  .e-heading-lv3:before {
    top: -6px;
    left: -16px;
    width: 16px;
    height: 16px;
  }
}

.e-heading-lv3:after {
  position: absolute;
  right: -32px;
  bottom: -12px;
  width: 31px;
  height: 31px;
  background-image: url(../images/common/bg_quotation02.svg);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
@media only screen and (max-width: 767px) {
  .e-heading-lv3:after {
    right: -16px;
    bottom: -6px;
    width: 16px;
    height: 16px;
  }
}

.e-heading-lv3--p02 {
  padding-left: 10px;
  margin-bottom: 20px;
  border-left: 4px solid #cccccc;
  font-size: 1.5rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .e-heading-lv3--p02 {
    font-size: 1.125rem;
  }
}

.e-heading-lv3--p02:before,
.e-heading-lv3--p02:after {
  display: none;
}

.e-heading-lv3--p03 {
  padding-left: 10px;
  margin-bottom: 20px;
  border-left: 4px solid #cccccc;
  font-size: 1.375rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .e-heading-lv3--p03 {
    text-align: left;
    font-size: 1rem;
  }
}

.e-heading-lv3--p03:before,
.e-heading-lv3--p03:after {
  display: none;
}

.e-heading-lv4 {
  margin-bottom: 0.5em;
  font-size: 1.125rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .e-heading-lv4 {
    font-size: 1rem;
  }
}

/* ==========================================================================
    # img
   ========================================================================== */
.e-img {
  margin-bottom: 1em;
}

@media only screen and (min-width: 768px) {
  .e-img--is-img-right-pc {
    float: right;
    margin-left: 1rem;
  }
}

.e-img--is-img-left-pc {
  float: left;
  margin-right: 1rem;
}
@media only screen and (max-width: 767px) {
  .e-img--is-img-left-pc {
    float: none;
    margin-right: 0;
  }
}

.e-img--frame01 img {
  padding: 6px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

@media only screen and (min-width: 768px) {
  .e-img--is-img-33p-pc {
    width: 33%;
  }
}

@media only screen and (max-width: 767px) {
  .e-img--is-img-216-sp {
    width: 216px;
    margin-right: auto;
    margin-left: auto;
  }
}

/* ==========================================================================
    # lists
   ========================================================================== */
/* unstyled */
.e-list-unstyled {
  list-style: none;
}

/* disc */
.e-list-disc {
  margin-left: 1.5em;
  list-style: disc;
}

.e-list-disc--indent1 {
  margin-left: 2.5em;
}

.e-list-disc--indent1-5 {
  margin-left: 3em;
}

.e-list-disc--indent2 {
  margin-left: 3.5em;
}

.e-list-disc--indent3 {
  margin-left: 4.5em;
}

.e-list-disc--b {
  font-weight: 700;
}

/* ==========================================================================
    # tables
   ========================================================================== */
.e-table {
  width: 100%;
  border-collapse: collapse;
  border-bottom: 1px solid #e1e1e1;
  border-spacing: 0;
}

.e-table tr {
  border-top: 1px solid #e1e1e1;
}

.e-table th,
.e-table td {
  vertical-align: top;
  padding: 20px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .e-table th,
.e-table td {
    display: block;
    padding: 15px;
  }
}

.e-table th {
  width: 22.641509434%;
  background-color: #fafafa;
  font-size: 1.125rem;
}
@media only screen and (max-width: 767px) {
  .e-table th {
    width: 100%;
    font-size: 0.875rem;
  }
}

.e-table td {
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  .e-table td {
    font-size: 0.875rem;
  }
}

.e-table--recruit-index td > * {
  margin-top: 10px;
}

.e-table--recruit-index td :first-child {
  margin-top: 0;
}

.e-table--recruit-index th {
  width: 23.5294117647%;
}
@media only screen and (max-width: 767px) {
  .e-table--recruit-index th {
    width: 100%;
  }
}

.e-table--p02 th,
.e-table--p02 td {
  width: auto;
  border: 1px solid #e1e1e1;
}
@media only screen and (max-width: 767px) {
  .e-table--p02 th,
.e-table--p02 td {
    display: table-cell;
  }
}

/* ==========================================================================
    # text
   ========================================================================== */
.e-text-start {
  text-align: left;
}

.e-text-center {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .e-text-center-pc {
    text-align: center;
  }
}

.e-text-end {
  text-align: right;
}

.e-text {
  margin-bottom: 1em;
  font-size: 1rem;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .e-text {
    font-size: 0.875rem;
  }
}

.e-text--s {
  font-size: 0.875rem;
  line-height: 1.7;
}

.e-text-notes {
  font-size: 0.875rem;
  line-height: 1.4;
}

.e-text-notes__indent-1 {
  padding-left: 1em;
  text-indent: -1em;
}

.e-text-link {
  color: #cccccc;
}

.e-text-link:hover {
  color: #cccccc;
  text-decoration: underline;
}
@media (hover: none) {
  .e-text-link:hover {
    text-decoration: none;
  }
}

.e-text-link--pdf:before {
  display: inline-block;
  vertical-align: middle;
  padding-right: 5px;
  color: #212121;
  font-family: "Material Icons";
  font-size: 1.25rem;
  content: "\e415";
}
@media only screen and (max-width: 767px) {
  .e-text-link--pdf:before {
    font-size: 1.125rem;
  }
}

.e-text-link--pdf02:after {
  display: inline-block;
  vertical-align: middle;
  color: #212121;
  font-family: "Material Icons";
  font-size: 1.25rem;
  content: "\e415";
}
@media only screen and (max-width: 767px) {
  .e-text-link--pdf02:after {
    font-size: 1.125rem;
  }
}

.e-text-link--blank:after {
  display: inline-block;
  vertical-align: middle;
  color: #212121;
  font-family: "Material Icons";
  font-size: 1.125rem;
  content: "\e89e";
}
@media only screen and (max-width: 767px) {
  .e-text-link--blank:after {
    font-size: 1rem;
  }
}

/* ==========================================================================
    # indents
   ========================================================================== */
.e-indent--1 {
  display: inline-block;
  padding-left: 1em;
  text-indent: -1em;
}

.e-indent--2 {
  display: inline-block;
  padding-left: 2em;
  text-indent: -2em;
}

.e-indent--3 {
  display: inline-block;
  padding-left: 3em;
  text-indent: -3em;
}

/* ==========================================================================
   # breadcrumb
   ========================================================================== */
.c-breadcrumb {
  padding: 5px 0;
}

.c-breadcrumb__item {
  font-size: 0.875rem;
}
@media only screen and (max-width: 767px) {
  .c-breadcrumb__item {
    line-height: 1;
  }
}

.c-breadcrumb__item:before {
  display: inline-block;
  vertical-align: middle;
  color: #bdbdbd;
  font-family: "Material Icons";
  font-size: 1.25rem;
  content: "\e5cc";
}

.c-breadcrumb__item:first-child:before {
  display: none;
}

.c-breadcrumb__icon-home {
  vertical-align: -5px;
  color: #cccccc;
  font-size: 1.25rem;
}

/* ==========================================================================
   # card
   ========================================================================== */
.c-card {
  position: relative;
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.c-card__link {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 8px;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .c-card__link {
    padding: 10px;
    transition: 0.3s ease;
  }
}

.c-card__link:before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-color: transparent transparent #cccccc transparent;
  border-style: solid;
  border-width: 0 0 32px 32px;
  content: "";
}
@media only screen and (min-width: 768px) {
  .c-card__link:before {
    border-width: 0 0 38px 38px;
  }
}

.c-card__link:after {
  position: absolute;
  right: 2px;
  bottom: -3px;
  vertical-align: middle;
  color: #fff;
  font-family: "Material Icons";
  font-size: 1.0625rem;
  content: "\e5cc";
}

.c-card__link:hover {
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .c-card__link:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .c-card__link:hover {
    opacity: 1;
  }
}

.is-tablet .c-card__link:hover {
  opacity: 1;
}

.c-card__img {
  width: 34.1945288754%;
  margin-right: 4.5592705167%;
}
@media only screen and (min-width: 768px) {
  .c-card__img {
    width: 42.5330812854%;
    margin-right: 3.7807183365%;
  }
}
@media only screen and (min-width: 1201px) {
  .c-card__img {
    width: 225px;
    margin-right: 20px;
  }
}

.c-card__body-txt {
  font-size: 0.875rem;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .c-card__body-txt {
    font-size: 1.6666666667vw;
  }
}
@media only screen and (min-width: 993px) {
  .c-card__body-txt {
    font-size: 1.25rem;
  }
}

.c-card__body-desc {
  margin-top: 5px;
  font-size: 0.75rem;
}
@media only screen and (min-width: 768px) {
  .c-card__body-desc {
    margin-top: 12px;
    font-size: 1.3333333333vw;
  }
}
@media only screen and (min-width: 993px) {
  .c-card__body-desc {
    width: auto;
    font-size: 1rem;
  }
}

/* ==========================================================================
   # headline
   ========================================================================== */
.c-headline {
  margin-bottom: 0;
  border-top: 1px solid #e1e1e1;
}

.c-headline__item {
  display: flex;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #e1e1e1;
  line-height: 1.4;
  font-size:90%;
  overflow-wrap: break-word;
}
@media only screen and (max-width: 767px) {
  .c-headline__item {
    display: block;
    padding: 10px 0;
  }
}

.c-headline__cate {
  display: inline-block;
  flex-shrink: 0;
  width: 115px;
  height: 29px;
  margin-right: 14px;
  margin-bottom: 0;
  border: 1px solid #cccccc;
  border-radius: 14.5px;
  color: #cccccc;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 27px;
}
.c-headline__cate_red {
  display: inline-block;
  flex-shrink: 0;
  width: 115px;
  height: 29px;
  margin-right: 14px;
  margin-bottom: 0;
  border: 1px solid #f99;
  border-radius: 14.5px;
  color: #f99;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 27px;
}
.c-headline__cate_blue {
  display: inline-block;
  flex-shrink: 0;
  width: 115px;
  height: 29px;
  margin-right: 14px;
  margin-bottom: 0;
  border: 1px solid #99f;
  border-radius: 14.5px;
  color: #99f;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 27px;
}
.c-headline__cate_green {
  display: inline-block;
  flex-shrink: 0;
  width: 115px;
  height: 29px;
  margin-right: 14px;
  margin-bottom: 0;
  border: 1px solid #3c6;
  border-radius: 14.5px;
  color: #3c6;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 27px;
}
.c-headline__cate_gray {
  display: inline-block;
  flex-shrink: 0;
  width: 115px;
  height: 29px;
  margin-right: 14px;
  margin-bottom: 0;
  border: 1px solid #999;
  border-radius: 14.5px;
  color: #9f9;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 27px;
}
@media only screen and (max-width: 767px) {
  .c-headline__cate,
  .c-headline__cate_red,
  .c-headline__cate_blue,
  .c-headline__cate_green {
    width: 60px;
    height: auto;
    margin-bottom: 4px;
    border: none;
    border-radius: inherit;
    font-size: 0.6875rem;
    font-weight: 700;
    line-height: inherit;
    text-align: left;
  }
}

.c-headline__title {
  font-size: 1rem;
}
@media only screen and (max-width: 840px) {
  .c-headline__title {
    font-size: 0.58rem;
  }
}

/* ==========================================================================
   メインビジュアル
   ========================================================================== */
.c-main-visual {
  width: 100%;
  height: 206px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 6px solid #cccccc;
}

.c-main-visual__inner {
  position: relative;
  height: 100%;
}

.c-main-visual--products {
  background-image: url(../images/products/bg_mv_products.jpg);
}

.c-main-visual--recruit {
  background-image: url(../images/recruit/bg_mv_recruit.jpg);
}

.c-main-visual--process {
  background-image: url(../images/process/bg_mv_process.jpg);
}

.c-main-visual--user {
  background-image: url(../images/user/bg_mv_user.jpg);
}

.c-main-visual--profile {
  background-image: url(../images/profile/bg_mv_profile.jpg);
}

.c-main-visual--environment {
  background-image: url(../images/environment/bg_mv_environment.jpg);
}

.c-main-visual--social,
.c-main-visual--contact,
.c-main-visual--privacy {
  background-image: url(../images/social/bg_mv_social.jpg);
}

.c-main-visual__title {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  color: #fff;
  text-align: center;
  font-weight: 700;
  line-height: 1;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

.c-main-visual__title-lv01 {
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 4px solid #fff;
  font-size: 2.25rem;
}
@media only screen and (max-width: 767px) {
  .c-main-visual__title-lv01 {
    font-size: 1.5rem;
  }
}

.c-main-visual__title-sub {
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 4px solid #fff;
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .c-main-visual__title-sub {
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-size: 1.125rem;
  }
}

.c-main-visual__title-main {
  font-size: 2.25rem;
}
@media only screen and (max-width: 767px) {
  .c-main-visual__title-main {
    font-size: 1.5rem;
  }
}

/* ==========================================================================
   # pagenavi
   ========================================================================== */
.c-pagenavi {
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  .c-pagenavi {
    margin-top: 20px;
  }
}

.c-pagenavi__list {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .c-pagenavi__list {
    display: block;
  }
}

.c-pagenavi__item {
  width: calc((100% - 20px) / 2);
}
@media only screen and (max-width: 767px) {
  .c-pagenavi__item {
    width: 100%;
  }
}

.c-pagenavi__item--last {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .c-pagenavi__item--last {
    margin-top: 15px;
    margin-left: 0;
  }
}

/* ==========================================================================
    トップ
   ========================================================================== */
/* メインビジュアル */
.top-main-visual {
  position: relative;
  width: 100%;
  height: 321px;
  border-bottom: 6px solid #212121;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .top-main-visual {
    height: 606px;
    background-color: #000;
  }
}

.no-top-main-visual {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .no-top-main-visual {
    height: 300px;
    background-color: #fff;
  }
}

.top-main-visual__copy {
  position: absolute;
  top: 50%;
  left: 30%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (min-width: 768px) {
  .top-main-visual__copy {
    max-width: 730px;
  }
}

.top-main-visual__copy-img {
  width: 100%;
}

.top-main-visual__slide-img {
  width: 100%;
  height: 315px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

@media only screen and (min-width: 768px) {
  .top-main-visual__slide-img {
    height: 600px;
  }
}
.no-top-main-visual__slide-img {
  width: 100%;
  height: 315px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: fill;";
}
@media only screen and (min-width: 768px) {
  .no-top-main-visual__slide-img {
    height: 300px;
  }
}

.top-main-visual .slick-dots {
  bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .top-main-visual .slick-dots {
    bottom: 20px;
  }
}

.top-main-visual .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 5px;
}

.top-main-visual .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
}

@media only screen and (min-width: 768px) {
  .top-main-visual .slick-dots li button:hover:before {
    background-color: #616161;
  }
}
@media (hover: none) {
  .top-main-visual .slick-dots li button:hover:before {
    background-color: #fff;
  }
}

.top-main-visual .slick-dots li button:before {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  opacity: 1;
  font-family: inherit;
  font-size: inherit;
  line-height: 10px;
}

.top-main-visual .slick-dots li.slick-active button:before {
  background-color: #616161;
  opacity: 1;
}

.top-main-visual__item {
  position: relative;
}

.top-main-visual__slide {
  display: none;
}

.top-main-visual__slide.slick-initialized {
  display: block;
}

/* 製造車両実績 */
.top-products {
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  background-color: #fff;
}

.top-products__title-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .top-products__title-container {
    margin-bottom: 30px;
  }
}

.top-products__title {
  position: relative;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .top-products__title {
    width: calc(100% - 220px);
  }
}

@media only screen and (min-width: 768px) {
  .top-products__title:after {
    display: inline-block;
    width: 63.3333333333%;
    height: 1px;
    margin-left: 30px;
    background-color: #bdbdbd;
    content: "";
  }
}

.top-products__title-main {
  margin-right: 10px;
  font-size: 1.5rem;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .top-products__title-main {
    flex-shrink: 0;
    margin-right: 20px;
    font-size: 2.25rem;
  }
}

.top-products__title-sub {
  color: #757575;
  text-transform: uppercase;
  font-size: 0.625rem;
}
@media only screen and (min-width: 768px) {
  .top-products__title-sub {
    font-size: 1rem;
  }
}

.top-products__button {
  width: 115px;
}
@media only screen and (min-width: 768px) {
  .top-products__button {
    width: 200px;
  }
}

.top-products__button > a {
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .top-products__button > a {
    text-align: center;
  }
}

.top-products__card-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: -15px;
  margin-left: -15px;
}
@media only screen and (min-width: 768px) {
  .top-products__card-list {
    margin-top: -20px;
    margin-left: -20px;
  }
}

.top-products__card-item {
  position: relative;
  width: calc((100% - 30px) / 2);
  margin-top: 15px;
  margin-left: 15px;
  background-color: #fff;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .top-products__card-item {
    width: calc((100% - 80px) / 4);
    margin-top: 50px;
    margin-left: 20px;
  }
}

.top-products__card-item--row {
  width: 100%;
  border-bottom:solid #ccc 1px;
  border-right: solid #ccc 1px;
}
@media only screen and (min-width: 768px) {
  .top-products__card-item--row {
    width: calc((100% - 40px) / 2);
  }
}

.top-products__card-link {
  display: block;
  width: 100%;
  height: 100%;
  padding: 8px;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .top-products__card-link {
    padding: 10px;
    transition: 0.3s ease;
  }
}

.top-products__card-link--row {
  display: flex;
  align-items: center;
}

.top-products__card-link:before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-color: transparent transparent #cccccc transparent;
  border-style: solid;
  border-width: 0 0 32px 32px;
  content: "";
}
@media only screen and (min-width: 768px) {
  .top-products__card-link:before {
    border-width: 0 0 38px 38px;
  }
}

.top-products__card-link:after {
  position: absolute;
  right: 2px;
  bottom: -3px;
  vertical-align: middle;
  color: #fff;
  font-family: "Material Icons";
  font-size: 1.0625rem;
  content: "";
}

.top-products__card-link:hover {
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .top-products__card-link:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .top-products__card-link:hover {
    opacity: 1;
  }
}

.is-tablet .top-products__card-link:hover {
  opacity: 1;
}

.top-products__card-link--saiketsu {
  padding-top: 1.6vw;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .top-products__card-link--saiketsu {
    padding-top: 0.9166666667vw;
  }
}
@media only screen and (min-width: 1201px) {
  .top-products__card-link--saiketsu {
    padding-top: 11px;
  }
}

.top-products__card-link--kenshin {
  padding-top: 3.4666666667vw;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .top-products__card-link--kenshin {
    padding-top: 2.0833333333vw;
  }
}
@media only screen and (min-width: 1201px) {
  .top-products__card-link--kenshin {
    padding-top: 25px;
  }
}

.top-products__card-link--tokushu {
  padding-top: 2.6666666667vw;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .top-products__card-link--tokushu {
    padding-top: 1.5vw;
  }
}
@media only screen and (min-width: 1201px) {
  .top-products__card-link--tokushu {
    padding-top: 18px;
  }
}

.top-products__card-link--joyful {
  padding-top: 2.2666666667vw;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .top-products__card-link--joyful {
    padding-top: 0.8333333333vw;
  }
}
@media only screen and (min-width: 1201px) {
  .top-products__card-link--joyful {
    padding-top: 10px;
  }
}

.top-products__card-img {
  height: auto;
}

.top-products__card-img--saiketsu {
  width: 85.9060402685%;
  margin-bottom: 2.9333333333vw;
}
@media only screen and (min-width: 768px) {
  .top-products__card-img--saiketsu {
    width: 86.1224489796%;
    margin-bottom: 1.9166666667vw;
  }
}
@media only screen and (min-width: 1201px) {
  .top-products__card-img--saiketsu {
    width: 211px;
    margin-bottom: 23px;
  }
}

.top-products__card-img--kenshin {
  width: 90.2684563758%;
  margin-bottom: 3.4666666667vw;
}
@media only screen and (min-width: 768px) {
  .top-products__card-img--kenshin {
    width: 88.9795918367%;
    margin-bottom: 2.1666666667vw;
  }
}
@media only screen and (min-width: 1201px) {
  .top-products__card-img--kenshin {
    width: 218px;
    margin-bottom: 26px;
  }
}

.top-products__card-img--tokushu {
  width: 89.2617449664%;
  margin-bottom: 3.8666666667vw;
}
@media only screen and (min-width: 768px) {
  .top-products__card-img--tokushu {
    width: 88.1632653061%;
    margin-bottom: 2.1666666667vw;
  }
}
@media only screen and (min-width: 1201px) {
  .top-products__card-img--tokushu {
    width: 216px;
    margin-bottom: 26px;
  }
}

.top-products__card-img--joyful {
  width: 80.5369127517%;
  margin-bottom: 4.1333333333vw;
}
@media only screen and (min-width: 768px) {
  .top-products__card-img--joyful {
    width: 84.4897959184%;
    margin-bottom: 2.25vw;
  }
}
@media only screen and (min-width: 1201px) {
  .top-products__card-img--joyful {
    width: 207px;
    margin-bottom: 27px;
  }
}

.top-products__card-img--row {
  width: 34.1945288754%;
  margin-right: 4.5592705167%;
}
@media only screen and (min-width: 768px) {
  .top-products__card-img--row {
    width: 42.5330812854%;
    margin-right: 3.7807183365%;
  }
}
@media only screen and (min-width: 1201px) {
  .top-products__card-img--row {
    width: 225px;
    margin-right: 20px;
  }
}

.top-products__card-txt {
  font-size: 0.875rem;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .top-products__card-txt {
    font-size: 1.6666666667vw;
  }
}
@media only screen and (min-width: 993px) {
  .top-products__card-txt {
    font-size: 1.25rem;
  }
}

.top-products__card-desc {
  margin-top: 5px;
  font-size: 0.75rem;
}
@media only screen and (min-width: 768px) {
  .top-products__card-desc {
    margin-top: 12px;
    font-size: 1.3333333333vw;
  }
}
@media only screen and (min-width: 993px) {
  .top-products__card-desc {
    width: auto;
    font-size: 1rem;
  }
}

.backgroundColorGray1 {
	  background-color: #fde9c2;
    opacity: 0.7;
}
.backgroundColorGray2 {
	  background-color: #dac49b;
    opacity: 0.7;
}
.backgroundColorGray3 {
	  background-color: #c9bea1;
    opacity: 0.7;
}
/* 採用情報 */
.top-recruit__head {
  padding-top: 55px;
  margin:10px 14%;
  border-radius: 20%;
  height: 60.8333333333vw;
  width: 70%;
  float:left;
}
@media only screen and (min-width: 768px) {
  .top-recruit__head {
    padding-top: 55px;
    margin-left: 0;
    margin-right: 8px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 32.0357142857%;
    height: 30.8333333333vw;
    max-width: 370px;
    max-height: 370px;
    float:left;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1201px) {
  .top-recruit__head {
    float:left;
  }
}

.top-recruit__title-container {
  margin-bottom: 10px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .top-recruit__title-container {
    margin-bottom: 1.3333333333vw;
  }
}
@media only screen and (min-width: 1201px) {
  .top-recruit__title-container {
    margin-bottom: 16px;
  }
}

.top-recruit__title {
  display: inline-block;
  padding-bottom: 8px;
  border-bottom: 4px solid #cccccc;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .top-recruit__title {
    padding-top: 0.6666666667vw;
  }
}
@media only screen and (min-width: 1201px) {
  .top-recruit__title {
    padding-top: 8px;
  }
}

.top-recruit__title-main {
  display: block;
  margin-bottom: 7px;
  font-size: 1.3125rem;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .top-recruit__title-main {
    margin-bottom: 0.8333333333vw;
    font-size: 2.3333333333vw;
  }
}
@media only screen and (min-width: 1201px) {
  .top-recruit__title-main {
    margin-bottom: 10px;
    font-size: 1.75rem;
  }
}

.top-recruit__title-sub {
  display: block;
  color: #757575;
  text-transform: uppercase;
  font-size: 0.625rem;
}
@media only screen and (min-width: 768px) {
  .top-recruit__title-sub {
    font-size: 1.1666666667vw;
  }
}
@media only screen and (min-width: 1201px) {
  .top-recruit__title-sub {
    font-size: 0.875rem;
  }
}

.top-recruit__txt {
  text-align: center;
  font-size: 0.9rem;
}
@media only screen and (min-width: 768px) {
  .top-recruit__txt {
    font-size: 1.3333333333vw;
    line-height: 1.75;
  }
}
@media only screen and (min-width: 1201px) {
  .top-recruit__txt {
    font-size: 1rem;
    line-height: 2;
  }
}

.top-recruit__body {
  display: flex;
  justify-content: center;
  margin-bottom: 8px;
}
@media only screen and (min-width: 768px) {
  .top-recruit__body {
    position: absolute;
    top: 30px;
    right: 0;
    left: 0;
    justify-content: space-between;
    width: 91.5%;
    max-width: 1280px;
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 auto;
  }
}

.top-recruit__body-item {
  width: 48.5507246377%;
  height: 44.6666666667vw;
  max-width: 335px;
  max-height: 335px;
  background:#eee;
  border-radius:50%;
}
@media only screen and (min-width: 768px) {
  .top-recruit__body-item {
    width: 34.6631205674%;
    height: 30.9166666667vw;
    max-width: 391px;
    max-height: 371px;
  }
}

.top-recruit__body-item--office {
  padding-top: 55px;
  margin-right: 9px;
}
.top-recruit__body-item--staff {
  padding-top: 55px;
}

@media only screen and (min-width: 768px) {
  .top-recruit__body-item--office {
    margin-right: 0;
  }
}

.top-recruit__body-item > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.3s ease;
}

.top-recruit__body-item--office > a {
  background-image: url(../images/top/img_recruit_office_sp.png);
}
@media only screen and (min-width: 768px) {
  .top-recruit__body-item--office > a {
    margin-right: 0;
    background-image: url(../images/top/img_recruit_office_pc.png);
  }
}

.top-recruit__body-item--staff > a {
  background-image: url(../images/top/img_recruit_staff_sp.png);
}
@media only screen and (min-width: 768px) {
  .top-recruit__body-item--staff > a {
    background-image: url(../images/top/img_recruit_staff_pc.png);
  }
}

.top-recruit__body-item > a:hover {
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .top-recruit__body-item > a:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .top-recruit__body-item > a:hover {
    opacity: 1;
  }
}

.top-recruit__body-txt {
  height: 4.5em;
  margin-bottom: 2.6666666667vw;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 10px black;
  font-size: 0.9375rem;
}
@media only screen and (min-width: 768px) {
  .top-recruit__body-txt {
    margin-bottom: 1.6666666667vw;
    font-size: 2vw;
  }
}
@media only screen and (min-width: 1201px) {
  .top-recruit__body-txt {
    margin-bottom: 20px;
    font-size: 1.5rem;
  }
}

.top-recruit__body-item--office .top-recruit__body-txt {
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}

.top-recruit__body-button {
  width: 105px;
}
@media only screen and (min-width: 768px) {
  .top-recruit__body-button {
    width: 188px;
  }
}

.top-recruit__body-button > span {
  padding: 0 5px 0 12px;
}
@media only screen and (min-width: 768px) {
  .top-recruit__body-button > span {
    padding: 0 5px;
    text-align: center;
  }
}

@media only screen and (min-width: 768px) {
  .top-recruit__button-txt {
    display: inline-block;
  }
}

@media only screen and (min-width: 768px) {
  .top-recruit__foot {
    position: absolute;
    right: 0;
    bottom: 7.1666666667vw;
    left: 0;
    width: 100%;
    max-width: 1150px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (min-width: 1201px) {
  .top-recruit__foot {
    bottom: 56px;
  }
}

.top-recruit__button {
  width: 149px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 768px) {
  .top-recruit__button {
    width: 164px;
  }
}
@media only screen and (min-width: 993px) {
  .top-recruit__button {
    width: 198px;
  }
}

.top-recruit__button > a {
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .top-recruit__button > a {
    padding: 0 5px;
    text-align: center;
  }
}

/* お知らせ */
.top-info {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .top-info {
    display: flex;
    justify-content: space-between;
    padding-top: 50px;
    padding-bottom: 32px;
  }
}

.top-info__title-container {
  margin-bottom: 15px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .top-info__title-container {
    flex-grow: 0;
    flex-shrink: 0;
    width: 130px;
    margin-bottom: 16px;
    text-align: left;
  }
}

.top-info__title {
  display: inline-block;
  padding-top: 10px;
  border-top: 1px solid #cccccc;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .top-info__title {
    padding-top: 0;
    padding-left: 16px;
    border-top: none;
    border-left: 2px solid #cccccc;
  }
}

.top-info__title-main {
  display: block;
  font-size: 1.3125rem;
  font-weight: 700;
}

.top-info__title-sub {
  display: block;
  margin-top: 8px;
  color: #757575;
  text-transform: uppercase;
  font-size: 0.625rem;
}
@media only screen and (min-width: 768px) {
  .top-info__title-sub {
    margin-top: 12px;
    font-size: 0.875rem;
  }
}

@media only screen and (min-width: 768px) {
  .top-info__headline {
    width: 83.0357142857%;
  }
}

/* 関連リンク */
.top-related {
  padding-top: 15px;
  padding-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .top-related {
    display: flex;
    justify-content: space-between;
    padding-top: 32px;
    padding-bottom: 0;
  }
}

.top-related__title-container {
  margin-bottom: 15px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .top-related__title-container {
    flex-grow: 0;
    flex-shrink: 0;
    width: 190px;
    margin-bottom: 16px;
    text-align: left;
  }
}

.top-related__title {
  display: inline-block;
  padding-top: 10px;
  border-top: 1px solid #cccccc;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .top-related__title {
    padding-top: 0;
    padding-left: 16px;
    border-top: none;
    border-left: 2px solid #cccccc;
  }
}

.top-related__title-main {
  display: block;
  font-size: 1.3125rem;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .top-related__title-main {
    font-size: 1.5rem;
  }
}

.top-related__body {
  width: 250px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .top-related__body {
    width: 83.0357142857%;
    margin-right: 0;
    margin-left: 0;
  }
}

@media only screen and (min-width: 768px) {
  .top-related__slide {
    display: flex;
    flex-wrap: wrap;
    margin-left: -30px;
    overflow: hidden;
  }
}

@media only screen and (min-width: 768px) {
  .top-related__item {
    width: calc((100% - 90px - 0.01px) / 3);
    margin-left: 30px;
  }
}

.top-related__item > a {
  display: block;
}

.top-related__slide .slick-prev {
  left: -38px;
  z-index: 1;
}

.top-related__slide .slick-prev:before {
  color: #212121;
  font-family: "Material Icons";
  font-size: 1.75rem;
  content: "\e5cb";
}

.top-related__slide .slick-next {
  right: -30px;
}

.top-related__slide .slick-next:before {
  color: #212121;
  font-family: "Material Icons";
  font-size: 1.75rem;
  content: "\e5cc";
}

/* ==========================================================================
    製造車両実績
   ========================================================================== */
.products-index {
  position: relative;
  /* padding-top: 3.9166666667vw; */
}
@media only screen and (min-width: 1201px) {
  .products-index {
    /* padding-top: 47px; */
  }
}
@media only screen and (max-width: 768px) {
  .products-index {
    padding-top: 2.9947916667vw;
  }
}
@media only screen and (max-width: 767px) {
  .products-index {
    padding-top: 0;
  }
}

.products-index--last {
  padding-bottom: 75px;
}
@media only screen and (max-width: 767px) {
  .products-index--last {
    padding-bottom: 0;
  }
}

.products-index__box {
  position: absolute;
  top: 0;
  right: inherit;
  left: 0;
  width: 47.3214285714%;
  padding: 0.5vw 0.5357142857%;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
@media only screen and (min-width: 1201px) {
  .products-index__box {
    width: 530px;
    padding: 6px;
  }
}
@media only screen and (max-width: 767px) {
  .products-index__box {
    position: static;
    width: 100%;
    padding: 6px;
    margin-bottom: 45px;
  }
}

.products-index--reverse .products-index__box {
  right: 0;
  left: inherit;
}

.products-index__slide {
  display: none;
}

.products-index__slide.slick-initialized {
  display: block;
}

.products-index__box .slick-dotted.slick-slider {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .products-index__box .slick-slide img {
    width: 100%;
  }
}

.products-index__box .slick-dots {
  right: inherit;
  bottom: -35px;
  left: 0;
  width: auto;
}
@media only screen and (max-width: 767px) {
  .products-index__box .slick-dots {
    left: inherit;
    width: 100%;
  }
}

.products-index--reverse .products-index__box .slick-dots {
  right: 0;
  left: inherit;
}

.products-index__box .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 5px;
}

.products-index__box .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
}

@media only screen and (min-width: 768px) {
  .products-index__box .slick-dots li button:hover:before {
    background-color: #616161;
  }
}
@media (hover: none) {
  .products-index__box .slick-dots li button:hover:before {
    background-color: #fff;
  }
}

.products-index__box .slick-dots li button:before {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  opacity: 1;
  font-family: inherit;
  font-size: inherit;
  line-height: 10px;
}
@media only screen and (max-width: 767px) {
  .products-index__box .slick-dots li button:before {
    border: 1px solid #616161;
  }
}

.products-index__box .slick-dots li.slick-active button:before {
  background-color: #616161;
  opacity: 1;
}

.products-index__box-inner {
  height: 100%;
  padding: 0;
}
@media only screen and (min-width: 1201px) {
  .products-index__box-inner {
    padding: 0px;
  }
}

.products-index__content {
  width: 66.9642857143%;
  padding: 0.5vw 0.5357142857%;
  margin-left: auto;
  background-image: url(../images/products/bg_products_slide_txt.png);
  background-position: left top;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 16px;
  overflow: hidden;
}
@media only screen and (min-width: 1201px) {
  .products-index__content {
    width: 750px;
    padding: 6px;
  }
}
@media only screen and (max-width: 767px) {
  .products-index__content {
    width: 100%;
    padding: 4px;
  }
}

.products-index--reverse .products-index__content {
  margin-right: auto;
  margin-left: inherit;
}

.products-index__content-inner {
  padding: 2.4166666667vw 6.6395663957% 2.4166666667vw 27.1002710027%;
  background-color: #fff;
  border-radius: 10px;
}
@media only screen and (min-width: 1201px) {
  .products-index__content-inner {
    padding: 10px 49px 29px 200px;
  }
}
@media only screen and (max-width: 767px) {
  .products-index__content-inner {
    padding: 15px;
  }
}

.products-index--reverse .products-index__content-inner {
  padding-right: 27.1002710027%;
  padding-left: 6.6395663957%;
}
@media only screen and (min-width: 1201px) {
  .products-index--reverse .products-index__content-inner {
    padding-right: 200px;
    padding-left: 49px;
  }
}
@media only screen and (max-width: 767px) {
  .products-index--reverse .products-index__content-inner {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.products-index__title-container {
  padding-bottom: 0.4166666667vw;
  margin-bottom: 1.6666666667vw;
  background-color: #fff;
  border-bottom: 2px solid #333;
}
@media only screen and (min-width: 1201px) {
  .products-index__title-container {
    padding-bottom: 5px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .products-index__title-container {
    padding-bottom: 5px;
    margin-bottom: 20px;
  }
}

.products-index__title {
  position: relative;
  display: inline-block;
  color: #212121;
  font-size: 2vw;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (min-width: 1201px) {
  .products-index__title {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .products-index__title {
    font-size: 1.125rem;
  }
}

.products-index__title:after {
  position: absolute;
  bottom: -1.0833333333vw;
  left: 0;
  width: 100%;
  height: 0.3333333333vw;
  content: "";
}
@media only screen and (min-width: 1201px) {
  .products-index__title:after {
    bottom: -13px;
    height: 4px;
  }
}
@media only screen and (max-width: 767px) {
  .products-index__title:after {
    bottom: -13px;
    height: 4px;
  }
}

.products-index__txt {
  font-size: 1.3333333333vw;
  line-height: 1.5;
}
@media only screen and (min-width: 1201px) {
  .products-index__txt {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .products-index__txt {
    font-size: 1rem;
  }
}

.products-index__button {
  margin-top: 2.6666666667vw;
}
@media only screen and (min-width: 1201px) {
  .products-index__button {
    margin-top: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .products-index__button {
    margin-top: 16px;
    text-align: center;
  }
}

/* ==========================================================================
    製造車両実績詳細
   ========================================================================== */
.products-details-container {
  padding: 30px 0;
  background-color: #fff;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  .products-details-container {
    padding: 20px 0;
  }
}

.products-details-block {
  position: relative;
  padding: 2.5vw 2.8301886792% 0;
  margin-top: 2.5vw;
  border-top: 1px solid #eee;
}
@media only screen and (min-width: 1201px) {
  .products-details-block {
    padding: 30px 30px 0;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .products-details-block {
    padding: 20px 15px;
  }
}

.products-details-block:first-child {
  padding-top: 0;
  margin-top: 0;
  border: none;
}

.products-details-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 38%;
  min-height: 22.5vw;
  margin-left: auto;
}
@media only screen and (min-width: 1201px) {
  .products-details-content {
    width: 376px;
    min-height: 270px;
  }
}
@media only screen and (max-width: 767px) {
  .products-details-content {
    display: block;
    width: 100%;
    min-height: inherit;
  }
}

.products-details-img-container {
  position: absolute;
  top: 2.5vw;
  left: 2.6785714286%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 55.0892857143%;
  height: 22.5vw;
  padding: 1.6666666667vw 1.6071428571%;
  background-image: url(../images/products/bg_products_details_img.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
}
@media only screen and (min-width: 1201px) {
  .products-details-img-container {
    top: 30px;
    left: 30px;
    width: 653px;
    height: 270px;
    padding: 20px 18px;
  }
}
@media only screen and (max-width: 767px) {
  .products-details-img-container {
    position: static;
    width: 100%;
    height: 40vw;
    padding: 10px 9px;
    margin-bottom: 10px;
  }
}

.products-details-block:first-child .products-details-img-container {
  top: 0;
}

.products-details-img-container--p02 {
  height: 42.5vw;
  background-image: url(../images/products/bg_products_details_img02.png);
}
@media only screen and (min-width: 1201px) {
  .products-details-img-container--p02 {
    height: 510px;
  }
}

.products-details-img-container--center {
  justify-content: center;
}

.products-details-img-box .products-details-img-02 {
  margin-bottom: 0.8333333333vw;
}
@media only screen and (min-width: 1201px) {
  .products-details-img-box .products-details-img-02 {
    margin-bottom: 10px;
  }
}

/* 採血車 */
.products-details-block--saiketsu01 .products-details-img-02 {
  margin-left: 3.5656401945%;
}
@media only screen and (min-width: 1201px) {
  .products-details-block--saiketsu01 .products-details-img-02 {
    margin-left: 22px;
  }
}

.products-details-block--saiketsu02 .products-details-img-box {
  margin-left: 5.8346839546%;
}
@media only screen and (min-width: 1201px) {
  .products-details-block--saiketsu02 .products-details-img-box {
    margin-left: 36px;
  }
}

.products-details-block--saiketsu03 .products-details-img-01 {
  width: 41.0048622366%;
}
@media only screen and (min-width: 1201px) {
  .products-details-block--saiketsu03 .products-details-img-01 {
    width: 253px;
  }
}

/* 各種検診車 */
.products-details-block--kenshin01 .products-details-img-01 {
  width: 86.3857374392%;
}
@media only screen and (min-width: 1201px) {
  .products-details-block--kenshin01 .products-details-img-01 {
    width: 533px;
  }
}

.products-details-block--kenshin02 .products-details-img-01 {
  width: 49.1085899514%;
}
@media only screen and (min-width: 1201px) {
  .products-details-block--kenshin02 .products-details-img-01 {
    width: 303px;
  }
}

.products-details-block--kenshin03 .products-details-img-01 {
  width: 84.7649918963%;
}
@media only screen and (min-width: 1201px) {
  .products-details-block--kenshin03 .products-details-img-01 {
    width: 523px;
  }
}

.products-details-block--kenshin04 .products-details-img-01 {
  width: 93.8411669368%;
}
@media only screen and (min-width: 1201px) {
  .products-details-block--kenshin04 .products-details-img-01 {
    width: 579px;
  }
}

.products-details-block--kenshin05 .products-details-img-01 {
  width: 54.943273906%;
}
@media only screen and (min-width: 1201px) {
  .products-details-block--kenshin05 .products-details-img-01 {
    width: 339px;
  }
}

.products-details-block--kenshin06 .products-details-img-01 {
  width: 94.489465154%;
}
@media only screen and (min-width: 1201px) {
  .products-details-block--kenshin06 .products-details-img-01 {
    width: 583px;
  }
}

.products-details-block--kenshin07 .products-details-img-02 {
  margin-left: 3.7277147488%;
}
@media only screen and (min-width: 1201px) {
  .products-details-block--kenshin07 .products-details-img-02 {
    margin-left: 23px;
  }
}

/* 一般特殊車両 */
.products-details-block--tokushu01 .products-details-img-02 {
  margin-left: 4.0518638574%;
}
@media only screen and (min-width: 1201px) {
  .products-details-block--tokushu01 .products-details-img-02 {
    margin-left: 25px;
  }
}

.products-details-block--tokushu02 .products-details-img-02 {
  margin-left: 4.0518638574%;
}
@media only screen and (min-width: 1201px) {
  .products-details-block--tokushu02 .products-details-img-02 {
    margin-left: 25px;
  }
}

.products-details-block--tokushu03 .products-details-img-02 {
  margin-left: 1.9448946515%;
}
@media only screen and (min-width: 1201px) {
  .products-details-block--tokushu03 .products-details-img-02 {
    margin-left: 12px;
  }
}

.products-details-block--tokushu04 .products-details-img-01 {
  width: 55.5915721232%;
}
@media only screen and (min-width: 1201px) {
  .products-details-block--tokushu04 .products-details-img-01 {
    width: 343px;
  }
}

.products-details-block--tokushu05 .products-details-img-01 {
  width: 72.4473257699%;
}
@media only screen and (min-width: 1201px) {
  .products-details-block--tokushu05 .products-details-img-01 {
    width: 447px;
  }
}

.products-details-block--tokushu06 .products-details-img-02 {
  margin-left: 7.7795786062%;
}
@media only screen and (min-width: 1201px) {
  .products-details-block--tokushu06 .products-details-img-02 {
    margin-left: 48px;
  }
}

.products-details-block--tokushu07 .products-details-img-01 {
  width: 45.5429497569%;
}
@media only screen and (min-width: 1201px) {
  .products-details-block--tokushu07 .products-details-img-01 {
    width: 281px;
  }
}

/* ジョイフルバス */
.products-details-block--joyful01 .products-details-img-02 {
  margin-left: 4.8622366288%;
}
@media only screen and (min-width: 1201px) {
  .products-details-block--joyful01 .products-details-img-02 {
    margin-left: 30px;
  }
}

.products-details-block--joyful02 .products-details-img-02 {
  margin-left: 3.8897893031%;
}
@media only screen and (min-width: 1201px) {
  .products-details-block--joyful02 .products-details-img-02 {
    margin-left: 24px;
  }
}

.products-details-block--joyful03 .products-details-img-02 {
  margin-left: 5.6726094003%;
}
@media only screen and (min-width: 1201px) {
  .products-details-block--joyful03 .products-details-img-02 {
    margin-left: 35px;
  }
}

.products-details-block--joyful04 .products-details-img-01 {
  width: 67.2609400324%;
}
@media only screen and (min-width: 1201px) {
  .products-details-block--joyful04 .products-details-img-01 {
    width: 415px;
  }
}

.products-details-block--joyful05 .products-details-img-01 {
  width: 62.8849270665%;
}
@media only screen and (min-width: 1201px) {
  .products-details-block--joyful05 .products-details-img-01 {
    width: 388px;
  }
}

.products-details-block--joyful06 .products-details-img-02 {
  margin-left: 3.5656401945%;
}
@media only screen and (min-width: 1201px) {
  .products-details-block--joyful06 .products-details-img-02 {
    margin-left: 22px;
  }
}

.products-details-block--joyful07 .products-details-img-02 {
  margin-left: 4.0518638574%;
}
@media only screen and (min-width: 1201px) {
  .products-details-block--joyful07 .products-details-img-02 {
    margin-left: 25px;
  }
}

.products-details-block--joyful08 .products-details-img-02 {
  margin-left: 2.9173419773%;
}
@media only screen and (min-width: 1201px) {
  .products-details-block--joyful08 .products-details-img-02 {
    margin-left: 18px;
  }
}

.products-details-block--joyful09 .products-details-img-02 {
  margin-left: 4.0518638574%;
}
@media only screen and (min-width: 1201px) {
  .products-details-block--joyful09 .products-details-img-02 {
    margin-left: 25px;
  }
}

.products-details-block--joyful10 .products-details-img-02 {
  margin-left: 4.376012966%;
}
@media only screen and (min-width: 1201px) {
  .products-details-block--joyful10 .products-details-img-02 {
    margin-left: 27px;
  }
}

.products-details-block--joyful11 .products-details-img-02 {
  margin-left: 7.4554294976%;
}
@media only screen and (min-width: 1201px) {
  .products-details-block--joyful11 .products-details-img-02 {
    margin-left: 46px;
  }
}

.products-details-block--joyful12 .products-details-img-02 {
  margin-left: 4.376012966%;
}
@media only screen and (min-width: 1201px) {
  .products-details-block--joyful12 .products-details-img-02 {
    margin-left: 27px;
  }
}

.products-details-title-container {
  margin-top: 1.6666666667vw;
}
@media only screen and (min-width: 1201px) {
  .products-details-title-container {
    margin-top: 20px;
  }
}

.products-details-title {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #cccccc;
  font-weight: 700;
}

.products-details-title__sub {
  display: block;
  margin-bottom: 0;
  color: #cccccc;
  font-size: 1.6666666667vw;
}
@media only screen and (min-width: 1201px) {
  .products-details-title__sub {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .products-details-title__sub {
    font-size: 0.875rem;
  }
}

.products-details-title__main {
  font-size: 2vw;
  line-height: 1.25;
}
@media only screen and (min-width: 1201px) {
  .products-details-title__main {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .products-details-title__main {
    font-size: 1.125rem;
  }
}

.products-details-txt {
  font-size: 1.1666666667vw;
  line-height: 1.5;
}
@media only screen and (min-width: 1201px) {
  .products-details-txt {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .products-details-txt {
    font-size: 0.875rem;
  }
}

.products-details-button {
  margin-top: 1.6666666667vw;
}
@media only screen and (min-width: 1201px) {
  .products-details-button {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .products-details-button {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .products-details-button a {
    min-width: 149px;
  }
}

.products-details-note {
  padding-left: 1em;
  margin-top: 10px;
  text-indent: -1em;
  font-size: 0.875rem;
}

/* ==========================================================================
    製造車両トピックス
   ========================================================================== */
.products-topic-card {
  display: flex;
  flex-wrap: wrap;
  margin-top: -30px;
  margin-left: -30px;
}
@media only screen and (max-width: 767px) {
  .products-topic-card {
    margin-top: -15px;
    margin-left: -15px;
  }
}

.products-topic-card__item {
  position: relative;
  width: calc((100% - 60px) / 2);
  margin-top: 30px;
  margin-left: 30px;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .products-topic-card__item {
    width: calc((100% - 30px) / 2);
    margin-top: 15px;
    margin-left: 15px;
  }
}

.products-topic-card__link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 2.5vw 5.504587156%;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .products-topic-card__link {
    transition: 0.3s ease;
  }
}
@media only screen and (min-width: 1201px) {
  .products-topic-card__link {
    padding: 30px 30px;
  }
}
@media only screen and (min-width: 1201px) and (max-width: 767px) {
  .products-topic-card__link {
    padding: 8px;
  }
}

.products-topic-card__link--row {
  flex-direction: row;
  justify-content: center;
}

.products-topic-card__link:before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-color: transparent transparent #cccccc transparent;
  border-style: solid;
  border-width: 0 0 57px 57px;
  content: "";
}
@media only screen and (max-width: 767px) {
  .products-topic-card__link:before {
    border-width: 0 0 32px 32px;
  }
}

.products-topic-card__link:after {
  position: absolute;
  right: 6px;
  bottom: 3px;
  vertical-align: middle;
  color: #fff;
  font-family: "Material Icons";
  font-size: 1.25rem;
  content: "\e5cc";
}
@media only screen and (max-width: 767px) {
  .products-topic-card__link:after {
    right: 2px;
    bottom: -3px;
    font-size: 1.0625rem;
  }
}

.products-topic-card__link:hover {
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .products-topic-card__link:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .products-topic-card__link:hover {
    opacity: 1;
  }
}

.products-topic-card__title {
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .products-topic-card__title {
    margin-bottom: 5px;
  }
}

.is-tablet .products-topic-card__link:hover {
  opacity: 1;
}

.products-topic-card__title-sub {
  display: block;
  margin-bottom: 5px;
  color: #cccccc;
  font-size: 1.3333333333vw;
  line-height: 1.5;
}
@media only screen and (min-width: 1201px) {
  .products-topic-card__title-sub {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .products-topic-card__title-sub {
    font-size: 0.75rem;
    line-height: 1.3;
  }
}

.products-topic-card__title-main {
  font-size: 2vw;
  line-height: 1.25;
}
@media only screen and (min-width: 1201px) {
  .products-topic-card__title-main {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .products-topic-card__title-main {
    font-size: 0.875rem;
  }
}

/* 01 */
.products-topic-card__img--01 {
  width: 67.6288659794%;
}
@media only screen and (min-width: 1201px) {
  .products-topic-card__img--01 {
    width: 328px;
  }
}

/* 02 */
.products-topic-card__img--02 {
  width: 93.6082474227%;
}
@media only screen and (min-width: 1201px) {
  .products-topic-card__img--02 {
    width: 454px;
  }
}

/* 03 */
.products-topic-card__img--03 {
  width: 76.0824742268%;
}
@media only screen and (min-width: 1201px) {
  .products-topic-card__img--03 {
    width: 369px;
  }
}

/* 04 */
@media only screen and (max-width: 767px) {
  .products-topic-card__item--04 .products-topic-card__title-sub {
    padding-top: 1em;
  }
}

.products-topic-card__img--04 {
  width: 75.4639175258%;
}
@media only screen and (min-width: 1201px) {
  .products-topic-card__img--04 {
    width: 366px;
  }
}

/* 05 */
.products-topic-card__item--05 .products-topic-card__link-item:first-child {
  margin-right: 4.7422680412%;
}
@media only screen and (min-width: 768px) {
  .products-topic-card__item--05 .products-topic-card__link-item:first-child {
    margin-right: 23px;
  }
}

.products-topic-card__item--05 .products-topic-card__link-item:first-child .products-topic-card__title .products-topic-card__title-sub {
  padding-top: 1.5em;
}
@media only screen and (max-width: 767px) {
  .products-topic-card__item--05 .products-topic-card__link-item:first-child .products-topic-card__title .products-topic-card__title-sub {
    padding-top: 2.5em;
  }
}

.products-topic-card__img--05-01 {
  width: 100%;
}
@media only screen and (min-width: 1201px) {
  .products-topic-card__img--05-01 {
    width: 223px;
  }
}

.products-topic-card__img--05-02 {
  width: 100%;
}
@media only screen and (min-width: 1201px) {
  .products-topic-card__img--05-02 {
    width: 234px;
  }
}

/* 06 */
.products-topic-card__img--06 {
  width: 84.5360824742%;
}
@media only screen and (min-width: 1201px) {
  .products-topic-card__img--06 {
    width: 410px;
  }
}

/* ==========================================================================
    製造車両トピックス詳細
   ========================================================================== */
.products-topic-details__btn {
  position: relative;
  display: block;
  width: 258px;
  height: 100%;
  padding: 0 5px 0 56px;
  margin: 60px auto 20px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  background-color: #fff;
  border: none;
  border-radius: 30px;
  color: #212121;
  text-align: left;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 60px;
  transition: 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .products-topic-details__btn {
    margin: 25px auto 0;
    font-size: 1rem;
    line-height: 40px;
    width: 218px;
    padding-left: 46px;
  }
}

.products-topic-details__btn:after {
  position: absolute;
  top: 50%;
  left: 12px;
  width: 24px;
  height: 24px;
  background-color: #cccccc;
  border-radius: 50%;
  color: #fff;
  font-family: "Material Icons";
  font-size: 1.5rem;
  line-height: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  transition: 0.3s ease;
  content: "\e5cb";
}

.products-topic-details__btn:hover {
  background-color: #cccccc;
  color: #fff;
  text-decoration: none;
}
@media (hover: none) {
  .products-topic-details__btn:hover {
    background-color: #fff;
    color: #212121;
  }
}

@media only screen and (min-width: 768px) {
  .products-topic-details__btn:hover:after {
    background-color: #fff;
    color: #cccccc;
  }
}
@media (hover: none) {
  .products-topic-details__btn:hover:after {
    background-color: #cccccc;
    color: #fff;
  }
}

/* ==========================================================================
    採用情報
   ========================================================================== */
.recruit-index__button-box {
  display: flex;
  margin-top: 10px;
}

.recruit-index__button {
  width: 188px;
}
@media only screen and (max-width: 767px) {
  .recruit-index__button {
    width: 105px;
  }
}

.recruit-index__button--last {
  margin-left: 10px;
}

.recruit-index-contact {
  width: 75.4716981132%;
  padding: 20px;
  margin: 40px auto 0;
  background-color: #fffde7;
  border-radius: 10px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .recruit-index-contact {
    width: 100%;
    padding: 15px;
    margin-top: 20px;
  }
}

.recruit-index-contact__title {
  position: relative;
  display: inline-block;
  padding-bottom: 3px;
  margin-bottom: 15px;
  font-size: 1.125rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .recruit-index-contact__title {
    font-size: 0.875rem;
  }
}

.recruit-index-contact__title:after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #f57f17;
  content: "";
}

.recruit-index-contact__txt01 {
  margin-bottom: 15px;
  font-size: 1.125rem;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .recruit-index-contact__txt01 {
    font-size: 0.875rem;
  }
}

.recruit-index-contact__txt02 {
  margin-top: 15px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7;
}
@media only screen and (max-width: 767px) {
  .recruit-index-contact__txt02 {
    font-size: 0.75rem;
  }
}

/* ==========================================================================
    職場紹介
   ========================================================================== */
.office-nav {
  display: flex;
  align-items: center;
  max-width: 996px;
  padding: 1.6666666667vw 2.6785714286%;
  margin: 0 auto 50px;
  background-color: #fff;
  border: 1px dashed #cccccc;
  border-radius: 10px;
}
@media only screen and (min-width: 1201px) {
  .office-nav {
    padding: 20px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .office-nav {
    display: block;
    padding: 15px;
    margin-bottom: 20px;
    text-align: center;
  }
}

.office-nav__txt {
  font-size: 1.3333333333vw;
}
@media only screen and (min-width: 1201px) {
  .office-nav__txt {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .office-nav__txt {
    font-size: 0.875rem;
  }
}

.office-nav__list {
  position: relative;
  flex-grow: 1;
  flex-shrink: 1;
  padding-left: 3.2119914347%;
  margin-left: 3.2119914347%;
  border-left: 1px solid #e1e1e1;
}
@media only screen and (max-width: 767px) {
  .office-nav__list {
    display: flex;
    flex-wrap: wrap;
    padding-top: 10px;
    padding-left: 0;
    margin-top: 5px;
    margin-left: -5px;
    border-top: 1px solid #e1e1e1;
    border-left: none;
  }
}

.office-nav__list:before {
  position: absolute;
  top: 50%;
  left: -11px;
  display: block;
  width: 14px;
  height: 14px;
  margin: auto;
  background-color: #fff;
  border-top: solid 1px #e1e1e1;
  border-right: solid 1px #e1e1e1;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  content: "";
}
@media only screen and (max-width: 767px) {
  .office-nav__list:before {
    top: -12px;
    left: 50%;
    -webkit-transform: rotate(135deg) translateX(50%);
            transform: rotate(135deg) translateX(50%);
  }
}

.office-nav__list-second {
  flex-grow: 1;
  flex-shrink: 1;
  margin-left: 2.2%;
}
@media only screen and (max-width: 767px) {
  .office-nav__list-second {
    display: none;
  }
}

.office-nav__item {
  margin-top: 0.4166666667vw;
}
@media only screen and (min-width: 1201px) {
  .office-nav__item {
    margin-top: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .office-nav__item {
    width: calc((100% - 10px) / 2);
    margin-top: 5px;
    margin-left: 5px;
  }
}

.office-nav__item:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .office-nav__item:first-child {
    margin-top: 5px;
  }
}

.office-nav__item--has-second {
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .office-nav__item--has-second {
    display: block;
  }
}

.office-nav__item-second {
  margin-top: 0.8333333333vw;
}
@media only screen and (min-width: 1201px) {
  .office-nav__item-second {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .office-nav__item-second {
    text-align: left;
  }
}

.office-nav__item-second:first-child {
  margin-top: 0;
}

.office-nav__item-second--has-third {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .office-nav__item-second--has-third {
    display: block;
  }
}

.office-nav__list-third {
  display: flex;
  flex-grow: 1;
  flex-shrink: 1;
  flex-wrap: wrap;
  align-items: center;
  margin-left: 2%;
}
@media only screen and (max-width: 767px) {
  .office-nav__list-third {
    margin-left: 0;
    line-height: 1.7;
  }
}

.office-nav__button {
  flex-shrink: 0;
  width: 30.5927342256%;
  max-width: 160px;
}
@media only screen and (max-width: 767px) {
  .office-nav__button {
    width: 100%;
    max-width: 100%;
  }
}

.office-nav__link {
  width: 100%;
}

.office-nav__link-second {
  flex-shrink: 0;
  font-size: 1.5vw;
  font-weight: 700;
}
@media only screen and (min-width: 1201px) {
  .office-nav__link-second {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 767px) {
  .office-nav__link-second {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 0.875rem;
  }
}

.office-nav__link-third {
  font-size: 1.3333333333vw;
}
@media only screen and (min-width: 1201px) {
  .office-nav__link-third {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .office-nav__link-third {
    font-size: 0.8125rem;
  }
}

.office-nav__item-third:before {
  display: inline-block;
  margin: -1px;
  color: #212121;
  content: "｜";
}
@media only screen and (max-width: 767px) {
  .office-nav__item-third:before {
    font-size: 0.8125rem;
  }
}

.office-nav__item-third:first-child:before {
  content: "";
}

.office-box {
  padding: 3.3333333333vw 2.6785714286%;
  background-color: #fff;
  border-radius: 10px;
}
@media only screen and (min-width: 1201px) {
  .office-box {
    padding: 40px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .office-box {
    padding: 15px;
  }
}

.office-box__title {
  padding-bottom: 12px;
  margin-bottom: 24px;
  background-image: url(../images/recruit/office/bg_office_title01.png);
  background-position: left bottom;
  background-repeat: repeat-x;
  font-size: 1.5rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .office-box__title {
    margin-bottom: 15px;
    font-size: 1.125rem;
  }
}

.office-box__title:before {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 9px;
  background-color: #cccccc;
  border-radius: 50%;
  content: "";
}

.office-box__content {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .office-box__content {
    margin-top: 30px;
  }
}

.office-box__content:first-of-type {
  margin-top: 0;
}

.office-box__card-container {
  display: flex;
  flex-wrap: wrap;
  margin-top: -60px;
  margin-left: -40px;
}
@media only screen and (max-width: 767px) {
  .office-box__card-container {
    display: block;
    margin-top: 0;
    margin-left: 0;
  }
}

.office-box__card {
  width: calc((100% - 80px) / 2);
  margin-top: 60px;
  margin-left: 40px;
}
@media only screen and (max-width: 767px) {
  .office-box__card {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .office-box__card:first-child {
    margin-top: 15px;
  }
}

.office-box__card-img {
  width: 100%;
  padding: 0.5vw 1.1764705882%;
  margin-bottom: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
@media only screen and (min-width: 1201px) {
  .office-box__card-img {
    width: 510px;
    padding: 6px;
  }
}
@media only screen and (max-width: 767px) {
  .office-box__card-img {
    order: 2;
    margin-bottom: 10px;
  }
}

.office-box__card-title {
  padding-left: 10px;
  margin-bottom: 20px;
  border-left: 4px solid #cccccc;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .office-box__card-title {
    order: 1;
    margin-bottom: 10px;
    font-size: 1rem;
  }
}

.office-box__card-txt {
  margin-left: 14px;
  font-size: 0.875rem;
  line-height: 1.7;
}
@media only screen and (max-width: 767px) {
  .office-box__card-txt {
    order: 3;
    margin-left: 0;
  }
}

.office-box__grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .office-box__grid {
    display: block;
  }
}

.office-box__grid-img {
  width: 48.1132075472%;
  padding: 0.5vw 0.5660377358%;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
@media only screen and (min-width: 1201px) {
  .office-box__grid-img {
    width: 510px;
    padding: 6px;
  }
}
@media only screen and (max-width: 767px) {
  .office-box__grid-img {
    display: inline-block;
    width: 100%;
    padding: 6px;
    margin-bottom: 10px;
  }
}

.office-box__grid-txt {
  width: 48.1132075472%;
  font-size: 0.875rem;
  line-height: 1.7;
}
@media only screen and (max-width: 767px) {
  .office-box__grid-txt {
    width: 100%;
  }
}

/* ==========================================================================
    社員紹介
   ========================================================================== */
.staff-tab {
  padding-bottom: 0;
}

.staff-tab-list {
  display: flex;
}

.staff-tab-list__item {
  width: 33.3333333333%;
  border-left: 1px solid #424242;
}

.staff-tab-list__item:first-child {
  border: none;
}

.staff-tab-btn {
  width: 100%;
  height: 100%;
  padding: 20px 10px;
  margin: 0;
  background-color: #212121;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  transition: 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .staff-tab-btn {
    padding: 15px 10px;
    font-size: 1rem;
    line-height: 1.2;
  }
}

.staff-tab-btn:hover {
  background-color: #cccccc;
}
@media (hover: none) {
  .staff-tab-btn:hover {
    background-color: #212121;
  }
}

.staff-tab-btn:hover .staff-tab-list__item-txt {
  position: relative;
  display: inline-block;
}

.staff-tab-btn:hover .staff-tab-list__item-txt:after {
  position: absolute;
  bottom: -8px;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  content: "";
}
@media only screen and (max-width: 767px) {
  .staff-tab-btn:hover .staff-tab-list__item-txt:after {
    bottom: -4px;
    display: none;
  }
}
@media (hover: none) {
  .staff-tab-btn:hover .staff-tab-list__item-txt:after {
    display: none;
  }
}

.staff-tab-list__item--staff01 .staff-tab-btn {
  border-radius: 10px 0 0 0;
}

.staff-tab-list__item--staff03 .staff-tab-btn {
  border-radius: 0 10px 0 0;
}

.staff-tab-btn[aria-selected=true] {
  background-color: #cccccc;
}

.staff-tab-btn[aria-selected=true] .staff-tab-list__item-txt {
  position: relative;
  display: inline-block;
}

.staff-tab-btn[aria-selected=true] .staff-tab-list__item-txt:after {
  position: absolute;
  bottom: -8px;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  content: "";
}

.staff-tab-panel {
  display: none;
  padding: 36px 30px 32px;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  transition: 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .staff-tab-panel {
    padding: 0 15px 15px;
  }
}

.staff-tab-panel[aria-hidden=false] {
  display: block;
}

.staff-head {
  position: relative;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .staff-head {
    margin-right: -15px;
    margin-bottom: 30px;
    margin-left: -15px;
  }
}

@media only screen and (max-width: 767px) {
  .staff-head__img {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover;";
  }
}

.staff-head__copy {
  position: absolute;
  top: 50%;
  right: -10px;
  padding: 26px 30px;
  background-color: #fff;
  background-image: url(../images/recruit/staff/bg_staff_main_copy.png);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: auto;
  font-family: "Noto Serif JP", serif;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .staff-head__copy {
    right: 0;
    padding: 10px;
  }
}

.staff-head__copy--reverse {
  right: inherit;
  left: -10px;
}
@media only screen and (max-width: 767px) {
  .staff-head__copy--reverse {
    left: 0;
  }
}

.staff-head__copy-main {
  margin-bottom: 15px;
  font-size: 2.5vw;
  font-weight: 700;
  line-height: 1.5;
}
@media only screen and (min-width: 1201px) {
  .staff-head__copy-main {
    font-size: 1.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .staff-head__copy-main {
    margin-bottom: 5px;
    font-size: 0.875rem;
  }
}

.staff-head__copy-sub {
  text-align: right;
  font-size: 1.6666666667vw;
}
@media only screen and (min-width: 1201px) {
  .staff-head__copy-sub {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .staff-head__copy-sub {
    font-size: 0.75rem;
  }
}

.staff-head__copy-sub-txt:before {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 1px;
  margin-right: 10px;
  background-color: #212121;
  content: "";
}
@media only screen and (max-width: 767px) {
  .staff-head__copy-sub-txt:before {
    width: 15px;
    margin-right: 5px;
  }
}

.staff-body {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .staff-body {
    display: block;
  }
}

.staff-body-primary {
  width: 50%;
  margin-top: 10px;
  margin-right: 3.7735849057%;
}
@media only screen and (max-width: 767px) {
  .staff-body-primary {
    width: 100%;
  }
}

.staff-body-primary__block {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .staff-body-primary__block {
    margin-top: 25px;
  }
}

.staff-body-primary__block:first-child {
  margin-top: 0;
}

.staff-body-primary__title {
  position: relative;
  z-index: 1;
  padding-left: 10px;
  margin-bottom: 20px;
  border-left: 4px solid #cccccc;
  font-size: 1.25rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .staff-body-primary__title {
    font-size: 1rem;
  }
}

.staff-body-primary__title:before {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 1px;
  background-color: #eee;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
}

.staff-body-primary__title-txt {
  padding-right: 26px;
  background-color: #fff;
}

.staff-body-primary__txt {
  font-size: 0.875rem;
}

.staff-body-primary__txt p {
  margin-bottom: 1em;
}

.staff-body-primary__txt p:first-child {
  margin-bottom: 0;
}

.staff-body-secondary {
  width: 46.2264150943%;
}
@media only screen and (max-width: 767px) {
  .staff-body-secondary {
    width: 100%;
    margin-top: 1em;
  }
}

.staff-body-secondary__item {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .staff-body-secondary__item {
    margin-top: 1em;
  }
}

.staff-body-secondary__item:first-child {
  margin-top: 0;
}

.staff-body-secondary__img {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  border: 6px solid #fff;
}

.staff-foot {
  padding-top: 30px;
  margin-top: 50px;
  border-top: 1px solid #bdbdbd;
}
@media only screen and (max-width: 767px) {
  .staff-foot {
    padding-top: 15px;
    margin-top: 25px;
  }
}

.staff-foot-fnav {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .staff-foot-fnav {
    display: block;
  }
}

.staff-foot-fnav__item {
  margin-right: 15px;
  margin-left: 15px;
}
@media only screen and (max-width: 767px) {
  .staff-foot-fnav__item {
    margin-top: 10px;
    margin-right: 0;
    margin-left: 0;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .staff-foot-fnav__item:first-child {
    margin-top: 0;
  }
}

.staff-foot-fnav__link {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  min-width: 258px;
  padding: 0 5px 0 25px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
  background-color: #fff;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #212121;
  text-align: left;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 60px;
  transition: 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .staff-foot-fnav__link {
    width: auto;
    min-width: 200px;
    font-size: 0.875rem;
    line-height: 28px;
  }
}

.staff-foot-fnav__link:after {
  position: absolute;
  top: 50%;
  right: 7px;
  width: 24px;
  height: 24px;
  background-color: #cccccc;
  border-radius: 50%;
  color: #fff;
  font-family: "Material Icons";
  font-size: 1.5rem;
  line-height: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  transition: 0.3s ease;
  content: "\e5cc";
}
@media only screen and (max-width: 767px) {
  .staff-foot-fnav__link:after {
    right: 5px;
    width: 20px;
    height: 20px;
    font-size: 1.25rem;
    line-height: 20px;
  }
}

.staff-foot-fnav__link:hover {
  background-color: #cccccc;
  color: #fff;
  text-decoration: none;
}
@media (hover: none) {
  .staff-foot-fnav__link:hover {
    background-color: #fff;
    color: #212121;
  }
}

@media only screen and (min-width: 768px) {
  .staff-foot-fnav__link:hover:after {
    background-color: #fff;
    color: #cccccc;
  }
}
@media (hover: none) {
  .staff-foot-fnav__link:hover:after {
    background-color: #cccccc;
    color: #fff;
  }
}

/* ==========================================================================
    車ができるまで
   ========================================================================== */
.process-index {
  max-width: 85.7142857143%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .process-index {
    max-width: inherit;
  }
}

.process-index__inner {
  position: relative;
  width: 100%;
  padding: 2vw 1.0416666667% 0.8333333333vw;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .process-index__inner {
    overflow: visible;
  }
}
@media only screen and (min-width: 1201px) {
  .process-index__inner {
    padding: 24px 10px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .process-index__inner {
    padding: 0;
  }
}

.process-index__inner:after {
  position: absolute;
  top: 5vw;
  left: 50%;
  width: 1px;
  height: 85.5%;
  background-color: #bdbdbd;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
}
@media only screen and (min-width: 1201px) {
  .process-index__inner:after {
    top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .process-index__inner:after {
    top: 35px;
    left: 0;
    height: 100%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.process-index__card {
  position: relative;
  z-index: 10;
  width: 50%;
  padding-top: 6.25vw;
}
@media only screen and (min-width: 1201px) {
  .process-index__card {
    padding-top: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .process-index__card {
    width: 100%;
    padding-top: 40px;
  }
}

.process-index__card--p01 {
  float: left;
  clear: left;
}
@media only screen and (max-width: 767px) {
  .process-index__card--p01 {
    float: none;
  }
}

.process-index__card--p02 {
  float: right;
  clear: right;
}
@media only screen and (max-width: 767px) {
  .process-index__card--p02 {
    float: none;
  }
}

.process-index__card:first-child {
  padding-top: 0;
}

.process-index__card:nth-child(2) {
  padding-top: 19.6666666667vw;
}
@media only screen and (min-width: 1201px) {
  .process-index__card:nth-child(2) {
    padding-top: 236px;
  }
}
@media only screen and (max-width: 767px) {
  .process-index__card:nth-child(2) {
    padding-top: 40px;
  }
}

.process-index__card-inner {
  position: relative;
  width: 93.6170212766%;
  min-height: 19.6666666667vw;
  padding: 2.5vw 4.2553191489% 1.6666666667vw;
  background-color: #fff;
  border-radius: 10px;
}
@media only screen and (min-width: 1201px) {
  .process-index__card-inner {
    min-height: 236px;
    padding: 30px 20px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .process-index__card-inner {
    width: calc(100% - 30px);
    min-height: 236px;
    padding: 30px 20px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .process-index__card-inner--last:before {
    position: absolute;
    top: 40px;
    left: -39px;
    z-index: -1;
    width: 38px;
    height: 100%;
    background-color: #eee;
    content: "";
  }
}

.process-index__card--p01 .process-index__card-inner {
  margin-right: 6.3829787234%;
}
@media only screen and (max-width: 767px) {
  .process-index__card--p01 .process-index__card-inner {
    margin-right: 0;
    margin-left: 20px;
  }
}

.process-index__card--p02 .process-index__card-inner {
  margin-left: 6.3829787234%;
}
@media only screen and (max-width: 767px) {
  .process-index__card--p02 .process-index__card-inner {
    margin-left: 20px;
  }
}

.process-index__card-inner:after {
  position: absolute;
  top: 0.8333333333vw;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url(../images/process/bg_stripe.svg);
  background-position: left top;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 10px;
  content: "";
}
@media only screen and (min-width: 1201px) {
  .process-index__card-inner:after {
    top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .process-index__card-inner:after {
    top: 10px;
  }
}

.process-index__card--p01 .process-index__card-inner:after {
  left: -0.8333333333vw;
}
@media only screen and (min-width: 1201px) {
  .process-index__card--p01 .process-index__card-inner:after {
    left: -10px;
  }
}
@media only screen and (max-width: 767px) {
  .process-index__card--p01 .process-index__card-inner:after {
    left: 10px;
  }
}

.process-index__card--p02 .process-index__card-inner:after {
  left: 0.8333333333vw;
}
@media only screen and (min-width: 1201px) {
  .process-index__card--p02 .process-index__card-inner:after {
    left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .process-index__card--p02 .process-index__card-inner:after {
    left: 10px;
  }
}

.process-index__title {
  position: relative;
  margin-bottom: 1.3333333333vw;
  line-height: 1;
}
@media only screen and (min-width: 1201px) {
  .process-index__title {
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .process-index__title {
    margin-bottom: 16px;
  }
}

.process-index__card:nth-child(10) .process-index__title,
.process-index__card:nth-child(11) .process-index__title {
  padding-top: 4.1666666667vw;
}
@media only screen and (min-width: 1201px) {
  .process-index__card:nth-child(10) .process-index__title,
.process-index__card:nth-child(11) .process-index__title {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .process-index__card:nth-child(10) .process-index__title,
.process-index__card:nth-child(11) .process-index__title {
    padding-top: 50px;
  }
}

.process-index__title-num {
  position: absolute;
  top: -4.5vw;
  right: 0;
  width: 18%;
  height: 6vw;
  padding-top: 3.75%;
  background-image: url(../images/process/bg_num.svg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  color: #fff;
  text-align: center;
  font-size: 3vw;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (min-width: 1201px) {
  .process-index__title-num {
    top: -54px;
    width: 72px;
    height: 72px;
    padding-top: 15px;
    font-size: 2.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .process-index__title-num {
    top: -44px;
    width: 52px;
    height: 52px;
    padding-top: 13px;
    font-size: 1.5rem;
  }
}

.process-index__title-txt {
  font-size: 1.8333333333vw;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (min-width: 1201px) {
  .process-index__title-txt {
    font-size: 1.375rem;
  }
}
@media only screen and (max-width: 767px) {
  .process-index__title-txt {
    font-size: 1.25rem;
  }
}

.process-index__title:before {
  position: absolute;
  top: 0.9166666667vw;
  width: 7.5%;
  height: 1px;
  background-color: #cccccc;
  content: "";
}
@media only screen and (min-width: 1201px) {
  .process-index__title:before {
    top: 11px;
  }
}
@media only screen and (max-width: 767px) {
  .process-index__title:before {
    width: 15px;
  }
}

.process-index__card--p01 .process-index__title:before {
  right: -12.5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .process-index__card--p01 .process-index__title:before {
    right: inherit;
    left: -35px;
  }
}

.process-index__card--p02 .process-index__title:before {
  left: -12.5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .process-index__card--p02 .process-index__title:before {
    left: -35px;
  }
}

.process-index__title:after {
  position: absolute;
  top: 0.9166666667vw;
  z-index: 1;
  width: 15px;
  height: 15px;
  background-color: #fff;
  border: 2px solid #cccccc;
  border-radius: 50%;
  content: "";
}
@media only screen and (min-width: 1201px) {
  .process-index__title:after {
    top: 11px;
    width: 15px;
    height: 15px;
  }
}

.process-index__card--p01 .process-index__title:after {
  right: -12.5%;
  -webkit-transform: translateX(50%) translateY(-50%);
          transform: translateX(50%) translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .process-index__card--p01 .process-index__title:after {
    right: inherit;
    left: -12.5%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .process-index__card--p01 .process-index__title:after {
    left: -39px;
  }
}

.process-index__card--p02 .process-index__title:after {
  left: -12.5%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .process-index__card--p02 .process-index__title:after {
    left: -39px;
  }
}

.process-index__item {
  font-size: 1.3333333333vw;
}
@media only screen and (min-width: 1201px) {
  .process-index__item {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .process-index__item {
    font-size: 0.875rem;
  }
}

.process-index__item:before {
  display: inline-block;
  vertical-align: 0;
  width: 1.4166666667vw;
  height: 1.0833333333vw;
  margin-right: 0.5833333333vw;
  background-image: url(../images/process/ico_check.svg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
@media only screen and (min-width: 1201px) {
  .process-index__item:before {
    width: 17px;
    height: 13px;
    margin-right: 7px;
  }
}
@media only screen and (max-width: 767px) {
  .process-index__item:before {
    width: 15px;
    height: 12px;
    margin-right: 7px;
  }
}

.process-index__img {
  margin-top: 1.6666666667vw;
}
@media only screen and (min-width: 1201px) {
  .process-index__img {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .process-index__img {
    margin-top: 20px;
    text-align: center;
  }
}

/* ==========================================================================
    USER’S VOICE
   ========================================================================== */
.voice-profile__title {
  margin-bottom: 1em;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 1.75rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .voice-profile__title {
    font-size: 1.25rem;
  }
}

.voice-profile-box {
  width: 75%;
  padding: 20px;
  margin-right: auto;
  margin-bottom: 1em;
  margin-left: auto;
  border: double 3px #bdbdbd;
  background-color: #fafafa;
}
@media only screen and (max-width: 767px) {
  .voice-profile-box {
    width: 100%;
    padding: 15px;
  }
}

.voice-profile-box__title {
  margin-bottom: 1em;
  font-size: 1.125rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .voice-profile-box__title {
    font-size: 1rem;
  }
}

.voice-profile-box__txt02 {
  margin-bottom: 0;
}

/* ==========================================================================
    会社情報
   ========================================================================== */
.profile__button {
  max-width: 200px;
  margin-top: 2em;
  margin-right: auto;
  margin-left: auto;
}

.profile-list {
  margin-top: 0;
  margin-bottom: 0;
}

.profile-list__box {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .profile-list__box {
    display: block;
    margin-top: 8px;
  }
}

@media only screen and (max-width: 767px) {
  .profile-list__box:first-child {
    margin-top: 0;
  }
}

.profile-list__box-dt {
  flex-shrink: 0;
  margin-right: 1em;
}
@media only screen and (max-width: 767px) {
  .profile-list__box-dt {
    margin-right: 0;
    font-weight: 700;
  }
}

.profile-access {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  margin-bottom: 1em;
}

.profile-access iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ==========================================================================
    お問い合わせ
   ========================================================================== */
.contact-mail {
  margin: 0;
}

.contact-mail__box {
  display: flex;
  align-items: center;
  margin-top: 1em;
}
@media only screen and (max-width: 767px) {
  .contact-mail__box {
    display: block;
  }
}

.contact-mail__box:first-child {
  margin-top: 0;
}

.contact-mail__dt {
  flex-shrink: 0;
  width: 80px;
  margin-right: 1em;
  font-weight: 700;
}

.contact-mail__dd {
  flex-grow: 1;
}

.contact-mail__img {
  vertical-align: middle;
  width: auto;
  height: 20px;
}
@media only screen and (max-width: 767px) {
  .contact-mail__img {
    height: 16px;
  }
}

/* ==========================================================================
    個人情報保護方針
   ========================================================================== */
.privacy-mail {
  width: auto;
  height: 17px;
}

/* ==========================================================================
    詳細ページ
   ========================================================================== */
.entry-details-container {
  padding: 4.1666666667vw 4.4642857143vw;
  margin-top: 2.9166666667vw;
  background-color: #fff;
  border-radius: 20px;
}
@media only screen and (min-width: 1201px) {
  .entry-details-container {
    padding: 50px;
    margin-top: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .entry-details-container {
    padding: 15px;
    margin-top: 20px;
  }
}

.entry-details-container--p02 {
  padding: 4.1666666667vw 4.4642857143vw;
  border-radius: 20px;
}
@media only screen and (min-width: 1201px) {
  .entry-details-container--p02 {
    padding: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .entry-details-container--p02 {
    padding: 20px 15px;
  }
}

.entry-details-text01 {
  margin-bottom: 1em;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .entry-details-text01 {
    text-align: left;
    font-size: 0.875rem;
    line-height: 1.7;
  }
}

.entry-details-box {
  position: relative;
  padding: 70px 50px;
  margin-top: 38px;
  background-image: url(../images/common/bg_entry_details01.png);
  background-position: left top;
  background-repeat: repeat;
  background-size: auto;
}
@media only screen and (max-width: 767px) {
  .entry-details-box {
    padding: 35px 15px;
    margin-top: 30px;
  }
}

.entry-details-box:before {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 60px;
  height: 60px;
  background-image: url(../images/common/bg_entry_details01_l.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
@media only screen and (max-width: 767px) {
  .entry-details-box:before {
    top: -5px;
    left: -5px;
    width: 30px;
    height: 30px;
  }
}

.entry-details-box:after {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 60px;
  height: 60px;
  background-image: url(../images/common/bg_entry_details01_r.png);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
@media only screen and (max-width: 767px) {
  .entry-details-box:after {
    top: -5px;
    right: -5px;
    width: 30px;
    height: 30px;
  }
}

.entry-details-box__inner:before {
  position: absolute;
  bottom: -10px;
  left: -10px;
  width: 60px;
  height: 60px;
  background-image: url(../images/common/bg_entry_details02_l.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
@media only screen and (max-width: 767px) {
  .entry-details-box__inner:before {
    bottom: -5px;
    left: -5px;
    width: 30px;
    height: 30px;
  }
}

.entry-details-box__inner:after {
  position: absolute;
  right: -10px;
  bottom: -10px;
  width: 60px;
  height: 60px;
  background-image: url(../images/common/bg_entry_details02_r.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
@media only screen and (max-width: 767px) {
  .entry-details-box__inner:after {
    right: -5px;
    bottom: -5px;
    width: 30px;
    height: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .entry-details-box__title {
    margin-right: 15px;
    margin-left: 15px;
  }
}

.entry-details-box__content {
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .entry-details-box__content {
    margin-top: 40px;
  }
}

.entry-details-box__content:first-child {
  margin-top: 0;
}

.entry-details-box__list {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .entry-details-box__list {
    display: block;
  }
}

.entry-details-box__item {
  width: 48.3695652174%;
}
@media only screen and (min-width: 1201px) {
  .entry-details-box__item {
    width: 445px;
  }
}
@media only screen and (max-width: 767px) {
  .entry-details-box__item {
    width: 216px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media only screen and (max-width: 767px) {
  .entry-details-box__item:last-child {
    margin-bottom: 0;
  }
}

.entry-details-box__list--3to1 .entry-details-box__item {
  width: 32.1739130435%;
}
@media only screen and (max-width: 767px) {
  .entry-details-box__list--3to1 .entry-details-box__item {
    width: 216px;
    margin-right: auto;
    margin-left: auto;
  }
}

.entry-details-head {
  margin-bottom: 50px;
}

.entry-details-head-txt {
  font-size: 1.125rem;
  line-height: 1.6;
}

.e-table--environment th,
.e-table--environment td {
  padding: 10px;
}

/* @ PC･SP切り替え
 * ------------------------------------------------------------ */
.sp_only {
  display: block !important;
}
@media only screen and (min-width: 768px) {
  .sp_only {
    display: none !important;
  }
}

.pc_only {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  .pc_only {
    display: block !important;
  }
}

/* @ spacing
 * ------------------------------------------------------------ */
.mb-0 {
  margin-bottom: 0 !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.ml-2 {
  margin-left: 2em;
}

.ml-3 {
  margin-left: 3em;
}

.mb {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .mb {
    margin-bottom: 25px;
  }
}

.mb-l {
  margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .mb-l {
    margin-bottom: 50px;
  }
}

.headMsgHeader {
  font-size: 5.2rem;
  transition:0.3s;
  margin-left:20px;
}
.headMsgDetail {
  font-size: 3.2rem;
  margin-left:50px;
  transition:0.3s;
}
.headMsg {
  color:#fff;
  font-weight:bold;
  vertical-align: bottom;
  height: auto;
  max-width: 100%;
  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',sans-serif;
  display:block;
}

@media only screen and (min-width: 798px) {
  .headMsgHeader {
      font-size: 4.2rem;
  }
   .headMsgDetail {
      font-size: 2.2rem;
  }
}
@media only screen and (max-width: 797px) {
  .headMsgHeader {
      font-size: 2.4rem;
  }
   .headMsgDetail {
      font-size: 1.2rem;
  }
}

section {
  display: block;
}

.ttl_h2 {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 0 0 10px;
  position: relative;
  margin-bottom: 10px;
}
@media only screen and (max-width: 797px) {
  .ttl_h2 {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 680px) {
  .ttl_h2 {
    font-size: 1.2rem;
  }
}

.ttl_h2::after {
  position: absolute;
  left: calc( 50% - 77px);
  bottom: 0;
  content: '';
  width:154px;
  height: 1px;
  background: #999;
}

#t_access {
  background-color:#fff;
}

#pageTop {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: none;
}

#pageTop a::before {

    content: '▲';
    font-size: 2rem;
    color: #000;
    position: absolute;
    width: 50px;
    line-height: 50px;
    left: 0;
    top: 0;
    text-align: center;
}

#pageTop a {
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  background: #fff;
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  color: #000;
  text-decoration: none;
}

.headImg {
  height:30px;
  margin-bottom:18px;
}

.c-breadcrumb__icon-home {
  vertical-align: -5px;
  color: #666;
  font-size: 1.25rem;
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: 'liga';
    font-feature-settings: "liga";
  -moz-osx-font-smoothing: grayscale;
}
.contents_detail {
  margin: -30px 0 0;
  padding: 0;
  overflow: hidden;
}
.contents_detail, .contents_detail_inner, .contents_main_right {
  height: 100%;
  padding-bottom: 30px;
}
.contents_detail, .contents_detail_inner, .contents_main_right {
  height: 100%;
  padding-bottom: 30px;
}
.contents_detail_scroll {
  top: -110px;
}
.contents_scroll {
  width: 1px;
  height: 120px;
  position: absolute;
  left: 50%;
  z-index: 3;
}
.contents_block {
  width: 80%;
  margin: 0 auto;
  padding: 0;
    padding-top: 50px;
  position: relative;
  font-size: 110%;
  transition: all 0.5s;
}
input.wpcf7-form-control.wpcf7-text, textarea.wpcf7-form-control.wpcf7-textarea {
  width: 100%;
  padding: 8px 15px;
  margin-right: 10px;
  margin-top: 10px;
  border: 1px solid #d0d5d8;
  border-radius: 3px;
  background-color: #eff1f5;
}
.wpcf7-form p {
	display:block;
	margin-top:20px;
}
.contentsMsgCenter {
  font-size: 1.6em;
  text-align: center;
  color: #333;
}
.contentsSubMsgCenter {
  font-size: 1.2em;
  text-align: center;
  color: #333;
}
@media only screen and (max-width: 680px) {
	.contentsMsgCenter, .contentsSubMsgCenter {
	  font-size:100%;
	}
}
.wpcf7-submit:hover {
  background: #333;
  color: #fff;
  border: 1px solid #999;
  transition: 0.5s ease;
}
.wpcf7-submit {
  display: block;
  padding:15px;
  width: 18%;
  background: #ccc;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border-radius: 2px;
  margin: 15px auto 0;
  border: 1px solid #999;
  border-radius: 10px;
  transition: 0.5s ease;
}
@media only screen and (max-width: 780px) {
  .wpcf7-submit {
    width: 30%;
  }
}
footer {
  background-color: #000;
  color: #fff;
  padding: 30px 0 0;
}
footer .inner {
  padding: 0 10% 40px;
}
@media screen and (min-width: 481px) and (max-width: 896px) {
  footer {
    padding: 0;
  }
  footer .inner {
    padding: 0 4% 40px;
  }
}
@media screen and (max-width: 479px) {
  footer .inner {
    padding: 0 2% 40px;
  }
}
footer .inner .infoLeft {
  width: 30%;
}
@media screen and (max-width: 896px) {
  footer .inner .infoLeft {
    width: 100%;
    margin-bottom: 40px;
  }
}
footer .inner .infoLeft .wrap {
  margin-bottom: 30px;
}
@media screen and (min-width: 481px) and (max-width: 896px) {
  footer .inner .infoLeft .wrap .lnav {
    width: 100%;
    text-align: center;
  }
  footer .inner .infoLeft .wrap .lnav img {
    height: 200px;
    width: auto;
  }
}
@media screen and (max-width: 479px) {
  footer .inner .infoLeft .wrap .lnav {
    width: 100%;
    text-align: center;
  }
  footer .inner .infoLeft .wrap .lnav img {
    height: 180px;
    width: auto;
  }
}
@media screen and (min-width: 481px) and (max-width: 896px) {
  footer .inner .infoLeft .sns {
    padding: 0 4%;
  }
}
@media screen and (max-width: 479px) {
  footer .inner .infoLeft .sns {
    padding: 0 4%;
  }
}
footer .inner .infoLeft .sns h3 {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 16px;
  padding-bottom: 12px;
  color: #000;
  border-bottom:solid 1px;
}
footer .inner .infoLeft .sns .sns_links li {
  padding: 0 0.5em;
}
footer .inner .infoLeft .sns .sns_links a {
  font-size: 4.6rem;
}
footer .inner .infoLeft .sns .sns_links a:hover {
  opacity: 0.7;
}
footer .inner .infoLeft .sns .insta img {
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  width:110px;
}
footer .inner .infoRight {
  width: 50%;
}
@media screen and (min-width: 481px) and (max-width: 896px) {
  footer .inner .infoRight {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 479px) {
  footer .inner .infoRight {
    width: 100%;
  }
}
footer .inner .infoRight dl {
  *zoom: 1;
  letter-spacing: 0.05em;
}
footer .inner .infoRight dl:before, footer .inner .infoRight dl:after {
  content: "";
  display: table;
}
footer .inner .infoRight dl:after {
  clear: both;
}
footer .inner .infoRight dl dt {
  width: 7em;
  float: left;
}
@media screen and (max-width: 479px) {
  footer .inner .infoRight dl dt {
    padding-left: 1.5em;
  }
}
footer .inner .infoRight dl dd {
  padding: 0 0 0 8em;
  margin-bottom: 20px;
}
@media screen and (min-width: 481px) and (max-width: 896px) {
  footer .inner .infoRight dl dd {
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 479px) {
  footer .inner .infoRight dl dd {
    margin-bottom: 12px;
  }
}
footer .inner .infoRight dl dd span {
  font-weight: 700;
}
footer .copy {
  background: #666;
  color: #fff;
  padding: 6px 0 6px;
}
footer .inner .infoLeft {
  width: 40%;
}
@media screen and (max-width: 896px) {
  footer .inner .infoLeft {
    width: 100%;
    margin-bottom: 40px;
  }
}
footer .inner .infoLeft .wrap {
  margin-bottom: 30px;
}
@media screen and (min-width: 481px) and (max-width: 896px) {
  footer .inner .infoLeft .wrap .lnav {
    width: 100%;
    text-align: center;
  }
  footer .inner .infoLeft .wrap .lnav img {
    height: 200px;
    width: auto;
  }
}
@media screen and (max-width: 479px) {
  footer .inner .infoLeft .wrap .lnav {
    width: 100%;
    text-align: center;
  }
  footer .inner .infoLeft .wrap .lnav img {
    height: 180px;
    width: auto;
  }
}

footer .inner .infoLeft .sns h3 {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 16px;
  padding-bottom: 12px;
  color: #000;
  border-bottom:solid 1px;
}
footer .inner .infoLeft .sns .sns_links li {
  padding: 0 0.5em;
  list-style: none;
}
footer .inner .infoLeft .sns .sns_links a {
  font-size: 4.6rem;
}
footer .inner .infoLeft .sns .sns_links a:hover {
  opacity: 0.7;
}
footer .inner .infoLeft .sns .insta img {
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  width:360px;
}
.flex.flex--wrap {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}