@charset "utf-8";
/* ---------------------------------------------------
 Layout-pc-s
--------------------------------------------------- */
@media screen and (min-width: 1025px) and (max-width: 1280px) {


.br-mid{
	display: block;
}
.br-sp{
	display: none;
}
.sp-phone{
	display: none;
}

/*========= ヘッダーナビ ===============*/
.header-nav{
	position: absolute;
	z-index: 20;
	top: 0;
	right: 0;
	left: auto;
	width: 100%;
	margin-right: 0;
	height: 145px;
}
.header-nav-container-item{
	position: relative;
  display: inline-flex;       /* 文字に合わせて幅が縮む */
  align-items: center;        /* 縦方向中央揃え */
	font-size: clamp(12px, 2vw, 14px);
	color: #333;
	font-weight: bold;
	padding: 0px 10px 0;       /* ← ここで左右余白を固定 */
	opacity: 1;
	transition: 1s;
	box-sizing: border-box;     /* padding込みで幅を計算 */
}

/*========= contact ===============*/
.header-nav-container-contact{
	font-family: "Roboto", sans-serif;
	font-weight:  bold;
	font-style: normal;
	font-size: 18px;

	background: #333;
	color: #fff;
	padding: 12px 20px;

	
	opacity: 1;
	transition: 1.0s ;
	border-radius: 30px;
	margin: 48px 20px;
}

.header-nav-container-contact:hover{
		opacity: 0.3;
}
.header-nav-container-contact a{text-decoration: none; color:#fff ;}
.header-nav-container-contact a:link {text-decoration: none; color:#fff;}
.header-nav-container-contact a:active{text-decoration: none;}


/*--------------------------------------------------------
  メインビジュアル
--------------------------------------------------------*/
/*親*/
.swiper-slide {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #fff;
  overflow: hidden;
}

/*1*/
.slide1{
	position: absolute;
	top: 290px;
	right:0%;
	width: 55%;
	height: 58vh;
	overflow: hidden;
}
.slide1 img {
	object-fit: cover;
	width: 100%;
	height: 58vh;
  }

/* テキスト全体の配置 */
.top-text{
	position: absolute;
	top: 155px;
	left: 4%;
	z-index: 100;
}

/* 英語見出し */
.top-headline{
	font-family: "Roboto", sans-serif;
	font-weight: bold;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 80px;
	letter-spacing: -0.01em;
	color: #fff;
}


/* 日本語見出し1 */
.top-headline-jp{
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 19px;
	letter-spacing: 0.1em;
	color: #fff;
	background-color: #333;
	padding: 12px 15px;
	margin-top: 40px;
	width: 47%;
}

/* 日本語見出し2 */
.top-headline-jp2{
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 19px;
	letter-spacing: 0.1em;
	color: #fff;
	background-color: #333;
	padding: 12px 15px;
	width: 38%;
	margin-top: 10px;
}

/* 本文（説明） */
.top-headline-body{
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 17px;
	letter-spacing: 0.05em;
	line-height: 2em;
	margin-top: 24%;
	margin-left: 10px;
	color: #fff;
}


/*背景グラデーション*/
.main-back{
	position: absolute;
	top:0%;
	left:0%;
	width: 90%;
	height: 96vh;
	z-index: 0;
	background: linear-gradient(to right, #09adad 0%, #95c6c6 65%, #ffffff 100%);
}
.main-back-sp{
	display: none;
}

/*ロゴ*/
.top-logo{
		position: absolute;
		z-index: 20;
		top: 30px;
		left: 4%;
		width: 400px;
}

.top-logo img{
	opacity: 1;
	transition: 1.0s ;
}
.top-logo img:hover{
	opacity: 0.5;
}
.top-content{
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #fff;
}

.sub-content{
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	font-style: normal;
		font-size: clamp(12px, 2vw, 14px);
}


/*--------------------------------------------------------
事業内容
--------------------------------------------------------*/
/*********************
タイトル(事業内容共通）
**********************/
#top-business{
	margin-top: 180px;
}
.business-back{
	width: 90%;
}
.business-back-sp{
	display: none;
}
.business-title{
	margin-top: -220px;
	margin-bottom: 160px;
	margin-left: 185px;
}
/*********************
ネジ・小物･周辺部品の販売
**********************/
.business-1 ,
.business-3{
	width: 100%;
	height: 500px;
	position: relative;
	margin-bottom: 100px;
}
.business-1-background,
.business-3-background{
	position: absolute;
	right: 0;
	width: 80%;
	height: 460px;
	background-color: #f5f5f5;
	z-index: -100;
}
.business-1-inner {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  padding-top: 80px;
	gap: 30px;
}
.business-1-image{
	width: 55%;
}
.business-1-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
	overflow: hidden;
}
.business-1-image-sp{
	display: none;
}

.business-1-text {
  flex: 1;
  min-width: 280px;
  max-width: 540px;
  margin-top: 0px;
}

.business-1-text h3 {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
  color: #00a6a6;
  font-size: 26px;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: solid 1px #555;
}
.business-1-text p {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 24px;
}

/*********************
各種機械・ツール類の販売
**********************/
.business-2 {
	width: 100%;
	height: 980px;
	position: relative;
	margin-bottom: 100px;
}

.business-2-background{
	position: absolute;
	left: 0;
	width: 80%;
	height: 980px;
	background-color: #f5f5f5;
	z-index: -100;
}
.business-2-inner {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  padding-top: 80px;
	gap: 30px;
}
.business-2-image{
 	width: 55%;
}
.business-2-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
	overflow: hidden;
}

.business-2-text h3 {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
  color: #00a6a6;
  font-size: 26px;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: solid 1px #555;
}
.business-2-text p {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 24px;
}

/*********************
機械工具取り扱いメーカー 一覧
**********************/

  /* btn-list全体の幅や余白調整 */
  .btn-list {
    width: 95%;          /* PCの90% → 少し大きめに */
    margin: 60px auto;   /* 上下余白も少し減らす */
    padding: 10px;
  }

  /* 内部コンテンツのパディングや横幅 */
  .btn-list-inner {
    width: 95%;
    padding: 20px;       /* PCより少し狭める */
    justify-content: center;
  }


  /* ボタン幅・パディング調整 */
  a.btn-business-3 {
   width: 45%;           /* PCでは50%だった場合、少し小さく */
    padding: 12px 80px;   /* 横パディングを少し減らす */
    margin-top: 15px;
    margin-bottom: 20px;
  }



/*--------------------------------------------------------
  強み コンテンツ
--------------------------------------------------------*/

#top-feature{
	margin-top: 100px;
	height: 1100px;
}
/*タイトル*/
.feature-container{
	width: 90%;	
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	margin: -960px auto 60px;
}

.feature-inner{
	position: absolute;
	z-index: 100;
	width: 90%;
	left: 50%;
	transform: translate(-50%);

display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
justify-content: space-between;
margin: 0 auto;
}
.feature-text{
	width: 55%;
}
.feature-graph{
	width: 43%;
	height: 630px;
	background-color: #fff;
	opacity: 0.8;
}
.feature-1{
	background-color: #fff;
	opacity: 0.8;
	margin-bottom: 20px;
	padding: 30px;
}
.feature-1-title{
	font-size: 26px;
	padding-bottom: 10px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
}
.feature-1 p{
	font-size: 16px;
	line-height: 1.6em;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	text-align: justify;
}
.feature-graph img{
	width: 94%;
	padding-left: 50px;
	padding-top: 170px;
	margin: 0 auto;
}

/*--------------------------------------------------------
会社案内
--------------------------------------------------------*/
/*********************
タイトル
**********************/

.company-container{
	width: 90%;
	margin: 0 auto 40px;
	padding-top: 120px;
}

/*--------------------------------------------------------
アクセス
--------------------------------------------------------*/
.company-address{
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  margin: 100px auto 40px;
}

.subway{
	width: 90%;
	margin: 40px auto;
	font-size: 18px;
	border: solid 1px #555;
	padding: 20px;
	text-align: center;
}

/*--------------------------------------------------------
イメージ画像
--------------------------------------------------------*/
.image-container{
	width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}
.image-item{
	width: 48%;
	margin-top: 60px;
	justify-content: space-between;
}


/*--------------------------------------------------------
お問い合わせ
--------------------------------------------------------*/
#top-contact{
	margin-top: 60px;
}
.top-contact-title-container{
	width: 86%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: start;
	margin: 0 auto 40px;
}
.top-contact-title{
	margin-top: 0px;
	width: 180px;
	height: 180px;
	background-color: #f6e4c3;
	border-radius: 50%;
	position: relative;
	overflow: visible;
}
.top-contact-title-eg{
	position: absolute;
	top: 60px;
	left: 60px;
	font-size: 28px;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-style: normal;
	color: #555;
	letter-spacing: 0.05em;
}
.top-contact-title-jp{
	position: absolute;
	top: 95px;
	left: 62px;
	font-size: 20px;
	font-family: "Zen Old Mincho", serif;
	font-weight: 600;
	color: #555;
	width: 240px;
}
.top-contact-container{
	width: 92%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto 40px;
}
.top-contact-container-item{
	width: 45%;
	margin: 0 auto 40px;
	text-align: center;
	background-color: #ec6d56;
	padding: 20px 20px 20px;
	border-radius: 30px;
}
.top-contact-container-item p{
	font-family: "Zen Old Mincho", serif;
	font-weight: 700;
	font-style: normal;
	font-size: 16px;
	color: #fff;
}
.top-contact-phone{
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	font-size: 20px;
	color: #fff;
	margin-top: 30px;
	letter-spacing: 0.05em;
	text-align: center;
}
.top-contact-phone a{text-decoration: none; color:#fff;}
.top-contact-phone a:link {text-decoration: none; color:#fff;}
.top-contact-phone a:visited{text-decoration: none; color:#fff;}
.top-contact-phone a:hover{color:#a9a9a9;}
.top-contact-phone a:active{text-decoration: none;}

.top-contact-phone-mark {
	display: flex;
	justify-content: center;
	align-items: center; /* 高さを揃える */
	gap: 0.5em; /* マークと番号の間に余白 */
	font-size: 38px;
	letter-spacing: 0.08em;
  }
  .top-contact-phone-mark img {
	height: 0.8em; /* 高さを文字と揃える（調整可能） */
	width: 0.8em;
  }
.top-contact-phone-mark a{text-decoration: none; color:#fff ;}
.top-contact-phone-mark a:link {text-decoration: none; color:#fff;}
.top-contact-phone-mark a:visited{text-decoration: none; color:#fff;}
.top-contact-phone-mark a:active{text-decoration: none;}

.top-contact-phone-hour{
	font-size: 16px;
	width: 86%;
	border: solid 1px #fff;
	text-align: center;
	padding: 4px;
	margin: 20px auto 6px;
}
.top-contact-mail-block a {
	display: block;
	transition: filter 1s ease;
  }

.top-contact-mail-block a:hover {
	filter: brightness(80%); /* 100%より小さくすると暗くなる */
	cursor: pointer;
}
.top-contact-mail-text{
	font-size: 16px;
	width: 86%;
	border: solid 1px #fff;
	text-align: center;
	padding: 4px;
	margin: 16px auto 6px;
	color:#fff;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	font-style: normal;
}
.top-contact-mail-mark{
	width: 80px;
	margin: 20px auto 5px;
}


/*--------------------------------------------------------
フッター
--------------------------------------------------------*/
.footer-container{
	width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
	padding-bottom: 40px;
}
.footer-container{
	width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
	padding-bottom: 40px;
}
/*スペック*/
.footer-address{
	width: 100%;
	margin: 60px auto 30px;
}

}
