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





	
	
/* fv
--------------------- */
#fv {
	margin-top: 80px;
    width: 100%;
    background: url("/career/manufacture/img/fv_pht.jpg") no-repeat center / cover;
}
    #fv .inner {
        height: 800px;
    }
        #fv .inner .text {
            position: absolute;
            bottom: 160px;
            left: 0;
        }
            #fv .inner .text h1 {
                font-size: 5.8rem;
                font-weight: 700;
                line-height: 1;
				letter-spacing: 0;
                margin-bottom: 10px;
            }
                #fv .inner .text h1 div {
					display: inline-block;
                	background: #fff;
					margin-bottom: 15px;
					padding-top: 8px;
                }
					#fv .inner .text h1 div span {
						color: #009efd;
						background:linear-gradient(135deg, #2E008B,#209CFF,#0075C2);
						background-size: 200% 200%;
						animation: bggradient 10s ease infinite;
						-webkit-background-clip: text;
						-webkit-text-fill-color: transparent;
					}

            #fv .inner .text .en {
                display: inline-block;
                background:linear-gradient(135deg, #2E008B,#209CFF,#0075C2);
                background-size: 200% 200%;
                animation: bggradient 10s ease infinite;
                font-size: 2.0rem;
                font-weight: 700;
                color: #fff;
                line-height: 1;
                padding: 5px;
            }





	
	
/* about
--------------------- */
#about {
    width: 100%;
    padding-top: 150px;
    padding-bottom: 150px;
    position: relative;
    overflow: hidden;
}
    #about .linkarea {
        animation-duration: 200s;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
    }
    #about #message {
        background: url("/career/manufacture/img/txtbg_message.png") repeat-x left top;
        animation-name: slide_img01;
        margin-bottom: 80px;
    }
    #about #jobs {
        background: url("/career/manufacture/img/txtbg_jobs.png") repeat-x left top;
        animation-name: slide_img01;
    }
    #about #keyword {
        background: url("/career/manufacture/img/txtbg_keyword.png") repeat-x left top;
        animation-name: slide_img02;
        margin-bottom: 80px;
    }
    @keyframes slide_img01 {
        100% {
            background-position: -10000px 0;
        }
    }
    @keyframes slide_img02 {
        100% {
            background-position: 10000px 0;
        }
    }
        #about .linkarea a .pht {
            width: 40%;
        }
            #about .linkarea a .pht .gr {
                background:linear-gradient(135deg, #2E008B,#209CFF,#0075C2);
                background-size: 200% 200%;
                animation: bggradient 10s ease infinite;
                padding: 30px;
                border-radius: 50%;
                overflow: hidden;
            }
                #about .linkarea a .pht .gr img {
                    -moz-transition: -moz-transform 0.2s linear;
                    -webkit-transition: -webkit-transform 0.2s linear;
                    -o-transition: -o-transform 0.2s linear;
                    -ms-transition: -ms-transform 0.2s linear;
                    transition: transform 0.2s linear;
                }
                #about .linkarea a:hover .pht .gr img {
                    -webkit-transform: scale(1.05);
                    -moz-transform: scale(1.05);
                    -o-transform: scale(1.05);
                    -ms-transform: scale(1.05);
                    transform: scale(1.05);
                }


        #about .linkarea a .text {
            width: 60%;
			padding-top: 50px;
        }
        #about #message a .text {
            padding-left: 5%;
        }
        #about #jobs a .text {
            padding-left: 5%;
        }
        #about #keyword a .text {
            padding-right: 5%;
        }
            #about .linkarea a .text dl {
                margin-bottom: 25px;
                line-height: 1;
            }
                #about .linkarea a .text dl dt {
                    font-size: 2.0rem;
                    padding-right: 40px;
                    position: relative;
                }
                #about .linkarea a .text dl dt:before {
                    content: "";
                    width: 20px;
                    height: 1px;
                    background: #ddd;
                    position: absolute;
                    top: 50%;
                    right: 10px;
                    margin-top: -1px;
                }

                #about .linkarea a .text dl dd {
                    font-size: 1.2rem;
                    padding-top: 3px;
                }

            #about .linkarea a .text .en_tit {
                font-size: 5.0rem;
                line-height: 1;
                color: #C1C1C1;
                margin-bottom: 30px;
                position: relative;
            }
            #about .linkarea a .text .en_tit:before {
                font-size: 1.6rem;
                font-family: 'Nunito', sans-serif;
                font-weight: 700;
                color: #C1C1C1;
                line-height: 1;
                position: absolute;
                top: 5px;
                left: -28px;
            }
            #about #jobs a .text .en_tit:before {
                content: "03";
            }
            #about #keyword a .text .en_tit:before {
                content: "02";
            }
            #about #message a .text .en_tit:before {
                content: "01";
            }

            #about .linkarea a .text h2 {
                font-size: 2.6rem;
                line-height: 1.4em;
                margin-bottom: 15px;
            }

            #about .linkarea a .text .txt {
				font-size: 1.6rem;
				text-align: left;
                margin-bottom: 40px;
            }


    #about .motif01 {
        width: 130px;
        height: 130px;
        top: -65px;
        left: 50%;
        z-index: -1;
    }
    #about .motif02 {
        width: 250px;
        height: 250px;
        top: 35%;
        right: -125px;
        z-index: -1;
    }
    #about .motif03 {
        width: 190px;
        height: 190px;
        bottom: 10%;
        left: -95px;
        z-index: -1;
    }





	
	
/* people
--------------------- */
#people {
    width: 100%;
    margin-bottom: 150px;
}
	#people .text {
		width: 50%;
		padding-right: 6%;
		position: relative;
	}
		#people .text .number {
			font-size: 3.8rem;
			font-weight: 700;
			color: #E6E6E6;
			white-space: nowrap;
			line-height: 1;
			letter-spacing: 0;
			-ms-writing-mode: tb-rl;
			writing-mode: vertical-rl;
			position: absolute;
			top: 0;
			left: 0;
		}


		#people .text a {
			border-top: solid 1px #ddd;
			display: block;
			margin-left: 80px;
			padding-top: 100px;
		}
			#people .text a h2 {
				font-size: 3.6rem;
				font-weight: 700;
				line-height: 1;
				margin-bottom: 20px;
			}

			#people .text a .txt {
				margin-bottom: 30px;
			}


	#people .pht {
		width: 50%;
	}
		#people .pht img {
			border-radius: 20px;
		}





	
	
/* work-people
--------------------- */
#work-people {
    width: 100%;
	padding: 0 0 150px 0;
}
	#work-people .top-title {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin-bottom: 40px;
		line-height: 1;
	}
		#work-people .top-title .en {
			font-size: 4.0rem;
			font-weight: 600;
			margin-right: 30px;
		}
		#work-people .top-title h2 {
			font-size: 1.6rem;
			font-weight: 500;
		}


	#work-people .list .box {
		width: 48%;
	}
		#work-people .list .box a {
			display: block;
		}
			#work-people .list .box .pht {
				overflow: hidden;
				border-radius: 15px;
			}
				#work-people .list .box a .pht img {
                    -moz-transition: -moz-transform 0.2s linear;
                    -webkit-transition: -webkit-transform 0.2s linear;
                    -o-transition: -o-transform 0.2s linear;
                    -ms-transition: -ms-transform 0.2s linear;
                    transition: transform 0.2s linear;
                }
               #work-people .list .box a:hover .pht img{
                    -webkit-transform: scale(1.05);
                    -moz-transform: scale(1.05);
                    -o-transform: scale(1.05);
                    -ms-transform: scale(1.05);
                    transform: scale(1.05);
                }

			#work-people .list .box h3 {
				margin-top: 20px;
				margin-bottom: 5px;
				font-size: 2.4rem;
				line-height: 1.4em;
			}

			#work-people .list .box .en_txt {
				font-size: 1.2rem;
				color: #B1B1B1;
				line-height: 1;
				margin-bottom: 15px;
			}

			#work-people .list .box .txt {
				margin-bottom: 20px;
			}





	
	
/* work-place
--------------------- */
#work-place {
    width: 100%;
	position: relative;
	overflow: hidden;
	background: linear-gradient(135deg, #2E008B,#209CFF,#0075C2);
	background-size: 200% 200%;
	animation: bggradient 10s ease infinite;
}
#work-place .inner {
	background: url("/career/manufacture/img/bg_japan.png") no-repeat center top -23px;
	padding-top: 150px;
	padding-bottom: 150px;
}
	#work-place .top-title {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin-bottom: 40px;
		line-height: 1;
		color: #fff;
	}
		#work-place .top-title .en {
			font-size: 4.0rem;
			font-weight: 600;
			margin-right: 30px;
		}
		#work-place .top-title h2 {
			font-size: 1.6rem;
			font-weight: 500;
		}


	#work-place .map {
		position: relative;
		height: 530px;
	}
		#work-place .map .link {
			width: 180px;
			display: block;
			position: absolute;
		}
		#work-place .map .link01 {
			top: 165px;
			left: 50%;
			margin-left: -420px;
		}
		#work-place .map .link02 {
			top: 13px;
			left: 50%;
			margin-left: -210px;
		}
		#work-place .map .link03 {
			top: 350px;
			left: 50%;
			margin-left: 70px;
		}
		#work-place .map .link04 {
			top: 330px;
			left: 50%;
			margin-left: 370px;
		}
		#work-place .map .link05 {
			top: 30px;
			left: 50%;
			margin-left: 110px;
		}
			#work-place .map .link .bg {
				background: rgba(255,255,255,0.2);
				padding: 5px;
				border-radius: 20px;
			}
				#work-place .map .link .bg .pht {
					border-radius: 15px;
					overflow: hidden;
				}
				#work-place .map a .bg .pht img {
                    -moz-transition: -moz-transform 0.2s linear;
                    -webkit-transition: -webkit-transform 0.2s linear;
                    -o-transition: -o-transform 0.2s linear;
                    -ms-transition: -ms-transform 0.2s linear;
                    transition: transform 0.2s linear;
                }
               #work-place .map a:hover .bg .pht img{
                    -webkit-transform: scale(1.05);
                    -moz-transform: scale(1.05);
                    -o-transform: scale(1.05);
                    -ms-transform: scale(1.05);
                    transform: scale(1.05);
                }

			#work-place .map .link h3 {
				font-size: 2.0rem;
				line-height: 1;
				color: #fff;
				text-align: center;
				padding-top: 8px;
			}




	
	
/* work-style
--------------------- */
#work-style {
    width: 100%;
	padding: 150px 0;
	position: relative;
	overflow: hidden;
}
	#work-style .top-title {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin-bottom: 40px;
		line-height: 1;
	}
		#work-style .top-title .en {
			font-size: 4.0rem;
			font-weight: 600;
			margin-right: 30px;
		}
		#work-style .top-title h2 {
			font-size: 1.6rem;
			font-weight: 500;
		}


	#work-style .list .box {
		width: 23.5%;
	}
		#work-style .list .box a {
			display: block;
		}
			#work-style .list .box .pht {
				overflow: hidden;
				border-radius: 15px;
			}
				#work-style .list .box a .pht img {
                    -moz-transition: -moz-transform 0.2s linear;
                    -webkit-transition: -webkit-transform 0.2s linear;
                    -o-transition: -o-transform 0.2s linear;
                    -ms-transition: -ms-transform 0.2s linear;
                    transition: transform 0.2s linear;
                }
               #work-style .list .box a:hover .pht img{
                    -webkit-transform: scale(1.05);
                    -moz-transform: scale(1.05);
                    -o-transform: scale(1.05);
                    -ms-transform: scale(1.05);
                    transform: scale(1.05);
                }

			#work-style .list .box h3 {
				margin-top: 20px;
				margin-bottom: 5px;
				font-size: 2.0rem;
				line-height: 1.4em;
			}

			#work-style .list .box .off h3 {
				opacity: 0.5;
			}
			#work-style .list .box .en_txt {
				font-size: 1.2rem;
				color: #B1B1B1;
				line-height: 1;
				margin-bottom: 20px;
			}


    #work-style .motif01 {
        width: 180px;
        height: 180px;
        top: 55%;
		right: -90px;
        z-index: -1;
    }

    #work-style .motif02 {
        width: 100px;
        height: 100px;
        top: 160px;
        left: 50%;
        z-index: -1;
    }















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





	
	
/* fv
--------------------- */
#fv .inner .text {
    left: 5%;
}





	
	
/* work-place
--------------------- */
#work-place .inner {
	background: url("/career/manufacture/img/bg_japan.png") no-repeat center top -23px;
}
	#work-place .map .link04 {
		margin-left: 310px;
	}


	


}












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





	
	
/* about
--------------------- */
#about .linkarea a .pht {
    width: 45%;
}
    #about .linkarea a .pht .gr {
        padding: 15px;
    }


#about .linkarea a .text {
    width: 55%;
	padding-top: 0;
}
    #about .linkarea a .text dl {
        margin-bottom: 20px;
        line-height: 1;
    }
        #about .linkarea a .text dl dt {
            font-size: 1.8rem;
        }

        #about .linkarea a .text dl dd {
            font-size: 1.0rem;
        }

    #about .linkarea a .text .en_tit {
        font-size: 3.2rem;
        margin-bottom: 20px;
    }
    #about .linkarea a .text .en_tit:before {
        font-size: 1.4rem;
    }

    #about .linkarea a .text h2 {
        font-size: 2.0rem;
        line-height: 1.4em;
        margin-bottom: 15px;
    }

    #about .linkarea a .text .txt {
		font-size: 1.5rem;
        margin-bottom: 30px;
    }





	
	
/* people
--------------------- */
#people .text .number {
	font-size: 2.8rem;
}
	#people .text .number span {
		padding-bottom: 15px;
	}


#people .text {
	padding-right: 5%;
}
	#people .text a {
		margin-left: 50px;
		padding-top: 70px;
	}
		#people .text a h2 {
			font-size: 2.8rem;
			margin-bottom: 15px;
		}

		#people .text a .txt {
			margin-bottom: 30px;
		}





	
	
/* work-place
--------------------- */
#work-place .inner {
	background: url("/career/manufacture/img/bg_japan_sp.png") no-repeat center top -23px;
	padding-top: 150px;
	padding-bottom: 150px;
}
	#work-place .top-title {
		margin-bottom: 30px;
	}
		#work-place .top-title .en {
			font-size: 3.0rem;
			margin-right: 15px;
		}
		#work-place .top-title h2 {
			font-size: 1.4rem;
		}


	#work-place .map {
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		height: auto;
	}
		#work-place .map .link {
			width: 32%;
			position: static;
			margin-top: 20px;
			margin-right: 2%;
		}
		#work-place .map .link:nth-child(3n) {
			margin-right: 0;
		}
		#work-place .map .link01 {
			margin-left: 0;
		}
		#work-place .map .link02 {
			margin-left: 0;
		}
		#work-place .map .link03 {
			margin-left: 0;
		}
		#work-place .map .link04 {
			margin-left: 0;
		}
		#work-place .map .link05 {
			margin-left: 0;
		}

			#work-place .map .link h3 {
				font-size: 1.7rem;
				padding-top: 8px;
			}





	
	
/* work-people
--------------------- */
#work-people .top-title {
	margin-bottom: 30px;
}
	#work-people .top-title .en {
		font-size: 3.0rem;
		margin-right: 15px;
	}
	#work-people .top-title h2 {
		font-size: 1.4rem;
	}


#work-people .list .box h3 {
	font-size: 2.2rem;
}





	
	
/* work-style
--------------------- */
#work-style {
    width: 100%;
	padding: 150px 0;
	position: relative;
}
	#work-style .top-title {
		margin-bottom: 30px;
	}
		#work-style .top-title .en {
			font-size: 3.0rem;
			margin-right: 15px;
		}
		#work-style .top-title h2 {
			font-size: 1.4rem;
		}


	#work-style .list .box .pht {
		border-radius: 15px;
	}

	#work-style .list .box h3 {
		margin-top: 12px;
		font-size: 1.7rem;
	}
	#work-style .list .box .en_txt {
		margin-bottom: 20px;
	}


    #work-style .motif01 {
        width: 160px;
        height: 160px;
        top: 65%;
    }

    #work-style .motif02 {
        left: 70%;
    }





}

	







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





	
	
/* fv
--------------------- */
#fv {
	margin-top: 90px;
    background: url("/career/manufacture/img/fv_pht.jpg") no-repeat 60% center / cover;
}
    #fv .inner {
        height: 500px;
    }
        #fv .inner .text {
            bottom: 50px;
            left: 0;
        }
            #fv .inner .text h1 {
                font-size: 2.8rem;
                margin-bottom: 5px;
            }
				#fv .inner .text h1 div {
					margin-bottom: 5px;
				}

            #fv .inner .text .en {
                font-size: 1.4rem;
            }





	
	
/* about
--------------------- */
#about {
    padding-top: 80px;
    padding-bottom: 80px;
}
    #about #message {
        margin-bottom: 80px;
    }
    #about #keyword {
        margin-bottom: 80px;
    }
        #about .linkarea a {
            display: block;
        }
            #about .linkarea a .pht {
                width: 100%;
            }

            #about .linkarea a .text {
                width: 100%;
                padding-bottom: 20px;
            }
            #about #message a .text {
                padding-left: 0;
            }
            #about #jobs a .text {
                padding-left: 0;
            }
            #about #keyword a .text {
                padding-right: 0;
            }
                #about .linkarea a .text .txt {
					font-size: 1.4rem;
                    margin-bottom: 20px;
                }


    #about .motif01 {
        width: 70px;
        height: 70px;
        top: -35px;
    }
    #about .motif02 {
        width: 150px;
        height: 150px;
        top: 45%;
        right: -75px;
    }
    #about .motif03 {
        width: 100px;
        height: 100px;
        bottom: 3%;
        left: -50px;
    }





	
	
/* people
--------------------- */
#people {
    margin-bottom: 80px;
}
#people .inner {
	display: block;
}
	#people .text {
		width: 100%;
		padding-right: 0;
	}
		#people .text a {
			padding-top: 40px;
			padding-bottom: 30px;
		}
			#people .text a .txt {
				margin-bottom: 25px;
			}
	
	
	#people .pht {
		width: 100%;
	}





	
	
/* work-place
--------------------- */
#work-place .inner {
	background: url("/career/manufacture/img/bg_japan_sp.png") no-repeat center bottom 20px / 500px;
	padding-top: 80px;
	padding-bottom: 80px;
}


	#work-place .map .link {
		width: 48%;
		margin-top: 15px;
		margin-right: 4%;
	}
	#work-place .map .link:nth-child(2n) {
		margin-right: 0;
	}
	#work-place .map .link:nth-child(3n) {
		margin-right: 4%;
	}





	
	
/* work-people
--------------------- */
#work-people {
	padding: 0 0 80px 0;
}
	#work-people .top-title .en {
		font-size: 2.8rem;
	}
	#work-people .top-title h2 {
		font-size: 1.3rem;
	}


	#work-people .list {
		display: block;
	}
		#work-people .list .box .pht {
			border-radius: 10px;
		}
	
		#work-people .list .box {
			width: 100%;
			margin-bottom: 30px;
		}
		#work-people .list .box:nth-last-child(1) {
			margin-bottom: 0;
		}




	
	
/* work-style
--------------------- */
#work-style {
	padding: 80px 0;
}
	#work-style .top-title .en {
		font-size: 2.8rem;
	}
	#work-style .top-title h2 {
		font-size: 1.3rem;
	}


	#work-style .list {
		display: block;
	}
	#work-style .list .box {
		width: 100%;
		margin-top: 25px;
	}
		#work-style .list .box .pht {
			border-radius: 15px;
		}

		#work-style .list .box h3 {
			margin-top: 12px;
			font-size: 1.8rem;
		}
		#work-style .list .box .en_txt {
			font-size: 1.2rem;
			margin-bottom: 15px;
		}



    #work-style .motif02 {
		top: 40%;
        left: -10%;
    }






}