@charset "UTF-8";
/* CSS Document */



/* FONT size
---------------------------------------------------------------------
[ px ]	[ % ]
10px 	72  %		19px 	136 %
11px 	79  %		20px 	143 %
12px 	86 %		21px 	150 %
13px 	93 %		22px 	158 %
14px 	100 %		23px 	165 %
15px 	108 %		24px 	172 %
16px 	115 %		25px 	179 %
17px 	122 %		26px 	186 %
18px 	129 %
---------------------------------------------------------------------*/


	
	
/* blue */
.blue {
	color: #00a0f7;
}
	
	
/* number */
.number {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	letter-spacing: 0;
}







/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 下層タイトル */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#pagetitle {
	overflow: hidden;
	position: relative;
	background: url(../../img/dot_bg.png);
}
	#pagetitle .video_wrap {
		overflow: hidden;
	}
		#pagetitle .video_wrap video{
			display: block;
			width: 1920px;
			height: auto;
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			margin: auto;
			z-index: -1;
		}


	
	
/* tit
--------------------- */
.tit {
	text-align: center;
	position: relative;
	padding: 100px 0;
}
	.tit h2 {
		font-size: 38px;
		line-height: 1;
	}

	.tit .en {
		width: 100%;
		font-size: 150px;
		color: #00a0f7;
		line-height: 1;
		letter-spacing: 0.15em;
		opacity: 0.1;
		position: absolute;
		top: 52px;
		left: 0;
	}


	
	
/* history
--------------------- */
#history {
	width: 100%;
	padding: 0 0 100px 0;
}
	#history .tit {
		padding-bottom: 60px;
	}


	#history .years {
		text-align: center;
		position: relative;
		padding-bottom: 100px;
		margin-bottom: 30px;
	}
	#history .years:before {
		content: "";
		width: 1px;
		height: 60px;
		background: #00a0f7;
		position: absolute;
		bottom: 0;
		left: 50%;
		margin-left: -0.5px;
	}
		#history .years .head {
			font-size: 143%;
			line-height: 1;
		}
			#history .years .head .number {
				font-size: 140px;
				letter-spacing: -5px;
			}

		#history .years p {
			font-size: 143%;
		}


	#history .business {
		text-align: center;
		position: relative;
		padding-bottom: 100px;
		margin-bottom: 13px;
	}
	#history .business:before {
		content: "";
		width: 1px;
		height: 60px;
		background: #00a0f7;
		position: absolute;
		bottom: 0;
		left: 50%;
		margin-left: -0.5px;
	}
	#history .business:after {
		content: "";
		width: 60px;
		height: 1px;
		background: #00a0f7;
		position: absolute;
		bottom: 30px;
		left: 50%;
		margin-left: -30px;
	}
		#history .business h3 {
			font-size: 36px;
			line-height: 50px;
			margin-bottom: 30px;
		}
			#history .business h3 .number {
				font-size: 46px;
			}

		#history .business .flex-start .box {
			width: 23%;
			height: 280px;
			color: #fff;
		}
		#history .business .flex-start .box:nth-child(1) {
			background: url(../../img/business_pht_chain.jpg) no-repeat center;
		}
		#history .business .flex-start .box:nth-child(2) {
			margin-top: 30px;
			background: url(../../img/business_pht_precision-machine.jpg) no-repeat center;
			background-size: cover;
		}
		#history .business .flex-start .box:nth-child(3) {
			background: url(../../img/business_pht_auto-parts.jpg) no-repeat center;
			background-size: 250%;
		}
		#history .business .flex-start .box:nth-child(4) {
			margin-top: 30px;
			background: url(../../img/business_pht_materials-handling.jpg) no-repeat center;
			background-size: 220%;
		}
			#history .business .flex-start .box h4 {
				font-size: 158%;
				font-weight: 500;
				padding-top: 110px;
			}


	#history .future {
		margin-bottom: 130px;
	}
		#history .future h3 {
			font-size: 36px;
			margin-bottom: 10px;
			text-align: center;
		}

		#history .future .box {
			text-align: center;
			background: url(../../img/business_pht_development-technology.jpg) no-repeat center;
			color: #fff;
			padding: 85px 0 80px 0;
		}
			#history .future .box h4 {
				font-size: 158%;
				font-weight: 500;
			}


	#history .share {
		position: relative;
		border: solid 1px #000000;
		padding: 80px 50px 50px 50px;
	}
		#history .share h3 {
			width: 100%;
			font-size: 129%;
			text-align: center;
			line-height: 2.2em;
			position: absolute;
			top: -60px;
			left: 0;
		}

		#history .share .years_txt {
			font-size: 12px;
			line-height: 1;
			text-align: right;
			margin-top: 10px;
		}
			#history .share h3 .white {
			}
			#history .share h3 .blue {
				font-size: 40px;
				background: #fff;
				padding: 0 30px;
			}

		#history .share .box {
			width: 33%;
			text-align: center;
			color: #fff;
		}
		#history .share .box:nth-child(2) {
			width: 64%;
		}
			#history .share .sbox {
				width: 50%;
				position: relative;
			}
			#history .share .sbox:nth-child(1):before {
				content: "";
				width: 1px;
				height: 180px;
				background: #6cbbf3;
				position: absolute;
				top: 50%;
				right: 0;
				margin-top: -90px;
			}

			#history .share .box .head {
				background: #00a0f7;
				padding: 25px 0 20px 0;
			}
				#history .share .box .head .txt {
					font-size: 143%;
					font-weight: 500;
					line-height: 1.4em;
					margin-bottom: 10px;
				}
				#history .share .box .head .number {
					font-size: 126px;
					line-height: 1;
				}
					#history .share .box .head .number .cap {
						font-size: 30px;
					}

			#history .share .box .text {
				font-size: 200%;
				font-weight: 700;
				background: #0e0e0e;
			}


	#history .read {
		padding-top: 40px;
		text-align: center;
		line-height: 32px;
	}


	
	
/* technology
--------------------- */
#technology {
	width: 100%;
	padding: 0 0 90px 0;
	background: url(../img/pagetitle.jpg) no-repeat center;
	background-size: cover;
}
	#technology .tit h2,
	#technology .tit .en {
		color: #fff;
	}


	#technology .column3 {
		margin-bottom: 90px;
	}
		#technology .box {
			color: #fff;
			border-top: solid 1px #ddd;
			border-bottom: solid 1px #ddd;
			position: relative;
			padding: 40px 0 30px 0;
		}
		#technology .column3 .box {
			width: 31%;
		}
		#technology .column2 .box:nth-child(1) {
			width: 31%;
		}
		#technology .column2 .box:nth-child(2) {
			width: 65.5%;
		}
			#technology .box .head {
				width: 100%;
				font-size: 129%;
				text-align: center;
				letter-spacing: 0.1em;
				position: absolute;
				top: -16px;
				left: 0;
			}
				#technology .box .head span {
					background: #fff;
					color: #000;
					padding: 0 5px;
				}

			#technology .box h3 {
				text-align: center;
				line-height: 1;
			}
			#technology .column2 .box h3 {
				font-size: 76px;
			}
			#technology .column2 .box:nth-child(1) h3 {
				padding-bottom: 5px;
			}
				#technology .box h3 .number {
					font-size: 100px;
					letter-spacing: 0;
				}
				#technology .box h3 .s {
					font-size: 60px;
				}
				#technology .box h3 .cap {
					font-size: 24px;
				}
				#technology .box h3 .big {
					font-size: 76px;
				}

			#technology .box h4 {
				font-size: 40px;
				text-align: center;
				letter-spacing: 0.1em;
				line-height: 1.4em;
				padding-top: 15px;
			}

			#technology .box .txt {
				font-size: 20px;
				text-align: center;
				line-height: 1.4em;
			}

			#technology .box .subtxt {
				line-height: 28px;
				letter-spacing: 0.1em;	
				padding-top: 20px;
			}


	#technology .read {
		padding-top: 70px;
		color: #fff;
		text-align: center;
		line-height: 32px;
	}


	
	
/* global
--------------------- */
#global {
	width: 100%;
	padding: 0 0 20px 0;
	overflow: hidden;
}
	#global .read {
		text-align: center;
		line-height: 32px;
		margin-bottom: 70px;
	}


	#global .ratio {
		width: 910px;
		margin: auto;
		padding-bottom: 100px;
	}
		#global .ratio .text {
			width: -webkit-calc(100% - 500px);
			width: calc(100% - 500px);
			text-align: center;
			padding-top: 75px;
			padding-right: 50px;
		}
			#global .ratio .text .head {
				font-size: 143%;
				margin-bottom: 12px;
			}

			#global .ratio .text .number {
				font-size: 130px;
				line-height: 1;
				margin-bottom: 10px;
			}
				#global .ratio .text .number .cap {
					font-size: 50px;
					color: #000;
				}

			#global .ratio .text p {
				letter-spacing: 0.1em;
			}

		#global .ratio .pht {
			width: 500px;
		}


	#global .world {
		background: url(../img/global_bg.gif) no-repeat center;
		height: 535px;
		position: relative;
	}
		#global .world p {
			position: absolute;
		}
		#global .world p.txt01 {
			top: 120px;
			left: 140px;
		}
		#global .world p.txt02 {
			top: -22px;
			left: 460px;
		}
		#global .world p.txt03 {
			top: 70px;
			left: 760px;
		}
		#global .world p.txt04 {
			top: 120px;
			left: 970px;
		}
		#global .world p.txt05 {
			top: 290px;
			left: 750px;
		}
		#global .world p.txt06 {
			top: 285px;
			left: 950px;
		}


	#global .detail {
		padding-top: 40px;
	}
		#global .detail .box {
			width: 46%;
			margin-right: 8%;
			margin-bottom: 60px;
		}
		#global .detail .box:nth-child(2n) {
			margin-right: 0;
		}
			#global .detail .box .past {
				text-align: center;
				height: 215px;
				margin-bottom: 10px;
				background: url(../img/arrow.gif) no-repeat center bottom;
			}
				#global .detail .box .past .head {
					font-size: 143%;
				}

				#global .detail .box .past .text {
					font-size: 143%;
					line-height: 1;
					margin-bottom: 5px;
				}
					#global .detail .box .past .text .number {
						font-size: 68px;
					}
						#global .detail .box .past .text .number .s {
							font-size: 40px;
						}

				#global .detail .box .past .years {
					font-size: 115%;
					line-height: 1;
				}

				#global .detail .box .past .txt {
					padding-top: 5px;
					font-size: 86%;
				}


			#global .detail .box .now {
				border-bottom: solid 1px #000000;
				padding-bottom: 30px;
			}
				#global .detail .box .now .head {
					font-size: 143%;
					text-align: center;
					margin-bottom: 20px;
					position: relative;
					z-index: 1;
				}
				#global .detail .box .now .head:before {
					content: "";
					width: 100%;
					height: 1px;
					background: #000;
					position: absolute;
					top: 18.5px;
					left: 0;
					z-index: -1;
				}
					#global .detail .box .now .head span {
						background: #fff;
						padding: 0 15px;
					}

				#global .detail .box .now .text {
					font-size: 26px;
					line-height: 1;
					text-align: center;
				}
					#global .detail .box .now .text .number {
						font-size: 100px;
					}

				#global .detail .box .now .years {
					font-size: 115%;
					text-align: center;
				}


			#global .detail .box .cap {
				text-align: center;
				letter-spacing: 0.1em;
				padding-top: 10px;
			}


	
	
/* spirits
--------------------- */
#spirits {
	width: 100%;
	padding: 0 0 90px 0;
	background: #0e0e0e;
}
	#spirits .tit h2,
	#spirits .tit .en {
		color: #fff;
	}


	
	
/* value
--------------------- */
#value {
	width: 100%;
	padding: 0 0 80px 0;
	background: url(../img/value_bg.jpg) no-repeat center;
	background-size: cover;
}
	#value .tit h2,
	#value .tit .en {
		color: #fff;
	}


	#value .read {
		color: #fff;
		text-align: center;
		line-height: 36px;
	}






/* 1400px */
@media screen and (max-width: 1400px) {







/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 下層タイトル */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#pagetitle #youtube-movie {
	min-width: 180%;
}


	
	
/* tit
--------------------- */
.tit .en {
	font-size: 130px;
	top: 60px;
}


	
	
/* spirits
--------------------- */
#spirits .pht img {
	width: 100%;
	height: auto;
}




	
	



	




}









/* 1160px */
@media screen and (max-width: 1160px) {


	
	
/* tit
--------------------- */
.tit .en {
	font-size: 100px;
	letter-spacing: 0.1em;
	top: 75px;
}







/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 下層タイトル */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#pagetitle {
	background: url(../img/pagetitle.jpg) no-repeat center;
	background-size: cover;
}
	#background #youtube-movie {
		display: none;
	}
	
	#pagetitle .titbox h1 {
		line-height: 1.4em;
	}
		#pagetitle .titbox h1 br {
			display: block;
		}


	
	
/* history
--------------------- */
#history .business .flex-start {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
	#history .business .flex-start .box {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%;
		height: 240px;
	}
	#history .business .flex-start .box:nth-child(2n) {
		margin-top: 0;
		margin-right: 0;
	}
	#history .business .flex-start .box:nth-child(3),
	#history .business .flex-start .box:nth-child(4) {
		margin-bottom: 0;
	}
		#history .business .flex-start .box h4 {
			padding-top: 95px;
		}
	

#history .share .box .head {
	padding-bottom: 10px;
}
	#history .share .box .head .txt {
		font-size: 115%;
		font-weight: 500;
		line-height: 1.4em;
		letter-spacing: 0.1em;
		margin-bottom: 10px;
	}
	#history .share .box .head .number {
		font-size: 100px;
	}

#history .share .box .text {
	font-size: 143%;
	letter-spacing: 0.1em;
}

	
	
/* technology
--------------------- */
#technology .flex-start {
	display: block;
	margin-bottom: 0;
}
	#technology .flex-start .box {
		width: 100%;
		margin-bottom: 70px;
	}
	#technology .column2 .box:nth-child(1) {
		width: 100%;
	}
	#technology .column2 .box:nth-child(2) {
		width: 100%;
	}
		#technology .column2 .box:nth-child(2) h3 {
			padding: 0 0 10px 0;
		}


	
	
/* global
--------------------- */
#global .ratio {
	width: 100%;
	padding-bottom: 50px;
}
	#global .ratio .text {
		width: 45%;
		padding-top: 30px;
	}
		#global .ratio .text .number {
			font-size: 110px;
		}

	#global .ratio .pht {
		width: 55%;
	}
		#global .ratio .pht img {
			width: 100%;
			height: auto;
		}


#global .world {
	background: none;
	height: auto;
}
	#global .world p {
		display: none;
	}
	
	#global .world .sp {
		display: block;
		width: 100%;
		height: auto;
	}


#global .detail .box .past .txt {
	letter-spacing: 0.1em;
	line-height: 1.4em;
}


	#global .detail .box .now .text .number {
		font-size: 78px;
	}


	
	
/* value
--------------------- */
#value .tit {
	padding-bottom: 50px;
}
	#value .tit h2 {
		line-height: 1.4em;
	}




}

	







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


	
	
/* tit
--------------------- */
.tit {
	padding: 60px 0 30px 0 !important;
}
	.tit h2 {
		font-size: 30px;
		line-height: 1.4em;
	}
	
	.tit .en {
		display: none;
	}


	
	
/* history
--------------------- */
#history {
	padding: 0 0 60px 0;
}
	#history .years {
		padding-bottom: 80px;
		margin-bottom: 0;
	}
		#history .years .head .number {
			font-size: 90px;
		}

		#history .years p {
			font-size: 115%;
		}


	#history .business {
		padding-bottom: 80px;
		margin-bottom: 25px;
	}
		#history .business h3 {
			font-size: 24px;
			line-height: 40px;
			letter-spacing: 0.06em;
			margin-bottom: 20px;
		}
			#history .business h3 .number {
				font-size: 30px;
			}

		#history .business .flex-start .box {
			width: 100%;
			height: auto;
			margin-bottom: 10px !important;
			margin-right: 0;
			padding: 60px 0;
		}
			#history .business .flex-start .box h4 {
				padding-top: 0;
			}


	#history .future {
		margin-bottom: 60px;
	}
		#history .future h3 {
			font-size: 24px;
			letter-spacing: 0.06em;
			margin-bottom: 10px;
		}
	
		#history .future .box {
			padding: 60px 0;
		}


	#history .share {
		padding: 25px 25px 0 25px;
	}
		#history .share h3 {
			font-size: 115%;
			text-align: center;
			line-height: 1.5em;
			position: static;
			margin-bottom: 20px;
		}
			#history .share h3 .blue {
				font-size: 20px;
				background: none;
				padding: 0;
			}

		#history .share .flex-start {
			display: block;
		}

		#history .share .box {
			width: 100%;
			text-align: center;
			color: #fff;
			margin-bottom: 25px;
		}
		#history .share .box:nth-child(2) {
			width: 100%;
		}
			#history .share .sbox {
				width: 100%;
				position: relative;
			}
			#history .share .sbox:nth-child(1):before {
				display: none;
			}
			#history .share .sbox:nth-child(2):before {
				content: "";
				width: 100%;
				height: 1px;
				background: #6cbbf3;
				position: absolute;
				top: 0;
				right: 0;
				margin-top: 0;
			}

			#history .share .box .head .txt {
				font-size: 115%;
			}
			#history .share .box .head .number {
				font-size: 90px;
			}

			#history .share .box .text {
				font-size: 135%;
				padding: 10px 0;
			}

		#history .share .years_txt {
			font-size: 10px;
			margin-top: -15px;
			padding-bottom: 30px;
		}



	#history .read {
		font-size: 93%;
		padding-top: 40px;
		line-height: 2em;
	}


	
	
/* technology
--------------------- */
#technology {
	padding: 0 0 60px 0;
}
	#technology .column3 {
		padding-top: 20px;
	}
		#technology .column2 .box:nth-child(2) {
			margin-bottom: 50px;
		}
			#technology .box .head {
				font-size: 115%;
				top: -15px;
			}

			#technology .column2 .box h3 {
				font-size: 66px;
				line-height: 1.2em;
			}
				#technology .box h3 .number {
					font-size: 80px;
					letter-spacing: 0;
				}
				#technology .box h3 .s {
					font-size: 50px;
				}
				#technology .box h3 .cap {
					font-size: 20px;
				}
				#technology .box h3 .big {
					font-size: 66px;
				}

			#technology .box h4 {
				font-size: 200%;
				padding-top: 0;
			}

			#technology .box .txt {
				font-size: 20px;
				text-align: center;
				line-height: 1.4em;
			}

			#technology .box .subtxt {
				font-size: 93%;
				line-height: 2em;
			}


	#technology .read {
		font-size: 93%;
		padding-top: 0;
		line-height: 2em;
	}


	
	
/* global
--------------------- */
#global {
	padding: 0 0 20px 0;
}
	#global .read {
		font-size: 93%;
		line-height: 2em;
		margin-bottom: 40px;
	}


	#global .ratio {
		display: block;
		padding-bottom: 50px;
	}
		#global .ratio .text {
			width: 100%;
			padding-top: 0;
			padding-right: 0;
			padding-bottom: 40px;
		}
			#global .ratio .text .head {
				font-size: 115%;
				margin-bottom: 5px;
			}

			#global .ratio .text .number {
				font-size: 90px;
				margin-bottom: 0;
			}
				#global .ratio .text .number .cap {
					font-size: 40px;
				}

		#global .ratio .pht {
			width: 100%;
		}


	#global .detail {
		display: block;
		padding-top: 40px;
	}
		#global .detail .box {
			width: 100%;
			margin-right: 0;
			margin-bottom: 40px;
		}
			#global .detail .box .past {
				height: auto;
				padding-bottom: 70px;
			}
				#global .detail .box .past .head {
					font-size: 115%;
				}

				#global .detail .box .past .text {
					font-size: 129%;
				}
					#global .detail .box .past .text .number {
						font-size: 58px;
					}

				#global .detail .box .past .years {
					font-size: 100%;
				}


			#global .detail .box .now {
				padding-bottom: 20px;
			}
				#global .detail .box .now .head {
					font-size: 115%;
				}
				#global .detail .box .now .head:before {
					top: 15px;
				}

				#global .detail .box .now .text {
					font-size: 20px;
				}
					#global .detail .box .now .text .number {
						font-size: 80px;
					}

				#global .detail .box .now .years {
					font-size: 100%;
				}


	
	
/* spirits
--------------------- */
#spirits {
	padding: 0 0 60px 0;
}
	#spirits .pht {
		padding-top: 20px;
	}


	
	
/* value
--------------------- */
#value {
	padding: 0 0 60px 0;
}
	#value .read {
		text-align: left;
		line-height: 2em;
	}


	






}


	
