@charset "UTF-8";
/*------------------------
section
------------------------*/
#most, #event {
    background: #fff;
}
section.item {
	padding: 80px 0;
}
#performance {
	padding: 0 0 80px;
}
section.item .inner {
	width: 1000px;
	margin: auto;
}
section.item .ttl {
	text-align: center;
	margin-bottom: 30px;
}
section.item .ttl h2 {
	display: inline-block;
	font-size: 3.6rem;
	font-weight: bold;
	line-height: 1;
	position: relative;
}
section.item .ttl h2::before , 
section.item .ttl h2::after {
	content: '';
	display: inline-block;
	width: 52px;
	height: 42px;
	background: url(/img/index/ttl_ashi.svg) no-repeat;
	position: absolute;
	top: 0;
}
section.item .ttl h2::before {
	transform: scale(-1, 1);
	left: -70px;
}
section.item .ttl h2::after {
    right: -70px;
}
section.item .box-area {
	overflow: hidden;
}
section.item .box-area .img {
	float: right;
	width: 380px;
	height: 269px;
	padding: 0 0 20px 30px;
}
section.item .box-area .img img {
	width: 100%;
	height: 100%;
	border-radius: 0 26px 0 26px;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
section.item .box-area .text {
	font-size: 2.1rem;
	line-height: 1.8;
	letter-spacing: .08em;
	text-align: justify;
}
section.item .box-area .text p {
	margin-bottom: 1.6em;
}
section.item .box-area .btn a {
	margin: 30px 0 0;
}
section.item .jams {
	margin-top: 30px;
	background: #e7f0f5 url(/img/feature/bg_jams.jpg) no-repeat right 100%/contain;
	padding: 30px;
	font-size: 1.8rem;
	border-radius: 0 26px 0 26px;
}
section.item .jams .head {
	display: block;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 10px;
}
/*------------------------
イベント実績
------------------------*/
.case-event {
	background: #fff;
	border: 1px solid #d0d7db;
	padding: 30px;
	margin-top: 40px;
	box-sizing: border-box;
	position: relative;
}
.case-event h3 {
	font-size: 2.1rem;
	font-weight: bold;
	margin: 10px 0 15px;
	position: relative; 
}
.case-event .ttl-wrap .btn_more a {
	display: block;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1;
	padding: 2px 20px 6px;
	background: #379ad6;
	border-radius: 11px;
}
.case-event::before ,
.case-event::after ,
.case-event h3::before {
	content: '';
	position: absolute;
	top: 30px;
	left: 30px;
	width: 6px;
	height: 6px;
	border-radius: 3px;
	background: #d0d7db;
}
.case-event::after {
	left: 40px;
}
.case-event h3::before {
	top: -10px;
	left: 20px;
}
.case-event ul {
	justify-content: flex-start;
	align-items: stretch;
}
.case-event ul li {
	width: 221px;
}
.case-event ul li:not(:last-of-type) {
	margin-right: 18px;
}
.case-event ul li a {
	display: block;
	height: 100%;
	background: #d0d7db;
}
.case-event ul li a:hover {
	opacity: 1;
	box-shadow: 1px 1px 8px rgb(0,0,0,.2);
}
.case-event ul li a .img {
	display: block;
	width: 100%;
	height: 150px;
}
.case-event ul li a .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
.case-event ul li a .text {
	padding: 10px;
}
.case-event ul li a .text .type {
	display: inline-block;
	font-size: 1.2rem;
	background: #f5e65f;
	line-height: 1;
	padding: 3px 6px;
	border-radius: 3px;
	margin: 0 4px 4px 0;
}
.case-event ul li a .text h3 {
	line-height: 1.2;
	font-size: 1.6rem;
}
/*------------------------
セントラルヒルズはここが違う
------------------------*/
.difference {
	width: 1000px;
	margin: 80px auto;
	background: #e7f0f5;
	padding: 30px 30px 0;
	box-sizing: border-box;
}
.difference h2 {
	font-size: 3.6rem;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 25px;
}
.difference .block-list.flex-box {
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
}
.difference .block-list .block {
	width: 300px;
	margin-bottom: 30px;
	border-radius: 0 26px 0 26px;
	background: #fff;
}
.difference .block-list .block:not(:nth-of-type(3n)) {
	margin-right: 20px;
}
.difference .block-list .block .img img {
	width: 100%;
	height: 185px;
	border-radius: 0 26px 0 0;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
.difference .block-list .block .text {
	padding: 12px 15px 15px;
}
.difference .block-list .block .text h3 {
	font-weight: bold;
	font-size: 1.8rem;
	text-align: center;
	margin-bottom: 5px;
	letter-spacing: -.02em;
}
.difference .block-list .block .text {
	text-align: justify;
}
