@charset "UTF-8";

/* ----------------------------------

	セクションラベル

---------------------------------- */
.section-label{
	font-size: 14px;
	padding: 40px 20px 70px;
	letter-spacing: 1px;
}
@media print, screen and (min-width: 768px){
	.section-label{
		font-size: 24px;
		padding: 100px 20px 80px;
		letter-spacing: 3px;
		max-width: 1334px;
		margin: 0 auto;
	}
}

/* ----------------------------------

	FIRST VIEW

---------------------------------- */
.fv{
	position: relative;
	min-height: 100svh;
	color: #fff;
	background:#121a21 url("/kurest/top/img/mv-bg-sp.webp") no-repeat top center;
	background-size: 768px auto;
	overflow: hidden;
}

.fv__inner{
	width: min(100% - 44px, 1400px);
	margin: 0 auto;
	padding: 68px 0 20px;
}
.fv__logo{
	width: 212px;
	margin: 0 auto 130px;
}
.fv__logo img{
	width: 100%;
	height: auto;
	display: block;
}
.fv__serviceName{
	font-size: 12px;
	color: #B7BDC7;
	font-weight: 500;
	text-align: center;
	letter-spacing: .12em;
	position: absolute;
	right: 0;
	left: 0;
	margin: auto;
	top: 40px;
}
.fv__copy{
	font-size: 32px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: .08em;
	margin-bottom: 18px;
}
.fv__subCopy{
	font-size: 16px;
	font-weight: 600;
	letter-spacing: .2em;
	margin-bottom: 30px;
}
.fv__lead{
	margin-bottom: 30px;
}

.fvCampaign{
	display: flex;
	align-items: center;
	gap: 16px;
	background: #fff;
	color: #004d94;
	text-decoration: none;
	padding: 12px 18px;
	margin-bottom: 24px;
}
.fvCampaign img{
	width: 52px;
	flex-shrink: 0;
}
.fvCampaign span span{
	display: block;
	color: var(--color-primary);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.4;
}
.fvCampaign strong{
	display: block;
	color: #004d94;
	font-size: 14px;
	font-weight: 900;
	line-height: 1.35;
}

.fv__btns{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}
.fv__btns a{
	height: 53px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #fff;
	color: #fff;
	background: rgba(36,63,80,.78);
	text-decoration: none;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: .04em;
}
.fv__btns a + a{
	border-left: 0;
}

@media print, screen and (min-width: 768px){
	.fv{
		background-image: url("/kurest/top/img/mv-bg-pc.webp");
		background-size: 1980px auto;
		min-height: auto;
	}
}
@media print, screen and (min-width: 960px){
	.fv__inner{
		display: grid;
		grid-template-rows: 1fr auto;
		align-items: start;
		gap: 30px 60px;
		width: min(100% - 120px, 1187px);
		grid-template-columns: 1fr 430px;
		padding: 510px 0 40px;
	}
	.fv__logo{
		display: none;
	}
	.fv__content{
		grid-column: 1 / 2;
	}
	.fv__cta{
		grid-column: 2 / 3;
		align-self: start;
		padding-top: 32px;
	}
	.fv__serviceName{
		position: static;
		text-align: left;
		margin-bottom: 20px;
	}
	.fv__copy{
		font-size: 38px;
		letter-spacing: .08em;
	}
	.fv__subCopy{
		font-size: 26px;
		letter-spacing: 10px;
	}

	.fvCampaign{
		padding: 18px 26px;
	}
	.fvCampaign img{
		width: 71px;
	}
	.fvCampaign span span{
		font-size: 16px;
	}
	.fvCampaign strong{
		font-size: 18px;
	}
	.fv__btns{
		gap: 24px;
	}
	.fv__btns a{
		height: 56px;
		border: 2px solid #fff;
		font-size: 20px;
	}
	.fv__btns a + a{
		border-left: 2px solid #fff;
	}
}

/* ----------------------------------

	PC FIXED NAV

---------------------------------- */
.fvHeader{
	display: none;
}
@media print, screen and (min-width: 960px){
	.fvHeader{
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1000;
		width: 100%;
		display: block;
		padding: 80px 0 24px;
		transition: background .3s ease, box-shadow .3s ease, padding .3s ease;
	}
	.fvHeader.is-scroll{
		background: rgba(255,255,255,.96);
		box-shadow: 0 4px 22px rgba(0,0,0,.08);
		padding: 18px 0;
	}
	.fvHeader__inner{
		width: min(100% - 120px, 1400px);
		margin: 0 auto;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.fvHeader__logo{
		width: 185px;
		display: block;
	}
	.fvHeader__logo img{
		width: 100%;
		height: auto;
		display: block;
	}
	.fvHeader__logo .fvHeader__logoBlack{
		display: none;
	}
	.fvHeader.is-scroll .fvHeader__logoWhite{
		display: none;
	}

	.fvHeader__list{
		display: flex;
		align-items: center;
		gap: 20px;
	}
	.fvHeader__list a{
		color: #fff;
		text-decoration: none;
		font-size: 14px;
		font-weight: 700;
		transition: all .4s;
	}
	.fvHeader__list a:hover{
		opacity: .4;
	}
	.fvHeader.is-scroll .fvHeader__list a{
		color: var(--color-primary);
	}
	.fvHeader__contact{
		width: 190px;
		height: 52px;
		display: flex;
		align-items: center;
		justify-content: center;
		border: 1px solid #fff;
	}
	.fvHeader.is-scroll .fvHeader__contact{
		border-color: var(--color-primary);
	}
	.fvHeader.is-scroll .fvHeader__contact:hover{
		background: var(--color-primary);
		color: #fff;
	}
}
@media print, screen and (min-width: 1100px){
	.fvHeader__list{
		gap: 50px;
	}
	.fvHeader__list a{
		font-size: 16px;
	}
}
@media print, screen and (min-width: 1280px){
	.fvHeader__list{
		gap: 70px;
	}
	.fvHeader__list a{
		font-size: 18px;
	}
}

/* ----------------------------------

	SP FIXED NAV
	
---------------------------------- */
.spFixedNav{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1000;
	background: rgba(36,63,80,.96);
	opacity: 0;
	visibility: hidden;
	transform: translateY(-100%);
	transition: opacity .3s ease, visibility .3s ease, transform .3s ease;
}
.spFixedNav.is-show{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.spFixedNav__list{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}
.spFixedNav__list li{
	border-left: 1px solid rgba(255,255,255,.28);
}
.spFixedNav__list li:last-child{
	border-right: 1px solid rgba(255,255,255,.28);
}
.spFixedNav__list a{
	height: 62px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 4px;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-weight: 700;
}
.spFixedNav__list span{
	font-size: 18px;
	line-height: 1;
}
@media print, screen and (min-width: 960px){
	.spFixedNav{
		display: none;
	}
}

/* ----------------------------------

	01｜BRAND CONCEPT

---------------------------------- */

.concept{
	color: #fff;
	background-repeat: no-repeat;
	background-position: top right;
	background-color: var(--color-primary);
	background-image: url("/kurest/top/img/consept-bg.webp");
	background-size: contain;
	position: relative;
	overflow: hidden;
	padding-bottom: 40px;
}
.concept__head{
	padding: 0 30px 30px;
}
.concept__title{
	font-size: 24px;
	font-weight: 600;
	line-height: 1.55;
	letter-spacing: 5px;
	margin-bottom: 28px;
}
.concept__lead{
	margin-bottom: 30px;
}

.concept__cardList{
	display: grid;
	gap: 28px;
	padding: 0 20px;
}
.conceptCard{
	color: var(--color-primary);
	position: relative;
	background: #f7f8fa;
	border-radius: 8px;
	padding: 27px 26px 20px;
	border: 1px solid #C9CDD3;
}
.conceptCard__label{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 158px;
	padding: 6px 10px;
	border: 1px solid #C9CDD3;
	border-radius: 999px;
	background: #fff;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.3;
}
.conceptCard__title{
	font-size: 17px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: .04em;
	margin-bottom: 8px;
}
.conceptCard__text{
	font-weight: 600;
}

@media print, screen and (min-width: 768px){
	.concept{
		background-size: cover;
	}
	.concept__head{
		margin-bottom: 50px;
	}
	.concept__title{
		font-size: 30px;
		margin-bottom: 34px;
	}
	.concept__lead{
		margin-bottom: 0;
	}
	.concept__cardList{
		grid-template-columns: repeat(3, 1fr);
		gap: 34px;
	}
	.conceptCard{
		padding: 30px 20px 34px;
		text-align: center;
	}
	.conceptCard__text{
		text-align: left;
	}
	
}
@media print, screen and (min-width: 960px){

	.concept__head{
		padding: 0;
		max-width: 1150px;
		margin: 0 auto 80px;
	}
	.concept__title{
		font-size: 28px;
		letter-spacing: 8px;
	}
	.concept__title br{
		display: none;
	}

	.concept__cardList{
		gap: 38px;
		padding: 0;
		max-width: 1150px;
		margin: 0 auto 60px;
	}
	.conceptCard{
		padding: 40px 40px 30px;
	}
	.conceptCard__label{
		min-width: 205px;
		font-size: 16px;
	}
	.conceptCard__title{
		font-size: 20px;
	}
	.conceptCard__text{
		font-weight: 500;
	}
}

/* ----------------------------------

	02｜NEW CAR LIFE

---------------------------------- */
.newCarLife{
	position: relative;
	overflow: hidden;
	background: url(../img/carlife-bg-sp.webp) no-repeat top left;
	background-size: cover;
}

.newCarLife__carBg{
	background: url(../img/carlife-bg-car-sp.webp) no-repeat top 240px right;
	background-size: 500px auto;
}
.newCarLife__head{
	padding: 0 30px 120px;
}
.newCarLife__title{
	font-size: 22px;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 4px;
	margin-bottom: 20px;
}
.newCarLife__lead{
	font-weight: 600;
}
.newCarLife__lead br{
	display: none;
}

.newCarLife__cardList{
	display: grid;
	gap: 28px;
	margin-top: -20px;
	padding: 0 20px;
	margin-bottom: 40px;
}
.lifeCard{
	background: #fff;
	border-radius: 8px;
	padding: 25px 30px 20px;
	box-shadow: 0 12px 34px rgba(0,0,0,.08);
}
.lifeCard__num{
	color: #b8c0ca;
	font-size: 21px;
	letter-spacing: 3px;
	line-height: 1;
	margin-bottom: 5px;
}
.lifeCard__title{
	font-size: 20px;
	font-weight: 700;
	line-height: 1.45;
	letter-spacing: .04em;
	margin-bottom: 10px;
}
.lifeCard__text{
	font-weight: 600;
	margin-bottom: 15px;
}

@media print, screen and (min-width: 768px){
	.newCarLife{
		background: url(../img/carlife-bg-pc.webp) no-repeat bottom left;
	}
	.newCarLife__carBg{
		background: url(../img/carlife-bg-car-pc.webp) no-repeat top right;
		background-size: 960px auto;
	}
	.newCarLife__head{
		padding: 0 30px 120px;
	}
	.newCarLife__title{
		font-size: 30px;
		margin-bottom: 34px;
	}

	.newCarLife__cardList{
		grid-template-columns: repeat(2, 1fr);
		gap: 34px;
	}
	.lifeCard{
		padding: 34px 32px 30px;
	}
	.lifeCard__num{
		font-size: 26px;
		margin-bottom: 18px;
	}
	.lifeCard__title{
		font-size: 22px;
	}
}

@media print, screen and (min-width: 960px){
	.newCarLife__carBg{
		background: url(../img/carlife-bg-car-pc.webp) no-repeat top right;
		background-size: 100% auto;
	}
	.newCarLife__head{
		max-width: 1150px;
		padding: 0;
		margin: 0 auto 0px;
		padding-bottom: 200px;
	}
	.newCarLife__title{
		font-size: 28px;
		letter-spacing: 10px;
	}
	.newCarLife__title br{
		display: none;
	}
	.newCarLife__lead br{
		display: inline;
	}

	.newCarLife__cardList{
		grid-template-columns: repeat(4, 1fr);
		gap: 30px;
		padding: 0;
		max-width: 1294px;
		margin: -120px auto 60px;
	}
	.lifeCard{
		padding: 36px 30px 30px;
	}
	.lifeCard__num{
		font-size: 24px;
		margin-bottom: 7px;
	}
	.lifeCard__title{
		font-size: 24px;
		margin-bottom: 20px;
		line-height: 1.5;
	}
	.lifeCard__text{
		font-weight: 600;
		margin-bottom: 15px;
		letter-spacing: 0;
	}
}

/* ----------------------------------
	02｜NEW CAR LIFE（下部コンテンツ）
---------------------------------- */
.newCarLife__payment{
	padding: 0 20px 60px;
}
.newCarLife__paymentTitle{
	font-size: 20px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 2px;
	text-align: center;
	margin-bottom: 28px;
}
.paymentCardList{
	display: grid;
	gap: 20px;
	margin-bottom: 30px;
}
.paymentCard{
	background: #fff;
	border-radius: 10px;
	padding: 30px 35px 34px;
	box-shadow: 0 12px 34px rgba(0,0,0,.08);
	text-align: center;
}
.paymentCard__label{
	font-size: 14px;
	font-weight: 600;
	line-height: 1.6;
	margin-bottom: 4px;
}
.paymentCard__title{
	font-size: 18px;
	font-weight: 700;
	line-height: 1.45;
	letter-spacing: 1px;
	margin-bottom: 12px;
}
.paymentCard__text{
	text-align: left;
	margin-bottom: 15px;
	letter-spacing: 0;
}
.paymentCard__image img{
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}
.paymentCard:first-child .paymentCard__image{
	padding:0 30px;
}

.dinersCampaign{
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 12px 34px rgba(0,0,0,.08);
}
.dinersCampaign__head{
	position: relative;
	display: flex;
	align-items: center;
	gap: 16px;
	background: #003F84;
	color: #fff;
	padding: 12px 15px;
	width: 90%;
}
.dinersCampaign__head::after{
	content: "";
	position: absolute;
	top: 0;
	right: -1px;
	width: 48px;
	height: 100%;
	background: #fff;
	clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
.dinersCampaign__logo{
	width: 42px;
	flex-shrink: 0;
	background: #fff;
	border-radius: 6px;
	padding:8px 6px;
}
.dinersCampaign__logo img{
	width: 100%;
	height: auto;
	display: block;
}
.dinersCampaign__lead{
	position: relative;
	z-index: 1;
	font-size: 15px;
	line-height: 1.45;
	font-weight: 700;
}
.dinersCampaign__lead span{
	font-size: 12px;
	display: block;
}
.dinersCampaign__body{
	padding: 15px 20px 20px;
}
.dinersCampaign__label{
	color: #003F84;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
}
.dinersCampaign__title{
	color: #003F84;
	font-size: 18px;
	font-weight: 900;
	line-height: 1.35;
	margin-bottom: 8px;
}
.dinersCampaign__period{
	font-size: 12px;
	font-weight: 600;
	line-height: 1.5;
}
@media print, screen and (min-width: 768px){
	.newCarLife__payment{
		padding: 0 20px 70px;
	}
	.newCarLife__paymentTitle{
		font-size: 24px;
		margin-bottom: 35px;
	}
	.newCarLife__paymentTitle br{
		display: none;
	}
	.paymentCardList{
		grid-template-columns: repeat(3, 1fr);
		gap: 15px;
		margin-bottom: 30px;
	}
	.paymentCard{
		padding: 34px 15px 36px;
	}
	.paymentCard__title{
		margin-bottom: 22px;
	}
	.paymentCard__text{
		margin-bottom: 28px;
	}

	.dinersCampaign{
		display: grid;
		grid-template-columns: 48% 52%;
		max-width: 1294px;
		margin: 0 auto;
	}
	.dinersCampaign__head{
		gap: 26px;
		padding: 26px 34px;
		width: 100%;
	}
	.dinersCampaign__head::after{
		width: 78px;
		clip-path: polygon(100% 0, 100% 100%, 0 100%);
	}
	
}
@media print, screen and (min-width: 960px){
	
	.newCarLife__payment{
		padding: 0 0 80px;
	}
	.newCarLife__paymentTitle{
		font-size: 28px;
		letter-spacing: 4px;
		margin-bottom: 50px;
	}
	.paymentCardList{
		max-width: 1294px;
		margin: 0 auto 60px;
		gap: 24px;
	}
	.paymentCard{
		padding: 35px 58px ;
	}
	.paymentCard__label{
		font-size: 16px;
		margin-bottom: 5px;
	}
	.paymentCard__title{
		font-size: 24px;
		margin-bottom: 15px;
	}
	.paymentCard__text{
		margin-bottom: 30px;
	}
	.paymentCard:first-child .paymentCard__image{
		padding:0 10px;
	}

	.dinersCampaign{
		grid-template-columns: 45% 55%;
	}
	.dinersCampaign__head{
		padding: 26px 40px;
	}
	.dinersCampaign__head::after{
		width: 90px;
	}
	.dinersCampaign__logo{
		width: 145px;
		padding: 25px 20px 30px;
	}
	.dinersCampaign__lead{
		font-size: 28px;
	}
	.dinersCampaign__lead span{
		font-size: 18px;
	}
	.dinersCampaign__body{
		padding:36px 25px 30px;
	}
	.dinersCampaign__label{
		font-size: 21px;
	}
	.dinersCampaign__title{
		font-size: 40px;
		margin-bottom: 5px;
	}
	.dinersCampaign__period{
		font-size: 16px;
		font-weight: 500;
	}
}


/* ----------------------------------

	03｜LINE UP

---------------------------------- */

.lineup{
	color: #fff;
	background: var(--color-primary) url("/kurest/top/img/requertmodel-bg-sp.webp") no-repeat bottom center;
	background-size: 768px auto;
	position: relative;
	overflow: hidden;
}
.lineup__head{
	padding: 0 30px 30px;
}
.lineup__title{
	font-size: 24px;
	font-weight: 600;
	line-height: 1.55;
	letter-spacing: 5px;
	margin-bottom: 28px;
}
.lineup__lead{
	margin-bottom: 30px;
}

.lineupFilter__head{
	text-align: center;
}
.lineupFilter__head img{
	width: 24px;
	margin-right: 5px;
}
.lineupFilter__selects{
	display: flex;
	justify-content: space-between;
	gap: 4px;
	padding: 15px 10px;
}
.lineupFilter__btn{
	width: calc((100% - 12px) / 4);
	height: 56px;
	padding: 0 10px;
	border: 0;
	border-radius: 6px;
	background: #fff;
	color: var(--color-primary);
	font-size: 15px;
	font-weight: 500;
	cursor: pointer;
	white-space: nowrap;
	transition: opacity .4s, background .4s, color .4s;
}
.lineupFilter__btn:hover{
	opacity: .65;
}
.lineupFilter__btn.is-active{
	background: #cfd8df;
	pointer-events: none;
}
@media print, screen and (min-width: 768px){
	.lineup{
		background-image: url("/kurest/top/img/requertmodel-bg-pc.webp");
		background-size: 1990px auto;
	}
	.lineup__head{
		margin-bottom: 50px;
	}
	.lineup__title{
		font-size: 30px;
		margin-bottom: 34px;
	}
	.lineup__lead{
		margin-bottom: 0;
	}

	.lineupFilter__btn{
		height: 58px;
		padding: 0 24px;
		font-size: 18px;
	}
	
}
@media print, screen and (min-width: 960px){

	.lineup__head{
		padding: 0;
		max-width: 1150px;
		margin: 0 auto 80px;
	}
	.lineup__title{
		font-size: 28px;
		letter-spacing: 8px;
	}
	.lineup__title br{
		display: none;
	}

	.lineupFilter{
		max-width: 1280px;
		margin: 0 auto 40px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.lineupFilter__head{
		font-size: 18px;
	}
	.lineupFilter__head img{
		width: 30px;
		margin-right: 10px;
	}
	.lineupFilter__selects{
		padding: 0;
		gap: 10px;
	}
	.lineupFilter__btn{
		height: 46px;
		padding: 0 10px;
	}
	.lineupFilter__btn:not(:first-child){
		padding: 0 30px;
		padding-right: 120px;
		position: relative;
	}
	.lineupFilter__btn:not(:first-child)::after{
		position: absolute;
		content:"";
		top: 0;
		bottom: 0;
		right: 20px;
		margin: auto;
		width: 5px;
		height: 5px;
		border-top: 1px solid var(--color-primary);
		border-right: 1px solid var(--color-primary);
		transform:rotate(135deg);
	}
	.lineupFilter__btn img{
		max-width: 130px;
		display: block;
	}
}
/* ----------------------------------
	車種一覧下コンテンツ
---------------------------------- */
.requestModel{
	color: #fff;
	text-align: center;
}
.requestModel__inner{
	padding: 50px 30px 150px;
}
.requestModel__label{
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .12em;
	margin-bottom: 10px;
}
.requestModel__title{
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: .06em;
	margin-bottom: 30px;
}
.requestModel__lead{
	margin-bottom: 20px;
}
.requestModel__lead br{
	display: none;
}
.requestModel__note{
	font-size: 12px;
	font-weight: 500;
	line-height: 1.6;
	margin-bottom: 20px;
}
.requestModel__btn{
	width: 100%;
	height: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #fff;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: .04em;
	background: rgba(5,15,27,.25);
	transition: opacity .4s, background .4s;
}
.requestModel__btn:hover{
	opacity: .7;
}
@media print, screen and (min-width: 768px){
	.requestModel__inner{
		max-width: 1000px;
		margin: 0 auto;
		padding: 100px 40px 330px;
	}
	.requestModel__label{
		font-size: 22px;
		margin-bottom: 28px;
	}
	.requestModel__title{
		font-size: 34px;
		margin-bottom: 34px;
	}
	.requestModel__lead{
		font-size: 18px;
		line-height: 1.9;
		margin-bottom: 28px;
	}
	.requestModel__lead br{
		display: inline;
	}
	.requestModel__note{
		font-size: 15px;
		margin-bottom: 42px;
	}
	.requestModel__btn{
		width: 420px;
		height: 70px;
		margin: 0 auto;
		font-size: 24px;
	}
}
@media print, screen and (min-width: 960px){
	.requestModel__inner{
		padding: 20px 40px 300px;
	}
	.requestModel__label{
		font-size: 18px;
		margin-bottom: 15px;
	}
	.requestModel__title{
		font-size: 24px;
	}
	.requestModel__note{
		font-size: 14px;
	}
	.requestModel__btn{
		width: 440px;
	}
}


/* ----------------------------------

	04｜FLOW

---------------------------------- */
.flow{
	background-color: #F4F4F7;
	background-repeat: no-repeat;
	background-position: top right;
	background-image: url(../img/flow-bg-sp.webp);
	background-size: 150px auto;
}
.flow__head{
	padding: 0 30px;
}
.flow__title{
	font-weight: 600;
	font-size: 22px;
	margin-bottom: 20px;
	letter-spacing: 2px;
}

.flow__bottom{
	padding: 30px;
	padding-left: 0;
}
.flow__bottom p{
	background: var(--color-primary);
	color: #fff;
	text-align: center;
	font-size: 14px;
	padding: 10px 0;
	line-height: 1.4;
	position: relative;
	width: calc(100% - 30px);
	margin-left: 30px;
}
.flow__bottom p::after{
	content: "";
	position: absolute;
	left: 50%;
	bottom: -7px;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 18px 0 18px;
	border-color: #243f50 transparent transparent transparent;
}
@media print, screen and (min-width: 960px){
	.flow{
		background-image: url(../img/flow-bg-pc.webp);
		background-size: 595px auto;
		padding-bottom: 80px;
	}
	.flow__head{
		padding: 0 ;
		max-width: 1148px;
		margin: 0 auto 75px;
	}
	.flow__title{
		font-size: 28px;
		margin-bottom: 10px;
		letter-spacing: 8px;
	}
	.flow__bottom{
		padding: 0px;
		max-width: 1364px;
		margin: 0 auto;
	}
	.flow__bottom p{
		font-size: 16px;
		padding: 15px 0;
		margin-bottom: 20px;
	}
	.flow__bottom p br{
		display: none;
	}
}

/* ----------------------------------

	05｜BUSINESS USE

---------------------------------- */
.businessUse{
	background: url("/kurest/top/img/use-bg-sp.webp") no-repeat top right -10px;
	background-size: cover;
	overflow: hidden;
}
.businessUse__inner{
	padding: 0px 0px 40px;
}
.businessUse__head{
	padding: 0 30px 30px;
}
.businessUse__title{
	font-size: 22px;
	font-weight: 700;
	line-height: 1.55;
	letter-spacing: 5px;
	margin-bottom: 20px;
}


.businessUse__cardList{
	display: grid;
	gap: 20px;
	padding: 0 20px 0;
	margin-bottom: 20px;
}
.businessCard{
	background: #fff;
	border-radius: 10px;
	padding: 15px 30px 20px;
	box-shadow: 0 12px 34px rgba(0,0,0,.08);
}
.businessCard__head{
	display: flex;
	align-items: center;
	margin-left: -10px;
}
.businessCard__icon{
	width: 52px;
}
.businessCard__icon img{
	width: 100%;
	height: auto;
	display: block;
}
.businessCard__title{
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: .04em;
}
.businessUse__notes{
	font-size: 12px;
	line-height: 1.6;
	padding: 0 20px;
}
.businessUse__notes li{
	padding-left: 1em;
	text-indent: -1em;
}
.businessUse__notes li::before{
	content: "※";
}
@media print, screen and (min-width: 768px){
	.businessUse__cardList{
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}
}
@media print, screen and (min-width: 960px){
	.businessUse{
		background: url("/kurest/top/img/use-bg-pc.webp") no-repeat top right;
		background-size: 100%;
	}
	.businessUse__head{
		max-width: 1080px;
		margin: 0 auto;
	}
	.businessUse__title{
		font-size: 30px;
		letter-spacing: 8px;
		margin-bottom: 34px;
	}

	.businessUse__cardList{
		gap: 32px 42px;
		max-width: 1150px;
		margin: 0 auto 40px;
		padding: 0;
	}
	.businessCard{
		grid-template-columns: 96px 1fr;
		gap: 28px;
		padding: 44px 48px;
		position: relative;
		z-index: 3;
	}
	.businessCard__head{
		margin-left: 0;
	}
	.businessCard__icon{
		width: 150px;
		position: absolute;
		left: 0;
		top: 50px;
		z-index: -1;
	}
	.businessCard__title{
		font-size: 24px;
		margin-bottom: 12px;
		padding-left: 100px;
	}
	.businessCard__text{
		font-weight: 600;
		padding-left: 100px;
	}
	.businessUse__notes{
		max-width: 1150px;
		margin: 0 auto;
		padding: 0;
	}
}

/* ----------------------------------

	06｜FAQ

---------------------------------- */
.faq{
	background: #f4f5f7;
	padding: 50px 0 60px;
	overflow: hidden;
}
.faq__title{
	font-size: 22px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 5px;
	margin-bottom: 20px;
	padding-left: 30px;
}
.faq__tabWrap{
	overflow-x: auto;
	margin: 0 -20px 20px;
	padding: 0 20px;
	-webkit-overflow-scrolling: touch;
}
.faq__tabWrap::-webkit-scrollbar{
	display: none;
}
.faq__tabList{
	display: flex;
	width: max-content;
	min-width: 100%;
}
.faq__tabList li{
	border-left: 1px solid #b8c0ca;
}
.faq__tabList li:last-child{
	border-right: 1px solid #b8c0ca;
}
.faq__tab{
	min-width: 145px;
	padding: 8px 28px;
	background: transparent;
	border: 0;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	cursor: pointer;
	white-space: nowrap;
	transition: all .4s;
}
.faq__tab:hover{
	opacity: 0.4;
}
.faq__tab.is-active{
	color: #4a7293;
	pointer-events: none;
}


.faq__list{
	width: calc(100% - 40px);
	margin: 0 auto;
}
.faqItem{
	background: #fff;
	margin-bottom: 8px;
}
.faqItem:last-child{
	border-bottom: 0;
}
.faqItem__question{
	position: relative;
	width: 100%;
	min-height: 72px;
	display: grid;
	grid-template-columns: 32px 1fr 24px;
	align-items: center;
	gap: 12px;
	padding: 18px 20px;
	color: var(--color-primary);
	background: #fff;
	border: 0;
	text-align: left;
	cursor: pointer;
	transition: all .4s;
}
.faqItem__question:hover{
	opacity: 0.4;
}
.faqItem__q{
	color: #b8c0ca;
	font-size: 26px;
	font-weight: 700;
	line-height: 1;
}
.faqItem__text{
	font-size: 14px;
	font-weight: 700;
	line-height: 1.55;
	letter-spacing: .02em;
}
.faqItem__icon{
	position: relative;
	width: 18px;
	height: 18px;
}
.faqItem__icon::before,
.faqItem__icon::after{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	background: var(--color-primary);
	transform: translate(-50%, -50%);
}
.faqItem__icon::before{
	width: 18px;
	height: 1px;
}
.faqItem__icon::after{
	width: 1px;
	height: 18px;
	transition: .3s;
}
.faqItem.is-open .faqItem__icon::after{
	opacity: 0;
	transform: translate(-50%, -50%) rotate(90deg);
}
.faqItem__answer{
	display: none;
	padding: 18px 20px;
	background: #fff;
	display: grid;
	grid-template-columns: 32px 1fr;
	align-items: center;
	gap: 12px;
	border-top: 1px solid #dedfe0;
}
.faqItem__a{
	font-size: 26px;
	font-weight: 700;
	line-height: 1;
}
.faqItem__answer p{
	font-weight: 500;
}
@media print, screen and (min-width: 768px){
	.faq{
		padding: 0px 0 80px;
	}

	.faq__tabWrap{
		margin: 0 0 20px;
		padding: 0;
		overflow: visible;
	}
	.faq__tabList{
		width: 100%;
	}
	.faq__tabList li{
		flex: 1;
	}
	.faq__tab{
		width: 100%;
		min-width: auto;
		padding: 10px 16px;
	}
	.faq__list{
		max-width: 1150px;
		margin: 0 auto;
	}
	.faqItem__question{
		min-height: 72px;
		grid-template-columns: 34px 1fr 24px;
		padding: 18px 28px;
	}

}
@media print, screen and (min-width: 960px){
	.faq__label{
		margin-bottom: 62px;
	}
	.faq__title{
		font-size: 28px;
		letter-spacing: 8px;
		max-width: 1150px;
    margin: 0 auto 60px;
		padding: 0;
	}
	.faq__tabWrap{
		margin-bottom: 50px;
		max-width: 1150px;
    margin: 0 auto 60px;
	}
	.faq__tab{
		font-size: 16px;
	}
	.faqItem__text{
		font-size: 18px;
	}
	.faqItem__question{
		padding: 20px 30px;
	}
	.faqItem__answer{
		padding: 20px 30px;
	}
}
