@charset "utf-8";
/* ---------------------------------------------------
 Layout-pc-s
--------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {
/* 共通
  ------------------------------------------------------------*/
	body {
  overflow-x: hidden;
}
	.br-pc{
	display: none;
}

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

/*========= ヘッダーナビ ===============*/
.header-nav{
	display: none;
}

/*========= 三本線 ===============*/
  .openbtn{
    display: block;
  }
	.openbtn{
		position:fixed;
		z-index: 888;/*ボタンを最前面に*/
		top:10px;
		right: 10px;
		cursor: pointer;
		width: 50px;
		height:50px;
	}

  /*×に変化*/
	.openbtn span{
		display: inline-block;
		transition: all .4s;
		position: absolute;
		left: 14px;
		height: 1px;
		border-radius: 2px;
		background-color: #666;/*カラー*/
		width: 45%;
		}

	/*三本線の高さ*/
	.openbtn span:nth-of-type(1) {
		top:15px;
		}
	.openbtn span:nth-of-type(2) {
		top:23px;
		}
	.openbtn span:nth-of-type(3) {
		top:31px;
		}
  /*end//三本線の高さ*/

	.openbtn.active span:nth-of-type(1) {
			top: 18px;
			left: 18px;
			transform: translateY(6px) rotate(-45deg);
			width: 30%;
			background-color: #fff;/*カラー*/
	}
	.openbtn.active span:nth-of-type(2) {
		opacity: 0;
		background-color: #fff;/*カラー*/
	}
	.openbtn.active span:nth-of-type(3){
		top: 30px;
		left: 18px;
		transform: translateY(-6px) rotate(45deg);
		width: 30%;
		background-color: #fff;/*カラー*/
	}


/*========= TOPマーク ===============*/
	.top-mark{
		display: block;
		}
	.top-mark{
		position:fixed;
		z-index: 888;/*ボタンを最前面に*/
		bottom:30px;
		right: 30px;
		width: 40px;
		height:40px;
		opacity: 0.8;
	}

/*============================
ナビゲーション ===============*/

#g-nav{
	display: block;

	/*position:fixed;にし、z-indexの数値を大きくして前面へ*/
	position:fixed;
	z-index: 100;
	/*ナビのスタート位置と形状*/
	top:0;
	right: -100%;
	width:100%;
	height: 100vh;/*ナビの高さ*/
	background:#fff;/*ナビ背景色*/
	opacity: 0.8;
	/*動き*/
	transition: all 0.6s;
}

    /*アクティブクラスがついたら位置を0に*/
    #g-nav.panelactive{
        right: 0;
    }

    /*ナビゲーションの縦スクロール*/
    #g-nav.panelactive #g-nav-list{
        /*ナビの数が増えた場合縦スクロール*/
        position: fixed;
        z-index: 999;
        width: 100%;
        height: 100vh;/*表示する高さ*/
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

    /*ナビゲーション*/
    #g-nav ul {
        /*ナビゲーション天地中央揃え*/
        position: absolute;
        z-index: 999;
        top:50%;
        left:50%;
        transform: translate(-50%,-50%);
    }

    /*リストのレイアウト設定*/

    #g-nav li{
			list-style: none;
			text-align: center;
    }

    #g-nav li a{
			color: #333;
			text-decoration: none;
			padding:10px;
			display: block;
			text-transform: uppercase;
			letter-spacing: 0.1em;
			font-family: "Zen Kaku Gothic New", sans-serif;
			font-weight: 600;
			font-style: normal;
    }

    /*ホバー半透明*/
    #g-nav li a:hover{
				opacity: 0.5;
    }


/*--------------------------------------------------------
  メインビジュアル
--------------------------------------------------------*/

/*1*/

.slide1 {
  position: absolute;
	top: 330px;
	left: 5%;
  width: 95%;
  height: 50vh;
	overflow: hidden;
}


.slide1 img {
	object-fit: cover;
	width: 100%;
	top: 310px;
	left: 5%;
	height: 100%;
	object-position: left;   /* ← 画像のトリミング起点を「左」にする */
  }

/* テキスト全体の配置 */
.top-text{
		position: absolute;
    top: 145px;
    left: 5%;
    width: 100%;
}
/* 英語見出し */
.top-headline{
	font-family: "Roboto", sans-serif;
	font-weight: bold;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 62px;
	letter-spacing: -0.01em;
	color: #fff;
	line-height: 1;
}

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

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

/* 本文（説明） */
.top-headline-body{
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 14px;
	letter-spacing: -0.02em;
	line-height: 1.8em;
	margin-top: 55vh;
	margin-left: 0px;
	color: #fff;
	text-align: justify;
	width: 85%;
}

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

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

.top-content{
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 12px;
	letter-spacing: -0.02em;
}

.top-logomark{
	width:30%;
	margin-top: 5px;
}


/*--------------------------------------------------------
事業内容
--------------------------------------------------------*/
/*********************
タイトル(事業内容共通）
**********************/
#top-business{
	margin-top: 100px;
}
.business-back{
	width: 90%;
}
.business-back-sp{
	display: none;
}
.business-title{
	width: 75%;
	margin-top: -170px;
	margin-bottom: 100px;
	margin-left: 65px;
}
.business-title-eg{
	font-size: 14px;
}
.business-title-jp{
	font-size: 30px;
}
.business-title-body{
	font-size: 16px;
	font-weight: 500;
	margin-top: 15px;
	line-height: 1.8em;
	text-align: justify;
	letter-spacing: -0.01em;
}
/*********************
ネジ・小物･周辺部品の販売
**********************/
.business-1{
	width: 100%;
	height: 500px;
	position: relative;
	margin-bottom: 100px;
}
.business-1-background{
	position: absolute;
	right: 0;
	width: 80%;
	height: 490px;
	background-color: #f5f5f5;
	z-index: -100;
}
.business-3{
	width: 100%;
	height: 370px;
	position: relative;
	margin-bottom: 100px;
}
.business-3-background{
	position: absolute;
	right: 0;
	width: 80%;
	height: 370px;
	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: 60px;
	gap: 30px;
}
.business-1-image{
	width: 50%;
}
.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;
}
.btn-business-1 {
  display: inline-block;
  background-color: #00a6a6;
  color: #fff;
  margin-top: 15px;
  text-align: center;
  width: 100%;
  padding: 12px 50px;
  text-decoration: none;
  border-radius: 30px;
  font-size: 16x;
  font-weight: bold;
  transition: background-color 1s ease;
}

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

.business-2-background{
	position: absolute;
	left: 0;
	width: 80%;
	height: 800px;
	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: 60px;
	gap: 30px;
}
.business-2-image{
 	width: 50%;
}
.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 {
    width: 90%;          /* PCより少し小さめ */
    margin: 50px auto;   /* 上下余白調整 */
    padding: 8px;
  }

  /* 内部コンテンツも縮小 */
  .btn-list-inner {
    width: 96%;
    padding: 10px;       /* PCより狭め */
    justify-content: center; /* 横並びを維持 */
		padding-top: 20px;
  }

  /* アイコン */

.btn-list-icon {
  width: 60px;
  padding-top: 0px;
}
  .btn-list-icon img {
    width: 60px;          /* 縮小表示 */
    height: auto;
  }

  /* タイトル */
  .btn-list-text {
    font-size: 20px;      /* 少し縮小 */
    padding: 15px;
  }

  /* ボタン */
  a.btn-business-3 {
    width: 50%;           /* PCより少し小さく */
    padding: 10px 60px;   /* パディング縮小 */
    margin-top: 15px;
    margin-bottom: 20px;
  }

  /* 説明文＋ボタン部分（縦並び維持） */
  .btn-list-description {
    gap: 10px;
  }


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

#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: 713px;
	background-color: #fff;
	opacity: 0.8;
}
.feature-1{
	background-color: #fff;
	opacity: 0.8;
	margin-bottom: 20px;
	padding: 25px;
}
.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: 95%;
	padding-left: 20px;
	padding-top: 205px;
	margin: 0 auto;
}

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

.company-container{
	width: 90%;
	margin: 0 auto 40px;
	padding-top: 120px;
}
/*********************
フレックスボックス
**********************/
.company-inner{
	width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
	
  padding-bottom: 100px;
	gap:35px;
}
.company-item{
	width: 47%;
	margin: 0px;
	position: relative;
  	display: inline-block;
		gap: 10px;
}

/*--------------------------------------------------------
アクセス
--------------------------------------------------------*/
.company-address{
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  margin: 100px auto 40px;
}
.company-name{
	width: 31%;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	font-size: 38px;
}
.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_nav{
	padding-top: 40px;
	padding-right: 10px;
}

/*スペック*/
.footer-address{
	width: 100%;
	margin: 60px auto 30px;
}

}
