/* ---------------------------------------------------------------------
  cmn-service-flow  サービストップ＆プロダクトトップ＆メーカー代理店 共通
------------------------------------------------------------------------ */
/* スライドの初期状態 */
/* スライド初期状態 */
.swiper-slide {
    opacity: 1;
    transform: scale(1);
    transition: opacity 8s ease-in-out, transform 8s ease-in-out;
}

/* 非アクティブ時に透過し縮小 */
.swiper-slide:not(.swiper-slide-active) {
    opacity: 0;
    transform: scale(1);
}

/* アクティブ時に拡大 */
.swiper-slide-active {
    opacity: 1;
    transform: scale(1.1);
}


/* テキストの初期状態（透明） */
.fade-in-text {
    opacity: 0; /* 初期は非表示 */
    animation: fadeIn 3s ease-in-out forwards; /* 2秒かけて表示 */
}

/* フェードインのアニメーション設定 */
@keyframes fadeIn {
    from {
        opacity: 0; /* 開始時は透明 */
    }
    to {
        opacity: 1; /* 終了時に完全表示 */
    }
}




.service-flow-area {
	counter-reset: strengths-num 0;
	margin: 110px 0 0 0 ;
}

 .service-flow-area .service-flow-inner {
	background: #f3f2f1;
	padding: 110px 0;
}

 .flow-num {
	display: flex;
	justify-content: space-between;
	position: relative;
}

 .flow-sec03 .flow-num {
	width: calc( 50% - 30px );
}

 .flow-num::before {
	content: "";
	background: #d4d1ca;
	bottom: 0;
	height: 20px;
	width: calc( 100% - 30px );
	left: 0;
	position: absolute;
}

 .flow-num-item {
	align-items: flex-end;
	display: flex;
	padding: 0 0 0px 4px;
	position: relative;
	
}

 .flow-num-item::before {
	color: #878380;
	counter-increment: strengths-num 1;
	content: "0" counter(strengths-num) "";
	display: inline-block;
	font-weight: 500;
	font-size: 1.4rem;
	font-family: 'Poppins', sans-serif;
	margin: 0 0 0 -10px;
	letter-spacing: -0.04em;
	z-index: 1;
}

 .flow-num-item:last-child {
	margin: 0;
}

 .flow-sec03 .flow-box .flow-box-item:last-child .flow-num-item::before {
	content: counter(strengths-num) "";
}

 .flow-box .flow-box-item:not(:last-child) .flow-num-item::after {
	content: "";
	background: #d4d1ca;
	bottom: 0;
	height: 20px;
	width: 100%;
	left: 0;
	position: absolute;
}

 .flow-box .flow-box-item:last-child .flow-num-item::after {
	content: "";
	background: #d4d1ca;
	bottom: 0;
	height: 20px;
	width: calc( 100% - 30px );;
	left: 0;
	position: absolute;
}

 .flow-num-ttl {
	font-weight: bold;
	font-size: 1.2rem;
	margin: 0 0 0 13px;
	padding: 0 0 5px 0;
	position: relative;
	z-index: 1;
}

 .flow-list {
	margin: 40px 0 0 0;
}

 .flow-box {
	display: flex;
}

 .flow-box .flow-box-item {
	margin: 0 66px 0 0;
	width: calc( ( 100% - 198px ) / 4 );
	position: relative;
}

 .flow-box .flow-box-item:last-child {
	margin: 0;
}

 .flow-box .flow-box-item:not(:last-child)::before {
	content: "";
	background: #d4d1ca;
	top: 16px;
	height: 20px;
	width: 66px;
	right: -66px;
	position: absolute;
}

 .flow-box .flow-box-item:last-child::before {
	content: '';
	display: inline-block;
	height: 20px;
	top: 17px;
	right: 0;
	width: 30px;
	position: absolute;
}

 .flow-box .flow-box-inner {
	margin: 10px 0 0 0;
}

 .flow-box .flow-box-inner img {
	height: 180px;
	width: 260px;
}

 .flow-box-inner .note{
	line-height: 1.875;
	margin: 10px 0 0 0;
}





@media screen and (max-width: 768px) {
	
	 .service-flow-area {
		margin: 40px 0 0 0 ;
	}
	
	 .service-flow-area .service-flow-inner {
		padding: 50px 0;
	}
	
	 .flow-list {
		display: block;
		margin: 0;
	}
	
	 .flow-num {
		display: block;
		width: 38px!important;
	}
	
	 .flow-num::before {
		top: 0;
		height: 100%;
		width: 20px;
	}
	
	 .flow-num-item {
		align-items: flex-start;
		height: calc( 100% / 4 );
		white-space: nowrap;
	}
	
	 .flow-num-item:not(:last-child)::after {
		height: 0;
		width: 0;
	}
	
	 .flow-num-item:last-child::after {
		display: none;
	}
	
	 .flow-num-ttl {
		padding: 7px 0 3px 0;
	}
	
	 .flow-box {
		display: block;
	}
	
	 .flow-box .flow-box-inner {
		margin: 0;
	}
	
	 .flow-box .flow-box-inner img {
		width: 100%;
		height: auto;
	}
	
	 .flow-box .flow-box-item {
		margin: 25px 0 0 0!important;
		width: 100%;
	}
	
	 .flow-box .flow-box-item::before {
		display: none!important;
	}
	
	 .flow-box .flow-box-item:last-child .flow-num-item::after {
		width: 100%;
	}

	 .flow-box-inner .note {
		margin: 10px 0 0 0;
	}
	
}

h1,h2,h3,h4,h5,h6,p,ul,ol,li,div,dl,dt,dd,form,img,hr,table,tr,td,br,em,figure {
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: 500;
	font-size: 1.6rem;
}


.cmn-service-flow .flow-box-item {
    list-style: none;
    padding: 0;
    margin: 0;
}

