@charset "UTF-8";

.training_top{
	width: 80%;
	font-size: 11pt;
	line-height: 1.7em;
	margin: 0 auto;
	letter-spacing: 0.1em;
}

.circle{
	display: flex;
	justify-content: space-between;
}

.circle p{
	width: 220px;
	height: 220px;
	min-width: 220px;
	position: relative;
	background-color: #ff7400;
	border-radius: 50%;
	font-size: 20pt;
	color: #fff;
	line-height: 1.3em;
	font-weight: bold;
}

.circle span{
	width: 220px;
	position: absolute;
	display: inline-block;
	top: 50%;
	left: 0;
	 -webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
}

/*↓研修テーブル*/

.training_table{
	width: 80%;
	margin: 40px auto;
	table-layout: fixed;
	border-collapse: collapse;
	color: #fff;
	text-align: center;
}

table th{
	height: 100px;
	border: 7px solid #fff;
}

table td{
	border: 2px solid #fff;
}

.month{
	background-color: #576ec8;
	font-weight: bold;
	height: 50px;
	border: 8px solid #fff;
}

.Off-JT{
	background-color: #e6ecf9;
	color: #282828;
	border: 8px solid #fff;
}

.OJT{
	background-color:#d9f0f6;
	color: #282828;
	border: 8px solid #fff;
}

table .develop{
	background-color: #f1043e;
}

table .support{
	background-color: #56b8e5;
}

table .ICT{
	background-color: #5eca3b;
}

/*↑研修テーブル*/

/*↓資格取得支援制度*/

.sikaku_title{
	width: 80%;
	margin: 30px auto;
	position: relative;
	padding: 0 55px;
	font-size: 25pt;
	font-weight: bold;
	color: #282828;
}

.sikaku_title p{
	background-color: #f9f9f9;
	width: 300px;
	text-align: center;	
	margin: 0 auto;
}

.sikaku_title p:before, .sikaku_title p:after {
  content: '';
  position: absolute;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #ff9e00;
	z-index: -1;
}

.sikaku_title p:before {
  left:0;
}
.sikaku_title p:after {
  right: 0;
}

.sikaku{
	width:100%;
	margin: 70px auto;
}

.sikaku .line{
	display: flex;
	width:850px;
	margin: 40px auto;
	justify-content: space-between;
	align-items: center;
}

.sikaku_circle{
	width: 220px;
	height: 220px;
	border-radius: 50%;
	border: 4px solid #ff7400;
	position: relative;
}

.sikaku_circle span{
	width: 220px;
	text-align: center;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	 -webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-weight: bold;
	font-size: 24pt;
}

.sikaku_circle .small{
	font-size: 18pt;
} 

.arrow{
	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
}
.arrow::before,
.arrow::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	margin-left: -30px;
}

.yazirusi::before{
	left: 60px;
	box-sizing: border-box;
	width: 5px;
	height: 60px;
	border: 30px solid transparent;
	border-left: 30px solid #ff7400;
}
.yazirusi::after{
	left: 0;
	width: 5px;
	height: 40px;
	border-left: 60px solid #ff7400;
}

.seido{
	width: 450px;
	background-color: #fff;
	box-shadow: 2px 4px 10px #d9d9d9;
}

.seido p{
	text-align: center;
	color: #ff7400;
	font-weight: bold;
	line-height: 1.2em;
	letter-spacing: 0.1em;
	font-size: 20pt;
	padding: 1em 0;
}

.seido span{
	border: 1px solid  #ff7400;
	padding: 2px;
	display: block;
	width: 250px;
	margin: 20px auto 0;
	font-size: 10pt;
	letter-spacing: 0.1em;
}

.hozyo{
	width: 70%;
	display: flex;
	justify-content: space-between;
	margin: 0 auto 100px;
}

.hozyo .box{
	width: 45%;
}

.hozyo p{
	width: 90%;
	line-height: 1.5em;
	letter-spacing: 0.15em;
}

.hozyo_title{
	background-color: #ff7400;
	color: #fff;
	border-radius: 5px;
	font-size: 15pt;
	padding: 10px;
}


/*↑資格取得支援制度*/