@charset "UTF-8";

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

/* mente_sec
***************************************************************/
.out_inner .box_txt .block_txt{
	margin-bottom: 15px;
}

@media all and (min-width:980px){
	.out_inner .box_txt{
		display: flex;
		flex-direction: column;
	}
	
	.out_inner .box_txt .blue_btn{
		margin-top: auto;
		margin-bottom: 20px;
	}
	.mente_sec--img{
		max-width: 920px;
	    width: 69%;
	    margin-left: 2%;
	}
}

@media all and (max-width:979px) {
	.mente_sec--img{
		margin-top: 20px;
	}

}


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

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

}


/* mente_box01
***************************************************************/

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

.mente_box01 .block_ttl{
	position: relative;

	.txt_small1{
		font-size: 50%;
		position: absolute;
		left: 50%;
	    transform: translateX(-85%);
	    
	    .txt_small2{
			font-size: 75%;
		}
	}

}

.mente_box01--six{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 100px 0;
}
.mente_box01--six li{
	width: 30.8%;

	.six_ttl{
		font-size: clamp(20px, 2.6vw, 24px);
		line-height: 2;
		margin-top: 1.3em;
	}

}

.mente_box01 .six_txt{
	font-size: 12px;
	line-height: 1.75;
	margin-top: 1.5em;
}

.mente_box01 .block_txt{
	font-weight: 700;
	margin-top: 1.3em;
}

.mente_box01--six + .six_txt{
	margin-top: clamp(40px, 3.2vw, 60px);
}

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

/*--------------------SP--------------------*/
@media all and (max-width:767px) {
	.mente_box01--six{
		gap: 30px 0;
	}
	.mente_box01--six li{
		width: 46%;

		.six_ttl {
			line-height: 1.75;
		}
		.block_txt {
	    	line-height: 1.75;
		}

	}

}





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

	.block_txt{
		font-weight: 700;
	  	text-align: center;
	  	margin-top: 2em;
	}

}

.mente_box_ttl{
  	font-size: clamp(28px, 3.6vw, 36px);
  	text-align: center;
  	padding-bottom: 1.5em;
  	position: relative;
}
.mente_box_ttl::after{
	content: '';
	width: 80px;
	height: 4px;
	background-color: var(--white);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.mente_box02--support > div{
	width: 30.8%;
	background-color: var(--white);
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 20px 15px;

	.support_txt1{
		font-size: 18px;
		font-weight: 700;
		margin-bottom: 1em;
	}
	.support_img{
		width: 60%;
	}
	.support_txt2{
		font-size: 16px;
		line-height: 1.5;
		margin-top: 1em;
	}
	.support_txt3{
	  	font-size: clamp(20px, 2.6vw, 24px);
		font-weight: 700;
		line-height: 1.5;
		margin-bottom: 0.8em;
	}

	.bg_yellow{
		display: flex;
	    flex-wrap: wrap;
	    gap: 10px 5%;
	    justify-content: center;
	}

}

@media all and (max-width:1034px) and (min-width:768px){
	.support_txt3 br{
		display: none;
	}
}

.support_txt4{
	display: block;
	background-color: #E4C834;
	border-radius: 10px;
	font-size: 12px;
	line-height: 1.2;
	display: flex;
	align-items: center;
	height: 40px;
    flex-shrink: 0;
	padding: 0 1.5em;
	
	> img{
		width: 11px;
		margin-left: 1em;
	}

}



/*--------------------PC--------------------*/
@media all and (min-width:768px) {
	.mente_box02--support{
		justify-content: space-between;
		padding-top: clamp(30px, 3.2vw, 45px);
	}

	a.support_txt4:hover{
		opacity: 0.7;
	}

}

/*--------------------SP--------------------*/
@media all and (max-width:767px) {
	.mente_box02--support > div{
        max-width: 395px;
        width: 100%;
        margin: 20px auto 0;

        .bg_yellow{
	    	flex-wrap: initial;
	    }

    }
    
    .mente_box_ttl {
	    font-size: 22px;
		padding-bottom: 1.3em;
	}
	.mente_box_ttl::after {
	    width: 60px;
	}

}


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

    .inner{
		max-width: 1160px;

		> .block_txt {
	        font-weight: 700;
	        text-align: center;
	        margin-top: 2em;
	    }
	}

}

.mente_box03 .mente_box_ttl::after{
	background-color: var(--blue);
}


.mente_box03--sub{
	background-color: var(--white);
	margin-top: clamp(30px, 3.2vw, 45px);
	padding: clamp(30px, 3.2vw, 45px) 10%;
	position: relative;
}

@media all and (max-width:979px) {
	.mente_box03--sub{
		padding: clamp(30px, 3.2vw, 45px) 5%;
	}

}

.mente_box03--subTtl{
  	font-size: clamp(28px, 3.6vw, 36px);
  	text-align: center;
}

/*mente_box03--sub01*/
.mente_box03 .sub01_box{
	justify-content: space-between;
	margin-top: clamp(30px, 3.2vw, 45px);

}
.mente_box03 .sub01_box > div{
	width: 30%;
	display: flex;
	flex-direction: column;
	align-items: center;

	.sub01_img{
		width: 74.4%;
		max-width: 200px;
	}

}

.sub01_txt1{
	font-size: clamp(20px, 2.3vw, 24px);
	line-height: 1.5;
	text-align: center;
    display: flex;
    align-items: center;
	margin-top: 1em;
}
.sub01_txt2{
	display: flex;
	align-items: center;
	margin-top: 0.5em;

	.sub01_txt3{
		font-size: 16px;
		text-align: center;
		
		.txt_small1{
			font-size: 75%;
		}
	}

	.sub01_txt4{
		font-size: clamp(28px, 3.4vw, 36px);
		font-weight: 700;
		color: #E3190F;

		.txt_small2{
			font-size: 67%;
			color: #000;
		}
	}

}

@media all and (max-width:979px) and (min-width:768px) {
	.sub01_txt2{
		flex-direction: column;

		.sub01_txt4{
			margin-top: 0.1em;
		}
	}

}

.mente_box03--txt{
	font-size: 12px;
	line-height: 2;
	margin-top: 3em;
}


/*mente_box03--sub02*/
.mente_box03--sub02{
	padding: clamp(30px, 3.2vw, 45px) 5%;
	margin-top: 150px;

	.mente_box03--subTtl{
	  	color: #E3190F;
	}

}

.sub02_box{
	border-top: 1px solid #EEEEEE;
	margin-top: clamp(30px, 3.2vw, 45px);
	padding-top: clamp(25px, 3vw, 40px);
}

.sub02_box--service{
    display: flex;
	flex-direction: column;
    justify-content: space-between;

    > div{
		display: flex;
	}

	.sub02_icon{
		max-width: 96px;
		width: 20%;
		flex-shrink: 0;
	}

	span{
		margin-left: 1em;
	}
	.sub02_txt1{
		font-size: clamp(18px, 2.2vw, 24px);
		line-height: 1.75;
	}
	.sub02_txt2{
		line-height: 1.75;
	}


}

.mente_box03--sub + .mente_box03--sub::before{
	content: '＋';
	font-size: 48px;
	font-weight: 700;
	color: #E3190F;
	position: absolute;
	top: -100px;
	left: 50%;
	transform: translateX(-50%);
}





/*--------------------PC--------------------*/
@media all and (min-width:768px) {
	.sub01_txt1{
		height: 3em;
	}

	.sub02_img{
		width: 35.5%;
        flex-shrink: 0;
        margin-right: 3.4%;
	}
	.sub02_box--service > div + div{
		margin-top: 7%;
	}

}


/*--------------------SP--------------------*/
@media all and (max-width:767px) {
	.mente_box03 .sub01_box > div{
		max-width: 395px;
        width: 100%;
        margin: 30px auto 0;
	}

	.mente_box03--subTtl {
	    font-size: 20px;
	}
	.sub01_txt1{
		font-size: 18px;
	}

	.sub02_img {
        max-width: 395px;
        width: 100%;
        margin: 0 auto;
    }

    .mente_box03--sub02{
		margin-top: 70px;
	}

	.sub02_box--service{
		> div{
			margin-top: 20px;
		}
		.sub02_txt1{
			line-height: 1.5;
		}
		.sub02_txt2{
			margin-top: 0.3em;
		}


	}

	.mente_box03--sub + .mente_box03--sub::before{
		font-size: 36px;
		top: -55px;
	}

}


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

.mente_box04 {
	.mente_box_ttl::after {
	    background-color: var(--blue);
	}

	.block_txt{
		font-weight: 400;
		text-align: center;
		margin-top: 2em;
	}

} 

.mente_box04--flow{
	margin-top: clamp(30px, 3.2vw, 45px);
}
.flow_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.flow_list li{
	max-width: 180px;
	width: 18%;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}
.flow_list li:nth-child(n + 3)::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: 2em;
}

.mente_box04--sub{
	align-items: center;
	background-color: var(--gray);
	font-size: 16px;
	line-height: 1.75;
	padding: 20px 5%;
	margin-top: clamp(30px, 3.2vw, 45px);
}
.mente_box04--txt1{
	font-weight: 700;
	border-right: 1px solid var(--white);
	padding: 15px 5% 15px 0;
	margin-right: 5%;
}




@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 + 3)::before{
		width: 36px;
		height: 35px;
		top: 10%;
        left: -19%;
	}


	.mente_box04--sub{
		font-size: 14px;
		padding: 20px;
	}
	.mente_box04--txt1{
		border-right: none;
		border-bottom: 1px solid var(--white);
		padding: 0 0 10px 0;
		margin-right: 0;
		margin-bottom: 10px;
	}

}




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

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

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