@charset "utf-8";

.orange{
	color:#F29328;
}

.business{
	list-style: none;
	padding-left: 0;
	margin: 50px auto 30px;
	overflow: hidden;
}

.bnav{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.bnav ul{
	width: 100%
	margin: 0 auto;
	text-align: center;
}

.business li{
	width: 47%;
	text-align: center;
	display:inline-block;
}

.business li a{
	font-family: sans-serif, 游ゴシック;
	padding: 10px 0;
	font-size: 8pt;
	color: #fff;
	text-decoration: none;
	background-color:#adadad;
	display: block;

}

#ict{
	font-size: 8pt;
}

.business li a:hover{
	background-color:#F19228;
}

.about{
	width: 80%;
	margin: 0px auto;
}

.about img{
	width: 100%;
	margin: 20px auto;
}

#title{
	width: 70%;
	/*position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;*/
	margin: 0 auto 20px;;
	background-color: #F19228;
	color: #fff;
	font-family: sans-serif, 游ゴシック;
	font-weight:bold; 
	font-size: 11pt;
	letter-spacing: 0.1em;
	padding: 20px 20px; 
	text-align: center;
}

.aboutp{
	margin-top: 10px;
	width: 100%;
}

.ul{
	width: 90%;
	font-size: 9pt;
	margin: 0 auto;
}

#inline{
	width: 80%;
	margin: 0 auto;
}

.h2 p{
	width: 100%;
	margin-left: 0;
	text-align: left;
}

h3{
	width: 100%;
}

/*開発実績*/

/*主な案件業種*/

.dev{
	width: 100%;
	margin: 0px auto;
}

.dev_ab{
	width: 80%;
	height: auto;
	background-color: #f58a18;
	border-radius: 10px;
	margin: 0 auto;
}

.dev_ab p{
	font-size: 12pt;
	padding: 20px 0;
	color: #ffffff;
	font-family: "源暎ゴシックP H-KL";
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.05em;
}


.anken{
	width: 90%;
	height: auto;
	margin: 50px auto 0;
	padding: 10px 0px 50px;
	background-color: #ffd259;
	box-shadow: 10px 5px 5px rgb(0 0 0 / 20%)
}


.anken_flex{
	width: 90%;
	height: auto;
	margin: 0 auto;
	text-align: center;
}

.table-inline{
	vertical-align: middle;
}

.table-inline table{
	table-layout: fixed;
}

.anken_flex td{
	border-radius: 10px;	
	font-family: sans-serif;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.02em;
}

.anken_Z-B table{
	width: 90%;
	border-spacing: 20px;
}

.anken_Z-B td{
  padding: 1em 0.5em;/*文字の上下 左右の余白*/
  color: #494949;/*文字色*/
  background: #f4f4f4;/*背景色*/
  border-bottom: solid 3px #d7d7d7;/*下線*/
	font-size: 1.5em;
}

.anken_K-S table{
	width: 300px;
	table-layout:fixed; /*中の要素の幅を均等に*/
	border-spacing: 20px;
}

.anken_K-S td{
  padding: 0.6em 0.2em;/*文字の上下 左右の余白*/
  color: #fff;/*文字色*/
  background: #f59d2a;/*背景色*/
  border-bottom: solid 3px #e08814;/*下線*/
	font-size: 11pt;
}

.p{
	margin: 0 auto;
}


#anken{
	width: 80%;
	margin: 20px auto 0;
}


/*↓スキル小タイトル*/

.skill_title_with{
	width: 80%;
	text-align: center;
	margin: 80px auto 30px;
}
.skill_title{
    display: inline-block;
    position: relative;
    padding: 0 1.5em;
    color: #333333;
	font-size: 1.2em;
}

.skill_title::before,
.skill_title::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 45px;
    height: 3px;
    background-color: #ff941a;
}

.skill_title::before {
    left: 0;
}

.skill_title::after {
    right: 0;
}

/*↑スキル小タイトル*/

.skill_box{
	width: 100%;
	margin: 100px auto;
	padding: 50px 10px;
}

#skill_ab{
	width: 100%;
	background-color: transparent;
	text-align: left;
	font-family: "源暎ゴシックP H-KL";
	font-weight: bold;
	white-space: nowrap
}

#skill_ab:first-letter {
    color: #f98a2f;
    font-size: 2.5em;
	letter-spacing: -0.2em;
}

#skill_ab p{
	font-size: 1.8em;
	color: #333333;
}

/*エンジニアスキル円グラフ*/

.circle-flex{
	width: 100%;
	padding: 0px 0;
	margin: 0 auto;
}

.pie-chart-box01 {
  position: relative;
  width: 350px;
  height: 350px;
	margin: 0 auto 150px;
}
  .pie-chart01 {
    transform: rotate(-90deg);
    .base {
      stroke: #ddd;
      stroke-width: 20;
      fill: none;
    }
    .line {
      stroke: #f58a18;
      stroke-width: 30;
      fill: none;
    }
    .line_90 {
      stroke-dasharray: calc(150 * 2 * pi * 90 / 100) calc(150 * 2 * pi);
    }
    .line_80 {
      stroke-dasharray: calc(150 * 2 * pi * 80 / 100) calc(150 * 2 * pi);
    }
  }
  .text {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    align-content: center;
    font-size: 5em;
    font-weight: bold;
	text-shadow: 2px 2px 0px #e0e0e0;
  }

  .text span{
	font-size: 0.4em;
}

.gengo{
	font-size: 2.5em;
	color: #fff;
    font-weight: bold;
	text-align: center;
	border-radius: 5px;
	width:60%;
	margin: 10px auto 0;
	padding: 10px 0;
	background-color: #fca649;
}
/*↑エンジニアスキル円グラフ*/

/*↓小スキル*/
.skill_s table{
	width: 0%;
	margin-top: 20px;
}

.skill_s td{
	width: 100px;
	padding: 5px 10px;
	background-color: #c4c7cc;
	border-radius: 10px;	
	font-size: 12pt;
	color: #171717;
	font-family: sans-serif;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.05em;
}

/*↑小スキル*/

.kankyou{
	width: 90%;
	margin: 20px auto;
}
.kankyou table{
	margin: 0 auto;
}

.kankyou table td{
	color: #171717;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 1em;
	padding: 10px 20px;
}

.phase{
	width: 90%;
	margin: 0 auto;
	padding: 20px 0px 50px;
	background-color: #ffe3a6;
	box-shadow: 10px 5px 5px rgb(0 0 0 / 20%);
}

.phase_p{
	margin-top: 20px;
}

.phase-flex{
	width: 100%;
	margin: 0 auto;
	padding-top: 20px;

}

/*フェーズ円グラフ*/

.pie-chart-box02 {
  position: relative;
  width: 200px;
  height: 200px;
	margin: 0 auto 40px;
}

  .pie-chart02 {
    transform: rotate(-90deg);
    .base {
      stroke: #fff;
      stroke-width: 20;
      fill: none;
    }
    .line {
      stroke: #ff8f17;
      stroke-width: 15;
      fill: none;
    }
    .line_30 {
      stroke-dasharray: calc(30 * 2 * pi * 30 / 100) calc(150 * 2 * pi);
    }
    .line_70 {
      stroke-dasharray: calc(70 * 2 * pi * 70 / 100) calc(150 * 2 * pi);
    }
    .line_80 {
      stroke-dasharray: calc(80 * 2 * pi * 80 / 100) calc(150 * 2 * pi);
    }
    .line_100 {
      stroke-dasharray: calc(100 * 2 * pi * 100 / 100) calc(150 * 2 * pi);
    }
}
.pie-chart-box02 .text {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    align-content: center;
    font-size: 3em;
    font-weight: bold;
	text-shadow: none;
	

.text span{
	font-size: 1.4em;
}

}

.pie-chart-box02 .gengo{
	font-size: 1.5em;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	width:150px;
	margin: 0 auto;
	padding: 5px 0;
	background-color: #fca649;
}

/*↑フェーズ円グラフ*/

/*↓矢印*/

#arrow{
	width: 70px;
	height: 100px;
	margin: 70px auto 0;
}

.arrow{
	position: relative;
	display: inline-block;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
}
.arrow::before,
.arrow::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: 0 auto;
	content: "";
	vertical-align: middle;
}

.sample5-2::before{
	width: 50px;
	height: 50px;
	border-top: 10px solid #ffca4f;
	border-right: 10px solid #ffca4f;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

/*↑矢印*/