@charset "utf-8";

/*-------------------------------
	こんな時にオススメ！
-------------------------------*/

.C-Point-banner{
	border: .3rem solid var(--blackcolor);
	width: 100%;
	border-radius: 1rem;
	padding-top: 4rem;
	padding-right: 6.6rem;
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
}
.C-Point-banner__left{
	width: calc(100% - 38.4rem);
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	flex-direction: column;
}
.C-Point-banner__popup{
	position: relative;
	z-index: 6000;
}
.C-Point-banner__popup img{
	width: 100%;
}
.C-Point-banner__image{
	width: 100%;
}
.C-Point-banner__image img{
	width: 100%;
}
.C-Point-banner__content{
	width: 39rem;
	padding-bottom: 3.8rem;
}
.C-Point-banner__title{
	width: 100%;
	height: 5rem;
	padding-top: .2rem;
	border-radius: 2.5rem;
	margin-bottom: 4.2rem;
	font-size: 1.8rem;
	letter-spacing: .05em;
	color: #fff;
	font-weight: 700;
	background: #2c2c2c;
	display: flex;
	align-items: baseline;
	justify-content: center;
	position: relative;
	z-index: 5000;
}
.C-Point-banner__title::before,
.C-Point-banner__title::after{
	content: "";
	display: block;
	border-radius: 50%;
	background: #2c2c2c;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin-left: auto;
	margin-right: auto;
	z-index: -1;
}
.C-Point-banner__title::before{
	width: 2.4rem;
	height: 2.4rem;
	transform: translateY(1rem);
}
.C-Point-banner__title::after{
	width: 1rem;
	height: 1rem;
	transform: translateY(calc(100% + 1.5rem));
}
.C-Point-banner__title span{
	font-size: 2.5rem;
}
.C-Point-banner__check{
	margin-bottom: 3.4rem;
	padding-left: .4rem;
}
.C-Point-banner__check-item{
	width: 100%;
	font-size: 1.8rem;
	font-weight: 700;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.C-Point-banner__check-item::before{
	content: "";
	display: block;
	width: 3.5rem;
	height: 3.1rem;
	background-image: url(../images/common/icon_c-point-check.png);
	background-image: image-set(url(../images/common/icon_c-point-check.png) 1x, url(../images/common/icon_c-point-check@2x.png) 2x);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
.C-Point-banner__check-item:not(:last-child){
	margin-bottom: 1.2rem;
}
.C-Point-banner__check-item span{
	width: calc(100% - 3.5rem);
	min-height: 3.1rem;
	line-height: calc(2.5 / 1.8);
	padding-left: 1rem;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.C-Point-banner__badge{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.C-Point-banner__badge-item{
	background: var(--maincolor);
	width: 8.6rem;
	height: 8.6rem;
	font-weight: 700;
	border-radius: 50%;
	color: #fff;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: relative;
}
.C-Point-banner__badge-item::before{
	content: "";
	display: block;
	width: calc(100% - .8rem);
	height: calc(100% - .8rem);
	border-radius: 50%;
	border: .2rem solid #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 4000;
	transform: translate(-50%,-50%);
}
.C-Point-banner__badge-item span{
	line-height: calc(2.5 / 1.7);
	text-align: center;
	display: block;
	position: relative;
	z-index: 6000;
}
.C-Point-banner__badge-item.-large{
	font-size: 1.8rem;
	letter-spacing: .05em;
}
.C-Point-banner__badge-item.-large span{
	line-height: calc(2.5 / 1.8);
}
.C-Point-banner__badge-item.-small{
	font-size: 1.5rem;
	letter-spacing: 0;
}
.C-Point-banner__badge-item.-small span{
	line-height: calc(2.2 / 1.5);
}
.C-Point-banner__badge-item.-mix{
	font-size: 1.4rem;
}
.C-Point-banner__badge-item.-mix > span > span{
	font-size: 1.8rem;
	line-height: calc(2.5 / 1.8);
}

@media screen and (min-width:769px) , print{

	.C-Point{
		background: #fff;
	}

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

}
@media screen and (max-width:768px){

	.C-Point-banner{
		padding: 3rem 2.8rem 0;
		justify-content: center;
		flex-direction: column-reverse;
	}
	.C-Point-banner__left{
		width: 100%;
		height: auto;
		position: static;
	}
	.C-Point-banner__content{
		width: 100%;
		padding-bottom: 2.5rem;
		display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
	}
	.C-Point-banner__title{
		margin-bottom: 4rem;
		padding-top: .4rem;
		letter-spacing: .025em;
	}
	.C-Point-banner__check{
		width: calc(100% + 1rem);
		margin-bottom: 2rem;
		padding-left: .6rem;
	}
	.C-Point-banner__check-item{
		letter-spacing: 0;
	}
	.C-Point-banner__check-item span{
		padding-left: .8rem;
	}
	.C-Point-banner__badge{
		width: calc(100% + 2rem);
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.C-Point-banner__badge-item{
		width: calc((100% - (.8rem * 3)) / 4);
		height: auto;
		aspect-ratio: 1 / 1;
	}
	.C-Point-banner__badge-item{
		font-size: 1.7rem;
		letter-spacing: 0;
	}
	.C-Point-banner__badge-item.-large{
		font-size: 1.7rem;
	}

}



/*-------------------------------
	流れ
-------------------------------*/

.C-Flow{
	padding-bottom: calc(var(--padding-topbottom) + 10rem);
	background: #2c2c2c;
}
.C-Flow__title{
	margin-bottom: 1.5rem;
}
.C-Flow__text{
	margin-bottom: 7.5rem;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: calc(2.5 / 1.8);
	text-align: center;
	color: #fff;
}
.C-Flow__text span{
	color: var(--maincolor);
	line-height: calc(2.5 / 1.8);
}
.C-Flow-block-wrap{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-start;
}
.C-Flow-block{
	border: .3rem solid var(--blackcolor);
	width: calc(100% - 3.6rem);
	padding: 6.5rem 5rem;
	border-radius: 1rem;
	background: #fff;
	position: relative;
}
.C-Flow-block:not(:last-child){
	margin-bottom: 16.5rem;
}
.C-Flow-block::before{
	border: .3rem solid var(--blackcolor);
	background-color: var(--maincolor);
	content: "";
	display: block;
	width: 14.5rem;
	height: 14.5rem;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
	transform: translate(-3.6rem,-4rem);
	background-position: center center;
	background-repeat: no-repeat;
}
.C-Flow-block:not(:last-child)::after{
	background-color: transparent;
	content: "";
	display: block;
	width: 1.5rem;
	height: 8.5rem;
	background-image: radial-gradient(var(--maincolor) 10%, transparent 10%), radial-gradient(var(--maincolor) 10%, transparent 10%);
	background-position: 0 0, 1.4rem 1.4rem;
	background-size: 2.8rem 2.8rem;
	background-image: radial-gradient(circle, var(--maincolor) .75rem, transparent .75rem);
	background-position: 0 -1rem;
	background-size: 1.5rem 3.5rem;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	transform: translateY(calc(100% + ((16.5rem - 8.5rem) / 2)));
}
.C-Flow-block__inner-wrap{
	width: 100%;
	max-width: 66.5rem;
	margin-left: auto;
	margin-right: auto;
}
.C-Flow-block__title{
	border-bottom: .2rem solid var(--maincolor);
	width: 100%;
	font-size: 1.8rem;
	margin-bottom: 2.2rem;
	padding-bottom: 1.5rem;
	font-weight: 700;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.C-Flow-block__title::before{
	content: attr(data-step);
	display: block;
	margin-right: 1.6rem;
	line-height: 1;
	letter-spacing: 0;
	font-weight: 900;
}
.C-Flow-block__inner{
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.C-Flow-block__content{
	width: calc(100% - 30rem);
	padding-right: 2.5rem;
}
.C-Flow-block__image{
	width: 30rem;
	gap: 2rem;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}
.C-Flow-block__image img{
	width: 100%;
}
.C-Flow-block__image-child{
	width: calc(50% - 1rem);
}
.C-Flow-block__image-child-text{
	font-size: 1.2rem;
	margin-top: 1rem;
	line-height: 1;
	font-weight: 600;
	text-align: center;
}
.C-Flow-block__text{
	font-weight: 500;
	line-height: calc(2.5 / 1.6);
}
.C-Flow-block__text + .C-Flow-block__text{
	margin-top: 2rem;
}
.C-Flow-block__text.-hosoku{
	font-size: 1.4rem;
	color: #585858;
}
.C-Flow-block__text.-hosoku::before{
	content: "※";
}
.C-Flow-block__button{
	width: 100%;
	max-width: 32rem;
	margin-left: 0;
	margin-top: 2rem;
}
.C-Flow-block__button + .C-Flow-block__button{
	margin-top: 1rem;
}
.C-Flow-block-tel{
	border: .3rem solid var(--blackcolor);
	width: 100%;
	max-width: 32rem;
	border-radius: .5rem;
	padding: 1.3rem 2.5rem 1rem;
	margin-top: 3rem;
}
.C-Flow-block-tel a{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}
.C-Flow-block-tel__number{
	width: 100%;
	line-height: 1;
	margin-bottom: .8rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.C-Flow-block-tel__number::before{
	content: "";
	display: block;
	width: 4.5rem;
	height: 2.9rem;
	margin-right: .6rem;
	background-image: url(../images/common/icon_flow-tel_freedial.png);
	background-image: image-set(url(../images/common/icon_flow-tel_freedial.png) 1x, url(../images/common/icon_flow-tel_freedial@2x.png) 2x);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
.C-Flow-block-tel__number span{
	font-size: 2.7rem;
	font-weight: 900;
	line-height: 1;
	display: block;
}
.C-Flow-block-tel__time{
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1;
	display: block;
}
.C-Flow-block__child{
	width: 100%;
	margin-top: 3.2rem;
}
.C-Flow-block__child-title{
	border-bottom: .2rem solid var(--maincolor);
	width: 100%;
	font-size: 1.8rem;
	padding-bottom: .8rem;
	margin-bottom: 1.5rem;
	line-height: calc(2.5 / 1.8);
	font-weight: 700;
}
.C-Flow-block__child-text{
	font-weight: 500;
	line-height: calc(2.5 / 1.6);
}
.C-Flow-block__child-list-item{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.C-Flow-block__child-list-item:not(:last-child){
	margin-bottom: 1rem;
}
.C-Flow-block__child-list-item::before{
	background: var(--maincolor);
	content: "";
	display: block;
	width: 1.3rem;
	height: 1.3rem;

}
.C-Flow-block__child-list-item span{
	width: calc(100% - 2rem);
	line-height: 1;
	font-weight: 600;
	display: block;
}

/*----- 電話またはLINEからのご依頼 */
.C-Flow-block.-tel::before{
	background-image: url(../images/common/icon_flow-tel.png);
	background-image: image-set(url(../images/common/icon_flow-tel.png) 1x, url(../images/common/icon_flow-tel@2x.png) 2x);
	background-size: 6.2rem;
}

/*----- ご訪問・査定 */
.C-Flow-block.-search::before{
	background-image: url(../images/common/icon_flow-search.png);
	background-image: image-set(url(../images/common/icon_flow-search.png) 1x, url(../images/common/icon_flow-search@2x.png) 2x);
	background-size: 7.4rem;
}

/*----- その場で現金払い */
.C-Flow-block.-price::before{
	background-image: url(../images/common/icon_flow-price.png);
	background-image: image-set(url(../images/common/icon_flow-price.png) 1x, url(../images/common/icon_flow-price@2x.png) 2x);
	background-size: 7rem;
}

/*----- お近くの店舗に持ち込む */
.C-Flow-block.-store::before{
	background-image: url(../images/common/icon_flow-store.png);
	background-image: image-set(url(../images/common/icon_flow-store.png) 1x, url(../images/common/icon_flow-store@2x.png) 2x);
	background-size: 7.3rem;
}

/*----- 商品を撮影する */
.C-Flow-block.-picture::before{
	background-image: url(../images/common/icon_flow-picture.png);
	background-image: image-set(url(../images/common/icon_flow-picture.png) 1x, url(../images/common/icon_flow-picture@2x.png) 2x);
	background-size: 7.9rem;
}

/*----- 写真を送る */
.C-Flow-block.-mail::before{
	background-image: url(../images/common/icon_flow-mail.png);
	background-image: image-set(url(../images/common/icon_flow-mail.png) 1x, url(../images/common/icon_flow-mail@2x.png) 2x);
	background-size: 5.5rem;
}

.C-Certificate-block-wrap{
	margin-top: 6.5rem;
}
.C-Certificate-block{
	border: .3rem solid var(--blackcolor);
	border-radius: 1rem;
	background: #fff;
	overflow: hidden;
}
.C-Certificate-block:not(:last-child){
	margin-bottom: 7rem;
}
.C-Certificate-block__title{
	border-bottom: .3rem solid var(--blackcolor);
	background: var(--maincolor);
	width: 100%;
	height: 7rem;
	font-size: 2.5rem;
	font-weight: 900;
	letter-spacing: .05em;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.C-Certificate-block__body{
	padding: 3.5rem 6rem 4.8rem;
}
.C-Certificate-block__list-item{
	width: 100%;
	padding-left: 2rem;
	font-weight: 600;
	line-height: calc(2.8 / 1.6);
	position: relative;
}
.C-Certificate-block__list-item::before{
	background: var(--maincolor);
	content: "";
	display: block;
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: .45em;
}

.C-Certificate-block__text{
	margin-bottom: 2rem;
	line-height: calc(2.5 / 1.6);
	font-weight: 600;
	text-align: center;
}
.C-Certificate-document__title{
	width: 100%;
	height: 4rem;
	border-radius: 2rem;
	margin-bottom: 4.2rem;
	letter-spacing: .05em;
	color: #fff;
	font-weight: 900;
	background: #2c2c2c;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 5000;
}
.C-Certificate-document__title::before,
.C-Certificate-document__title::after{
	content: "";
	display: block;
	border-radius: 50%;
	background: #2c2c2c;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin-left: auto;
	margin-right: auto;
	z-index: -1;
}
.C-Certificate-document__title::before{
	width: 2.4rem;
	height: 2.4rem;
	transform: translateY(1rem);
}
.C-Certificate-document__title::after{
	width: 1rem;
	height: 1rem;
	transform: translateY(calc(100% + 1.5rem));
}
.C-Certificate-document__body{
	width: 100%;
	margin-bottom: 2.8rem;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.C-Certificate-document__item{
	width: 10.3rem;
}
.C-Certificate-document__item-image{
	width: 100%;
	margin-bottom: 1rem;
	overflow: hidden;
	position: relative;
}
.C-Certificate-document__item-image::before{
	border: .3rem solid var(--blackcolor);
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.C-Certificate-document__item-image img{
	width: 100%;
}
.C-Certificate-document__item-text{
	font-weight: 700;
	letter-spacing: .05em;
	line-height: 1.25;
	text-align: center;
}
.C-Certificate-document__point{
	width: 100%;
	padding: 2rem 2.5rem;
	background: #f1f1f1;
}
.C-Certificate-document__point-item{
	width: 100%;
	font-size: 1.2rem;
	font-weight: 600;
	line-height: calc(2.2 / 1.2);
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.C-Certificate-document__point-item::before{
	content: "※";
}

/*----- 流れの次の要素 */
.C-Flow + .sec{
	border-top-left-radius: 10rem;
	border-top-right-radius: 10rem;
	margin-top: -10rem;
	background: #f1f1f1;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

}
@media screen and (max-width:768px){

	.C-Flow{
		padding-bottom: calc(var(--padding-topbottom) + 5rem);
	}
	.C-Flow__title{
		margin-bottom: 1.5rem;
	}
	.C-Flow__text{
		margin-bottom: 5.5rem;
	}
	.C-Flow__text span{
		line-height: calc(2.5 / 1.8);
	}
	.C-Flow-block{
		width: 100%;
		padding: 8.5rem 3.5rem 5rem;
	}
	.C-Flow-block:not(:last-child){
		margin-bottom: 18rem;
	}
	.C-Flow-block::before{
		width: 10.2rem;
		height: 10.2rem;
		transform: translate(-50%,-3.5rem);
		left: 50%;
	}
	.C-Flow-block__inner-wrap{
		max-width: 100%;
	}
	.C-Flow-block__title{
		margin-bottom: 1.5rem;
		padding-bottom: 1.5rem;
	}
	.C-Flow-block__title::before{
		margin-right: 1.5rem;
	}
	.C-Flow-block__inner{
		flex-direction: column;
	}
	.C-Flow-block__content{
		width: 100%;
		padding-right: 0;
		margin-bottom: 2.5rem;
	}
	.C-Flow-block__image{
		width: 100%;
	}
	.C-Flow-block__button{
		max-width: 100%;
		margin-top: 2rem;
	}
	.C-Flow-block-tel{
		max-width: 100%;
		margin-top: 1.8rem;
	}
	.C-Flow-block__child{
		margin-top: 2.5rem;
	}
	.C-Flow-block__child-title{
		padding-bottom: 1rem;
		margin-bottom: 1.2rem;
	}

	/*----- 電話またはLINEからのご依頼 */
	.C-Flow-block.-tel::before{
		background-size: 4.5rem;
	}

	/*----- ご訪問・査定 */
	.C-Flow-block.-search::before{
		background-size: 5.2rem;
	}

	/*----- その場で現金払い */
	.C-Flow-block.-price::before{
		background-size: 5.2rem;
	}

	/*----- お近くの店舗に持ち込む */
	.C-Flow-block.-store::before{
		background-size: 5.1rem;
	}

	/*----- 商品を撮影する */
	.C-Flow-block.-picture::before{
		background-size: 5.5rem;
	}

	/*----- 写真を送る */
	.C-Flow-block.-mail::before{
		background-size: 4.1rem;
	}

	.C-Certificate-block-wrap{
		margin-top: 5rem;
	}
	.C-Certificate-block{
		border-radius: 1rem;
	}
	.C-Certificate-block:not(:last-child){
		margin-bottom: 5rem;
	}
	.C-Certificate-block__title{
		height: 6rem;
		font-size: 2rem;
	}
	.C-Certificate-block__body{
		padding: 2.5rem 3rem 3rem;
	}
	.C-Certificate-block__list-item{
		padding-left: 1.8rem;
	}

	.C-Certificate-block__text{
		line-height: calc(2.8 / 1.6);
		text-align: left;
	}
	.C-Certificate-document__body{
		margin-bottom: 2.5rem;
		gap: 1rem;
		flex-wrap: wrap;
	}
	.C-Certificate-document__item{
		width: calc((100% - (1rem * 2)) / 3);
	}
	.C-Certificate-document__point{
		padding: 1.5rem 2.2rem;
	}
	.C-Certificate-document__point-item{
		display: block;
	}

	/*----- 流れの次の要素 */
	.C-Flow + .sec{
		border-top-left-radius: 5rem;
		border-top-right-radius: 5rem;
		margin-top: -5rem;
	}

}