@charset "utf-8";
/* cycle */
#subvisual .bg-cycle:before{
	background-image: url("../image/cycle/bg-cycle.jpg"); 
}


/* cycle  */
#cycle{
	padding: 85px 0 0;
}

#cycle h3{
	color: #4aa6db;
	margin-bottom: 30px;
}

#cycle .content{
	position:relative;
	padding: 50px 0 30px 0;
	margin-top: 90px;
}

@media screen and (max-width: 1260px) {
	#cycle .content{width: calc(100% - 40px);margin:90px auto 0;}
}

#cycle .content::before{
	content: "";
	width: calc(100% + 80px);
	height: 100%;
	top: 0;
	left: -40px;
	background: #eeeeee;
	position: absolute;
	z-index: -1;
}

#cycle .content h5{
	color: #fff;
	font-weight: 700;
	display: inline-block;
	/*position: relative;*/
	padding:15px 35px;
	line-height: 1.2;
	margin-bottom: 30px;
	margin-left: 15px;
	position: absolute;
	top: -25px;
	left: 0;
}


#cycle .content h5::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: #4aa6db;
	z-index: -1;
	transform: skew(-25deg);
	width: 100%;
	height: 100%;	
}

#cycle .description{
	
}


#cycle .flow{margin-top: 80px;}

/*#cycle .flow img{margin-bottom: 50px;}*/

#cycle .flow h3{margin-bottom: 25px;}

#cycle .flow h3:nth-of-type(2){
	padding-left: 40px;
	position: relative;
	letter-spacing: 0.025em;
}

@media screen and (max-width:750px) {
	#cycle .flow h3:nth-of-type(2){letter-spacing: -0.025em;}
}



#cycle .flow h3:nth-of-type(2):before{
	content: "";
	position: absolute;
	background-color: #4aa6db;
	width: 30px;
	height: 2px;
    top: 23px;
    left: 0%;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
}

@media screen and (max-width:750px) {
	#cycle .flow h3:nth-of-type(2):before{top: 30px;}
}

#cycle .btn a{
	background-image: url("../image/cycle/bg-work.jpg");
	background-position: center;
	display: block;
	padding: 85px 30px;
	text-align: center;
	color:#fff;
	font-size: 30px;
	text-decoration: none;
	position: relative;
	margin: 100px 0;
	transition: all .5s;
}

@media screen and (max-width: 750px) {
	#cycle .btn a{font-size: 35px;}
}

#cycle .btn a:before{
	content: "";
	width: 62.5px;
	height: 2px;
	position: absolute;
	background-color: #fff;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	right: 0;
	transition: all .5s;
}

#cycle .btn a:hover{filter: brightness(1.2);}

#cycle .btn a:hover:before{
	right: -20px;
}
