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



/* pagetitle_detail
--------------------- */
#pagetitle_detail {
    padding: 80px 0 0 0;
    position: relative;
	overflow: hidden;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}
    #pagetitle_detail .mainpht {
        width: 100%;
        background: url("/files/user/www-nidec-com/recruit/img/technology/pagetitle_technology.jpg") no-repeat right center / cover;
		height: 80vh;
		min-height: 630px;
    }


    #pagetitle_detail .text {
        width: 100%;
        position: absolute;
        bottom: -1px;
        left: 0;
    }
        #pagetitle_detail .text .area {
            width: 100%;
            position: relative;
        }
            #pagetitle_detail .text .area .catch {
                position: absolute;
                top: -120px;
                left: 80px;
            }
				#pagetitle_detail .text .area .catch .en_tit {
					display: inline-block;
					background: #fff;
                    color: #00AA48;
					font-size: 2.0rem;
					font-weight: 600;
					line-height: 1;
					padding: 1px 3px;
					margin-bottom: 14px;
				}


            #pagetitle_detail .text .area .whitebox {
				display: flex;
				justify-content: flex-start;
				align-items: center;
                width: 50%;
				min-width: 470px;
                padding-top: 110px;
                padding-left: 80px;
				padding-bottom: 40px;
                background: #fff;
            }
                #pagetitle_detail .text .area .whitebox .profile {
					margin-right: 30px;
                }
                    #pagetitle_detail .text .area .whitebox .profile h2 {
                        font-size: 2.7rem;
						font-weight: 600;
                        line-height: 1;
						margin-bottom: 10px;
                    }

                    #pagetitle_detail .text .area .whitebox .profile .en {
                        font-size: 1.2rem;
                        color: #00AA48;
                        line-height: 1;
                    }


                #pagetitle_detail .text .area .whitebox .job {
                    font-size: 1.6rem;
					line-height: 1.4em;
                }








/* my_career
--------------------- */
#my_career {
    width: 100%;
    padding-top: 80px;
}
    #my_career .inner_min {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
        #my_career .inner_min h2 {
            width: 130px;
            font-size: 2.0rem;
            color: #00AA48;
            line-height: 1;
        }

        #my_career .inner_min .txt {
            width: -webkit-calc(100% - 130px);
            width: calc(100% - 130px);
            background: url("/files/user/www-nidec-com/recruit/img/work-person/people/border.svg") no-repeat left center;
            padding-left: 70px;
        }





/* interview
--------------------- */
.interview {
    width: 100%;
    margin-top: 130px;
}
    #interview01 .text,
    #interview05 .text {
        width: 45%;
    }
    #interview03 .text,
    #interview07 .text {
        width: 50%;
    }
        .interview .text .number {
            display: inline-block;
            background: #00AA48;
            font-size: 1.2rem;
            line-height: 1;
            color: #fff;
            padding: 5px 8px;
            margin-bottom: 15px;
        }

        .interview .text h2 {
            font-size: 2.6rem;
            font-weight: 600;
            line-height: 1.4em;
            margin-bottom: 20px;
        }

        .interview .text .txt {
            line-height: 2.2em;
        }


    .interview .pht {
        position: relative;
    }
    #interview01 .pht,
    #interview05 .pht {
        width: 50%;
        max-height: 330px;
        margin-right: 5%;
    }
    #interview03 .pht,
    #interview07 .pht {
        width: 45%;
        min-height: 590px;
    }
        .interview .pht:before {
            content: "";
            width: 300px;
            height: 300px;
            background: linear-gradient(135deg, #fff,#DFE9F3,#fff);
            background-size: 300% 200%;
            animation: bggradient 10s ease infinite;
            position: absolute;
            z-index: -1;
        }
        #interview01 .pht:before,
        #interview05 .pht:before {
            bottom: -100px;
            right: 60px;
        }
        #interview03 .pht:before,
        #interview07 .pht:before {
            bottom: -100px;
            right: -100px;
        }





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





}












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



/* pagetitle_detail
--------------------- */
#pagetitle_detail {
    padding: 80px 0 0 0;
}
    #pagetitle_detail .text .area .catch {
		width: 630px;
        top: -100px;
        left: 5%;
    }


    #pagetitle_detail .text .area .whitebox {
		padding-top: 100px;
        padding-left: 5%;
    }






/* interview
--------------------- */
.interview .text h2 {
	font-size: 2.2rem;
}

.interview .text .txt {
	line-height: 2.0em;
}


#interview03 .pht,
#interview07 .pht {
    min-height: auto;
}
	
	

}

	







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






/* pagetitle_detail
--------------------- */
#pagetitle_detail {
    padding: 70px 0 0 0;
}
    #pagetitle_detail .mainpht {
        background: url("/files/user/www-nidec-com/recruit/img/technology/pagetitle_technology.jpg") no-repeat 80% center / cover;
        height: 500px;
        min-height: 500px;
    }
    
    
    #pagetitle_detail .text .area .catch {
		width: 100%;
		max-width: 330px;
        font-size: 2.4rem;
        top: -150px;
    }
		#pagetitle_detail .text .area .catch .en_tit {
			display: inline-block;
			background: #fff;
			color: #00AA48;
			font-size: 1.7rem;
			font-weight: 600;
			line-height: 1;
			padding: 1px 3px;
			margin-bottom: 4px;
		}


    #pagetitle_detail .text .area .whitebox {
        width: 95%;
        padding-top: 70px;
		padding-bottom: 0;
        padding-left: 5%;
    }
		#pagetitle_detail .text .area .whitebox .profile h2 {
			font-size: 2.2rem;
			font-weight: 600;
			line-height: 1;
			margin-bottom: 10px;
		}

		#pagetitle_detail .text .area .whitebox .profile .en {
			font-size: 1.0rem;
			color: #00AA48;
			line-height: 1;
		}
	
        #pagetitle_detail .text .area .whitebox .job {
            font-size: 1.2rem;
        }










/* my_career
--------------------- */
#my_career {
    padding-top: 60px;
}
#my_career .inner_min {
    display: block;
}
    #my_career .inner_min h2 {
        width: 100%;
        font-size: 2.0rem;
        text-align: center;
        margin-bottom: 20px;
    }

    #my_career .inner_min .txt {
        width: 100%;
        background: none;
        padding-left: 0;
    }







/* interview
--------------------- */
.interview {
    margin-top: 80px;
}
.interview .inner,
.interview .inner_min {
    display: block;
}
    #interview01 .text,
    #interview05 .text {
        width: 100%;
        margin-bottom: 30px;
    }
    #interview03 .text,
    #interview07 .text {
        width: 100%;
        margin-bottom: 30px;
        padding-bottom: 0;
    }
        .interview .text .number {
            font-size: 1.0rem;
            margin-bottom: 10px;
        }

        .interview .text h2 {
            font-size: 2.0rem;
            margin-bottom: 15px;
        }


    .interview .pht {
        position: relative;
    }
    #interview01 .pht,
    #interview05 .pht {
        width: 100%;
        height: 300px;
        max-height: auto;
        margin-right: 0;
    }
    #interview03 .pht,
    #interview07 .pht {
        width: 100%;
        height: 300px;
    }
        .interview .pht:before {
            content: "";
            width: 300px;
            height: 300px;
            background: linear-gradient(135deg, #fff,#DFE9F3,#fff);
            background-size: 300% 200%;
            animation: bggradient 10s ease infinite;
            position: absolute;
            z-index: -1;
        }
        #interview01 .pht:before,
        #interview05 .pht:before {
            bottom: -20px;
            left: -5%;
            right: auto;
        }
        #interview03 .pht:before,
        #interview07 .pht:before {
            bottom: -20px;
            right: -5%;
        }

}