@charset "UTF-8";
/* CSS Document */
ul {
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
  list-style: none;
}

li a {
  text-decoration: none;
}

a {
  cursor: pointer;
}

/*--------------------------------------------------------------*/
/*-- モバイル --*/
@media (max-width: 767px) {
  nav#topMenu {
    display: none;
  }
}
/*-- PC表示共通メニュー --*/
nav#topMenu {
  background: url(../images/menu/menu_background.jpg) repeat-x;
  max-height: 52px;
  border-top: 2px solid #e96c0e;
}

nav#topMenu ul {
  display: flex;
  max-width: 980px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

nav#topMenu ul li {
  flex: 1;
  max-height: 50px;
  width: 100%;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #c6c6c6;
  z-index: 99;
}

nav#topMenu ul li:first-child {
  border-left: none;
}

nav#topMenu ul li:last-child {
  border-right: none;
}

/*
nav#topMenu ul li:hover{
	background: url(../images/menu_navi/menu_bacuground2.png);
}
*/
nav#topMenu ul li.back_none {
  background: none;
  transition: 3s;
  cursor: pointer;
}

nav#topMenu ul li.back_none img:hover {
  background-image: linear-gradient(transparent 90%, #08325c 10%);
}

@media (max-width: 979px) {
  nav#topMenu ul li:hover {
    background: none;
  }
}
nav#topMenu ul li:last-child:hover {
  border-right: none;
}

nav#topMenu ul li img {
  width: 100%;
  max-width: 160px;
  display: block;
  cursor: pointer;
}

nav#topMenu ul li.back_bar {
  background: url(../images/menu_navi/menu_bacuground2.png);
}

nav#topMenu > ul > li > a {
  transition: all 0.2s ease-in;
}

nav#topMenu > ul .menu {
  transition: all 0.2s ease-in;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  width: 100%;
  height: 340px;
  left: 0;
  text-align: center;
  position: absolute;
  background: rgb(8, 50, 92);
  box-shadow: 0px 6px 3px -3px rgba(0, 0, 0, 0.6);
  z-index: 30;
}

nav#topMenu > ul .menu .megamenu {
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  padding-bottom: 5px;
}

.megamenu .menu_flex {
  display: flex;
  position: relative;
}

.megamenu .flex {
  display: flex;
}

.menuhide {
  color: #fff;
  opacity: 0.8;
  font-size: 30px;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.slick_on {
  opacity: 0.75;
  transition: 0.8;
}

.megamenu_img {
  background-size: cover;
  background-position: center center;
  opacity: 0.6;
  width: 40%;
  height: auto;
}

.megamenu_img.about {
  background-image: url("../images/about/conic.jpg");
}

.megamenu_img.punching {
  background-image: url("../images/punch/punch_index.jpg");
}

.megamenu_img.bending {
  background-image: url("../images/brake/brake_index.jpg");
}

.megamenu_img.machine {
  background-image: url("../images/machinery/top_machinery.jpg");
}

.megamenu_img.tech {
  background-image: url("../images/tech/tech_index.jpg");
}

.megamenu_img.catalog {
  background-image: url("../images/web/catalog_index.jpg");
}

h3.menu_title {
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 5px;
  margin-top: 15px;
  margin-bottom: 20px;
  text-align: left;
}

p.menu_link {
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  padding-left: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
  text-align: left;
  background: url("../images/common/ar_white.png") no-repeat;
  background-position: 0 8px;
  line-height: 1.4;
  padding-bottom: 1px;
  transition: all 0.3s;
}
p.menu_link.font--small {
  font-size: 12px;
}
p.menu_link.contents--middle {
  font-size: 12px;
  padding-left: 35px;
  margin-bottom: 10px;
  background: url("../images/common/arrow.png") no-repeat;
  background-position: 8px 0;
  transition: all 0.3s;
}

_:lang(x)::-ms-backdrop,
p.menu_link {
  padding-bottom: 0;
  background-position: 0 3px;
}

p.menu_link span {
  display: inline-block;
}

p.menu_link a:after {
  content: "";
  width: 0;
  transition: all 0.3s ease;
  border-bottom: 1px solid #ffffff;
  display: block;
  padding-bottom: 2px;
}

p.menu_link a:hover:after {
  width: 100%;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 2px;
}

p.menu_link a {
  color: #ffffff;
}

p.menu_link a:hover {
  color: #ffffff;
}

/**/
.tooltip {
  background: #34363a;
  font-size: 9px;
  color: #ffffff;
}

/*-- header内背景画像読み込み --*/
.background_images {
  position: relative;
  left: -999px;
  display: none;
}

/*--  --*/
.sub_menu_back {
  background: rgba(255, 255, 255, 0.9);
  padding: 20px 0 20px 0;
  width: 100%;
  position: absolute;
  left: 0;
  box-shadow: 0px 6px 3px -3px rgba(0, 0, 0, 0.6);
  border-top: 5px solid #001037;
  z-index: 100;
  display: none;
}

.sub_menu {
  margin: 0 auto;
  max-width: 980px;
}

.sub_menu .title {
  margin-right: 50px;
  margin-left: 10px;
  width: 200px;
}

.sub_menu .title h4 {
  font-size: 22px;
  font-weight: 900;
  color: #343434;
}

.sub_menu .contents {
  width: 100%;
}

.sub_menu .contents .flex {
  justify-content: space-between;
  padding-right: 10px;
}

.sub_menu .contents .flex.punch_flex {
  padding-right: 20px;
}

nav#topMenu ul li img.img_radius {
  max-width: initial;
}

.sub_menu .punch_box img.img_radius {
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}

.sub {
  margin-right: 30px;
  width: 100%;
}

.sub:last-of-type {
  margin-right: 0;
}

.sub h5 a {
  font-size: 16px;
  color: #001037;
  border-bottom: 1px solid #001037;
  transition: 0.5s;
}

.sub h5 a:hover {
  font-size: 16px;
  color: #e96c0e;
  border-bottom: 1px solid #e96c0e;
}

.sub p {
  margin-bottom: 15px;
  opacity: 0.8;
}

.sub p:last-of-type {
  margin-bottom: 0;
}

.flex {
  display: flex;
}

/*-- 言語表示 --*/
ul.header_list > li.language:hover .index_sub_menu {
  max-height: 9999px;
  opacity: 1;
  visibility: visible;
}

ul.header_list > li.language > a {
  transition: all 0.2s ease-in;
}

/*-- 言語内下線部 --*/
.index_sub_menu {
  transition: all 0.2s ease-in;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  left: 0;
  position: absolute;
  box-shadow: 0px 6px 3px -3px rgba(0, 0, 0, 0.6);
  z-index: 101;
  border-radius: 3px;
}

.index_sub_menu_box {
  margin-left: auto;
  margin-right: auto;
  padding-right: 10px;
  display: inline-block;
  background: #e96c0e;
}

.index_sub_menu_box ul {
  padding-bottom: 15px;
}

.headerBtn ul.header_list .index_sub_menu_box ul li {
  margin-top: 15px;
  margin-right: 10px;
  display: block;
  text-align: left;
  background: none;
}

.headerBtn ul.header_list .index_sub_menu_box ul li:before {
  position: absolute;
  content: " ";
  width: 8px;
  height: 8px;
  left: 10px;
  display: inline-block;
  background: url("../images/common/ar_white.png") no-repeat;
  margin-top: 5px;
}

.headerBtn ul.header_list .index_sub_menu_box ul li a {
  position: relative;
  z-index: 1;
  color: #fff;
  display: block;
}

.headerBtn ul.header_list .index_sub_menu_box ul li a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0%;
  height: 1px;
  background: #fff;
  z-index: -1;
  transition: all 0.4s;
}

.headerBtn ul.header_list .index_sub_menu_box ul li:hover a:after {
  width: 100%;
}

.headerBtn ul.header_list li.language {
  background: #fff;
}

/*--
ul.header_list > li.language:hover .index_sub_menu {
	max-height: 9999px;
	opacity: 1;
	visibility: visible;
}
ul.header_list > li.language > a {
  transition: all .2s ease-in;
}
.index_sub_menu {
	transition: all .2s ease-in;
	max-height: 0;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	left: 0;
	position: absolute;
	box-shadow: 0px 6px 3px -3px rgba(0,0,0,0.6);
	z-index: 101;
	border-radius: 3px;
}
.index_sub_menu_box{
	margin-left: auto;
	margin-right: auto;
	padding-right: 10px;
	display: inline-block;
	background: #E96C0E;
}
.index_sub_menu_box ul {
	padding-bottom: 15px;
}
.headerBtn ul.header_list .index_sub_menu_box ul li {
	transition: all .2s ease-in;
	margin-top: 15px;
	margin-right: 10px;
	border-bottom: 1px solid #E96C0E;
	display: block;
	text-align: left;
	background: url("../images/common/ar_white.png") no-repeat;
	background-position: -3px 5px;
}

.headerBtn ul.header_list .index_sub_menu_box ul li a{
	color:  #FFF;
}
.headerBtn ul.header_list .index_sub_menu_box ul li:hover{
	border-bottom: 1px solid #FFF;
	box-sizing: border-box;
}
.headerBtn ul.header_list li.language {
	background: #FFF;
}
--*/
span.arrow_icon {
  background: #fff;
  position: absolute;
  top: 10px;
  left: 12px;
  transition: all 300ms 0s ease;
}

.rotate {
  transform: rotate(90deg);
}

ul.header_list li.language:hover + span.arrow_icon {
  display: none;
}

/*メガメニューの中の横幅*/
.megamenu_box {
  width: 585px;
  min-width: 550px;
  position: relative;
}

/**/
.fas.fa-angle-up.menuhide {
  cursor: pointer;
}

.font--small {
  font-size: 12px;
}

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

.ma_bottom20 {
  margin-bottom: 20px !important;
}

.ma_top10 {
  margin-top: 10px !important;
}/*# sourceMappingURL=menu_megamenu.css.map */