@charset "utf-8";

/*-------------------------------
	キービジュアル
-------------------------------*/

.Keyvisual{
	background-image: url(../images/syuttyou-kaitori/bg_keyvisual.jpg);
	background-image: image-set(url(../images/syuttyou-kaitori/bg_keyvisual.jpg) 1x, url(../images/syuttyou-kaitori/bg_keyvisual@2x.jpg) 2x);
}

@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){

	.Keyvisual{
		background-image: url(../images/syuttyou-kaitori/sp_bg_keyvisual.jpg);
		background-image: image-set(url(../images/syuttyou-kaitori/sp_bg_keyvisual.jpg) 1x, url(../images/syuttyou-kaitori/sp_bg_keyvisual@2x.jpg) 2x);
	}

}



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

.C-Point-banner__left{
	left: 2rem;
}
.C-Point-banner__popup{
	width: 27.5rem;
}
.C-Point-banner__image{
	width: 29.4rem;
	margin-left: .4rem;
}

@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-Point-banner__image{
		width: 21.8rem;
		margin-left: auto;
		margin-right: 0;
		transform: scale(-1, 1);
		margin-top: -1.8rem;
	}

}



/*-------------------------------
	対応エリア
-------------------------------*/

.Area__title{
	margin-bottom: 2.4rem;
}
.Area-block{
	border: .3rem solid var(--blackcolor);
	padding: 6rem 2.5rem;
	border-radius: 1rem;
	text-align: center;
	position: relative;
	background: #fff;
}
.Area-block::after{
	content: "";
	display: block;
	width: 29.8rem;
	height: 23.5rem;
	position: absolute;
	right: 3.2rem;
	bottom: 2.8rem;
	background-image: url(../images/syuttyou-kaitori/obj_shizuoka.png);
	background-image: image-set(url(../images/syuttyou-kaitori/obj_shizuoka.png) 1x, url(../images/syuttyou-kaitori/obj_shizuoka@2x.png) 2x);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
.Area-block__popup{
	color: var(--maincolor);
	font-size: 2.5rem;
	margin-bottom: 1.2rem;
	font-weight: 900;
	letter-spacing: .05em;
	line-height: 1;
	text-align: center;
}
.Area-block__subtitle{
	width: 100%;
	font-size: 5rem;
	margin-bottom: 2.5rem;
	line-height: 1;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
}
.Area-block__subtitle span{
	background: var(--blackcolor);
	font-size: 6rem;
	padding: 1rem 1.2rem 1.5rem;
	margin-right: 1.2rem;
	line-height: 1;
	letter-spacing: .05em;
	color: #fff;
	display: block;
}
.Area-block__text{
	font-weight: 600;
	line-height: calc(2.5 / 1.6);
	text-align: center;
}

@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){

	.Area__title{
		margin-bottom: 1.5rem;
	}
	.Area-block{
		padding-top: 5rem;
		padding-bottom: 8.5rem;
	}
	.Area-block::after{
		width: 20rem;
		height: 16rem;
		right: .8rem;
		bottom: 2rem;
	}
	.Area-block__popup{
		margin-bottom: .6rem;
	}
	.Area-block__subtitle{
		width: calc(100% + 2.5rem);
		font-size: 3.3rem;
		justify-content: flex-start;
	}
	.Area-block__subtitle span{
		font-size: 3.7rem;
		padding: .4rem .8rem 1rem;
		margin-right: .8rem;
	}

}