@charset "UTF-8";

/* ---------------------------------------------------------------------------
  ★共通
--------------------------------------------------------------------------- */
:root{
  scroll-padding-top: 176px;
}
html {font-size: 62.5%;scroll-behavior: smooth;}
body{  
  font-size: 1.6rem;
}
object {pointer-events: none;}
.sp {display: none !important;}
a[href^="tel:"] {pointer-events: none;}
a {
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.pcFlex{display: flex;}
.pcFlex.half{
 justify-content: space-between;
}
.pcFlex.half >*{
 width: 48%;
}
.img_r {overflow: hidden;}
.img_r>img {float: right;
    width: 33%;
    margin-left: 15px;
    margin-bottom: 15px;
}
p,li,dt,dd,th,td,input{
  font-size: 1.6rem;
}
h1,h2,h3,h4,h5,h6 {
  font-size: 1.6rem;
}

section{
  padding: 100px 0;
}



/*タイトル
========================================== */
.h2Tit{
 font-size: 4rem;
}
.h2TitEn{
 font-size: 4rem;
}
.h2TitEn span{
	font-size: 120px;
}

.h3Tit {
  font-size: 3.4rem;
	letter-spacing: 0.1em;
	margin-bottom: 40px;
}
.h4Tit {
	font-size: 2.2rem;
	margin-bottom: 20px;
}
.h5Tit {  
	font-size: 2rem;
	margin-bottom: 20px;
}
.h6Tit{
	font-size: 1.8rem;
	margin-bottom: 20px;
}

/*
　テキスト
========================================== */
.leadTxt{
	font-size: min(1.4vw,1.8rem);
  text-align: center;
}
.note,
.pgs .note li,
.pgs p.note{
  font-size: 1.2rem;
}

/*
　ボタン,リンク
========================================== */
.pcFlex.btnWraps{
		gap:20px 40px;
		justify-content: center;
	}

.btnWraps.pgsLinks{
		gap: 20px 5%;
	}
.btnWraps.pgsLinks li{
		width: 45%;
		max-width: 300px;
	}
.btnWraps.pgsLinks .btn::after{
	right: 25px;
}

/* =======================================
  ページャー
========================================== */
/*-- pageNavi --*/
.pageNavi{
	gap:0 1.5%;
 margin-top: 80px;
}
.pageNavi .current,
.pageNavi .inactive,
.pageNavi a{
	font-size: 1.8rem;
	width: 40px;
	height: 40px;
}

/*-- pager --*/
.pager{
	margin: 50px auto 0;
}
.pager a{
	font-size: 1.6rem;
}

/* =======================================
	header
========================================== */
header{
	width: 100%;
	height: 116px;
}
.headerTel{
 position: absolute;
 top: 5px;
 right: 20px;
}

header>div.flex{
 background: #fff;
 padding: 0 0 0 20px;
 align-items:center;
}
@media screen and (max-width:1135px) {/* pC1000 */
 #headTxt{
  font-size: min(1.0vw,12px);
 }
.headerTel{
  font-size: min(1.0vw,12px);
}
.headerTel a{
 font-size: min(2vw,24px);
}
}
/* =======================================
	gnavi
========================================== */
.gnavi{
}
#gnaviList.pcFlex{
	position: relative;
 align-items: center;
	justify-content: space-between;
	padding: 0;
 height: 76px;
}
#gnaviList > li{
	position: relative;
	font-size: min(1.07vw,1.6rem);
}
#gnaviList > li + li:not(.contact)::before{
 content: "";
 display: block;
 background: #EAEAEA;
 width: 1px;
 height: 20px;
 position: absolute;
 left: 0;
 top: 0;
 bottom: 0;
 margin: auto;
}
#gnaviList > li > a{
 display:flex;
 align-items: center;
 justify-content: center;
 height: 76px;
 padding: 0px min(1.4vw,20px);
 color: var(--base);
 font-weight:600;
 white-space: nowrap;
}
#gnaviList .hasSub > a{
 position: relative;
}
/*
#gnaviList .hasSub > a::after{
	content: "";
	display: inline-block;
	border-bottom: 1px var(--base) solid;
	border-right: 1px var(--base) solid;
	-webkit-transform: rotate(45deg);
transform: rotate(45deg);
	width: 6px;
	height: 6px;
 margin-left: 4px;
}*/
#gnaviList .hasSub:hover >a{
 color: var(--blue2);
}
#gnaviList .sub li a:hover::after{
}
#gnaviList .hasSub:hover .sub{
	display: block;
	visibility: visible;
}
#gnaviList .sub{
	display: none;
	visibility: hidden;
	position: absolute;
	top: calc(100% - 10px);
	left: 0;
	z-index: 2;
	transition: all 0.6s ease-in-out;
	min-width:100px;
 border-radius: 2px;
 background: #fff;
 box-shadow: 0 0 5px 0 rgba(0,0,0,.25);
}
#gnaviList .sub li{
}
#gnaviList .sub li a{
 position: relative;
	display: block;
	padding: 16px 20px 17px 30px;
 font-size: 1.6rem;
	font-weight: 600;
 text-align: left;
	white-space: nowrap;
 line-height: 1.4;
}
#gnaviList .sub li a::before{
 content: "";
 display: block;
 border-radius: 50%;
 background:var(--gray) ;
 width: 3px;
 height: 3px;
 position: absolute;
 top: 27px;
 left: 20px;
}
#gnaviList .sub li + li{
 border-top: 1px #D9D9D9 solid;
}
.gnavi #gnaviList .contact {
 margin-top: auto;
}
/*-- hover --*/
#gnaviList li a:hover{
 color: var(--blue2);
}

/* =======================================
	main
========================================== */
main{
 padding-top: 116px;
}
/* =======================================
	footContact
========================================== */
#footContact{
}
#footContact .pcFlex{
 gap:0 66px;
}
#footContact ul li{
 width: 50%;
 max-width: 425px;
}

/* =======================================
	footer
========================================== */
footer a:hover{
	opacity: .7;
}
.footerBox{
}
.footerBox .footerLeft{
	width: min(33%, 390px);
}
.footerBox .footerRight{
	position: relative;
	justify-content: space-between;
	align-items: flex-start;
	flex-flow: row wrap;
	gap: 0 min(4.2vw,60px);
}
.footerNavi > li{
 font-weight: 600;
 margin-bottom: 40px;
 line-height: 1.1;
}
.footerNavi li ul li{
 margin-top: 4px;
}
.footerNavi li ul li a{
 position: relative;
 padding-left: 15px;
 color: #B3B2B0;
 font-size: 12px;
}
.footerNavi li ul li a::before{
 content: "";
 display: inline-block;
 height: 1px;
 width: 8px;
 background: var(--blue);
 position: absolute;
 top: 0.7em;
 left: 0;
}



/* =======================================
	pgs common
========================================== */
/*-- mainTitle --*/
.mainTitle{
	height: 150px;
}
.mainTitle h2{
	font-size: 4rem;
}

/*-- table --*/
.basicTable >dt{
	/* border-right: 1px dotted var(--blue); */
	padding: 10px 2.5%;
	width: 23%;
}
.basicTable >dd{
	padding: 10px 2.5%;
	width: 77%;
}
.basicTable >dt:last-of-type{
	border-bottom: none;
}
 .basicTable >dd:last-of-type{
	border-bottom: none;
}

/*		anchorLink
-----------------------------*/
.anchorLink{
	padding: 50px 0;
	gap:0 1.8%;
	justify-content: center;
}
.anchorLink ul{
	padding: 35px 0;
	gap:15px 20px;
}
.pageLinks{
	gap:15px 30px;
	padding: 35px 0 ;
}
.pageLinks ul{
	gap:15px 20px;
}
.anchorLink li,
.pageLinks li{
	flex: 1;
	height: 50px;
}
.anchorLink a,
.pageLinks li a{
	padding: 8px 10px;
}
.anchorLink + section{
	padding-top: 65px;
}

/*		#tabArea
-----------------------------*/
.tabBtn{
  justify-content: center;
	gap: 20px;
}
.tabBtn li{
	width: calc((100% - 80px) / 5);
	height: 50px;
	flex: 1;
}

/* =======================================
	top PC
========================================== */

/*		#mv PC
-----------------------------*/


/*		#topLead PC
-----------------------------*/
#topLead .inner{
 justify-content: space-between;
}
#topLead h2 span{
 top: -80px;
 left: -180px;
}
#topLead .inner .txts{
 width: 44.5%;
 max-width: 460px;
 padding-top: 110px;
}
#topLead .inner figure{
 width: 67.5%;
 max-width: 700px;
 margin-right: -17.3%;
}

/*		topBnr PC
-----------------------------*/


/*		#topSpecial PC
-----------------------------*/
#topSpecial .pcFlex{
 justify-content: space-between;
 flex-flow: row-reverse;
 align-items: center;
}
#topSpecial .pcFlex .txts{
 width: 44.5%;
 max-width: 460px;
}
#topSpecial .pcFlex figure{
 width: 48.1%;
 max-width: 500px;
}

#topSpecial .pcFlex .txts p{
 font-size: 18px;
 line-height: 2;
}
#topSpecial .pcFlex .txts .btnWrap{
 margin-top: 60px;
}

/*		#topWorks PC
-----------------------------*/
#topWorks{
 position: relative;
}
#topWorks .pcFlex{
 align-items: flex-end;
 justify-content: space-between;
 flex-flow: row-reverse;
}
#topWorks .pcFlex .txts{
 width: 55%;
 max-width: 570px;
}
#topWorks .pcFlex figure{
 width: 55%;
 max-width: 570px;
 margin-left: -12.85vw;
}


/*		#topCompany PC
-----------------------------*/
#topCompany .pcFlex{
 justify-content: space-between;
 align-items: center;
}
#topCompany .txts{
 width: 40.5%;
 max-width: 420px;
} 
#topCompany .txts p{
  position: relative;
 }
@media screen and (max-width: 1290px) {
 #topCompany .txts {
  margin-left: 100px;
 }
}/*- only-*/
#topCompany figure{
 width: 42.5%;
 max-width: 439px;}


/*		#topNews PC
-----------------------------*/
#topNews{
}
#topNews h2{
}
#topNews ul{
 padding: 0 40px;
}
#topNews ul li{
	padding: 40px 10px 40px 80px;
}
#topNews ul li p:not(.date){
 width:68%;
 padding-left: 14px;
 max-width:calc(100% - 72px - 120px - 52px) ;
}
#topNews a:hover{
 opacity: .7;
}
#topNews .btnWrap{
 margin-top: 55px;
}

/* =======================================
	company
========================================== */
#companyMessage .pcFlex.txtImgBox{
	gap: 50px;
}
#companyMessage .txts{
	flex: 1;
}
#companyMessage .txts .right span{
	font-size: 2.4rem;
}
#companyAccess .pcFlex.txtImgBox{
	align-items: center;
	gap: 50px;
}
#companyAccess .map{
	width: 50%;
	height: 350px;
}
#companyAccess .txts{
	width: calc(100% - (50% + 50px));
}

#companyEsg > div:not(#companyEsgAbout){
	margin-top: 50px;
}
#companyEsgAbout.pcFlex{
	align-items: center;
}
#companyEsgAbout .txts{
	padding: 100px 20% 100px 5%;
 width: 60%;
}
#companyEsgAbout .txts p{
	line-height: 2;
}
#companyEsgAbout h4{
	font-size: 3rem;
	margin-bottom: 0.5em;
}
#companyEsgAbout figure{
	margin-left: -30%;
	width: 70%;
}
.companyEsgHead{
	gap: 40px;
	margin-bottom: 20px;
	padding: 10px 0;
}
.companyEsgHead h4 .en{
	font-size: 2.6rem;
}
.companyEsgHead h4 .en span{
	font-size: 4.2rem;
}
.companyEsgHead .esgIcons img{
	max-width: 80px;
}
.companyEsgBody.pcFlex{
	gap: 30px;
	align-items: center;
}
.companyEsgBody figure{
	width: 40%;
}
.companyEsgBody .txts{
	width: calc(60% - 30px);
}

/* =======================================
strength PC
========================================== */
#strengthLead figure{
	margin: 40px auto 0;
}
	#strengthMain .txtImgBox{
		gap: 40px 5%;
		align-items: center;
		padding: 20px;
	}
	#strengthMain .txtImgBox:nth-of-type(even){
		flex-direction: row-reverse;
	}
	#strengthMain .txtImgBox figure{
		width: 400px;
	}
	#strengthMain .txtImgBox .txts{
		flex: 1;
		padding-right: 3%;
	}
	#strengthMain .txtImgBox:nth-of-type(even) .txts{
		padding-left: 3%;
		padding-right: 0;
	}
	#strengthMain .txtImgBox .h4Tit{
		font-size: min(5.8vw,3rem);
		margin-bottom: 10px;
	}
	#strengthMain .txtImgBox .leadTxt{
		font-size: min(2.2vw,2.4rem);
	}

/* =======================================
workpiece_carrier
========================================== */
#workpiece_carrier main{
	padding-bottom: 100px;
}
.carrierFeatureBox + .carrierFeatureBox{
	margin-top: 30px;
	padding-top: 30px;
}
	.carrierFeatureBox{
		align-items: center;
		justify-content: space-between;
		margin-top: 40px;
	padding: 20px;
	}
	.carrierFeatureBox .boxTit{
	width: 37%;
		display: flex;
		align-items: center;
	}
.carrierFeatureBox .boxTit .bgCircle{
	margin: 0 18px 0 0;
	font-size: 2rem;
	width: 100px;
	height: 100px;
}
.carrierFeatureBox .boxTit .bgCircle span{
	font-size: 3.4rem;
}
	.carrierFeatureBox .boxTit .h4Tit{
		text-align: left;
		margin-bottom: 0;
	}
	.carrierFeatureBox .txts{
		/* flex: 1; */
		width: 61%;
	}
	.carrierFeatureBdBox{
		gap: 30px;
		flex-direction: row-reverse;
		align-items: center;
		padding: 20px;
	}
	.carrierFeatureBdBox .txts{
		flex: 1;
	}
	.carrierFeatureBdBox figure{
		width: 300px;
	}
	/*--*/
	.orderList {
	margin-top: 40px;
}
	.orderList > li{
		gap: 20px;
		padding: 20px;
	}
	.orderList li > h4 img{
	width: min(100%, 100px);
}
.orderList .txts .orderSubTit {
	font-size: 2.4rem;
}
.orderList .txts p:not(.orderSubTit){
	padding: 20px 0;
	/* min-height: 100px; */
}
	/*--*/
	.orderSubBox h4{
	font-size: 2rem;
}
	.orderSubBox dt{
		width: 18%;
		text-align: center;
		padding: 10px;
	}
	.orderSubBox dd{
		width: 82%;
	}
	
/* careerMaterialBox */
	.careerMaterialBox.pcFlex {
		gap: 40px;
		margin: 100px auto 30px;
	}
	.careerMaterialBox.pcFlex .txts{
		flex: 1;
	}
	.careerMaterialBox.pcFlex .txts h3{
		text-align: left;
	}
	.careerMaterialBox.pcFlex figure{
		width: 400px;
	}

/* careerMetalTech */
.careerMetalTech dl{
	margin-top: 20px;
	padding: 20px;
}
.careerMetalTech dl dt{
	border-left: 5px solid var(--gold);
	margin-bottom: 5px;
	padding-left: 10px;
	font-size: 1.8rem;
}
.careerMetalTech dl dd{
	padding: 0 5%;
}
.careerMetalTech dl dd li{
	font-size: 1.4rem;
}
.careerMetalTech.pcFlex{
	margin: 30px auto 0;
	padding: 20px;
	flex-direction: row-reverse;
	gap: 40px;
}
.careerMetalTech.pcFlex .txts{
	flex: 1;
}
.careerMetalTech.pcFlex .imgs{
	width: 34%;
}

/* =======================================
#precision PC
========================================== */
#precision main{
	padding-bottom: 100px;
}
.precisionLeadQ p{
	font-size: 2.8rem;
	padding-bottom: 20px;
	padding-top: 20px;
}
.precisionLeadQ p::after{
	width: 40px;
	height: 40px;
	bottom: -21px;
	left: calc(50% - 40px);
}
.precisionLeadA{
	padding-top: 40px;
}
.precisionLeadA p{
	font-size: 2.4rem;
}
.precisionLeadA p .fw{
	font-size: 2.8rem;
}
	#precisionLead .pcFlex.txtImgBox{
		flex-direction: row-reverse;
		gap: 40px;
	}
	#precisionLead .pcFlex.txtImgBox figure{
		width: min(50%,500px);
	}
	#precisionLead .pcFlex.txtImgBox .txts{
		flex: 1;
	}
#precisionKinds .pcFlex{
 flex-flow: row-reverse;
 justify-content: space-between;
 align-items: center;
}
#precisionKinds .pcFlex figure{
 width: 44%;
}
#precisionKinds .pcFlex .txts{
 width: 52%;
}
#precisionKinds .basicTable thead th{
	width: calc(85% / 3);
}
#precisionKinds .basicTable thead th:first-child{
	width: 15%;
}

/* =======================================
#etching
========================================== */
#etching main{
	padding-bottom: 100px;
}
#etching .mainTitle{
 height: 400px;
}
#etching .mainTitle p{
	font-size: 2.4rem;
}
/**/
#etchingFeature .flexWrap{
 justify-content: center;
 gap: 30px;
}
#etchingFeature .h3Tit{
	margin: 0 auto 40px;
}
#etchingFeature .leadTxt{
 font-size: min(1.85vw,1.8rem);
}
#etchingFeature dl{
 width: calc((100% - 120px)/4);
}
#etchingFeature dl dt{
width: 150px;
height: 150px;
  margin: -60px auto 20px;
 font-size: 3rem;
}
/**/
#etchingProducts ul{
 justify-content: space-between;
}
#etchingProducts ul li{
 width: 23%;
}
#etchingProducts ul li p{
	font-size: min(1.6vw,2rem);
}
/**/
#riversteelEtching p{
 font-size: min(1.85vw,1.8rem);
	line-height: 2;
 text-align: center;
}
/**/
#etchingMaterials .flexWrap{
 justify-content: center;
 gap:30px 30px;
}
#etchingMaterials dl{
 width: calc((100% - 90px)/3);
}
#etchingMaterials dl:nth-of-type(1),
#etchingMaterials dl:nth-of-type(2){
 width: calc(50% - 30px);
}
#etchingMaterials dl dt{
 font-size: 2rem;
 padding: 5px;
}
#etchingMaterials dl dd{
	padding: 15px;
}
/**/
#processedPlate .leadTxt{
 font-size: 1.8rem;
}
#processedPlate .leadTxt em{
	font-size: 4rem;
	margin: 0 auto 30px;
	width: min(60%,720px);
}
#processedPlate .btnWraps{
	margin-top: 50px;
}
/**/
#processingMethod .flexWrap{
 gap:50px 5%;
}
#processingMethod .methodBox{
	padding: 20px;
	width: 47.5%;
}
#processingMethod .methodBox figure{
	margin-bottom: 20px;
	height: 390px;
}
/**/
#flow .h3Tit + p{
	text-align: center;
}
#flow ol{
	margin-top: 40px;
}
#flow ol li{
 flex-flow: row-reverse;
 justify-content: space-between;
 align-items: center;
}
#flow ol li + li{
 margin-top: 50px;
}
#flow ol li + li::before{
	height:34px;
	top: -52px;
}
#flow ol li figure{
 width: 40%;
}
#flow ol li .txts{
width: 57%;
	}
#flow ol li h4 span{
	font-size: 4rem;
	width: 70px;
	height: 70px;
}
#flow .btnWraps{
	margin-top: 50px;
}

/* =======================================
	#works
========================================== */
/*		.contTab
-----------------------------*/
.contTab{
	margin-top: 100px;
}

#worksTabConts .worksList{
	gap: 40px;
}
#worksTabConts .worksList li{
	width: calc((100% - 80px)/3);
}
#worksTabConts .worksList li .txts{
	padding: 15px 20px;
}
#worksTabConts .worksList li h4{
	font-size: 1.8rem;
	margin: 2px 0 15px;
}
#worksTabConts .worksList li .worksInfo span{
	font-size: 1.4rem;
}

/* =======================================
	news
========================================== */
/*		一覧
-----------------------------*/
#news main {
 padding-bottom: 50px;
}
ul#newsList{
 padding: 0 40px 50px;
}
ul#newsList li{
	padding: 20px 10px 20px 80px;
}
ul#newsList li p:not(.date){
 width:68%;
 padding-left: 14px;
 max-width:calc(100% - 72px - 120px - 52px) ;
}
ul#newsList a:hover{
 opacity: .7;
}

/*	詳細　single
-----------------------------*/
article{
 padding: 100px 0;
}
#newsDetail h3{
	font-size: 2.4rem;
}
#newsDetail .newsInfo{
	font-size: 1.6rem;
}
.newsDetailCont:has(figure){
 display: flex;
	flex-direction: row-reverse;
	gap: 40px;
}
.newsDetailCont:has(figure) figure{
	width: 400px;
	text-align: center;
}
.newsDetailCont:has(figure) figure img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.newsDetailCont:has(figure) .txts{
	flex: 1;
}

/* =======================================
	contact
========================================== */
#contactInfoNum{
 padding: 30px 3%;
}
#contactInfoNum li{
 padding: 30px 5%;
	width: calc((100% - 30px)/2);
}
#contactForm .basicTable label input[type=radio]{
	width: auto;
}

/* =======================================
	form
========================================== */
#contactForm{
	padding-bottom: 130px;
}
#contactForm .basicTable > dt{
	padding: 20px 2.5%;
	width: 25%;
}
#contactForm .basicTable > dd{
	padding: 20px 2.5%;
	width: 75%;
}
#contactForm .basicTable dd h4{
	margin-bottom: 5px;
}
#contactForm .basicTable dd h4:nth-of-type(2),
#contactForm .basicTable dd p{
	margin-top: 10px;
}
#contactForm .basicTable input:not([type=checkbox]){
	padding: 8px;
	width: 80%;
}
#contactForm .basicTable textarea{
	padding: 8px;
	width: 100% !important;
}
#contactForm .basicTable .hissu{
	padding: 3px 3% 4px;
}
.confirm {
  margin-top: 40px;
}

/* =======================================
	privacypolicy
========================================== */
#privacyPolicy{
	margin-top: 50px;
}
.policyBox{
	padding: 20px 2%;
}
.policyBox .h5Tit{
	margin-top: 40px;
}
.contactPrivacy{
	margin-top: 40px;
}