@charset "utf-8";
/* ==================================================
reset
================================================== */
body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	color: #333333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 100%;
	line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
blockquote,
form,
input {
	margin: 0;
	padding: 0;
}
img {
	border: none;
	vertical-align: top;
}
li,
dt,
dd {
	line-height: 1.5;
}
table {
	font-size: 100%;
	line-height: 1.5;
	border-collapse: collapse;
	border-spacing: 0;
}
form,
input,
select {
	font-size: 100%;
}
a {
	outline: none;
	text-decoration: underline;
	transition-duration: 0.1s;
}
a:link,
a:visited {
	color: #005D9F;
	background-color: transparent;
}
::placeholder {
	color: #b3b3b3;
}
.sp_only {
	display: none;
}
/* ==================================================
layout
================================================== */
#wrap {
	width: 100%;
	min-width: 1200px;
	overflow: hidden;
	padding: 0 0 210px;
}
#strengths {
	width: 1180px;
	margin: 0 auto;
}
#contact {
	width: 1180px;
	margin: 0 auto;
}
#equipment {
	width: 1180px;
	margin: 0 auto 100px;
}
#machining {
	width: 1180px;
	margin: 0 auto 100px;
}
#responsiveness {
	width: 1180px;
	margin: 0 auto 100px;
}
#about {
	width: 1180px;
	margin: 0 auto;
}
#footer {
	width: 1180px;
	margin: 0 auto;
}
/* ==================================================
header
================================================== */
header {
	width: 100%;
	padding: 12px 2%;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#hlogo h1 {
	font-size: 100%;
}
#hlogo img {
	width: auto;
	height: 70px;
}
/* hinfo
--------------------------- */
#hinfo {
	margin: 0;
	display: flex;
}
#hinfo p.tel {
	font-size: 125%;
	font-weight: 500;
	background: url("img/tel.png") no-repeat left center;
	padding: 2px 0 2px 33px;
}
#hinfo p.tel span {
	display: inline-block;
	vertical-align: sub;
	font-size: 150%;
	font-weight: 600;
}
/* hnavi
--------------------------- */
#hnavi ul {
	margin: 0;
	list-style: none;
	display: flex;
}
#hnavi li {
	padding: 0 0 0 20px;
}
#hnavi li a {
	display: block;
	color: #102f67;
	font-size: 125%;
	font-weight: 500;
	text-decoration: none;
	padding: 8px 16px;
	border: 2px solid #102f67;
}
#hnavi li.contact a {
	color: #ffffff;
	background: url("img/mail.png") no-repeat left 20px center / auto 20px #102f67;
	padding: 8px 26px 8px 70px;
}
/* ==================================================
main
================================================== */
h2 {
	margin: 0 0 1.5em;
	padding: 0 0 15px;
	font-size: 219%;
	font-weight: 600;
	text-align: center;
	position: relative;
}
h2::before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 100px;
	height: 3px;
	background-color: #4c6eb2;
}
/* main
--------------------------- */
#main {
	margin-bottom: 100px;
	position: relative;
}
#main p.img {
	height: 700px;
}
#main p.img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main div.txt {
	position: absolute;
	top: 120px;
	left: 6%;
}
#main p.logo {
	margin: 0 0 25px;
}
#main p.desc {
	color: #ffffff;
	font-size: 138%;
	line-height: 1.8;
	margin: 0 0 45px;
}
#main p.desc span {
	font-size: 136%;
	font-weight: 600;
}
#main div.contact a {
	display: inline-block;
	background: url("img/mail.png") no-repeat left 35px center #102f67;
	text-decoration: none;
	color: #ffffff;
	border: 2px solid #ffffff;
	padding: 10px 60px 10px 130px;
	font-size: 125%;
	line-height: 1.3;
	transition-duration: 0.2s;
}
#main div.contact a span {
	font-size: 250%;
	font-weight: 600;
}
/* strengths
--------------------------- */
#strengths ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#strengths ul li {
	width: 350px;
	text-align: center;
	padding: 125px 0 10px;
	margin-bottom: 50px;
	border-left: 1px solid #000000;
}
#strengths ul li:nth-of-type(3n+1) {
	border: none;
}
#strengths ul li:nth-of-type(1) {
	background: url("img/strengths_img01.png") no-repeat center top 14px;
}
#strengths ul li:nth-of-type(2) {
	background: url("img/strengths_img02.png") no-repeat center top 15px;
}
#strengths ul li:nth-of-type(3) {
	background: url("img/strengths_img03.png") no-repeat center top 10px;
}
#strengths ul li:nth-of-type(4) {
	background: url("img/strengths_img04.png") no-repeat center top 12px;
}
#strengths ul li:nth-of-type(5) {
	background: url("img/strengths_img05.png") no-repeat center top 20px;
}
#strengths ul li h3 {
	font-size: 156%;
	font-weight: 600;
	color: #112f67;
	margin: 0 0 0.3em;
}
#strengths ul li p {
	font-size: 125%;
	font-weight: 500;
}
/* contact
--------------------------- */
#wrap_contact {
	margin: -100px 0 100px;
	padding: 130px 0 30px;
	background-image: linear-gradient(0deg, rgba(234,239,250,1.0), rgba(234,239,250,0.95) 70%, transparent);
}
#contact {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 40px 0 60px;
	box-sizing: border-box;
}
#contact p.txt {
	color: #021441;
	font-size: 156%;
	font-weight: 600;
}
#contact p.txt span.big {
	font-size: 140%;
}
#contact p.txt span.line {
	background-image: linear-gradient(0deg, #fedd48, #fedd48 35%, transparent 35%);
}
#contact p.more a {
	display: block;
	color: #ffffff;
	background: url("img/mail.png") no-repeat center top 20px / auto 35px #021441;
	font-size: 150%;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	padding: 65px 80px 55px;
	position: relative;
	transition-duration: 0.2s;
}
#contact p.more a::after {
	content: "→";
	position: absolute;
	left: 50%;
	bottom: 10px;
	transform: translateX(-50%);
	font-size: 150%;
}
/* equipment
--------------------------- */
#equipment ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#equipment ul li {
	width: 280px;
	text-align: center;
}
#equipment ul li p.ttl {
	color: #ffffff;
	background-color: #021441;
	font-weight: 600;
	font-size: 113%;
	padding: 10px;
}
#equipment ul li p.ttl span {
	display: inline-block;
	font-size: 139%;
	margin: 0 0 0.2em;
}
#equipment p.lead {
	color: #133b9b;
	background-color: #eaeffa;
	font-weight: 600;
	font-size: 188%;
	text-align: center;
	padding: 75px 30px 30px;
	margin: -50px -60px 0;
}
/* machining
--------------------------- */
#machining ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#machining ul li {
	width: 280px;
	text-align: center;
}
#machining ul li p.img {
	margin: 0 0 15px;
}
#machining ul li p.ttl {
	font-size: 125%;
	font-weight: 600;
}
#machining p.lead {
	color: #133b9b;
	background-color: #eaeffa;
	font-weight: 600;
	font-size: 188%;
	text-align: center;
	padding: 125px 30px 30px;
	margin: -90px -60px 0;
}
/* responsiveness
--------------------------- */
#responsiveness ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#responsiveness ul li {
	width: 340px;
	text-align: center;
	margin: 0 10px;
}
#responsiveness  p.lead {
	font-size: 125%;
	font-weight: 600;
	text-align: center;
	margin: 0 0 1em;
}
/* about
--------------------------- */
#about {
	display: flex;
	padding: 40px 20px 40px 40px;
	box-sizing: border-box;
	background: url("img/about_bg.png") no-repeat left top 10px #eaeffa;
}
#about div.txt {
	margin: 0 35px 0 0;
}
#about div.txt h2 {
	color: #133b9b;
	text-align: left;
	padding: 0;
	margin: 0 0 0.5em;
}
#about div.txt h2::before {
	content: none;
}
#about div.txt p {
	font-size: 113%;
	font-weight: 500;
	line-height: 1.7;
}
/* ==================================================
footer
================================================== */
footer {
	width: 100%;
	padding: 20px 2%;
	box-sizing: border-box;
	background-image: linear-gradient(90deg, #00083b, #000855 50%, #00131e);
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 20;
}
#footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#footer p.txt {
	color: #ffffff;
	font-size: 156%;
	font-weight: 500;
}
#footer p.more {
	margin-right: 30px;
}
#footer p.more a {
	display: block;
	color: #133b9b;
	background: url("img/mail2.png") no-repeat left 20px center / auto 25px #ffffff;
	font-size: 125%;
	font-weight: 600;
	text-decoration: none;
	padding: 20px 75px 20px 85px;
	position: relative;
	transition-duration: 0.2s;
}
#footer p.more a::after {
	content: "→";
	position: absolute;
	right: 0.8em;
	top: 50%;
	transform: translateY(-50%);
	font-size: 130%;
}
/* ==================================================
hover
================================================== */
@media screen and (min-width : 480px) {
	a:hover,
	a:active {
		color: #CC0000;
	}
	#hnavi li a:hover {
		font-weight: 700;
	}
	#footer p.more a:hover {
		font-weight: 700;
		transform: scale(1.1);
	}
	#hnavi li.contact a:hover {
		background-color: #091B3B;
	}
	#main div.contact a:hover,
	#contact p.more a:hover {
		transform: scale(1.1);
	}
	#pagetop a:hover {
		opacity: 1;
	}
}