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





	
	
/* jobs
--------------------- */
#jobs {
    width: 100%;
    padding: 120px 0 40px 0;
    position: relative;
}
    #jobs .jobbox {
        background:linear-gradient(135deg, rgba(32,156,255,0.1),rgba(104,201,224,0.1),rgba(104,224,207,0.1));
        background-size: 200% 200%;
        animation: bggradient 10s ease infinite;
        padding: 60px;
        margin-bottom: 80px;
        border-radius: 10px;
    }
        #jobs .jobbox .h3_tit {
            margin-top: -74px;
        }

        #jobs .jobbox .cell {
            margin-top: 35px;
			text-align: center;
        }
            #jobs .jobbox .cell h4 {
				height: 35px;
				background: linear-gradient(135deg, #2E008B,#209CFF,#0075C2);
				background-size: 200% 200%;
				animation: bggradient 10s ease infinite;
				display: inline-block;
				font-size: 2.3rem;
				font-weight: 600;
				margin-bottom: 15px;
				padding: 0 10px;
				color: #fff;
            }

            #jobs .jobbox .cell ul li {
                width: 32%;
				margin-right: 2%;
				margin-top: 2%;
            }
            #jobs .jobbox .cell ul li:nth-child(3n) {
				margin-right: 0;
            }
            #jobs .jobbox .cell ul li:nth-child(1),
            #jobs .jobbox .cell ul li:nth-child(2),
            #jobs .jobbox .cell ul li:nth-child(3) {
				margin-top: 0;
            }
                #jobs .jobbox .cell ul li img {
                    border-radius: 10px;
                }


    #jobs .motif03 {
        width: 200px;
        height: 200px;
        top: 50%;
        left: -100px;
        z-index: -1;
    }





	
	
/* overview
--------------------- */
#overview {
    width: 100%;
    padding: 120px 0 0 0;
}
    #overview .start {
        position: relative;
        margin-bottom: 80px;
    }
    #overview .start:before {
        width: 100%;
        content: "1897";
        font-size: 10.0rem;
        font-family: 'Nunito', sans-serif;
        font-weight: 700;
        line-height: 1;
        text-align: center;
        color: #EDEDED;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }
        #overview .start h2 {
            font-size: 3.0rem;
            line-height: 1;
            text-align: center;
            padding-top: 35px;
        }


    #overview .company {
        background:linear-gradient(135deg, rgba(32,156,255,0.1),rgba(104,201,224,0.1),rgba(104,224,207,0.1));
        background-size: 200% 200%;
        animation: bggradient 10s ease infinite;
        padding: 0 0 80px 0;
        position: relative;
    }
        #overview .company .business {
            padding-top: 70px;
            padding-bottom: 50px;
            position: relative;
        }
        #overview .company .business:before {
            content: "";
            width: 3px;
            height: 100%;
            background:linear-gradient(135deg, #2E008B,#209CFF,#0075C2);
            background-size: 200% 200%;
            animation: bggradient 10s ease infinite;
            position: absolute;
            top: 0;
            left: 50%;
            margin-left: -1.5px;
            z-index: 0;
        }
            #overview .company .business h3 {
                width: 100%;
                font-size: 2.4rem;
                line-height: 1;
                color: #fff;
                text-align: center;
                position: absolute;
                top: -16px;
                left: 0;
            }
                #overview .company .business h3 span {
                    display: inline-block;
                    background:linear-gradient(135deg, #2E008B,#209CFF,#0075C2);
                    background-size: 200% 200%;
                    animation: bggradient 10s ease infinite;
                    padding: 5px 8px;
                }

            #overview .company .business ul.list {
                background: #fff;
                border-radius: 10px;
                position: relative;
                z-index: 2;
            }
                #overview .company .business ul.list li {
                    width: 20%;
                    padding: 30px 10px;
                    text-align: center;
                    border-right: solid 1px #ddd;
                }
                #overview .company .business ul.list li:nth-last-child(1) {
                    border-right: none;
                }
                    #overview .company .business ul.list li img {
                        max-width: 160px;
                    }

                    #overview .company .business ul.list li span {
                        display: block;
                        padding-top: 15px;
                        font-size: 1.5rem;
                        line-height: 1.2em;
                    }


        #overview .company .growth {
            padding-top: 20px;
        }
            #overview .company .growth h3 {
                font-size: 2.8rem;
                line-height: 1;
                text-align: center;
                margin-bottom: 40px;
            }

            #overview .company .growth ul.list li {
                width: 32%;
                margin-right: 2%;
                margin-bottom: 40px;
                background: #fff;
                padding: 60px 0 30px 0;
                border-radius: 10px;
                text-align: center;
                position: relative;
                z-index: 2;
            }
            #overview .company .growth ul.list li:nth-child(3) {
                margin-right: 0;
            }
            #overview .company .growth ul.list li:nth-child(4) {
                width: 49%;
            }
            #overview .company .growth ul.list li:nth-child(5) {
                width: 49%;
                margin-right: 0;
            }
                #overview .company .growth ul.list li .h4_tit {
                    width: 100%;
                    position: absolute;
                    top: -10px;
                    left: 0;
                    z-index: 3;
                }

                #overview .company .growth ul.list li img {
                    max-width: 310px;
                }


    #overview .motif03 {
        width: 250px;
        height: 250px;
        top: 30%;
        left: -125px;
        z-index: 0;
    }





	
	
/* spirit
--------------------- */
#spirit {
    width: 100%;
    padding: 120px 0 250px 0;
    position: relative;
    overflow: hidden;
}
#spirit:after {
    content: "";
    width: 100%;
    height: 340px;
    background: url("/career/manufacture/company/img/about/spirit_bg.jpg") no-repeat center / cover;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
    #spirit .cell {
        margin-bottom: 50px;
    }
        #spirit .cell dl {
            display: flex;
            justify-content: flex-start;
            align-items: center;
            border: solid 1px #ddd;
            background: #fff;
            border-radius: 10px;
            margin-top: 20px;
            padding: 30px 0;
        }
            #spirit .cell dl dt {
                width: 160px;
                font-size: 2.0rem;
                text-align: center;
            }
            #spirit .cell dl dd {
                font-size: 1.5rem;
            }


        #spirit .cell ul li {
            border: solid 1px #ddd;
            background: #fff;
            border-radius: 10px;
            margin-top: 15px;
            font-size: 1.8rem;
            padding: 20px 40px;
        }
            #spirit .cell ul li span {
                font-size: 2.2rem;
                color: #C1C1C1;
                padding-right: 40px;
            }


    #spirit .motif04 {
        width: 190px;
        height: 190px;
        top: 30%;
        right: -95px;
        z-index: -1;
    }





	
	
/* global
--------------------- */
#global {
    width: 100%;
    padding: 120px 0 120px 0;
    position: relative;
}
    #global .text {
        max-width: 600px;
        margin: auto;
        border: solid 1px #ddd;
        padding: 0 10px 25px 10px;
        text-align: center;
    }
        #global .text .head {
            width: 450px;
            font-size: 2.4rem;
            font-weight: 700;
            line-height: 1.4em;
            text-align: center;
            background: #fff;
            margin: -20px auto 0 auto;
        }
            #global .text .head span {
                font-size: 4.0rem;
                color: #2E008B;
            }

        #global .text p {
            padding-top: 35px;
            font-size: 2.4rem;
            font-weight: 700;
            line-height: 1.4em;
            text-align: center;
        }
            #global .text p .en {
                font-size: 5.0rem;
                color: #2E008B;
            }
                #global .text p .en .big {
                    font-size: 8.0rem;
                }


    #global .sub_txt {
		font-size: 1.2rem;
		line-height: 1;
        text-align: center;
		margin-top: 15px;
    }


    #global .map {
        margin-top: 50px;
    }


    #global .motif05 {
        width: 100px;
        height: 100px;
        top: -50px;
        left: 50%;
        margin-left: -50px;
        z-index: 1;
    }





	
	
/* vision
--------------------- */
#vision {
    width: 100%;
    padding: 120px 0 70px 0;
    background:linear-gradient(135deg, rgba(46,0,139,0.1),rgba(32,156,255,0.1),rgba(0,117,194,0.1));
    background-size: 200% 200%;
    animation: bggradient 10s ease infinite;
    position: relative;
}
    #vision .text p {
        font-size: 2.4rem;
        font-weight: 700;
        line-height: 1;
        text-align: center;
    }
    #vision .text .en {
        font-size: 3.6rem;
        line-height: 1;
        text-align: center;
        padding: 10px 0;
        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;
    }


    #vision .whitebox {
		background: #fff;
		border-radius: 20px;
		padding: 40px 25px;
		text-align: center;
    }
		#vision .whitebox img {
			max-width: 700px;
		}


    #vision .cell {
        margin-top: 50px;
        position: relative;
        z-index: 2;
    }
        #vision .cell .concept dl {
            display: flex;
            justify-content: flex-start;
            align-items: center;
            background: #fff;
            border-radius: 10px;
            padding: 40px;
            margin-bottom: 1.5%;
        }
            #vision .cell .concept dl dt {
                font-size: 2.4rem;
                font-weight: 700;
                line-height: 1.4em;
                padding-right: 40px;
            }
            #vision .cell .concept dl dd {
                font-size: 1.8rem;
                line-height: 2em;
                padding-left: 40px;
                border-left: solid 1px #ddd;
            }

        #vision .cell .concept ul li {
            width: 32.5%;
            padding: 50px 20px;
            border-radius: 10px;
            background:linear-gradient(135deg, #2E008B,#209CFF,#0075C2);
            background-size: 200% 200%;
            animation: bggradient 10s ease infinite;
            font-size: 1.2rem;
            line-height: 2em;
            text-align: center;
            color: #fff;
        }
            #vision .cell .concept ul li .en {
                display: block;
                font-size: 2.6rem;
            }


        #vision .cell .nv ul li {
            width: 24%;
            background: #fff;
            padding: 50px 10px 30px 10px;
            border-radius: 10px;
            text-align: center;
            position: relative;
            z-index: 2;
            margin-top: 10px;
        }
            #vision .cell .nv ul li .h4_tit {
                width: 100%;
                position: absolute;
                top: -10px;
                left: 0;
                z-index: 3;
            }

            #vision .cell .nv ul li img {
                max-width: 190px;
            }


    #vision .motif06 {
        width: 200px;
        height: 200px;
        top: 40%;
        left: -100px;
        z-index: 0;
    }





	
	
/* vision2030
--------------------- */
#vision2030 {
	display: block;
    width: 100%;
	background:linear-gradient(135deg, #2E008B,#209CFF,#0075C2);
	background-size: 200% 200%;
	animation: bggradient 10s ease infinite;
	padding: 70px 0;
	text-align: center;
}
	#vision2030 .inner {
		background: url("/career/manufacture/common/img/icon_blank.svg") no-repeat right 10px center / 20px;
		transition: 0.3s;
		-webkit-transition: 0.3s;
	}
	#vision2030:hover .inner {
		background: url("/career/manufacture/common/img/icon_blank.svg") no-repeat right 0 center / 20px;
		opacity: 0.7;
	}
		#vision2030 .inner h2 {
			font-size: 3.4rem;
			color: #fff;
			line-height: 1;
		}

		#vision2030 .inner p {
			font-size: 2.0rem;
			font-weight: 600;
			color: #fff;
			line-height: 1;
		}





	
	
/* message
--------------------- */
#message {
    width: 100%;
    padding: 120px 0 120px 0;
    position: relative;
}
#message:before {
	content: "";
    width: 100%;
	height: -webkit-calc(100% + 250px);
	height: calc(100% + 250px);
	background:linear-gradient(135deg, rgba(32,156,255,0.1),rgba(104,201,224,0.1),rgba(104,224,207,0.1));
	background-size: 200% 200%;
	animation: bggradient 10s ease infinite;
    position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}
	#message .title {
		margin-bottom: 40px;
	}


	#message .head {
		width: 180px;
	}
		#message .head h3 {
			font-size: 4.6rem;
			font-weight: 600;
			line-height: 1.3em;
			-ms-writing-mode: tb-rl;
			writing-mode: vertical-rl;
			color: #009efd;
			background:linear-gradient(0deg, #2E008B,#0075C2);
			background-size: 100% 100%;
			animation: bggradient 10s ease infinite;
			-webkit-background-clip: text;
			-webkit-text-fill-color: transparent;
		}

		#message .head img {
			margin-top: 30px;
			border-radius: 50%;
		}


	#message .text {
		width: -webkit-calc(100% - 180px);
		width: calc(100% - 180px);
		padding-left: 7%;
	}
		#message .text p {
			font-size: 1.8rem;
			line-height: 2.1em;
			letter-spacing: 0;
			margin-bottom: 20px;
		}
			#message .text p span {
				display: block;
				font-size: 1.2rem;
				line-height: 1.4em;
			}

		#message .text img {
			margin-top: 30px;
		}

		#message .text dl {
			margin-top: 30px;
			text-align: right;
		}
			#message .text dl dt {
				font-size: 1.4rem;
			}
			#message .text dl dd {
				font-size: 1.2rem;
			}
				#message .text dl dd span {
					font-size: 2.0rem;
					padding-left: 12px;
				}







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





	
	
/* vision2030
--------------------- */
#vision2030 .inner {
	background: url("/career/manufacture/common/img/icon_blank.svg") no-repeat right 6% center / 20px;
}
#vision2030:hover .inner {
	background: url("/career/manufacture/common/img/icon_blank.svg") no-repeat right 5% center / 20px;
}


	


}












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





	
	
/* jobs
--------------------- */
#jobs .jobbox {
    padding: 40px;
}
    #jobs .jobbox .h3_tit {
        margin-top: -54px;
    }





	
	
/* vision
--------------------- */
#vision .cell .concept ul li {
    padding: 50px 10px;
}
    #vision .cell .concept ul li .en {
        display: block;
        font-size: 2.2rem;
    }





	
	
/* message
--------------------- */
#message:before {
	height: -webkit-calc(100% + 200px);
	height: calc(100% + 200px);
}
	#message .head {
		width: 160px;
	}
		#message .head h3 {
			font-size: 4.0rem;
		}


	#message .text {
		width: -webkit-calc(100% - 160px);
		width: calc(100% - 160px);
		padding-left: 7%;
	}
		#message .text p {
			font-size: 1.7rem;
			line-height: 2.0em;
		}

    




}

	







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





	
	
/* jobs
--------------------- */
#jobs {
    padding: 80px 0 40px 0;
}
    #jobs .jobbox {
        padding: 20px;
        margin-bottom: 40px;
        border-radius: 10px;
    }
        #jobs .jobbox .h3_tit {
            margin-top: -32px;
        }

        #jobs .jobbox .cell {
            margin-top: 20px;
			text-align: center;
        }
            #jobs .jobbox .cell h4 {
				height: 25px;
				font-size: 1.5rem;
				margin-bottom: 10px;
            }
                #jobs .jobbox .cell ul li img {
                    border-radius: 5px;
                }


    #jobs .motif03 {
        width: 100px;
        height: 100px;
        top: 43%;
        left: -50px;
    }





	
	
/* overview
--------------------- */
#overview {
    width: 100%;
    padding: 80px 0 0 0;
    position: relative;
}
    #overview .start {
        position: relative;
        margin-bottom: 50px;
    }
    #overview .start:before {
        font-size: 8.0rem;
    }
        #overview .start h2 {
            font-size: 2.5rem;
            padding-top: 28px;
        }


    #overview .company {
        padding: 0 0 45px 0;
    }
        #overview .company .business {
            padding-top: 50px;
            padding-bottom: 30px;
        }
            #overview .company .business h3 {
                font-size: 2.0rem;
                top: -13px;
            }

            #overview .company .business ul.list {
                display: flex;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                justify-content: center;
            }
                #overview .company .business ul.list li {
                    width: 33.3333333%;
                    padding: 20px 5px;
                    border-bottom: solid 1px #ddd;
                }
                #overview .company .business ul.list li:nth-child(3n) {
                    border-right: none;
                }
                #overview .company .business ul.list li:nth-child(4) {
                    width: 50%;
                    border-bottom: none;
                }
                #overview .company .business ul.list li:nth-child(5) {
                    width: 50%;
                    border-right: none;
                    border-bottom: none;
                }
                    #overview .company .business ul.list li img {
                        max-width: 70px;
                    }

                    #overview .company .business ul.list li span {
                        padding-top: 8px;
                        font-size: 1.1rem;
                        line-height: 1.2em;
                    }


        #overview .company .growth h3 {
            font-size: 2.0rem;
            margin-bottom: 40px;
        }

        #overview .company .growth ul.list {
            display: block;
        }
            #overview .company .growth ul.list li {
                width: 100%;
                margin-right: 0;
                margin-bottom: 35px;
                padding: 45px 20px 20px 20px;
            }
            #overview .company .growth ul.list li:nth-child(3) {
                margin-right: 0;
            }
            #overview .company .growth ul.list li:nth-child(4) {
                width: 100%;
            }
            #overview .company .growth ul.list li:nth-child(5) {
                width: 100%;
                margin-right: 0;
            }
                #overview .company .growth ul.list li .h4_tit {
                    top: -8px;
                }


    #overview .motif03 {
        width: 150px;
        height: 150px;
        left: -75px;
    }





	
	
/* spirit
--------------------- */
#spirit {
    padding: 80px 0 120px 0;
}
#spirit:after {
    height: 200px;
}
    #spirit .cell {
        margin-bottom: 40px;
    }
        #spirit .cell dl {
            display: block;
            margin-top: 10px;
            padding: 20px;
        }
            #spirit .cell dl dt {
                width: 100%;
                font-size: 1.6rem;
                margin-bottom: 7px;
            }
            #spirit .cell dl dd {
                font-size: 1.3rem;
            }


        #spirit .cell ul li {
            border: solid 1px #ddd;
            margin-top: 10px;
            font-size: 1.6rem;
            line-height: 1.4em;
            text-indent: -32px;
            padding: 20px 15px 20px 50px;
        }
            #spirit .cell ul li span {
                font-size: 1.8rem;
                color: #C1C1C1;
                padding-right: 10px;
            }


    #spirit .motif04 {
        width: 90px;
        height: 90px;
        top: 30%;
        right: -45px;
    }





	
	
/* global
--------------------- */
#global {
    padding: 80px 0 80px 0;
}
    #global .text {
        max-width: 600px;
        margin: auto;
        border: solid 1px #ddd;
        padding: 0 10px 25px 10px;
        text-align: center;
    }
        #global .text .head {
            width: 200px;
            font-size: 1.8rem;
            line-height: 1.6em;
            margin: -20px auto 0 auto;
        }
            #global .text .head span {
                font-size: 3.4rem;
            }

        #global .text p {
            padding-top: 20px;
            font-size: 1.8rem;
        }
            #global .text p .en {
                display: block;
                font-size: 3.6rem;
                padding-top: 17px;
            }
                #global .text p .en .big {
                    font-size: 6.0rem;
                }


    #global .sub_txt {
		margin-top: 15px;
    }


    #global .map {
        margin-top: 30px;
    }


    #global .motif05 {
        width: 60px;
        height: 60px;
        top: -30px;
        margin-left: -30px;
    }





	
	
/* vision
--------------------- */
#vision {
    padding: 80px 0 40px 0;
}
    #vision .text p {
        font-size: 2.0rem;
        font-weight: 700;
        line-height: 1;
        text-align: center;
    }
    #vision .text .en {
        font-size: 2.6rem;
        padding: 10px 0;
    }


    #vision .whitebox {
		border-radius: 15px;
		padding: 25px 25px;
    }


    #vision .cell {
        margin-top: 40px;
    }
        #vision .cell .concept dl {
            display: block;
            padding: 25px;
            margin-bottom: 10px;
        }
            #vision .cell .concept dl dt {
                font-size: 1.8rem;
                text-align: center;
                padding-right: 0;
                margin-bottom: 12px;
            }
            #vision .cell .concept dl dd {
                font-size: 1.5rem;
                line-height: 1.8em;
                padding-left: 0;
                border-left: none;
            }

        #vision .cell .concept ul {
            display: block;
        }
            #vision .cell .concept ul li {
                width: 100%;
                padding: 25px 25px 20px 25px;
                font-size: 1.0rem;
                margin-top: 10px;
            }
                #vision .cell .concept ul li .en {
                    font-size: 2.0rem;
                }


        #vision .cell .nv ul {
            display: block;
        }
        #vision .cell .nv ul li {
            width: 100%;
            padding: 45px 20px 20px 20px;
            margin-top: 25px;
        }
            #vision .cell .nv ul li .h4_tit {
                top: -8px;
            }

            #vision .cell .nv ul li img {
                max-width: 190px;
            }


    #vision .motif06 {
        width: 100px;
        height: 100px;
        top: 16%;
        left: -50px;
    }





	
	
/* vision2030
--------------------- */
#vision2030 {
	padding: 40px 0;
}
	#vision2030 .inner {
		background: url("/career/manufacture/common/img/icon_blank.svg") no-repeat right 7% center / 14px;
	}
	#vision2030:hover .inner {
		background: url("/career/manufacture/common/img/icon_blank.svg") no-repeat right 7% center / 14px;
		opacity:1;
	}
		#vision2030 .inner h2 {
			font-size: 2.4rem;
			line-height: 1.4em;
		}

		#vision2030 .inner p {
			font-size: 1.5rem;
		}





	
	
/* message
--------------------- */
#message {
    padding: 80px 0;
}
#message:before {
	height: -webkit-calc(100% + 100px);
	height: calc(100% + 100px);
}
	#message .title {
		margin-bottom: 30px;
	}


	#message .flex-start {
		display: block;
	}


	#message .head {
		width: 100%;
		margin-bottom: 20px;
			text-align: center;
	}
		#message .head h3 {
			font-size: 2.2rem;
			writing-mode: inherit;
			text-align: center;
		}
	
		#message .head img {
			max-width: 300px;
		}


	#message .text {
		width: 100%;
		padding-left: 0;
	}
		#message .text p {
			font-size: 1.6rem;
			margin-bottom: 15px;
		}

		#message .text dl {
			margin-top: 30px;
		}
			#message .text dl dt {
				font-size: 1.3rem;
			}
			#message .text dl dd {
				font-size: 1.1rem;
			}
				#message .text dl dd span {
					font-size: 1.8rem;
				}





}