@charset "UTF-8";

#top{margin-top:10px;}

.mente{
	padding: 120px 0 10px;
	background-image:url("/mentenance/images/mente-bg.jpg");
	background-repeat: no-repeat;
	background-color: #fffcf0;
	margin-top: 20px;
}

.mente-inner{
	width:1100px;
	margin:0 auto;
}

.mente-row{
	display:flex;
	align-items:center;
	justify-content:space-between;
	margin-bottom: 150px;
	position: relative;
}

.mente-row.reverse{
	flex-direction:row-reverse;
}

.mente-box{
	width: 900px;
	background:#fff;
	border-radius:18px;
	padding: 40px 140px 40px 60px;
	box-shadow: 0 8px 24px rgba(255,78,0,0.18);
}

.mente-ttl{
	font-size: 30px;
	font-weight:800;
	color:#e60012;
	margin: 0 0 30px;
	position:relative;
	border-bottom:1px solid #cecece;
	padding-bottom:8px;
}

.mente-ttl::after{
	content:"";
	position:absolute;
	left:0;
	bottom:-1px;
	width:90px;
	height:2px;
	background:#e60012;
}

.mente-lead{
	font-size: 18px;
	font-weight:700;
	margin: 0 0 20px;
}

.mente-text{
	line-height:1.8;
	margin: 0 0 35px;
	font-size: 16px;
}

.mente-img{
	width:480px;
}

.mente-img img{
	width: 480px;
	height:auto;
	display:block;
	border-radius: 20px;
	box-shadow:0 12px 30px rgba(0,0,0,.12);
	position: absolute;
	top: -12%;
	right: -3%;
}


.mente-cta{
	margin-top:24px;
}

.mente-btn{
	width:260px;
	padding:14px 0;
	background:#e60012;
	color:#fff;
	border:2px solid #e60012;
	border-radius:999px;
	font-size:16px;
	font-weight:800;
	letter-spacing:.05em;
	text-decoration:none;
	display:flex;
	justify-content:center;
	align-items:center;
	transition:background .2s,color .2s;
}

.mente-btn-in{
	display:flex;
	align-items:center;
	gap:12px;
}

.mente-btn-ic{
	width:26px;
	height:26px;
	background:#fff;
	color:#e60012;
	border-radius:50%;
	display:flex;
	justify-content:center;
	align-items:center;
	font-size:16px;
	font-weight:800;
	transition:background .2s,color .2s;
}

.mente-btn:hover{
	background:#fff;
	color:#e60012;
}

.mente-btn:hover .mente-btn-ic{
	background:#e60012;
	color:#fff;
}

.reverse .mente-img img {
	left:0;
}
.reverse .mente-box {
    padding: 40px 60px 40px 175px;
}

.banner-list{
	display:grid;
	grid-template-columns:1fr 1fr;
	gap:20px;
	padding:0;
	list-style:none;
	max-width: 1160px;
	margin: 100px auto 70px;
}

.banner-list li{
	height:100%;
}

.banner-list li a{
	display:block;
	height:100%;
}

.banner-list li a:hover{opacity:0.7;}

.banner-list li img{
	width:100%;
	height: 95%;
	object-fit:cover;
	display:block;
	border-radius: 10px;
}



@media screen and (max-width:768px){

	.mente{
		padding: 70px 0 0;
		background-size:cover;
	}

	.mente-inner{
		width:90%;
	}

	.mente-row{
		flex-direction:column;
		margin-bottom: 50px;
	}

	.mente-row.reverse{
		flex-direction:column;
	}

	.mente-box{
		width:100%;
		padding: 30px 24px 55px;
		position:relative;
		border-radius: 18px;
	}

	.reverse .mente-box{
		padding: 30px 24px 50px;
		border-radius: 18px;
	}

	.mente-ttl{
		font-size:22px;
		margin-bottom:18px;
	}

	.mente-lead{
		font-size:16px;
		margin-bottom: 20px;
	}

	.mente-text{
		font-size:14px;
		line-height:1.8;
		margin: 30px 0;
	}

	.mente-img{
		width: 100%;
		position:static;
		margin: 0 auto;
		padding: 0;
	}

	.mente-img img{
		position:static;
		width: 90%;
		border-radius:14px;
		box-shadow:0 8px 20px rgba(0,0,0,.1);
		margin: auto;
	}

	.reverse .mente-img img{
		left:auto;
	}

	.mente-cta{
		margin-top:20px;
	}

	.mente-btn{
		width:100%;
		max-width:320px;
		margin:0 auto;
	}

	.banner-list{
		grid-template-columns:1fr;
		gap:16px;
		margin:60px auto 40px;
		width:90%;
	}

	.banner-list li img{
		height:auto;
	}

}
