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

.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  overflow: hidden;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: 0;
}

.glightbox-container.inactive {
  display: none;
}

.glightbox-container .gcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
}

.glightbox-container .gslider {
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex !important;
  justify-content: center;
  align-items: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.glightbox-container .gslide {
  width: 100%;
  position: absolute;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}

.glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
  position: relative;
}

.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999;
}

.glightbox-container .gslide-inner-content {
  width: 100%;
}

.glightbox-container .ginner-container {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 100%;
  margin: auto;
  height: 100vh;
}

.glightbox-container .ginner-container.gvideo-container {
  width: 100%;
}

.glightbox-container .ginner-container.desc-bottom, .glightbox-container .ginner-container.desc-top {
  flex-direction: column;
}

.glightbox-container .ginner-container.desc-left, .glightbox-container .ginner-container.desc-right {
  max-width: 100% !important;
}

.gslide iframe, .gslide video {
  outline: 0 !important;
  border: none;
  min-height: 165px;
  -webkit-overflow-scrolling: touch;
  touch-action: auto;
}

.gslide:not(.current) {
  pointer-events: none;
}

.gslide-image {
  align-items: center;
}

.gslide-image img {
  max-height: 100vh;
  display: block;
  padding: 0;
  float: none;
  outline: 0;
  border: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100vw;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  touch-action: none;
  margin: auto;
  min-width: 200px;
}

.desc-bottom .gslide-image img, .desc-top .gslide-image img {
  width: auto;
}

.desc-left .gslide-image img, .desc-right .gslide-image img {
  width: auto;
  max-width: 100%;
}

.gslide-image img.zoomable {
  position: relative;
}

.gslide-image img.dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  transition: none;
}

.gslide-video {
  position: relative;
  max-width: 100vh;
  width: 100% !important;
}

.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster {
  display: none;
}

.gslide-video .gvideo-wrapper {
  width: 100%;
  margin: auto;
}

.gslide-video::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.34);
  display: none;
}

.gslide-video.playing::before {
  display: none;
}

.gslide-video.fullscreen {
  max-width: 100% !important;
  min-width: 100%;
  height: 75vh;
}

.gslide-video.fullscreen video {
  max-width: 100% !important;
  width: 100% !important;
}

.gslide-inline {
  background: #fff;
  text-align: left;
  max-height: calc(100vh - 40px);
  overflow: auto;
  max-width: 100%;
  margin: auto;
}

.gslide-inline .ginlined-content {
  padding: 20px;
  width: 100%;
}

.gslide-inline .dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  transition: none;
}

.ginlined-content {
  overflow: auto;
  display: block !important;
  opacity: 1;
}

.gslide-external {
  display: flex;
  width: 100%;
  min-width: 100%;
  background: #fff;
  padding: 0;
  overflow: auto;
  max-height: 75vh;
  height: 100%;
}

.gslide-media {
  display: flex;
  width: auto;
}

.zoomed .gslide-media {
  box-shadow: none !important;
}

.desc-bottom .gslide-media, .desc-top .gslide-media {
  margin: 0 auto;
  flex-direction: column;
}

.gslide-description {
  position: relative;
  flex: 1 0 100%;
}

.gslide-description.description-left, .gslide-description.description-right {
  max-width: 100%;
}

.gslide-description.description-bottom, .gslide-description.description-top {
  margin: 0 auto;
  width: 100%;
}

.gslide-description p {
  margin-bottom: 12px;
}

.gslide-description p:last-child {
  margin-bottom: 0;
}

.zoomed .gslide-description {
  display: none;
}

.glightbox-button-hidden {
  display: none;
}

.glightbox-mobile .glightbox-container .gslide-description {
  height: auto !important;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 19px 11px;
  max-width: 100vw !important;
  order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.75) 100%);
  transition: opacity 0.3s linear;
  padding-bottom: 50px;
}

.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em;
}

.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1;
}

.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #fff;
  font-weight: 700;
}

.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit;
}

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: #fff;
  opacity: 0.4;
}

.gdesc-open .gslide-media {
  transition: opacity 0.5s ease;
  opacity: 0.4;
}

.gdesc-open .gdesc-inner {
  padding-bottom: 30px;
}

.gdesc-closed .gslide-media {
  transition: opacity 0.5s ease;
  opacity: 1;
}

.greset {
  transition: all 0.3s ease;
}

.gabsolute {
  position: absolute;
}

.grelative {
  position: relative;
}

.glightbox-desc {
  display: none !important;
}

.glightbox-open {
  overflow: hidden;
}

.gloader {
  height: 25px;
  width: 25px;
  -webkit-animation: lightboxLoader 0.8s infinite linear;
  animation: lightboxLoader 0.8s infinite linear;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%;
}

.goverlay {
  width: 100%;
  height: calc(100vh + 1px);
  position: fixed;
  top: -1px;
  left: 0;
  background: #000;
  will-change: opacity;
}

.glightbox-mobile .goverlay {
  background: #000;
}

.gclose, .gnext, .gprev {
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.gclose svg, .gnext svg, .gprev svg {
  display: block;
  width: 25px;
  height: auto;
  margin: 0;
  padding: 0;
}

.gclose.disabled, .gnext.disabled, .gprev.disabled {
  opacity: 0.1;
}

.gclose .garrow, .gnext .garrow, .gprev .garrow {
  stroke: #fff;
}

.gbtn.focused {
  outline: 2px solid #0f3d81;
}

iframe.wait-autoplay {
  opacity: 0;
}

.glightbox-closing .gclose, .glightbox-closing .gnext, .glightbox-closing .gprev {
  opacity: 0 !important;
}

.glightbox-clean .gslide-description {
  background: #fff;
}

.glightbox-clean .gdesc-inner {
  padding: 22px 20px;
}

.glightbox-clean .gslide-title {
  font-size: 1em;
  font-weight: 400;
  font-family: arial;
  color: #000;
  margin-bottom: 19px;
  line-height: 1.4em;
}

.glightbox-clean .gslide-desc {
  font-size: 0.86em;
  margin-bottom: 0;
  font-family: arial;
  line-height: 1.4em;
}

.glightbox-clean .gslide-video {
  background: #000;
}

.glightbox-clean .gclose, .glightbox-clean .gnext, .glightbox-clean .gprev {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 4px;
}

.glightbox-clean .gclose path, .glightbox-clean .gnext path, .glightbox-clean .gprev path {
  fill: #fff;
}

.glightbox-clean .gprev {
  position: absolute;
  top: -100%;
  left: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gnext {
  position: absolute;
  top: -100%;
  right: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gclose {
  width: 35px;
  height: 35px;
  top: 15px;
  right: 10px;
  position: absolute;
}

.glightbox-clean .gclose svg {
  width: 18px;
  height: auto;
}

.glightbox-clean .gclose:hover {
  opacity: 1;
}

.gfadeIn {
  -webkit-animation: gfadeIn 0.5s ease;
  animation: gfadeIn 0.5s ease;
}

.gfadeOut {
  -webkit-animation: gfadeOut 0.5s ease;
  animation: gfadeOut 0.5s ease;
}

.gslideOutLeft {
  -webkit-animation: gslideOutLeft 0.3s ease;
  animation: gslideOutLeft 0.3s ease;
}

.gslideInLeft {
  -webkit-animation: gslideInLeft 0.3s ease;
  animation: gslideInLeft 0.3s ease;
}

.gslideOutRight {
  -webkit-animation: gslideOutRight 0.3s ease;
  animation: gslideOutRight 0.3s ease;
}

.gslideInRight {
  -webkit-animation: gslideInRight 0.3s ease;
  animation: gslideInRight 0.3s ease;
}

.gzoomIn {
  -webkit-animation: gzoomIn 0.5s ease;
  animation: gzoomIn 0.5s ease;
}

.gzoomOut {
  -webkit-animation: gzoomOut 0.5s ease;
  animation: gzoomOut 0.5s ease;
}

@-webkit-keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}
@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}
@-webkit-keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
@keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    flex-direction: row;
  }

  .glightbox-container .ginner-container.desc-top .gslide-description {
    order: 0;
  }

  .glightbox-container .ginner-container.desc-top .gslide-image, .glightbox-container .ginner-container.desc-top .gslide-image img {
    order: 1;
  }

  .glightbox-container .ginner-container.desc-left .gslide-description {
    order: 0;
  }

  .glightbox-container .ginner-container.desc-left .gslide-image {
    order: 1;
  }

  .gslide-image img {
    max-height: 97vh;
    max-width: 100%;
  }

  .gslide-image img.zoomable {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
  }

  .zoomed .gslide-image img.zoomable {
    cursor: -webkit-grab;
    cursor: grab;
  }

  .gslide-inline {
    max-height: 95vh;
  }

  .gslide-external {
    max-height: 100vh;
  }

  .gslide-description.description-left, .gslide-description.description-right {
    max-width: 275px;
  }

  .glightbox-open {
    height: auto;
  }

  .goverlay {
    background: rgba(0, 0, 0, 0.92);
  }

  .glightbox-clean .gslide-media {
    box-shadow: 1px 2px 9px 0 rgba(0, 0, 0, 0.65);
  }

  .glightbox-clean .description-left .gdesc-inner, .glightbox-clean .description-right .gdesc-inner {
    position: absolute;
    height: 100%;
    overflow-y: auto;
  }

  .glightbox-clean .gclose, .glightbox-clean .gnext, .glightbox-clean .gprev {
    background-color: rgba(0, 0, 0, 0.32);
  }

  .glightbox-clean .gclose:hover, .glightbox-clean .gnext:hover, .glightbox-clean .gprev:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }

  .glightbox-clean .gprev {
    top: 45%;
  }

  .glightbox-clean .gnext {
    top: 45%;
  }
}
@media (min-width: 992px) {
  .glightbox-clean .gclose {
    opacity: 0.7;
    right: 20px;
  }
}
@media screen and (max-height: 420px) {
  .goverlay {
    background: #000;
  }
}
/* @ 要素リセット
 * ------------------------------------------------------------ */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  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 {
  background-color: #eee;
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 0.875rem;
  }
  body.is-fixed {
    height: 100%;
    overflow: hidden;
  }
}

body.top {
  background-color: #d2d2d2;
}

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%;
  padding-bottom: 50px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .l-main {
    padding-bottom: 30px;
  }
}

.l-main--top {
  margin-top: -7.75vw;
  padding-bottom: 38px;
}
@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;
    padding-bottom: 30px;
  }
}

.l-body--error {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.l-main--error {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
  padding-bottom: 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;
}
@media only screen and (max-width: 767px) {
  .l-block-top {
    padding: 20px 0;
  }
}

/* @ 幅
 * ------------------------------------------------------------ */
.l-content-s {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

/* @ フッタ レイアウト
 * ------------------------------------------------------------ */
.l-footer {
  position: relative;
  padding: 40px 0 0;
  background-color: #212121;
  color: #fff;
}
@media only screen and (max-width: 992px) {
  .l-footer {
    padding: 25px 0 15px;
  }
}

.l-footer a {
  color: #fff;
}

.l-footer__inner {
  max-width: 1090px;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto;
}

.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__body {
    display: block;
    margin-bottom: 0;
  }
}

.l-footer__copyright-container {
  padding: 20px 0 10px;
  margin: 0;
  background-color: #000;
  text-align: left;
}
@media only screen and (max-width: 992px) {
  .l-footer__copyright-container {
    padding: 0;
    background: none;
    text-align: center;
  }
}

.l-footer__nav {
  display: flex;
  order: 2;
  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: auto;
    padding-bottom: 32px;
    padding-left: 0;
    border: none;
  }
}

.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;
    width: calc(50% - 5px);
  }
}

.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%;
    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: "\e5cc";
}
@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 {
  max-width: 1060px;
  padding-left: 30px;
  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;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  background-color: transparent;
  text-align: left;
  transition: 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .l-header {
    height: 60px;
    padding-top: 11px;
    background-color: #212121;
    text-align: center;
  }
}

.l-header.is-change {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  background: #212121;
}

.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: 31.25%;
  height: 7.75vw;
  max-width: 350px;
  max-height: 93px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  background-color: #212121;
}
@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-bottom: 9px;
  color: #fff;
  text-align: center;
  font-size: 1.3333333333vw;
  line-height: 1;
}
@media only screen and (min-width: 1201px) {
  .l-header__logo-sub {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-header__logo-sub {
    margin-bottom: 7px;
    font-size: 0.8125rem;
  }
}

.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: #5fa4d0;
  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: #5fa4d0;
  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: #5fa4d0;
  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: #5fa4d0;
  border-radius: 3px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
}

.l-header__button-plus-minus:after {
  background-color: #5fa4d0;
  -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: #5fa4d0;
  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: #fff;
  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: #5fa4d0;
  content: "";
}

.l-header__nav-item-pc {
  width: 20%;
  border-right: 1px solid #959595;
  line-height: 1;
}

.l-header__nav-item-pc--products > a:before {
  content: "\e8b8";
}

.l-header__nav-item-pc--process > a:before {
  content: "\e530";
}

.l-header__nav-item-pc--environment > a:before {
  content: "\ea63";
}

.l-header__nav-item-pc--profile > a:before {
  content: "\e0af";
}

.l-header__nav-item-pc--recruit > a:before {
  content: "\e853";
}

.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: #5fa4d0;
  content: "";
}

/* ==========================================================================
    # button
   ========================================================================== */
.e-button--round01 > a,
.e-button--round01 > span {
  position: relative;
  display: inline-block;
  height: 100%;
  padding: 0 40px 0 20px;
  background-color: #212121;
  border: 1px solid #fff;
  border-radius: 20px;
  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 30px 0 15px;
    border-radius: 15px;
    font-size: 0.8125rem;
    line-height: 28px;
  }
}

.e-button--round01 > a:after,
.e-button--round01 > span:after {
  position: absolute;
  top: 50%;
  right: 7px;
  width: 24px;
  height: 24px;
  background-color: #fff;
  border-radius: 50%;
  color: #5fa4d0;
  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--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: #5fa4d0;
  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: #5fa4d0;
  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: #5fa4d0;
  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: #5fa4d0;
  }
}

.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 #5fa4d0;
  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 #5fa4d0;
  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 #5fa4d0;
  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--b {
  font-weight: 700;
}

.e-text-notes {
  font-size: 0.875rem;
  line-height: 1.4;
}

.e-text-notes__indent-1 {
  padding-left: 1em;
  text-indent: -1em;
}

.e-text-notes--b {
  font-weight: 700;
}

.e-text-link {
  color: #5fa4d0;
}

.e-text-link:hover {
  color: #5fa4d0;
  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;
  }
}

.e-text-link--arrow01:after {
  display: inline-block;
  vertical-align: middle;
  color: #212121;
  font-family: "Material Icons";
  font-size: 1.125rem;
  content: "\e5cc";
}
@media only screen and (max-width: 767px) {
  .e-text-link--arrow01: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: #5fa4d0;
  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 #5fa4d0 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;
}

.c-headline__item {
  display: flex;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #e1e1e1;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .c-headline__item {
    display: block;
    padding: 10px 0;
  }
}

.c-headline__item:first-child {
  padding-top: 0;
}

.c-headline__cate {
  display: inline-block;
  flex-shrink: 0;
  width: 115px;
  height: 29px;
  margin-right: 14px;
  margin-bottom: 0;
  border: 1px solid #5fa4d0;
  border-radius: 14.5px;
  color: #5fa4d0;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 27px;
}
@media only screen and (max-width: 767px) {
  .c-headline__cate {
    width: auto;
    height: auto;
    margin-bottom: 4px;
    border: none;
    border-radius: inherit;
    color: #5fa4d0;
    font-size: 0.6875rem;
    font-weight: 700;
    line-height: inherit;
  }
}

.c-headline__date {
  display: inline-block;
  flex-shrink: 0;
  width: 120px;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .c-headline__date {
    width: auto;
    margin-bottom: 4px;
    font-size: 0.6875rem;
    font-weight: 700;
  }
}

.c-headline__title {
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  .c-headline__title {
    font-size: 0.8125rem;
  }
}

.c-headline__title02 {
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  .c-headline__title02 {
    font-size: 0.8125rem;
  }
}

.c-headline__title02 a {
  color: #212121;
}

/* ==========================================================================
   メインビジュアル
   ========================================================================== */
.c-main-visual {
  width: 100%;
  height: 206px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 6px solid #5fa4d0;
}

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

.top-main-visual__copy {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 100%;
  max-width: 307px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (min-width: 768px) {
  .top-main-visual__copy {
    max-width: 720px;
  }
}

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

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

/* TOPICS&メディア情報 */
.top-info-media {
  margin-bottom: 20px;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
}
@media only screen and (min-width: 768px) {
  .top-info-media {
    margin-bottom: 60px;
    padding: 40px 60px;
  }
}

/* お知らせ */
.top-info {
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  .top-info {
    margin-right: 35px;
    margin-left: 35px;
    margin-bottom: 50px;
  }
}

.top-info__title-container {
  margin-bottom: 10px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .top-info__title-container {
    margin-bottom: 2.5vw;
  }
}
@media only screen and (min-width: 1201px) {
  .top-info__title-container {
    margin-bottom: 30px;
  }
}

.top-info__title {
  display: inline-block;
  padding-bottom: 6px;
  border-bottom: 4px solid #5fa4d0;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .top-info__title {
    padding-bottom: 0.5vw;
  }
}
@media only screen and (min-width: 1201px) {
  .top-info__title {
    padding-bottom: 8px;
  }
}

.top-info__title-main {
  display: block;
  font-size: 1.3125rem;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .top-info__title-main {
    font-size: 2.3333333333vw;
  }
}
@media only screen and (min-width: 1201px) {
  .top-info__title-main {
    font-size: 1.75rem;
  }
}

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

.top-info__headline .c-headline__item {
  display: none;
}

.top-info__headline .c-headline__item.is-show {
  display: block;
}
@media only screen and (min-width: 768px) {
  .top-info__headline .c-headline__item.is-show {
    display: flex;
    align-items: flex-start;
  }
}

.top-info__more-button {
  display: none;
  width: 120px;
  margin: 15px auto 0;
}
@media only screen and (min-width: 768px) {
  .top-info__more-button {
    width: 188px;
  }
}

.top-info__more-button.is-show {
  display: block;
}

.top-info__more-button > button {
  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;
  border: none;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  outline: none;
}
@media only screen and (max-width: 767px) {
  .top-info__more-button > button {
    padding: 0 30px 0 15px;
    border-radius: 15px;
    font-size: 0.875rem;
    line-height: 28px;
  }
}

.top-info__more-button > button:hover {
  background-color: #5fa4d0;
  color: #fff;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .top-info__more-button > button:hover {
    background-color: #fff;
    color: #212121;
  }
}

@media only screen and (min-width: 768px) {
  .top-info__more-button > button:hover:after {
    background-color: #fff;
    color: #5fa4d0;
  }
}

.top-info__more-button > button::after {
  position: absolute;
  top: 50%;
  right: 7px;
  width: 24px;
  height: 24px;
  background-color: #5fa4d0;
  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";
  -webkit-transform: rotate(90deg) translateX(-12px);
          transform: rotate(90deg) translateX(-12px);
}
@media only screen and (max-width: 767px) {
  .top-info__more-button > button::after {
    right: 5px;
    width: 20px;
    height: 20px;
    font-size: 1.25rem;
    line-height: 20px;
    -webkit-transform: rotate(90deg) translateX(-10px);
            transform: rotate(90deg) translateX(-10px);
  }
}

/* メディア情報 */
.top-media {
  position: relative;
  padding: 10px;
  background-image: url(../images/common/bg_entry_details01.png);
  background-position: left top;
  background-repeat: repeat;
  background-size: auto;
  border: 1px solid #eeeeee;
}
@media only screen and (min-width: 768px) {
  .top-media {
    padding: 36px 70px;
  }
}

.top-media__title-container {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #5fa4d0;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .top-media__title-container {
    margin-bottom: 30px;
    padding-bottom: 8px;
    font-size: 1.5rem;
  }
}

.top-media__headline a:after {
  color: #5fa4d0;
}

.top-media__headline a:hover {
  color: inherit;
  text-decoration: underline;
}

.top-media__headline .c-headline__item {
  display: none;
  padding: 0;
  border-bottom: 0;
}

.top-media__headline .c-headline__item.is-show {
  display: block;
}
@media only screen and (min-width: 768px) {
  .top-media__headline .c-headline__item.is-show {
    display: flex;
    align-items: flex-start;
  }
}

.top-media__headline .c-headline__item:not(:last-child) {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .top-media__headline .c-headline__item:not(:last-child) {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 768px) {
  .top-media__headline .c-headline__date {
    margin-top: 0.2em;
  }
}

.top-media__more-button {
  display: none;
  width: 120px;
  margin: 15px auto 0;
}
@media only screen and (min-width: 768px) {
  .top-media__more-button {
    width: 188px;
  }
}

.top-media__more-button.is-show {
  display: block;
}

.top-media__more-button > button {
  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;
  border: none;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  outline: none;
}
@media only screen and (max-width: 767px) {
  .top-media__more-button > button {
    padding: 0 30px 0 15px;
    border-radius: 15px;
    font-size: 0.875rem;
    line-height: 28px;
  }
}

.top-media__more-button > button:hover {
  background-color: #5fa4d0;
  color: #fff;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .top-media__more-button > button:hover {
    background-color: #fff;
    color: #212121;
  }
}

@media only screen and (min-width: 768px) {
  .top-media__more-button > button:hover:after {
    background-color: #fff;
    color: #5fa4d0;
  }
}

.top-media__more-button > button::after {
  position: absolute;
  top: 50%;
  right: 7px;
  width: 24px;
  height: 24px;
  background-color: #5fa4d0;
  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";
  -webkit-transform: rotate(90deg) translateX(-12px);
          transform: rotate(90deg) translateX(-12px);
}
@media only screen and (max-width: 767px) {
  .top-media__more-button > button::after {
    right: 5px;
    width: 20px;
    height: 20px;
    font-size: 1.25rem;
    line-height: 20px;
    -webkit-transform: rotate(90deg) translateX(-10px);
            transform: rotate(90deg) translateX(-10px);
  }
}

/* 製造車両実績 */
.top-products {
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  background-color: #eee;
}
@media only screen and (min-width: 768px) {
  .top-products {
    padding-top: 54px;
  }
}

.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%;
}
@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;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .top-products__card-item {
    width: calc((100% - 80px) / 4);
    margin-top: 20px;
    margin-left: 20px;
  }
}

.top-products__card-item--row {
  width: 100%;
}
@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 #5fa4d0 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: "\e5cc";
}

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

/* 採用情報 */
.top-recruit {
  position: relative;
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  background-color: #dae8f0;
  background-image: url(../images/top/bg_recruit_sp.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .top-recruit {
    background-image: url(../images/top/bg_recruit_pc.png);
  }
}

.top-recruit__head {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .top-recruit__head {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 33.0357142857%;
    height: 30.8333333333vw;
    max-width: 370px;
    max-height: 370px;
    padding-top: 4.5833333333vw;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 50%;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1201px) {
  .top-recruit__head {
    padding-top: 55px;
  }
}

.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-top: 8px;
  border-top: 4px solid #5fa4d0;
  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.8125rem;
}
@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: 1128px;
    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;
}
@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 {
  margin-right: 9px;
}
@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;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
}

@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: 86px;
  }
}

.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%;
  padding: 0 5px 0 15px;
}
@media only screen and (min-width: 768px) {
  .top-recruit__button > a {
    padding: 0 5px;
    text-align: center;
  }
}

/* 関連リンク */
.top-related {
  padding-top: 30px;
  padding-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .top-related {
    display: flex;
    justify-content: space-between;
    padding-top: 38px;
    padding-bottom: 0;
  }
}

.top-related__body {
  width: 250px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .top-related__body {
    width: 83.0357142857%;
    margin-right: auto;
    margin-left: auto;
  }
}

@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: 29px 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: 1px solid #5fa4d0;
}
@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;
  background-color: #5fa4d0;
  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 #5fa4d0;
  font-weight: 700;
}

.products-details-title__sub {
  display: block;
  margin-bottom: 0;
  color: #5fa4d0;
  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 #5fa4d0 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: #5fa4d0;
  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: #5fa4d0;
  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: #5fa4d0;
  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: #5fa4d0;
  }
}
@media (hover: none) {
  .products-topic-details__btn:hover:after {
    background-color: #5fa4d0;
    color: #fff;
  }
}

/* ==========================================================================
    採用情報
   ========================================================================== */
.recruit-index__title {
  padding-left: 10px;
  border-left: 3px solid #5fa4d0;
  font-weight: 400;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .recruit-index__title {
    order: 1;
  }
}

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

.recruit-index-place {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
}
@media only screen and (max-width: 767px) {
  .recruit-index-place {
    flex-direction: column-reverse;
    gap: 10px;
  }
}

.recruit-index-place__img {
  width: 262px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .recruit-index-place__img {
    width: 100%;
  }
}

.recruit-index-place__img-img {
  width: 100%;
  margin-bottom: 5px;
}

.recruit-index-place__img-text {
  font-size: 0.875rem;
}

/* ==========================================================================
    職場紹介
   ========================================================================== */
.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 #5fa4d0;
  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: #5fa4d0;
  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 #5fa4d0;
  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;
          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: #5fa4d0;
}
@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: #5fa4d0;
}

.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 #5fa4d0;
  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;
          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: #5fa4d0;
  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: #5fa4d0;
  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: #5fa4d0;
  }
}
@media (hover: none) {
  .staff-foot-fnav__link:hover:after {
    background-color: #5fa4d0;
    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: #5fa4d0;
  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 #5fa4d0;
  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;
}

/* ============================================
       Error Section
    ============================================ */
.p-error {
  padding: 100px 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p-error {
    padding: 50px 0;
  }
}

.p-error__title {
  margin: 0 0 24px;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.6;
  color: #212121;
}
@media only screen and (max-width: 767px) {
  .p-error__title {
    font-size: 22px;
    margin-bottom: 16px;
  }
}

.p-error__title--error {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .p-error__title--error {
    margin-bottom: 28px;
  }
}

.p-error__code {
  margin: 0 0 32px;
  font-size: 8.4375rem;
  font-weight: 700;
  line-height: 1;
  color: #5fa4d0;
}
@media only screen and (max-width: 767px) {
  .p-error__code {
    font-size: 5rem;
    margin-bottom: 24px;
  }
}

.p-error__text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.8;
  color: #5fa4d0;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .p-error__text {
    font-size: 0.9375rem;
  }
}

.p-error__text--error {
  font-size: 1.5rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p-error__text--error {
    font-size: 1.125rem;
  }
}

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

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !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;
  }
}
