
/*--------------------------------------------------*/
/* .mv */
/*--------------------------------------------------*/

.front-page .mv {
	position: relative;
}
.front-page .mv .mv-slide {
	position: relative;
	overflow: hidden;
	height: 640px;
}
.front-page .mv .mv-slide:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background-color: rgba(0,0,0,0.5);
}
.front-page .mv .mv-slide img {
	object-fit: cover;
	object-position: 50% 50%;
	width: 100%;
	height: 100%;
}
.front-page .mv .mv-slide .row > * .en {
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	color: #ffffff;
	font-size: 14px;
	line-height: 1;
	padding: 10px 20px;
	z-index: 1;
}
.front-page .mv .mv-txt {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	width: 100%;
}
@media (max-width: 767px) {
	.front-page .mv .mv-slide {
		height: 480px;
	}
}

/* slick関連 */
.front-page .mv .mv-carousel {
	position: relative;
}
.front-page .mv .mv-carousel .slick-prev {
	left: 25px;
	z-index: 10;
}
.front-page .mv .mv-carousel .slick-next {
	right: 25px;
	z-index: 10;
}
@media (max-width: 767px) {
	.front-page .mv .mv-carousel .slick-prev,
	.front-page .mv .mv-carousel .slick-next {
		display: none !important;
	}
}

/*--------------------------------------------------*/
/* .page-content */
/*--------------------------------------------------*/

.front-page .page-content {
	font-size: 15px;
	line-height: 2;
	padding-bottom: 100px;
}
.front-page .page-content .section {
	border-bottom: 1px solid #dddddd;
	padding: 70px 0;
}
.front-page .page-content .section .row > * {
	margin-bottom: 50px;
}
.front-page .page-content .section .row > * > *:first-child {
	margin-top: 0;
}
.front-page .page-content .section .row > * > *:last-child {
	margin-bottom: 0;
}
@media (max-width: 767px) {
	.front-page .page-content {
		font-size: 14px;
	}
	.front-page .page-content .section {
		padding: 50px 0;
	}
	.front-page .page-content .section .row > * {
		margin-bottom: 40px;
	}
	.front-page .page-content .section .text-center {
		text-align: left !important;
	}
}

/* 見出し */
.front-page .page-content .section .section-title {
	text-align: center;
	margin-bottom: 40px;
}
.front-page .page-content .section .section-title .h2 {
	font-size: 28px;
	margin: 0 0 10px 0;
}
.front-page .page-content .section .section-title .en {
	font-size: 14px;
	line-height: 1;
}
@media (max-width: 767px) {
	.front-page .page-content .section .section-title .h2 {
		font-size: 24px;
	}
	.front-page .page-content .section .section-title .en {
		font-size: 12px;
	}
}

/* .row-list */
.front-page .page-content .section ul.row-list {
	margin-bottom: 0;
	padding: 0;
	list-style-type: none;
}
.front-page .page-content .section ul.row-list > li dl dt a {
	display: block;
}
.front-page .page-content .section ul.row-list > li dl dt {
	overflow: hidden;
}
.front-page .page-content .section ul.row-list > li dl dt img {
	transition: 0.3s;
}
.front-page .page-content .section ul.row-list > li dl dd h3 {
	font-size: 16px;
	margin: 0;
}
@media (min-width: 768px) {
	.front-page .page-content .section ul.row-list > li a:hover img {
		scale: 1.1;
	}
}

/*--------------------------------------------------*/
/* サービス */
/*--------------------------------------------------*/

.front-page .page-content .service ul.row-list li dl dd h3 {
	font-size: 20px;
	margin: 15px 0 10px 0;
}
.front-page .page-content .service ul.row-list > li .btn {
	max-width: 180px;
	height: 45px;
	margin-top: 20px;
}
@media (min-width: 768px) {
	.front-page .page-content .service ul.row-list > li {
		position: relative;
		padding-bottom: 50px;
	}
	.front-page .page-content .service ul.row-list > li .btn {
		position: absolute;
		left: 20px;
		bottom: 0;
	}
}

/*--------------------------------------------------*/
/* ブログ */
/*--------------------------------------------------*/

.front-page .page-content .casestudy ul.row-list > li > a dl dd .en {
	font-size: 14px;
	line-height: 1;
	margin: 15px 0 5px 0;
}
.front-page .page-content .casestudy .btn-wrap > * {
	margin: 0 auto;
}
.front-page .page-content .casestudy {
	border: none;
}

/*--------------------------------------------------*/
/* メンテナンス */
/*--------------------------------------------------*/

/* 2024.10 */
.front-page .mv .bnr-wrap {
	max-width: 540px;
	margin: 20px auto 0 auto;
}
.front-page .mv-ver2 .mv-txt {
	padding-top: 30px;
}
@media (min-width: 576px) {
	.front-page .mv-ver2 .mv-slide {
		height: 680px;
	}
}
@media (max-width: 767px) {
	.front-page .mv .bnr-wrap {
		max-width: 240px;
	}
}