@charset "utf-8";

/* -----------------------------------------------------------
その他サービス・エリア詳細ページ・急ぎページ共通
-------------------------------------------------------------- */
@media screen and (min-width: 769px) {
	#wrapper {
		overflow: clip;
	}
}

/* -----------------------------------------------------------
	cmn-other-anchor
-------------------------------------------------------------- */
.cmn-other-anchor {
	display: flex;
	gap: 40px 30px;
	flex-wrap: wrap;
	padding: 0 0 90px;
	justify-content: center;
}

.cmn-other-anchor a {
	background: #fff;
	display: block;
	width: calc((100% - 60px) / 3);
}

.cmn-other-anchor figure {
	height: 100%;
	display: flex;
	flex-direction: column;
}

.cmn-other-anchor-img {
	aspect-ratio: 3/1.3;
	width: 100%;
}

.cmn-other-anchor-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cmn-other-anchor figcaption {
	align-items: center;
	display: flex;
	color: var(--cmnblack) !important;
	font-size: 2.2rem;
	font-weight: bold;
	padding: 18px 35px 20px 20px;
	position: relative;
	line-height: 1.4;
	height: 100%;
}

.cmn-other-anchor figcaption span {
	animation: fuwa 1.5s ease-in-out infinite;
	background: url(../img/cmnanchor-arrow.svg)center/contain no-repeat;
	content: "";
	right: 10px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 21px;
	height: 17px;
}

@media screen and (max-width: 768px) {
	.cmn-other-anchor {
		gap: 25px;
	}

	.cmn-other-anchor a {
		width: 100%;
	}

	.cmn-other-anchor figure {
		flex-direction: row;
		gap: 13px;
	}

	.cmn-other-anchor-img {
		aspect-ratio: 3/1.7;
		width: 45%;
		flex-shrink: 0;
	}

	.cmn-other-anchor figcaption {
		flex-grow: 1;
		font-size: 1.5rem;
		padding: 0 30px 0 0;
	}

	.cmn-other-anchor figcaption span {
		width: 18px;
		height: 14px;
		right: 5px;
	}
}

/* -----------------------------------------------------------
	other-head-area
-------------------------------------------------------------- */
.other-head-area {
	display: flex;
	align-items: center;
	height: 400px;
	position: relative;
}

.other-head-area .trg {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}

.sec-imported .other-head-area.lazyloaded {
	background: url("../img/other-head-imported.jpg")center/cover no-repeat;
}

.sec-replacement .other-head-area.lazyloaded {
	background: url("../img/other-head-replacement.jpg")center/cover no-repeat;
}

.sec-repair .other-head-area.lazyloaded {
	background: url("../img/other-head-repair.jpg")center/cover no-repeat;
}

.sec-carfilm .other-head-area.lazyloaded {
	background: url("../img/other-head-carfilm.jpg")center/cover no-repeat;
}

.sec-polishing .other-head-area.lazyloaded {
	background: url("../img/other-head-polishing.jpg")center/cover no-repeat;
}

.sec-water-repellent .other-head-area.lazyloaded {
	background: url("../img/other-head-water-repellent.jpg")center/cover no-repeat;
}

.sec-body-coating .other-head-area.lazyloaded {
	background: url("../img/other-head-body-coating.jpg")center/cover no-repeat;
}

.sec-headlight .other-head-area.lazyloaded {
	background: url("../img/other-head-headlight.jpg")center/cover no-repeat;
}

.sec-electrical .other-head-area.lazyloaded {
	background: url("../img/other-head-electrical.jpg")center/cover no-repeat;
}

.sec-dent-repair .other-head-area.lazyloaded {
	background: url("../img/other-head-dent-repair.jpg")center/cover no-repeat;
}

.other-head-area::before {
	content: "";
	background: rgba(0, 0, 0, .4);
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

.other-head-area .other-head-inner {
	position: relative;
	z-index: 2;
	color: #fff;
}

.other-head-area .other-head-ttl {
	align-items: center;
	display: flex;
	font-size: 5.5rem;
	font-weight: 800;
	gap: 20px;
	letter-spacing: .05em;
	line-height: 1.4;
}

.sec-electrical .other-head-area .other-head-ttl {
	font-size: 4.5rem;
}

.other-head-area .other-head-ttl span {
	background: #fff;
	display: block;
	flex-shrink: 0;
	width: 90px;
	height: 80px;
	padding: 10px;
	position: relative;
}

.other-head-area .other-head-ttl span::before {
	content: "";
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	position: absolute;
	left: 10px;
	top: 10px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.sec-imported .other-head-ttl span::before {
	background-image: url("../icon/imported-car.jpg");
}

.sec-replacement .other-head-ttl span::before {
	background-image: url("../icon/replacement.jpg");
}

.sec-repair .other-head-ttl span::before {
	background-image: url("../icon/repair.jpg");
}

.sec-carfilm .other-head-ttl span::before {
	background-image: url("../icon/carfilm.jpg");
}

.sec-polishing .other-head-ttl span::before {
	background-image: url("../icon/polishing.jpg");
}

.sec-water-repellent .other-head-ttl span::before {
	background-image: url("../icon/rain-repellent.jpg");
}

.sec-body-coating .other-head-ttl span::before {
	background-image: url("../icon/body-coding.jpg");
}

.sec-headlight .other-head-ttl span::before {
	background-image: url("../icon/headlight.jpg");
}

.sec-electrical .other-head-ttl span::before {
	background-image: url("../icon/electrical.jpg");
}

.sec-dent-repair .other-head-ttl span::before {
	background-image: url("../icon/dent-repair.jpg");
}

@media screen and (max-width: 768px) {
	.other-head-area {
		background: none!important;
		height: auto;
		padding: 20px 0 0;
	}
	
	.other-head-area::before{
		display: none;
	}

	.other-head-area .trg::after {
		display: none!important;
	}

	.other-head-area-sp {
		aspect-ratio: 16/6;
		height: auto;
		width: 100%;
		overflow: hidden;
	}
	
	.other-head-area-sp .trg {
		height: 100%;
		width: 100%;
		position: relative;
	}

	.sec-imported .other-head-area-sp.lazyloaded .trg{
		background: url("../img/other-head-imported.jpg")center/cover no-repeat;
	}

	.sec-replacement .other-head-area-sp.lazyloaded .trg{
		background: url("../img/other-head-replacement.jpg")center/cover no-repeat;
	}

	.sec-repair .other-head-area-sp.lazyloaded .trg{
		background: url("../img/other-head-repair.jpg")center/cover no-repeat;
	}

	.sec-carfilm .other-head-area-sp.lazyloaded .trg{
		background: url("../img/other-head-carfilm.jpg")center/cover no-repeat;
	}

	.sec-polishing .other-head-area-sp.lazyloaded .trg{
		background: url("../img/other-head-polishing.jpg")center/cover no-repeat;
	}

	.sec-water-repellent .other-head-area-sp.lazyloaded .trg{
		background: url("../img/other-head-water-repellent.jpg")center/cover no-repeat;
	}

	.sec-body-coating .other-head-area-sp.lazyloaded .trg{
		background: url("../img/other-head-body-coating.jpg")center/cover no-repeat;
	}

	.sec-headlight .other-head-area-sp.lazyloaded .trg{
		background: url("../img/other-head-headlight.jpg")center/cover no-repeat;
	}

	.sec-electrical .other-head-area-sp.lazyloaded .trg{
		background: url("../img/other-head-electrical.jpg")center/cover no-repeat;
	}

	.sec-dent-repair .other-head-area-sp.lazyloaded .trg{
		background: url("../img/other-head-dent-repair.jpg")center/cover no-repeat;
	}

	.other-head-area .other-head-ttl {
		font-size: 3rem;
		gap: 15px;
		line-height: 1.3;
	}

	.sec-electrical .other-head-area .other-head-ttl {
		font-size: 2.2rem;
	}

	.other-head-area .other-head-ttl span {
		width: 70px;
		height: 60px;
		padding: 5px;
	}

	.other-head-area .other-head-ttl span::before {
		width: calc(100% - 10px);
		height: calc(100% - 10px);
		left: 5px;
		top: 5px;
	}

	.other-head-area .other-head-inner {
		color: var(--cmnblack);
	}
}

/* -----------------------------------------------------------
    other-detail  サービス詳細
-------------------------------------------------------------- */
.other-detail {
	display: flex;
	gap: 50px;
	margin: 80px 0 0;
}

.other-body-area {
	padding: 80px 0 100px;
	display: flex;
	position: relative;
	justify-content: space-between;
}

.other-body-area .cmn-service-dl {
	margin: 0;
}

.other-body-area .cmn-service-dl__example {
	margin: 0 0 20px;
}

@media screen and (max-width: 768px) {
	.other-body-area {
		padding: 25px 20px 50px;
		flex-direction: column;
		gap: 20px;
	}

	.other-body-area .cmn-service-dl2 {
		gap: 10px;
	}
}

/* -----------------------------------------------------------
    other-detail  サービス詳細
-------------------------------------------------------------- */
.other-service-nav {
	width: 200px;
	height: fit-content;
	position: -webkit-sticky;
	position: sticky;
	top: 110px;
}

.other-service-nav .enttl {
	font-size: 1.9rem;
	font-weight: bold;
	color: var(--main);
	border-bottom: 1px solid var(--border1);
	padding: 0 0 12px;
	line-height: 1.3;
}

.other-service-nav a {
	border-bottom: 1px solid var(--border1);
	display: block;
	padding: 15px 0 20px;
}

.other-service-nav a span {
	align-items: center;
	color: var(--cmnblack);
	display: flex;
	font-size: 1.8rem;
	position: relative;
	padding: 0 0 0 15px;
	gap: 10px;
}

.other-service-nav a span::before {
	content: "\f054";
	color: var(--main);
	font: 900 1.1rem/1 var(--webicon);
	position: absolute;
	top: 55%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: .05s;
	left: 0;
}

.other-service-nav ul {
	display: flex;
	flex-direction: column;
}

.other-service-detail {
	width: 900px;
}

@media screen and (max-width: 768px) {
	.other-service-nav {
		width: 100%;
		height: auto;
		position: -webkit-static;
		position: static;
	}

	.other-service-nav .enttl {
		border: none;
		font-size: 1.8rem;
		padding: 0 0 5px;
	}

	.other-service-nav ul {
		flex-wrap: wrap;
		flex-direction: row;
		margin: 10px 0 0;
		gap: 10px;
	}

	.other-service-nav li {
		flex-grow: 1;
		width: calc((100% - 10px) / 2);
	}

	.other-service-nav a {
		border: 1px solid #83868c;
		padding: 18px 5px 18px 8px;
	}

	.other-service-nav a span {
		font-size: 1.5rem;
		font-weight: bold;
		padding: 0 0 0 18px;
	}

	.other-service-nav a span::before {
		content: "\f078";
		top: 60%;
	}

	.other-service-detail {
		width: 100%;
	}
}