@charset "utf-8";

/*--　なかみ　--*/
.menu_title{
	text-align: left;
	border-left: 6px solid #00B101;
	border-bottom: 5px dotted #00B101;
	padding: 10px 20px;	
	font-family: "font_B";
	font-size: 65px;
	line-height: 80px;
	color: #00B101;
	margin-bottom: 25px;
}
.menu .title2{
	margin-bottom: 30px;
}
.menu .border{
	font-family: "font_B";
	font-size: 35px;
	line-height: 50px;
	background: linear-gradient(transparent 70%, #FFE900 70%);
	text-align: justify;
}
.menu .img{
	width: 500px;
	min-width: 500px;
	height: 300px;
	background-color: #9CDD79;
	border-radius: 15px;
	position: relative;
	margin: 30px;
}
.menu .text{
	width: 590px;
}

/*------レスポンシブ-------*/
@media screen and (max-width: 1000px){
  /*--ここにスマホに適したCSSを記述します*/
	.menu_title{
	margin-bottom: 30px;
}	
	.menu .text{
	width: 90%;
	margin-left: 0px;
		margin-top: 20px;
}
	.menu .border{
	font-size: 45px;
	line-height: 65px;
}
}
/*------画像-------*/
.menu .img_all{
	width: 500px;
	height: 300px;
	border-radius: 15px;
	top: -20px;
	left: -20px;
	background-position: center;
	background-size:cover;
	background-repeat: no-repeat;
	position: absolute;
}
.menu .img1{
	background-image: url("../images/service_icon_1.jpg");	
}
.menu .img2{
	background-image: url("../images/service_icon_2.jpg");	
}
.menu .img3{
	background-image: url("../images/service_icon_3.jpg");	
}
.menu .img4{
	background-image: url("../images/service_icon_4.jpg");	
}
.menu .img5{
	background-image: url("../images/service_icon_5.jpg");	
}
.menu .img6{
	background-image: url("../images/service_icon_6.jpg");	
}	
.menu .img7{
	background-image: url("../images/service_icon_7.jpg");	
}	
.menu .img8{
	background-image: url("../images/service_icon_8.jpg");	
}	
	
/*--　作業の流れ　--*/
.flow_design01 {
  display: flex;
  justify-content: center;
  align-items: center;
	width: 95%;
	margin: auto;
}
.flow_design01 ul {
  padding: 0;
}
.flow_design01 li {
  list-style-type: none;
	background-color: #fff;
	border-radius: 10px;
}
.flow_design01 dd {
  margin-left: 20px;
	font-family: "font_M";
	font-size: 20px;
	line-height: 28px;
	text-align: justify;
}
.flow01 > li {
  position: relative;
  list-style: none;
}
.flow01 > li:not(:last-child) {
  margin-bottom: 40px;
}
.flow01 > li dl {
  box-sizing: border-box;
  width: 100%;
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #00B101;
  border-radius: 10px;
  position: relative;
}
.flow01 > li:not(:last-child) dl::before,
.flow01 > li:not(:last-child) dl::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
	margin-top: -0.5px;
}
.flow01 > li:not(:last-child) dl::before {
  border-width: 22px;
  border-top-color: #00B101;
}
.flow01 > li:not(:last-child) dl::after {
  border-width: 20px;
  border-top-color: #fff;
}
.flow01 > li dl dt {
  font-size: 28px;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  text-align: center;
	font-family: "font_B";
	white-space: nowrap;
}
.flow01 > li dl dt .icon01 {
	width: 250px;
  font-size: 22px;
	line-height: 25px;
  color: #fff;
  background: #00B101;
  padding: 5px 10px;
  margin-bottom: 10px;
  display: block;
  border-radius: 20px;
  position: relative;
  z-index: 100;
}

	
/*------レスポンシブ-------*/
@media screen and (max-width: 1000px){
  /*--ここにスマホに適したCSSを記述します*/
	.flow_design01 dd {
		margin:20px 0;
		font-size: 25px;
		line-height: 40px;
}
	.flow01 > li dl dt {
	font-size: 45px;
	line-height: 50px;
	margin-bottom: 10px;
}
	.flow01 > li dl dt .icon01 {
	width: 400px;
}

}