@charset "utf-8";

/* -----------------------------------------------------------
    replacement
-------------------------------------------------------------- */
@media screen and (max-width: 768px) {
	#replacement .subpage-header .en {
		bottom: -5px;
		font-size: 4rem;
	}

	#replacement .subpage-header .ja {
		font-size: 3.5rem;
	}
}

/* -----------------------------------------------------------
    maker
-------------------------------------------------------------- */
.maker-area {
	padding: 200px 0 0;
}

.maker-area .maker-note {
	font-size: 1.8rem;
	margin: 30px 0 0;
}

.maker-area .maker-contents {
	justify-content: center;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 20px;
	height: 100%;
}

.maker-area .maker-contents-inner {
	width: fit-content;
	margin: 0 auto;
	position: relative;
	z-index: 4;
}

.maker-area .maker-contents-catch {
	font-size: 3.4rem;
	font-weight: bold;
	color: #fff;
	line-height: 1.4;
	text-align: center;
}

.maker-area .maker-contents-btn {
	color: #fff;
	font-size: 1.8rem;
	padding: 15px 40px;
	position: relative;
	border: 1px solid #fff;
	text-align: center;
	margin: 27px auto 0;
	width: fit-content;
	overflow: hidden;
	height: 67px;
}

@media screen and (min-width: 769px) {
	.maker-area .maker-bnr:hover .maker-contents-btn {
		border-color: var(--main2);
	}
}

@media screen and (min-width: 769px) {
	.maker-area .maker-contents-btn::before {
		background: var(--cv3);
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		content: '';
		transition: all .3s ease-in;
		z-index: -1;
		width: 200%;
		height: 200%;
		transform: translateX(-98%) translateY(-25%);
		clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
	}
}

@media screen and (min-width: 769px) {
	.maker-area .maker-bnr:hover .maker-contents-btn::before {
		transform: translateX(-20%) translateY(-25%);
	}
}

.maker-area .maker-bnr {
	align-items: center;
	background: var(--cmnbg2);
	display: flex;
	overflow: hidden;
	height: 250px;
	margin: 50px 0 0;
	position: relative;
}

.maker-area .maker-bnr::before {
	content: "";
	background: rgba(0, 0, 0, .6);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}

.maker-area .cmn-imported-slide {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	height: 100%;
}

.maker-area .cmn-imported-slide li {
	width: 320px;
	height: 100%;
}

.maker-area .cmn-imported-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.maker-area .slick-slider div {
	transition: none;
	height: 100%;
}

@media screen and (max-width: 768px) {
	.maker-area {
		padding: 100px 0 0;
	}

	.maker-area .maker-note {
		font-size: 1.6rem;
		margin: 20px 0 0;
	}

	.maker-area .maker-bnr {
		height: 300px;
		display: block;
		margin: 20px 0 0;
	}

	.maker-area .maker-contents {
		width: 100%;
		padding: 30px 20px;
		margin: 0 auto;
	}

	.maker-area .maker-contents-catch {
		font-size: 2.2rem;
		line-height: 1.6;
	}

	.maker-area .maker-contents-btn {
		font-size: 1.7rem;
		width: 100%;
		margin: 20px 0 0;
		line-height: 1.6;
		padding: 12px 15px;
		height: auto;
	}

	.maker-area .cmn-imported-slide li {
		width: 375px;
	}
}

/* -----------------------------------------------------------
    work-area
-------------------------------------------------------------- */
#replacement .work-area .cmn-work-gallery {
	margin-top: 40px;
}

@media screen and (max-width: 768px) {
	#replacement .work-area .cmn-work-gallery {
		margin-top: 20px;
	}
}


/* -----------------------------------------------------------
    flow-area
-------------------------------------------------------------- */
#replacement .flow-area .flow-inspection-list li.notdot {
	display: none;
}








