/* ===========================================
 * jigyo use css
=========================================== */
#jigyo_main{
	padding: 60px 0;
}
#jigyo_mainTitle{
	padding: 40px 0;
	text-align: center;
	color: #1F9143;
	font-size: 26px;
}
#jigyo_main p{
	text-align: center;
}


#jigyo_service{
	padding: 160px 0;
}
#jigyo_service .circle {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 600px;
  height: 600px;
  background: url("../img/jigyo/bg.png") center top no-repeat;
  background-size: contain;
  margin: 0 auto;
  box-sizing: border-box;
	border-radius: 50%;
	box-shadow: 5px 5px 7px rgba(0,0,0,.2);

  --r: 300;
}

#jigyo_service .circle > .circle_img {
  --a2: calc(var(--a) * 1deg - 90deg);
  --x: calc(cos(var(--a2)) * var(--r) * 1px);
  --y: calc(sin(var(--a2)) * var(--r) * 1px);

  position: absolute;
	width: 204px;
	height: 204px;
	border-radius: 50%;
	box-shadow: 1px 1px 3px rgba(0,0,0,.2);
  transform: translate(var(--x), var(--y)); 
}
#jigyo_service .circle > .circle_img:nth-child(1){
	--a: 360;
}
#jigyo_service .circle > .circle_img:nth-child(3){
	--a: 72;
}
#jigyo_service .circle > .circle_img:nth-child(5){
	--a: 144;
}
#jigyo_service .circle > .circle_img:nth-child(7){
	--a: 216;
}
#jigyo_service .circle > .circle_img:nth-child(9){
	--a: 288;
}
#jigyo_service .circle > .circle_img img{
	width: 204px;
	height: 204px;
	object-fit: cover;
}
#jigyo_service .circle > .circle_content{
	position: absolute;
	width: 240px;
}
#jigyo_service .circle > .circle_content:nth-child(2){
	top: -100px;
	left: 440px;
}
#jigyo_service .circle > .circle_content:nth-child(4){
	top: 310px;
	left: 620px;
}
#jigyo_service .circle > .circle_content:nth-child(6){
	top: 520px;
	left: 600px;
}
#jigyo_service .circle > .circle_content:nth-child(8){
	top: 400px;
	left: -230px;
}
#jigyo_service .circle > .circle_content:nth-child(10){
	top: -50px;
	left: -200px;
}
#jigyo_service .circle > .circle_content h3{
	line-height: normal;
	font-size: 22px;
	color: #009142;
}
#jigyo_service .circle > .circle_content p{
	line-height: normal;
	margin: 10px 0;
}
#jigyo_service .circle > .circle_content .btn{
	width: 120px;
	height: 37px;
	background: #fff;
	border: 1px solid #009142;
	border-radius: 50px;
	text-align: center;
}
#jigyo_service .circle > .circle_content .btn a{
	display: block;
	color: #009142;
	font-weight: 700;
	line-height: 35px;
}


#jigyo_flow{
	padding: 60px 0;
	background: #1F9143;
}
#jigyo_flowTitle{
	padding: 40px 0;
	text-align: center;
	color: #fff;
	font-size: 26px;
}
#jigyo_flowInner{
}
#jigyo_flowInner .block{
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #fff;
	border-radius: 4px;
	border: 1px solid #A2A2A2;
	padding: 25px;
	box-sizing: border-box;
}
#jigyo_flowInner .block .num_box{
	width: 25px;
	margin-right: 25px;
}
#jigyo_flowInner .block .num_box p{
	font-weight: 700;
	color: #1F9143;
	font-size: 18px;
	font-family: "Lato", sans-serif;
}
#jigyo_flowInner .block .text_box{
	width: 1000px;
	padding: 0 0 0 25px;
	box-sizing: border-box;
	border-left: 1px solid #D3D3D3;
}
#jigyo_flowInner .block .text_box h3{
	font-size: 20px;
	color: #1F9143;
}
#jigyo_flowInner i{
	text-align: center;
	font-size: 20px;
	color: #fff;
	display: block;
	margin: 20px 0;
}
#jigyo_flowInner .mainText{
	margin-top: 60px;
}
#jigyo_flowInner .mainText p{
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
}
#jigyo_flowInner .mainText p span{
	font-weight: 900;
}



@media screen and (max-width:640px){
	
	
	
	#jigyo_main{
		padding: 60px 0;
	}
	#jigyo_mainTitle{
		padding: 40px 0;
		text-align: left;
		color: #1F9143;
		font-size: 32px;
		line-height: normal;
	}
	#jigyo_main p{
		text-align: left;
		font-size: 20px;
	}


	#jigyo_service{
		padding: 60px 0;
	}
	#jigyo_service .circle {
	  position: relative;
	  display: flex;
	  align-items: center;
	  justify-content: space-between;
		flex-wrap: wrap;
	  width: auto;
	  height: auto;
	  background: none;
	  background-size: contain;
	  margin: 0 auto;
	  box-sizing: border-box;
		border-radius: 50%;
		box-shadow: none;

	  --r: 300;
	}

	#jigyo_service .circle > .circle_img {
	  --a2: calc(var(--a) * 1deg - 90deg);
	  --x: calc(cos(var(--a2)) * var(--r) * 1px);
	  --y: calc(sin(var(--a2)) * var(--r) * 1px);

	  position: relative;
		width: 204px;
		height: 204px;
		border-radius: 50%;
		box-shadow: 1px 1px 3px rgba(0,0,0,.2);
	  transform: none;
		margin-bottom: 40px;
	}
	#jigyo_service .circle > .circle_img:nth-child(1){
		--a: 0;
	}
	#jigyo_service .circle > .circle_img:nth-child(3){
		--a: 0;
	}
	#jigyo_service .circle > .circle_img:nth-child(5){
		--a: 0;
	}
	#jigyo_service .circle > .circle_img:nth-child(7){
		--a: 0;
	}
	#jigyo_service .circle > .circle_img:nth-child(9){
		--a: 0;
	}
	#jigyo_service .circle > .circle_img img{
		width: 204px;
		height: 204px;
		object-fit: cover;
	}
	#jigyo_service .circle > .circle_content{
		position: relative;
		width: 360px;
		margin-bottom: 40px;
	}
	#jigyo_service .circle > .circle_content:nth-child(2){
		top: 0;
		left: 0;
	}
	#jigyo_service .circle > .circle_content:nth-child(4){
		top: 0;
		left: 0;
	}
	#jigyo_service .circle > .circle_content:nth-child(6){
		top: 0;
		left: 0;
	}
	#jigyo_service .circle > .circle_content:nth-child(8){
		top: 0;
		left: 0;
	}
	#jigyo_service .circle > .circle_content:nth-child(10){
		top: 0;
		left: 0;
	}
	#jigyo_service .circle > .circle_content h3{
		line-height: normal;
		font-size: 26px;
		color: #009142;
	}
	#jigyo_service .circle > .circle_content p{
		line-height: normal;
		margin: 10px 0;
	}
	#jigyo_service .circle > .circle_content .btn{
		width: 150px;
		height: 40px;
		background: #fff;
		border: 1px solid #009142;
		border-radius: 50px;
		text-align: center;
		font-size: 20px;
	}
	#jigyo_service .circle > .circle_content .btn a{
		display: block;
		color: #009142;
		font-weight: 700;
		line-height: 38px;
	}


	#jigyo_flow{
		padding: 60px 0;
		background: #1F9143;
	}
	#jigyo_flowTitle{
		padding: 40px 0;
		text-align: center;
		color: #fff;
		font-size: 32px;
	}
	#jigyo_flowInner{
	}
	#jigyo_flowInner .block{
		display: flex;
		align-items: center;
		justify-content: space-between;
		background: #fff;
		border-radius: 4px;
		border: 1px solid #A2A2A2;
		padding: 25px;
		box-sizing: border-box;
	}
	#jigyo_flowInner .block .num_box{
		width: 25px;
		margin-right: 25px;
	}
	#jigyo_flowInner .block .num_box p{
		font-weight: 700;
		color: #1F9143;
		font-size: 22px;
		font-family: "Lato", sans-serif;
	}
	#jigyo_flowInner .block .text_box{
		width: 478px;
		padding: 0 0 0 25px;
		box-sizing: border-box;
		border-left: 1px solid #D3D3D3;
	}
	#jigyo_flowInner .block .text_box h3{
		font-size: 26px;
		color: #1F9143;
	}
	#jigyo_flowInner i{
		text-align: center;
		font-size: 26px;
		color: #fff;
		display: block;
		margin: 20px 0;
	}
	#jigyo_flowInner .mainText{
		margin-top: 60px;
	}
	#jigyo_flowInner .mainText p{
		text-align: left;
		color: #fff;
		font-size: 22px;
		font-weight: 500;
	}
	#jigyo_flowInner .mainText p span{
		font-weight: 900;
		text-align: center;
		display: block;
		font-size: 24px;
	}

	
}
