@charset "UTF-8";

/*
	Theme Name: kobayashi-dw
	Theme URI: http://kobayashi-dw.com
	Author: kobayashi-dw
	Author URI: http://kobayashi-dw.com
*/

/****************************************

          General Setting

*****************************************/
.equipment_slide {
	float: left;
	width: calc(100% - 0px);
	height: 400px;
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 80px;
	position: relative;
	z-index: 0;
	overflow: hidden;
	background: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: url("https://taguchi-ind.com/wp-content/uploads/2025/04/equipment_slide.jpg") no-repeat center center;
	background-size: cover;
}

.equipment_slide p span {
	width: calc(100% - 160px);
	position: absolute;
	bottom: 50px;
	left: 70px;
	color: #fff;
	font-size: 60px;
	line-height: 150%;
	font-variant-ligatures: none;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	z-index: 1;
	text-decoration:underline;
	text-decoration-color: #fff;
	text-decoration-thickness: 2px;
	text-underline-offset: 15px;
	text-shadow: 2px 3px 3px rgba(82, 110, 125, 0.4);
	box-shadow: none;
	transition: 1s;
  opacity: 0;
  transform: translateY(20px);
  display: block;
}

.equipment_slide p span:first-child {
  animation: catch_anime 1.4s forwards 1s;　
}
.equipment_slide p span:nth-child(2) {
  animation: catch_anime 1.4s forwards 2s;
}
.equipment_slide p span:nth-child(3) {
  animation: catch_anime 1.4s forwards 3s;
}
.equipment_slide p span:nth-child(4) {
  animation: catch_anime 1.4s forwards 4s;
}

@keyframes catch_anime {
  0% {
    transform: translateY(20px);
  }
   100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.equipment_logo {
	float: left;
	width: calc(100% - 20px);
	margin-top: -50px;
	margin-left: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	padding: 0;
	text-align: right;
	position: relative;
	z-index: 1;
}


.equipment_bbox01 {
	float: left;
	width: calc(100% - 0px);
	margin: 0px;
	margin-bottom: 50px;
	padding: 0px;
	padding-bottom: 50px;
	border-bottom: solid 1px #ccc;
}

.equipment_sbox01 {
	float: left;
	width: calc(100% - 0px);
	margin: 0px;
	padding: 0px;
}

.equipment_right01 {
	float: left;
	width: calc(50% - 0px);
	margin: 0px;
	margin-bottom: 20px;
	padding: 0px;
}

.equipment_title01 {
	float: left;
	width: 100%;
	margin-top: 30px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	padding: 0px;
	color: #0071bf;
	font-size: 40px;
	font-weight: Black 600;
	line-height: 1.7;
	font-family: 'Noto Sans JP', sans-serif;
}

.equipment_img01 {
	float: left;
	width: calc(50% - 30px);
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 30px;
	margin-bottom: 20px;
	padding: 0px;
}

.equipment_img02 {
	float: left;
	width: 150px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
	padding: 0px;
	border-radius: 10px;
	overflow: hidden;
}







@media screen and (max-width: 959px) {
	/* 959px以下に適用されるCSS（タブレット用） */


}	



@media screen and (max-width: 480px) {
	/* 480px以下に適用されるCSS（スマホ用） */
	
.equipment_slide {
	float: left;
	width: calc(100% - 0px);
	height: 250px;
	margin: 0px;
	margin-bottom: 50px;
	padding: 0px;
	position: relative;
	z-index: 0;
	overflow: hidden;
	background: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: url("https://taguchi-ind.com/wp-content/uploads/2025/04/equipment_slide.jpg") no-repeat center center;
	background-size: cover;
}

.equipment_slide p span {
	width: calc(100% - 160px);
	position: absolute;
	bottom: 50px;
	left: 20px;
	color: #fff;
	font-size: 40px;
	line-height: 150%;
	font-variant-ligatures: none;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	z-index: 1;
	text-decoration:underline;
	text-decoration-color: #fff;
	text-decoration-thickness: 2px;
	text-underline-offset: 15px;
	text-shadow: 2px 3px 3px rgba(82, 110, 125, 0.4);
	box-shadow: none;
	transition: 1s;
  opacity: 0;
  transform: translateY(20px);
  display: block;
}
	
.equipment_right01 {
	float: left;
	width: calc(100% - 0px);
	margin: 0px;
	margin-bottom: 20px;
	padding: 0px;
}
	
.equipment_title01 {
	float: left;
	width: 100%;
	margin-top: 30px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	padding: 0px;
	color: #0071bf;
	font-size: 30px;
	text-align: center;
	font-weight: Black 600;
	line-height: 1.7;
	font-family: 'Noto Sans JP', sans-serif;
}
	
.equipment_img01 {
	float: left;
	width: calc(100% - 0px);
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	padding: 0px;
}
	
.equipment_img02 {
	float: left;
	width: calc(100% / 3 - 10px);
	margin-top: 0px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 15px;
	padding: 0px;
	border-radius: 5px;
	overflow: hidden;
}
	
}