﻿@charset "utf-8";

/* -----------------------------------------------------------
   分野別ソリューション 共通
auto-parts、chain、machine、robot、other
-------------------------------------------------------------- */
.scroll-hint-icon {
	z-index: 2;
}

@media screen and (min-width: 769px) {
	.scroll-hint-icon {
		display: none !important;
	}
}

@media screen and (min-width: 769px) and (max-width: 1600px) {
	.service-header__inner .ja {
		font-size: 4.5rem;
	}
}

@media screen and (max-width: 768px) {
	.under-h1 {
		top: 0;
	}
	
	.service-header__box {
		gap: 30px!important;
	}

	.service-header__inner .ja br {
		display: inline !important;
	}
}

/* -----------------------------------------------------------
    mold-technique-area
-------------------------------------------------------------- */
.mold-technique-area {
	padding: 100px 0;
	margin: 35px 0 0;
	background: linear-gradient(80deg, #1c2c38, #325067);
	position: relative;
}

.mold-technique-area::before {
	aspect-ratio: 663 / 452;
	content: "";
	background: url(../img/cmn_bg_tec.png) center / contain no-repeat;
	right: 0;
	top: 0;
	width: 663px;
	position: absolute;
	mix-blend-mode: screen;
	opacity: .7;
}

.mold-technique-area .cmn-section-ttl .ja {
	color: #fff;
}

.mold-technique-area .cmn-section-ttl .en {
	color: #fff;
}

.mold-technique-area .cmn-section-ttl-line::after, .mold-technique-area .cmn-section-ttl-line::before {
	background: #fff;
}

.mold-technique-area .mold-technique-text {
	color: #fff;
	font-size: 1.8rem;
	line-height: 1.8;
	margin: 30px 0 0;
}

.mold-technique-area .mold-technique-box {
	margin: 40px 0 0;
	padding: 0;
	background: #fff;
}

.mold-technique-area .mold-technique-box-body {
	display: flex;
	align-items: center;
	gap: 40px;
}

.mold-technique-area .mold-technique-box-img {
	width: 500px;
	flex-shrink: 0;
	height: 100%;
}

.mold-technique-area .mold-technique-box-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mold-technique-box-note {
	padding: 50px 48px 50px 0;
}

.mold-technique-area .mold-technique-box-ttl {
	font-size: 3.2rem;
	font-weight: bold;
	margin: 0 0 20px;
	line-height: 1.5;
}

.mold-technique-area .mold-technique-box-ttl .s {
	font-size: 2.6rem;
}

.mold-technique-area .mold-technique-box-note ul {
	border: solid 1px var(--main);
	padding: 10px 15px 12px 15px;
	margin: 10px 0 0;
}

.mold-technique-area .mold-technique-box-note ul li {
	font-size: 1.9rem;
	position: relative;
	line-height: 1.6;
	padding: 0 0 0 25px;
	font-weight: 600;
}

.mold-technique-area .mold-technique-box-note ul li::before {
	content: '\f14a';
	position: absolute;
	font-family: var(--webicon);
	font-weight: 800;
	top: 3px;
	left: 0;
	font-size: 1.8rem;
	color: var(--main);
}

.mold-technique-area .mold-technique-box-note .text {
	line-height: 2;
	margin: 15px 0 0;
}

@media screen and (max-width: 768px) {
	.mold-technique-area {
		padding: 50px 0;
		margin: 10px 0 0;
	}

	.mold-technique-area::before {
		width: 263px;
		top: 0;
		opacity: 1;
	}

	.mold-technique-area .mold-technique-text {
		font-size: 1.6rem;
		line-height: 2;
		margin: 20px 0 0;
	}

	.mold-technique-area .mold-technique-box {
		margin: 30px 0 0;
		padding: 0;
	}

	.mold-technique-area .mold-technique-box-ttl {
		font-size: 2.4rem;
		margin: 0 0 15px;
	}

	.mold-technique-area .mold-technique-box-ttl .s {
		font-size: 2rem;
		display: block;
	}

	.mold-technique-area .mold-technique-box-body {
		flex-direction: column;
		margin: 0 0 0;
		gap: 20px;
	}

	.mold-technique-box-note {
		padding: 0 20px 25px;
	}

	.mold-technique-area .mold-technique-box-note ul {
		margin: 10px 0 15px;
	}

	.mold-technique-area .mold-technique-box-note ul li {
		line-height: 1.5;
		font-size: 1.6rem;
	}

	.mold-technique-area .mold-technique-box-note ul li::before {
		top: 0;
	}

	.mold-technique-area .mold-technique-box-note .text {
		margin: 10px 0 0;
	}

	.mold-technique-area .mold-technique-box-img {
		width: 100%;
		height: auto;
	}
}

/* -----------------------------------------------------------
    mold-solution-area
-------------------------------------------------------------- */
.mold-solution-area {
	margin: 107px 0 0;
}

.mold-solution-catch {
	font-size: 3rem;
	letter-spacing: 0.02em;
	margin: 40px 0 0;
	font-weight: bold;
	line-height: 1.5;
}

.mold-solution-text {
	margin: 20px 0 0;
}

.assignment-ttl {
	font-size: 2.6rem;
	font-weight: 600;
	margin: 0 0 30px;
	color: #666;
}

.assignment-box {
	background: #f5f8fa;
	padding: 30px 50px 40px 40px;
	margin: 30px 0 0;
}

.assignment-box ul {
	display: flex;
	justify-content: space-between;
	margin: 12px 0 0;
}

.assignment-box ul li {
	width: calc((100% / 3) - 30px);
	background: #fff;
	padding: 40px 30px 30px 30px;
	box-shadow: 10px 10px 0px 0px var(--sub);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
}

.assignment-box ul li::before {
	content: '';
	position: absolute;
	width: 25px;
	height: 21px;
	top: 12px;
	left: 14px;
	background: url("../img/quotation.png") no-repeat top center / contain;
}

.assignment-box ul li p {
	font-size: 1.8rem;
	line-height: 1.7;
	font-weight: 500;
}

.suggestion-ttl {
	font-size: 3rem;
	font-weight: 700;
	margin: 0 0 30px;
	color: var(--main);
	padding: 0 0 0 90px;
	position: relative;
}

.suggestion-ttl::before {
	aspect-ratio: 144/150;
	content: '';
	position: absolute;
	width: 85px;
	bottom: -10px;
	left: 0;
	background: url("../img/solution-person.svg") no-repeat top center / contain;
}

.assignment-text {
	text-align: right;
	font-size: 1.6rem !important;
	font-weight: 500;
	color: var(--sub);
}

.suggestion-box {
	margin: 50px 0 0;
	padding: 35px 50px 50px;
	background: #e5f1f9;
}

.suggestion-box-body {
	background: #fff;
	display: block;
	margin: 10px 0 0;
	padding: 35px 50px 40px;
}

.suggestion-box-body:nth-child(3) {
	margin: 30px 0 0;
}

.suggestion-box-contents {
	align-items: center;
	display: flex;
	gap: 40px;
	margin: 25px 0 0;
}

.suggestion-box-catch-wrap {
	display: flex;
	align-items: center;
	gap: 20px;
}

.suggestion-box-catch-wrap .num {
	color: var(--main);
	font-family: var(--en);
	font-weight: bold;
	font-style: italic;
	display: inline-block;
	line-height: 1;
}

.suggestion-box-catch-wrap .num span {
	font-size: 2.2rem;
	display: block;
	text-align: right;
	position: relative;
	line-height: 1.6;
}

.suggestion-box-catch-wrap .num span::before {
	content: '';
	position: absolute;
	width: 5px;
	height: 5px;
	top: 16px;
	left: 0;
	background: var(--main);
	border-radius: 10px;
}

.suggestion-box-catch-wrap .num span::after {
	content: '';
	position: absolute;
	width: 40px;
	height: 1px;
	top: 18px;
	left: 0;
	background: var(--main);
}

.suggestion-box-catch {
	font-size: 2.9rem;
	letter-spacing: 0.05em;
	line-height: 1.45;
	font-weight: bold;
}

.suggestion-box-note p + p {
	padding: 20px 0 0;
}

.suggestion-box-img {
	width: 550px;
	flex-shrink: 0;
}

@media screen and (max-width: 768px) {
	.mold-solution-area {
		margin: 50px 0 0;
	}

	.mold-solution-area .cmn-section-ttl-wrap {
		padding: 0 20px 7px;
	}

	.mold-solution-catch {
		font-size: 2rem;
		line-height: 1.5;
		margin: 25px 0 0;
	}

	.mold-solution-text {
		margin: 15px 0 0;
	}

	.assignment-ttl {
		font-size: 2rem;
		margin: 0 0 20px;
	}

	.assignment-box {
		padding: 20px 20px 45px;
		margin: 25px 0 0;
	}

	.assignment-box ul {
		display: block;
	}

	.assignment-box ul li {
		width: 100%;
		padding: 30px 20px 15px 20px;
		box-shadow: 6px 6px 0px 0px var(--sub);
	}

	.assignment-box ul li:nth-child(n + 2) {
		margin: 20px 0 0;
	}

	.assignment-box ul li::before {
		width: 20px;
		height: 21px;
		top: 10px;
		left: 12px;
	}

	.assignment-box ul li p {
		font-size: 1.6rem;
		line-height: 1.6;
	}

	.suggestion-ttl {
		font-size: 2.3rem;
		margin: 0 0 20px;
		font-weight: bold;
		padding: 0 0 0 65px;
	}

	.suggestion-ttl::before {
		width: 60px;
	}

	.assignment-text {
		font-size: 1.3rem !important;
		margin: 10px 0 0;
	}

	.suggestion-box {
		margin: 0;
		padding: 40px 20px 50px;
	}

	.suggestion-box-body {
		display: block;
		padding: 20px 15px;
	}

	.suggestion-box-body:nth-child(3) {
		margin: 20px 0 0;
	}

	.suggestion-box-catch-wrap {
		align-items: flex-start;
		flex-direction: column;
		gap: 10px;
	}

	.suggestion-box-contents {
		flex-direction: column;
		gap: 15px;
		margin: 15px 0 0;
	}

	.suggestion-box-body .num {
		display: flex;
		align-items: center;
		font-size: 1.4rem;
		position: relative;
		padding: 0 0 0 25px;
	}

	.suggestion-box-catch-wrap .num::before, .suggestion-box-catch-wrap .num::after {
		content: '';
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		left: 0;
		background: var(--main);
	}

	.suggestion-box-catch-wrap .num::before {
		width: 5px;
		height: 5px;
		border-radius: 50%;
	}

	.suggestion-box-catch-wrap .num::after {
		width: 20px;
		height: 1px;
	}

	.suggestion-box-body .num span {
		font-size: 2rem;
		padding: 0 0 0 5px;
		text-align: left;
		line-height: 1;
	}

	.suggestion-box-body .num span::before, .suggestion-box-body .num span::after {
		display: none;
	}

	.suggestion-box-catch-wrap {
		gap: 5px;
	}

	.suggestion-box-catch {
		padding: 0 0 5px 0;
		font-size: 2rem;
		line-height: 1.6;
	}

	.suggestion-box-note p + p {
		padding: 15px 0 0;
	}
}

/* -----------------------------------------------------------
    関連事例
-------------------------------------------------------------- */
.niwork-relation-area {
	margin: 100px 0 0;
}

@media screen and (max-width: 768px) {
	.niwork-relation-area {
		margin: 50px 0 0;
	}
}

/* -----------------------------------------------------------
    flow-area
-------------------------------------------------------------- */
.flow-area {
	margin: 60px 0 0 !important;
}

@media screen and (max-width: 768px) {
	.flow-area {
		margin: 50px 0 0 !important;
		padding: 50px 0 !important;
	}
}

/* -----------------------------------------------------------
    faq-area
-------------------------------------------------------------- */
.faq-area {
	margin: 100px 0;
}

.faq-accordion {
	margin: 30px 0 0;
}

@media screen and (max-width: 768px) {
	.faq-area {
		margin: 50px 0;
	}

	.faq-accordion {
		margin: 15px 0 0;
	}
}