
/* -------------------------------------------------------------------------------------
　　　　　　　　　　　　　　　　　　　　　　　SERVICE CSS
-------------------------------------------------------------------------------------- */



/* Slider css　---------------------------------- */

#slider,
#slider .carousel,
#slider .carousel .carousel-inner,
#slider .carousel .carousel-inner .item
{
   height: 250px;
   
}
	
#slider .slide1 img{
    width: 100%;
  }

#slider .caption{
  width: 100%;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 32%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}

#slider .caption h1 {
	color: #fff;
	margin-bottom: 0;
}
	
#slider .caption p{
	font-size: 1.1em;
}
	
/* Slide Background Image */
#slider .slide1 {
    background-image: url(../img/slider/img_service.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}



/* ---------------------------------*/

.svc-circle .o{
  font-size: 1.2em;
  color: #fff;
  background-color:#FF4F00;
  font-weight: 900;
  padding: 10px;
}

.svc-circle .g{
  font-size: 1.2em;
  color: #fff;
  background-color:#72b443;
  font-weight: 900;
  padding: 10px;
}

.svc-circle p{
  font-size: 14px;
  padding-top: 20px;
}

.svc-center{
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}

	
.svc-circle{
	margin: 1.5%;
	position: relative;
	text-align: center;
	border-radius: 50%;
	color: #fff;
    background: #333;
	width: 250px;
	height: 250px;
}

.svc-circle:not(:last-child):after{
	position:absolute;
	left: 102%;
	top: 38%;
	content: "+";
	font-weight: bold; font-size: 2.7em; color: #333;
}


.wrap {
	width: 100%;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	justify-content: center;
}



.titleb{
	font-weight: bold;
}

.svc-flex {
	position: relative;
	margin: 1%;
	width: 47%;
	text-align: center;
}

.svc-square{
	position: relative;
	text-align: center;
	color: #fff;
}

.svc-square:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(51, 51, 51, 0);
	border-left-color: #333;
	border-width: 20px;
	margin-top: -20px;
}

.svc-square i{
	margin-bottom: 0.3em;
}

.svc-square .title{
	letter-spacing: 0.05em;
	font-weight: bold;
	font-size: 1.5em;
}

.svc-square p{
    font-size: 1.1em;
}


.svc-square {
    background: #333;
}

.center-item{
  position: absolute;
  width: 95%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}

.c-orange{
	color: #FF4F00;
}

.c-green{
	color: #72b443;
}

.img_card img {
	padding: 20px 20px
}

/*---- green ----*/
.svc-boxg {
    background: #fff;
	border: 2px solid #72b443;
}

.svc-boxg .box-title {
    font-size: 1.1em;
    background: #72b443;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
}
.svc-boxg p {
	font-size: 0.9em;
    padding: 0  20px 10px 20px ;

}


/*---- orange ----*/
.svc-boxo {   
    background: #fff;
	border: 2px solid #FF4F00;
}
.svc-boxo .box-title {
    font-size: 1.1em;
    background: #FF4F00;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
}

.svc-boxo p {
	font-size: 0.9em;
    padding: 0 10px 10px 20px ;
}

@media(max-width: 768px){
.svc-circle span{
  font-size: 0.8em;
  color: #fff;
  background-color:#72b443;
  font-weight: 900;
  padding: 10px;
}

.svc-circle p{
  font-size: 12px;
  padding-top: 20px;
}

.svc-center{
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}

.svc-circle{
	margin: 2%;
	position: relative;
	text-align: center;
	border-radius: 50%;
	color: #fff;
    background: #333;
	width: 210px;
	height: 210px;
	
}

.svc-flex {
	margin: 1% 3%;
	width: 100%;
	text-align: center;	
}

.svc-circle:not(:last-child):after{
	position:absolute;
	left: 103%;
	top: 37%;
	content: "+";
	font-weight: bold; font-size: 2em; color: #333;
}
	
.svc-square .title{
	font-size: 1.1em;
}
	
.svc-square p{
    font-size: 0.9em;
}
	
.svc-square{
	position: relative;
	text-align: center;
	color: #fff;
	padding: 20px 0;
	height: 255px;
	margin-bottom: 1em;
}

.svc-square:after {
	top: 107%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(51, 51, 51, 0);
	border-top-color: #333;
	border-width: 20px;
	margin-left: -20px;
}

}

@media(max-width: 425px){
.svc-circle{
	margin-bottom:1.2em;
	position: relative;
	text-align: center;
	border-radius: 50%;
	color: #fff;
    background: #333;
	width: 210px;
	height: 210px;
}
	
.svc-circle:not(:last-child):after{
	position:absolute;
	left:48%;
	top: 99%;
	content: "+";
	font-weight: bold; font-size: 2em; color: #333;
}	
}



/*---- イメージタグ 代表イラストレーター -------*/
.tags1 {
  position: relative;
  }

.tags1 p {
  text-align: center;
  position: absolute;
  bottom: 0;/*画像の左上に配置*/
  right: 0;
  margin: 0; /*余計な隙間を除く*/
  color: white;/*文字を白に*/
  background: rgba(0,0,0,0.7);/*背景色*/
  font-size: 1.2em;
  letter-spacing: 0.05em;
  font-weight: 900;
  line-height: 1;/*行高は1に*/
  padding: 15px 0;/*文字周りの余白*/
  width: 100%;
  }

.tags1 img {
  width: 100%;
  }





