@charset "UTF-8";
/* Scss Document */
html {
  font-size: 62.5%; }

html, body {
  width: 100%;
  position: relative;
  color: #535353; }

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, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  border: 0;
  font: inherit;
  vertical-align: top;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  list-style: none;
  text-decoration: none;
  border: none;
  box-sizing: border-box;
  background-color: transparent; }

span, strong, a, abbr, time, acronym, b, bdo, big, br, button, cite, code, dfn, em, i, img, input, kbd, label, map, object, q, samp, script {
  line-height: inherit;
  font-style: normal; }

sup {
  vertical-align: super;
  font-size: 75%; }

/* settings */
@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/NotoSansCJKjp-Regular.woff") format("woff");
  font-display: swap; }
@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 500;
  src: url("/assets/fonts/NotoSansCJKjp-Medium.woff") format("woff");
  font-display: swap; }
@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 700;
  src: url("/assets/fonts/NotoSansCJKjp-Bold.woff") format("woff");
  font-display: swap; }
@font-face {
  font-family: 'NotoSerifCJKjp';
  font-style: normal;
  font-weight: 500;
  src: url("/assets/fonts/NotoSerifCJKjp-Medium.woff") format("woff");
  font-display: swap; }
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: url("/assets/fonts/Lato-Black.ttf") format("truetype");
  font-display: swap; }
html {
  font-family: 'NotoSansCJKjp', "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif; }

.clearfix {
  zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: "";
    display: table; }
  .clearfix:after {
    clear: both; }

@media print, screen and (min-width: 890px) {
  .contBox {
    display: flex;
    justify-content: space-between; } }
body {
  letter-spacing: 0.1em;
  color: #373737; }

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

i {
  vertical-align: baseline; }

@media screen and (max-width: 768px) {
  ._pc {
    display: none; }

  ._sp {
    display: block; } }
@media print, screen and (min-width: 890px) {
  ._sp {
    display: none !important; }

  ._pc {
    display: block; } }
strong {
  font-weight: 500; }

.c_red {
  color: red; }

.ta_c {
  text-align: center; }

article a:hover {
  color: #0068b7; }
article a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)"; }

a {
  cursor: pointer;
  text-decoration: none;
  color: #333;
  transition: color 0.3s, background 0.3s; }
  a img {
    transition: 0.3s; }

.fontL {
  font-size: 1.8rem; }

@media print, screen and (min-width: 890px) {
  .inner {
    width: 960px;
    margin: 0 auto; } }

.tableBox {
  display: table; }
  .tableBox > div {
    display: table-cell;
    vertical-align: middle;
    font-size: 1.4rem; }
    @media print, screen and (min-width: 890px) {
      .tableBox > div {
        font-size: 1.8rem; } }

.catIndex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .catIndex > li {
    font-size: 1.6rem;
    text-align: center;
    width: calc((100% - (7.5px * 2)) / 2);
    margin-bottom: 25px; }
    @media print, screen and (min-width: 890px) {
      .catIndex > li {
        font-size: 2.4rem;
        width: 460px;
        margin-bottom: 40px; } }

@media print, screen and (min-width: 890px) {
  .col {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px; } }
.col img {
  margin-bottom: 20px;
  height: auto; }

.col_2 .col_item {
  margin-bottom: 20px; }
  @media print, screen and (min-width: 890px) {
    .col_2 .col_item {
      width: 460px; } }

.pict_freeSize_box img {
  margin-bottom: 20px; }
  @media print, screen and (min-width: 890px) {
    .pict_freeSize_box img {
      height: 220px;
      width: auto; } }

figcaption {
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 15px; }
  @media print, screen and (min-width: 890px) {
    figcaption {
      font-size: 1.8rem; } }

/* component */
/* UI --------------------------------------------- */
.hansel {
  background: #eee;
  padding-top: 65px; }
  @media print, screen and (min-width: 890px) {
    .hansel {
      padding-top: 92px; } }
  .hansel ol {
    font-size: 1.0rem;
    padding: 5px 15px;
    display: flex; }
    @media print, screen and (min-width: 890px) {
      .hansel ol {
        width: 960px;
        margin: 10px auto 0;
        padding: 7px 0;
        font-size: 1.2rem; } }

.hansel__item {
  position: relative; }
  .hansel__item + .hansel__item {
    margin-left: 0.6em; }
    .hansel__item + .hansel__item::before {
      content: ">";
      margin-right: 0.3em; }
      html.msie .hansel__item + .hansel__item::before {
        position: relative;
        top: 3px; }
  .hansel__item span,
  .hansel__item mark {
    color: black; }
  .hansel__item a:hover span {
    text-decoration: underline; }

.localMenu {
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 768px) {
    .localMenu {
      flex-wrap: wrap;
      margin: 2px 1px; } }
  @media print, screen and (min-width: 890px) {
    .localMenu {
      width: 980px;
      margin: 10px auto 20px; } }
  .localMenu li {
    position: relative;
    background-color: #eee;
    margin: 1px;
    font-size: 1.2rem;
    text-align: center;
    width: calc((100% - (2px * 3)) / 2); }
    @media print, screen and (min-width: 890px) {
      .localMenu li {
        margin: 10px;
        font-size: 1.6rem; } }
    .localMenu li::after {
      position: absolute;
      content: "〉";
      right: 0px;
      top: 10px; }
      html.msie .localMenu li::after {
        position: relative;
        top: 3px; }
    .localMenu li a {
      display: block;
      padding: 10px; }
    .localMenu li a:hover {
      background-color: #5cb7e3;
      color: white; }
    .localMenu li.current {
      background-color: #0068b7;
      color: white;
      padding: 10px; }
    .localMenu li.current::after {
      display: none; }
  @media print, screen and (min-width: 890px) {
    .localMenu.m2 li {
      width: calc((100% - (10px * 4)) / 2); } }
  @media print, screen and (min-width: 890px) {
    .localMenu.m4 li {
      width: calc((100% - (10px * 8)) / 4); } }
  @media print, screen and (min-width: 890px) {
    .localMenu.m5 li {
      width: calc((100% - (10px * 10)) / 5); } }
  .localMenu.w_area {
    flex-wrap: wrap; }
    @media print, screen and (min-width: 890px) {
      .localMenu.w_area {
        margin: 0 auto; } }
    .localMenu.w_area li {
      width: calc((100% - (5px * 6)) / 3);
      margin-bottom: 10px;
      font-size: 1.4rem; }
      @media print, screen and (min-width: 890px) {
        .localMenu.w_area li {
          width: calc((100% - (10px * 10)) / 5); } }
  .localMenu.w_item {
    justify-content: center; }
    .localMenu.w_item li {
      width: calc((100% - (5px * 4)) / 2);
      margin: 5px;
      font-size: 1.4rem; }
      @media print, screen and (min-width: 890px) {
        .localMenu.w_item li {
          width: 225px; } }
  .localMenu.ankerLink li::after {
    position: absolute;
    content: "";
    background-image: url("../img/common/arrow_down.png");
    display: inline-block;
    width: 15px;
    height: 7px;
    background-size: contain;
    background-repeat: no-repeat;
    right: 10px;
    top: 15px; }
    html.msie .localMenu.ankerLink li::after {
      position: relative;
      top: 3px; }

/* link button ------------------------------------ */
.linkArrow::after {
  content: "〉";
  margin-left: 0.5em;
  margin-right: 0.6em; }
  html.msie .linkArrow::after {
    position: relative;
    top: 3px; }
section .linkArrow {
  color: #0068b7; }

.btnContact {
  background-color: #0068b7;
  width: 160px;
  height: 40px;
  text-align: center;
  font-size: 1.6rem;
  padding: 10px;
  display: block;
  color: white;
  line-height: 1; }
  .btnContact::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 14px;
    margin-right: 0.6em;
    background-image: url("../img/common/icon_envelope-w.svg");
    background-repeat: no-repeat;
    vertical-align: middle;
    color: white; }
  .btnContact:hover {
    opacity: 0.8;
    color: white; }

.btnDownload {
  background-color: #0068b7;
  text-align: center;
  font-size: 1.8rem;
  padding: 10px;
  display: inline-block;
  color: white;
  line-height: 1;
  padding: 16px 20px 16px 20px; }
  .btnDownload::before {
    content: "";
    display: inline-block;
    width: 19px;
    height: 26px;
    margin-right: 0.6em;
    background-image: url("../img/common/icon_filedownload.svg");
    background-repeat: no-repeat;
    vertical-align: middle;
    color: white; }
  .btnDownload:hover {
    opacity: 0.8;
    color: white; }

.btnDetail {
  color: white;
  background-color: #0068b7;
  padding: 5px 0 0 10px;
  display: inline-block; }
  .btnDetail::after {
    content: "〉";
    margin-left: 0.5em; }
    html.msie .btnDetail::after {
      position: relative;
      top: 3px; }
  .btnDetail:hover {
    opacity: 0.8;
    color: white; }

.btnDetail_w {
  color: white;
  background-color: #5cb7e3;
  padding: 10px 5px 10px 10px;
  display: inline-block; }
  @media print, screen and (min-width: 890px) {
    .btnDetail_w {
      padding: 15px 5px 15px 15px; } }
  .btnDetail_w::after {
    content: "〉";
    margin-left: 0.5em; }
    html.msie .btnDetail_w::after {
      position: relative;
      top: 3px; }
  .btnDetail_w:hover {
    opacity: 0.8;
    color: white;
    cursor: pointer; }
  .btnDetail_w a {
    color: white; }
  .btnDetail_w a:hover {
    color: white; }

/* heading --------------------------------------------- */
.mainTitle {
  background-color: #000;
  background-repeat: no-repeat;
  background-position: 80% 0%; }
  .c_works .mainTitle {
    background-color: #ceedfc; }
  .mainTitle.pro-segment {
    background-image: url("../img/products/image_segment_p.png");
    background-size: contain; }
    @media screen and (max-width: 768px) {
      .mainTitle.pro-segment {
        background-position: right bottom; } }
  .mainTitle.pro-shield {
    background-image: url("../img/products/image_shield_p.png");
    background-size: contain; }
    @media screen and (max-width: 768px) {
      .mainTitle.pro-shield {
        background-position: right bottom; } }
  .mainTitle.pro-industrial-machinery {
    background-image: url("../img/products/image_industrial-machinery_p.png");
    background-size: contain; }
    @media screen and (max-width: 768px) {
      .mainTitle.pro-industrial-machinery {
        background-position: top right; } }
  .mainTitle.pro-materials-handling-system {
    background-image: url("../img/products/image_materials-handling-system_p.png");
    background-size: contain; }
    @media screen and (max-width: 768px) {
      .mainTitle.pro-materials-handling-system {
        background-position: right bottom; } }
  .mainTitle.works {
    background-image: url("../img/works/image_works.png");
    background-position: center center;
    background-size: cover; }
    @media print, screen and (min-width: 890px) {
      .mainTitle.works {
        padding-top: 40px;
        min-height: 262px; } }
  .mainTitle.works-shield {
    background-image: url("../img/works/image_shield_w.png");
    background-size: contain; }
    @media screen and (max-width: 768px) {
      .mainTitle.works-shield {
        background-position: right bottom; } }
  .mainTitle.works-industrial-machinery {
    background-image: url("../img/works/image_industrial-machinery_w.png");
    background-size: contain; }
    @media screen and (max-width: 768px) {
      .mainTitle.works-industrial-machinery {
        background-position: top right; } }
  .mainTitle.works-materials-handling-system {
    background-image: url("../img/works/image_materials-handling-system_w.png");
    background-size: contain; }
    @media screen and (max-width: 768px) {
      .mainTitle.works-materials-handling-system {
        background-position: right bottom; } }
  .mainTitle.corporate {
    background-image: url("../img/coporate/image_corporate.png"); }
    @media screen and (max-width: 768px) {
      .mainTitle.corporate {
        background-size: 35%;
        background-position: right bottom; } }
  .mainTitle.recruit {
    background-image: url("../img/recruit/image_recruit_sp.png");
    background-size: cover;
    background-position: center;
    min-height: 140px; }
    @media print, screen and (min-width: 890px) {
      .mainTitle.recruit {
        background-image: url("../img/recruit/image_recruit_pc.png");
        min-height: 415px; } }

.title01 {
  color: white;
  font-weight: 900;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  padding: 15px;
  line-height: 1.2;
  text-align: center; }
  .title01 .subTxt {
    display: block;
    font-size: 1.4rem;
    font-weight: 500;
    margin-top: 10px;
    font-family: 'NotoSansCJKjp'; }
    @media print, screen and (min-width: 890px) {
      .title01 .subTxt {
        margin-top: 20px;
        font-size: 1.8rem;
        letter-spacing: 0.1em; } }
    @media screen and (max-width: 768px) {
      .c_recruit .title01 .subTxt {
        display: inline;
        vertical-align: middle;
        margin-left: 5px; } }
  @media print, screen and (min-width: 890px) {
    .title01 {
      text-align: center;
      font-size: 4.8rem;
      padding: 40px 0; } }
  .works .title01 {
    color: white;
    text-shadow: none;
    text-align: center; }
  .t_products .title01 {
    text-shadow: none;
    text-align: center;
    padding-bottom: 0; }

.title02 {
  color: #333;
  font-size: 1.9rem;
  font-weight: 500;
  margin-bottom: 1em;
  background-color: #eee;
  padding: 5px 10px; }
  @media print, screen and (min-width: 890px) {
    .title02 {
      font-size: 2.8rem;
      padding-left: 33px;
      margin-bottom: 2em; } }

.title03 {
  font-size: 1.7rem;
  margin-bottom: 10px;
  font-weight: 500;
  border-left: 7px solid #000;
  padding-left: 10px;
  line-height: 1; }
  @media print, screen and (min-width: 890px) {
    .title03 {
      font-size: 2.2rem;
      margin-bottom: 15px; } }

.title04 {
  font-size: 1.4rem;
  font-weight: 500;
  color: black;
  margin-bottom: 0.5em; }
  .title04::before {
    content: "●";
    font-size: 0.9em;
    color: #0068b7;
    margin-right: 0.4em; }
  @media print, screen and (min-width: 890px) {
    .title04 {
      font-size: 1.6rem; } }

.title05 {
  font-size: 2.0rem;
  margin-bottom: 15px;
  font-weight: 500;
  line-height: 1.9; }
  @media print, screen and (min-width: 890px) {
    .title05 {
      font-size: 3.0rem; } }

.title06 {
  font-size: 1.4rem;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1.9; }
  @media print, screen and (min-width: 890px) {
    .title06 {
      font-size: 1.8rem; } }

.title_copy {
  font-size: 1.8rem;
  color: #0068b7;
  margin-bottom: 15px;
  font-weight: 500;
  text-align: center;
  line-height: 1.7; }
  @media print, screen and (min-width: 890px) {
    .title_copy {
      font-size: 3.0rem; } }

/* table --------------------------------------------- */
table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 15px; }
  @media print, screen and (min-width: 890px) {
    table {
      font-size: 1.8rem; } }

table th {
  border: 1px solid #ccc;
  padding: 7px;
  background-color: #eee;
  vertical-align: middle;
  text-align: center;
  color: #373737;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.5; }

table td {
  border: 1px solid #ccc;
  padding: 5px;
  color: #373737;
  vertical-align: middle;
  line-height: 1.4;
  font-size: 1.3rem; }

.dlStyle {
  margin: 10px 0 30px; }
  @media print, screen and (min-width: 890px) {
    .dlStyle {
      display: flex;
      flex-wrap: wrap;
      border-top: 2px solid #333;
      border-bottom: 1px solid #333; } }
  .dlStyle dt {
    background-color: #eee;
    line-height: 1.7;
    font-size: 1.4rem;
    padding: 5px 10px;
    box-sizing: border-box; }
    @media print, screen and (min-width: 890px) {
      .dlStyle dt {
        font-size: 1.6rem;
        width: 25%;
        padding: 25px 15px;
        border-bottom: 1px solid #333; } }
  .dlStyle dd {
    font-size: 1.4rem;
    line-height: 1.7;
    padding: 10px;
    box-sizing: border-box; }
    @media print, screen and (min-width: 890px) {
      .dlStyle dd {
        font-size: 1.6rem;
        width: 75%;
        padding: 25px 15px;
        border-bottom: 1px solid #333; } }

.dlStyle2 {
  margin: 10px 0 30px;
  display: flex;
  flex-wrap: wrap;
  border-top: 2px solid #333;
  border-bottom: 1px solid #333; }
  .dlStyle2 dt {
    background-color: #eee;
    line-height: 1.7;
    font-size: 1.4rem;
    padding: 5px 10px;
    box-sizing: border-box;
    width: 35%;
    border-bottom: 1px solid #333; }
    @media print, screen and (min-width: 890px) {
      .dlStyle2 dt {
        font-size: 1.6rem;
        padding: 10px 15px; } }
  .dlStyle2 dd {
    font-size: 1.4rem;
    line-height: 1.7;
    padding: 10px;
    box-sizing: border-box;
    width: 65%;
    border-bottom: 1px solid #333; }
    @media print, screen and (min-width: 890px) {
      .dlStyle2 dd {
        font-size: 1.6rem;
        padding: 10px 15px; } }

.simpleTable th, .simpleTable td {
  text-align: left;
  padding-bottom: 5px;
  padding-right: 5px; }

article {
  padding-bottom: 30px; }
  @media print, screen and (min-width: 890px) {
    article {
      padding-bottom: 80px; } }
  article > section {
    margin: 25px 15px 35px; }
    @media print, screen and (min-width: 890px) {
      article > section {
        width: 960px;
        margin: 60px auto;
        overflow: hidden; } }
    article > section > section {
      margin-bottom: 30px; }
      @media print, screen and (min-width: 890px) {
        article > section > section {
          margin-bottom: 70px; } }
  article p.mainCopy {
    font-size: 2.2rem;
    color: #5cb7e3;
    font-weight: 500; }
    @media print, screen and (min-width: 890px) {
      article p.mainCopy {
        font-size: 3.0rem; } }
  article p {
    font-size: 1.4rem;
    margin-bottom: 20px;
    line-height: 1.9; }
    @media print, screen and (min-width: 890px) {
      article p {
        font-size: 1.6rem;
        margin-bottom: 40px; } }
    dd article p {
      margin-bottom: 0; }
  article .pic {
    margin: 0 auto 20px; }
    @media print, screen and (min-width: 890px) {
      article .pic {
        float: right;
        margin: 0 0 30px 30px; } }

/* list --------------------------------------------- */
.listStyle_ol {
  padding-left: 1.5em; }
  .listStyle_ol li {
    list-style: decimal;
    font-size: 1.4rem;
    line-height: 1.7;
    margin-bottom: 5px; }
    @media print, screen and (min-width: 890px) {
      .listStyle_ol li {
        font-size: 1.6rem; } }

.listStyle li {
  border-bottom: 1px dotted #535353;
  padding-bottom: 8px;
  font-size: 1.5rem;
  margin-bottom: 20px;
  line-height: 1.7; }
  @media print, screen and (min-width: 890px) {
    .listStyle li {
      font-size: 1.8rem; } }

.listStyle2 li {
  position: relative;
  font-size: 1.4rem;
  margin-top: 5px;
  line-height: 1.7;
  padding-left: 15px; }
  @media print, screen and (min-width: 890px) {
    .listStyle2 li {
      font-size: 1.6rem;
      line-height: 1.8; } }
.listStyle2 li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 7px;
  height: 7px;
  background-image: url("../img/common/icon_list.svg");
  background-repeat: no-repeat;
  background-size: contain; }
  @media print, screen and (min-width: 890px) {
    .listStyle2 li::before {
      top: 12px; } }

.gmap iframe {
  height: 300px;
  margin-bottom: 15px;
  width: 100%; }

@media screen and (max-width: 768px) {
  .content ul.menu {
    width: 100%; } }
@media print, screen and (min-width: 890px) {
  ul.menu {
    width: 960px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center !important; } }
ul.menu li {
  margin: 20px;
  width: 90%; }
  ul.menu li a {
    text-align: center;
    font-size: 1.5rem;
    display: block;
    border: 1px solid #0068b7;
    background-color: white;
    padding: 30px;
    color: #0068b7;
    transition: 0.3s; }
  ul.menu li a:hover {
    box-shadow: inset 0px 0px 3px 4px #b2c7e3; }
  @media print, screen and (min-width: 890px) {
    ul.menu li {
      width: 400px;
      font-size: 1.8rem; } }

.actionBtns {
  display: flex;
  justify-content: space-between; }
  .actionBtns li a {
    vertical-align: middle;
    border-radius: 10px;
    font-size: 1.8rem;
    text-align: center;
    display: block;
    padding: 17px 10px;
    height: 50px;
    transition: 0.3s; }
    .actionBtns li a i {
      margin-right: 5px;
      font-size: 1.6rem; }
  .actionBtns li.btn-tel a {
    background-color: #0068b7;
    color: white; }
  .actionBtns li.btn-mail a {
    background-color: #ff9c00;
    color: white; }
    .actionBtns li.btn-mail a:hover {
      background: #0068b7;
      color: white; }
  .actionBtns li.btn-download a {
    background-color: #22ac38;
    color: white; }
    .actionBtns li.btn-download a:hover {
      background: #0068b7;
      color: white; }
  @media screen and (max-width: 768px) {
    header .actionBtns {
      display: none; }
    footer .actionBtns {
      display: block;
      margin-bottom: 30px; }
      footer .actionBtns li {
        margin-bottom: 10px; } }
  @media print, screen and (min-width: 890px) {
    .actionBtns li a {
      width: 220px; }
    .actionBtns li.btn-mail a, .actionBtns li.btn-download a {
      font-size: 1.6rem; }
    header .actionBtns {
      position: absolute;
      width: 460px;
      top: 25px;
      right: 0px; }
    footer .actionBtns {
      width: 640px; }
      footer .actionBtns li a {
        width: 310px;
        margin-top: 20px;
        font-size: 1.8rem; } }

#fileDL i {
  color: #5cb7e3;
  margin-left: 10px; }

ul.imgList {
  display: flex; }
  @media screen and (max-width: 768px) {
    ul.imgList {
      flex-wrap: wrap; } }
  ul.imgList li {
    margin: 5px; }
    @media screen and (max-width: 768px) {
      ul.imgList li {
        width: calc((100% - (5px * 6)) / 3); } }

@media screen and (max-width: 768px) {
  .iziModal {
    width: 95%;
    margin-top: 40px !important; } }
@media screen and (max-width: 768px) {
  .iziModal .iziModal-content {
    padding: 15px !important; } }

.note {
  padding-left: 1em;
  position: relative;
  font-size: 1.4rem; }
  .note::before {
    content: "※";
    position: absolute;
    left: 0; }

.catIndex h1 {
  padding: 15px 0;
  border-top: 3px solid #0068b7;
  font-weight: 500; }

/* header */
header {
  /*    	background:rgba(0,0,0,0.7);
          background-color: #000;
      color: #fff;
  	*/ }
  header .hBar {
    display: none; }
    @media print, screen and (min-width: 890px) {
      header .hBar {
        display: block;
        background-color: #0068b7;
        color: white;
        padding: 7px 0; }
        header .hBar p {
          margin-bottom: 0;
          line-height: 1;
          font-size: 1.2rem;
          float: left;
          padding-top: 2px; }
        header .hBar ul {
          display: table;
          float: right;
          margin-right: -18px; }
          header .hBar ul a {
            color: white;
            font-size: 1.4rem; } }
  @media print, screen and (min-width: 890px) {
    header .header__inner {
      width: 960px;
      margin: 0 auto;
      overflow: hidden; } }
  header .header__inner h1 {
    width: 170px;
    padding: 15px;
    margin: 0 auto; }
    @media print, screen and (min-width: 890px) {
      header .header__inner h1 {
        width: 150px;
        float: left; } }
  header .gnav {
    display: none; }
    @media print, screen and (min-width: 890px) {
      header .gnav {
        float: right;
        display: table;
        width: 800px;
        table-layout: fixed;
        font-size: 1.6rem;
        min-height: 90px; }
        header .gnav > li {
          position: relative;
          display: table-cell;
          text-align: center;
          vertical-align: middle;
       /*   > a::after{
                   position: absolute;
           
    bottom: 20px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: $keyc;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform .3s;
              }
              > a:hover::after{
            transform: scale(1, 1);
              }*/ }
          header .gnav > li > a {
            color: #373737;
            position: relative;
            display: inline-block;
            padding: 30px 0; }
          header .gnav > li > a:hover {
            color: #0068b7; }
          header .gnav > li > ul {
            display: none; }
        header .gnav ul.subMenu {
          width: 160px;
          display: none;
          position: absolute;
          top: 65px;
          left: 50%;
          transform: translateX(-50%);
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          margin: auto;
          padding: 5px 0 0;
          background-color: #5b5b5b;
          padding: 10px;
          z-index: 100; }
          header .gnav ul.subMenu::before {
            content: '';
            background: url("../img/common/fukidashi.svg") no-repeat;
            background-size: contain;
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            top: -13px;
            display: inline-block;
            width: 14px;
            height: 14px;
            transition: 0s; }
          header .gnav ul.subMenu li a {
            display: block;
            font-size: 1.4rem;
            padding: 10px 20px;
            text-align: left;
            color: white; }
            header .gnav ul.subMenu li a:hover {
              background-color: #d9ebf9;
              color: #0068b7; } }
  @media print, screen and (min-width: 890px) {
    header .gnav__btnContact {
      width: 160px;
      margin-top: 10px; }
      header .gnav__btnContact a {
        color: white !important;
        padding: 10px !important; } }
  @media print, screen and (min-width: 890px) {
    header .subPage {
      display: none !important; } }

.slicknav_menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  display: block; }
  .slicknav_menu .slicknav_txtnode {
    display: none; }
  @media print, screen and (min-width: 890px) {
    .slicknav_menu {
      display: none; } }

.slicknav_nav {
  text-align: left; }
  @media screen and (max-width: 768px) {
    .slicknav_nav .gnav > li {
      font-size: 2.1rem;
      border-bottom: 1px solid white;
      padding-bottom: 15px;
      text-align: left;
      width: 85%;
      margin: 0 auto; } }
  .slicknav_nav .gnav__btnEnglish {
    margin-left: 17px !important; }
  .slicknav_nav .subMenu {
    width: 100%;
    display: flex;
    flex-wrap: wrap; }
    .slicknav_nav .subMenu li {
      width: 50%;
      text-align: left;
      padding-left: 20px;
      font-size: 1.6rem; }
      @media print, screen and (min-width: 890px) {
        .slicknav_nav .subMenu li {
          padding-left: 10px; } }
      @media screen and (max-width: 768px) {
        .slicknav_nav .subMenu li a {
          padding: 5px 0px;
          margin: 2px 5px; } }
  .slicknav_nav .subPage {
    border-bottom: none !important;
    padding-bottom: 0 !important; }
    .slicknav_nav .subPage a {
      font-size: 1.8rem;
      margin-bottom: 8px; }
  .slicknav_nav .gnav__btnContact {
    border-bottom: none !important; }
    .slicknav_nav .gnav__btnContact .btnContact {
      background-color: white;
      text-align: center;
      color: #0068b7;
      width: 100%;
      height: 50px;
      font-size: 1.6rem;
      padding-top: 15px; }
      .slicknav_nav .gnav__btnContact .btnContact::before {
        background-image: url("../img/common/icon_envelope-b.svg");
        width: 22px;
        height: 17px;
        vertical-align: text-bottom; }

.slicknav_item {
  position: relative;
  padding-left: 20px !important;
  margin-bottom: 10px !important; }
  .slicknav_item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    display: inline-block;
    width: 8px;
    height: 21px;
    background-color: white; }
  .slicknav_nav .subPage .slicknav_item {
    display: none; }

/* current */
@media print, screen and (min-width: 890px) {
  .c_products header .gn01 > a::after,
  .c_works header .gn02 > a::after,
  .c_corporate header .gn03 > a::after,
  .c_recruit header .gn04 > a::after {
    position: absolute;
    bottom: 15px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #0068b7;
    transform: none; } }

.gnav__btnEnglish {
  border: 1px solid white;
  padding: 8px 12px;
  display: inline-block !important; }

.gnav__btnContact a::after {
  display: none !important; }

/* footer */
footer {
  background-color: #eee;
  padding: 15px; }
  @media print, screen and (min-width: 890px) {
    footer {
      padding: 25px; } }
  footer p {
    font-size: 1.4rem;
    line-height: 1.7; }
    @media print, screen and (min-width: 890px) {
      footer p {
        font-size: 1.6rem;
        line-height: 1.7; } }
  footer .footerContents {
    background-color: #0068b7;
    padding: 20px; }
    @media print, screen and (min-width: 890px) {
      footer .footerContents {
        padding: 40px 0; } }
  footer .gnav {
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap; }
    footer .gnav .gn__home {
      display: none; }
    @media print, screen and (min-width: 890px) {
      footer .gnav {
        margin: 0; } }
    footer .gnav > li {
      position: relative;
      width: calc(100% / 3);
      letter-spacing: 0;
      margin-bottom: 15px;
      padding-left: 15px; }
      footer .gnav > li.gnav__btnContact {
        width: 70%;
        padding-left: 0;
        margin: 0 auto; }
        @media print, screen and (min-width: 890px) {
          footer .gnav > li.gnav__btnContact {
            width: 210px;
            margin: 0px 0 0 33px; } }
      @media print, screen and (min-width: 890px) {
        footer .gnav > li {
          width: 130px; } }
      footer .gnav > li > a {
        font-size: 1.4rem;
        color: white;
        position: relative; }
        @media print, screen and (min-width: 890px) {
          footer .gnav > li > a {
            font-size: 1.6rem; } }
      footer .gnav > li a:hover {
        color: #d9ebf9; }
      footer .gnav > li > ul {
        margin-top: 10px; }
        footer .gnav > li > ul li {
          font-size: 1.1rem;
          margin: 0 0px 7px;
          line-height: 1.2; }
          @media print, screen and (min-width: 890px) {
            footer .gnav > li > ul li {
              font-size: 1.2rem;
              margin: 0 0px 10px; } }
          footer .gnav > li > ul li a {
            color: white; }
      footer .gnav > li::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        display: inline-block;
        width: 5px;
        height: 14px;
        background-color: white; }
        @media print, screen and (min-width: 890px) {
          footer .gnav > li::before {
            height: 16px; } }
      footer .gnav > li.gnav__btnContact::before {
        display: none; }
    @media screen and (max-width: 768px) {
      footer .gnav .subPage {
        width: calc((100% / 3) * 2); } }
    footer .gnav .subPage ul {
      margin: 0; }
      footer .gnav .subPage ul li {
        font-size: 1.2rem;
        letter-spacing: 0;
        margin-bottom: 10px; }
        footer .gnav .subPage ul li a {
          color: white; }
        footer .gnav .subPage ul li a:hover {
          color: #d9ebf9; }
    @media print, screen and (min-width: 890px) {
      footer .gnav .subPage {
        width: 150px;
        border-left: 1px dotted white;
        padding-left: 25px; } }
    footer .gnav .subPage::before {
      display: none; }
    footer .gnav .btnContact {
      border: 1px solid white;
      text-align: center;
      color: white;
      width: 100%;
      font-size: 1.6rem;
      padding-top: 10px; }
      footer .gnav .btnContact::before {
        background-image: url("../img/common/icon_envelope-w.svg");
        width: 22px;
        height: 17px; }
  footer .copyRight {
    font-size: 1.2rem;
    padding: 20px 10px; }
    @media print, screen and (min-width: 890px) {
      footer .copyRight {
        padding: 30px;
        text-align: center;
        font-size: 1.4rem; } }

.footerAddress {
  width: 290px;
  margin: 0 auto;
  text-align: center;
  font-size: 1.3rem;
  color: white;
  line-height: 1.7; }
  @media print, screen and (min-width: 890px) {
    .footerAddress {
      position: absolute;
      top: 52px;
      right: 0;
      width: 256px;
      height: 90px;
      text-align: left; } }
  .footerAddress em {
    font-size: 1.6em;
    display: block; }

.btn_pageTop {
  width: 44px;
  position: fixed;
  right: 10px;
  bottom: 10px; }

ul.actionBtns_sp {
  display: table;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 2; }
  @media print, screen and (min-width: 890px) {
    ul.actionBtns_sp {
      display: none; } }
  ul.actionBtns_sp li {
    display: table-cell;
    width: 100%;
    vertical-align: middle; }
    ul.actionBtns_sp li a {
      display: block;
      font-size: 1.6rem;
      letter-spacing: 0;
      color: white;
      text-align: center;
      padding: 18px 0 10px; }
      ul.actionBtns_sp li a i {
        margin-right: 5px; }
    ul.actionBtns_sp li.btn_tel a {
      background-color: #880000; }
      ul.actionBtns_sp li.btn_tel a p {
        font-size: 1.1rem;
        margin-top: 5px; }

/* component */
/* utility */
.w210 {
  width: 210px; }

.w150 {
  width: 150px; }

.w300 {
  width: 300px; }

@media screen and (max-width: 768px) {
  body .sp_w100p {
    width: 100% !important; } }
@media print, screen and (min-width: 890px) {
  body .pc_w110 {
    width: 110px; }
  body .pc_w630 {
    width: 630px !important; }
  body .pc_w750 {
    width: 750px; }
  body .pc_w980 {
    width: 980px; }
  body .pc_h220 {
    height: 220px;
    width: auto; }
  body .f_left {
    float: left; }
  body .f_right {
    float: right; } }

.p_rerative {
  position: relative; }

.mt15 {
  margin-top: 15px; }

.ml10 {
  margin-left: 10px; }

.mb20 {
  margin-bottom: 20px; }

.mb40 {
  margin-bottom: 40px; }

.pl10 {
  padding-left: 10px; }

.a_right {
  text-align: right; }

.a_center {
  text-align: center; }

.hover:hover {
  opacity: 0.8;
  cursor: pointer; }

/* settings */
.mainvisual {
  width: 100%;
  height: 300px;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media print, screen and (min-width: 890px) {
    .mainvisual {
      height: 650px; } }

.title_home {
  font-family: 'Bitter', serif;
  text-align: center;
  margin: 30px 0;
  font-size: 2.4rem;
  letter-spacing: 0.2em; }
  @media print, screen and (min-width: 890px) {
    .title_home {
      font-size: 3.0rem; } }

.newslist dt {
  font-family: 'Bitter', serif;
  letter-spacing: 0.2em; }

.news {
  width: 90%;
  margin: 0 auto 30px; }
  @media print, screen and (min-width: 890px) {
    .news {
      width: 800px;
      margin: 60px auto; } }
  .news li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #333;
    font-size: 1.5rem;
    line-height: 1.5; }
    @media print, screen and (min-width: 890px) {
      .news li {
        padding-bottom: 15px;
        margin-bottom: 15px; } }
    .news li time {
      margin-right: 20px;
      width: 80px;
      display: block; }
      @media print, screen and (min-width: 890px) {
        .news li time {
          width: 120px;
          display: inline-block; } }
  .news .title01 {
    padding-top: 20px; }

iframe {
  margin: 20px auto;
  width: 100%; }

footer {
  font-size: 80%;
  text-align: center;
  margin: 50px 0 20px; }

.slide {
  opacity: 0;
  transition: opacity .3s linear; }

.slide.slick-initialized {
  opacity: 1; }

/* modal */
.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999; }

.modal__bg {
  background: rgba(0, 0, 0, 0.8);
  display: block;
  height: 100vh;
  position: absolute;
  width: 100%;
  z-index: 997; }

.modal__content {
  box-sizing: border-box;
  background: #fff;
  left: 50%;
  padding: 15px;
  position: fixed;
  top: 50%;
  overflow: auto;
  transform: translate(-50%, -50%);
  /*    width: 60%;*/
  width: 95%;
  border-radius: 3px;
  z-index: 999;
  max-height: 90%; }
  @media print, screen and (min-width: 890px) {
    .modal__content {
      min-height: 487px;
      width: 900px;
      padding: 40px; } }

.btnClose {
  background: url("/assets/img/common/icon_close.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 10px;
  position: fixed;
  right: 5px;
  top: 5px;
  width: 25px;
  height: 25px;
  border: 0;
  cursor: pointer;
  z-index: 100; }
  @media print, screen and (min-width: 890px) {
    .btnClose {
      right: 10px;
      top: 10px; } }

/*# sourceMappingURL=styles.css.map */
