@charset "UTF-8";

/*under_header*/
.under_header{
    background: url(../img/carlife/mv.jpg) center / cover no-repeat;
}

/* repair_sec
***************************************************************/
.repair_box01{
	background-color: var(--gray);
	padding: clamp(40px, 3.2vw, 60px) 0 clamp(44px, 3.7vw, 75px);
}

.repair_box01--sub{
	background-color: var(--white);
	padding: 0 4.8%;
}
.repair_box01--sub > div{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: clamp(30px, 3vw, 40px) 0;
}
.repair_box01--sub > div + div{
	border-top: 1px solid #EEEEEE;
}
.repair_box01--number{
	width: 80px; 
	height: 80px;
	background-color: var(--blue);
	border-radius: 50%;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	color: var(--white);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;

	span{
		font-size: 16px;
		margin-bottom: 0.3em;
	}

}

.repair_box01--img{
	width: 25%;
}
.repair_box01--txt{
	width: 57.5%;

	dt{
 		font-size: clamp(16px, 1.8vw, 18px);
 		font-weight: 700;
 		line-height: 1.75;
	}
	dd{
		margin-top: 1em;
	}

}
/*--------------------PC--------------------*/
@media all and (min-width:768px) {
}

/*--------------------SP--------------------*/
@media all and (max-width:767px) {
	.repair_box01--sub > div{
		justify-content: center;
	}
	.repair_box01--img{
		width: 55%;
		max-width: 240px;
	}
	.repair_box01--txt{
		width: 100%;
		text-align: center;
		margin-top: 20px;
	}

}


/* repair_box02
***************************************************************/

@media all and (max-width:979px) {
	.inner.inner_m > .inner{
		margin: 0;
	}
}



.flow_list--wrap{
	scrollbar-width: none;
    -ms-overflow-style: none;
}
.flow_list--wrap::-webkit-scrollbar {
	display: none; /* Chrome, Safari, Opera - y方向のスクロールバーを非表示 */
}


.flow_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	scrollbar-width: none; /* Firefox */
	-ms-overflow-style: none; /* IE and Edge */
}
.flow_list li{
	max-width: 180px;
	width: 18%;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}
.flow_list li:nth-child(n + 2)::before{
	content: '';
	width: 48px;
	height: 46px;
	background: url(../img/carlife/carlife04/flow_arrow2.svg) center / 100% no-repeat;
	position: absolute;
	top: 14%;
	left: -22%;
}

.flow_list li.flow_img{
	width: 100%;
	max-width: 100%;
	margin-bottom: clamp(30px, 3.2vw, 45px);
}
.flow_list_img{
	max-width: 120px;
    width: 67%;
}
.flow_list_txt{
	font-size: 20px;
	font-size: clamp(17px, 1.7vw, 20px);
	font-weight: 700;
	line-height: 1.45;
	text-align: center;
	margin-top: 1.5em;
}
.flow_list_txt + .flow_list_txt{
	width: 90%;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	line-height: 1.75;
	margin-top: 0.5em;
}

@media all and (min-width:980px) {
	.flow_list--wrap{
		overflow: visible !important;
	}
}

@media all and (max-width:979px) and (min-width:768px) {
	.flow_list--wrap{
		overflow-x: auto;
	}
	.flow_list {
	    width: 940px;
	    padding-bottom: 15px;
	}

}
/*--------------------PC--------------------*/
@media all and (min-width:768px) {

}

/*--------------------SP--------------------*/
@media all and (max-width:767px) {
	.flow_list--wrap{
		overflow-x: auto;
	}
	.flow_list {
	    width: 720px;
	    padding-bottom: 15px;

	    .flow_list_txt{
			font-size: 16px;
	    }

	    .flow_list_txt + .flow_list_txt{
			font-size: 13px;
			margin-top: 1em;
		}

	}

	.flow_list li:nth-child(n + 2)::before{
		width: 36px;
		height: 35px;
		top: 10%;
        left: -19%;
	}


}


/* repair_box03
***************************************************************/
.repair_box03 .flex_box{
	justify-content: space-between;
	padding: clamp(65px, 8.4vw, 95px) 3.8% clamp(40px, 5.2vw, 65px);
	font-weight: 700;
}

.repair_box03--txt1{
	font-size: clamp(18px, 2.2vw, 24px);
	line-height: 1.45;
}

.blue_arrow{
	display: block;
	width: 4.5%;
	margin-top: 26%;
}

.repair_box03--txt3{
	font-size: 14px;
    font-weight: 400;
    text-align: center;
    line-height: 1.75;
    margin-top: 2em;
}

.repair_box03--img {
	position: relative;
}
.period{
	width: clamp(100px, 10.6vw, 120px);
    height: clamp(100px, 10.6vw, 120px);
    border-radius: 50%;
    background: var(--lg01);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--white);
    position: absolute;
    top: -15%;
    right: 0;
}
.period span{
  	font-size: clamp(28px, 3.1vw, 32px);
	font-weight: 700;
	display: contents;
}

/*--------------------PC--------------------*/
@media all and (min-width:768px) {
	.repair_box03--sub{
		width: 33.5%;
		display: flex;
		flex-direction: column;
	}
	.before--img{
		margin-top: auto;
	}
	.after--img{
		width: 58.4%;
	}

	
	
	.repair_box03--txt2{
	  	font-size: clamp(28px, 3.6vw, 36px);
		position: absolute;
		top: -1.2em;
		left: 0;
	}

}

/*--------------------SP--------------------*/
@media all and (max-width:767px) {
	.repair_box03 .flex_box{
		padding: 35px 6% 40px;
	}
	.before--img{
		width: 70%;
		margin-top: 30px;
	}
	.repair_box03--txt2{
		font-size: 28px;
		margin-bottom: 0.5em;
	}

	.blue_arrow{
	    width: 9%;
	    max-width: 28px;
	    transform: rotate(90deg);
	    margin: 10px 0 0 32%;
	}
	.repair_box03--txt3{
		font-size: 12px;
	}

	.period {
	    width: clamp(90px, 15.5vw, 120px);
	    height: clamp(90px, 15.5vw, 120px);
	  	font-size: clamp(14px, 3.7vw, 16px);
	    top: 0;
	}


}


/* aaa
***************************************************************/

/*--------------------PC--------------------*/
@media all and (min-width:768px) {}

/*--------------------SP--------------------*/
@media all and (max-width:767px) {}


/* aaa
***************************************************************/

/*--------------------PC--------------------*/
@media all and (min-width:768px) {}

/*--------------------SP--------------------*/
@media all and (max-width:767px) {}