
.top_kuwashiku a{
	position: relative;
	display: inline-block;
	font-size: 17rem;
	padding:0 2em 7px 0.25em;
	border-bottom: solid 1px #333;
	color:#333;
	transition:0.2s;
}
.top_kuwashiku a::after{
	content: "";
	position: absolute;
	display: block;
	height:1.25em;
	border-left: solid 1px #333;
	bottom:-0.19em;
	right:0.44em;
	transform: rotate(-45deg);
	transition:0.2s;
}
.top_kuwashiku a:hover{
	padding:0 1.5em 7px 0.75em;
}
.top_kuwashiku a:hover,
.top_kuwashiku a:hover::after{
	border-color: #c06;
	color:#c06;
}


.top_comment{
	max-width: 1180px;
	margin: 0 auto;
	margin-bottom:80px;
	padding:0 10px;
	box-sizing: border-box;
}
.top_comment p{
	font-size: 23rem;
	text-align: left;
	line-height: 1.5;
	margin-bottom: 15px;
}
.top_comment p big{
	font-size: 36rem;
}

/*企業情報*/
.top_company{
	margin-bottom:60px;
	text-align: left;
	overflow: hidden;
	box-sizing: border-box;
}
.top_company h2{
	max-width: 1180px;
	margin: 0 auto;
	font-size: 30rem;
	letter-spacing: 0.2em;
	font-weight: normal;
	padding:1em 10px;
	box-sizing: border-box;
}
.top_company_cont{
	display: flex;
	max-width: 1180px;
	margin: 0 auto;
	padding:0 10px;
	box-sizing: border-box;
	flex-direction: row-reverse;
	margin-bottom: 50px;
}
.top_company_image{
	margin-right: 75px;
	margin-bottom: 10px;
}
.top_company_image img{
	box-shadow: 10px 10px 0 0 #cce9f5;
}
.top_company_com{
	position: relative;
}
.top_company_com #text_Company_information{
	position: absolute;
	font-size: 120rem;
	line-height: 1.2;
	color:#ebebeb;
	left:-15px;
	top:-125px;
	white-space: nowrap;
}
.top_company_com p{
	font-size: 17rem;
	line-height: 2;
	margin-top: 200px;
	margin-bottom: 40px;
}
.top_company_com .top_kuwashiku{
	text-align: right;
}

/*製造体制*/
.top_manufacturing{
	position: relative;
	margin-bottom:100px;
	text-align: left;
	box-sizing: border-box;
}

.top_manufacturing::before{
	content: "";
	display: block;
	position: absolute;
	width:50%;
	height:470px;
	background-color: #eddee6;
	z-index: 5;
}
.top_manufacturing_cont{
	display: flex;
	position: relative;
	max-width: 1180px;
	margin: 0 auto;
	padding:115px 10px 0 10px;
	box-sizing: border-box;
	z-index: 10;
}

.top_manufacturing_text_box{
	position: absolute;
	width:77%;
	height:470px;
	background-color: #eddee6;
	top:0;
	left:0;
	z-index: 15;
}
.top_manufacturing #text_Manufacturing_system{
	position: absolute;
	font-size: 95rem;
	color:rgba(255,255,255,0.7);
	right:-0.15em;
	top:-0.2em;
	white-space: nowrap;
}

.top_manufacturing_image img{
	position: relative;
	box-shadow: 10px 10px 0 0 #ffcce6;
	z-index: 20;
}

.top_manufacturing_st{
	display:none;
}
.top_manufacturing_com{
	position: relative;
	padding-top: 20px;
	z-index: 20;
}
.top_manufacturing_com h2{
	font-size: 30rem;
	letter-spacing: 0.2em;
	font-weight: normal;
	margin-bottom: 1em;
}
.top_manufacturing_com{
	flex-grow: 1;
}
.top_manufacturing_com p{
	font-size: 17rem;
	line-height: 2;
	margin-bottom: 40px;
}

/*主要製品*/
.top_product{
	text-align: left;
	overflow: hidden;
}
.top_product_com{
	position: relative;
	padding:0 10px;
	max-width: 1180px;
	margin: 0 auto;
	box-sizing: border-box;
}
.top_product_com h2{
	font-size: 30rem;
	letter-spacing: 0.2em;
	font-weight: normal;
	margin-bottom: 1em;
}
.top_product_com p{
	font-size: 17rem;
	line-height: 2;
	margin-bottom: 1em;
}
.top_product_com #text_Product{
	position: absolute;
	font-size: 120rem;
	color:#e5e5e5;
	right:-100px;
	bottom: -0.22em;
	white-space: nowrap;
}
.top_seihin_list{
	margin: 0 auto;
  background: linear-gradient(to right, #fff 0%, #fff 50%, #e5e5e5 50%, #e5e5e5 100%);
}
.top_seihin_list ul{
	background-color: #e5e5e5;
	max-width: 1180px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	padding:40px 0 150px;
}
.top_seihin_list li{
	flex-grow: 1;
	margin-bottom: 40px;
}
.top_seihin_list_img{
	margin-bottom: 20px;
	text-align: center;
}
.top_seihin_list_img div{
	width:320px;
	height:240px;
	margin:0 auto;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #f5f5f5;
}

.top_seihin_list li .top_kuwashiku{
	width:80%;
	margin-left: 10%;
	font-size: 17rem;
	padding:0 0 7px 0;
	border-bottom: solid 1px #333;
	color:#333;
	text-align: center;
}

/*採用情報*/
.top_recruitment{
	text-align: left;
	background-color: #0090cc;
	color:#fff;
	padding:45px 0 0 0;
}
.top_recruitment h2{
	font-size: 30rem;
	letter-spacing: 0.2em;
	font-weight: normal;
	margin-bottom: 0.70em;
}
.top_recruitment_cont{
	position: relative;
	display: flex;
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 10px;
	box-sizing: border-box;
}
.top_recruitment_image{
	margin-left: 95px;
	margin-top: -120px;
}
.top_recruitment_com p{
	font-size: 17rem;
	line-height:2;
	margin-bottom: 2.5em;
}

.top_recruitment .top_kuwashiku a{
	border-bottom: solid 1px #fff;
	color:#fff;
}
.top_recruitment .top_kuwashiku a::after{
	border-left: solid 1px #fff;
}
.top_recruitment .top_kuwashiku a:hover{
	padding:0 1.5em 7px 0.75em;
}
.top_recruitment .top_kuwashiku a:hover,
.top_recruitment .top_kuwashiku a:hover::after{
	border-color: #ff0;
	color:#ff0;
}

.top_recruitment #text_Recruitment{
	background-color: #0090cc;
	overflow: hidden;
}
.top_recruitment #text_Recruitment p{
	max-width: 1180px;
	height:180px;
	margin: 0 auto;
	font-size: 200rem;
	color:rgba(255,255,255,0.2);
	white-space: nowrap;
	padding-left: 250px;
	margin-top: -0.2em;
	box-sizing: border-box;
}

/*-----767以下-----*/
@media screen and (max-width: 767px) {

	.top_kuwashiku a{
		font-size: 4.5vw;
	}

	.top_comment{
		margin-bottom:15%;
		padding:0 4%;
	}
	.top_comment p{
		font-size: 4.5vw;
		line-height: 1.8;
		margin-bottom: 1em;
	}
	.top_comment p big{
		font-size: 160%;
		line-height: 1.5;
	}
	.top_comment p big br{
		display: none;
	}

	/*企業情報*/
	.top_company{
		margin-bottom:15%;
	}
	.top_company h2{
		font-size: 8vw;
		letter-spacing: 0;
		padding:0;
		margin-bottom: 1em;
		text-align: center;
	}
	.top_company_cont{
		flex-direction: column-reverse;
		padding:0 4%;
		margin-bottom: 0;
	}
	.top_company_image{
		margin:0 auto;
		width: 100%;
	}
	.top_company_image img{
		width:100%;
		height:auto;
		box-shadow: 6px 6px 0 0 #cce9f5;
	}
	.top_company_com #text_Company_information{
		display: none;
	}
	.top_company_com p{
		font-size: 4.5vw;
		line-height: 1.8;
		margin-top: 1em;
		margin-bottom: 2em;
	}
	.top_company_com .top_kuwashiku{
		text-align: center;
	}

	/*製造体制*/
	.top_manufacturing{
		margin-bottom:15%;
		background-color: #eddee6;
	}

	.top_manufacturing::before{
		content: none;
	}
	.top_manufacturing_cont{
		display: flex;
		padding:15% 4%;
		flex-direction: column;
	}

	.top_manufacturing_text_box{
		display: none;
	}

	.top_manufacturing_image{
		margin:0 auto;
		width: 100%;
		order: 1;
	}
	.top_manufacturing_image img{
		width:100%;
		height:auto;
		box-shadow: 6px 6px 0 0 #ffcce6;
	}

	.top_manufacturing_st{
		display:block;
	}
	.top_manufacturing_st h2{
		font-size: 8vw;
		margin-bottom: 1em;
		text-align: center;
		font-weight: normal;
	}

	.top_manufacturing_com{
		position: relative;
		padding-top: 0;
		z-index: 20;
		order: 2;
	}
	.top_manufacturing_com h2{
		display:none;
	}
	.top_manufacturing_com p{
		font-size: 4.5vw;
		line-height: 1.8;
		margin-bottom: 2em;
		margin-top: 1em;
	}
	.top_manufacturing_com .top_kuwashiku{
		text-align: center;
	}

	/*主要製品*/
	.top_product{
	}
	.top_product_com{
		padding:0 4%;
	}
	.top_product_com h2{
		font-size: 8vw;
		margin-bottom: 1em;
		text-align: center;
	}
	.top_product_com p{
		font-size: 4.5vw;
		line-height: 1.8;
		margin-bottom: 1em;
	}
	.top_product_com #text_Product{
		display: none;
	}
	.top_seihin_list{
	}
	.top_seihin_list ul{
		padding:10% 0 20% 0;
	}
	.top_seihin_list li{
		width: 47%;
		margin: 0 1% 10% 2%;
	}
	.top_seihin_list li:nth-child(even){
		margin: 0 2% 10% 1%;
	}
	.top_seihin_list_img{
		margin-bottom: 4%;
	}
	.top_seihin_list_img div{
		width:100%;
		height:auto;
		margin:0 auto;
		padding-bottom:75%;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}

	.top_seihin_list_img img{
		width:100%;
		height: auto;
	}
	.top_seihin_list li .top_kuwashiku{
		width:100%;
		margin-left: 0;
		font-size: 3.8vw;
		padding:0 0 0.5em 0;
	}

	/*採用情報*/
	.top_recruitment{
		padding:15% 0;
	}
	.top_recruitment h2{
		font-size: 8vw;
		letter-spacing: 0;
		margin-bottom: 1em;
		text-align: center;
	}
	.top_recruitment_cont{
		position: relative;
		display: flex;
		flex-direction: column-reverse;
		padding: 0 4%;
	}
	.top_recruitment_image{
		margin-left: 0;
		margin-top: -30%;
		text-align: center;
		margin-bottom: 10%;
	}
	.top_recruitment_image img{
		width:90%;
		height:auto;
	}
	.top_recruitment_com p{
		font-size: 4.5vw;
		line-height:1.8;
		margin-bottom: 2em;
	}

	.top_recruitment .top_kuwashiku{
		text-align: center;
	}

	.top_recruitment #text_Recruitment{
		display: none;
	}

}


/*-----スライド-----*/
.slideBox{
	background-color:#ccc;
	height:calc(100% - 70px);
	width:100%;
	position:relative;
	padding-top:70px;
}
.slideBox ul{
	position: relative;
	width:100%;
	height:100%;
	overflow: hidden;
}
.slideBox li{
	position: absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0;
	animation: slider-1 20s linear infinite;
}
@keyframes slider-1 {
  0% {opacity: 0;}
  2% {opacity: 1;}
  20% {opacity: 1;}
  22% {opacity: 0;}
  100% {opacity: 0;}
}
.slideBox li:nth-child(1){
	background-image:url(../slide/slide_1.jpg?2);
	animation-delay: 0s;
}
.slideBox li:nth-child(2){
	background-image:url(../slide/slide_2.jpg?2);
	animation-delay: 4s;
}
.slideBox li:nth-child(3){
	background-image:url(../slide/slide_4.jpg?2);
	animation-delay: 8s;
}
.slideBox li:nth-child(4){
	background-image:url(../slide/slide_5.jpg?3);
	animation-delay: 12s;
}
.slideBox li:nth-child(5){
	background-image:url(../slide/slide_6.jpg?2);
	animation-delay: 16s;
}
.slideBox .slide_in_text{
	width:100%;
	height:100%;
	display:flex;
	justify-content:center;
	align-items:center;
	position:absolute;
	top:0;
}
.slideBox .slide_in_text p{
	padding-top:80px;
}

/*-----767以下-----*/
@media screen and (max-width: 767px) {

	.slideBox{
		height:calc(60% - 40px);
		padding-top:40px;
	}
	.slideBox .slide_in_text p{
		padding-top:40px;
	}
	.slideBox .slide_in_text p img{
		width:95%;
		height:auto;
	}

}
