/* GWP LAST RUN 2021/10/26 16:36:02 AsisRootFontSize:10 TobeRootFontSize:16 */
/* 
- Name: megamenu.js - style.css
- Version: 1.0
- Latest update: 29.01.2016.
- Author: Mario Loncarek
- Author web site: http://marioloncarek.com
*/


/* -----------------------------------------------
Body - not related to megamenu
----------------------------------------------- */

.tgw-core-freehtml * {
    box-sizing: border-box;
}

.tgw-core-freehtml .description {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

/* -----------------------------------------------
一瞬崩れ防止
----------------------------------------------- */
.tgw-core-freehtml .bx-wrapper_top{
  visibility:hidden;
}

/* -----------------------------------------------
megamenu.js STYLE STARTS HERE
----------------------------------------------- */

/* -----------------------------------------------
Screen style's
----------------------------------------------- */
@media print, screen and (min-width: 769px) {
.tgw-core-freehtml .top_page .menu-container {
  width: 100%;
  margin: 0 auto;
  height: 56px;
  background: rgba(0,0,0, 0.35); 
}
.tgw-core-freehtml .menu-container {
  width: 100%;
  margin: 0 auto;
  height: 56px;
  background: rgba(0,0,0, 0.35);
  position: relative;
}
.tgw-core-freehtml #nokey .menu-container {
  background: #666;
}

.tgw-core-freehtml .menu-dropdown-icon:before {
    content: "\f067";
    font-family: "FontAwesome";
    display: none;
    cursor: pointer;
    float: right;
    padding: 1em;
    background: #fff;
    color: #333;
}
  .tgw-core-freehtml .header-inner .list-utility.country .ed{
    font-size: 0.75rem /* GWP OriginalValue|12.0|PX| */;
    margin-right: 7px;
    padding: 5px 0 0 10px;
    background: url("../images/icon_list01.gif") no-repeat left top;
    background-position: 0 0.7em;
  }
.tgw-core-freehtml .menu > ul {
    margin: 0 auto;
    max-width: 960px;
    width:100%;
    list-style: none;
    padding: 0;
    /*position: relative;*/
    /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.tgw-core-freehtml .menu > ul:before,
.tgw-core-freehtml .menu > ul:after {
    content: "";
    display: table;
}

.tgw-core-freehtml .menu > ul:after {
    clear: both;
}

.tgw-core-freehtml .menu > ul > li {
    float: left;
    padding: 0;
    margin: 0;
}
.tgw-core-freehtml .top_page .menu > ul > li.zero2{
  border-bottom: 4px solid #0064D2;
}
.tgw-core-freehtml .recruit .menu > ul > li.fourth{
  border-bottom: 4px solid #0064D2;
}
.tgw-core-freehtml .company .menu > ul > li.second{
  border-bottom: 4px solid #0064D2;
}
.tgw-core-freehtml .support .menu > ul > li.third{
  border-bottom: 4px solid #0064D2;
}
.tgw-core-freehtml .top_page .menu > ul > li a{
    text-decoration: none;
    display: block;
  /*height: 58px;*/
  padding: 20px 0 18px 0;
  color:#fff;
  font-size: 0.5625rem /* GWP OriginalValue|0.9|REM| */;
  position: relative;
}
.tgw-core-freehtml .menu > ul > li a{
    text-decoration: none;
    display: block;
  /*height: 58px;*/
  padding: 20px 0 18px 0;
  color:#fff;
  font-size: 0.5625rem /* GWP OriginalValue|0.9|REM| */;
  position: relative;
}

.tgw-core-freehtml .menu > ul > li:hover {
    border-bottom: 4px solid #0064D2;
}
  .tgw-core-freehtml .menu > ul > li:not(.no-child):hover > a::after{
    content: "";
    width: 0px;
    height: 0px;
    top: 54px;
    left: calc(50% - 8px);
    position: absolute;
    border: 8px solid transparent;
    border-top: 8px solid #0064D2;
    z-index: 9999;
  }
.tgw-core-freehtml .menu > ul > li > ul {
    display: none;
    width: 100%;
    padding: 20px;
    z-index: 99;
    left: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
  /*position: absolute;*/
}

.tgw-core-freehtml .menu > ul > li > ul:before,
.tgw-core-freehtml .menu > ul > li > ul:after {
    content: "";
    display: table;
}

.tgw-core-freehtml .menu > ul > li > ul:after {
    clear: both;
}

/*.menu > ul > li > ul > li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    width: 25%;
    background: none;
    float: left;
}*/

.tgw-core-freehtml .menu > ul > li > ul > li a {
    color: #fff;
    padding: .2em 0;
    /*width: 95%;*/
    display: block;
    /*border-bottom: 1px solid #ccc;*/
}

.tgw-core-freehtml .menu > ul > li > ul > li > ul {
    display: block;
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
    box-sizing: border-box;
}

.tgw-core-freehtml .menu > ul > li > ul > li > ul:before,
.tgw-core-freehtml .menu > ul > li > ul > li > ul:after {
    content: "";
    display: table;
}

.tgw-core-freehtml .menu > ul > li > ul > li > ul:after {
    clear: both;
}

.tgw-core-freehtml .menu > ul > li > ul > li > ul > li {
    float: left;
    width: 100%;
    padding: 10px 0;
    margin: 0;
    font-size: .8em;
}

.tgw-core-freehtml .menu > ul > li > ul > li > ul > li a {
    border: 0;
}

.tgw-core-freehtml .menu > ul > li > ul.normal-sub {
  width: 100%;
  padding: 30px 20px 30px 20px;
  position: absolute;
  left: 0;
  top:56px;
}

.tgw-core-freehtml .menu > ul > li.first > ul.normal-sub,
.tgw-core-freehtml .menu > ul > li.second > ul.normal-sub,
.tgw-core-freehtml .menu > ul > li.third > ul.normal-sub,
.tgw-core-freehtml .menu > ul > li.fourth > ul.normal-sub {
  background: rgba(0,0,0,0.8);
}
/*
.menu > ul > li.second> ul.normal-sub {
  background: #fff;
}
*/
.tgw-core-freehtml .menu > ul > li > div{
  width: 100%;
}
.tgw-core-freehtml .menu > ul > li > div > ul.normal-sub{
  max-width: 960px;
  width:100%;
  margin: 0 auto;
}
/*製品サービス*/
.tgw-core-freehtml .menu > ul > li.first a{
  cursor: pointer;
}
.tgw-core-freehtml .menu > ul > li.first > ul.normal-sub{
  justify-content: space-between;
}
.tgw-core-freehtml .menu > ul > li.first > ul.normal-sub > li {
  width: calc(100% / 3);
  margin-bottom: 15px;
  margin-right: 35px;
  position: relative;
}
.tgw-core-freehtml .menu > ul > li.first > ul.normal-sub > li > p{
  font-size: 0.875rem /* GWP OriginalValue|14.0|PX| */;
  color: #fff;
  line-height: 2;
  border-bottom: 1px solid rgba(255,255,255,0.3);
  font-weight: bold;
}
.tgw-core-freehtml .menu > ul > li.first > ul.normal-sub > li.right-end{
  margin-right: 0;
}
  .tgw-core-freehtml .menu > ul > li.first > ul.normal-sub > li > ul{
    padding: 10px 0 0 1.3em;
    margin: 0 0 25px 0;
  }
.tgw-core-freehtml .menu > ul > li.first > ul.normal-sub > li > ul > li{
  display: block;
  float: none;
  padding: 7px 0;
}
.tgw-core-freehtml .menu > ul > li.first > ul.normal-sub > li > ul > li:hover{
  opacity: 0.7;
}
.tgw-core-freehtml .menu > ul > li.first > ul.normal-sub > li > ul > li:hover a{
  text-decoration: underline;
}
.tgw-core-freehtml .menu > ul > li.first > ul.normal-sub > li > ul > li::before{
  position: relative;
  left: -15px;
  color: #fff;
  font-size: 0.75rem /* GWP OriginalValue|12.0|PX| */;
  font-family: 'FontAwesome';
  content: '\f105';
  z-index: -1;
}
.tgw-core-freehtml .menu > ul > li.first > ul.normal-sub > li > ul > li.new_win::after{
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url(../images/icon_window_white.png);
  background-size: cover;
  position: relative;
  right: -8px;
}
.tgw-core-freehtml .menu > ul > li.first > ul.normal-sub > li > ul > li > a{
  padding: 0;
  display: inline-block;
  font-size: 0.75rem /* GWP OriginalValue|12.0|PX| */;
}
.tgw-core-freehtml .menu > ul > li.first > ul.normal-sub > li > a:hover,.tgw-core-freehtml .menu > ul > li.first > ul.normal-sub > li.hov::before,.tgw-core-freehtml .menu > ul > li.first > ul.normal-sub > li.hov::after{
  opacity: 0.6;
}
.tgw-core-freehtml .menu > ul > li.first > ul.normal-sub > div {
  width: 100%;
}

/*企業情報*/
.tgw-core-freehtml .menu > ul > li.second > ul.normal-sub > li{
  float: left;
  margin-bottom: 15px;
}
.tgw-core-freehtml .menu > ul > li.second > ul.normal-sub > li > a:not(.menu_recruit-image){
  display: inline-block;
  padding: 0;
}
.tgw-core-freehtml .menu > ul > li.second > ul.normal-sub > li > a:not(.menu_recruit-image)::after{
  color: #fff;
  font-size: 1.25rem /* GWP OriginalValue|20.0|PX| */;
  font-family: 'FontAwesome';
  /*content: '\f105';*/
  padding: 0px 0px 0px 5px;
}
.tgw-core-freehtml .menu > ul > li.second > ul.normal-sub > li:first-child > a.menu_recruit-image{
  display: inline-block;
  width: 300px;
  height: 80px;
  margin-right: 20px;
  background-image: url("../images/menu-company-image01.jpg");
  border: 1px solid #fff;
  background-size: cover;
  background-position: 0 -15px;
}
.tgw-core-freehtml .menu > ul > li.second > ul.normal-sub > li:nth-child(2) > a.menu_recruit-image{
  display: inline-block;
  width: 300px;
  height: 80px;
  margin-right: 20px;
  background-image: url("../images/menu-company-image02.jpg");
  border: 1px solid #fff;
  background-size: cover;
  background-position: 0 -15px;
}
.tgw-core-freehtml .menu > ul > li.second > ul.normal-sub > li:nth-child(3) > a.menu_recruit-image{
  display: inline-block;
  width: 300px;
  height: 80px;
  margin-right: 0px;
  background-image: url("../images/menu-company-image04.jpg");
  border: 1px solid #fff;
  background-size: cover;
  background-position: 0 -15px;
}
.tgw-core-freehtml .menu > ul > li.second > ul.normal-sub > li:nth-child(4) > a.menu_recruit-image{
  display: inline-block;
  width: 300px;
  height: 80px;
  margin-right: 20px;
  background-image: url("../images/menu-company-image05.png");
  border: 1px solid #fff;
  background-size: cover;
  background-position: 0 -15px;
}
.tgw-core-freehtml .menu > ul > li.second > ul.normal-sub > li:nth-child(5) > a.menu_recruit-image{
  display: inline-block;
  width: 300px;
  height: 80px;
  margin-right: 20px;
  background-image: url("../images/menu-company-image06.jpg");
  border: 1px solid #fff;
  background-size: cover;
  background-position: 0 -15px;
}
.tgw-core-freehtml .menu > ul > li.second > ul.normal-sub > li:nth-child(6) > a.menu_recruit-image{
  display: inline-block;
  width: 300px;
  height: 80px;
  margin-right: 0px;
  background-image: url("../images/menu-company-image03.jpg");
  border: 1px solid #fff;
  background-size: cover;
  background-position: 0 -45px;
}
.tgw-core-freehtml .menu > ul > li.second > ul.normal-sub > li > a.menu_recruit-image:hover{
  opacity: 0.7;
}
.tgw-core-freehtml .menu > ul > li.second > ul.normal-sub > li > a:not(.menu_recruit-image):hover{
  opacity: 0.7;
}

/*サポート*/
.tgw-core-freehtml .menu > ul > li.fourth > ul.normal-sub > li{
  float: left;
}
.tgw-core-freehtml .menu > ul > li.fourth > ul.normal-sub > li > a:not(.menu_recruit-image){
  display: inline-block;
  padding: 0;
}
.tgw-core-freehtml .menu > ul > li.fourth > ul.normal-sub > li > a:not(.menu_recruit-image)::after{
  color: #fff;
  font-size: 1.25rem /* GWP OriginalValue|20.0|PX| */;
  font-family: 'FontAwesome';
  /*content: '\f105';*/
  padding: 0px 0px 0px 5px;
}
.tgw-core-freehtml .menu > ul > li.fourth > ul.normal-sub > li:first-child > a.menu_recruit-image{
  display: inline-block;
  width: 300px;
  height: 80px;
  margin-right: 20px;
  background-image: url("../images/menu-image01.jpg");
  border: 1px solid #fff;
  background-size: cover;
  background-position: 0 -15px;
}
.tgw-core-freehtml .menu > ul > li.fourth > ul.normal-sub > li:nth-child(2) > a.menu_recruit-image{
  display: inline-block;
  width: 300px;
  height: 80px;
  margin-right: 20px;
  background-image: url("../images/menu-image02.jpg");
  border: 1px solid #fff;
  background-size: cover;
  background-position: 0 -15px;
}
.tgw-core-freehtml .menu > ul > li.fourth > ul.normal-sub > li > a.menu_recruit-image:hover{
  opacity: 0.7;
}
.tgw-core-freehtml .menu > ul > li.fourth > ul.normal-sub > li > a:not(.menu_recruit-image):hover{
  opacity: 0.7;
}

.tgw-core-freehtml #wrapper{
  position: absolute;
  top: 64px;
  z-index: 999;
  width: 100%;
}
.tgw-core-freehtml #wrapper{
  z-index: 999;
  width: 100%;
}
  
  
.tgw-core-freehtml .kensaku a::after{
  font-family: 'FontAwesome';
  content: '\f002';
  text-decoration: none;
  color: #fff;
  font-size: 0.875rem /* GWP OriginalValue|14.0|PX| */;
  top:5px;
  left:6px;
  position: relative;
  }
.tgw-core-freehtml .kensaku a{
  width: 26px;
  height: 26px;
  background-color: #878787; 
  display: block;
}
.tgw-core-freehtml .search_box{
  width: 100%;
  height: 56px;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 999;
  position: absolute;
  top: 64px;
  border: none;
  display: none;
}
.tgw-core-freehtml .search_inner{
  text-align: right;
  padding-top: 9px;
}
.tgw-core-freehtml .search_box fieldset{
  border: none;
  max-width: 960px;
  margin: 0 auto;
}
.tgw-core-freehtml .search_box input{
  border-radius: 3px;
  height: 35px;
  width: 30%;
  border: none;
  padding-left: 10px;
}
.tgw-core-freehtml .search_box button{
  height: 35px;
  width: 80px;
  color: #fff;
  background-color:#0064D2;
  border: 0;
  border-radius: 3px;
}
  .tgw-core-freehtml .sub-menu{
    width: 100%;
    height: 45px;
    background-color:rgba(0, 0, 0, 0.25);
    border-top: 1px solid #838e8e;
    box-sizing: content-box;
  }
  .tgw-core-freehtml .sub-menu .sub-menu_inner{
    width: 960px;
    margin: 0 auto;
  }
  .tgw-core-freehtml .sub-menu .sub-menu_inner ul{
    display: flex;
    align-items: center;
    height: 45px;
  }
  .tgw-core-freehtml .sub-menu .sub-menu_inner ul li a{
    color: #fff;
    font-size: 0.75rem /* GWP OriginalValue|12.0|PX| */;
    line-height: 1.4;
    display: flex;
    align-items: center;
    padding: 0 20px;
    height: 45px;
  }
  .tgw-core-freehtml .sub-menu .sub-menu_inner ul li a:hover,
  .tgw-core-freehtml .sub-menu .sub-menu_inner ul li a.act{
    background-color: #0064D2;
  }
  .tgw-core-freehtml .sub-menu .sub-menu_inner a.link-external:after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url(../images/icon_window_white.png);
  background-size: contain;
  vertical-align: middle;
  margin-left: 5px;
}

  
/*サブメニュー ドロップダウン表示*/
.tgw-core-freehtml .sub-menu-drop {
  display: none;
  width: 100%;
  position: absolute;
  left: 0;
  top: 102px;
}
.tgw-core-freehtml .sub-menu-drop {
  background: rgba(0,0,0,0.2);
}
.tgw-core-freehtml .sub-menu-drop_inner {
  max-width: 960px;
  width:100%;
  margin: 0 auto;
}


  /*展示会ページ*/
  .tgw-core-freehtml .e2018_only {
  display: none;
}
.tgw-core-freehtml .eve2018 .e2018_only {
  display: none;
}
.tgw-core-freehtml .eve2018 .company_only {
  display: none;
}

.tgw-core-freehtml .br_tab{
  display: none;
}
.tgw-core-freehtml .sp_only{
  display: none!important;
}
.tgw-core-freehtml .sp_none{
  display: block!important;
}
}




@media print, screen and (max-width: 959px) and (min-width: 769px){
  .tgw-core-freehtml .sub-menu .sub-menu_inner{
    width: 100%;
    margin: 0 auto;
  }
  .tgw-core-freehtml .sub-menu .sub-menu_inner ul li a{
    font-size: 0.6875rem /* GWP OriginalValue|11.0|PX| */;
  }
  .tgw-core-freehtml .br_tab{
    display: block;
  }
  .tgw-core-freehtml .menu > ul > li.second > ul.normal-sub > li{
    float: left;
    margin-bottom: 15px;
    width: 50%;
  }
  .tgw-core-freehtml .search_inner{
    width: 95%;
    margin: 0 auto;
  }
  .tgw-core-freehtml .search_box input{
    width: 40%;
  }
  .tgw-core-freehtml .menu > ul > li.fourth > ul.normal-sub > li{
    width: 50%;
  }
  .tgw-core-freehtml .menu > ul > li.first > ul.normal-sub > li{
    width: 50%;
    margin-right: 20px;
  }
  .tgw-core-freehtml .menu > ul > li.first > ul.normal-sub > li > a{
    width: 300px;
    height: 80px;
  }
}
@media print, screen and (max-width: 768px) {
 .tgw-core-freehtml .menu-container {
    width: 100%;
    margin: 0 auto;
}


.tgw-core-freehtml .menu-dropdown-icon.close:before {
  content: "\f107";
  font-family: "FontAwesome";
  display: none;
  cursor: pointer;
  float: right;
  padding: 10px 0px 10px 20px;
  font-size: 2.1875rem /* GWP OriginalValue|35.0|PX| */;
  color: #fff;
  display: block;
}
.tgw-core-freehtml .menu-dropdown-icon.open:before {
  content: "\f106";
  font-family: "FontAwesome";
  display: none;
  cursor: pointer;
  float: right;
  padding: 10px 0px 10px 20px;
  font-size: 2.1875rem /* GWP OriginalValue|35.0|PX| */;
  color: #fff;
  display: block;
}
  
  .tgw-core-freehtml .menu > ul > li.third:before,.tgw-core-freehtml .menu > ul > li.zero:before{
    content: "\f105";
    font-family: "FontAwesome";
    cursor: pointer;
    float: right;
    padding: 10px 0;
    font-size: 2.1875rem /* GWP OriginalValue|35.0|PX| */;
    color: #fff;
    display: block;
  }
.tgw-core-freehtml .menu > ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0;
    position: relative;
    /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
    box-sizing: border-box;
  display: none;
}

.tgw-core-freehtml .menu > ul:before,
.tgw-core-freehtml .menu > ul:after {
    content: "";
    display: table;
}

.tgw-core-freehtml .menu > ul:after {
    clear: both;
}

.tgw-core-freehtml .menu > ul > li {
    background: rgba(20,20,20,1);
    padding: 0 15px;
    margin: 0;
    width: 100%;
    float: none;
    display: block;
}
.tgw-core-freehtml .menu > ul > li.menu-dropdown-icon.open {
	padding-bottom: 20px;
}
.tgw-core-freehtml .menu > ul > li.act {
    background: #333;
}
.tgw-core-freehtml .menu > ul > li.third.act::before{
  display: none;
}
.tgw-core-freehtml .menu > ul > li a {
    text-decoration: none;
    padding: 1.3em 0;
    width: 100%;
    display: block;
    color: #fff;
    border-bottom: 2px solid #666666;
}

.tgw-core-freehtml .menu > ul > li > ul {
    display: none;
    width: 100%;
    padding: 20px;
    position: relative;
    z-index: 99;
    left: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
}

.tgw-core-freehtml .menu > ul > li > ul:before,
.tgw-core-freehtml .menu > ul > li > ul:after {
    content: "";
    display: table;
}

.tgw-core-freehtml .menu > ul > li > ul:after {
    clear: both;
}

.tgw-core-freehtml .menu > ul > li > ul > li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    background: none;
    float: none;
    width: 100%;
}

.tgw-core-freehtml .menu > ul > li > ul > li a {
    color: #fff;
    padding: .2em 0;
    width: 95%;
    display: block;
    border-bottom: 1px solid #ccc;
}
.tgw-core-freehtml .menu > ul > li > ul > li > ul {
    display: block;
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
    box-sizing: border-box;
}

.tgw-core-freehtml .menu > ul > li > ul > li > ul:before,
.tgw-core-freehtml .menu > ul > li > ul > li > ul:after {
    content: "";
    display: table;
}

.tgw-core-freehtml .menu > ul > li > ul > li > ul:after {
    clear: both;
}

.tgw-core-freehtml .menu > ul > li > ul > li > ul > li {
    float: left;
    width: 100%;
    padding: 10px 0;
    margin: 0;
    font-size: .8em;
}

.tgw-core-freehtml .menu > ul > li > ul > li > ul > li a {
    border: 0;
}

.tgw-core-freehtml .menu > ul > li > ul.normal-sub {
    width: 100%;
    left: auto;
    padding: 0px 20px;
}

.tgw-core-freehtml .menu > ul > li.first > ul.normal-sub > li {
  width: 50%;
}
/*リンク矢印*/
.tgw-core-freehtml .menu > ul > li:not(.first) > ul.normal-sub > li a::after{
  font-family: 'FontAwesome';
  /*content: '\f105';*/
  position: relative;
  left: 5px;
}
.tgw-core-freehtml .menu > ul > li.first > ul.normal-sub > li > ul > li.new_win a::after{
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url(../images/icon_window_white.png);
  background-size: cover;
  position: relative;
  right: -8px;
}
.tgw-core-freehtml .menu > ul > li.second > ul.normal-sub > li a.act,.tgw-core-freehtml .menu > ul > li.fourth > ul.normal-sub > li:first-child a.act,.tgw-core-freehtml .menu > ul > li.third > a.act,.tgw-core-freehtml .menu > ul > li.zero > a.act{
  background-color: #333;
  /*opacity: 0.2;*/
}
.tgw-core-freehtml .menu > ul > li.second > ul.normal-sub > li a.act::after,.tgw-core-freehtml .menu > ul > li.fourth > ul.normal-sub > li:first-child a.act::after,.tgw-core-freehtml .menu > ul > li.zero.act::before{
  display: none;
}
.tgw-core-freehtml .menu > ul > li > ul > li:first-child {
    margin: 0;
}
.tgw-core-freehtml .menu > ul > li > ul > li > ul {
    position: relative;
}
.tgw-core-freehtml .menu > ul > li > ul > li > ul > li {
    float: none;
}
.tgw-core-freehtml .menu{
  display: none;
}
.tgw-core-freehtml .menu > ul {
    display: block;
}
.tgw-core-freehtml .menu > ul > li > ul.normal-sub > li a {
  border: 0;
  padding: 1em 0.5em;
}
/*製品サービス*/
.tgw-core-freehtml .menu > ul > li.first > ul.normal-sub > li {
  width: 100%;
}
.tgw-core-freehtml .menu > ul > li.first > ul.normal-sub > li > a{
  border: 0;
  padding: 1em 0.5em;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #666666;
}
  .tgw-core-freehtml .menu > ul > li.first > ul.normal-sub > li > a.close::after{
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 1.4em;
    position: absolute;
    right: 0.5em;
    top: 13px;
  }
  .tgw-core-freehtml .menu > ul > li.first > ul.normal-sub > li > a.open::after{
    content: "\f106";
    font-family: "FontAwesome";
    font-size: 1.4em;
    position: absolute;
    right: 0.5em;
    top: 13px;
  }
  .tgw-core-freehtml .menu > ul > li.first > ul.normal-sub > li > ul{
    margin: 0;
    border-bottom: 1px solid #666666;
    display: none;
  }
  .tgw-core-freehtml .menu > ul > li.first > ul.normal-sub > li > ul > li{
    padding: 0;
  }
  .tgw-core-freehtml .menu > ul > li.first > ul.normal-sub > li > ul > li > a{
    border: 0;
    padding: 1em 1em;
    width: 100%;
  }
.tgw-core-freehtml .menu > ul > li.first > ul.normal-sub > div {
  width: 100%;
}
  .tgw-core-freehtml .menu > ul > li.second > ul.normal-sub > li:not(:first-child){
  border: none;
  width: 50%;
  float: left;
  margin-top: 30px;
}
  .tgw-core-freehtml .menu > ul > li.second > ul.normal-sub > li:not(:first-child) a{
    padding: 0;
  }
  .tgw-core-freehtml .menu > ul > li.second > ul.normal-sub > li:not(:first-child) a:last-child{
    margin-top: 10px;
    display: inline;
    padding: 0;
  }
  .tgw-core-freehtml .menu > ul > li.second > ul.normal-sub > li:nth-child(3) a:last-child,
  .tgw-core-freehtml .menu > ul > li.second > ul.normal-sub > li:nth-child(5) a:last-child,
  .tgw-core-freehtml .menu > ul > li.second > ul.normal-sub > li:nth-child(7) a:last-child{
    margin-left: 5%;
  }
  .tgw-core-freehtml .menu > ul > li.second > ul.normal-sub > li:nth-child(2) a.menu_recruit-image{
    display: block;
    border: 1px solid #fff;
    background-image: url("../images/menu-company-image01.jpg");
    width: 95%;
    height: 80px;
    background-size: cover;
  }
  .tgw-core-freehtml .menu > ul > li.second > ul.normal-sub > li:nth-child(3) a.menu_recruit-image{
    display: block;
    border: 1px solid #fff;
    background-image: url("../images/menu-company-image02.jpg");
    width: 95%;
    height: 80px;
    background-size: cover;
    margin-left: 5%;
  }
  .tgw-core-freehtml .menu > ul > li.second > ul.normal-sub > li:nth-child(4) a.menu_recruit-image{
    display: block;
    border: 1px solid #fff;
    background-image: url("../images/menu-company-image04.jpg");
    width: 95%;
    height: 80px;
    background-size: cover;
  }
  .tgw-core-freehtml .menu > ul > li.second > ul.normal-sub > li:nth-child(5) a.menu_recruit-image{
    display: block;
    border: 1px solid #fff;
    background-image: url("../images/menu-company-image05.png");
    width: 95%;
    height: 80px;
    background-size: cover;
    margin-left: 5%;
  }
  .tgw-core-freehtml .menu > ul > li.second > ul.normal-sub > li:nth-child(6) a.menu_recruit-image{
    display: block;
    border: 1px solid #fff;
    background-image: url("../images/menu-company-image06.jpg");
    width: 95%;
    height: 80px;
    background-size: cover;
  }
  .tgw-core-freehtml .menu > ul > li.second > ul.normal-sub > li:nth-child(7) a.menu_recruit-image{
    display: block;
    border: 1px solid #fff;
    background-image: url("../images/menu-company-image03.jpg");
    width: 95%;
    height: 80px;
    background-size: cover;
  background-position: 0 -15px;
    margin-left: 5%;
  }
  .tgw-core-freehtml .menu > ul > li.second > ul.normal-sub > li:not(:first-child) a.menu_recruit-image::after{
    display: none;
  }
  /*.menu > ul > li.second > ul.normal-sub > li:last-child a.menu_recruit-image,.menu > ul > li.fourth > ul.normal-sub > li:last-child a{
    margin-left: 5%;
  }*/

.tgw-core-freehtml .menu > ul > li.fourth > ul.normal-sub > li:not(:first-child){
  border: none;
  width: 50%;
  float: left;
  margin-top: 30px;
}
  .tgw-core-freehtml .menu > ul > li.fourth > ul.normal-sub > li:not(:first-child) a{
    padding: 0;
  }
  .tgw-core-freehtml .menu > ul > li.fourth > ul.normal-sub > li:not(:first-child) a:last-child{
    margin-top: 10px;
    display: inline;
    padding: 0;
  }
  .tgw-core-freehtml .menu > ul > li.fourth > ul.normal-sub > li:nth-child(2) a.menu_recruit-image{
    display: block;
    border: 1px solid #fff;
    background-image: url("../images/menu-image01.jpg");
    width: 95%;
    height: 80px;
    background-size: cover;
  }
  .tgw-core-freehtml .menu > ul > li.fourth > ul.normal-sub > li:nth-child(3) a.menu_recruit-image{
    display: block;
    border: 1px solid #fff;
    background-image: url("../images/menu-image02.jpg");
    width: 95%;
    height: 80px;
    background-size: cover;
  }
  .tgw-core-freehtml .menu > ul > li.fourth > ul.normal-sub > li:not(:first-child) a.menu_recruit-image::after{
    display: none;
  }
.tgw-core-freehtml .menu > ul > li.fifth > div{
  padding: 15px 0 50px 0;
}
.tgw-core-freehtml .menu > ul > li.fifth > div > ul > li{
}
.tgw-core-freehtml .menu > ul > li.fifth > div > ul > li:first-child a::before{
  color: #fff;
  font-size: 1rem /* GWP OriginalValue|16.0|PX| */;
  font-family: 'FontAwesome';
  content: '\f0ac';
  position: absolute;
  top: -1px;
  left: -1.3em;
}
.tgw-core-freehtml .menu > ul > li.fifth > div > ul > li:nth-child(2) a::before{
  color: #fff;
  font-size: 1rem /* GWP OriginalValue|16.0|PX| */;
  font-family: 'FontAwesome';
  content: '\f0e8';
  position: absolute;
  top: -1px;
  left: -1.3em;
}
.tgw-core-freehtml .menu > ul > li.fifth > div > ul > li:last-child a::before{
  color: #fff;
  font-size: 1rem /* GWP OriginalValue|16.0|PX| */;
  font-family: 'FontAwesome';
  content: '\f0e0';
  position: absolute;
  top: -1px;
  left: -1.3em;
}
  
  
.tgw-core-freehtml .menu > ul > li.fifth > div > ul > li a::after{
  color: #fff;
  font-size: 0.9375rem /* GWP OriginalValue|15.0|PX| */;
  font-family: 'FontAwesome';
  content: '\f105';
  position: absolute;
  top: -1px;
  left: 10em;
}
.tgw-core-freehtml .menu > ul > li.fifth > div > ul > li > a{
  position: relative;
  border: none;
  margin: 13px 1.5em;
  display: inline-block;
  width: 155px;
  padding: 0;
  left: 0.5em;
}
  .tgw-core-freehtml .menu > ul > li.second > ul > li,.tgw-core-freehtml .menu > ul > li.fourth > ul > li{
    border-bottom: 1px solid #666;
  }
  .tgw-core-freehtml .menu > ul > li.second > ul > li a,.tgw-core-freehtml .menu > ul > li.fourth > ul > li a{
    width: 100%;
  }
.tgw-core-freehtml .search_box{
  width: 100%;
  height: 56px;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 999;
  position: absolute;
  top: 45px;
  border: none;
  display: none;
}
.tgw-core-freehtml .search_inner{
  text-align: center;
  padding-top: 9px;
}
.tgw-core-freehtml .search_box fieldset{
  border: none;
  width: 100%;
  margin: 0 auto;
}
.tgw-core-freehtml .search_box input{
  border-radius: 3px;
  height: 35px;
  width: 70%;
  border: none;
  padding-left: 10px;
}
.tgw-core-freehtml .search_box button{
  height: 35px;
  width: 20%;
  color: #fff;
  background-color: #0064D2;
  border: 0;
  border-radius: 3px;
}
.tgw-core-freehtml .recruit .recruit_only{
  display: none;
}
.tgw-core-freehtml .company .company_only{
  display: none;
}
/*展示会ページ*/
.tgw-core-freehtml .e2018_only {
  display: none;
}

  .tgw-core-freehtml .br_tab{
    display: block;
  }
.tgw-core-freehtml .sp_only{
  display: block!important;
}
.tgw-core-freehtml .sp_none{
  display: none!important;
}
}
