.section_career{
	margin: 20px 0 0px 0;
}
.inner{
	width: 980px;
	margin: 0 auto;
}
.mv .txt_eng{
	text-transform: uppercase;
	font-size: 16px;
	line-height: 1.5;
	font-weight: normal;
	margin-top: 1rem;
}
.mv{	
    padding-top: 40px;
    margin-bottom: 50px;
    min-height: 520px;
}
.intro{
    z-index: 2;
    position: relative;
    width: 436px;
	min-height: 256px;
	border: 4px solid #5269a9;
	padding: 70px 25px;
	margin-left: -25px;
}
.intro .txt{
	font-size: 32px;
	padding: 0 0;
	letter-spacing: 0.05rem;
	line-height: 1.4;
}
.mv .profile{
	width: 760px;
	height: 520px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}
.career_info{
	/*width: 500px;*/
	margin-bottom: 60px;
}
.career_info p{
	color: #0d1f50;
	font-size: 16px;
	line-height: 2.15;
	text-align: center;
    font-weight: normal;
}
.career_info p.txt_01{
	color: #5269a9;
	font-size: 24px;
	line-height: 1.4;
	padding: 15px 0 40px 0;
	letter-spacing: 3px;
}
.career_path{
	margin: 70px 0 100px 0;
}
.career_path p.career_path_ttl{
	font-size: 40px;
	font-weight: normal;
	line-height: 1.3;
	color: #22325f;
}
.career_path .career_path_detail{
	/*background: pink;*/
	margin: 100px auto 0 auto;
}
.career_path .career_path_detail li{
	background: #eceef0;
	width: 460px;
	height: 100px;
	margin-bottom: 30px;
	position: relative;	
	display: table;
}
.career_path .career_path_detail li:nth-child(even){
	float: right;
}
.career_path .career_path_detail li:before{
	content: "";
    position: absolute;
    top: -30px;
    left: 50%;
    margin: 0 auto;
    width: 16px;
    height: 30px;
    background: #494949;
}
.career_path .career_path_detail li p{
	text-align: center;
	font-size: 18px;
	line-height: 1.8;
	color: #333333;
	font-weight: normal;
	display: table-cell;
	vertical-align: middle;
	padding: 15px;
}
.career_path .career_path_detail li.path01{
	background: #22325f;
}
.career_path .career_path_detail li.path01 p:before,
.career_path .career_path_detail li.path04 p:before{
	content: "";
    position: absolute;
    top: -76px;
    left: 46.75%;
    margin: 0 auto;
    width: 45px;
    height: 45px;
    border-top: 23px solid transparent;
   	border-right: 23px solid transparent;
    border-bottom: 23px solid #494949;
    border-left: 23px solid transparent;
}
.career_path .career_path_detail li.path01 p,
.career_path .career_path_detail li.path04 p{
	color: #fff;
}
.career_path .career_path_detail li.path02{
	visibility: hidden;
}
.career_path .career_path_detail li.path03{
	background: #7492b1;
}
.career_path .career_path_detail li.path04{
	background: #2f8789;
}
.career_path .career_path_detail li.path05{
	background: #b9c8d8;
}
.career_path .career_path_detail li.path06{
	background: #bad7d8;
}
.career_path .career_path_detail li.path07{
	/*background: #2f8789;*/
	width: 100%;
}
.career_path .career_path_detail li.path07:before{
	content: "";
    position: absolute;
    top: -30px;
    left: 23.5%;
    margin: 0 auto;
    width: 16px;
    height: 30px;
    background: #494949;
}
.career_path .career_path_detail li.path07:after{
	content: "";
    position: absolute;
    top: -30px;
    right: 21.8%;
    margin: 0 auto;
    width: 16px;
    height: 30px;
    background: #494949;
}
.training_system{
	padding: 90px 0 90px 0;
	background: #f1f3f9;
}
.training_system .txt_ttl{
	font-size: 40px;
    line-height: 1.3;
    color: #22325f;
    text-align: center;
    letter-spacing: 3px;
    margin-bottom: 50px;
}
.training_system .txt_paragraph{
	color: #0d1f50;
    font-size: 16px;
    line-height: 2.15;
    text-align: center;
    font-weight: normal;
}
.training_system .training_list .img_training_system{
	width: 988px;
	height: 412px;
	margin: 70px auto;
	text-align: center;
}
.training_system .training_list{
	/*background: pink;*/
}
.training_system .training_list li:nth-of-type(1){
	text-align: left;
}
.training_system .training_list li:nth-of-type(2){
	text-align: center;
}
.training_system .training_list li:nth-of-type(3){
	text-align: right;
}
.training_system .training_list_detail{
	padding-top: 40px;
}
.training_system .training_step{
	background: #fff;
	padding: 48px 50px 48px 120px;
	margin: 100px auto;
	position: relative;
}
.training_system .training_step .step{
	color: #5269a9;
	font-size: 130px;
	font-weight: normal;
	line-height: 0.8;
	position: absolute;
	left: 30px;
    top: -55px;
}
.training_system .training_step .step span{
	color: #5269a9;
	font-size: 16px;
	line-height: 1.5;
	display: block;
	text-align: center;
	text-transform: uppercase;
}
.training_system .training_step .step_ttl{
	color: #5269a9;
	font-size: 24px;
	line-height: 1.4;
	letter-spacing: 3px;
	font-weight: normal;
	position: absolute;
	left: 120px;
	top: -15px;
}
.training_system .training_step .part{
	color: #5269a9;
	font-size: 16px;
	line-height: ;
	text-transform: uppercase;
	position: absolute;
    left: 120px;
    top: -20px;
}
.training_system .training_step .part span{
	color: #5269a9;
	font-size: 36px;
	padding: 0 5px;
}
.training_system .training_step.step_three .part_two{
	margin-top: 50px;
}
.training_system .training_step.step_three .part_two .part{
	position: relative;
	left: -100px;
	top: -15px;
}
.training_system .training_step.step_three .part_two .step_ttl{
	position: relative;
	left: -75px;
}
.training_system .training_step.step_three .part_two .txt_paragraph{
	padding: 15px 0 0 0;
}
.training_system .training_step.step_three{
	padding: 50px 50px 50px 220px;
}
.training_system .training_step.step_three .step_ttl{
	left: 220px;
}
.training_system .training_step .txt_paragraph{
	text-align: left;
}
@media only screen and (min-width: 980px){

	.career_path .career_path_detail li.path01:before,
	.career_path .career_path_detail li.path04:before{
		content: "";
	    position: absolute;
	    top: -40px;
	    left: 50%;
	    margin: 0 auto;
	    width: 16px;
	    height: 40px;
	    background: #494949;
	}
	.career_path .career_path_detail li.path01 p:before,
	.career_path .career_path_detail li.path04 p:before{
		content: "";
	    position: absolute;
	    top: -76px;
	    left: 46.75%;
	    margin: 0 auto;
	    width: 45px;
	    height: 45px;
	    border-top: 23px solid transparent;
	   	border-right: 23px solid transparent;
	    border-bottom: 23px solid #494949;
	    border-left: 23px solid transparent;
	}
	.career_path .career_path_detail li.path01 p:before{
		top: -86px;
	}
	.career_path .career_path_detail li.path04:before{	
		top: -84px;
		height: 84px;
	}
	.career_path .career_path_detail li.path04 p:before{
		top: -130px;
	}
}
/*For tablet*/
@media only screen and (min-width: 980px) and (max-width: 1279px) {
	.inner{
		padding: 0 20px ;
	}
	.mv .intro{
		margin-left: 20px;
	}
	.training_system .training_list .img_training_system{
		width: 100%;
		height: auto;
	}
}


/*For SP*/
@media only screen and (max-width: 979px) {
	.section_career{
		margin: .2rem 0 0 0;
	}
	.inner{
		width: 6.27rem;
		margin: 0 auto;
	}
	.mv .txt_eng{
		text-transform: uppercase;
		font-size: .22rem;
		line-height: 1.5;
		font-weight: normal;
		margin-top: 0.2rem;
	}
	.mv{	
	    padding-top: .4rem;
	    margin-bottom: 0;
	    min-height: auto;
	}
	.intro{
	    z-index: 2;
	    position: relative;
	    width: 4.70rem;
		min-height: 3.1rem;
		border: .06rem solid #5269a9;
		padding: .6rem .4rem;
		margin-left: 0;
	}
	.intro .txt{
		font-size: .46rem;
		padding: 0 0;
	}
	.mv .profile{
		width: 100%;
	    height: auto;
	    position: relative;
	    top: -.45rem;
	    right: 0;
	    z-index: 1;
	}
	.career_info{
		width: 100%;
		margin-bottom: 0;
	}
	.career_info p{
		color: #0d1f50;
		font-size: .28rem;
		line-height: 2;
		text-align: left;
	}
	.career_info p.txt_01{
		color: #5269a9;
		font-size: .34rem;
	    line-height: 2;
	    text-align: center;
	    padding: .20rem 0 .40rem 0;
		letter-spacing: .03rem;
	}	
	.career_path{
		margin: .9rem 0 1.2rem 0;
	}
	.career_path p.career_path_ttl{
		font-size: .48rem;
		line-height: 1.3;
		color: #22325f;
		text-align: center;
		letter-spacing: .07rem;
	}
	.career_path .career_path_detail{
		margin: .7rem auto 0 auto;
	}
	.career_path .career_path_detail li{
		background: #eceef0;
		width: 3rem;
		height: .85rem;
		margin-bottom: .3rem;
		position: relative;	
	}
	.career_path .career_path_detail li:nth-child(even){
		float: right;
	}
	.career_path .career_path_detail li:before{
		content: "";
	    position: absolute;
	    top: -.3rem;
	    left: 50%;
	    margin: 0 auto;
	    width: .1rem;
	    height: .3rem;
	    background: #494949;
	}
	.career_path .career_path_detail li p{
		text-align: center;
		font-size: .22rem;
		line-height: 1.1;
		color: #333333;
		font-weight: 900;
		padding: .15rem;
	}
	.career_path .career_path_detail li.path01{
		background: #22325f;
	}
	.career_path .career_path_detail li.path01 p:before,
	.career_path .career_path_detail li.path04 p:before{
		content: "";
	    position: absolute;
	    top: -.58rem;
	    left: 47%;
	    margin: 0 auto;
	    width: .28rem;
	    height: .28rem;
	    border-top: .14rem solid transparent;
	   	border-right: .14rem solid transparent;
	    border-bottom: .14rem solid #494949;
	    border-left: .14rem solid transparent;
	}
	
	.career_path .career_path_detail li.path01 p,
	.career_path .career_path_detail li.path04 p{
		color: #fff;
	}	
	.career_path .career_path_detail li.path02{
		visibility: hidden;
	}
	.career_path .career_path_detail li.path03{
		background: #7492b1;
	}
	.career_path .career_path_detail li.path04{
		background: #2f8789;
	}
	.career_path .career_path_detail li.path05{
		background: #b9c8d8;
	}
	.career_path .career_path_detail li.path06{
		background: #bad7d8;
	}
	.career_path .career_path_detail li.path07{
		/*background: #2f8789;*/
		width: 100%;
	}
	.career_path .career_path_detail li.path07:before{
		content: "";
	    position: absolute;
	    top: -.3rem;
	    left: 23.5%;
	    margin: 0 auto;
	    width: .1rem;
	    height: .3rem;
	    background: #494949;
	}
	.career_path .career_path_detail li.path07:after{
		content: "";
	    position: absolute;
	    top: -.3rem;
	    right: 21.8%;
	    margin: 0 auto;
	    width: .1rem;
	    height: .3rem;
	    background: #494949;
	}
	.training_system{
		padding: .9rem 0 .9rem 0;
		background: #f1f3f9;
	}
	.training_system .txt_ttl{
		font-size: .48rem;
	    line-height: 1.3;
	    color: #22325f;
	    text-align: center;
	    letter-spacing: .03rem;
	    margin-bottom: .5rem;
	}
	.training_system .txt_paragraph{
		color: #0d1f50;
	    font-size: .28rem;
	    line-height: 2.15;
	    text-align: left;
	    font-weight: normal;
	}
	.training_system .training_list .img_training_system{
		width: 6.27rem;
		height: auto;
		margin: .70rem auto;
		text-align: center;
	}
	.training_system .training_list{
	}
	.training_system .training_list .img_training_list{
		width: 3rem;
    	height: auto;
	}
	.training_system .training_list li:nth-of-type(1){
		text-align: left;
	}
	.training_system .training_list li:nth-of-type(2){
		text-align: right;
	}
	.training_system .training_list li:nth-of-type(3){
		text-align: left;
	}
	.training_system .training_list li:nth-child(even){
		text-align: left;
	}
	.training_system .training_list li:nth-child(odd){
		text-align: right;
	}
	.training_system .training_list_detail{
		padding-top: .4rem;
	}
	.training_system .training_step{
		background: #fff;
		padding: 1rem .5rem .5rem .5rem;
		margin: 1rem auto;
		position: relative;
	}
	.training_system .training_step .step{
		color: #5269a9;
		font-size: 1.3rem;
		line-height: 0.8;
		position: absolute;
		left: .3rem;
	    top: -.55rem;
	}
	.training_system .training_step .step span{
		color: #5269a9;
		font-size: .2rem;
		line-height: 1.5;
		display: block;
		text-align: center;
		text-transform: uppercase;
	}
	.training_system .training_step .step_ttl{
		color: #5269a9;
		font-size: .36rem;
		line-height: 1.4;
		letter-spacing: .03rem;
		font-weight: 700;
		position: absolute;
		left: 1.2rem;
		top: .3rem;
	}
	.training_system .training_step .part{
		color: #5269a9;
		font-size: .22rem;
		line-height: ;
		text-transform: uppercase;
		position: absolute;
	    left: 1.2rem;
	    top: .4rem;
	}
	.training_system .training_step .part span{
		color: #5269a9;
		font-size: .4rem;
		padding: 0 .05rem;
	}
	.training_system .training_step.step_three .part_two{
		margin-top: .5rem;
	}
	.training_system .training_step.step_three .part_two .part{
		position: relative;
		left: .7rem;
		top: -.15rem;
	}
	.training_system .training_step.step_three .part_two .step_ttl{
		position: relative;
		left: 1rem;
		top: -.15rem;
	}
	.training_system .training_step.step_three .part_two .txt_paragraph{
		padding: .15rem 0 0 0;
	}
	.training_system .training_step.step_three{
		padding: 1rem .5rem .5rem .5rem;
	}
	.training_system .training_step.step_three .step_ttl{
		left: 2.2rem;
		top: .3rem;
	}
	.training_system .training_step .txt_paragraph{
		text-align: left;
	}
	
}