  @charset "utf-8";
/* ----人材育成---- */

#challenge,
#growth,
#contribution {
	height: 338px;
	margin-bottom: 80px;
	background-repeat: no-repeat;
	background-size: cover;
	border: 1px solid #ccc;
	box-shadow: 0px 3px 5px 0 #e7e7e7;								/* CSS3 */
	-webkit-box-shadow: 0px 3px 5px 0 #e7e7e7;						/* Safari, Chrome用 */
	-moz-box-shadow: 0px 3px 5px 0 #e7e7e7;							/* Firefox用 */
}

#challenge {
	margin-top: 80px;
	background-image: url(/wp/wp-content/themes/ios/recruit/img/bg_challenge.jpg);
}

#growth {
	background-image: url(/wp/wp-content/themes/ios/recruit/img/bg_growth.jpg);
}

#contribution {
	background-image: url(/wp/wp-content/themes/ios/recruit/img/bg_contribution.jpg);
}

#challenge h1,
#growth h1,
#contribution h1 {
	position: relative;
	top: -50px;
	left: -49px;
	font-size: 24px;
	letter-spacing: 5px;
	text-align: center;
	width: 147px;
	height: 147px;
	padding-top: 87px;
	background-repeat: no-repeat;
	background-size: 147px;
	color: #fff;
}

#challenge h1 {
	background-image: url(/wp/wp-content/themes/ios/recruit/img/h1_challenge.png);
	text-shadow: 1px 0px 0px #ee7157, 0px 1px 0px #ee7157, -1px 0px 0px #ee7157, 0px -1px 0px #ee7157;
}

#growth h1 {
	background-image: url(/wp/wp-content/themes/ios/recruit/img/h1_growth.png);
	text-shadow: 1px 0px 0px #52a6d0, 0px 1px 0px #52a6d0, -1px 0px 0px #52a6d0, 0px -1px 0px #52a6d0;
}

#contribution h1 {
	background-image: url(/wp/wp-content/themes/ios/recruit/img/h1_contribution.png);
	text-shadow: 1px 0px 0px #79c246, 0px 1px 0px #79c246, -1px 0px 0px #79c246, 0px -1px 0px #79c246;
}

#challenge div,
#growth div,
#contribution div {
	width: 680px;
	height: 120px;
	margin: -40px 0px 0px 19px;
	background-color: #fff;
	opacity: 0.9;
}

#challenge div{
    height: 137px;
    margin: -55px 0px 0px 19px;
}

#challenge div p,
#growth div p,
#contribution div p {
	font-size: 13px;
	letter-spacing: 2px;
	line-height: 170%;
	text-align: left;
	padding: 20px;
}

#challenge div p,
#growth div p {
	padding: 15px 20px 20px;
}

#contribution div p {
	padding-top: 29px;
}


/* ----キャリアパス?教育体系---- */
#careerPaths .type1,
#incentiveScheme .type1	{
	margin-top: 44px!important;
	padding-top: 20px;	
}

.careerPaths_side {
	display: flex;
	width: 100%;
	font-size: 0;
}

.careerPaths_table {
	display: flex;
	width: calc(60% - 5px);
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
}

.careerPaths_table table {
	width: 100%;
	height: 100%;
}

.careerPaths_table table tr th {
	text-align: center;
	vertical-align: middle;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	white-space: nowrap;
	color: #000;
	font-size: 14px;
}

.careerPaths_table table tr:first-child th {
	border-top: none;
}

.careerPaths_table table th {
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	color: #000;
	background-color: #01B0F1;
}

.careerPaths_table .top_border_on{
	border-top: 1px solid #fff !important;
}

.careerPaths_table table thead tr th {	
	border-right:  1px solid #fff;
	border-top: 1px solid #fff;
	padding: 7px 10px;
}

.careerPaths_table table tbody tr th {
	width: 20px;
	border-right:  1px solid #fff;
	border-top: 1px solid #fff;
	padding: 15px;
}

.careerPaths_table table tbody tr th span{
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.careerPaths_table table tbody tr td {
	border-right:  1px solid #fff;
	border-top: 1px solid #fff;
	padding: 15px;
	background-color: #DBEEF4;
	vertical-align: middle;
	text-align: center;
	font-size: 14px;
}

.training_table {
	display: flex;
	flex-flow: column;
	width: 40%;
	display: inline-block;
	vertical-align: top;
}

.training_table > div table thead tr th {
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	color: #000;
	font-size: 14px;
	background-color: #FCC200;
	padding: 5px 10px;
	border-left: 2px solid #FCC200;
}

.training_table > div:last-child table {
	margin-top: 3%;
}

.training_table > div:nth-child(2) table thead tr th {
	background-color: #90D14E;
	border-left: 2px solid #90D14E;
}

.training_table > div table tbody tr td {
	border-right:  1px solid #FCC200;
	border-left:  1px solid #FCC200;
	border-bottom: 1px solid #FCC200;
	padding: 15px;
	background-color: #fff;
	vertical-align: middle;
	text-align: left;
	font-size: 14px;
}

.training_table > div:nth-child(2) table tbody tr td {												/* th 階層、階層別研修、目的別?選択型研修、自己啓発支援、新入社員研修、月 */
	border-color: #90D14E;
}

.mid_text{
	margin-top: 1em;
	margin-bottom: 1em;
}

.new_employee_table table {
	width: 100%;
	table-layout: fixed;
}

.new_employee_table table thead tr th {
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid #fff;
	white-space: nowrap;
	color: #000;
	font-size: 14px;
	background-color: #01B0F1;
	box-sizing: border-box;
	height: 5%;
	padding: 10px 15px;
}

.new_employee_table table thead tr th:first-child {
	width: 50.5px;
}

.new_employee_table table tbody tr td {
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	white-space: nowrap;
	color: #000;
	font-size: 14px;
	background-color: #DBEEF4;
	box-sizing: border-box;
	height: 5%;
	padding: 10px 15px;
}

.new_employee_table table tbody tr th {
	white-space: nowrap;
	text-align: center;
	vertical-align: middle;
	background-color: #01B0F1;
}

.new_employee_table table tbody tr th span{
	margin-top: -50px;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.new_employee_table table tbody tr th p{
	margin-top: -50px;
}

.new_employee_table table tbody tr.training_kinds td {
	background-color: #B7DDE8;
	box-sizing: border-box;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.new_employee_table table tbody tr td .training_skil {
	box-sizing: border-box;
	height: 190px;
	width: 85%;
	margin: auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 20px 0px;
	border: 1px solid #93CCDD;
}

.text_margin > p{
	padding-bottom: 15px;
}

.text_margin > p:last-child{
	padding-bottom: 0px;
}

.new_employee_table table tbody .human_skil {
	white-space: normal;
}

.new_employee_table table tbody .human_skil_list {
	font-size: 0;
}

.new_employee_table table tbody tr .human_skil_list > li {
	background-color: #F0975A;
	color: #fff;
	padding: 5px;
	width: 45%;
	display: inline-block;
	font-size: 11px;
	margin-top: 5px;
	margin-right: 5px;
	box-sizing: border-box;;
}

.new_employee_table table tbody tr .human_skil_list > li:nth-child(2){
	background-color: #5BA8EE;
} 

.new_employee_table table tbody tr .human_skil_list > li:nth-child(3){
	background-color: #7EBA56;
}

.new_employee_table table tbody tr .human_skil_list > li:nth-child(4){
	background-color: #DAC639;
}

.new_employee_table table tbody tr .radius {
	border-bottom: 1px solid #DBEEF4;
}

.new_employee_table table tbody tr .radius p {
	text-align: center;
	padding: 8px;
	background-color: #93CCDD;
  border-radius: 5px;													/* 角丸 */
  -webkit-border-radius: 5px;											/* Safari,Google Chrome用 */
  -moz-border-radius: 5px;												/* Firefox用 */
}
.new_employee_table table tbody tr .radius p:first-child {
	margin-bottom: 5px;
}

/* ----資格取得奨励制度---- */

#incentiveScheme p {
	letter-spacing: 1px;
	line-height: 160%;
	margin-bottom: 30px;
}

#incentiveScheme h3 {
	font-weight: normal;
	letter-spacing: 2px;
	margin-bottom: 10px;
}

#incentiveScheme table {
	width: 100%;
	margin-bottom: 20px;
	border-collapse: separate !important;
	border-spacing: 3px !important;
}

#incentiveScheme table tr th {
	letter-spacing: 5px;
	text-align: center;
	vertical-align: middle;
	width: 150px;
	padding: 17px 0px;
	background-color: #eb8b02;
	border-bottom: 1px solid #cfcfcf;
	color: #fff;
}

#incentiveScheme table tr:nth-child(2) th {
	width: 10px;
	padding: 0px 10px;
}

#incentiveScheme table tr td {
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 150%;
	padding: 7px 15px;
	background-color: #fdf3e5;
	border-bottom: 1px solid #cfcfcf;
}

#incentiveScheme table tr td:last-child {
	letter-spacing: 5px;
	text-align: center;
	border-right: none;
}

#incentiveScheme table tr:last-child td {
	letter-spacing: 1px;
	text-align: left;
}

#incentiveScheme .link {
	margin-bottom: 80px;
}


/*
****     SP     ***
**/
@media (max-width: 767px) {
	#wrap {
		width: 100%;
	}
	
	#wrap #main {
		width: 100%;
		padding-right: 10px;
	}
	
	.type1 {
		margin-top: 20px!important;
		margin-bottom: 10px;	
	}
	
	
	/* ----人材育成---- */
	#challenge, #growth, #contribution {
		background-size: contain;
		position: relative;
		background:none;
		height: auto;
		margin-bottom: 60px;
	}
	
	#challenge {
		margin-top: 60px;
	}
	
	#contribution {
		margin-bottom: 0;
	}
	
	#challenge h1, #growth h1, #contribution h1 {
		left: -0;
		top: -55px;;
		background-size: 80px;
		width: 80px;
    height: 46px;
		padding-top: 55px;
		font-size: 16px;	
		font-weight: 600;
		position: absolute;
		width: 100%;
		background-position: center;
	}
	
	#challenge h1, #growth h1, #contribution h1 {
		letter-spacing: 2px;
	}
	#contribution h1 {
		letter-spacing: 0;
	}
	
	#challenge img, #growth img, #contribution img {
		width: 100%;
	}
	
	#challenge div, #growth div, #contribution div {
		height: auto;
		width: 100%;
		margin: 0;
	}

	#challenge div p, #growth div p, #contribution div p {
		padding: 10px;
		font-size: 14px;
		line-height: 150%;
	}
	
	/* ----キャリアパス?教育体系---- */
	#careerPaths {
		margin-bottom: 0;
		padding-top: 54px;
		margin-top: -24px;
	}
	#careerPaths .type1,
	#incentiveScheme .type1	{
		margin-top: 0!important;
		padding-top: 10px;
	}
	#careerPaths img {
		width: 100%;
	}

	 .careerPaths_scroll {
		width: 100%;
		overflow: auto;
	}

	.careerPaths_side {
		width: 720px;
	}

	.new_employee_table {
		width: 100%;
		overflow: auto;
	}

	.new_employee_table table {
		width: 720px;
	}

	.training_table > div table thead tr th {
		border-left: none;
		border-right: 2px solid #FCC200;
	}
	
	.training_table > div:nth-child(2) table thead tr th {
		border-left: none;
		border-right: 2px solid #90D14E;
	}

	/* ----資格取得奨励制度---- */
	#incentiveScheme {
		padding-top: 54px;
		margin-top: -24px;
	}
	#incentiveScheme table tr td:last-child {
		letter-spacing: 0;
	}
	#incentiveScheme p {
		line-height: 150%;
	}
	#incentiveScheme table {
		margin-bottom: 40px;
	}
	#incentiveScheme table tr:first-child th:nth-child(1) {
		width: 65%;
	}
	#incentiveScheme table tr:first-child th:nth-child(2) {
		width: 35%;
	}
	#incentiveScheme table tr td {
		padding: 10px;
		letter-spacing: 0;
	}

}









