@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/*** common ***/
html {
  font-size: 62.5%;
}
html.menu_open {
  overflow: hidden;
}

body {
  font-size: 1.4rem;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  -webkit-text-size-adjust: 100%;
  line-height: 26px;
}
body.loadmove * {
  -webkit-transition: none !important;
  transition: none !important;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

svg {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  color: #000;
  text-decoration: none;
}

.sp {
  display: none;
}

.sp_min {
  display: none;
}

.sp_pad {
  display: none;
}

.inner {
  max-width: 990px;
  margin: auto;
}

.inner_during {
  max-width: 900px;
  width: 100%;
  margin: auto;
  padding: 0 50px;
}

.linktest {
  color: #4c4c4c;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.linktest:visited {
  color: #ea6666 !important;
}
.linktest:hover {
  color: #e67800 !important;
  text-decoration: underline;
}

.link_newwindow {
  position: relative;
  color: #D30000;
  font-size: 1.5rem;
  color: #4c4c4c;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.link_newwindow::after {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../img/icon_window.svg) no-repeat center center;
  position: absolute;
  bottom: 4px;
  right: -20px;
}
.link_newwindow:visited {
  color: #ea6666;
}
.link_newwindow:hover {
  text-decoration: underline;
  color: #e67800;
}

.icon_pdf {
  position: relative;
}
.icon_pdf::after {
  content: "";
  width: 14px;
  height: 18px;
  background: url(../img/icon_pdf.svg) no-repeat center center;
  position: absolute;
  bottom: 3px;
  right: -20px;
}
.icon_pdf:hover {
  text-decoration: underline;
}

.hover_opacity {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.hover_opacity:hover {
  opacity: 0.6;
}

.linktext {
  color: #4c4c4c;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.linktext:visited {
  color: #ea6666 !important;
}
.linktext:hover {
  color: #e67800 !important;
  text-decoration: underline;
}

.linktext_color {
  color: #ea6666;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.linktext_color:visited {
  color: #ea6666 !important;
}
.linktext_color:hover {
  color: #e67800 !important;
  text-decoration: underline;
}

@media only screen and (max-width: 1023px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .inner {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 750px) {
  .inner_during {
    padding: 0 20px;
  }
  .pc_min {
    display: none;
  }
  .sp_min {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .pc_pad {
    display: none;
  }
  .sp_pad {
    display: block;
  }
}
/*** header ***/
.mainheader {
  width: 100%;
  min-width: 900px;
  height: 100px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.mainheader.mainheader_top .nav_header .nav_header_parent a,
.mainheader.mainheader_top .nav_header .nav_header_parent span {
  color: #FFF;
}
.mainheader.mainheader_top.fixed .nav_header .nav_header_parent a,
.mainheader.mainheader_top.fixed .nav_header .nav_header_parent span {
  color: #000;
}
.mainheader.mainheader_top.fixed .nav_header .nav_header_child a,
.mainheader.mainheader_top.fixed .nav_header .nav_header_child span {
  color: #FFF !important;
}
.mainheader .inner {
  height: 100%;
  padding: 0;
}
.mainheader.fixed {
  height: 50px;
  -webkit-box-shadow: 0 1px 3px #ccc;
          box-shadow: 0 1px 3px #ccc;
}
.mainheader.fixed .inner {
  background: #FFF;
}
.mainheader.fixed .logo_head figure {
  left: 10px;
}
.mainheader.fixed .logo_head img {
  width: 83px;
}
.mainheader.fixed .logo_head::after {
  border-width: 50px 33px 0 0;
  right: -33px;
}
.mainheader.fixed .nav_header .nav_header_parent a, .mainheader.fixed .nav_header .nav_header_parent span {
  font-size: 1.4rem;
}
.mainheader.fixed .info_header .contact_header {
  height: 100%;
}
.mainheader.fixed .info_header .lang_header {
  display: none;
}
.mainheader .inner {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  word-wrap: break-word;
  white-space: normal;
}
.mainheader .logo_head {
  margin-left: 0;
  margin-right: auto;
  width: 139px;
  background: #000;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.mainheader .logo_head figure {
  position: relative;
  left: 15px;
  z-index: 9;
}
.mainheader .logo_head img {
  vertical-align: -webkit-baseline-middle;
}
.mainheader .logo_head a {
  display: block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.mainheader .logo_head a:hover {
  opacity: 0.7;
}
.mainheader .logo_head::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -66px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 67px 0 0;
  border-color: #000000 transparent transparent transparent;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.mainheader .logo_head::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -1px;
  width: 5px;
  height: 97%;
  background: #000;
}
.mainheader .nav_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
}
.mainheader .nav_header .nav_header_parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  word-wrap: break-word;
  white-space: normal;
}
.mainheader .nav_header .nav_header_parent li {
  margin-right: 30px;
  position: relative;
}
.mainheader .nav_header .nav_header_parent li:last-child {
  margin-right: 0;
}
.mainheader .nav_header .nav_header_parent li.current > a, .mainheader .nav_header .nav_header_parent li.current span {
  color: #dc0000;
}
.mainheader .nav_header .nav_header_parent a, .mainheader .nav_header .nav_header_parent span {
  display: block;
  color: #000;
  font-size: 1.6rem;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.mainheader .nav_header .nav_header_parent a:hover, .mainheader .nav_header .nav_header_parent span:hover {
  color: #dc0000;
}
.mainheader .nav_header .nav_header_parent li.open > a, .mainheader .nav_header .nav_header_parent li.open span {
  color: #dc0000;
}
.mainheader .nav_header .nav_header_parent li.open .wrap_nav_header_parent {
  opacity: 1;
  visibility: visible !important;
}
.mainheader .nav_header .wrap_nav_header_parent {
  position: absolute;
  left: 0;
  padding: 20px 0 0;
  opacity: 0;
  display: block !important;
  visibility: hidden !important;
  -webkit-transition: all 0.25s cubic-bezier(0.75, 0, 0.35, 1);
  transition: all 0.25s cubic-bezier(0.75, 0, 0.35, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}
.mainheader .nav_header .wrap_nav_header_parent .nav_header_child {
  position: relative;
  border: 1px solid #FFF;
  border-radius: 3px;
  background: #000;
  width: 189px;
}
.mainheader .nav_header .wrap_nav_header_parent .nav_header_child::after {
  content: "";
  display: block;
  position: absolute;
  top: -15px;
  left: 22px;
  width: 19px;
  height: 15px;
  background: url(../img/header_arrow.svg) no-repeat center center;
  background-size: 100% auto;
  z-index: 1;
}
.mainheader .nav_header .wrap_nav_header_parent li {
  margin: 0;
  border-bottom: 1px solid #737373;
}
.mainheader .nav_header .wrap_nav_header_parent li:first-child a {
  border-radius: 3px 3px 0px 0px;
}
.mainheader .nav_header .wrap_nav_header_parent li:last-child {
  border-bottom: none;
}
.mainheader .nav_header .wrap_nav_header_parent li:last-child a {
  border-radius: 0px 0px 3px 3px;
}
.mainheader .nav_header .wrap_nav_header_parent a {
  display: block;
  color: #FFF;
  font-size: 1.4rem;
  padding: 14px 13px;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.mainheader .nav_header .wrap_nav_header_parent a:hover {
  background: #737373;
  color: #FFF;
}
.mainheader .nav_header .wrap_nav_header_parent a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 13px;
  margin: auto;
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mainheader .info_header {
  width: 106px;
}
.mainheader .info_header .contact_header {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: 50%;
}
.mainheader .info_header .contact_header a {
  display: block;
  background: #dc0000;
  color: #FFF;
  font-size: 1.2rem;
  font-weight: 700;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.mainheader .info_header .contact_header a:hover {
  background: #a00000;
}
.mainheader .info_header .lang_header {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  word-wrap: break-word;
  white-space: normal;
}
.mainheader .info_header .lang_header a, .mainheader .info_header .lang_header span {
  display: block;
  background: #000;
  color: #FFF;
  font-size: 1.2rem;
  font-weight: 700;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  /*pointer-events: none;*/
}
.mainheader .info_header .lang_header a:hover, .mainheader .info_header .lang_header span:hover {
  background: #a00000;
}

.page_header {
  max-width: 1366px;
  margin: auto;
  position: relative;
  height: 308px;
  background-image: url(../img/page_header_bg.png);
  background-repeat: no-repeat;
  background-position: top center;
}
.page_header.page_header_news {
  height: 260px;
}
.page_header.page_header_news .bread {
  padding-top: 50px;
}
.page_header.page_header_recruit {
  height: 260px;
}
.page_header.page_header_recruit .bread {
  padding-top: 50px;
}
.page_header.page_header_history {
  height: 335px;
}
.page_header.page_header_faq {
  height: 435px;
}
.page_header.page_header_faq .inner_during {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding-top: 110px;
}
.page_header.page_header_faq .read {
  bottom: 135px;
}
.page_header.page_header_faq .page_nav {
  width: 100%;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.page_header.page_header_faq .page_nav li {
  width: 20%;
}
.page_header.page_header_faq .page_nav li::after {
  right: 10px;
}
.page_header.page_header_faq .page_nav li a {
  width: 100%;
  padding: 10px 20px 10px 10px;
  letter-spacing: 0;
}
.page_header.page_header_terms {
  height: 260px;
}
.page_header.page_header_terms .bread {
  padding-top: 50px;
}
.page_header.page_header_message {
  height: 260px;
}
.page_header.page_header_message .bread {
  padding-top: 50px;
}
.page_header.page_header_engine {
  height: 300px;
}
.page_header.page_header_serviceparts {
  height: 250px;
}
.page_header.page_header_serviceparts .bread {
  padding-top: 50px;
}
.page_header.page_header_404 {
  height: 270px;
}
.page_header.page_header_404 .bread {
  padding-top: 50px;
}
.page_header .inner_during {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.page_header .read {
  font-size: 1.6rem;
  line-height: 32px;
  color: #4c4c4c;
  position: absolute;
  bottom: 35px;
  padding-right: 50px;
}
.page_header .bread a, .page_header .bread span {
  font-size: 1.2rem;
  color: #828282;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.page_header .bread a:hover {
  color: #333333;
  text-decoration: underline;
}
.page_header .bread .separater {
  padding: 0 5px;
}
.page_header h1 {
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1;
  margin-top: 20px;
}

.page_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  word-wrap: break-word;
  white-space: normal;
  position: absolute;
  bottom: 17px;
}
.page_nav li {
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.page_nav li span {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.page_nav li:hover {
  background: #FCEBEB;
}
.page_nav li:hover span {
  color: #DC0000;
}
.page_nav li:first-child a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  background: #AAAAAA;
}
.page_nav li::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  background: #AAAAAA;
  z-index: 1;
}
.page_nav li::after {
  position: absolute;
  top: 0;
  bottom: 5px;
  right: 14px;
  margin: auto;
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 3px solid #DC0000;
  border-right: 3px solid #DC0000;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.page_nav a {
  font-size: 1.4rem;
  letter-spacing: 1.6px;
  font-weight: 700;
  display: block;
  width: 200px;
  padding: 10px 15px 10px 15px;
  position: relative;
}
.page_nav .page_nav_long {
  width: 250px;
}

@media only screen and (min-width: 1980px) and (max-width: 4000px) {
  .page_header.page_header_aboutus .inner {
    top: -120px !important;
  }
}
@media only screen and (max-width: 1023px) {
  .mainheader {
    background: #FFF !important;
    min-width: 100%;
    height: 60px;
    -webkit-box-shadow: 0 1px 3px #ccc;
            box-shadow: 0 1px 3px #ccc;
  }
  .mainheader .pc {
    display: none;
  }
  .mainheader .sp {
    display: block;
  }
  .mainheader .logo_head figure {
    left: 0;
  }
  .mainheader.fixed {
    height: 60px;
  }
  .mainheader.fixed .nav_header .nav_header_parent a,
  .mainheader.fixed .nav_header .nav_header_parent span {
    color: #FFF;
  }
  .mainheader.fixed .logo_head figure {
    left: 0;
  }
  .mainheader.fixed .logo_head img {
    width: auto;
  }
  .mainheader.fixed .nav_header .wrap_nav_header_parent a {
    font-size: 1.8rem;
  }
  .mainheader .logo_head {
    background: #FFF;
  }
  .mainheader .logo_head::after, .mainheader .logo_head::before {
    display: none;
  }
  .mainheader .nav_header {
    display: none;
    width: 100%;
    height: calc(100vh - 60px);
    position: absolute;
    top: 60px;
    left: 0;
    padding: 0 0 70px;
    background: #000;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .mainheader .nav_header .nav_header_parent {
    float: none;
  }
  .mainheader .nav_header .nav_header_parent li {
    width: 100%;
    margin-right: 0 !important;
  }
  .mainheader .nav_header .nav_header_parent > li {
    border-bottom: 1px solid #737373;
    padding: 30px 30px;
  }
  .mainheader .nav_header .nav_header_parent > li:first-child > a, .mainheader .nav_header .nav_header_parent span {
    margin-bottom: 0;
  }
  .mainheader .nav_header .nav_header_parent > li:not(.sp) > a, .mainheader .nav_header .nav_header_parent span {
    margin-bottom: 10px;
    pointer-events: none;
    color: #FFF !important;
  }
  .mainheader .nav_header .nav_header_parent > li:not(.sp) > a:hover, .mainheader .nav_header .nav_header_parent span:hover {
    color: #FFF !important;
  }
  .mainheader .nav_header .nav_header_parent > .sp > a, .mainheader .nav_header .nav_header_parent span {
    font-size: 1.8rem;
  }
  .mainheader .nav_header .nav_header_parent a, .mainheader .nav_header .nav_header_parent span {
    display: block;
    word-break: 100%;
    color: #FFF;
    font-size: 1.4rem;
  }
  .mainheader .nav_header .wrap_nav_header_parent {
    position: relative;
    visibility: visible !important;
    opacity: 1 !important;
    padding: 0;
    -webkit-transform: translateY(0px) !important;
            transform: translateY(0px) !important;
  }
  .mainheader .nav_header .wrap_nav_header_parent .nav_header_child {
    width: 100%;
    border-radius: 0;
    border: 0;
  }
  .mainheader .nav_header .wrap_nav_header_parent .nav_header_child::after {
    display: none;
  }
  .mainheader .nav_header .wrap_nav_header_parent .nav_header_child li {
    border: none;
    margin-bottom: 13px;
  }
  .mainheader .nav_header .wrap_nav_header_parent .nav_header_child li:last-child {
    margin-bottom: 0;
  }
  .mainheader .nav_header .wrap_nav_header_parent a {
    padding: 0;
    font-size: 1.8rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    padding-left: 18px;
  }
  .mainheader .nav_header .wrap_nav_header_parent a::after {
    display: none;
  }
  .mainheader .nav_header .wrap_nav_header_parent a::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 3px solid #dc0000;
    border-right: 3px solid #dc0000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .mainheader .info_header {
    width: 60px;
  }
  .mainheader .info_header .contact_header {
    height: 100%;
    position: relative;
  }
  .mainheader .info_header .contact_header span {
    display: none;
  }
  .mainheader .info_header .lang_header {
    display: none;
  }
  .mainheader .hamburger-box,
  .mainheader .hamburger-inner, .mainheader .hamburger-inner:after, .mainheader .hamburger-inner:before {
    width: 27px;
    height: 2px;
  }
  .mainheader .hamburger--slider .hamburger-inner:before {
    top: -10px;
  }
  .mainheader .hamburger--slider .hamburger-inner:after {
    top: auto;
  }
  .mainheader .hamburger.is-active .hamburger-inner:before {
    top: 10px;
  }
  .mainheader .hamburger.is-active .hamburger-inner:after {
    top: 20px;
  }
  .mainheader .hamburger.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, 0px, 0) rotate(45deg);
            transform: translate3d(0, 0px, 0) rotate(45deg);
  }
  .mainheader .hamburger {
    background: #000;
    width: 60px;
    text-align: center;
  }
  .mainheader .hamburger .hamburger-inner, .mainheader .hamburger .hamburger-inner:after, .mainheader .hamburger .hamburger-inner:before {
    background-color: #FFF;
  }
  .mainheader .lang_sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    word-wrap: break-word;
    white-space: normal;
    padding: 0 !important;
    background: #2d2d2d;
  }
  .mainheader .lang_sp a {
    width: 100%;
    text-align: center;
    margin: 0;
    margin: 0 !important;
    padding: 14px 5px;
    font-weight: 400 !important;
    position: relative;
    pointer-events: none;
  }
  .hamburger.is-active:hover,
  .hamburger:hover {
    opacity: 1;
  }
}
@media only screen and (min-width: 1024px) {
  .mainheader .nav_header {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media only screen and (max-width: 1020px) {
  .page_header.page_header_faq {
    height: 470px;
  }
  .page_header.page_header_faq .read {
    position: relative;
    bottom: auto;
    margin: 20px 0;
  }
  .page_header.page_header_faq .page_nav {
    position: relative;
    bottom: auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page_header.page_header_faq .page_nav li {
    width: 48%;
    border-bottom: 1px solid #aaaaaa;
  }
  .page_header.page_header_faq .page_nav li:last-child {
    margin-bottom: 0;
  }
  .page_header.page_header_faq .page_nav li::before {
    display: none;
  }
  .page_header.page_header_faq .page_nav li:first-child a::before {
    display: none;
  }
  .page_header.page_header_faq .page_nav li::after {
    bottom: -1px;
  }
  .page_header.page_header_faq .page_nav a {
    font-size: 1.4rem;
    width: 100%;
    padding: 15px 5px 5px 5px;
  }
  .page_header.page_header_faq .page_nav a:hover {
    background: none;
    color: #000;
  }
  .page_header.page_header_faq .page_nav .page_nav_long {
    width: 100%;
  }
  .page_header.page_header_faq .page_nav.wrap_page_nav_long li::after {
    bottom: -4px;
  }
  .page_header.page_header_faq .page_nav.wrap_page_nav_long a {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 20px;
  }
}
@media only screen and (max-width: 750px) {
  .page_header {
    height: 100%;
    padding-top: 60px;
    background: url(../img/page_header_bg_sp.svg) no-repeat;
    background-position: center;
    background-size: cover !important;
  }
  .page_header.page_header_news {
    height: auto;
  }
  .page_header.page_header_news .bread {
    padding-top: 0;
  }
  .page_header.page_header_terms {
    height: auto;
  }
  .page_header.page_header_terms h1 {
    letter-spacing: -3px;
  }
  .page_header.page_header_terms .bread {
    padding-top: 0;
  }
  .page_header.page_header_recruit {
    height: auto;
  }
  .page_header.page_header_recruit .bread {
    padding-top: 0;
  }
  .page_header.page_header_serviceparts {
    height: auto;
  }
  .page_header.page_header_serviceparts .bread {
    padding-top: 0;
  }
  .page_header.page_header_faq {
    height: 500px;
  }
  .page_header.page_header_faq .inner_during {
    padding-top: 30px;
  }
  .page_header.page_header_404 {
    height: auto;
  }
  .page_header.page_header_404 .bread {
    padding-top: 0;
  }
  .page_header .read {
    position: relative;
    line-height: 26px;
    bottom: 0;
    padding-right: 0;
  }
  .page_header .read br {
    display: none;
  }
  .page_header .inner_during {
    padding: 30px 20px;
  }
  .page_header .page_header_info {
    width: 100%;
  }
  .page_header h1 {
    font-size: 3.6rem;
    margin-bottom: 30px;
    margin-top: 10px;
  }
  .page_header .bread span, .page_header .bread a {
    font-size: 1rem;
  }
  .page_nav {
    position: relative;
    bottom: auto;
  }
  .page_nav li {
    width: 48%;
    border-bottom: 1px solid #aaaaaa;
  }
  .page_nav li:last-child {
    margin-bottom: 0;
  }
  .page_nav li::before {
    display: none;
  }
  .page_nav li:first-child a::before {
    display: none;
  }
  .page_nav li::after {
    bottom: -1px;
  }
  .page_nav a {
    font-size: 1.4rem;
    width: 100%;
    padding: 15px 5px 5px 5px;
  }
  .page_nav a:hover {
    background: none;
    color: #000;
  }
  .page_nav .page_nav_long {
    width: 100%;
  }
  .page_nav.wrap_page_nav_long li::after {
    bottom: -4px;
  }
  .page_nav.wrap_page_nav_long a {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 20px;
  }
}
/*** END header ***/
/*** footer ***/
#home .mainfooter .footer_bg {
  padding: 130px 0 0 0;
  background: url(../img/footer_figure.svg) no-repeat;
  background-position: top -5% center;
}

.mainfooter {
  background: #000;
  position: relative;
  min-width: 800px;
}
.mainfooter .footer_bg {
  padding: 60px 0 0 0;
  max-width: 1468px;
  margin: auto;
  background: url(../img/footer_figure.svg) no-repeat;
  background-position: top 33% center;
}
.mainfooter .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  word-wrap: break-word;
  white-space: normal;
}
.mainfooter .footer_info figure a {
  display: block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.mainfooter .footer_info figure a:hover {
  opacity: 0.7;
}
.mainfooter .footer_info figcaption {
  color: #FFF;
  font-size: 1.5rem;
  margin-top: 20px;
  font-weight: 700;
}
.mainfooter .footer_access {
  margin-top: 45px;
}
.mainfooter .footer_access a {
  display: block;
  border: 1px solid #FFF;
  width: 137px;
  color: #FFF;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 10px 20px 10px 10px;
  border-radius: 3px;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.mainfooter .footer_access a:hover {
  background: #FFF;
  color: #000;
}
.mainfooter .footer_access a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 3px solid #dc0000;
  border-right: 3px solid #dc0000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mainfooter .footer_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  word-wrap: break-word;
  white-space: normal;
  margin-right: 60px;
}
.mainfooter .footer_nav div[class*=footer_nav] {
  margin-right: 50px;
}
.mainfooter .footer_nav div[class*=footer_nav]:last-child {
  margin-right: 0;
}
.mainfooter .footer_nav .footer_nav_list {
  margin-bottom: 30px;
}
.mainfooter .footer_nav .footer_nav_list:last-child {
  margin-bottom: 0;
}
.mainfooter .footer_nav .footer_nav_list li {
  margin-bottom: 5px;
}
.mainfooter .footer_nav .footer_nav_list li:last-child {
  margin-bottom: 0px;
}
.mainfooter .footer_nav .footer_nav_list span {
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 700;
}
.mainfooter .footer_nav .footer_nav_list a {
  color: #a3a3a3;
  font-size: 1.4rem;
}
.mainfooter .footer_nav .footer_nav_list a:hover {
  text-decoration: underline;
}
.mainfooter .footer_nav .footer_nav_list_procurement {
  margin-bottom: 20px;
}
.mainfooter .footer_nav .footer_nav_list_recruit {
  margin-bottom: 50px;
}
.mainfooter .footer_under {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  word-wrap: break-word;
  white-space: normal;
  border-top: 1px solid #4e4e4e;
  width: 100%;
  padding: 10px 0;
  margin-top: 55px;
}
.mainfooter .footer_under a {
  color: #FFF;
  font-size: 1.1rem;
}
.mainfooter .footer_under a:hover {
  text-decoration: underline;
}
.mainfooter .footer_under small {
  color: #a3a3a3;
  font-size: 1.1rem;
}
.mainfooter .footer_under .footer_privacy {
  margin-right: 20px;
}
.mainfooter .footer_under .footer_copy {
  margin-right: 0;
  margin-left: auto;
}

.to_top {
  position: fixed;
  right: 50px;
  bottom: 50px;
  display: none;
  background: #dc0000;
  opacity: 0.7;
  z-index: 8;
}
.to_top a {
  display: block;
  width: 60px;
  height: 60px;
  position: relative;
}
.to_top:hover {
  opacity: 1;
}
.to_top figure {
  width: 100%;
  height: 100%;
  position: relative;
}
.to_top figure img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

@media only screen and (max-width: 1023px) {
  .mainfooter {
    min-width: 100%;
  }
  .mainfooter .footer_bg {
    padding: 30px 0 0 0;
    background: none;
    background-size: 100% auto;
    background: none !important;
  }
  .mainfooter .footer_info {
    width: 100%;
    text-align: center;
  }
  .mainfooter .footer_info figcaption {
    font-size: 1.3rem;
  }
  .mainfooter .footer_access {
    margin-top: 25px;
  }
  .mainfooter .footer_access a {
    margin: auto;
  }
  .mainfooter .footer_nav {
    display: none;
  }
  .mainfooter .footer_under {
    border: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 40px;
  }
  .mainfooter .footer_under .footer_privacy {
    padding-right: 20px;
  }
  .mainfooter .footer_under .footer_privacy,
  .mainfooter .footer_under .footer_policy {
    width: auto;
    margin-right: 0;
    text-align: center;
  }
  .mainfooter .footer_under .footer_copy {
    width: 100%;
    border-top: 1px solid #4e4e4e;
    padding-top: 10px;
    margin-top: 10px;
    text-align: center;
  }
  .mainfooter .footer_under .footer_copy small {
    font-size: 0.9rem;
    display: block;
  }
  .to_top {
    right: 20px;
    opacity: 1;
    width: 50px;
    height: 50px;
  }
  .to_top a {
    width: 100%;
    height: 100%;
  }
  .to_top:hover {
    opacity: 1;
  }
  .to_top figure img {
    width: 18px;
  }
}
/*** END footer ***/
/*** page ***/
.contents {
  background: #F1F2F3;
  padding: 60px 0 130px 0;
  display: block;
}
.contents.contents_message {
  background: #FFF;
  padding-top: 0;
}
.contents.top {
  padding: 0;
}
.contents .page_title {
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 55px;
  line-height: 36px;
}

@media only screen and (max-width: 750px) {
  .contents {
    padding: 50px 0 130px 0;
  }
  .contents .page_title {
    font-size: 2.8rem;
    margin-bottom: 30px;
  }
}
/*** END page ***/
/*** company ***/
#company .company_table {
  width: 100%;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
#company .company_table tr {
  border-bottom: 1px solid #B4B4B4;
}
#company .company_table tr:last-child {
  border-bottom: 0;
}
#company .company_table th {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: left;
  background: #DCDCDC;
  border-right: 1px solid #B4B4B4;
  padding: 15px 10px 15px 18px;
  width: 150px;
  vertical-align: middle;
}
#company .company_table td {
  font-size: 1.6rem;
  color: #4C4C4C;
  background: #FFF;
  padding: 15px 10px 15px 18px;
}
#company .company_table td p {
  line-height: 26px;
}
#company .company_table .logomark {
  max-width: 150px;
}
#company #access {
  padding-top: 100px;
  margin-bottom: 100px;
}
#company #access h3 {
  font-size: 2.2rem;
  font-weight: 700;
  border-bottom: 1px solid #B4B4B4;
  line-height: 1;
  padding-bottom: 10px;
  margin-bottom: 22px;
}
#company .company_textbox {
  margin-bottom: 33px;
}
#company .company_textbox p {
  color: #4C4C4C;
  font-size: 1.6rem;
  line-height: 26px;
}
#company .company_textbox a {
  color: #D30000;
  font-size: 1.5rem;
}
#company .traffic_box {
  margin-bottom: 50px;
}
#company .traffic_box:last-of-type {
  margin-bottom: 0;
}
#company .traffic_box h4 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
}
#company .traffic_box ul {
  color: #4C4C4C;
  font-size: 1.6rem;
  padding-left: 15px;
}
#company .traffic_box ul li {
  position: relative;
}
#company .traffic_box ul li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: -15px;
  margin: auto;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #4c4c4c;
}
#company #relation .relation_list li {
  margin-bottom: 15px;
}
#company .message_img {
  text-align: center;
  margin-bottom: 70px;
}
#company .message_img img {
  margin: auto;
}
#company .message_img .message_img_sp {
  display: none;
}
#company .message_text .message_title {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 45px;
  margin-bottom: 40px;
}
#company .message_text p {
  color: #4c4c4c;
  margin-bottom: 30px;
  font-size: 1.6rem;
  line-height: 28px;
}
#company .message_text p:last-of-type {
  margin-bottom: 0;
}
#company .message_text .name {
  font-size: 2.3rem;
  font-weight: 700;
  text-align: right;
  margin-top: 40px;
}
#company .message_text .name span {
  font-size: 1.4rem;
  padding-right: 15px;
}

.newwindow {
  position: relative;
  color: #D30000;
  font-size: 1.5rem;
}
.newwindow::after {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../img/icon_window.svg) no-repeat center center;
  position: absolute;
  bottom: 4px;
  right: -20px;
}
.newwindow:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 750px) {
  #company #access .page_title {
    margin-bottom: 50px;
  }
  #company .company_table th, #company .company_table td {
    display: block;
    width: 100%;
  }
  #company .company_table th {
    border-bottom: 1px solid #B4B4B4;
    border-right: none;
  }
  #company #network h3 {
    margin-bottom: 25px;
  }
  #company .traffic_box ul li::before {
    top: 8px;
  }
  #company .message_img {
    margin-bottom: 40px;
    text-align: center;
  }
  #company .message_img img {
    margin: auto;
  }
  #company .message_img .message_img_pc {
    display: none;
  }
  #company .message_img .message_img_sp {
    display: block;
  }
  #company .message_text .message_title {
    font-size: 2.3rem;
    line-height: 33px;
    margin-bottom: 30px;
  }
}
/*** END company ***/
/*** quality ***/
#quality .quality_intro {
  font-size: 1.6rem;
  color: #4c4c4c;
  margin-bottom: 33px;
}
#quality .quality_list {
  font-size: 1.6rem;
}
#quality .quality_list li {
  margin-bottom: 33px;
}
#quality .quality_list li:last-child {
  margin-bottom: 0;
}
#quality .quality_list h3 {
  font-weight: 700;
  margin-bottom: 10px;
}
#quality .quality_list p {
  color: #4c4c4c;
  line-height: 26px;
}
#quality .quality_list_date {
  text-align: right;
}
#quality .inner_list {
  padding-left: 22px;
}
#quality .inner_list li {
  position: relative;
  padding-left: 5px;
  margin-bottom: 0;
}
#quality .inner_list li span {
  color: #4c4c4c;
  position: absolute;
  top: 0;
  left: 0;
}
#quality #qualitypolicy {
  margin-bottom: 100px;
}
#quality #environmentpolicy .quality_list p {
  padding-left: 22px;
}

/*** END quality ***/
/*** news ***/
#news .wrap_year {
  margin-bottom: 105px;
}
#news .wrap_year:last-of-type {
  margin-bottom: 0;
}
#news .news_list {
  margin-bottom: 80px;
}
#news .news_list:last-child {
  margin-bottom: 0;
}
#news .news_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  word-wrap: break-word;
  white-space: normal;
  margin-bottom: 18px;
}
#news .news_list li:last-child {
  margin-bottom: 0;
}
#news .news_list .date {
  width: 150px;
  font-size: 1.6rem;
  font-weight: 700;
}
#news .news_list .news_text {
  width: 80%;
  width: calc(100% - 150px);
}
#news .news_list .news_text a {
  font-size: 1.6rem;
  line-height: 26px;
  color: #ea6666;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#news .news_list .news_text a:visited {
  color: #ea6666;
}
#news .news_list .news_text a:hover {
  color: #e67800;
  text-decoration: underline;
}
#news .news_list .news_text a::after {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  bottom: auto;
  right: auto;
}
#news .news_list .news_text span {
  font-size: 1.6rem;
  line-height: 26px;
  color: #4c4c4c;
}

@media only screen and (max-width: 750px) {
  #news .page_title {
    margin-bottom: 47px;
  }
  #news .news_list li {
    margin-bottom: 30px;
  }
  #news .news_list li .date {
    width: 100%;
  }
  #news .news_list li .news_text {
    width: 100%;
  }
}
/*** END news ***/
/*** terms ***/
#terms .terms_intro {
  font-size: 1.6rem;
  color: #4c4c4c;
  margin-bottom: 60px;
}
#terms .terms_list {
  font-size: 1.6rem;
}
#terms .terms_list li {
  margin-bottom: 33px;
}
#terms .terms_list li:last-child {
  margin-bottom: 0;
}
#terms .terms_list h2 {
  font-weight: 700;
  margin-bottom: 2px;
}
#terms .terms_list h3 {
  font-weight: 700;
  margin-bottom: 2px;
}
#terms .terms_list p {
  color: #4c4c4c;
  line-height: 26px;
}
#terms .terms_list_num li {
  position: relative;
}
#terms .terms_list_num li h2 {
  padding-left: 22px;
}
#terms .terms_list_num li span {
  position: absolute;
  left: 0;
}
#terms .terms_list_date {
  text-align: right;
}
#terms .inner_list {
  padding-left: 18px;
}
#terms .inner_list li {
  position: relative;
  padding-left: 5px;
  margin-bottom: 0;
}
#terms .inner_list li span {
  color: #4c4c4c;
  position: absolute;
  top: 0;
  left: 5px;
}
#terms .inner_list li a {
  color: #dc0000;
  text-decoration: underline;
}
#terms .inner_list li a:hover {
  text-decoration: none;
}
#terms #termspolicy {
  margin-bottom: 100px;
}
#terms .wrap_terms {
  margin-bottom: 100px;
}
#terms .wrap_terms:last-of-type {
  margin-bottom: 0;
}
#terms .wrap_terms.wrap_terms_mb {
  margin-bottom: 0;
}
#terms .wrap_terms#website {
  padding-top: 100px;
}
#terms .wrap_terms .page_title {
  margin-bottom: 60px;
}
#terms .wrap_terms .terms_list p {
  padding-left: 35px;
}
#terms .wrap_terms .terms_list .terms_text {
  padding-left: 22px;
  margin-bottom: 20px;
}
#terms .wrap_terms .terms_list .terms_text:last-of-type {
  margin-bottom: 0;
}
#terms .wrap_terms .inner_list_eng {
  padding-left: 30px;
}
#terms .wrap_terms .inner_list_eng li {
  position: relative;
  padding-left: 5px;
  margin-bottom: 0;
}
#terms .wrap_terms .inner_list_eng li span {
  color: #4c4c4c;
  position: absolute;
  top: 0;
  left: 5px;
}
#terms .wrap_terms .inner_list_eng li p {
  padding-left: 15px;
}
#terms .wrap_terms .white_erea {
  background: #FFF;
  color: #4c4c4c;
  padding: 25px;
  margin: 15px 0 15px 40px;
}
#terms .wrap_terms .white_erea:last-of-type {
  margin-bottom: 40px;
}
#terms .wrap_terms .white_erea .white_erea_title {
  font-weight: 700;
}
#terms .wrap_terms .white_erea p {
  padding: 0;
}
#terms .wrap_terms .desc_list {
  color: #4C4C4C;
  font-size: 1.6rem;
  padding-left: 40px;
}
#terms .wrap_terms .desc_list li {
  position: relative;
  margin-bottom: 0;
}
#terms .wrap_terms .desc_list li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: -15px;
  margin: auto;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #4c4c4c;
}

@media only screen and (max-width: 750px) {
  #terms .wrap_terms .terms_list .terms_text {
    padding-left: 0;
  }
}
/*** END terms ***/
/*** faq ***/
#faq .faq_list {
  padding: 15px 0px;
}
#faq .faq_list dl {
  margin-bottom: 50px;
}
#faq .faq_list dl:last-of-type {
  margin-bottom: 0;
}
#faq .faq_list dt {
  position: relative;
  margin-bottom: 10px;
}
#faq .faq_list dt figure {
  position: absolute;
  top: -7px;
  left: 0;
}
#faq .faq_list dt span {
  padding-left: 70px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 26px;
  display: block;
}
#faq .faq_list dd {
  background: #FFF;
  padding: 20px 25px;
  margin-left: 47px;
}
#faq .faq_list dd p {
  font-size: 1.6rem;
  color: #4c4c4c;
}
#faq .linktext {
  font-size: 1.6rem;
  color: #ea6666;
}
#faq .faq_block {
  margin-bottom: 80px;
}
#faq .faq_block:last-of-type {
  margin-bottom: 0;
}

@media only screen and (max-width: 750px) {
  #faq .faq_list dt {
    margin-bottom: 20px;
  }
  #faq .faq_list dt span {
    padding-left: 60px;
  }
  #faq .faq_list dd {
    padding: 15px;
  }
}
/*** END faq ***/
/*** recruit ***/
#recruit .wrap_recruit_main {
  text-align: center;
  overflow: hidden;
  position: relative;
  height: 503px;
  top: -163px;
  margin-bottom: -163px;
}
#recruit .wrap_recruit_main img {
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: translate(-43%, 0%);
          transform: translate(-43%, 0%);
  transform: translateX(-43%) translateY(0);
  -ms-transform: translateX(-43%) translateY(0);
  -webkit-transform: translateX(-43%) translateY(0);
  -moz-transform: translateX(-43%) translateY(0);
  margin: auto;
  width: 1135px;
  max-width: none;
}
@media all and (-ms-high-contrast: none) {
  #recruit .wrap_recruit_main img {
    -webkit-transform: none;
            transform: none;
    left: 0;
    right: 0;
  }
}
#recruit .recruit_read {
  font-size: 1.6rem;
  color: #4c4c4c;
  margin-top: 60px;
  margin-bottom: 80px;
}
#recruit .recruit_title {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 33px;
  text-align: center;
  margin-bottom: 40px;
}
#recruit .recruit_title span {
  display: block;
  font-size: 3rem;
}
#recruit .list_bg {
  background: url(../../recruit/img/deco.svg) no-repeat;
  background-position: top 26% center;
  border-bottom: 1px solid #b3b3b3;
  padding-bottom: 100px;
}
#recruit .list_recruit {
  max-width: 604px;
  margin: auto;
  position: relative;
}
#recruit .list_recruit li {
  border: 1px solid #666666;
  border-radius: 4px;
  background: #FFF;
  margin-bottom: 20px;
  position: relative;
}
#recruit .list_recruit li:last-child {
  margin-bottom: 0;
}
#recruit .list_recruit li:last-child::after {
  display: none;
}
#recruit .list_recruit li:nth-child(2) {
  margin-bottom: 40px;
}
#recruit .list_recruit li:nth-child(2)::after {
  height: 40px;
  bottom: -41px;
}
#recruit .list_recruit li::after {
  content: "";
  width: 4px;
  height: 20px;
  background: #666666;
  position: absolute;
  bottom: -21px;
  left: 0;
  right: 0;
  margin: auto;
}
#recruit .list_recruit .logo_box {
  text-align: center;
  padding: 35px 10px;
}
#recruit .list_recruit .logo_box a {
  display: inline-block;
}
#recruit .list_recruit .logo_box .logo_text {
  display: inline-block;
  font-size: 3rem;
  line-height: 33px;
  font-weight: 700;
  text-align: center;
}
#recruit .list_recruit .logo_box .m-fet_text {
  font-size: 1.6rem;
  line-height: 23px;
  font-weight: 700;
  text-align: center;
}
#recruit .list_recruit .logo_logosnext {
  padding: 35px 20px 20px 20px;
}
#recruit .list_recruit .logo_logosnext .logo {
  padding-bottom: 30px;
  border-bottom: 2px dotted #666666;
  margin-bottom: 15px;
}
#recruit .list_recruit .logo_logosnext figure {
  text-align: center;
}
#recruit .list_recruit .logo_logosnext .fork {
  max-width: 450px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  word-wrap: break-word;
  white-space: normal;
  margin-bottom: 20px;
}
#recruit .list_recruit .logo_logosnext .fork_text {
  width: 50%;
  font-size: 1.6rem;
  font-weight: 700;
  color: #333333;
  line-height: 23px;
  padding-top: 15px;
  letter-spacing: -1px;
}
#recruit .list_recruit .logo_logosnext .fork_img {
  width: 50%;
}
#recruit .list_recruit .logo_logosnext .movie {
  max-width: 450px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  word-wrap: break-word;
  white-space: normal;
}
#recruit .list_recruit .logo_logosnext .movie1, #recruit .list_recruit .logo_logosnext .movie2 {
  max-width: 217px;
  width: 50%;
}
#recruit .list_recruit .logo_logosnext .movie1 a, #recruit .list_recruit .logo_logosnext .movie2 a {
  font-size: 1.4rem;
  line-height: 22px;
  letter-spacing: -1px;
  color: #4c4c4c;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#recruit .list_recruit .logo_logosnext .movie1 a:visited, #recruit .list_recruit .logo_logosnext .movie2 a:visited {
  color: #ea6666 !important;
}
#recruit .list_recruit .logo_logosnext .movie1 a:hover, #recruit .list_recruit .logo_logosnext .movie2 a:hover {
  color: #e67800 !important;
  text-decoration: underline;
}
#recruit .list_recruit .logo_logosnext .comments {
  text-align: center;
  font-size: 1.4rem;
  line-height: 22px;
  margin-top: 20px;
}
#recruit .list_recruit .logo_logosnext .comments span {
  color: #dc0000;
}
#recruit .list_recruit .logo_gct {
  padding: 45px 20px 20px 20px;
  border: none;
  background: url(../../recruit/img/bg_gct.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
#recruit .list_recruit .logo_gct .logo {
  padding-bottom: 30px;
  border-bottom: 2px dotted #666666;
  margin-bottom: 15px;
  text-align: center;
}
#recruit .list_recruit .logo_gct .gct_box {
  max-width: 470px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  word-wrap: break-word;
  white-space: normal;
  margin-bottom: 20px;
}
#recruit .list_recruit .logo_gct .gct_img_text {
  color: #FFF;
  width: 45%;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 23px;
  padding-top: 35px;
  letter-spacing: -1px;
}
#recruit .list_recruit .logo_gct .gct_img {
  width: 55%;
}
#recruit .recruit_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  word-wrap: break-word;
  white-space: normal;
  margin: 110px auto;
}
#recruit .recruit_info li {
  background: #FFF;
  border-radius: 4px;
  padding: 35px;
  margin-bottom: 20px;
}
#recruit .recruit_info li h3 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 15px;
}
#recruit .recruit_info li p {
  font-size: 1.6rem;
  color: #4c4c4c;
}
#recruit .recruit_info li.recruit_info2, #recruit .recruit_info li.recruit_info3 {
  width: 48.5%;
}
#recruit .info_img {
  text-align: center;
}

@media only screen and (max-width: 750px) {
  #recruit .wrap_recruit_main {
    top: -95px;
    height: 221px;
    margin-bottom: -140px;
  }
  #recruit .wrap_recruit_main img {
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    width: 500px;
  }
  #recruit .recruit_read {
    margin-bottom: 25px;
  }
  #recruit .recruit_title {
    font-size: 1.7rem;
    margin-bottom: 10px;
  }
  #recruit .recruit_title span {
    font-size: 2.1rem;
  }
  #recruit .list_bg {
    padding-bottom: 50px;
  }
  #recruit .list_recruit li:nth-child(2) {
    margin-bottom: 30px;
  }
  #recruit .list_recruit .logo_box {
    padding: 27px 10px;
  }
  #recruit .list_recruit .logo_box .logo_text {
    font-size: 2.3rem;
    line-height: 23px;
  }
  #recruit .list_recruit .logo_box .m-fet_img {
    width: 162px;
  }
  #recruit .list_recruit .logo_box .m-fet_text {
    font-size: 1.4rem;
    line-height: 18px;
  }
  #recruit .list_recruit .logo_box .m-fet_text span {
    display: block;
  }
  #recruit .list_recruit .logo_logosnext {
    padding: 30px 20px 20px 20px;
  }
  #recruit .list_recruit .logo_logosnext .logo {
    padding-bottom: 10px;
  }
  #recruit .list_recruit .logo_logosnext .logo img {
    width: 190px;
  }
  #recruit .list_recruit .logo_logosnext .fork {
    width: 100%;
  }
  #recruit .list_recruit .logo_logosnext .fork .fork_text {
    width: 100%;
    text-align: center;
    padding-top: 0px;
    padding-left: 40px;
    text-align: left;
  }
  #recruit .list_recruit .logo_logosnext .fork .fork_img {
    display: none;
  }
  #recruit .list_recruit .logo_logosnext .movie {
    width: 100%;
  }
  #recruit .list_recruit .logo_logosnext .movie .movie1 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
  #recruit .list_recruit .logo_logosnext .movie .movie2 {
    width: 100%;
    max-width: 100%;
  }
  #recruit .list_recruit .logo_logosnext .comments {
    letter-spacing: -1px;
  }
  #recruit .list_recruit .logo_gct .gct_img_text {
    width: 100%;
    padding-top: 0px;
    padding-left: 10px;
  }
  #recruit .list_recruit .logo_gct .gct_img {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  #recruit .recruit_info {
    margin: 50px 0;
  }
  #recruit .recruit_info li {
    padding: 32px 20px;
  }
  #recruit .recruit_info li h3 {
    margin-bottom: 10px;
  }
  #recruit .recruit_info li.recruit_info2, #recruit .recruit_info li.recruit_info3 {
    width: 100%;
  }
}
@media only screen and (max-width: 750px) and (-ms-high-contrast: none) {
  #recruit .wrap_recruit_main img {
    -webkit-transform: none;
            transform: none;
    width: 100%;
    left: 0;
    right: 0;
  }
}
@media only screen and (max-width: 320px) {
  #recruit .wrap_recruit_main img {
    -webkit-transform: translate(-46%, 0%);
            transform: translate(-46%, 0%);
  }
}
/*** END recruit ***/
/*** engine ***/
#engine .wrap_engine_nav {
  border-bottom: 1px solid #b3b3b3;
  padding: 0 0 80px 0;
  margin-bottom: 90px;
}
#engine .engine_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  word-wrap: break-word;
  white-space: normal;
}
#engine .engine_nav li {
  max-width: 390px;
  width: 49%;
  border: 1px solid #dc0000;
  border-radius: 6px;
  background: #FFF;
}
#engine .engine_nav .engine_nav_img {
  position: relative;
  height: 206px;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
}
#engine .engine_nav .engine_nav_img br {
  display: none;
}
#engine .engine_nav .engine_nav_img .nav_title {
  display: none;
}
#engine .engine_nav .engine_nav1 {
  margin-right: 2%;
}
#engine .engine_nav .engine_nav1 .engine_nav_img::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: url(../../products/img/engine_nav1.png) no-repeat center center;
  background-size: cover;
  border-radius: 5px 5px 0 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#engine .engine_nav .engine_nav1 a:hover .engine_nav_img::after {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
#engine .engine_nav .engine_nav1 a:hover .nav_link {
  text-decoration: underline;
  color: #e67800;
}
#engine .engine_nav .engine_nav2 .engine_nav_img::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: url(../../products/img/engine_nav2.png) no-repeat center center;
  background-size: cover;
  border-radius: 5px 5px 0 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#engine .engine_nav .engine_nav2 .engine_nav_img:hover::after {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
#engine .engine_nav .engine_nav2 a:hover .engine_nav_img::after {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
#engine .engine_nav .engine_nav2 a:hover .nav_link {
  text-decoration: underline;
  color: #e67800;
}
#engine .engine_nav figure {
  z-index: 2;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
#engine .engine_nav .engine_nav_text {
  padding: 30px 30px;
}
#engine .engine_nav .engine_nav_text p {
  color: #4c4c4c;
  font-size: 1.6rem;
  margin-bottom: 15px;
}
#engine .engine_nav .nav_title {
  font-size: 2.1rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}
#engine .engine_nav .nav_link {
  color: #dc0000;
  font-size: 1.6rem;
  line-height: 21px;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#engine .engine_nav .nav_link span {
  position: relative;
}
#engine .engine_nav .nav_link span::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 3px solid #dc0000;
  border-right: 3px solid #dc0000;
  -webkit-transform: rotate(45deg);
  transform: rotate(135deg);
  position: absolute;
  top: 5px;
  right: -20px;
}
#engine .engine_title {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 28px;
  border-bottom: 1px solid #b4b4b4;
  padding-bottom: 8px;
  margin-bottom: 15px;
}
#engine .list_engine li {
  border: 1px solid #dc0000;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  word-wrap: break-word;
  white-space: normal;
  overflow: hidden;
  background: #FFF;
  margin-bottom: 10px;
}
#engine .list_engine li:last-child {
  margin-bottom: 0;
}
#engine .list_engine li.gk15 .engine_r {
  background: url(../../products/img/bg_gk15.png) no-repeat center center;
  background-size: cover;
  background-position: left center;
}
#engine .list_engine li.gk21 .engine_r {
  background: url(../../products/img/bg_gk21.png) no-repeat center center;
  background-size: cover;
  background-position: left center;
}
#engine .list_engine li.gk45 .engine_r {
  background: url(../../products/img/bg_gk45.png) no-repeat center center;
  background-size: cover;
  background-position: left center;
}
#engine .list_engine li.td27 .engine_r {
  background: url(../../products/img/bg_td27.png) no-repeat center center;
  background-size: cover;
  background-position: left center;
}
#engine .list_engine li.qd32 .engine_r {
  background: url(../../products/img/bg_qd32.png) no-repeat center center;
  background-size: cover;
  background-position: left center;
}
#engine .list_engine li.td42 .engine_r {
  background: url(../../products/img/bg_td42.png) no-repeat center center;
  background-size: cover;
  background-position: left center;
}
#engine .list_engine li.ghp_gk21 .engine_r {
  background: url(../../products/img/bg_ghp_gk21.png) no-repeat center center;
  background-size: cover;
  background-position: left center;
}
#engine .list_engine .engine_r {
  width: 470px;
  width: 59%;
  background-size: cover;
  background-position: left center;
  text-align: center;
}
#engine .list_engine .engine_r figure {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#engine .list_engine .engine_r .engine_img {
  padding-left: 90px;
}
#engine .list_engine .engine_l {
  width: 41%;
  padding: 35px 55px;
}
#engine .list_engine .engine_l_title {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 15px;
}
#engine .list_engine .engine_l_title span {
  font-size: 3.2rem;
  display: block;
}
#engine .list_engine .engine_hosoku {
  color: #4c4c4c;
  font-size: 1.6rem;
  margin-bottom: 10px;
}
#engine .list_engine .link_pdf a {
  display: block;
  width: 150px;
  color: #dc0000;
  border: 1px solid #dc0000;
  border-radius: 3px;
  padding: 6px 10px;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#engine .list_engine .link_pdf a::before {
  content: "";
  display: block;
  width: 13.8px;
  height: 18px;
  background: url(../../products/img/products_pdf_on.svg) no-repeat center center;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 10px;
  right: 10px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#engine .list_engine .link_pdf a::after {
  content: "";
  display: block;
  width: 13.8px;
  height: 18px;
  background: url(../../products/img/products_pdf_off.svg) no-repeat center center;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 10px;
  right: 10px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#engine .list_engine .link_pdf a svg {
  position: absolute;
  top: 10px;
  right: 10px;
}
#engine .list_engine .link_pdf a .st0,
#engine .list_engine .link_pdf a .st1 {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#engine .list_engine .link_pdf a:hover {
  background: #dc0000;
  color: #FFF;
}
#engine .list_engine .link_pdf a:hover::after {
  opacity: 0;
}
#engine .list_engine .link_pdf a:hover .st0 {
  fill: rgba(0, 0, 0, 0);
}
#engine .list_engine .link_pdf a:hover .st1 {
  fill: #FFF;
}
#engine #fork .page_title {
  margin-bottom: 65px;
}
#engine .lpg {
  margin-bottom: 80px;
}
#engine .diesel {
  margin-bottom: 120px;
}
#engine .diesel .list_engine .engine_l {
  padding: 45px 55px;
}

@media only screen and (max-width: 750px) {
  #engine .engine_nav li {
    width: 100%;
  }
  #engine .engine_nav .engine_nav1 {
    margin: 0 0 15px 0;
  }
  #engine .engine_nav .engine_nav1 .engine_nav_img img {
    max-width: 78px;
    width: 100%;
  }
  #engine .engine_nav .engine_nav2 .engine_nav_img img {
    max-width: 78px;
    width: 100%;
  }
  #engine .engine_nav .engine_nav2 .engine_nav_img .nav_title {
    padding: 31px 0 31px 25px;
  }
  #engine .engine_nav .engine_nav_text .nav_title {
    display: none;
  }
  #engine .engine_nav .engine_nav_img {
    height: auto;
  }
  #engine .engine_nav .engine_nav_img .nav_title {
    display: block;
    color: #FFF;
    position: relative;
    z-index: 1;
    margin-bottom: 0;
    padding: 18px 0;
    text-align: left;
    padding-left: 25px;
  }
  #engine .engine_nav .engine_nav_img figure {
    position: absolute;
    width: 78px;
    right: 25px;
    top: 0;
  }
  #engine .engine_nav .engine_nav_img br {
    display: block;
  }
  #engine .list_engine li.gk15 .engine_r {
    background: url(../../products/img/bg_gk15_sp.png) no-repeat center center;
    background-size: cover;
    background-position: left center;
  }
  #engine .list_engine li.gk21 .engine_r {
    background: url(../../products/img/bg_gk21_sp.png) no-repeat center center;
    background-size: cover;
    background-position: left center;
  }
  #engine .list_engine li.gk45 .engine_r {
    background: url(../../products/img/bg_gk45_sp.png) no-repeat center center;
    background-size: cover;
    background-position: left center;
  }
  #engine .list_engine li.td27 .engine_r {
    background: url(../../products/img/bg_td27_sp.png) no-repeat center center;
    background-size: cover;
    background-position: left center;
  }
  #engine .list_engine li.qd32 .engine_r {
    background: url(../../products/img/bg_qd32_sp.png) no-repeat center center;
    background-size: cover;
    background-position: left center;
  }
  #engine .list_engine li.td42 .engine_r {
    background: url(../../products/img/bg_td42_sp.png) no-repeat center center;
    background-size: cover;
    background-position: left center;
  }
  #engine .list_engine li.ghp_gk21 .engine_r {
    background: url(../../products/img/bg_ghp_gk21_sp.png) no-repeat center center;
    background-size: cover;
    background-position: left center;
  }
  #engine .list_engine .engine_l {
    width: 51%;
    padding: 20px 0px 20px 15px !important;
  }
  #engine .list_engine .engine_r {
    width: 49%;
    background: none;
  }
  #engine .list_engine .engine_r .engine_img {
    padding: 0;
    max-width: 145px;
  }
  #engine .list_engine .engine_r figure {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #engine .list_engine .engine_l_title {
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
  #engine .list_engine .engine_l_title span {
    font-size: 2.6rem;
  }
  #engine .list_engine .engine_hosoku {
    font-size: 1.4rem;
    line-height: 21px;
  }
  #engine .list_engine .link_pdf a {
    width: 100%;
    background: #FFF;
  }
  #engine #fork .list_engine li {
    background-color: #FFF;
    background-size: contain;
    background-position: right;
  }
  #engine #ghp .list_engine li {
    background-size: contain;
    background-position: right;
    background-color: #FFF;
  }
  #engine .page_title {
    font-size: 2.7rem;
    margin-bottom: 40px !important;
  }
  #engine .wrap_engine_nav {
    padding: 0 0 40px 0;
    margin-bottom: 40px;
  }
  #engine #fork {
    padding-top: 0px;
  }
  #engine .diesel {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 350px) {
  #engine .list_engine .engine_r {
    width: 44%;
  }
  #engine .list_engine .engine_l {
    width: 56%;
    padding: 20px 0px 20px 10px !important;
  }
  #engine .list_engine .link_pdf a {
    padding: 6px 5px;
  }
  #engine .list_engine .engine_l_title span {
    font-size: 2.2rem;
  }
  #engine .list_engine .engine_r figure {
    padding: 0 5%;
  }
  #engine .list_engine .engine_r .engine_img {
    width: 100%;
  }
}
/*** END engine ***/
/*** serviceparts ***/
#serviceparts .serviceparts_intro {
  font-size: 1.6rem;
  color: #4c4c4c;
  margin-bottom: 75px;
}
#serviceparts .serviceparts_intro p {
  margin-bottom: 25px;
}
#serviceparts .serviceparts_intro p:last-child {
  margin-bottom: 0;
}
#serviceparts .serviceparts_box {
  background: #FFF;
  border-radius: 6px;
  padding: 33px 40px;
}
#serviceparts .serviceparts_box .serviceparts_title {
  font-size: 1.9rem;
  font-weight: 700;
  color: #dc0000;
  margin-bottom: 30px;
}
#serviceparts .serviceparts_num {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 35px;
}
#serviceparts .serviceparts_num li {
  padding-left: 35px;
  position: relative;
  margin-bottom: 25px;
}
#serviceparts .serviceparts_num li:last-child {
  margin-bottom: 0;
}
#serviceparts .serviceparts_num li em {
  font-size: 2.4rem;
}
#serviceparts .serviceparts_num li .numbers {
  font-size: 4rem;
  font-weight: 700;
  color: #ccc;
  position: absolute;
  top: 0;
  left: 0;
}
#serviceparts .serviceparts_img {
  position: relative;
}
#serviceparts .serviceparts_img .wrap_label {
  position: absolute;
  bottom: 20px;
  right: 35px;
}
#serviceparts .serviceparts_img .wrap_label figure {
  margin-bottom: 10px;
  width: 130px;
}
#serviceparts .serviceparts_img .label_box {
  max-width: 160px;
}
#serviceparts .serviceparts_img .label_box p {
  font-size: 1.3rem;
  line-height: 20px;
}
#serviceparts .serviceparts_img .label_title {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 5px;
}

@media only screen and (max-width: 750px) {
  #serviceparts .serviceparts_box {
    padding: 30px 20px;
  }
  #serviceparts .serviceparts_num {
    line-height: 25px;
  }
  #serviceparts .serviceparts_num li em {
    font-size: 1.9rem;
  }
  #serviceparts .serviceparts_num li .numbers {
    top: 3px;
  }
  #serviceparts .serviceparts_img .wrap_label {
    max-width: 100%;
    position: relative;
    bottom: auto;
    right: auto;
    margin-top: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
  }
  #serviceparts .serviceparts_img .wrap_label .label_box {
    width: 100%;
  }
}
/*** END serviceparts ***/
/*** slide ***/
.zs-slideshow {
  background: none;
}

.main_slide {
  overflow: hidden;
  width: 100%;
  background-color: #999;
}
.main_slide .inner-content {
  width: 100%;
  position: relative;
}
.main_slide .inner-content .move_bg {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  right: 0;
}
.main_slide .inner-content .slide_catch {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 420px;
  height: 60px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-animation: catch_height 0.4s ease 3.5s forwards;
          animation: catch_height 0.4s ease 3.5s forwards;
}
.main_slide .inner-content .slide_catch .catch_margin {
  width: 100%;
}
.main_slide .inner-content .slide_catch .slide_catch1 {
  display: inline-block;
  position: relative;
  margin-bottom: 15px;
}
.main_slide .inner-content .slide_catch .slide_catch1::after {
  content: "";
  display: block;
  width: 110%;
  height: 110%;
  background: #000;
  position: absolute;
  top: 0px;
  right: 0;
  -webkit-animation: slide_catch1 0.2s linear 2s forwards, fadeOut 1s linear 4s forwards;
          animation: slide_catch1 0.2s linear 2s forwards, fadeOut 1s linear 4s forwards;
}
.main_slide .inner-content .slide_catch .slide_catch2 {
  display: inline-block;
  position: relative;
}
.main_slide .inner-content .slide_catch .slide_catch2::after {
  content: "";
  display: block;
  width: 110%;
  height: 110%;
  background: #000;
  position: absolute;
  top: -1%;
  right: 0;
  -webkit-animation: slide_catch2 0.2s linear 3.5s forwards, fadeOut 1s linear 4s forwards;
          animation: slide_catch2 0.2s linear 3.5s forwards, fadeOut 1s linear 4s forwards;
}

.main_slide_sp {
  height: 0px;
  overflow: hidden;
}

.wrap_slide {
  position: relative;
  overflow: hidden;
}
.wrap_slide .scroll_nav {
  position: absolute;
  left: 3%;
  bottom: 10%;
  z-index: 3;
}
.wrap_slide .scroll_nav figure {
  position: relative;
}
.wrap_slide .scroll_nav figure::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(135deg);
  position: absolute;
  left: 0px;
  top: -13px;
}
.wrap_slide .scroll_nav .anim_arrow {
  display: block;
  width: 1px;
  height: 60px;
  position: absolute;
  left: 3px;
  top: -71px;
}
.wrap_slide .scroll_nav .anim_arrow span {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.wrap_slide .scroll_nav .anim_arrow span::after {
  content: "";
  display: block;
  position: relative;
  top: -61px;
  left: 0;
  width: 1px;
  height: 60px;
  background: #FFF;
  -webkit-animation: scroll_bar_1 2s infinite;
          animation: scroll_bar_1 2s infinite;
}
.wrap_slide .link_whats {
  position: absolute;
  bottom: 0;
  right: -50px;
  width: 455px;
  height: 120px;
  background: #be0000;
  z-index: 3;
  -webkit-transform: skewX(-30deg);
          transform: skewX(-30deg);
}
.wrap_slide .link_whats a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
}
.wrap_slide .link_whats a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 120px;
  background: rgba(220, 0, 0, 0.5);
  z-index: 4;
}
.wrap_slide .link_whats a:hover span::after {
  left: 0;
}
.wrap_slide .link_whats .hover_block {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.wrap_slide .link_whats .hover_block::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -456px;
  width: 455px;
  height: 120px;
  background: #8b0000;
  z-index: 3;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.wrap_slide .link_whats .link_whats_text {
  position: absolute;
  top: -130px;
  left: -20px;
  -webkit-transform: skewX(30deg);
          transform: skewX(30deg);
  z-index: 4;
}

@-webkit-keyframes first_bg {
  100% {
    right: 0;
    width: 0px;
  }
}

@keyframes first_bg {
  100% {
    right: 0;
    width: 0px;
  }
}
@-webkit-keyframes slide_catch1 {
  100% {
    right: 0;
    width: 0px;
  }
}
@keyframes slide_catch1 {
  100% {
    right: 0;
    width: 0px;
  }
}
@-webkit-keyframes slide_catch2 {
  100% {
    right: 0;
    width: 0px;
  }
}
@keyframes slide_catch2 {
  100% {
    right: 0;
    width: 0px;
  }
}
@-webkit-keyframes catch_height {
  0% {
    overflow: hidden;
  }
  100% {
    height: 200px;
  }
}
@keyframes catch_height {
  0% {
    overflow: hidden;
  }
  100% {
    height: 200px;
  }
}
@-webkit-keyframes scroll_bar_1 {
  100% {
    top: 61px;
  }
}
@keyframes scroll_bar_1 {
  100% {
    top: 61px;
  }
}
@media only screen and (max-width: 750px) {
  .main_slide_pc {
    height: 0px;
    overflow: hidden;
  }
  .main_slide_sp {
    height: 100%;
  }
  .wrap_slide .link_whats {
    right: -260px;
    height: 85px;
  }
  .wrap_slide .link_whats .link_whats_text {
    top: -55px;
    left: -6px;
    width: 43%;
  }
  .main_slide .inner-content .slide_catch {
    width: 90%;
  }
}
/*** END slide ***/
/*** top ***/
.product_info {
  background: #000;
  height: 767px;
  background-position: top left;
  background-color: #000;
  position: relative;
  overflow: hidden;
}
.product_info .bg_point {
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.product_info .bg_point .bg_block {
  position: relative;
}
.product_info .bg_point .bg_block::after {
  content: "";
  background: url(../../img/product_info_bg.png) no-repeat;
  width: 1700px;
  min-width: 1366px;
  height: 767px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -850px;
  right: 0;
  margin: auto;
}
.product_info .product_info_bg {
  background: url(../../img/product_info_deco.svg) no-repeat;
  background-position: top 67% right 18%;
  max-width: 1366px;
  margin: auto;
  height: 100%;
  position: relative;
  z-index: 2;
}
.product_info .inner_during {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1075px;
}
.product_info .product_info_block {
  width: 406px;
  margin-right: 0;
  margin-left: auto;
  padding-top: 20px;
}
.product_info .product_info_head {
  font-weight: 700;
  font-size: 1.6rem;
  color: #FFF;
  line-height: 28px;
  padding-left: 20px;
  margin-bottom: 40px;
}
.product_info .product_info_catch {
  margin-bottom: 30px;
}
.product_info .product_info_desc {
  font-size: 1.6rem;
  color: #FFF;
  line-height: 28px;
  padding-left: 5px;
  margin-bottom: 50px;
}
.product_info .linkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  word-wrap: break-word;
  white-space: normal;
}
.product_info .linkbox a {
  display: block;
  width: 47%;
  font-size: 1.6rem;
  font-weight: 700;
  color: #FFF;
  line-height: 21px;
  border: 1px solid #FFF;
  border-radius: 4px;
  padding: 20px 10px;
  position: relative;
  margin-right: 2%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.product_info .linkbox a:hover {
  background: #dc0000;
  border-color: #dc0000;
}
.product_info .linkbox a:hover::after {
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
}
.product_info .linkbox a::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 3px solid #dc0000;
  border-right: 3px solid #dc0000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.top_blocks .top_blocks_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  word-wrap: break-word;
  white-space: normal;
  background: #000;
}
.top_blocks .top_blocks_list li {
  overflow: hidden;
  position: relative;
}
.top_blocks .top_blocks_list li h3 {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 21px;
  color: #FFF;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top_blocks .top_blocks_list li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.top_blocks .top_blocks_list li a:hover::before {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.top_blocks .top_blocks_list li a:hover::after {
  opacity: 0.3;
}
.top_blocks .top_blocks_list li a::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #dc0000;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.top_blocks .top_blocks_list li a::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../../img/block1.svg) no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.top_blocks .top_blocks_list .blocks_company {
  width: 50%;
  height: 25.5vw;
}
.top_blocks .top_blocks_list .blocks_company a::before {
  background: url(../../img/block1.svg) no-repeat;
  background-position: center;
  background-size: cover;
}
.top_blocks .top_blocks_list .blocks_faq {
  width: 50%;
  height: 25.5vw;
}
.top_blocks .top_blocks_list .blocks_faq a::before {
  background: url(../../img/block2.svg) no-repeat;
  background-position: center;
  background-size: 100%;
  background-size: cover;
}
.top_blocks .top_blocks_list .blocks_procurement {
  width: 33.3333%;
  width: 33.3333333333%;
  height: 25.5vw;
}
.top_blocks .top_blocks_list .blocks_procurement a::before {
  background: url(../../img/block3.svg) no-repeat;
  background-position: center;
  background-size: 100%;
  background-size: cover;
}
.top_blocks .top_blocks_list .blocks_quality {
  width: 33.3333%;
  width: 33.3333333333%;
  height: 25.5vw;
}
.top_blocks .top_blocks_list .blocks_quality a::before {
  background: url(../../img/block4.svg) no-repeat;
  background-position: center;
  background-size: 100%;
  background-size: cover;
}
.top_blocks .top_blocks_list .blocks_recruit {
  width: 33.3333%;
  width: 33.3333333333%;
  height: 25.5vw;
}
.top_blocks .top_blocks_list .blocks_recruit a::before {
  background: url(../../img/block5.svg) no-repeat;
  background-position: center;
  background-size: 100%;
  background-size: cover;
}

.top_news {
  background: #000;
  padding: 140px 0;
}
.top_news .inner_during {
  max-width: 1100px;
  position: relative;
}
.top_news .inner_during::after {
  content: "";
  width: 454px;
  height: 259px;
  background: url(../../img/top_news_bg.svg) no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  bottom: -90px;
  left: -230px;
}
.top_news .top_news_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  word-wrap: break-word;
  white-space: normal;
  margin-bottom: 70px;
}
.top_news .top_news_box:last-of-type {
  margin-bottom: 0;
}
.top_news .top_news_box_l {
  width: 13%;
  position: relative;
}
.top_news .top_news_box_l::after {
  content: "";
  width: 93px;
  width: 71%;
  height: 1px;
  background: #FFF;
  position: absolute;
  top: 10px;
  right: -100px;
  right: -75%;
}
.top_news .top_news_box_r {
  width: 75%;
}
.top_news .link_news {
  margin-top: 10px;
  padding-left: 10px;
}
.top_news .link_news a {
  font-size: 1.5rem;
  font-weight: 700;
  color: #FFF;
  line-height: 21px;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.top_news .link_news a:hover {
  color: #dc0000;
}
.top_news .link_news a::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 3px solid #dc0000;
  border-right: 3px solid #dc0000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 7px;
  right: -20px;
}
.top_news .top_news_list li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  word-wrap: break-word;
  white-space: normal;
  margin-bottom: 15px;
}
.top_news .top_news_list li:last-child {
  margin-bottom: 0;
}
.top_news .top_news_list .news_date {
  width: 16.5%;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 25px;
  color: #FFF;
}
.top_news .top_news_list .news_text {
  width: 83.5%;
  padding-left: 1%;
}
.top_news .top_news_list .news_text a {
  font-size: 1.5rem;
  line-height: 25px;
  color: #FFF;
  text-decoration: underline;
}
.top_news .top_news_list .news_text a:hover {
  text-decoration: none;
}
.top_news .top_news_list .news_text span {
  font-size: 1.5rem;
  line-height: 25px;
  color: #FFF;
}
.top_news .link_relation a {
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.top_news .link_relation a:hover {
  opacity: 0.7;
}
.top_news .link_relation a::after {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../../img/icon_window.svg) no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0;
  right: -25px;
}

@media only screen and (max-width: 750px) {
  .product_info {
    background: url(../../img/product_info_bg_sp.png) no-repeat;
    background-color: #000;
    background-position: top left;
    background-size: 100%;
    padding-top: 210px;
    height: 100%;
    padding-bottom: 75px;
  }
  .product_info .inner_during {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .product_info .bg_point {
    display: none;
  }
  .product_info .linkbox {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .product_info .linkbox a {
    width: 48%;
    font-size: 1.4rem;
    margin-right: 0;
    padding: 15px 10px;
  }
  .product_info .product_info_head {
    padding-left: 0;
    margin-bottom: 30px;
  }
  .product_info .product_info_catch {
    margin-bottom: 20px;
  }
  .product_info .product_info_desc {
    padding-left: 0;
    margin-bottom: 40px;
  }
  .top_blocks .top_blocks_list li h3 {
    font-size: 1.8rem;
    line-height: 12px;
  }
  .top_blocks .top_blocks_list .blocks_company {
    width: 100%;
    height: 49.5vw;
  }
  .top_blocks .top_blocks_list .blocks_faq {
    width: 50%;
    height: 49.5vw;
  }
  .top_blocks .top_blocks_list .blocks_faq a::before {
    background: url(../../img/block2_sp.svg) no-repeat;
    background-position: center;
    background-size: cover;
  }
  .top_blocks .top_blocks_list .blocks_procurement {
    width: 50%;
    height: 49.5vw;
  }
  .top_blocks .top_blocks_list .blocks_procurement a::before {
    background: url(../../img/block3_sp.svg) no-repeat;
    background-position: center;
    background-size: cover;
  }
  .top_blocks .top_blocks_list .blocks_quality {
    width: 50%;
    height: 49.5vw;
  }
  .top_blocks .top_blocks_list .blocks_quality a::before {
    background: url(../../img/block4_sp.svg) no-repeat;
    background-position: center;
    background-size: cover;
  }
  .top_blocks .top_blocks_list .blocks_recruit {
    width: 50%;
    height: 49.5vw;
  }
  .top_blocks .top_blocks_list .blocks_recruit a::before {
    background: url(../../img/block5_sp.svg) no-repeat;
    background-position: center;
    background-size: cover;
  }
  .top_news {
    padding: 80px 0 125px 0;
  }
  .top_news .inner_during::after {
    display: none;
  }
  .top_news .top_news_list li {
    margin-bottom: 20px;
  }
  .top_news .top_news_box .top_news_box_l {
    width: 100%;
    margin-bottom: 35px;
  }
  .top_news .top_news_box .top_news_box_l::after {
    display: none;
  }
  .top_news .top_news_box .top_news_box_l h3 {
    display: inline-block;
  }
  .top_news .top_news_box .top_news_box_l .link_news {
    display: inline-block;
  }
  .top_news .top_news_box .top_news_box_r {
    width: 100%;
  }
  .top_news .top_news_box .news_date {
    width: 100%;
  }
  .top_news .top_news_box .news_text {
    width: 100%;
    padding-left: 0;
  }
  .top_news .top_news_box .link_relation a {
    display: inline-block;
    width: 240px;
  }
  .top_news .top_news_box .link_relation a img {
    width: 100%;
    display: block;
  }
  .top_news .top_news_box .link_relation a::after {
    top: 6px;
  }
}
/*** END top ***/
/*** cookie ***/
.wrap_cookie {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 18px 0;
  background: rgba(212, 212, 212, 0.95);
  z-index: 5;
}
.wrap_cookie .inner {
  position: relative;
}
.wrap_cookie .cookie_l {
  width: 78%;
}
.wrap_cookie .cookie_l p {
  font-size: 1.2rem;
  line-height: 20px;
}
.wrap_cookie .cookie_r {
  position: absolute;
  top: 0;
  right: 40px;
  width: 125px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.wrap_cookie .cookie_r span {
  display: block;
  width: 100%;
  text-align: center;
  background: #FFF;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 21px;
  color: #dc0000;
  border: 1px solid #dc0000;
  border-radius: 3px;
  padding: 7px 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.wrap_cookie .cookie_r span:hover {
  background: #dc0000;
  color: #FFF;
}
.wrap_cookie .cookie_close {
  cursor: pointer;
  position: absolute;
  top: 2px;
  right: 10px;
}
.wrap_cookie .cookie_close img {
  display: block;
}

@media only screen and (max-width: 750px) {
  .wrap_cookie {
    padding: 30px 0 25px 0;
  }
  .wrap_cookie .cookie_l {
    width: 100%;
    margin-bottom: 15px;
  }
  .wrap_cookie .cookie_l p {
    line-height: 22px;
  }
  .wrap_cookie .cookie_r {
    margin: auto;
    height: 100%;
    position: relative;
    right: 0;
  }
  .wrap_cookie .cookie_close {
    right: 20px;
    top: -18px;
  }
}
/*** END cookie ***/
/*** aboutus ***/
.page_header.page_header_aboutus {
  height: 100%;
  max-width: 100%;
  background: none;
  position: relative;
  overflow: hidden;
}
.page_header.page_header_aboutus::after {
  content: "";
  opacity: 0;
  display: block;
  width: 100%;
  height: 120%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: aboutus_bg 1.5s ease 1s forwards;
          animation: aboutus_bg 1.5s ease 1s forwards;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  background: url(../../img/about_title_bg.svg) no-repeat;
  background-position: top center;
}
.page_header.page_header_aboutus .inner {
  display: block;
  position: relative;
  z-index: 1;
  top: -7.5vw;
  top: -6.8vw;
  margin-bottom: -100px;
}
@media all and (-ms-high-contrast: none) {
  .page_header.page_header_aboutus .inner {
    top: -6.5vw;
  }
}
@supports (-ms-ime-align: auto) {
  .page_header.page_header_aboutus .inner {
    top: -6.5vw;
  }
}
.page_header.page_header_aboutus .about_title {
  padding-top: 190px;
  max-width: 1366px;
  margin: auto;
  position: relative;
  z-index: 1;
  opacity: 0;
  -webkit-animation: fadein 1s ease 1.4s forwards;
          animation: fadein 1s ease 1.4s forwards;
}
.page_header.page_header_aboutus .about_title .sp_about_title {
  display: none;
}
.page_header.page_header_aboutus .aboutus_intro {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 33px;
  position: relative;
  display: block;
  width: 100%;
  opacity: 0;
  -webkit-animation: fadein 1s ease 1.8s forwards;
          animation: fadein 1s ease 1.8s forwards;
}
.page_header.page_header_aboutus .aboutus_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  word-wrap: break-word;
  white-space: normal;
  max-width: 387px;
  margin-top: 15px;
  padding-bottom: 80px;
  opacity: 0;
  -webkit-animation: fadein 1s ease 1.8s forwards;
          animation: fadein 1s ease 1.8s forwards;
}
.page_header.page_header_aboutus .aboutus_nav li {
  width: 48%;
  margin-bottom: 14px;
}
.page_header.page_header_aboutus .aboutus_nav li:nth-child(3), .page_header.page_header_aboutus .aboutus_nav li:nth-child(4) {
  margin-bottom: 0;
}
.page_header.page_header_aboutus .aboutus_nav li a {
  display: block;
  background: #FFF;
  border: 1px solid #000;
  border-radius: 3px;
  padding: 20px 10px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 21px;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.page_header.page_header_aboutus .aboutus_nav li a::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 3px solid #dc0000;
  border-right: 3px solid #dc0000;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 35%;
  right: 10px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.page_header.page_header_aboutus .aboutus_nav li a:hover {
  background: #dc0000;
  color: #FFF;
  border-color: #dc0000;
}
.page_header.page_header_aboutus .aboutus_nav li a:hover::after {
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
}

#aboutus {
  background: #000;
  padding: 0;
  color: #FFF;
}
#aboutus .aboutus_block {
  overflow: visible !important;
}
#aboutus .aboutus_block_title::after {
  width: 100% !important;
  max-width: 323px;
}
#aboutus .inner {
  max-width: 1030px;
}
#aboutus #development {
  position: relative;
}
@media screen and (max-width: 639px) {
  #aboutus #development {
    margin-top: -60px;
  }
}
#aboutus #development .inner {
  padding: 140px 20px;
}
#aboutus #development .development_sp_bg {
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#aboutus #development::after {
  content: "";
  opacity: 0;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  background: url(../../img/aboutus_bg1.jpg) center top no-repeat;
  background-size: cover;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  display: none;
}
#aboutus #development.scrollin::after {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
#aboutus #production {
  position: relative;
  overflow: hidden;
}
#aboutus #production .inner {
  padding: 140px 20px;
}
#aboutus #production .production_sp_bg {
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-top: 60px;
}
#aboutus #production::after {
  content: "";
  opacity: 0;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  background-color: #000;
  background-size: cover;
  background-attachment: fixed;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  display: none;
}
#aboutus #production.scrollin::after {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
#aboutus #production .iso_title {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 10px;
}
#aboutus #production .iso_img {
  margin-bottom: 70px;
}
#aboutus #production .production_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  word-wrap: break-word;
  white-space: normal;
}
#aboutus #production .production_list li {
  width: 47%;
  margin-bottom: 60px;
}
#aboutus #production .production_list li:nth-child(3), #aboutus #production .production_list li:nth-child(4) {
  margin-bottom: 0;
}
#aboutus #production .production_list li figcaption {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 38px;
}
#aboutus #production .production_list li p {
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.8);
}
#aboutus #lineup {
  position: relative;
  overflow: hidden;
  padding: 140px 0;
  color: #000;
}
#aboutus #lineup .lineup_sp_bg {
  background: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#aboutus #lineup::after {
  content: "";
  opacity: 0;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  background: url(../../img/aboutus_bg3.png) center top no-repeat;
  background-size: cover;
  background-repeat: repeat-y;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
#aboutus #lineup.scrollin::after {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
#aboutus #lineup .aboutus_block_title::after {
  background: url(../../img/aboutus_border_b.svg) no-repeat;
}
#aboutus #lineup .aboutus_block_catch {
  line-height: 90px;
  margin-bottom: 40px;
}
#aboutus #lineup .aboutus_block_intro {
  margin-bottom: 80px;
}
#aboutus #lineup .lineup_engine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  word-wrap: break-word;
  white-space: normal;
}
#aboutus #lineup .lineup_engine li {
  width: 18.7%;
}
#aboutus #lineup .lineup_engine .lineup_title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
}
#aboutus #lineup .lineup_engine .lineup_text {
  font-size: 1.6rem;
  margin-bottom: 20px;
  color: #4c4c4c;
}
#aboutus #lineup .lineup_engine .lineup_img {
  position: relative;
}
#aboutus #lineup .lineup_engine .lineup_img img {
  display: block;
  z-index: 2;
  position: relative;
}
#aboutus #lineup .lineup_engine .lineup_img .img_shadow {
  position: absolute;
  left: 0;
  bottom: -110px;
}
#aboutus #lineup .lineup_engine .lineup_img .aboutus_ghp {
  position: absolute;
  top: -70px;
  right: 0;
}
#aboutus #lineup .lineup_engine1 {
  margin-bottom: 45px;
}
#aboutus #lineup .lineup_engine2 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#aboutus #lineup .lineup_engine2 li:nth-child(2) {
  margin: 0 8%;
}
#aboutus #marketing {
  position: relative;
  overflow: hidden;
  color: #000;
}
@media screen and (max-width: 639px) {
  #aboutus #marketing {
    margin-top: -60px;
  }
}
#aboutus #marketing.overflow_h {
  overflow: hidden !important;
}
#aboutus #marketing .marketing_sp_bg {
  background: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#aboutus #marketing .inner {
  padding: 140px 20px;
}
#aboutus #marketing .inner_marketing1 {
  padding: 140px 20px 0 20px;
  z-index: 2;
}
#aboutus #marketing .inner_marketing2 {
  display: none;
  padding: 0px 20px 100px !important;
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: none;
  transition: none;
  -webkit-transition-delay: unset;
          transition-delay: unset;
}
#aboutus #marketing::after {
  display: none;
  content: "";
  opacity: 0;
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  background: url(../../img/aboutus_bg4.jpg) center top no-repeat;
  background-size: cover;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
#aboutus #marketing.scrollin::after {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
#aboutus #marketing .aboutus_block_title::after {
  background: url(../../img/aboutus_border_b.svg) no-repeat;
}
#aboutus #marketing .marketing_map {
  text-align: center;
  margin: auto;
  max-width: 1366px;
  position: relative;
  z-index: 1;
  top: -120px;
  margin-bottom: -120px;
  padding-bottom: 40px;
}
#aboutus #marketing .marketing_map .aboutus_map1 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#aboutus #marketing .sp_aboutus_map {
  display: none;
}
#aboutus #marketing .aboutus_block_intro {
  margin-bottom: 50px;
}
#aboutus #marketing .marketing_list {
  display: none;
  margin-top: 10px;
}
#aboutus #marketing .marketing_list li {
  margin-bottom: 30px;
}
#aboutus #marketing .marketing_list li:last-child {
  margin-bottom: 0;
}
#aboutus #marketing .marketing_list .marketing_list_title {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 10px;
}
#aboutus #marketing .marketing_list .marketing_list_text {
  color: rgba(0, 0, 0, 0.8);
}
#aboutus #feature {
  position: relative;
  overflow: hidden;
  padding: 270px 0 230px 0;
  background: #000;
}
#aboutus #feature::after {
  content: "";
  opacity: 0;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  background: url(../../img/aboutus_bg5.jpg) center top no-repeat;
  background-size: cover;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
#aboutus #feature.scrollin::after {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
#aboutus #feature .aboutus_block_catch {
  margin-bottom: 50px;
}
#aboutus #feature .aboutus_block_intro {
  line-height: 40px;
  margin-bottom: 0;
  letter-spacing: 1px;
}
#aboutus .aboutus_block .inner {
  position: relative;
  z-index: 1;
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
#aboutus .aboutus_block .inner.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
#aboutus .aboutus_block_title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 2px;
  position: relative;
  margin-bottom: 50px;
}
#aboutus .aboutus_block_title::after {
  content: "";
  display: block;
  width: 323px;
  height: 1px;
  margin-top: 15px;
  background: url(../../img/aboutus_border.svg) no-repeat;
}
#aboutus .aboutus_block_catch {
  font-size: 7.5rem;
  font-weight: 700;
  letter-spacing: -2px;
  margin-bottom: 40px;
}
#aboutus .aboutus_block_intro {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 33px;
  margin-bottom: 15px;
}
#aboutus .aboutus_text1 {
  font-size: 1.6rem;
  line-height: 26px;
  max-width: 405px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.8);
}
#aboutus .development_theme {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 10px;
}
#aboutus .development_theme_list {
  padding-left: 16px;
}
#aboutus .development_theme_list li {
  position: relative;
  font-size: 1.4rem;
  color: #FFF;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.8);
}
#aboutus .development_theme_list li:last-child {
  margin-bottom: 0;
}
#aboutus .development_theme_list li::after {
  content: "";
  position: absolute;
  top: 7px;
  left: -15px;
  margin: auto;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #FFF;
}
#aboutus .development_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  word-wrap: break-word;
  white-space: normal;
  max-width: 405px;
}
#aboutus .development_contents_l {
  width: 46%;
}
#aboutus .development_contents_r {
  width: 46%;
}
#aboutus .development_contents_r table {
  width: 100%;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.4rem;
}
#aboutus .development_contents_r table th {
  padding-left: 10px;
}
#aboutus .development_contents_r table th p {
  position: relative;
}
#aboutus .development_contents_r table th p::after {
  content: "";
  position: absolute;
  top: 8px;
  left: -9px;
  margin: auto;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #FFF;
}
#aboutus .development_contents_r table td {
  padding-left: 15px;
}

.sticky {
  height: 1px;
  display: block;
  position: sticky;
  top: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  opacity: 0;
}
.sticky figure {
  position: relative;
}
.sticky figure img {
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 639px) {
  .sticky figure img {
    top: 60px;
  }
}
.sticky.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

@media all and (-ms-high-contrast: none) {
  .sticky {
    top: 0px !important;
  }
}
@-webkit-keyframes aboutus_bg {
  100% {
    -webkit-transform: translate(0, -6%);
            transform: translate(0, -6%);
    opacity: 1;
  }
}
@keyframes aboutus_bg {
  100% {
    -webkit-transform: translate(0, -6%);
            transform: translate(0, -6%);
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes aboutus_block_bg {
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes aboutus_block_bg {
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@media only screen and (max-width: 768px) {
  #aboutus #production .aboutus_block_catch span {
    display: block;
  }
  #aboutus #lineup .aboutus_block_catch span {
    display: block;
  }
  #aboutus #marketing .aboutus_block_catch span {
    display: block;
  }
}
@media only screen and (max-width: 750px) {
  .page_header.page_header_aboutus .inner {
    padding-top: 15px;
    top: 0;
    margin-bottom: 0;
  }
  .page_header.page_header_aboutus .about_title {
    text-align: center;
    padding-top: 80px;
  }
  .page_header.page_header_aboutus .about_title .pc_about_title {
    display: none;
  }
  .page_header.page_header_aboutus .about_title .sp_about_title {
    display: block;
    margin: auto;
  }
  .page_header.page_header_aboutus::after {
    background: url(../../img/about_title_bg_sp.svg) no-repeat;
    background-position: top 30% right 59%;
  }
  .page_header.page_header_aboutus .aboutus_intro {
    top: 0;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 10px;
  }
  .page_header.page_header_aboutus .aboutus_nav {
    padding-bottom: 20px;
    margin: auto;
  }
  .page_header.page_header_aboutus .aboutus_nav li a {
    padding: 14px 10px;
  }
  .page_header.page_header_aboutus {
    background: #FFF;
    z-index: 2;
  }
  .page_header.page_header_aboutus .aboutus_intro {
    display: block;
  }
  #aboutus .aboutus_block_catch {
    font-size: 5.1rem;
    line-height: 90px;
  }
  #aboutus #development .inner {
    padding: 100px 20px;
  }
}
@media only screen and (max-width: 750px) and (max-width: 639px) {
  #aboutus #development .inner {
    padding: 160px 20px 100px;
  }
}
@media only screen and (max-width: 750px) {
  #aboutus #development .development_sp_bg {
    height: 120%;
  }
  #aboutus #development::after {
    left: auto !important;
    -webkit-transform: translate3d(0, 0, -1px);
            transform: translate3d(0, 0, -1px);
    background: url(../../img/aboutus_bg1_sp.png) no-repeat;
    background-position: top 60px center;
    background-size: contain;
  }
  #aboutus #development .aboutus_block_intro span {
    display: block;
  }
  #aboutus #development .development_theme_list li {
    letter-spacing: -1px;
  }
  #aboutus #development .development_contents_r table th {
    padding-left: 13px;
  }
  #aboutus #development .development_contents_r table th p::after {
    left: -12px;
  }
  #aboutus #production .inner {
    padding: 100px 20px;
  }
}
@media only screen and (max-width: 750px) and (max-width: 639px) {
  #aboutus #production .inner {
    padding: 160px 20px 100px;
  }
}
@media only screen and (max-width: 750px) {
  #aboutus #production::after {
    left: auto !important;
    -webkit-transform: translate3d(0, 0, -1px);
            transform: translate3d(0, 0, -1px);
    background: url(../../img/aboutus_bg2_sp.png) no-repeat;
    background-position: top 60px center;
    background-size: contain;
  }
  #aboutus #production .aboutus_block_catch {
    line-height: 70px;
  }
  #aboutus #production .aboutus_block_catch span {
    display: block;
  }
  #aboutus #production .aboutus_block_intro span {
    display: block;
  }
  #aboutus #production .production_list li {
    width: 100%;
  }
  #aboutus #production .production_list li:nth-child(3) {
    margin-bottom: 60px;
  }
  #aboutus #lineup {
    padding: 100px 0;
    position: sticky;
  }
  #aboutus #lineup::after {
    background-position: top 60px center;
    background-size: contain;
  }
  #aboutus #lineup .aboutus_block_catch {
    line-height: 70px;
    letter-spacing: -3px;
    font-size: 5rem;
  }
  #aboutus #lineup .aboutus_block_intro {
    margin-bottom: 40px;
  }
  #aboutus #lineup .aboutus_block_intro span {
    display: block;
  }
  #aboutus #lineup .lineup_engine li {
    width: 48%;
    margin-bottom: 30px;
  }
  #aboutus #lineup .lineup_engine li .wrap_lineup_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
  #aboutus #lineup .lineup_engine li .wrap_lineup_item .lineup_title {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  #aboutus #lineup .lineup_engine li .wrap_lineup_item .lineup_text {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  #aboutus #lineup .lineup_engine li .wrap_lineup_item .lineup_img {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 3;
    margin-bottom: 20px;
  }
  #aboutus #lineup .lineup_engine1 {
    margin-bottom: 0;
  }
  #aboutus #lineup .lineup_engine2 li:nth-child(2) {
    margin: 0 0 0 4%;
  }
  #aboutus #marketing {
    margin-top: -60px;
  }
  #aboutus #marketing .inner {
    padding: 100px 20px;
  }
}
@media only screen and (max-width: 750px) and (max-width: 639px) {
  #aboutus #marketing .inner {
    padding: 160px 20px 100px;
  }
}
@media only screen and (max-width: 750px) {
  #aboutus #marketing .marketing_sp_bg {
    margin-top: 60px;
  }
  #aboutus #marketing .inner_marketing2 {
    display: block;
  }
  #aboutus #marketing .marketing_map {
    padding-bottom: 0;
  }
  #aboutus #marketing .pc_aboutus_map {
    display: none;
  }
  #aboutus #marketing .sp_aboutus_map {
    display: block;
  }
  #aboutus #marketing .marketing_list {
    display: block;
  }
  #aboutus #marketing .aboutus_block_catch {
    line-height: 70px;
    letter-spacing: -2px;
    font-size: 5rem;
  }
  #aboutus #marketing .aboutus_block_catch span {
    display: block;
  }
  #aboutus #marketing .aboutus_block_intro span {
    display: block;
  }
  #aboutus #feature {
    padding: 190px 0 100px 0;
    position: relative;
    z-index: 8;
    z-index: 5;
    position: sticky;
  }
  #aboutus #feature::after {
    background: url(../../img/aboutus_bg5_sp.png) no-repeat;
    background-position: top center;
    background-size: contain;
  }
  #aboutus #feature .aboutus_block_catch {
    line-height: 70px;
    margin-bottom: 40px;
  }
  #aboutus #feature .aboutus_block_catch img {
    margin: auto;
  }
  #aboutus #feature .aboutus_block_catch span {
    display: block;
  }
  #aboutus #feature .aboutus_block_intro {
    text-align: center;
    font-size: 2rem;
    line-height: 34px;
    letter-spacing: 0px;
  }
  #aboutus #feature .aboutus_block_intro span {
    display: block;
  }
}
@media only screen and (max-width: 320px) {
  .page_header.page_header_aboutus .aboutus_intro {
    font-size: 2rem;
  }
  #aboutus .aboutus_block_catch {
    font-size: 4rem !important;
  }
  #aboutus #feature .aboutus_block_intro {
    font-size: 1.7rem;
  }
}
/*** END aboutus ***/
/*** 404 ***/
#page404 .img404 {
  margin-bottom: 40px;
  text-align: center;
}
#page404 .title404 {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 47px;
  text-align: center;
  margin-bottom: 25px;
}
#page404 .text404 {
  color: #4c4c4c;
  text-align: center;
  font-size: 1.6rem;
}
#page404 .back404 {
  text-align: center;
  margin-top: 20px;
}
#page404 .back404 .linktext {
  font-size: 1.6rem;
}

/*** END 404 ***/
/*** tmp ***/