@charset "utf-8";

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

.bnav ul{
	width: 80%;
}

.business li{
	width: 33%;
	text-align: center;
	float: left;
}

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

.ict{
	font-size: 8pt;
}

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

.box{
	width: 100%;
	display:flex;
	margin: 0 auto;
}

.about{
	width: 100%;
	margin-right: 30px; 
}

.position{
	/*position: relative;*/
}

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

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

}

.aboutp{
	width: 100%;
	margin-top: 10px;
	text-align: left;
	/*margin-left: 0;*/
	font-family: sans-serif, 游ゴシック;
	font-size: 10pt;

}

#inline{
	width: 100%;
	text-align: left;
	margin-left: 30px;
}

/*開発実績*/

/*主な案件業種*/

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

.dev_rela{
	position: relative;
}

.dev_ab{
	width: 300px;
	height: auto;
	background-color: #f58a18;
	border-radius: 10px;
	position: absolute;
	top: -35px;
	left: 50px;
	z-index: 10;
}

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


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

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

.table-inline{
	display:inline-block;
	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.05em;
}

.anken_Z-B table{
	width: 700px;
	margin-right: 10px;
	border-spacing: 20px;
}

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

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

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

.p{
	margin: 0 auto;
}


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

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

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

.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 20px;
	box-shadow: 10px 5px 5px rgb(0 0 0 / 20%)
}

#skill_ab{
	width: 90%;
	min-width: 800px;
	background-color: transparent;
	margin-bottom: 0px;
	font-family: "源暎ゴシックP H-KL";
	font-weight: bold;
}

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

#skill_ab p{
	text-align: right;
	font-size: 3em;
	color: #333333;
}

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

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

.pie-chart-box01 {
  position: relative;
  width: 350px;
  height: 350px;
	margin-top: 80px;
	margin-right: 50px;
	margin-bottom: 70px;
}
  .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: 6em;
    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:300px;
	margin: 40px auto 0;
	padding: 10px 0;
	background-color: #fca649;
}
/*↑エンジニアスキル円グラフ*/

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

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

/*↑小スキル*/

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

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

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

.phase_p{
	margin-top: 20px;
}

.phase-flex{
	display: flex;
	flex-wrap: wrap;
	padding-top: 20px;
}

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

.pie-chart-box02 {
  position: relative;
  width: 200px;
  height: 200px;
	margin-top: 20px;
	margin-bottom: 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-top: 70px;
	margin-right: 10px;
}

.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(45deg);
	transform: rotate(45deg);
}

/*↑矢印*/
