@charset "UTF-8";

.page-kentore main{
	font-size: 2rem;
}

.page-kentore main img{
	margin: 0;
}

.page-kentore main p{
	line-height: 2;
}

.page-kentore main p + p{
	margin-top: 30px;
}

@media screen and (max-width: 767px){
	.page-kentore main{
		font-size: 1.6rem;
	}
	.page-kentore main p{
		line-height: 1.8;
	}
}

.page-kentore main p strong{
	color: #C42F2F;
	font-size: 130%;
}

.page-kentore main p strong.green{
	color: #187D1B;
}

.page-kentore main .big{
	font-size: 3.6rem;
}

.page-kentore main .big2{
	font-size: 2.6rem;
}

.page-kentore main .bold{
	font-weight: bold;
}

.concept{
	margin: 60px 0 0 0;
	display: grid;
	grid-template-columns: 330px 1fr;
	gap: 40px;
}

.concept span.red_frame{
	display: inline-block;
	line-height: 1;
	padding: 5px 10px;
	margin: 0 .2em;
	color: #C42F2F;
	font-feature-settings: "palt";
	font-size: 190%;
	font-weight: bold;
	border: 2px solid #C42F2F;
}

@media screen and (max-width: 767px){
	.concept{
		padding: 0 6vw;
		grid-template-columns: 1fr;
		gap: 20px;
	}
}

.ttl_st{
	margin: 0 0 30px 0!important;
	padding: 8px 10px;
	text-align: center!important;
	line-height: 1.3!important;
	font-weight: 900!important;
	font-size: 4.6rem!important;
	color: #fff!important;
	background: url(../img/kentore/ttl_bg.svg) no-repeat center center / cover!important;
}

.ttl_st span{
	font-size: 120%!important;
	padding: 0!important;
	border: none!important;
	color: #FFEE00;
}

.copy_txt{
	text-align: center;
	font-weight: 900;
	font-size: 4rem;
	margin-bottom: 20px;
}

@media screen and (max-width: 767px){
	.ttl_st{
		margin: 0 0 30px 0!important;
		padding: 10px!important;
		font-size: 2rem!important;
	}
	.copy_txt{
		font-size: 2.2rem;
	}
}

#kentore_point dt{
	margin: 60px 0 40px 0;
	text-align: center;
	font-weight: 900;
	font-size: 3rem;
	border-bottom: 3px solid #000;
}

#kentore_point dt img{
	display: inline-block;
	width: 90px;
	margin: 0 20px 0 0;
	transform: translateY(15px);
}

#kentore_point dd{
	display: grid;
	grid-template-columns: 367px 1fr;
	gap: 50px;
}

#kentore_point dd img{
	margin: 0;
}

#kentore_point dd p{
	line-height: 1.54;
}

@media screen and (max-width: 767px){
	#kentore_point dt{
		margin: 60px 0 40px 0;
		font-size: 2.2rem;
	}
	#kentore_point dt img{
		width: 60px;
		margin: 0 10px 0 0;
		transform: translateY(10px);
	}
	#kentore_point dd{
		grid-template-columns: 1fr;
		gap: 20px;
	}
}

.flex_wrap{
  display: flex;
	justify-content: space-between;
	gap: 50px;
}

.flex_wrap .txt{
	flex: 1 1 0%;
}

.flex_wrap .img{
	flex: 0 1 360px;
}

@media screen and (max-width: 767px){
	.flex_wrap{
		flex-direction: column;
		gap: 30px;
	}

	
}










#cta{
	display: none!important;
}