
/* ==========================================================================
   Base
========================================================================== */
html {
  font-size: 14px; }


body.lang-cn {
  font-family: "微软雅黑","宋体", sans-serif; }

body.lang-ja {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Verdana, "メイリオ", Meiryo, sans-serif;
  font-weight: 500; }

body.lang-en {
  font-family: -apple-system, BlinkMacSystemFont, sans-serif; }

/* ==========================================================================
   Header
========================================================================== */
.header {
  height: 100px;
  padding: 0 115px 0 30px; }

#logo {
  margin: 0; }
#logo svg {
  height: 55px; }


.nav-link {
  width: 100px;
  height: 100px;
  right: 0;
  background-size: 70px; }

#login_form {
  right: 0;
}

/* ==========================================================================
   Navigation
========================================================================== */
.header .navBar{
    display: flex; }

.gNav{
    display: block !important; }

.gNav .nav {
    display: flex;
    align-items: center; }

.gNav .nav > li > a {
    margin: 0 5px;
    padding: 15px 5px;
    font-size: .9rem;
    white-space: nowrap; }

.gNav .nav .privacy,
.gNav .nav .yoshunet,
.gNav .nav .facebook,
.gNav .nav .twitter,
.gNav .nav .instagram,
.gNav .nav .youtube{
    display: none; }

.gNav .nav .sub-menu {
    display: block !important;
    position: absolute;
    background-color: #FFF;
    color: #262c38;
    transform: translateY(-15px);
    transition: all .4s;
    pointer-events: none;
    opacity: 0; }

.gNav .nav > .menu-item-has-children:hover .sub-menu {
    transform: translateY(0);
    pointer-events: auto;
    opacity: 1; }
.gNav .nav .sub-menu a {
    padding: 10px 0;
    margin: 0 15px;
    font-size: .8rem;
    white-space: nowrap; }
.gNav .nav .sub-menu li:not(:last-of-type) a {
    border-bottom: 1px solid rgba(38,44,56,.1); }


.gNav .nav .pll-parent-menu-item {
    margin: 0 10px 0 15px; }
.gNav .nav li.pll-parent-menu-item > a {
    background: url(../img/icon/icon-grobal-w.svg) no-repeat left center / 16px; }
.header.fixed .gNav .nav li.pll-parent-menu-item > a {
    background-image: url(../img/icon/icon-grobal.svg); }
.gNav .nav .pll-parent-menu-item .sub-menu {
    width: 100%;
    text-align: center; }

.gNav .nav .contact,
.gNav .nav .contact-other,
.gNav .nav .estimate span {
 display: none; }

.footer-links .nav {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -ms-grid-columns: 25% 25% 25% 25%;
  grid-template-columns: 25% 25% 25% 25%; }

.footer-links .nav > li {
    padding: 0 15px; }

.footer-links .nav .company  { grid-column: 1; grid-row: span 3; }
.footer-links .nav .strength { grid-column: 1; }
.footer-links .nav .products { grid-column: 2; grid-row: span 3; }
.footer-links .nav .manufactureing { grid-column: 2; }
.footer-links .nav .quality { grid-column: 2; }
.footer-links .nav .recruit  { grid-column: 3; }
.footer-links .nav .recruit .sub-menu  { display: none; }
.footer-links .nav .contact  { grid-column: 3; }
.footer-links .nav .contact-other  { grid-column: 3; }
.footer-links .nav .estimate { grid-column: 3; }
.footer-links .nav .news     { grid-column: 4; }
.footer-links .nav .privacy  { grid-column: 4; }
.footer-links .nav .yoshunet { grid-column: 4; }
.footer-links .nav .facebook { grid-column: 4; }
.footer-links .nav .twitter { grid-column: 4; }
.footer-links .nav .instagram { grid-column: 4; }
.footer-links .nav .youtube { grid-column: 4; }

.footer-links .nav .sub-menu {
    padding: 10px 0;
}
.footer-links .nav .sub-menu a {
    padding: 0;
    font-size: .8rem;
}


/* Btn */
.nav-btn {
  display: none; }

/* ==========================================================================
   Side
========================================================================== */
.side-cont {
  margin-bottom: 45px; }


/* ==========================================================================
   Company Footer Navigation
========================================================================== */
#company__nav .btn {
  margin: 25px auto; }
#company__nav .btn .txtBox {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem; }

/* ==========================================================================
   Footer
========================================================================== */
#footer-contact.section {
  padding-top: 40px;
  padding-bottom: 30px; }

#footer-contact .bg-txt {
  margin: -2.5rem 0 0;
  right: auto;
  left: -5%; }

.footer .logo {
  margin: 15px; }

.footer .copyright p {
  padding: 2.5em 0; }

.footer .page-top {
  right: 30px; }


/****************************************************************************
   [ md ] min-width: 768px
****************************************************************************/
@media only screen and (min-width: 768px) {

}

/****************************************************************************
   [ lg ] min-width: 992px
**************************************************************************** */
@media only screen and (min-width: 992px) {

}

/****************************************************************************
   [ xl ] min-width: 1200px
****************************************************************************/
@media only screen and (min-width: 1200px) {
/* ==========================================================================
   Navigation
========================================================================== */
  .gNav .navBar ul li a{
      padding: 15px 7px;
      font-size: 1rem;
  }
}

/****************************************************************************
   PRINT STYLE
****************************************************************************/
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }

p.attention {
    text-align: center;
    margin-bottom: 30px;
}

.yonet {
	box-sizing: border-box;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	-webkit-align-items: flex-start;
	-webkit-flex-wrap: wrap;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.yonet .yonet_con {
    width: 30%;
}
.yonet .yonet_con figure {
    margin-bottom: 20px;
}
.yonet .yonet_con .tle {
    font-weight: bold;
    font-size: 1.1rem;
}