@charset "utf-8";


/* font */

@font-face {
	/* サブセット化で第一水準漢字とひらがな・カタカナ・簡単な記号のみ可能
  NotoSansCJKjp-Bold */
	font-family: "nsfont";
	src: url('/solution/manufacturing/css/NotoSansCJKjp-Bold2.eot'),
		url('/solution/manufacturing/css/NotoSansCJKjp-Bold2.woff');
}
.nsfont {
	font-family: "nsfont" !important;
}

.mes-menu a, .mes-menu a:hover {
	box-shadow: 0 -3px #b40200 inset;
}


/*----- アニメ　フェードイン 上スライド -----*/
.content h2 {
	opacity: 0;
	-webkit-transform: translate(0, 30px);
	transform: translate(0, 30px);
	transition: .8s;
	font-family: "nsfont" !important;
	font-size: 3rem;
	margin-bottom: 30px;
	text-align: center;
}
.fadeInUp {
	opacity: 1.0 !important;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}
.content {
	line-height: 1.8;
}

.mainvis {
	height: 380px;
	background: #3d6ca8 url(../img/mv_bg.png) center bottom no-repeat;
	margin: 0 calc(50% - 50vw) 55px;
	padding: 50px calc(50vw - 50%);
	position: relative;
	border-bottom: 7px solid #354e71;
}
.mainvis::after {
	content: "";
	position: absolute;
	display: inline-block;
	left: 0;
	right: 0;
	bottom: -20px;
	margin: auto;
	width: 40px;
	height: 20px;
	border-top: 20px solid #354e71;
	border-right: 20px solid transparent;
	border-left: 20px solid transparent;
}
.mainvis h1 {
	font-size: 3rem;
	line-height: 1.5;
	margin-bottom: 25px;
	font-family: "nsfont" !important;
	color: #fff;
}
.mainvis h1 em {
	font-size: 5.5rem;
	display: inline-block;
}
.ancker a {
	display: block;
	color: #fff;
	max-width: 700px;
	text-align: center;
	background: #a02d2a;
	border-radius: 8px;
	margin: 0 auto 60px;
	padding: 20px 15px 16px;
	transition: .3s;
}
.ancker a:hover {
	opacity: 0.7;
}
.ancker a span {
	font-weight: bold;
	font-size: 2rem;
	display: inline-flex;
	position: relative;
	align-items: center;
}
.ancker a span::before {
	content: "";
	width: 69px;
	height: 60px;
	margin-right: 15px;
	background: url(/solution/manufacturing/img/ico_contact.png) 0 0 / contain no-repeat;
}
.lead p {
	text-align: center;
	font-weight: bold;
	margin-bottom: 50px;
	color: #3d6ca8;
}
.solution {
	margin: 70px calc(50% - 50vw);
	padding: 50px calc(50vw - 50%) 70px;
	background: #3e6ca8;
}
.solution h2 {
	color: #fff;
	font-size: 2.8rem;
}
.solution h2 em {
	font-size: 3.6rem;
}
.solution > div {
	background: #fff;
	border-radius: 10px;
	padding: 40px 40px 0;
}
.solution section h3 {
	border-top: 3px solid #7fa1ca;
	font-size: 1.8rem;
	margin-bottom: 30px;
}
.solution section h3 span {
	display: block;
	max-width: 200px;
	margin: 0 auto;
	background: #7fa1ca;
	font-weight: bold;
	color: #fff;
	border-radius: 0 0 5px 5px;
	text-align: center;
	padding: 3px 0;
}
.solution .mes h3 {
	border-color: #3d6ca8;
	margin-top: 50px;
}
.solution .mes h3 span {
	background: #3d6ca8;
}
.solution-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.solution-box dl {
	width: 48%;
	padding-bottom: 30px;
	margin-bottom: 30px;
	padding-left: 165px;
	background: url(../img/mes_01.png) left top / 148px auto no-repeat;
}
.solution-box .sol02 {
	background-image: url(../img/mes_02.png);
}
.solution-box .sol03 {
	background-image: url(../img/mes_03.png);
}
.solution-box .sol04 {
	background-image: url(../img/mes_04.png);
}
.solution-box .sol05 {
	background-image: url(../img/mes_05.png);
}
.solution-box .sol06 {
	background-image: url(../img/mes_06.png);
}

.solution-box dt {
	font-weight: bold;
	margin-bottom: 5px;
}
.solution-box dd {
	font-size: 1.5rem;
}


#contact {
	text-align: center;
	margin-top: 60px;
}
#contact h2 {
	font-family: "nsfont" !important;
	font-size: 3rem;
	margin-bottom: 30px;
}
#contact p.txt {
	font-size: 2.2rem;
	line-height: 1.6;
	margin: -50px auto 30px auto;
}
#contact p img {
	margin: 20px auto 0;
}
#contact a.btn {
	width: 50%;
	height: 54px;
	line-height: 54px;
	box-shadow: 3px 2px 7px -2px #a8a8a8;
	background-color: #008CD6;
	display: block;
	cursor: pointer;
	color: #FFFFFF;
	font-size: 1.8rem;
	margin: 0 auto 35px;
	border-radius: 27px;
	text-decoration: none;
	text-align: center !important;
	position: relative;
}
#contact a.btn:hover {
	background-color: #1ba2ea;
}
#contact dl {
	max-width: 550px;
	margin: 0 auto 0 auto;
	display: flex;
	justify-content: space-between;
	text-align: left;
}
#contact dt {
	padding: 10px 0 0 0;
}
#contact dd {
	font-size: 1.2rem;
}
#contact dl a {
	font-size: 1.8rem;
	color: #008cd6;
	padding: 6px 0 6px 47px;
	display: block;
	background: url(/solution/manufacturing/img/icon_tel.png) no-repeat left center;
}
/* ----------------------------------------------------
メディアクエリ設定 (PC) 769px～
---------------------------------------------------- */
@media screen and (max-width: 769px) {}

/* ----------------------------------------------------
メディアクエリ設定 (smartPhone only)   0～768px
---------------------------------------------------- */
@media screen and (max-width: 768px) {
	.pc-only {
		display: none !important;
	}
	.content h2 {
		font-size: 2.2rem;
		margin-bottom: 20px;
	}

	.mainvis {
		height: 230px;
		background-size: 120% auto;
		padding-top: 20px;
		margin-bottom: 30px;
	}
	.mainvis h1 {
		font-size: 1.8rem;
	}
	.mainvis h1 em {
		font-size: 3rem;
		display: inline-block;
		margin-top: 10px;
	}
	.ancker a {
		padding: 15px;
		margin-bottom: 30px;
	}
	.ancker a span {
		font-size: 1.7rem;
	}
	.ancker a span::before {
		width: 30px;
		height: 26px;
	}
	.lead p {
		text-align: left;
		margin-bottom: 20px;
	}
	.solution {
		margin-top: 40px;
		margin-bottom: 40px;
		padding: 40px 15px;
	}
	.solution h2 {
		line-height: 1.3;
	}
	.solution h2 em {
		font-size: 3rem;
		display: block;
	}
	.solution > div {
		padding: 20px 20px 0;
	}
	.solution section h3 {
		font-size: 1.6rem;
	}
	.solution section h3 span {
		max-width: 150px;
	}
	.solution .mes h3 {
		margin-top: 30px;
	}
	.solution-box dl {
		width: 100%;
		background-position: left center;
		background-size: 80px auto;
		padding-left: 100px;
		padding-bottom: 20px;
		margin-bottom: 0;
	}
	.solution-box dd {
		font-size: 1.2rem;
	}
	#contact {
		margin-top: 30px;
	}
	#contact h2 {
		margin-bottom: 15px;
		font-size: 2.2rem;
	}
	#contact p img {
		margin: 15px auto 0px;
	}

	#contact p.txt {
		font-size: 1.6rem;
		margin: -20px 0 20px;
	}
	#contact a.btn {
		width: 100%;
		font-size: 1.3rem;
		margin-bottom: 20px;
	}
	#contact dl {
		display: block;
		text-align: center;
	}
	#contact dt {
		margin-bottom: 10px;
	}
	#contact dl a {
		background: none;
		width: 100%;
		height: 54px;
		line-height: 54px;
		box-shadow: 3px 2px 7px -2px #a8a8a8;
		background-color: #008CD6;
		display: block;
		cursor: pointer;
		color: #FFFFFF;
		font-size: 1.3rem;
		margin: 0 auto 10px;
		padding: 0;
		border-radius: 27px;
		text-decoration: none;
		text-align: center !important;
		position: relative;
	}
	/* 0-768px end*/
}