@charset "utf-8";
*{
	margin:0;
	padding:0;
	text-decoration:none;
	list-style:noe;
	font-size:14px;
	color:#333;
}
body {
	font-family: 'Noto Sans JP';
	font-weight:300;
	width:1050px;
	/*font-family: "Sawarabi Mincho";*/	
	margin:auto;
}
h1, h2, h3, h4, nav{
	font-family: "Sawarabi Mincho";
	font-weight:100;
}
h2{
	font-size:20px;
	text-align:center;
	margin:100px 0 50px 0;
	letter-spacing:5px;
}
nav{
	width:630px;
	height:300px;
	padding-top:40px;
	margin:auto;
}
nav p{
	float:left;
	margin:auto;
}
nav a{
	display:block;
	font-size:18px;
	transition:0.3s;
}
#insta{
	float:right;
	margin:42px 50px 0 0;
	transition:0.3s;
}
#logorepair{
	float:left;
	margin:42px 50px 0 40px;
	transition:0.3s;
}
#logorepair2{
	float:left;
	margin:100px 50px 0 10px;
	transition:0.3s;
}
nav a:hover, #insta:hover{
	color:#e00;
}
nav h1{
	float:left;
	margin:0 70px 0 70px;
}
.nav-margin-left{
	margin-left:50px;
}
.nav-margin-left1{
	margin-left:80px;
}


#slider{
	background-color:#666;
	height:500px;
}
#discription{
	margin-bottom:100px;
}
#discription p{
	text-align:center;
	line-height:30px;
	letter-spacing:2px;
	font-size:15px;
	font-family: "Sawarabi Mincho";
}
#business{
	width:850px;
	margin:auto;
	margin-bottom:100px;
}
#business p{
	font-size:13px;
	line-height:22px;
}
#repair p{
	letter-spacing:0.3px;
}
#production p{
}
#sample p{
}
#guidance p{
}
#repair{
	height:500px;
}
.letter-space{
	letter-spacing:1px;
}

#production{
	height:400px;
}
#sample, #guidance{
	height:350px;
}
#repairText, #productionText, #sampleText, #guidanceText{
	width:450px;
}
#productionText,#guidanceText{
	float:right;
}
#guidanceText{
	margin-top:35px;
}
#productionText{
	margin-top:22px;
}
.businessImage{
	float:left;
	width:300px;
	height:300px;
	margin:25px 0 0 25px;
}
#business h3{
	font-size:20px;
	letter-spacing:1px;
	line-height:40px;
	border-bottom:solid 1px #999;
	margin-bottom:20px;
}
#business h3 .subTitle{
	font-size:13px;
	letter-spacing:0px;
	float:right;
}
#business h4{
	font-size:18px;
	letter-spacing:0px;
	line-height:30px;
	margin-bottom:15px;
}
#recruit, #recruit_box{
	width:900px;
	margin:auto;
}
#recruit h3{
	font-size:20px;
	letter-spacing:1px;
	line-height:40px;
	border-bottom:solid 1px #999;
	margin-bottom:20px;
	margin-top: 50px;
}


#company, #office{
	width:900px;
	margin:auto;
}
#office{
	height:450px;
}
#company h3{
	font-size:18px;
	letter-spacing:2px;
	border-bottom:solid 1px #999;
	margin:15px 0 15px 0;
}
#company p{
	letter-spacing:1px;
}
#mainOffice, #kashiwa, #kusaka{
	float:left;
	height:400px;
}
#kashiwa{
	margin:0 52px 0 53px;
}
#detail{
	clear:both;
	width:800px;
	height:400px;
	margin:auto;
}
#detailLogo{
	float:left;
	margin:0 0 0 100px;
}
#ditailText{
	float:right;
}
#detail p{
	width:450px;
	border-bottom:solid 1px #999;
	letter-spacing:1px;
	margin-bottom:15px;	
}
#infomation{
	text-align:right;
	height:600px;
	width:1050px;
	letter-spacing:1px;
}
#infomation h2{
	margin-bottom:30px;
}
#infomation p, #infomation h2{
	text-align:center;
}
#infomation form{
	width:800px;
}
.text1, .text2, input[type="email"], input[type="tel"]{
	width:550px;
	height:40px;
	margin:30px 0 0 20px;
	border:solid 2px #CCC;
}
.text3{
	width:550px;
	height:160px;
	margin:30px 0 0 20px;
	border:solid 2px #CCC;
}
input[type="submit"]{
	margin-right:180px;
	height:40px;
	width:200px;
	background:#333;
	color:#FFF;
	text-decoration:none;
	border-style:none;
	margin-top:40px;
	transition:0.5s;
}
input[type="submit"]:hover{
	background:#FFF;
	color:#333;
	border:solid 2px #666;
}
footer{
	padding-top:100px;
	height:200px;
	width:1050px;
	text-align:center;
}
/*ボタン */
.button01{
	margin-top: 20px;
}
.button01 a {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding: 1em 2em;
  width: 200px;
  color: #FFFFFF;
	text-align: center;
  background-color: #000000;
}

.button01 a:hover {
  text-decoration: none;
  background-color: #bbbbbb;
}

/*----------------------------------
2024.04.23追加↓
-----------------------------------*/

#office2{
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
	margin-bottom: 100px;
}

#office_item{
	width: auto;
}
