@charset "utf-8";

.img-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.importantline {
	background: linear-gradient(transparent 70%, #dbedfa 30%);
	font-weight: bold;
}

.subpage-header__subcatch .blue .num {
	margin-right: 5px;
}

/* -----------------------------------------------------------
service2-box-body
-------------------------------------------------------------- */
.service-box > p {
	margin-bottom: 60px;
}

.service2-box-body {
	align-items: center;
	display: flex;
	margin: 0 0 60px;
	gap: 55px;
}

.service2-box-body:last-of-type {
	margin: 0 0 70px;
}

#heat-treatment .service2-box-body:last-of-type {
	margin: 0 0 80px;
}

.service-box-note .service-box-ttl {
	display: flex;
	align-items: center;
}

.service-box-ttl .ttl {
	font-size: 3.3rem;
	font-weight: 750;
	color: var(--cmnblack);
	line-height: 1.3;
}

.service-box-note .service-box-ttl .num {
	font: italic bold 1.5rem / 1 var(--en);
	flex-shrink: 0;
	display: flex;
	color: var(--main);
	align-items: center;
	gap: 5px;
	letter-spacing: 0;
	margin: 0 15px 0 0;
}

.service-box-note .service-box-ttl .num span {
	font-size: 2rem;
	letter-spacing: .07em;
}

.service-area .service-box-note > .catch-box {
	display: flex;
	align-items: center;
	gap: 20px;
	padding: 15px 25px 15px 45px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.5;
	border: 1px solid var(--main);
	position: relative;
}

.service-area .service-box-note > .catch-box::before {
	content: '\f14a';
	font-family: var(--webicon);
	font-weight: 800;
	font-size: 1.8rem;
	color: var(--main);
	position: absolute;
	left: 20px;
	top: 17px;
}

.service-box-note .service2-txt {
	display: contents;
}

.service-box-note .service2-txt > p {
	margin: 20px 0 0;
	line-height: 2.2;
}

#coating .service2-box-body .service-box-img, #heat-treatment .service2-box-body .service-box-img {
	width: 500px;
	flex-shrink: 0;
}

#heat-treatment .service2-box-body .service-box-img {
	aspect-ratio: 500 / 400;
}

#coating [data-coatingservice="1"].service-box-img {
	background: #99abb7;
	aspect-ratio: 500 / 470;
	display: flex;
	justify-content: center;
	align-items: center;
}

#coating [data-coatingservice="2"].service-box-img {
	aspect-ratio: 500 / 470;
}

#coating [data-coatingservice="2"].service-box-img img, #heat-treatment .service2-box-body .service-box-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#coating [data-coatingservice="1"].service-box-img img {
	max-width: 100%;
	max-height: 100%;
	height: auto !important;
	object-fit: unset !important;
}

@media screen and (max-width: 768px) {
	.service-box > p {
		margin-bottom: 30px;
	}

	.service2-box-body {
		flex-direction: column;
		gap: 30px;
		margin: 0 0 40px;
	}

	.service2-box-body:last-of-type {
		margin: 0 0 40px;
	}

	#heat-treatment .service2-box-body:last-of-type {
		margin: 0 0 40px;
	}

	.service2-box-body .service-box-note {
		display: contents;
	}

	.service-box-note .service-box-ttl {
		flex-direction: column;
		gap: 2px;
		padding: 0 0 10px;
		color: var(--main);
		border-bottom: solid 1px var(--main);
		width: 100%;
		align-items: flex-start;
	}

	.service-box-ttl .ttl {
		font-size: 2.4rem;
		line-height: 1.4;
	}

	.service-box-note .service-box-ttl .num {
		margin: 0;
		font-size: 1.4rem;
	}

	.service-box-note .service-box-ttl .num span {
		font-size: 1.8rem;
		letter-spacing: 0;
	}

	.service-area .service-box-note > .catch-box {
		order: 2;
		gap: 15px;
		margin: 0;
		padding: 12px 15px 12px 40px;
		font-size: 1.6rem;
	}

	.service-area .service-box-note > .catch-box::before {
		font-size: 1.8rem;
		color: var(--main);
		position: absolute;
		left: 15px;
		top: 12px;
	}

	.service-box-note .service2-txt {
		display: block;
		order: 4;
	}

	.service-box-note .service2-txt > p:first-child {
		margin: 0;
	}

	#coating .service2-box-body .service-box-img, #heat-treatment .service2-box-body .service-box-img, #coating .service2-box-body .service-box-img2 {
		order: 2;
		width: 100%;
	}
	
	#coating [data-coatingservice="1"].service-box-img {
		aspect-ratio: 700 / 539;
	}
}

/* -----------------------------------------------------------
filmtype-area
-------------------------------------------------------------- */
.filmtype-area {
	margin: 0 0 80px;
	padding: 50px 60px 20px;
	background: #ebf1f6;
}

.filmtype-ttl {
	margin: 0 0 20px;
	font-size: 2.8rem;
	font-weight: 800;
}

.filmtype-catch {
	margin: 0 0 30px;
	font-size: 1.8rem;
}

.filmtype-box {
	margin: 0 0 35px;
	padding: 50px;
	background: #fff;
}

.filmtype-box .box-ttl-wrap {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 20px;
}

.filmtype-box .box-ttl-wrap .ttl {
	font-size: 2.4rem;
	font-weight: 800;
}

.filmtype-box .box-ttl-wrap > .ttl-catch {
	display: flex;
	align-items: center;
	gap: 5px;
	color: var(--main);
	font-size: 1.8rem;
	font-weight: 500;
}

.filmtype-box .box-ttl-wrap > .ttl-catch::before, .filmtype-box .box-ttl-wrap > .ttl-catch::after {
	content: "";
	display: inline-block;
	width: 22px;
	height: 2px;
	background: var(--main);
	-webkit-transform: rotate(60deg);
	transform: rotate(60deg);
}

.filmtype-box .box-ttl-wrap > .ttl-catch::after {
	content: "";
	-webkit-transform: rotate(-60deg);
	transform: rotate(-60deg);
}

.filmtype-box .map-img {
	aspect-ratio: 300/189;
	display: block;
	width: 916px;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
	.filmtype-area {
		width: auto;
		margin: 0 -20px 40px;
		padding: 40px 20px 50px;
		background: #ebf1f6;
		position: relative;
	}

	.filmtype-ttl {
		margin: 0 0 10px;
		font-size: 2rem;
		font-weight: 700;
		line-height: 1.5;
	}

	.filmtype-catch {
		font-size: 1.6rem;
		margin: 0 0 20px;
	}

	.filmtype-box {
		margin: 0 0 20px;
		padding: 0;
		background: none;
	}

	.filmtype-box:last-of-type {
		margin: 0;
		padding: 0;
	}

	.filmtype-box .box-ttl-wrap {
		align-items: flex-start;
		flex-direction: column-reverse;
		justify-content: center;
		gap: 0;
		margin-bottom: 20px;
	}

	.filmtype-box .box-ttl-wrap .ttl {
		font-size: 1.8rem;
		margin: 5px 0 0;
	}

	.filmtype-box .box-ttl-wrap > .ttl-catch {
		margin-left: -10px;
		gap: 0;
		font-size: 1.4rem;
		line-height: 1.5;
		letter-spacing: .03em;
		white-space: nowrap;
	}

	.filmtype-box .box-ttl-wrap > .ttl-catch::before, .filmtype-box .box-ttl-wrap > .ttl-catch::after {
		width: 18px;
	}

	.filmtype-box .map-img {
		padding: 10px 5px;
		background: #fff;
		width: 100%;
	}

	.filmtype-box .map-img img {
		width: 100%;
	}
}

/* -----------------------------------------------------------
strengths-box-table
-------------------------------------------------------------- */
#coating .strengths-box-table table {
	width: 100%;
}

/* -----------------------------------------------------------
one-stop-area
-------------------------------------------------------------- */
.one-stop-area {
	margin: 0 !important;
}

.one-stop-area .cmn-section-ttl > .ja {
	font-size: 3.4rem;
	line-height: 1.5;
}

.one-stop-area .one-stop-box {
	display: flex;
	align-items: center;
	gap: 40px;
	margin: 50px 0 0;
}

.one-stop-area .one-stop-box > .img-wrap {
	flex-shrink: 0;
	width: 600px;
	aspect-ratio: 780 / 740;
}

.one-stop-box .one-stop-txt > .merit-box {
	margin: 30px 0 0;
	padding: 15px 30px 10px;
}

@media screen and (max-width: 768px) {
	.one-stop-area {}

	.one-stop-area .cmn-section-ttl > .ja {
		margin: 7px 0 0;
		font-size: 2.2rem;
	}

	.one-stop-area .one-stop-box {
		flex-direction: column;
		gap: 30px;
		margin: 0;
	}

	.one-stop-area .one-stop-box > .img-wrap {
		width: 100%;
	}

	.one-stop-box .one-stop-txt > .merit-box {
		margin: 30px 0 0;
		padding: 10px 20px 10px;
	}
}