#pagemain h1 span {
	color: #e61829;
}
/************************************
数字でみるナカシャ
************************************/
/*
.number_box01{
    max-width: 1010px;
    width: 95%;
    margin: -5px auto 50px;
    padding: 2em 0;
    text-align: left;
}
.number_box01 img{
   width:100%;
}
.number_box01 h2.title01 {
    padding: .1em 0 1em 1.5em;
    margin-top: 2em;
    font-size: 150%;
    font-weight: bold;
    color: #333333;
    position: relative;
}
.number_box01 h2.title01:before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #e61829;
    position: absolute;
    top: 3px;
    left: 3px;
}*/
#pagemain h1 span {
	color: #e61829;
}
#number_bg {
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	/*background: url(../images/number/bg_town.png) no-repeat center bottom #fff;*/
	background-size: contain;
}
.number_box01 {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	/*padding: 2em 20px 31% 20px;*/
	padding: 2em 20px 0 20px;
	text-align: left;
}
.number_box01 img {
	width: 100%;
}
.ttl_infographics {
	width: 56%;
	margin: 50px auto 30px auto;
}
.number_box01 h2.title01 {
	padding: .1em 0 1em 1.5em;
	margin-top: 2em;
	font-size: 150%;
	font-weight: bold;
	color: #333333;
	position: relative;
}
.number_box01 h2.title01:before {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #e61829;
	position: absolute;
	top: 3px;
	left: 3px;
}
.number_box01 .txt {
	margin: -40px 0 5px 23px;
}

@media screen and (max-width: 767px) {
.ttl_infographics {
	margin: 0px auto 30px auto;
}
}

@media screen and (max-width: 480px) {
.number_box01 .txt {
	margin: 0 0 8px;
	font-size: 14px;
}
}
/************************************
組織図
************************************/
.job_box01 {
	max-width: 1010px;
	width: 95%;
	margin: -5px auto 50px;
	padding: 0 5px;
	text-align: left;
}
.job_box01 section {
	margin: 20px auto 40px;
}
.job_box01 p {
	padding: 1em 0;
}
/************************************
キャリア
************************************/
.career_box01 {
	max-width: 1010px;
	width: 95%;
	margin: -5px auto 50px;
	padding: 0 5px;
	text-align: left;
}
.career_box01 section {
	margin: 20px auto 40px;
}
.career_box01 p.strong {
	font-size: 200%;
	font-weight: bold;
	padding: 2em 0;
	color: #333333;
	line-height: 1.3;
}
.career_box01 p {
	padding: 1em 0;
}

@media screen and (max-width: 767px) {
.career_box01 p.strong {
	font-size: 150%;
	padding: 2em 0 1em;
}
}
/* h2 */
.career_box01 h2 {
	margin-bottom: 15px;
}
.career_box01 h2.title01 {
	padding: .1em 0 .1em 1.5em;
	margin-top: 2em;
	font-size: 150%;
	font-weight: bold;
	color: #333333;
	position: relative;
}
.career_box01 h2.title01:before {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #e61829;
	position: absolute;
	top: 3px;
	left: 3px;
}
.career_box01 h2.title02 {
	padding: .1em 0 .1em .5em;
	margin-top: 2em;
	font-size: 150%;
	font-weight: bold;
	color: #333333;
}
/* 3カラム部分 */
.career_box01 .career_box02 {
	display: table;
	border-spacing: 20px;
	margin: 20px -2% 40px;
}
.career_box02 dl {
	display: table-cell;
	box-sizing: border-box;
	max-width: 320px;
	width: 32%;
	margin: 0 auto;
	padding: 23.5% 15px 15px;
	background: #fafafa;
	border: 1px solid #dcdcdc;
	border-top: 5px solid #ababb9;
	box-shadow: 0 4px 2px -2px rgba(0,0,0,.2);
}
.career_box02 dl:nth-of-type(1) {
	background: url(../images/career/career_img02.jpg) no-repeat 0 0;
	background-size: contain;
	margin-right: 2%;
}
.career_box02 dl:nth-of-type(2) {
	background: url(../images/career/career_img03.jpg) no-repeat 0 0;
	background-size: contain;
	margin-right: 2%;
}
.career_box02 dl:nth-of-type(3) {
	background: url(../images/career/career_img04.jpg) no-repeat 0 0;
	background-size: contain;
}
.career_box02 dl dt {
	font-size: 17px;
	font-weight: bold;
	padding: 10px 0 10px 25px;
	position: relative;
}
.career_box02 dl dt span.num {
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #e61829;
	position: absolute;
	top: 10px;
	left: -5px;
	color: #fff;
	font-size: 13px;
	text-align: center;
	line-height: 20px;
	font-family: Arial;
	padding: 1px 1px 0 0;
}
.career_box02 dl dd {
	font-size: 15px;
	min-height: 160px;
	padding-bottom: 15px;
}

@media screen and (max-width: 767px) {
.career_box01 .career_box02 {
	display: block;
	margin: 20px auto 40px;
}
.career_box02 dl {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding-top: 235px;
}
.career_box02 dl:nth-of-type(1),  .career_box02 dl:nth-of-type(2) {
	margin: 0 auto 30px;
}
}
/* キャリアプランと研修 */
.career_box01 .career_plan_box {
	box-sizing: border-box;
	max-width: 1000px;
	margin: 0 auto 30px;
	padding: 15px 19px;
	background: #fafafa;
	border: 1px solid #dcdcdc;
	border-top: 5px solid #ababb9;
	box-shadow: 0 4px 2px -2px rgba(0,0,0,.2);
}
.career_box01 .career_plan_box img {
	width: 100%;
	height: auto;
}

@media screen and (max-width:767px) {
.career_box01 .career_plan_box {
	padding: 0;
}
}
/* 管理力育成研修／技術力育成研修 */
.career_box03 {
	box-sizing: border-box;
	max-width: 1010px;
	margin: 0 auto 30px;
	padding: 15px 20px;
	background: #fafafa;
	border: 1px solid #dcdcdc;
	border-top: 5px solid #ababb9;
	box-shadow: 0 4px 2px -2px rgba(0,0,0,.2);
	position: relative;
}
/* ボックス内背景画像の指定 */
.career_box03.bg_01 {
	padding-right: 31%;
	position: relative;
}
.career_box03.bg_01:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 30%;
	height: 100%;
}
.career_box03.bg_01:before {
	background: #fafafa url(../images/career/bg_career_01.png) no-repeat 0 0;
	background-size: cover;
}

@media screen and (max-width:767px) {
.career_box03.bg_01 {
	padding-right: 20px;
	padding-top: 58.25%;
}
.career_box03.bg_01:before {
	content: "";
	display: block;
	padding-top: 56.25%;
	margin-bottom: 15px;
	position: absolute;
	width: 100%;
	height: 0;
	top: 0;
	left: 0;
}
.career_box03.bg_01:before {
	background: #fafafa url(../images/career/bg_career_01.png) no-repeat 0 0;
	background-size: cover;
}
}
.career_box03 h3 {
	font-size: 110%;
	font-weight: bold;
	margin: 0 0 .1em;
	padding-left: 30px;
	position: relative;
	z-index: 5;
}
.career_box03 h3:before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	background: #e61829;
	position: absolute;
	top: 6px;
	left: 4px;
}
.career_box03 p {
	margin: 0;
	padding: 0 0 1em;
	font-size: 95%;
	position: relative;
	z-index: 5;
	text-shadow: 1px 1px 2px rgba(255,255,255,.7);
}
