@charset "utf-8";

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

  /* 共通
  ------------------------------------------------------------*/
	body {
  overflow-x: hidden;
}
	.br-pc{
	display: none;
}

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

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

/*-- ヘッダータイトル --*/
.sb-business-title{
	margin-top: 110px;
}


/* 事業内容 <screws.html>
------------------------------------------------------------*/

/*-- ヘッダータイトル共通あり --*/
#sb-business{
	margin-top: 80px;	
}

.sb-business-bar{
	height: 6px;
	background-color: #333;
}

.sb-business-back{
	display: none;
}

.sb-business-back-sp{
	display: block;
	width: 100%;
	height: 160px;
}
.sb-business-back-sp img{
	object-fit: cover;
	height: 160px;
}
.sb-business-title-inner{
	width: 90%;
	margin-top: -145px;
	margin-bottom: 0px;
	margin-left: 25px;
}

.sb-business-title-inner2{
	width: 90%;
	margin: 0 auto;
	margin-top: 15px;
	margin-bottom: 0px;
	margin-left: 5%;
	font-size: 22px;
	text-align: center;
}
/*-- ヘッダータイトル共通あり end --*/


/*-- キャッチコピー --*/
.sb-business-headline-section{
	width: 90%;
	margin: 70px auto 50px;
}

.sb-business-headline{
	font-size: 18px;
	line-height: 2em;
	letter-spacing: -0.03em;
}
.sb-business-body{
	width: 100%;
	margin: 30px auto;
	line-height: 2em;
	font-size: 15px;
	font-style: normal;
	text-align: justify;
}


/*-- 製品（共通箇所あり）  --*/
.product-spec {
  width: 90%;
  margin: 60px auto 70px;
}
.product-spec-title {
  font-size: 20px;
  text-align: center;
  padding: 15px 0;
  margin-bottom: 40px;
}
.product-spec-label {
	background-color: #eee;
  width: 100%;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	font-size: 18px;
  margin-bottom: 8px;
  padding: 10px 15px;
}
.product-spec-content {
  width: 100%;
  line-height: 1.6;
	font-size: 15px;
  margin-bottom: 20px;
  padding: 6px 10px;
	text-align: justify;
}


/*ネジ小物部品
------------------------------------------------------------*/
.product-spec-inner-image{
  width: 90%;
  margin: 0 auto;
}
  .product-grid{
	text-align: center;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
  }



/*-- イメージ（共通箇所あり）  --*/
.sb-business-img-container{
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	height: 160px;
}
.sb-business-img-item{
	width: 50%;
	height: 160px;
}
.sb-business-img-item img{
	object-fit: cover;
	height: 160px;
	display: block; /* ← 念のため追加（余白対策） */
}

/*-- 強み（共通箇所あり）  --*/
.sb-business-feature{
	width: 100%;
	background-color: #09adad;
	padding-bottom: 60px;
}
.sb-business-feature-title{
	text-align: center;
	padding-top: 80px;
	font-size: 24px;
	padding-bottom: 20px;
}

.sb-business-feature-container{
	width: 85%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 20px auto;
	gap: 20px;
}
.sb-business-feature-item{
	width: 100%;
	height: 100px;
	padding: 0px 20px;
	text-align: center;
	font-size: 18px;
	display: flex;
  justify-content: center; /* 横方向中央 */
  align-items: center;     /* 縦方向中央 */
	line-height: 1.8em;
}

.sb-business-feature-item2{
  display: none;
}
.sb-business-feature-item2-sp{
	display: block;
	width: 100%;
	padding-top: 30px;
	background-color: #fff;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	text-align: center;
	align-items: center;
	font-size: 18px;

}


/* 事業内容　よくあるご相談
------------------------------------------------------------*/
/*-- ねじ販売 --*/
.sb-business-consult{
	width: 100%;
	background-image:url("/business1/images/sb-business-back-sp.jpg");
	background-size: cover;
	background-position: center center; /* ←これを追加 */
	height: auto;
	padding-bottom: 60px;
  	min-height: 300px; /* ← モバイルSafari対応 */
}
/*-- ツール販売 --*/
.sb-business2-consult{
	width: 100%;
background-image: url("/business2/images/sb-business2-back-sp.jpg");
	background-size: cover;
	background-position: center center; /* ←これを追加 */
	height: auto;
	padding-bottom: 60px;
  	min-height: 300px; /* ← モバイルSafari対応 */
}
/*-- 部品製作 --*/
.sb-business3-consult{
	width: 100%;
	background-image:url("/business3/images/sb-business3-back-sp.jpg");
	background-size: cover;
	background-position: center center; /* ←これを追加 */
	height: auto;
	padding-bottom: 60px;
  	min-height: 300px; /* ← モバイルSafari対応 */
}

 .sb-business-consult-title {
    font-size: 24px;
    padding-top: 70px;
    text-align: center;
  }

  .sb-business-consult-inner {
    width: 90%;
    margin: 20px auto;
    padding: 15px;
    box-sizing: border-box;
  }

  .sb-business-consult-question,
  .sb-business-consult-question-2 {
    flex-direction: row;
    align-items: stretch;
    padding: 0;
    margin: 15px auto;
    width: 100%;
    /* 隙間を完全に消す */
    gap: 0;
  }

  .sb-business-consult-q {
    width: 40px;
    background-color: #09adad;
    font-size: 20px;
    padding: 10px;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
  }

  .sb-business-consult-content {
    flex: 1;
    background-color: #cccccc;
    font-size: 16px;
    padding: 15px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
		text-align: justify;
  }

  .sb-business-consult-answer,
  .sb-business-consult-answer-2 {
    width: 85%;
    padding: 0px 0px 20px 0px; 
    font-size: 14px;
    line-height: 1.6em;
    box-sizing: border-box;
		text-align: justify;
  }

	.sb-business-bottom{
	margin: 40px auto 0px;
	text-align: center;
	font-size: 18px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	line-height: 2em;
	width: 90%;
  letter-spacing: -0.01em;
}


/*部品制作　対応体制の関係図・加工工程のフロー
------------------------------------------------------------*/
.process-container{
  display: none;
}

.process-container-sp{
  display: block;
  position: relative;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 10px 25px 45px;
  background: #00a6a6; /* 背景色が必要 */
}
.process-container-inner{
margin: 0 auto;
background-color: #fff;
}
.process-container-text{
  text-align: center;
  font-size: clamp(20px, 2vw + 16px, 30px);
	color: #fff;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
  padding-top: 35px;
  margin-bottom: 25px;
}




.btn-business-4 {
  display: inline-block;
  background-color:#fff;
  color:  #00a6a6;
  text-align: center;
  width:50%;
	margin: 0 auto;
  padding: 5px 0;
  text-decoration: none;
  border-radius: 30px;
  font-size: 12px;
	margin-bottom: 10px;
  margin-top: 5px;
}

/*部品制作　製作事例 
------------------------------------------------------------*/
.case-studies {
  background-color: #eee;
  padding: 10px 0 80px;
	margin-top: 70px;

}

.case-studies-inner {
  width: 90%;
  margin: 60px auto 50px;
}
.case-studies-inner-image{
  width: 90%;
  margin: 0 auto;
}
  .thumb-grid {
	text-align: center;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
  }


/* メーカー一覧ページ
------------------------------------------------------------*/
/* 共通：スマホは自動 */
.maker-kana-nav .kana-btn {
  flex: 0 1 48%;        /* スマホは2列くらい */
  text-align: center;
  padding: clamp(10px, 1vw, 10px) 0;
  background: #00a19a;
  color: #fff;
  border-radius: clamp(33px, 2vw, 25px);
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  transition: background 0.3s ease;
}

.maker-table th,
.maker-table td {
  padding: clamp(8px, 1vw, 14px) clamp(8px, 2vw, 35px);
  border-bottom: 1px solid #ddd;
  text-align: left;
  vertical-align: middle;
  font-size: clamp(15px, 1.5vw, 20px);
}

/* 行選択に戻る */
.maker-kana-nav-back {
  text-align: center;  /* 全体を中央揃え */
  margin: 30px;
}

.maker-kana-nav-back .kana-btn {
  position: relative;
  display: inline-block;
  padding-left: 25px; /* 三角形が重ならないように左に余白 */
  font-size: 14px; /* フォントサイズを大きく */
  text-decoration: none; /* アンダーラインを消す */
  color: #000; /* テキストの色 */
  line-height: 50px; /* 高さを合わせる */
}

.maker-kana-nav-back .kana-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%); /* 垂直方向の中央揃え */
  width: 0;
  height: 0;
  border-left: 10px solid transparent;  /* 三角形の左側 */
  border-right: 10px solid transparent; /* 三角形の右側 */
  border-bottom: 10px solid #000; /* 三角形の色 */
}

/* hover時のスタイル */
.maker-kana-nav-back .kana-btn:hover {
opacity: 0.5;
}

/* 会社案内
------------------------------------------------------------*/
#sb-company{
	margin-top: 120px;	
	width: 100%;
}

.sb-company-title-inner{
  width: 64%;
  margin-top: -115px;
  margin-bottom: 0px;
  margin-left: 35%;
  font-size: 28px;

}
  .sb-company-message {
    position: relative;
    display: block;
    margin-bottom: 1150px;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }

  .sb-company-message-image {
  width: 75%;
  margin-left: 0; /* 左寄せ */
  margin-right: auto;
  z-index: 2;
  }

  .sb-company-message-image img {
    width: 100%;
    height: auto;
    display: block;
  }

.sb-company-message-text-block {
  position: absolute;
  top: 50%;                  /* 現状の位置をキープ */
  right: 0;                  /* 右寄せ */
  left: auto;
  transform: none;           /* 中央寄せ解除 */
  width: 90%;               /* 幅 */
  padding: 24% 25px 30px;
  background-color: #eee;
  z-index: 1;
  box-sizing: border-box;
}

  .sb-company-message-text-inner {
    width: 100%;
		padding-top: 20px;
  }

  .sb-company-message-title-jp {
    font-size: 22px;
    padding: 0 5px;
    text-align: left;
  }

  .sb-company-message-title-eg {
    font-size: 15px;
    padding: 0 5px;
    text-align: left;
  }

  .company-message-line {
    margin: 5px 0;
    width: 100%;
  }

  .sb-company-message-text-inner p {
    margin-top: 20px;
    font-size: 16px;
    line-height: 2em;
    padding: 0 5px;
		letter-spacing: -0.01em;
  }




  .sb-company-history-inner-table {
    overflow-x: auto;
  }

  .company-profile-table {
    width: 100%;
    font-size: 14px;
  }

  .company-profile-table th,
  .company-profile-table td {
    padding: 8px;
    word-break: break-word;
  }

/*-- 会社概要 --*/
.sb-company-history{
	width: 100%;
	background-image:url("../company/images/sb-company-history-bg.jpg");
	background-size: cover;
  background-position: center;  /* 画像を縦横中央に配置 */
	height: auto;
	padding-bottom: 0px;
}

  .sb-company-history-text-inner {
    width: 80%;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 30px;
    text-align: center;
  }

  /* 限定的に中央揃え */
  .sb-company-history-text-inner .sb-company-message-title-jp,
  .sb-company-history-text-inner .sb-company-message-title-eg {
    display: inline-block; /* 必要なら block に変更可 */
    text-align: center;
  }
	
  .company-profile-table {
    font-size: 14px;
  }
	
  .company-profile-table {
    width: 85%;
    margin: 0 auto;
    font-size: 14px;
    border-collapse: separate;
    border-spacing: 0 12px; /* tr間のスペース調整 */
  }

  .company-profile-table tr {
    display: block;
  }

 .company-profile-table th {
    display: block;
    width: 100%;
		border: none; /* 下線なし */
    padding: 15px 4px 0;;
  
  }
	  .company-profile-table td {
    display: block;
    width: 100%;
    padding: 10px 4px 15px;
    border-bottom: 0.5px solid #999;
}


/**** END media screen *****/
}
