@charset "UTF-8";
.top .banner {
}
.top .bannerBg{
	position: relative;
	width:46%;
}

.top .bannerTxt {
	width: 54%;
	position: relative;
	background: linear-gradient(90deg, #044FA4 0, #0D2D6E 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	padding-right: min(5.87vw,80px);
}
.top .bannerBg::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background: -webkit-gradient(linear, left top, right top, from(rgba(4, 79, 164, 0)), to(#044fa4));
	background: -webkit-linear-gradient(left, rgba(4, 79, 164, 0) 0, #044fa4 100%);
	background: linear-gradient(90deg, rgba(4, 79, 164, 0) 0, #044FA4 100%);
	z-index:10;
}
.top .banner .bannerContent {
	width:90%;
	max-width: 1364px;
	display:flex;
	margin: 70px auto;
}

.top .bannerList {
	max-width: 600px;
}
.top .bannerBtn {
	display: block;
	height: 120px;
	border: 1px solid rgb(255, 255, 255,0.2);
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	background: rgb(255, 255, 255, 0.2);
	width: 100%;
}

.top .bannerBtn span {
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
	font-size: clamp(18px, 2vw, 25px);
	letter-spacing: .05em;
	text-align: left;
	color: #fff;
	position: relative;
	padding-left: 50px;
	display: inline-block;
	-webkit-transition: all .3s;
	transition: all .3s;

}
.top .bannerBtn::after {
	content: "";
	width: 54px;
	height: 5px;
	background: url(../img/svg/common/arrow_right2.svg) no-repeat;
	background-size: contain;
	position: absolute;
	z-index: 3;
	right: 40px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .6s;
	transition: all .6s;
}
.top .bannerBg img{
	height: 200px;
	object-fit: cover;
}
.c-btn-blur:hover span{
	position: relative;
	z-index: 3
}

@media screen and (max-width: 1200px) {
	.top .bannerBg{
		width: 30%;
	}
	.top .bannerBtn span{
		padding-left: 120px;
	}
	.top .bannerTxt{
		width: 70%;
	}

}
@media screen and (max-width: 600px) {
	.top .bannerBg{
		width: 20%;
	}
	.top .bannerTxt{
		width: 80%;
	}
	.top .banner .bannerContent {
		width: 90%;
		margin: 40px auto;
	}
	.top .bannerBtn{
		height: 60px;
	}
	.top .bannerBg img {
		height: 100px;
	}
	.top .bannerBtn span{
		padding-left: 15px;
		font-size: clamp(16px, 1.8vw, 22px);
	}
	.top .bannerBtn::after{
		width: 26px;
		right: 5px;
	}
}

.subpage .p-vacuumHsMain-r-content__btn::before {
	content: "";
	position: absolute;
	right: 15px;
	top: 50%;
	width: 7px;
	height: 7px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: translate(0, -50%) rotate(135deg);
	transform: translate(0, -50%) rotate(135deg);
	pointer-events: none;
	-webkit-transition: all .2s;
	transition: all .2s;
}


.pickup_pagelink{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	max-width: 1200px;
	margin: 40px auto 0px;
}

.pickup_pagelink a{
	background: #000;
	color: #fff;
	width: 33%;
	padding: 10px 0px;
	text-align: center;
	line-height: 1.4;
	position: relative;
}
.pickup_pagelink a::before {
	content: "";
	position: absolute;
	right: 15px;
	top: 50%;
	width: 7px;
	height: 7px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: translate(0, -50%) rotate(135deg);
	transform: translate(0, -50%) rotate(135deg);
	pointer-events: none;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.pickup_pagelink a:hover::before{
	-webkit-transform:translate(0,0) rotate(135deg);transform:translate(0,0) rotate(135deg)
}
.underline {
	border-bottom: solid 1px #999999;
}

.p-pickupList {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.p-pickupListBody {
	background: #F4F6F9;
	padding: 30px 80px;
}
.p-pickupListItem {
	max-width: 320px;
	width:33%;
}
.p-pickupListItem2 {
	max-width: 236px;
	width:24%;
}
.p-smallcasesContent {
	padding: 15px 30px 35px;
	width: 100%;
	position: relative
}

.p-smallcasesContent._before {
	/* background: #999*/
}
.p-smallcasesContent._before .p-smallcasesContent__img{
	border: solid 4px #999;
}
.p-smallcasesContent._before::before {
	content: "";
	height: 240px;
	width: 30px;
	background: #117CF6;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	right: -55px;
	-webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
	clip-path: polygon(0 0, 0 100%, 100% 50%)
}

.p-smallcasesContent._after {
	/*  background: -webkit-gradient(linear, left top, right top, from(#117cf6), to(#0d2d6e));
	background: -webkit-linear-gradient(left, #117cf6 0, #0d2d6e 100%);
	background: linear-gradient(90deg, #117cf6 0, #0d2d6e 100%)*/
}

.p-smallcasesContent._after .p-smallcasesContent__img{
	border: solid 4px #117cf6;
}

.p-smallcasesBox {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 80px
}
.p-smallcasesContent._before::before {
	width: 160px;
	height: 20px;
	top: auto;
	left: 85%;
	bottom: 160px;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
	clip-path: polygon(0 0, 50% 100%, 100% 0)
}
.p-smallcases__num {
	font-family: "Playfair Display", serif;
	font-weight: 700;
	font-size:34px;
	line-height: 1;
	margin-right: 5px;
	color: rgba(4, 79, 164, .85)
}
.p-smallcasesContent__ttl {
	text-align: center;
	font-family: "Playfair Display", serif;
	font-weight: 700;
	font-size:20px;
	line-height: 1;
	text-align: center;
	color: #000;
	margin-top:20px;
}
.p-smallcases__ttl {
	color: #044fa4;
	padding-bottom: 20px;
	border-bottom: 1px solid #999;
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
	font-size: 24px;
}
.p-smallcases ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.p-smallcases li {
	width: 560px;
}

.dotListItem{
	padding-left:25px;
	position:relative;
}
.dotListItem::before{
	content:"・";
	position:absolute;
	left:0;
	top:0px;
}

@media screen and (max-width: 1460px) {
	a.hasDropdown span,.noDropdown span{
		font-size: min(1.6vw, 14px);
	}
}

@media screen and (max-width: 1140px) {
	.p-smallcases li {
		width: 460px;
	}
	.p-smallcasesBox{
		gap: 0px
	}
	.p-smallcases ul {
		padding: 3%;
	}
	.p-smallcasesContent._before::before {
		left: 67%;
		bottom: 152px;
	}
}

@media screen and (max-width: 1000px) {
	.p-smallcases li {
		width: 400px;
	}

	.p-smallcases ul {
		padding: 2%;
	}
	.p-smallcasesContent._before::before {
		width: 80px;
		height: 10px;
		top: auto;
		left: 80%;
		bottom: 140px
	}	
}
@media screen and (max-width: 860px) {
	.p-smallcases li {
		width: 560px;
	}
	.p-smallcasesContent._before::before {
		width: 160px;
		height: 20px;
		left: 72%;
		bottom: 178px;
	}
	.p-smallcases ul {
		padding: 2%;
	}
	.p-smallcases ul {
		justify-content: center;
	}

}

@media screen and (max-width: 960px) {
	.p-pickupListBody{
		padding: 30px 30px;
	}

}
@media screen and (max-width: 860px) {
	.top .bannerBtn span {
		padding-left: 70px;
	}
}

@media screen and (max-width: 600px) {
	.pickup_pagelink a{
		width: 48%;
		margin-top: 5px;
	}
	.p-pickupListItem{
		width: 47%;
	}
	.p-pickupListItem2{
		width: 47%;
	}
	.p-pickupListBody {
		padding: 30px 10px;
	}
	.p-pickupListBody p {
		font-size: 12px;
		margin-bottom: 10px
	}
	.p-smallcases li {
		width: 100%;
		padding: 0 30px;
	}
	.p-smallcasesContent._before::before {
		left: 66%;
		bottom: 90px 
	}
	.p-smallcasesBox {
		gap: 0px;
	}
	.p-smallcasesContent {
		padding: 15px 15px 35px;
	}
	.p-smallcases__ttl{
		font-size:20px;
	}
	.p-smallcasesContent__ttl{
		font-size:17px;
	}
	.p-smallcasesContent._before::before {
		width: 80px;
		height: 10px;
		left: 78%;
		bottom: 138px;
	}
	.p-smallcasesBox.u-mt30{
		margin-top: 0px;
	}
	.top .bannerBtn span {
		padding-left: 10px;
	}
}

.top .topicsContent::after{
	display: none;
}

.pickup-fitur-font{    
	font-size: 26px;
	color: #1070e1;
	font-weight: 600;
	line-height: 1;
}
.product_diecast_case {
	padding: 60px 20px 90px
}

.product_diecast_case .p-cases__ttl {
	color: #044fa4;
	padding-bottom: 20px;
	border-bottom: 1px solid #999;
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
	font-size: 24px
}

.product_diecast_case .p-cases__num {
	font-family: "Playfair Display", serif;
	font-weight: 700;
	font-size:34px;
	line-height: 1;
	margin-right: 5px;
	color: rgba(4, 79, 164, .85)
}

.product_diecast_case .p-casesContent {
	padding: 15px 30px 35px;
	width: 100%;
	position: relative
}

.product_diecast_case .p-casesContent._before {
	background: #999
}

.product_diecast_case .p-casesContent._before::before {
	content: "";
	height: 240px;
	width: 30px;
	background: #117CF6;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	right: -55px;
	-webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
	clip-path: polygon(0 0, 0 100%, 100% 50%)
}

.product_diecast_case .p-casesContent._after {
	background: -webkit-gradient(linear, left top, right top, from(#117cf6), to(#0d2d6e));
	background: -webkit-linear-gradient(left, #117cf6 0, #0d2d6e 100%);
	background: linear-gradient(90deg, #117cf6 0, #0d2d6e 100%)
}

.product_diecast_case .p-casesBox {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 80px
}

.product_diecast_case .p-casesContent__ttl {
	text-align: center;
	font-family: "Playfair Display", serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 1;
	text-align: center;
	color: rgba(255, 255, 255, .65)
}

.product_diecast_case .p-casesContent__ttl._after {
	color: rgba(255, 255, 255, .85)
}

.product_diecast_case ._casesIcon1 {
	position: relative;
	padding-left: 45px;
	display: inline-block
}

.product_diecast_case ._casesIcon1::before {
	content: "";
	background: url(../../../img/svg/diecast/cases_1.svg) no-repeat;
	background-size: contain;
	width: 39px;
	height: 41px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	left: 0
}

.product_diecast_case ._casesIcon2 {
	position: relative;
	padding-left: 48px;
	display: inline-block
}

.product_diecast_case ._casesIcon2::before {
	content: "";
	background: url(../../../img/svg/diecast/cases_2.svg) no-repeat;
	background-size: contain;
	width: 36.52px;
	height: 33.51px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	left: 0
}

.makerlinkContainer {
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #044fa4), to(#0d2d6e));
	background: -webkit-linear-gradient(left, #044fa4 0, #0d2d6e 100%);
	background: linear-gradient(90deg, #044fa4 0, #0d2d6e 100%);
	padding: min(4.1666vw, 80px)
}

.maker-linkList {
	display: -ms-grid;
	display: grid;
	gap: 4px;
	-ms-grid-columns: 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr
}

.maker-linkList a {
	padding: 10px 20px;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: rgba(255, 255, 255, .2);
	border: 1px solid #fff;
	z-index: 0;
	color: #fff;
	height: 100%
}
.maker-linkList a::after {
	content: "";
	width: 7px;
	height: 7px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translate(0, -50%) rotate(135deg);
	transform: translate(0, -50%) rotate(135deg)
}
.maker-linkList a:hover {
	background: rgba(255, 255, 255, 0)
}
.maker-linkListItem._active a {
	background: 0 0
}
.p-makerField {
	position: relative
}
.p-makerField__img {
	width: 142px;
	height: 148px;
	position: absolute;
	right: 0;
	top: -40px
}
.p-makerField__head {
	background: #e2e2e2;
	padding: 15px 145px 15px 20px
}
.p-makerField__body {
	background: #fff;
	padding: 20px 20px 30px
}
.p-makerField__bodyInner {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
	position: relative;
}

.p-makerField__bodyInner::before {
	content: "";
	width: 2px;
	height: 100%;
	background: #e2e2e2;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	top: 0
}
.subpage .p-makerField__bodyInner ul:nth-of-type(2) {
	padding-left: 24px
}
.p-makerField__ttl {
	font-weight: 500;
	font-size: 18px
}
.p-makerField-listItem {
	padding-left: 15px;
	position: relative;
	font-size: 16px;
	-webkit-transition: all .3s;
	transition: all .3s;
	font-weight: 500
}
.p-makerField-listItem::before {
	content: "";
	width: 7px;
	height: 7px;
	background: -webkit-gradient(linear, left top, right top, from(#117cf6), to(#0d2d6e));
	background: -webkit-linear-gradient(left, #117cf6 0, #0d2d6e 100%);
	background: linear-gradient(90deg, #117cf6 0, #0d2d6e 100%);
	position: absolute;
	left: 0;
	top: .7em;
	line-height: 1
}
.is-hidden {
	opacity: 0;
	min-height: 0;
	height: 0;
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
	border-bottom: none
}
.more-btn {
	text-align: right
}
.more-btn a {
	display: inline-block;
	position: relative;
	padding-right: 15px;
	color: #0d2d6e;
	cursor: pointer
}
.more-btn a::after {
	content: "";
	width: 7px;
	height: 7px;
	border-top: 1px solid #0d2d6e;
	border-right: 1px solid #0d2d6e;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translate(0, -50%) rotate(135deg);
	transform: translate(0, -50%) rotate(135deg)
}
.more-btn a.is-close::after {
	-webkit-transform: translate(0, -50%) rotate(-45deg);
	transform: translate(0, -50%) rotate(-45deg);
	top: 60%
}
.subpage a.product-box__more.is-close span::before {
	content: "閉じる"
}
.subpage a.product-box__more span::before {
	content: "さらに表示"
}
.product .product-box__more {
	margin-top: 15px;
	text-align: right
}
@media only screen and (max-width:1024px) {
	.maker-linkList {
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr
	}
	.p-makerField__img {
		width: 100px;
		height: 104px;
		top: -20px
	}
	.p-makerField__head {
		padding: 15px 105px 15px 20px
	}
	.p-makerField__bodyInner ul:nth-of-type(2) {
		padding-left: 12px
	}
	.p-makerField__ttl {
		font-size: 16px
	}
	.p-makerField-listItem {
		font-size: 14px
	}
}
@media only screen and (max-width:600px) {
	.maker-linkList {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr
	}
}
.strengthPage .solutionswiper .swiper-txt{
	pointer-events:none;
}

.subpage .iso-img {
	max-width: 200px;
	margin-left: auto;
}


.maker-item .p-makerField-listItem::before {
	content: "";
	width: 4px;
	height: 4px;
	background: -webkit-gradient(linear, left top, right top, from(#000000), to(#000000));
	background: -webkit-linear-gradient(left, #000000 0, #000000 100%);
	background: linear-gradient(90deg, #000000 0, #000000 100%);
	position: absolute;
	left: 0;
	top: .8em;
	line-height: 1;
}

.news-content thead {
	background: #999;
	text-align: center;
	color: #fff;
	border: 1px solid #999
}

.news_ thead td {
	padding: 16px
}

.news_ th {
	width: 23.07%;
	border: 1px solid #999;
	background: #f6f8fb;
	padding: 13px;
	font-size: 14px;
	vertical-align: middle;
	font-weight: 500
}

.news_ td {
	border: 1px solid #999;
	background: #fff;
	padding: 13px;
	font-size: 13px
}
p.hamburger-sp__title._noico::before{
	content:none;
}
p.hamburger-sp__title._noico::after{
	content:none;
}
/*20240514*/

.tabs .tab__main {
	width: 100%;
}
.tabs .tab__main ul {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 4px;
}
.tabs .tab__main ul li {
	cursor: pointer;
	background: #999;
	color:#fff;
	width: 50%;
	box-sizing: border-box;
	text-align: center;
}

.tabs .tab__main ul li a{
	display: block;
	padding: 21px;
	font-size: 17px;
}

.tabs .tab__main ul li:first-of-type.active_1 {
	background: linear-gradient(90deg,#044fa4 0%, #093F8A 100%);
}
.tabs .tab__main ul li:last-of-type.active_1 {
	background: linear-gradient(90deg,#083E89 0%, #0D2D6E 100%);
}

.tabs .tab__main ul li.active_1 a{
	color: #FFF;
	font-weight: 700;

}


.tabs .order_50 {

}
.tabs .order_50 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content:flex-start;
	box-sizing: border-box;
	gap: 4px;
}

.tabs .order_50 ul li {
	background: rgba(255,255,255, 0.2);
	color: #fff;
	position: relative;
	border: 1px solid #fff;
	width: calc((100% - 40px) / 10);
	box-sizing: border-box;
	text-align: center;
	cursor: pointer;
	transition: all .2s;
}

@media only screen and (max-width:1024px) {

	.tabs .order_50 ul li {
		width: calc((100% - 16px) / 4);
	}

}
@media only screen and (max-width:600px) {
	.tabs .order_50 ul li {
		width: calc((100% - 12px) / 3);
	}
}

.tabs .order_50 ul li:hover{

	background: #00468C;
	color: #FFF;
	font-weight: 700;
}

.tabs .order_50 ul li:after {
	content: "";
	width: 7px;
	height: 7px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	position: absolute;
	top: 50%;
	left: 5px;
	transform:translate(0,-50%) rotate(135deg);
}

.tabs .order_50 ul li a{
	display: block;
	padding: 10px;
}

.p-makerField__bodyInner-50{

}

.makerlist-50{
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	position: relative;
	gap	:0 24px;
}

.makerlist-50::before {
	content: "";
	width: 2px;
	height: 100%;
	background: #e2e2e2;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	top: 0
}
/*
.makerlist-50 li:nth-child(even) {
	margin-left: 24px
}*/
.t-x-d-a{
text-decoration: underline;
}
.t-x-d-a:hover{
text-decoration: none;
opacity:0.7;
}
.c-btn-blur2{
line-height:normal;
padding:20px;
}
.c-btn-blur3 {
line-height:normal;
padding:20px;
}

.c-btn-grd2{
padding:24px 60px 24px 40px;
line-height:normal;
}

.c-btn-contact{
line-height:normal;
padding:24px 60px 24px 40px;
}
.c-btn-contact span{
display:inline-block;
}

@media only screen and (max-width: 600px) {
    .subpage .p-reslutBtnListItem .c-btn-blur3 {
        line-height: normal;
    }
}
.subpage .p-outlineItemList dt{
width:auto;
padding:0 0.5em;
}
.subpage .p-outlineItemList dt._laser {
  width:auto;
}
.subpage a.product-box__more.is-close span::before {
    content: "Close";
}

.subpage a.product-box__more span::before {
    content: "View More";
}

.subpage .p-jobListItem {
	min-height:210px;
	height:auto;
	padding-top:82px;
    -webkit-justify-content: flex-start
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.subpage .p-jobListItem__time::before {
	top:5px
}

@media only screen and (max-width: 767.98px) {
    .subpage .p-jobListItem {
		min-height:170px
	height:auto;
	}
}
	
.subpage .p-jobListItem__dep {
    line-height: 1.4;
    font-size: 15px;
    }
	
.subpage .p-jobListItem__time {
    font-size: 14px;
    line-height: 1.2;
	}
	
.subpage .p-laserMeritListItem{
height:auto;
min-height:78px;
}

.subpage .p-history__month{
min-width:auto;
}

.top .solutionsNav{
min-height: 230px;
}

@media only screen and (max-width:600px) {
    .strengthPage .storyHeader__ttl {
        font-size:22px;
		line-height:normal;
    }
}

.top .main-visualTxtbox__main{
	font-size:min(7vw,100px)
}
.top .main-visualTxtbox{
width:96%;
}