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





/* pagetitle
--------------------- */
#pagetitle.faq {
    background: url("/files/user/www-nidec-com/recruit/img/recruit/pagetitle_faq.jpg") no-repeat left center / cover;
}
#pagetitle.requirements {
    background: url("/files/user/www-nidec-com/recruit/img/recruit/pagetitle_requirements.jpg") no-repeat 70% center / cover;
}



	
	
/* main
--------------------- */
#main.faq {
	background:linear-gradient(135deg, #fff,#DFE9F3,#fff);
	background-size: 300% 200%;
	animation: bggradient 10s ease infinite;
}



	
	
/* anchor
--------------------- */
#anchor {
	width: 100%;
    padding-top: 120px;
}
    #anchor.column4 ul li {
        width: 23.5%;
    }
    #anchor.column3 ul li {
        width: 32%;
    }
        #anchor ul li a {
            display: flex;
            justify-content: flex-start;
            align-items: center;
            height: 66px;
            background: #00AA48 url("/files/user/www-nidec-com/recruit/img/icon_arrow_down.svg") no-repeat right 15px center;
            font-size: 1.6rem;
            line-height: 1.3em;
            text-align: left;
            color: #fff;
            padding: 0 35px 0 15px;
        }
        #anchor ul li a:hover {
            background: #009640 url("/files/user/www-nidec-com/recruit/img/icon_arrow_down.svg") no-repeat right 15px center;
        }



	
	
/* faqbox
--------------------- */
.faqbox {
	width: 100%;
    padding-top: 120px;
}
.faqbox:nth-last-child(1) {
    padding-bottom: 200px;
}
    .faqbox .box {
        background: #fff;
        margin-top: 20px;
    }
       .faqbox .box h3 {
			padding: 25px 30px 25px 70px;
			font-size: 2.0rem;
			font-weight: 500;
			line-height: 1.4em;
			cursor: pointer;
			position: relative;
			background: url("/files/user/www-nidec-com/recruit/img/jp/recruit/open.svg") no-repeat right 30px center;
		}
		.faqbox .box h3.active {
			background: url("/files/user/www-nidec-com/recruit/img/jp/recruit/close.svg") no-repeat right 32px center;
		}
		.faqbox .box h3:before {
			content: "Q";
			font-size: 2.0rem;
            font-family: 'Roboto', sans-serif;
            font-weight: 500;
			position: absolute;
			top: 25px;
			left: 30px;
		}
		   .faqbox .box h3 span {
			   display: block;
			   padding-right: 30px;
			   position: relative;
			}
		   .faqbox .box h3 span:before {
			   content: "";
			   width: 20px;
			   height: 1px;
			   background: #00AA48;
			   position: absolute;
			   top: 50%;
			   right: 0;
			   margin-top: -0.5px;
			}
		   .faqbox .box h3 span:after {
			   content: "";
			   width: 1px;
			   height: 20px;
			   background: #00AA48;
			   position: absolute;
			   top: 50%;
			   right: 10px;
			   margin-top: -10px;
			}
		   .faqbox .box h3.active span:after {
			   display: none;
			}

		.faqbox .box .text {
			display: none;
			position: relative;
			padding: 0 30px 25px 70px;
		}
		.faqbox .box .text:before {
			content: "A";
			font-size: 2.0rem;
            font-family: 'Roboto', sans-serif;
            font-weight: 500;
			color: #00AA48;
			position: absolute;
			top: -3px;
			left: 30px;
		}
            .faqbox .box .text a {
                color: #00AA48;
                word-wrap: break-word;
                text-decoration: underline;
            }
            .faqbox .box .text a:hover {
                text-decoration: none;
            }

            .faqbox .box .text span {
                font-size: 1.2rem;
            }



	
	
/* recruitbox
--------------------- */
.recruitbox {
	width: 100%;
    padding-top: 120px;
}
.recruitbox:nth-last-child(1) {
    padding-bottom: 200px;
}
    .recruitbox .jobs {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        border: solid 1px #ddd;
        padding: 30px 0;
        margin-bottom: 20px;
    }
    .recruitbox .jobs:nth-last-child(1) {
        margin-bottom: 0;
    }
        .recruitbox .jobs .head {
            width: 110px;
            font-size: 1.5rem;
            line-height: 1;
            color: #00AA48;
            text-align: center;
        }

        .recruitbox .jobs ul {
            width: -webkit-calc(100% - 110px);
            width: calc(100% - 110px);
            padding: 0 30px;
            border-left: solid 1px #ddd;
        }
            .recruitbox .jobs ul li {
                font-size: 1.3rem;
                line-height: 1;
                padding-left: 12px;
                margin: 6px 15px 6px 0;
                position: relative;
            }
            .recruitbox .jobs ul li:before {
                content: "";
                width: 8px;
                height: 8px;
                background: #00AA48;
                border-radius: 50%;
                position: absolute;
                top: 2.5px;
                left: 0;
            }


    .recruitbox .c-table01 {
        width: 100%;
        border-collapse: collapse;
        margin-bottom: 15px;
    }
    .recruitbox .mt {
        margin-top: 40px;
    }
        .recruitbox .c-table01 th {
            width: 180px;
            background: #F8F8F8;
            padding: 20px;
            border-top: solid 1px #ddd;
            border-bottom: solid 1px #ddd;
            font-size: 1.5rem;
            font-weight: 500;
            color: #00AA48;
        }
        .recruitbox .c-table01 td {
            width: -webkit-calc(100% - 180px);
            width: calc(100% - 180px);
            background: #fff;
            padding: 20px;
            border-top: solid 1px #ddd;
            border-bottom: solid 1px #ddd;
            font-size: 1.4rem;
        }
            .recruitbox .c-table01 td a {
                font-size: 1.2rem;
                letter-spacing: 0.02em;
                color: #00AA48;
                text-decoration: underline;
            }
            .recruitbox .c-table01 td a:hover {
                text-decoration: none;
            }
            .recruitbox .c-table01 td span {
                font-size: 1.2rem;
            }

            .recruitbox .c-table01 ul li {
                font-size: 1.4rem;
                line-height: 1.6em;
                padding-left: 12px;
                margin-bottom: 5px;
                position: relative;
            }
            .recruitbox .c-table01 ul li:nth-last-child(1) {
                margin-bottom: 0;
            }
            .recruitbox .c-table01 ul li:before {
                content: "";
                width: 8px;
                height: 8px;
                background: #00AA48;
                border-radius: 50%;
                position: absolute;
                top: 6.5px;
                left: 0;
            }
                .recruitbox .c-table01 ul li span {
                    font-size: 1.2rem;
                }


    .recruitbox .c-table02 {
        width: 100%;
        border-collapse: collapse;
    }
        .recruitbox .c-table02 th {
            width: 20%;
            background: #F8F8F8;
            padding: 20px;
            border-top: solid 1px #ddd;
            border-right: solid 1px #ddd;
            border-bottom: solid 1px #ddd;
            font-size: 1.5rem;
            font-weight: 500;
            text-align: center;
            color: #00AA48;
        }
        .recruitbox .c-table02 td {
            width: 20%;
            background: #fff;
            padding: 20px;
            border-top: solid 1px #ddd;
            border-right: solid 1px #ddd;
            border-bottom: solid 1px #ddd;
            font-size: 1.4rem;
            text-align: center;
        }
        .recruitbox .c-table02 th:nth-last-child(1),
        .recruitbox .c-table02 td:nth-last-child(1) {
            border-right: none;
        }


    .recruitbox .sub_txt {
       font-size: 1.2rem;
    }


    .recruitbox .step {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        background: #EDEDED;
        padding: 10px 10px 10px 0;
        position: relative;
    }
    .recruitbox .step.last {
        background: #27AA48;
        margin-bottom: 60px;
    }
        .recruitbox .step .head {
            width: 150px;
            font-size: 4.0rem;
            color: #00AA48;
            line-height: 1;
            text-align: center;
        }
        .recruitbox .step.last .head {
            color: #fff;
        }
            .recruitbox .step .head span {
                display: block;
                font-size: 1.6rem;
            }

        .recruitbox .step .text {
            width: -webkit-calc(100% - 150px);
            width: calc(100% - 150px);
            background: #fff;
            padding: 30px 25px;
        }
            .recruitbox .step .text h3 {
                font-size: 1.8rem;
                font-weight: 500;
                line-height: 1.4em;
                color: #00AA48;
            }

            .recruitbox .step .text p {
                font-size: 1.4rem;
                margin-top: 7px;
            }
                .recruitbox .step .text p span {
                    font-size: 1.2rem;
                }


    .recruitbox .arrow {
        width: 150px;
        text-align: center;
    }
        .recruitbox .arrow img {
            width: 36px;
            height: auto;
        }


    .recruitbox ul.btnlist {
        margin-top: 80px;
    }
        .recruitbox ul.btnlist li {
            width: 280px;
        }
        .recruitbox ul.btnlist li:nth-child(1) {
            margin-right: 30px;
        }
            .recruitbox ul.btnlist li a {
                display: flex;
                justify-content: center;
                align-items: center;
                height: 66px;
                border-radius: 33px;
                font-size: 1.8rem;
                font-weight: 600;
                text-align: center;
            }
            .recruitbox ul.btnlist li:nth-child(1) a {
                background: #00AA48 url("/files/user/www-nidec-com/recruit/img/icon_arrow_white.svg") no-repeat right 15px center;
                border: solid 2px #00AA48;
                color: #fff;
            }
            .recruitbox ul.btnlist li:nth-child(2) a {
                background: #fff url("/files/user/www-nidec-com/recruit/img/icon_arrow_green.svg") no-repeat right 15px center;
                border: solid 2px #00AA48;
                color: #00AA48;
            }
            .recruitbox ul.btnlist li:nth-child(1) a:hover {
                opacity: 0.7;
                background: #00AA48 url("/files/user/www-nidec-com/recruit/img/icon_arrow_white.svg") no-repeat right 10px center;
            }
            .recruitbox ul.btnlist li:nth-child(2) a:hover {
                opacity: 0.7;
                background: #fff url("/files/user/www-nidec-com/recruit/img/icon_arrow_green.svg") no-repeat right 10px center;
            }


    .recruitbox .read {
        margin-bottom: 60px;
    }
        .recruitbox .read .txt {
            margin-bottom: 12px;
        }


    .recruitbox .application .box {
        width: 31%;
    }
        .recruitbox .application .box .text {
            position: relative;
            padding-top: 35px;
        }
            .recruitbox .application .box .text .head {
                width: 100%;
                text-align: center;
                position: absolute;
                top: -16px;
                left: 0;
            }
                .recruitbox .application .box .text .head span {
                    display: inline-block;
                    background: #fff;
                    border: solid 1px #ddd;
                    font-size: 1.4rem;
                    letter-spacing: 0;
                    line-height: 1;
                    color: #00AA48;
                    padding: 8px;
                }

            .recruitbox .application .box .text h3 {
                font-size: 2.2rem;
                font-weight: 500;
                text-align: center;
                line-height: 1;
                color: #00AA48;
                margin-bottom: 12px;
            }

            .recruitbox .application .box .text .txt span {
                font-size: 1.2rem;
            }

            .recruitbox .application .box .text a {
                display: flex;
                justify-content: center;
                align-items: center;
                max-width: 180px;
                height: 50px;
                border-radius: 25px;
                margin: 15px auto 0 auto;
                background: #00AA48 url("/files/user/www-nidec-com/recruit/img/icon_arrow_white.svg") no-repeat right 12px center;
                font-size: 1.6rem;
                font-weight: 700;
                color: #fff;
            }
            .recruitbox .application .box .text a:hover {
                opacity: 0.7;
                background: #00AA48 url("/files/user/www-nidec-com/recruit/img/icon_arrow_white.svg") no-repeat right 8px center;
            }



	
	
/* data
--------------------- */
#main{
	overflow: hidden;
}

#pagetitle_data{
	position: relative;
	padding: 160px 0 80px;
	background: linear-gradient(135deg, #fff,#DFE9F3,#fff);
    background-size: 300% 200%;
    animation: bggradient 10s ease infinite;
}
	#pagetitle_data .inner{
		height: 542px;
		display: flex;
		align-items: center;
	}
	#pagetitle_data .inner .text{
		width: 43%;
		position: relative;
		z-index: 5;
	}
		#pagetitle_data .inner .text h1{
			font-size: 5.8rem;
			line-height: 1.3;
			letter-spacing: 0.20rem;
			color:#00AA48;
		}
		#pagetitle_data .inner .text p.txt{
			line-height: 2.2;
			padding-top: 30px;
		}
	#pagetitle_data .ilst{
		position: absolute;
		top:160px;
		left:44%;
		width: 760px;
		height: 542px;
	}
		#pagetitle_data .ilst img{
			width: 100%;
			height: auto;
			object-fit: contain;
		}

	
.qstn_cntnt{
	padding-top: 120px;
}
.qstn_cntnt .inner{
	max-width: 1000px;
	width: 90%;
}
	.qstn_cntnt.q1 .ilst{
		width: 220px;
		height: 174px;
		position: absolute;
		top: -25px;
		left:-25px;
	}
	.qstn_cntnt.q2 .ilst{
		width: 220px;
		height: 174px;
		position: absolute;
		top: -25px;
		right:-25px;
	}
	.qstn_cntnt.q3 .ilst{
		width: 200px;
		height: 140px;
		position: absolute;
		top: -25px;
		left:5px;
	}
	.qstn_cntnt.q4 .ilst{
		width: 223px;
		height: 170px;
		position: absolute;
		top: 5px;
		right:-25px;
	}
		.qstn_cntnt .ilst img{
			width: 100%;
			height: auto;
		}
	.qstn_cntnt .q_title h2{
		position: relative;
		font-size: 4rem;
		line-height: 1.4;
		letter-spacing: 0.08em;
		font-weight: 500;
		color:#00AA48;
		text-align: center;
		padding-top: 90px;
		margin-bottom: 20px;
	}
		.qstn_cntnt .q_title h2:before{
			content:'';
			width: 70px;
			height: 80px;
			position: absolute;
			top:0;
			left:50%;
			transform:translateX(-50%);
			background: url("/files/user/www-nidec-com/recruit/img/recruit/data/head01.svg") no-repeat center;
			background-size: contain;
		}
		.qstn_cntnt.q2 .q_title h2:before{
			content:'';
			background: url("/files/user/www-nidec-com/recruit/img/recruit/data/head02.svg") no-repeat center;
			background-size: contain;
		}
		.qstn_cntnt.q3 .q_title h2:before{
			content:'';
			background: url("/files/user/www-nidec-com/recruit/img/recruit/data/head03.svg") no-repeat center;
			background-size: contain;
		}
		.qstn_cntnt.q4 .q_title h2:before{
			content:'';
			background: url("/files/user/www-nidec-com/recruit/img/recruit/data/head04.svg") no-repeat center;
			background-size: contain;
		}
	.qstn_cntnt .q_title .txt{
		text-align: center;
	}

	.on-th{
		max-width: 800px;
		width: 100%;
		margin: 45px auto 0;
	}
		.on-th .kurai{
			color:#00AA48;
			background-color: #E5F6EC;
			text-align: center;
			border-radius: 10px;
		}
		.on-th .kurai:nth-child(1){
			position: relative;
			padding: 65px;
			font-size: 3.8rem;
		}
		.on-th .kurai:nth-child(n+2){
			margin-top: 10px;
		}
		.on-th .kurai:nth-child(2){
			position: relative;
			padding: 45px;
			font-size: 3.2rem;
		}
		.on-th .kurai:nth-child(3){
			position: relative;
			padding: 30px;
			font-size: 2.6rem;
		}
		.on-th .kurai:nth-child(1) .figure{
			position: absolute;
			top:50%;
			left:50px;
			transform: translateY(-50%);
			font-size: 3.4rem;
			font-weight: 600;
		}
			.on-th .kurai:nth-child(1) .figure span{
				font-size: 7rem;
			}
		.on-th .kurai:nth-child(2) .figure{
			position: absolute;
			top:50%;
			left:55px;
			transform: translateY(-50%);
			font-size: 2.6rem;
			font-weight: 600;
		}
			.on-th .kurai:nth-child(2) .figure span{
				font-size: 5rem;
			}
		.on-th .kurai:nth-child(3) .figure{
			position: absolute;
			top:50%;
			left:58px;
			transform: translateY(-50%);
			font-size: 2rem;
			font-weight: 600;
		}
			.on-th .kurai:nth-child(3) .figure span{
				font-size: 4rem;
			}

	.last_cntnt{
		max-width: 800px;
		width: 100%;
		margin: 10px auto 0;
		padding: 30px 35px;
		border:3px solid #E5F6EC;
		border-radius: 10px;
		display: flex;
	}
		.last_cntnt .other{
			position: relative;
			padding-right: 33px;
			padding-left: 14px;
			font-size: 1.8rem;
			color: #00AA48;
		}
			.last_cntnt .other span{
				font-size: 3.6rem;
			}
/*
		.last_cntnt .other:after{
			content:'';
			position: absolute;
			top:50%;
			right:0;
			transform: translateY(-50%);
			width: 3px;
			height: 22px;
			background-color: #E5F6EC;
		}
*/
		.last_cntnt .komoku{
			display: flex;
			flex-wrap: wrap;
			align-items: center;
			padding-left: 30px;
		}
			.last_cntnt .komoku li{
				position: relative;
				padding-left: 16px;
				font-size: 1.5rem;
			}
			.last_cntnt .komoku li:nth-child(n+2){
				margin-left: 20px;
			}
			.last_cntnt .komoku li:before{
				content:'';
				width: 8px;
				height: 8px;
				background-color: #00AA48;
				position: absolute;
				top:50%;
				left:0;
				transform: translateY(-50%);
				border-radius: 50%;
			}



/*=========グラフ表示のためのCSS ===============*/

.chart-area{/*円グラフがスマホでつぶれないようにする*/
	position: relative;
	max-width: 500px;
	width:100%;
	max-height: 500px;
	height: 50vh;
}
.chart-area .figure {
    max-width: 100%;
	width: 50vh;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    pointer-events: none;
    transition: all .2s;
}
.chart-area:hover .figure{
	opacity: 0.2;
}
/*========= レイアウトのためのCSS ===============*/
.qstn_cntnt .graph{
	margin: 60px 0;
	display: flex;
	align-items: center;
}
	.qstn_cntnt .graph .per_komoku{
		width: 50%;
		padding-left: 45px;
	}
	.qstn_cntnt .graph .per_komoku li{
		display: flex;
		align-items: center;
	}
	.qstn_cntnt .graph .per_komoku li:nth-child(n+2){
		margin-top: 30px;
	}
	.qstn_cntnt .graph .per_komoku li .kmk{
		position: relative;
		width: calc(100% - 90px);
	}
	.qstn_cntnt .graph .per_komoku li .kmk:before{
		content:'';
		position: absolute;
		top:50%;
		left:0;
		transform: translateY(-50%);
		width: 100%;
		height: 1px;
		background-color: #DDDDDD;
	}
		.qstn_cntnt .graph .per_komoku li .kmk span{
			display: inline-block;
			padding: 0 20px 0 30px;
			background-color: #fff;
			position:relative;
			font-size: 1.7rem;
			line-height: 1.4;
			font-weight: 500;
		}
		.qstn_cntnt .graph .per_komoku li .kmk span:before{
			content:'';
			position: absolute;
			top:50%;
			left:0;
			transform: translateY(-50%);
			width: 20px;
			height: 20px;
			background-color: #D14C52;
			border-radius: 50%;
		}
		.qstn_cntnt .graph .per_komoku li:nth-child(2) .kmk span:before{
			background-color: #E4A518;
		}
		.qstn_cntnt .graph .per_komoku li:nth-child(3) .kmk span:before{
			background-color: #F4D20C;
		}
		.qstn_cntnt .graph .per_komoku li:nth-child(4) .kmk span:before{
			background-color: #68B476;
		}
		.qstn_cntnt .graph .per_komoku li:nth-child(5) .kmk span:before{
			background-color: #1B86C8;
		}
		.qstn_cntnt .graph .per_komoku li:nth-child(6) .kmk span:before{
			background-color: #A273AF;
		}
	.qstn_cntnt .graph .per_komoku li .per_txt{
		width: 90px;
		font-size: 4rem;
		line-height: 1;
		text-align: right;
		color:#D14C52;
	}
	.qstn_cntnt .graph .per_komoku li:nth-child(2) .per_txt{
		color:#E4A518;
	}
	.qstn_cntnt .graph .per_komoku li:nth-child(3) .per_txt{
		color:#F4D20C;
	}
	.qstn_cntnt .graph .per_komoku li:nth-child(4) .per_txt{
		color:#68B476;
	}
	.qstn_cntnt .graph .per_komoku li:nth-child(5) .per_txt{
		color:#1B86C8;
	}
	.qstn_cntnt .graph .per_komoku li:nth-child(6) .per_txt{
		color:#A273AF;
	}

.aco-item{
	padding: 0px 30px 0px;
	border:1px solid #ddd;
	border-radius: 10px;
}
.aco-item:nth-child(n+2){
	margin-top: 20px;
}
	.aco-item .aco-item-q{
		position: relative;
		padding:30px;
		padding-left: 0;
		font-size: 2rem;
		font-weight: 500;
		line-height: 1;
		cursor: pointer;
	}
		.aco-item .aco-item-q p{
			position: relative;
			padding-left: 30px;
		}
		.aco-item .aco-item-q p span{
			display: none;
			position: absolute;
			top:50%;
			right:30px;
			transform: translateY(-50%);
			font-size: 3.2rem;
			line-height: 1;
			color:#D14C52;
		}
		.aco-item:nth-child(2) .aco-item-q p span{
			color: #E4A518;
		}
		.aco-item:nth-child(3) .aco-item-q p span{
			color: #F4D20C;
		}
		.aco-item:nth-child(4) .aco-item-q p span{
			color: #68B476;
		}
		.aco-item:nth-child(5) .aco-item-q p span{
			color: #1B86C8;
		}
		.aco-item:nth-child(6) .aco-item-q p span{
			color: #A273AF;
		}
		.aco-item .aco-item-q p:before{
			content:'';
			position: absolute;
			top:50%;
			left:0;
			transform: translateY(-50%);
			width: 20px;
			height: 20px;
			background-color: #D14C52;
			border-radius: 50%;
		}
		.aco-item:nth-child(2) .aco-item-q p:before{
			background-color: #E4A518;
		}
		.aco-item:nth-child(3) .aco-item-q p:before{
			background-color: #F4D20C;
		}
		.aco-item:nth-child(4) .aco-item-q p:before{
			background-color: #68B476;
		}
		.aco-item:nth-child(5) .aco-item-q p:before{
			background-color: #1B86C8;
		}
		.aco-item:nth-child(6) .aco-item-q p:before{
			background-color: #A273AF;
		}
	.aco-item .aco-item-q:before{
		content:'';
		width: 25px;
		height: 1px;
		background: #000;
		position: absolute;
		top: 50%;
		right: 0;
		margin-top: -0.5px;
	}
	.aco-item .aco-item-q:after{
		content:'';
		width: 1px;
		height: 25px;
		background: #000;
		position: absolute;
		top: 50%;
		right: 12px;
		transform: translateY(-50%);
	}
	.aco-item .aco-item-q.open:after{
		display: none;
	}
	.aco-item .aco-item-a{
		display: none;
		padding-left: 30px;
		padding-bottom: 30px;
		margin-top: -10px;
	}	
	.aco-item .aco-item-a span{
		position:relative;
		display: block;
		padding-left: 14px;
	}
	.aco-item .aco-item-a span:before{
		content:'';
		position: absolute;
		top:11px;
		left:0;
		width: 6px;
		height: 6px;
		border-radius: 50%;
		background-color: #A273AF;
	}

.qstn_cntnt.q4 .rcrt_chng{
	margin-top: 60px;
}
	.qstn_cntnt.q4 .rcrt_chng{
		margin-top: 60px;
	}
	.qstn_cntnt.q4 .rcrt_chng li{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	.qstn_cntnt.q4 .rcrt_chng li:nth-child(n+2){
		margin-top: 40px;
	}
	.qstn_cntnt.q4 .rcrt_chng li:nth-child(2n){
		flex-direction: row-reverse;
	}
		.qstn_cntnt.q4 .rcrt_chng li .icon{
			display: flex;
			justify-content: center;
			align-items: center;
			width: 80px;
			height: 80px;
			border-radius: 50%;
			border:1px solid #ddd;
		}
			.qstn_cntnt.q4 .rcrt_chng li .icon img{
				width: 30px;
				height: 37px;
			}
		.qstn_cntnt.q4 .rcrt_chng li p.txt{
			position: relative;
			width: calc(100% - 100px);
			height: auto;
			border-radius: 10px;
			background-color: #E5F6EC;
			margin: 0 0 0 auto;
			padding: 30px;
		}
		.qstn_cntnt.q4 .rcrt_chng li p.txt:before{
			content:'';
			position: absolute;
			top:50%;
			left:0;
			transform: translate(-100%,-50%);
			width: 0;
			height: 0;
			border-style: solid;
			border-width: 10px 10px 10px 0;
			border-color: transparent #E5F6EC transparent transparent;
		}
		.qstn_cntnt.q4 .rcrt_chng li:nth-child(2n) p.txt:after{
			content:'';
			position: absolute;
			top:50%;
			right:0;
			transform: translate(100%,-50%);
			width: 0;
			height: 0;
			border-style: solid;
			border-width: 10px 0 10px 10px;
			border-color: transparent transparent transparent #E5F6EC;
		}
		.qstn_cntnt.q4 .rcrt_chng li:nth-child(2n) p.txt{
			margin: 0 auto 0 0;
		}
		.qstn_cntnt.q4 .rcrt_chng li:nth-child(2n) p.txt:before{
			content:'';
			display: none;
		}








/* 1300px */
@media screen and (max-width: 1300px) {
#pagetitle_data .inner .text {
    width: 45%;
}	
#pagetitle_data .inner .text h1 {
    font-size: 5.2rem;
    line-height: 1.3;
}	
	
	
}


/* 1180px */
@media screen and (max-width: 1180px) {
	
	#pagetitle_data .inner .text {
		width: 50%;
	}	
	
}





/* 1120px */
@media screen and (max-width: 1120px) {
	
	
	
/* data
--------------------- */	
.qstn_cntnt.q1 .ilst{
	top: -25px;
	left:-50px;
}
.qstn_cntnt.q2 .ilst{
	top: -45px;
	right:-60px;
}
.qstn_cntnt.q3 .ilst{
	top: -45px;
	left:-80px;
}
.qstn_cntnt.q4 .ilst{
	top: 35px;
	right:-90px;
}
	

	#pagetitle_data .inner .text h1 {
		font-size: 5.0rem;
		line-height: 1.4;
	}
	#pagetitle_data .ilst {
		left: 49%;
	}
		#pagetitle_data .inner .text p.txt {
			padding-top: 25px;
		}
	
.qstn_cntnt .q_title h2:before {
    content: '';
    width: 64px;
    height: 73px;
}	
.qstn_cntnt .q_title h2 {
    font-size: 3.4rem;
    padding-top: 80px;
}	
.aco-item .aco-item-q {
    font-size: 2rem;
}	
.qstn_cntnt .graph .per_komoku {
   display: none;
}	
	
.chart-area {
    width: 100%;
    margin: 0 auto;
}	
	.aco-item .aco-item-q p span{
		display: block;
	}	

	
	
	
	
	
	
	
	
	
	
	
	
	
	
	

}












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



	
	
/* anchor
--------------------- */
#anchor ul li a {
    height: 60px;
    font-size: 1.5rem;
}



	
	
/* faqbox
--------------------- */
.faqbox .box h3 {
    padding: 20px 30px 20px 70px;
    font-size: 1.8rem;
    background: url("/files/user/www-nidec-com/recruit/img/jp/recruit/open.svg") no-repeat right 30px center;
}
.faqbox .box h3.active {
    background: url("/files/user/www-nidec-com/recruit/img/jp/recruit/close.svg") no-repeat right 32px center;
}
.faqbox .box h3:before {
    font-size: 1.8rem;
    top: 20px;
}

.faqbox .box .text {
    padding: 0 30px 20px 70px;
}
.faqbox .box .text:before {
    font-size: 1.8rem;
}



	
	
/* recruitbox
--------------------- */
.recruitbox .jobs {
    padding: 20px 0;
}
.recruitbox .jobs:nth-last-child(1) {
    margin-bottom: 0;
}
    .recruitbox .jobs .head {
        font-size: 1.4rem;
    }

    .recruitbox .jobs ul li {
        font-size: 1.2rem;
    }
    .recruitbox .jobs ul li:before {
        top: 3.5px;
    }


.recruitbox .c-table01 th {
    padding: 15px;
    font-size: 1.4rem;
}
.recruitbox .c-table01 td {
    padding: 15px;
    font-size: 1.3rem;
}
    .recruitbox .c-table01 td a {
        font-size: 1.0rem;
    }
    .recruitbox .c-table01 td span {
        font-size: 1.0rem;
    }
    
    .recruitbox .c-table01 ul li {
        font-size: 1.3rem;
    }
    .recruitbox .c-table01 ul li:before {
        top: 5.5px;
    }
        .recruitbox .c-table01 ul li span {
            font-size: 1.0rem;
        }


.recruitbox .c-table02 th {
    padding: 15px;
    font-size: 1.4rem;
}
.recruitbox .c-table02 td {
    padding: 15px;
    font-size: 1.3rem;
}


.recruitbox .sub_txt {
   font-size: 1.0rem;
}


.recruitbox .step .head {
    width: 100px;
    font-size: 3.6rem;
}
    .recruitbox .step .head span {
        font-size: 1.4rem;
    }

.recruitbox .step .text {
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
    padding: 20px;
}
    .recruitbox .step .text h3 {
        font-size: 1.6rem;
        text-align: left;
    }

    .recruitbox .step .text p {
        font-size: 1.3rem;
        text-align: left;
    }
        .recruitbox .step .text p span {
            font-size: 1.0rem;
        }


.recruitbox .arrow {
    width: 100px;
}


.recruitbox ul.btnlist li {
    width: 230px;
}
.recruitbox ul.btnlist li:nth-child(1) {
    margin-right: 20px;
}
    .recruitbox ul.btnlist li a {
        height: 60px;
        border-radius: 30px;
        font-size: 1.6rem;
    }
    
    
.recruitbox .application .box {
    width: 32%;
}
    .recruitbox .application .box .text {
        padding-top: 25px;
    }
        .recruitbox .application .box .text .head {
            top: -14px;
        }
            .recruitbox .application .box .text .head span {
                font-size: 1.2rem;
                padding: 6px;
            }

        .recruitbox .application .box .text h3 {
            font-size: 2.0rem;
        }

        .recruitbox .application .box .text .txt span {
            font-size: 1.0rem;
        }

        .recruitbox .application .box .text a {
            max-width: 80%;
            font-size: 1.5rem;
        }
	
	
	
	.last_cntnt .other {
		width: 86px;
		padding: 0;
		text-align: center;
	}
	.last_cntnt .other:after {
		display: none;
	}
	.last_cntnt .komoku {
		width: calc(100% - 86px);
	}
		.last_cntnt .komoku li{
			margin-right: 20px;
		}
		.last_cntnt .komoku li:nth-child(n+2) {
			margin-left: 0px;
		}	
	
	
	#pagetitle_data .inner .text h1 {
		font-size: 3.8rem;
	}	
	
	
	
	
	
	


}

	







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



	
	
/* anchor
--------------------- */
#anchor {
    padding-top: 70px;
}
    #anchor ul {
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
        #anchor ul li {
            margin-bottom: 2%;
        }
        #anchor.column4 ul li {
            width: 49%;
            margin-right: 2%;
        }
        #anchor.column3 ul li {
            width: 49%;
        }
        #anchor ul li:nth-child(2n) {
            margin-right: 0;
        }
            #anchor ul li a {
                background: #00AA48 url("/files/user/www-nidec-com/recruit/img/icon_arrow_down.svg") no-repeat right 12px center;
                font-size: 1.4rem;
                padding: 0 30px 0 12px;
            }
            #anchor ul li a:hover {
                background: #009640 url("/files/user/www-nidec-com/recruit/img/icon_arrow_down.svg") no-repeat right 12px center;
            }



	
	
/* faqbox
--------------------- */
.faqbox {
	width: 100%;
    padding-top: 70px;
}
.faqbox:nth-last-child(1) {
    padding-bottom: 140px;
}
    .faqbox .box h3 {
        padding: 20px 20px 20px 45px;
        font-size: 1.6rem;
        background: url("/files/user/www-nidec-com/recruit/img/jp/recruit/open.svg") no-repeat right 20px center;
    }
    .faqbox .box h3.active {
        background: url("/files/user/www-nidec-com/recruit/img/jp/recruit/close.svg") no-repeat right 22px center;
    }
    .faqbox .box h3:before {
        font-size: 1.6rem;
        top: 20px;
        left: 20px;
    }

    .faqbox .box .text {
        padding: 0 20px 20px 45px;
    }
    .faqbox .box .text:before {
        font-size: 1.6rem;
        left: 20px;
    }
        .faqbox .box .text span {
            font-size: 1.0rem;
        }



	
	
/* recruitbox
--------------------- */
.recruitbox {
    padding-top: 70px;
}
.recruitbox:nth-last-child(1) {
    padding-bottom: 140px;
}
    .recruitbox .jobs {
        display: block;
        padding: 20px 0;
    }
        .recruitbox .jobs .head {
            width: 100%;
            font-size: 1.5rem;
            text-align: center;
            margin-bottom: 13px;
        }

        .recruitbox .jobs ul {
            width: 100%;
            padding: 0 30px;
            border-left: none;
        }


    .recruitbox .mt {
        margin-top: 30px;
    }
    
    
    .recruitbox .c-table01 th {
        width: 100px;
        padding: 10px;
        text-align: left;
        line-height: 1.4em;
    }
    .recruitbox .c-table01 td {
        width: -webkit-calc(100% - 100px);
        width: calc(100% - 100px);
        padding: 10px;
    }


    .recruitbox .c-table02 th {
        padding: 10px 0px;
        font-size: 1.2rem;
        line-height: 1.4em;
    }
    .recruitbox .c-table02 td {
        padding: 10px;
        font-size: 1.2rem;
    }


    .recruitbox .step {
        display: block;
        padding: 10px;
    }
    .recruitbox .step.last {
        margin-bottom: 40px;
    }
        .recruitbox .step .head {
            display: inline-block;
            width: 100%;
            font-size: 2.0rem;
            padding-bottom: 12px;
        }
            .recruitbox .step .head span {
                display: inline-block;
                font-size: 2.0rem;
                padding-right: 5px;
            }

        .recruitbox .step .text {
            width: 100%;
            padding: 20px;
        }
            .recruitbox .step .text h3 {
                text-align: center;
            }


    .recruitbox .arrow {
        width: 100%;
    }


    .recruitbox ul.btnlist {
        margin-top: 50px;
    }
        .recruitbox ul.btnlist li {
            width: 70%;
            margin: 0 auto;
        }
        .recruitbox ul.btnlist li:nth-child(1) {
            margin-right: auto;
            margin-bottom: 20px;
        }
    
    
.recruitbox .read {
    margin-bottom: 30px;
}
    
    
.recruitbox .application {
    display: block;
}
    .recruitbox .application .box {
        width: 100%;
        margin-top: 30px;
    }
        .recruitbox .application .box .text {
            padding-top: 30px;
        }
            .recruitbox .application .box .text h3 {
                font-size: 1.8rem;
            }

	
	
	
/* data
--------------------- */
#pagetitle_data {
    position: relative;
    padding: 70px 0 250px;
	overflow: hidden;
}
#pagetitle_data .inner .text {
    width: 100%;
}	
	#pagetitle_data .inner .text h1 {
		font-size: 3.5rem;
		line-height: 1.3;
	}
	#pagetitle_data .inner .text p.txt {
		font-size: 1.3rem;
		line-height: 1.8;
		padding-top: 15px;
	}
	#pagetitle_data .inner {
		height: 350px;
		display: flex;
		align-items: center;
	}	
	#pagetitle_data .ilst {
		position: absolute;
		top:auto;
		bottom: 40px;
		left: 50%;
		transform: translateX(-50%);
		width: 380px;
		height: 242px;
	}

	.qstn_cntnt.q2 .ilst {
		width: 180px;
		height: 144px;
		position: absolute;
		top: -45px;
		right: -65px;
	}
	.qstn_cntnt.q4 .ilst {
		width: 183px;
		height: 140px;
		position: absolute;
		top: -55px;
   		right: -60px;
	}
	
	.qstn_cntnt .q_title h2 {
		font-size: 2.6rem;
		line-height: 1.3;
		padding-top: 80px;
		margin-bottom: 20px;
	}
		.qstn_cntnt .q_title h2:before {
			content: '';
			width: 60px;
			height: 70px;
		}	
.qstn_cntnt {
    padding-top: 80px;
}
.qstn_cntnt .inner {
    width: 100%;
	text-align: left;
}
.qstn_cntnt.q1 .ilst {
    width: 180px;
    height: 174px;
    top: -45px;
    left: -50px;
}	
.qstn_cntnt .q_title .txt {
    text-align: left;
}	
	
.on-th {
    margin: 25px auto 0;
}	
.on-th .kurai:nth-child(1) {
    padding: 30px 0;
    font-size: 2.5rem;
}	
	.on-th .kurai:nth-child(1) .figure {
		left: 20px;
		font-size: 2.6rem;
	}	
		.on-th .kurai:nth-child(1) .figure span {
			font-size: 5.2rem;
		}	
.on-th .kurai:nth-child(2) {
    padding: 26px 0;
    font-size: 2.4rem;
}	
	.on-th .kurai:nth-child(2) .figure {
		left: 22px;
		font-size: 2.4rem;
	}	
		.on-th .kurai:nth-child(2) .figure span {
			font-size: 4.6rem;
		}		
.on-th .kurai:nth-child(3) {
    padding: 22px 0;
    font-size: 1.8rem;
}	
	.on-th .kurai:nth-child(3) .figure {
		left: 22px;
		font-size: 2.0rem;
		text-align: left;
	}	
		.on-th .kurai:nth-child(3) .figure span {
			font-size: 4rem;
		}	
.on-th .kurai:nth-child(3) p:nth-child(2){
    padding-left: 50px;
}		

.last_cntnt {
    padding: 22px 0;
	height: 100%;
	align-items: center;
}	
	.last_cntnt .other {
		width: 140px;
		padding: 0;
		text-align: center;
	}	
	
.qstn_cntnt .graph {
    margin: 25px 0 20px;
}	
	.chart-area {
		position: relative;
		width: 300px;
		height: 300px;
	}
	.chart-area .figure{
		width: 100%;
		height: auto;
		position: absolute;
		top: 0px;
		left: 50%;
		transform: translateX(-50%);
		pointer-events: none;
		transition: all .2s;
	}
	.last_cntnt .komoku {
		padding-left: 0px;
	}
		.last_cntnt .komoku li {
			width: 100%;
		}
	
.aco-item {
    padding: 0px 15px 0px;
    border: 1px solid #ddd;
    border-radius: 10px;
}
.aco-item:nth-child(n+2) {
    margin-top: 15px;
}
.aco-item .aco-item-q p {
    position: relative;
    padding-left: 25px;
	padding-right: 60px;
}
.aco-item .aco-item-q p span {
    right: 20px;
    font-size: 2.5rem;
    letter-spacing: 0.01em;
}	
	
.aco-item .aco-item-q p:before{
	content:'';
	position: absolute;
	top:50%;
	left:0;
	transform: translateY(-50%);
	width: 15px;
	height: 15px;
}	
.aco-item .aco-item-q {
	padding: 20px;
    padding-left: 0px;
    font-size: 1.7rem;
	line-height: 1.4;
}	
	.aco-item .aco-item-q:before {
		content: '';
		width: 21px;
	}
	.aco-item .aco-item-q:after {
		content: '';
		height: 21px;
		right: 10px;
	}
.aco-item .aco-item-a {
    padding-left: 0px;
    padding-bottom: 20px;
}	
	
.qstn_cntnt.q4 .rcrt_chng {
    margin-top: 20px;
}
.qstn_cntnt.q4 .rcrt_chng li:nth-child(n+2) {
    margin-top: 20px;
}	
.qstn_cntnt.q4 .rcrt_chng li p.txt {
    position: relative;
    width: calc(100% - 70px);
    height: auto;
    border-radius: 10px;
    background-color: #E5F6EC;
    margin: 0 0 0 auto;
    padding: 20px;
}	
.qstn_cntnt.q4 .rcrt_chng li .icon {
    width: 54px;
    height: 54px;
}
	.qstn_cntnt.q4 .rcrt_chng li .icon img {
		width: 26px;
		height: 32px;
	}


}




