.index-m-ttl-xxl {
font-size: 2.8rem;
font-weight: normal;
text-align: center;
margin: 2.8rem 0;
}

.index-hBox-gray {
padding: 25px 0 50px;
background: #fafafa;
}

.index-hBox-green {
padding: 50px 0;
background: #a7cfcf;
}

.keyv-wrapper {
height: 42.2rem;
overflow: hidden;
position: relative;
}

.index-keyv-a {
position: absolute;
top: 50%;
left: 50%;
max-width: none;
min-height: 100%;
max-height: 100%;
width: 192rem;
height: auto;
transform: translate(-50%, -50%);
object-fit: cover;
}

a.index-keyv-a:focus{
outline: 2px solid inherit;
outline-offset: -2px;
}


.m-btn-index-white {
background-color: #fff;
color: #000;
}

.m-btn-index-white:hover {
background: #fafafa;
text-decoration: none;
}

.top-fcBox,
.top-hlBox {
position: relative;
padding-top: 50px;
}

.top-fcBox::before,
.top-hlBox::before {
content: "";
position:absolute;
top: -45px;
left: calc(50% - 45px);
width: 90px;
height: 90px;
border-radius: 50%;
background: #267989 url(/image/index/icon_dollar.png) center center no-repeat;
}

.top-hlBox::before {
background: #267989 url(/image/index/icon_home.png) center center no-repeat;
}

.top-rate-text {
font-size: 4.2rem;
color: #267989;
}

.top-blog-list {
display: flex;
justify-content: space-between;
}

.top-blog-list-item {
display: flex;
width: calc(50% - 25px);
height: 15.1rem;
}

.top-blog-list-item-text {
width: calc(100% - 24.2rem);
background: #f6f6f3;
padding: 1.6rem;
}

.top-blog-list-item-img {
width: 24.2rem;
height: auto;
}

.top-blog-sns-list {
display: flex;
justify-content: center;
height: 3.8rem;
margin-top: 2.8rem;
}

.top-blog-sns-list-item-img {
height: 3.8rem;
width: auto;
}

.top-blog-list-item-text-link {
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}

.index-storybox-item1 {background: #c5c9de url(/image/index/Top_Tsukau.jpg) 0 0 no-repeat;}
.index-storybox-item2 {background: #cdddea url(/image/index/Top_Tamerufuyasu.jpg) 0 0 no-repeat;}
.index-storybox-item3 {background: #f0ebaf url(/image/index/Top_Kariru.jpg) 0 0 no-repeat;}

.index-storybox-item1 ,
.index-storybox-item2 ,
.index-storybox-item3 {
padding-top: 176px;
background-size: 300px;
}

.kvspimg {display: none;}

.crswrap {display: none;}

.index-m-ttl-xxl-bottomtext {
font-weight: normal;
margin-top: -2.8rem;
}

.borderBox-red {
border: 2px solid #d5071a;
padding: 2rem;
}

@media screen and (max-width: 767px) {
	.keyv-wrapper {
	height: auto;
	}

	.index-keyv-a {
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		transform: translate(-50%, 0);
	}
	.index-m-ttl-xxl {
	font-size: 2rem;
	}

	.index-hBox-green {
	padding: 30px 0;
	}

	.top-fcBox::before,
	.top-hlBox::before {
	width:60px;
	height:60px;
	top: -30px;
	left: calc(50% - 30px);
	background-size: 42px auto;
	}

	.top-blog-list {
	display: block;
	}

	.top-blog-list-item {
	display: flex;
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	}

	.top-blog-list-item-img {
	width: 40%;
	height: 100%;
	}

	.top-blog-list-item-text {
	width: 100%;
	background: none;
	padding: 0 1.6rem;
	}

	.top-rate-text {
	font-size: 3.6rem;
	}

	.index-storybox-item1 ,
	.index-storybox-item2 ,
	.index-storybox-item3 {
	padding-top: 58%;
	background-size: 100%;
	}

	.kvspimg {display: block;}

	.index-m-ttl-xxl-bottomtext {margin-top: -2.0rem;}
}