@charset "UTF-8";

/*==========================================
PC［1080px~］
TOPページのスタイル
===========================================*/
main {
	overflow: hidden;
	/*win50% -50vw対策*/
}

/*------------
 mainArea
------------*/
#mainArea {
	position: relative;
}

.mainWrap {
	position: relative;
	height: 720px;
	z-index: -1;
}

.mainWrap::before {
	content: '';
	width: 30%;
	height: 100%;
	background-color: #330C0C;
	background: linear-gradient(-90deg, rgba(51, 12, 12, 0) 0%, rgba(0, 0, 0, 0.8) 80%);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	mix-blend-mode: hard-light;
	opacity: .5;
}

.mainParts {
	width: 100%;
	height: 300px;
	object-fit: cover;
	object-position: top;
	position: absolute;
	bottom: clamp(-50px, 3vw, -100px);
	left: 0;
	z-index: 1;
}

.copyArea {
	position: fixed;
	top: 20%;
	left: 5%;
	z-index: 1;
}

.copyArea h1 img {
	width: 350px;
	height: auto;
}

#splide01 {
	margin: auto;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}

#splide01 .splide__slide {
	max-height: 730px;
}

.splide__slide>img {
	height: auto;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pickuparea {
	padding: 15px 15px 15px 20px;
	width: min(100%, 640px);
	position: absolute;
	bottom: 5%;
	right: 5%;
	background-color: var(--main-color);
	border-radius: 20vmax;
	z-index: 1;
}

#mainArea .pickuparea .splide {
	margin: auto;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.pickuparea a {
	height: 100%;
	color: #fff;
	text-decoration: none;
	display: flex;
	align-items: center;
}

.pickuparea a::before {
	content: '';
	width: 35px;
	height: 35px;
	position: absolute;
	top: 0;
	right: -5px;
	background-image: url("../images/arrow.svg");
	background-size: contain;
	transform: translateX(-5px);
	transition-duration: .3s;
}

@media (hover: hover) {
	.pickuparea a:hover::before {
		transform: translateX(0px);
	}
}

.pickuparea a[href^="https://"][target="_blank"]::after {
	content: url("../images/icon-blank-wh.svg") !important;
}

.pickuparea .splide__slide {
	display: flex;
	flex-wrap: wrap;
}

.pickuparea dl {
	width: 100%;
	height: 100%;
	font-weight: bold;
	display: flex;
	font-size: 1.6rem;
	line-height: 1.25;
	color: #fff;
	align-self: center;
}

.pickuparea dt {
	margin: 0 15px;
	font-family: 'Montserrat';
	position: relative;
	align-self: center;
}

.pickuparea dt::before {
	content: '';
	width: 5px;
	height: 5px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: -15px;
	transform: translateY(-50%);
	border-radius: 50%;
}

.pickuparea dt .new {
	padding-left: 1em;
}

.pickuparea dd {
	padding-right: 1em;
	width: min(100%, 420px);
	/* 省略せずに表示するサイズを指定 */
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/*------------
aboutArea
------------*/
#aboutArea {
	position: relative;
	overflow: hidden;
}

#aboutArea .wrap {
	padding: 120px 0 100px;
	background-color: #fff;
}

#aboutArea .textWrap {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

/*レイアウト*/
#aboutArea h2 {
	grid-column: 1 / 2;
	grid-row: 1 / 2;
}

#aboutArea h3 {
	margin: 0 2em 0 auto;
	grid-column: 2 / 3;
	grid-row: 1 / 4;
}

#aboutArea .textBox {
	grid-column: 1 / 2;
	grid-row: 2 / 3;
}

#aboutArea .btmBox {
	grid-column: 1 / 2;
	grid-row: 3 / 4;
}

/*ENDレイアウト*/
#aboutArea h3 {
	margin: 0 auto;
}

#aboutArea .textBox p {
	font-size: clamp(1.8rem, 1.733rem + 0.33vw, 2rem);
	line-height: 1.7;
}

#aboutArea .textBox p:not(:last-child) {
	margin-bottom: 1em;
}

#aboutArea .btmBox {
	justify-content: flex-start;
}

#aboutArea .btmBox .btm {
	width: min(100%, 215px);
	margin-right: 1em;
}

/*------------
ProductsArea
------------*/
#ProductsArea {
	background: #fff;
}

#ProductsArea .wrap {
	position: relative;
	border-radius: 50px 50px 0 0;
	background-image: url("../images/bg-partsImg.jpg");
	background-repeat: repeat;
}

#ProductsArea .mainImgArea {
	position: relative;
}

#ProductsArea .mainImg {
	width: 100%;
	height: auto;
	max-height: 600px;
	aspect-ratio: 3/2;
	object-fit: cover;
}

#ProductsArea .subImg {
	position: absolute;
}

#ProductsArea .subImg:nth-of-type(2) {
	width: min(30%, 400px);
	height: auto;
	object-fit: cover;
	aspect-ratio: 3/2;
	right: 5%;
	top: -25%;
}

#ProductsArea .subImg:nth-of-type(3) {
	width: min(25%, 300px);
	height: auto;
	left: 5%;
	bottom: 5%;
}

#ProductsArea .loopWrap {
	margin: 50px calc(50% - 50vw) 0;
	width: 100vw;
	height: 110px;
	display: flex;
}

#ProductsArea .loopWrap img {
	width: auto;
	height: 100%;
	object-fit: contain;
}

#ProductsArea .loopWrap img:first-child {
	animation: loop 100s -50s linear infinite;
}

#ProductsArea .loopWrap img:last-child {
	animation: loop2 100s linear infinite;
}

@keyframes loop {
	0% {
		transform: translateX(100%);
	}

	to {
		transform: translateX(-100%);
	}
}

@keyframes loop2 {
	0% {
		transform: translateX(0);
	}

	to {
		transform: translateX(-200%);
	}
}

#ProductsArea .wrap>.inner {
	padding: 120px 0;
	position: relative;
}

#ProductsArea h2 {
	width: fit-content;
}

/*スライダー*/
.ProductsSlide {
	margin: 0 calc(50% - 50vw);
	width: 100vw;
	overflow: hidden;
}

.ProductsSlide .splide__track {
	overflow: inherit;
	margin-bottom: 40px;
}

.ProductsSlide a {
	position: relative;
}

.ProductsSlide .slide-number {
	position: absolute;
	top: .1em;
	left: .25em;
	font-size: clamp(5rem, 4.167rem + 4.17vw, 7rem);
	font-family: "Montserrat", serif;
	z-index: 1;
}

.ProductsSlide .pagerArea .inner {
	padding: 0;
	align-items: center;
}

/*custom-pagination*/

#ProductsArea .custom-pagination {
	padding: 0 40px 0 0;
	position: static;
	font-weight: bold;
	font-size: 3rem;
	font-family: "Montserrat", serif;
	text-align: end;
}

#ProductsArea .custom-pagination .text-s {
	font-size: 2rem;
	letter-spacing: .15em;
}

/*splide__arrow*/
.ProductsSlide .sample-slider .splide__arrow img {
	width: 50px;
	height: 50px;
}

.ProductsSlide button {
	margin: 0 1em;
	padding: 0;
	background: inherit;
	border: none;
}

.ProductsSlide button img {
	transition-duration: .3s;
}

.ProductsSlide button:first-child img {
	transform: rotate(-180deg);
}

@media (hover: hover) {
	.ProductsSlide button:hover img {
		opacity: .9;
		transform: scale(1.05);
	}

	.ProductsSlide button:hover:first-child img {
		transform: rotate(-180deg) scale(1.05);
	}
}

/*btm*/
#ProductsArea .btmArea {
	position: absolute;
	top: 120px;
	right: 0;
	width: min(100%, 250px);
}

/*------------
serviceArea
------------*/
.recruitWrap,
.serviceWrap {
	position: relative;
	background-image: url('../images/top/serviceAreaMain.webp');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 15%;
	background-attachment: fixed;
}

.recruitWrap::before,
.serviceWrap::before {
	content: '';
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(-90deg, rgba(115, 65, 65, 0) 0%, rgba(0, 0, 0, 0.8) 80%);
	mix-blend-mode: hard-light;
	opacity: 0.7;
}

#serviceArea .inner {
	padding: 150px 0;
	position: relative;
}

#serviceArea .mapBox {
	position: relative;
}

.servicemap {
	width: 100%;
	height: auto;
	position: absolute;
	top: -70%;
	mix-blend-mode: hard-light;
	z-index: 2;
}

/*------------
accessArea
------------*/
#accessArea {
	overflow: hidden;
}

#accessArea .accessWrap {
	background-color: #fff;
	z-index: 1;
	position: relative;
}

.accessWrap>.inner {
	padding: 150px 0 120px;
	position: relative;
	align-items: center;
	flex-wrap: nowrap;
}

.accessWrap>.inner a {
	color: var(--text-color);
}

#accessArea .gmapBox {
	margin-right: calc(50% - 50vw);
	width: 100%;
}

#accessArea .gmapBox iframe {
	width: 100%;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);

}

/*------------
recruitArea
------------*/
.recruitWrap {
	background-image: url('../images/top/recruitAreaMain.webp');
}

#recruitArea .inner {
	padding: 120px 0;
}

#recruitArea .textBox {
	z-index: 1;
	position: relative;
}


/*==========================================
 tb［540px-1080px以下］
===========================================*/
@media screen and (max-width: 1080px) {

	/*------------
	mainArea
	------------*/
	.mainWrap {
		height: 100svh;
		max-height: 720px;
	}

	#mainArea .splide__slide {
		height: 100svh;
		max-height: 720px;
	}

	.copyArea {
		top: 30%;
	}

	.mainParts {
		object-fit: contain;
		object-position: bottom;
		bottom: -20px;
	}

	/*ピックアップ*/
	.pickuparea {
		margin: 0 auto 25px;
		width: 90%;
		z-index: 1;
		bottom: 10%;
	}

	.pickuparea dl {
		width: 100%;
	}

	.pickuparea dd {
		width: min(70%, 500px);
	}

	/*------------
	aboutArea
	------------*/
	/*レイアウト*/

	#aboutArea .textWrap {
		container-type: inline-size;
	}

	#aboutArea h3 {
		grid-row: 1 / 3;
	}

	#aboutArea .btmBox {
		grid-column: 1 / 3;
	}

	@container (max-width:600px) {
		#aboutArea h2 {
			margin-bottom: 3em;
			grid-column: 1 / 3;
		}

		#aboutArea h3 {
			grid-column: 2 / 3;
			grid-row: 2 / 3;
		}

		#aboutArea h3 img {
			width: 100px;
			height: auto;
		}
	}

	/*ENDレイアウト*/

	/*------------
	productArea
	------------*/
	#ProductsArea .wrap>.inner {
		padding: 50px 0 120px;
	}

	#ProductsArea .subImg:nth-of-type(2) {
		top: -10%;
	}

	#ProductsArea .subImg:nth-of-type(3) {
		bottom: 15%;
	}

	/*btm*/
	#ProductsArea .btmArea {
		position: static;
	}

	#ProductsArea .btmArea .btm {
		margin-bottom: 0;
	}

	/*------------
	serviceArea
	------------*/
	#serviceArea .serviceWrap {
		background-attachment: inherit;
		background-position: 15%;
	}

	.servicemap {
		width: 110%;
		margin: 0 0 0 -10%;
	}

	/*------------
	recruitArea
	------------*/
	#recruitArea .recruitWrap {
		background-attachment: inherit;
		background-position: 50% 15%;
	}

}

/*==========================================
 sp［540px以下］
===========================================*/
@media screen and (max-width: 540px) {

	/*共通*/
	#aboutArea .wrap,
	:is(#serviceArea, .accessWrap, #recruitArea) .inner {
		padding: 100px 0;
	}

	#ProductsArea .wrap>.inner {
		padding: 50px 0 100px;
	}

	:is(.serviceWrap, .recruitWrap) .btm {
		margin-bottom: 0;
	}

	/*------------
	mainArea
	------------*/
	.copyArea h1 img {
		width: 270px;
		height: auto;
	}

	/*ピックアップ*/

	.pickuparea h2 {
		display: none;
	}

	.pickuparea dl {
		font-size: 1.2rem;
		flex-wrap: wrap;
	}

	.pickuparea dt {
		width: 100%;
		margin-right: 10px;
	}

	.pickuparea dd {
		width: 100%;
	}

	/*------------
	aboutArea
	------------*/
	/*レイアウト*/
	#aboutArea h3 {
		margin-bottom: 50px;
		grid-column: 1 / 3;
		grid-row: 2 / 3;
	}


	#aboutArea .textBox {
		margin-bottom: 50px;
		grid-column: 1 / 3;
		grid-row: 3/ 4;
	}

	#aboutArea .btmBox {
		grid-row: 4/ 5;
	}

	/*ENDレイアウト*/
	#aboutArea .btmBox .btm {
		margin: 0 1em 1em 0;
	}

	/*------------
	ProductsArea
	------------*/
	#ProductsArea>.inner {
		padding: 100px 0;
	}

	#ProductsArea .subImg:nth-of-type(2) {
		top: -15%;
		width: 150px;
	}

	#ProductsArea .subImg:nth-of-type(3) {
		bottom: 15%;
		width: 120px;
	}

	#ProductsArea .loopWrap {
		height: 70px;
	}

	/*------------
	serviceArea
	------------*/
	#serviceArea .textBox {
		z-index: 1;
		position: relative;
	}

	#serviceArea .mapBox {
		position: absolute;
		top: 30%;
		right: -10%;
	}

	.servicemap {
		width: 70%;
		margin: 0px;
		top: 0;
		right: 0;
	}

	/*------------
	accessArea
	------------*/
	.accessWrap>.inner {
		flex-wrap: wrap;
	}

	#accessArea :is(.textBox, .gmapBox) {
		width: 100%;
	}

	#accessArea .gmapBox iframe {
		height: 300px;
	}

}