@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,500;1,900&display=swap');
/*container*/

@media (max-width:575.98px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 500px;
	}
}
@media (min-width:992px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 924px;
	}
}
/*BASE*/

body {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	background: #000000;
	font-size: 15px;
	color: #dddddd;
	letter-spacing: .03rem;
	-webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
}
h1 {
	bottom: 3rem;
	font-size: 11px;
	color: #999;
}
p {
	margin-bottom: 0;
	line-height: 1.9;
}
ul li {
	list-style: none;
}
.size-xs {
	font-size: 13px;
}
a {
	color: #1872CC;
	text-decoration: none;
}
.a-link {
	padding-top: 70px;
	margin-top: -70px;
}
.font-weight-700 {
	font-weight: 700;
}
.font-weight-600 {
	font-weight: 600;
}
.font-weight-500 {
	font-weight: 500;
}
.lh-xl {
	line-height: 2.2;
}
.lh-s {
	line-height: 1.7;
}
hr {
	margin: 0;
	padding: 0;
	opacity: 1;
}
hr.border-black {
	border-color: #333;
}
ul {
	margin: 0;
	padding: 0;
}
ul.list-style-outside {
	list-style-position: outside;
	margin-left: 20px;
	list-style-type: square;
}
.justify {
	text-align: justify;
}
.tel {
	font-size: 25px;
	letter-spacing: 1px;
	font-weight: 700;
}
@media (min-width: 576px) {
	.tel {
		font-size: 29px;
	}
	.lh-xl {
		line-height: 2.3;
	}
	.a-link {
		padding-top: 100px;
		margin-top: -100px;
	}
}
/*ボタン*/

a.btn-main {
	width: 260px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border: 1px solid #005bdf;
	background: linear-gradient(90deg, #000046, #000c8f);
	font-size: 13px;
	-webkit-transition: .3s;
	transition: .3s;
}
a.btn-main:hover {
	background: #000046;
	border: 1px solid #000c8f;
}
#recruit a.btn-main {
	border: 1px solid #d3161f;
	letter-spacing: 0px;
}
#recruit a.btn-main:first-child {
	font-size: 18px;
}
#recruit a.btn-main:hover {
	color: #000;
}
/*カラー*/

.text-white {
	color: #fff;
}
.text-white a {
	color: #fff;
}
.text-black {
	color: #000000;
}
.text-gray, .text-gray a {
	color: #777777;
}
.text-red {
	color: #d3161f;
}
.text-j {
	font-family: 'Noto Serif JP', serif;
}
.text-g {
	font-family: 'Roboto', sans-serif;
}
.text-ig {
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	font-style: italic;
}
.bg-black {
	background: #000000;
}
.bg-gray {
	background: #161616;
}
.bg-tgray {
	background: rgba(22, 22, 22, 0.9);
}
.bg-gblue {
	background: linear-gradient(#000046, #000c8f);
}
.bg-tdblue {
	background: rgba(0, 0, 51, 0.7);
}
.bg-tblue {
	background: rgba(2, 2, 84, 0.7);
}
.bg-dred {
	background: #c1101d;
}
.bg-ddred {
	background: #aa0924;
}
.bg-dgray {
	background: #aaa;
}
.bg-lgray {
	background: #f7f7f7;
}
.bg-red {
	background: #d3161f;
}
.bg-wwhite {
	background: rgba(255, 255, 255, 0.9);
}
.marker {
	background: linear-gradient(transparent 60%, #fcf0d2 60%);
	font-weight: 500;
}
/*タイトル 文字の大きさ*/

.size-s {
	font-size: 14px;
}
.size-m {
	font-size: 16px;
}
.title-s {
	font-size: 19px;
}
.title-m {
	font-size: 23px;
}
.title-l {
	font-size: 23px;
}
.title-xs {
	font-size: 16px;
}
.border-title {
	border-bottom: 1px solid #cccccc;
	padding-bottom: 10px;
}
.border-title-blue {
	border-bottom: 1px solid #005bdf;
	padding-bottom: 10px;
}
.border-title h2 {
	border-bottom: 1px solid #005bdf;
	display: inline;
	background: #000;
	letter-spacing: 1px;
	padding-bottom: 10px;
}
.title-xl {
	font-size: 32px;
}
.title-border {
	font-size: 0;
}
.title-border hr {
	border-top: 1px solid #005bdf;
	width: 75px;
	display: inline-block;
}
@media (min-width: 576px) {
	.title-m {
		font-size: 26px;
	}
	.title-s {
		font-size: 22px;
	}
	.title-l {
		font-size: 29px;
	}
	.title-xl {
		font-size: 40px;
	}
}
/*ナビバー*/

.navbar {
	padding: 0;
	border-bottom: 1px solid #000;
	font-weight: 500;
}
.logo img {
	width: 145px;
}
.header-tel_sp {
	width: 60px;
}
.header-tel_sp .bi {
	font-size: 25px;
}
.navbar ul li {
	border-bottom: 1px solid #333;
	width: 100%;
}
.navbar ul li a {
	font-size: 16px;
	display: block;
}
.navbar ul li a span {
	font-size: 11px;
	color: #005bdf;
}
.navbar ul li a:hover {
	background: #222;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.brand-text {
	font-size: 12px;
}
.header-tel {
	font-size: 22px;
	line-height: 1;
}
.navbar-collapse {
	background-color: #000;
}
.navbar small {
	font-size: 12px;
}
.navbar-contact .bi {
	font-size: 18px;
}
@media (min-width:576px) {
	.logo img {
		width: 190px;
	}
	.header-tel_sp {
		width: auto;
	}
	.header-tel_sp .bi {
		font-size: 18px;
	}
}
@media (min-width:768px) {
	.navbar ul li:not(:last-child) {
		border-right: 1px solid rgba(255, 255, 255, 0.3);
	}
}
@media (min-width:992px) {
	.navbar-contact {
		width: 290px;
		height: 100%;
	}
	.navbar-collapse {
		background-color: transparent;
	}
	.navbar ul li {
		border-bottom: 0px solid #333;
	}
	.navbar ul li a {
		font-size: 15px;
	}
	.navbar ul li a:hover {
		color: #cccccc;
	}
	.navbar ul li a:hover {
		background: transparent;
	}
	.bg-lg-black {
		background: #000;
	}
}
#input {
	display: none;
}
.header-close-button {
	margin: 0 auto;
	width: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.header-close-button span, .header-close-button span:before, .header-close-button span:after {
	position: relative;
	height: 2px;
	width: 28px;
	background: #ffffff;
	display: block;
	content: '';
}
.header-close-button span:before {
	top: -12px;
}
.header-close-button span:after {
	bottom: -11px;
}
#input:checked~.header-close .header-close-button span:before {
	top: 0;
	transform: rotateZ(-90deg);
}
#input:checked~.header-close .header-close-button span {
	top: 0;
	transform: rotateZ(45deg);
}
#input:checked~.header-close .header-close-button span:after {
	top: 0;
	transform: rotateZ(-45deg) scale(0);
}
.header-close-button {
	width: 60px;
	height: 60px;
}
@media (min-width:576px) {
	.header-close-button {
		width: 70px;
		height: 75px;
	}
}
/* page-title */

#page-title {
	background: url(img/top.jpg) center center;
	margin-top: 61px;
	padding: 55px 0;
}
@media (min-width:576px) {
	#page-title {
		padding: 90px 0;
		margin-top: 76px;
	}
}
@media (min-width:992px) {
	#page-title {
		padding: 110px 0;
	}
}
/*home*/

#top .d-flex {
	margin-top: 61px;
	height: 440px;
}
#top:before {
	content: "";
	position: absolute;
	background: url(img/top_a.svg) center right -130px no-repeat;
	opacity: 0.6;
	background-size: auto 100%;
	mix-blend-mode: soft-light;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 1;
}
.video {
	width: 100%;
	height: 440px;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 0;
}
.video::after {
	content: '';
	width: 100%;
	height: 100%;
	background-color: #000;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	opacity: .3;
}
.video video {
	width: auto;
	height: 440px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}
.top-text-shadow {
	text-shadow: rgba(0, 0, 0, 0.6) 1px 1px 5px, rgba(0, 0, 0, 0.6) -1px 1px 5px, rgba(0, 0, 0, 0.6) 1px -1px 5px, rgba(0, 0, 0, 0.6) -1px -1px 5px;
	font-weight: 700;
}
.top-text-shadow-white {
	text-shadow: rgba(255, 255, 255, 0.6) 1px 1px 5px;
	font-weight: 700;
}
#top .top-copy {
	font-size: 26px;
	line-height: 1.8;
}
#top .e-copy {
	font-size: 22px;
}
.main-text {
	font-size: 15px;
	line-height: 2.3;
}
.black-back {
	background: url(img/black-back.jpg), url(img/black-back_bottom.jpg) #000;
	background-position: left top, right bottom;
	background-repeat: no-repeat;
	background-size: 90%, 90%;
}
@media (min-width: 576px) {
	#top .top-copy {
		font-size: 30px;
	}
	#top .d-flex {
		height: 550px;
		margin-top: 76px;
	}
	.video {
		height: 550px;
	}
	#top .e-copy {
		font-size: 28px;
	}
	.black-back {
		background-size: 50%, 50%;
	}
	.video video {
		height: 550px;
	}
}
@media (min-width: 767px) {
	#top .d-flex {
		margin-top: 76px;
	}
	#top:before {
		background: url(img/top_a.svg) center right -100px no-repeat;
		background-size: auto 100%;
	}
	#top .top-copy {
		font-size: 33px;
	}
	#top .e-copy {
		font-size: 36px;
	}
	.main-text {
		font-size: 17px;
		line-height: 2.4;
	}
}
@media (min-width: 992px) {
	#top .d-flex {
		height: 650px;
	}
	.video {
		height: 650px;
	}
	.video video {
		min-height: 100%;
		min-width: 100%;
		width: auto;
		height: auto;
	}
	#top:before {
		background: url(img/top_a.svg) center right -100px no-repeat;
		background-size: auto 100%;
	}
	.black-back {
		background-size: 500px, 500px;
	}
}
@media (min-width: 1200px) {
	#top .d-flex {
		height: 700px;
	}
	.video {
		height: 700px;
	}
	#top:before {
		background: url(img/top_a.svg) center right -50px no-repeat;
		background-size: auto 100%;
	}
}
/*facility*/

#facility {
padding: 60px 0 60px;
}
.machining-img img{
max-width:70%;
}
.facility-table th, .facility-table td {
	padding: 25px 0;
	border-bottom: 1px dotted #444;
	font-size: 16px;
}
.facility-table th.thin, .facility-table td.thin {
	padding: 25px 0 5px;
}
.forte-table {
	font-size: 17px;
	margin-top: 60px;
}
.forte-table small {
	color: #ccc;
}
.forte-table th, .forte-table td {
	border-bottom: 4px solid #000;
	padding: 30px 30px;
}
.facility-table td.memo {
	padding: 0px 0 15px;
	border-top: 1px solid #000;
	color: #777;
	font-size: 14px;
	font-weight: 500;
}
@media(max-width:767.98px) {
	.forte-table th, .forte-table td {
		width: 100%;
		display: block;
		padding: 15px 15px;
	}
	.forte-table th {
		background: #222;
		border-bottom: 0px solid #000;
	}
	.facility-table.cad th, .facility-table.cad td {
		width: 100%;
		display: block;
		border-bottom: 0px dotted #444;
	}
	.facility-table.cad th {
		padding: 25px 0 8px;
	}
	.facility-table.cad td {
		border-bottom: 1px dotted #444;
		padding: 0 0 25px;
	}
}
@media (min-width: 576px) {
	#facility {
		padding: 60px 0 100px;
	}
	.machining-img img{
		max-width:400px;
		}
	#company {
		padding: 90px 0;
	}
	.forte-table {
		font-size: 18px;
		margin-top: 80px;
	}
}
@media (min-width: 768px) {
	.machining-img img{
		width:100%;
	}
}
/*company*/

#company {
	padding: 60px 0;
}
.policy {
	border-bottom: 1px dotted #bbb;
}
.policy div {
	width: 100%;
	font-size: 17px;
}
.ceo {
	font-size: 18px;
	letter-spacing: 1px;
}
.ceo small {
	font-size: 15px;
}
.ceo img {
	max-width: 220px;
}
.cp-small {
	font-size: 14px;
}
table.company-table {
	background: #141414;
	border: 1px solid #000000;
}
p.tel_link a {
	color: #fff!important;
}
.company-table td {
	padding: 1.5rem 2rem;
	border-bottom: 1px solid #333333;
}
.company-table tr:last-child td {
	border-bottom: 0px solid #333333;
}
.company-table th {
	padding: 1.5rem 2rem;
	border-bottom: 1px solid #000000;
}
table th {
	font-weight: 500;
}
.company-table th {
	background: #00045d;
	width: 28%;
}
@media (max-width: 767.98px) {
	.company-table th, .company-table td {
		width: 100%;
		display: block;
	}
	.company-table th {
		padding: 0.5rem 1rem;
		border-bottom: 0px solid #ccc;
	}
	.company-table td {
		padding: 1.2rem 1rem;
		border-bottom: 0px solid #ccc;
	}
}
@media (min-width: 576px) {
	.policy div {
		font-size: 20px;
	}
	.cp-small {
		font-size: 17px;
	}
	#company {
		padding: 90px 0;
	}
}
@media (min-width: 992px) {
	.policy div {
		width: 50%;
	}
	.ceo img {
		max-width: 100%;
	}
}
/*recruit*/

#recruit {
	padding: 60px 0;
}
table.recruit-table {
	background: #f8f8f8;
}
table.recruit-table p {
	line-height: 1.6;
}
table ul {
	margin-left: 25px;
}
table ul li {
	list-style-position: outside;
	list-style-type: circle;
	padding-bottom: 7px;
}
/*contact*/

.tel-border {
	border-top: 1px solid #d3161f;
	border-bottom: 1px solid #d3161f;
	display: inline-block;
}
table.contact-table {
	background: #eee;
	border: 0;
	border-collapse: separate;
	border-spacing: 0px;
}
.contact-table td, .contact-table th {
	padding: 1.5rem 2rem;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
}
mark {
	font-size: 11px;
	padding: 1px 5px;
}
::placeholder {
	color: #999999!important;
}
.contact-table .form-control {
	border-radius: 0px;
	padding: 9px 12px;
	font-size: 15px;
}
.contact-table th {
	width: 33%;
}
td.contact-privacy {
	padding: 35px 80px;
	background: #f4f4f4;
}
.submit {
	color: #fff !important;
	font-size: 15px;
	font-weight: 500;
	height: 70px;
	line-height: 70px;
	width: 300px;
	display: block;
	border-radius: 0;
	border: 0;
	transition: .5s;
	margin: 30px auto 10px;
}
.submit.reset {
	background-color: #aaa;
}
.submit.reset:hover {
	background-color: #bbb;
}
.submit:hover {
	background-color: #333;
}
@media (max-width: 991.98px) {
	.contact-table td {
		display: block;
		width: 100%;
		padding: 1.2rem 1.8rem;
	}
	.contact-table th {
		display: block;
		width: 100%;
		padding: 0.8rem 0rem;
		background: #ddd;
	}
	td.contact-privacy {
		padding: 35px 40px;
	}
}
@media (max-width: 767.98px) {
	.contact-table td {
		padding: 1.2rem 0.6rem;
	}
	td.contact-privacy {
		padding: 35px 20px;
	}
}
@media (max-width: 575.98px) {
	.submit {
		width: 90%;
	}
}
/* footer */

#contact {
	position: relative;
}
#contact:before {
	content: '';
	display: block;
	position: fixed;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: url(img/back-img.jpg) center top no-repeat;
	background-size: cover;
}
.link-id {
	padding-top: 40px;
	margin-top: -40px;
}
@media (min-width:576px) {
	.link-id {
		padding-top: 80px;
		margin-top: -80px;
	}
}
footer, footer a {
	background: #141414;
	color: #999999;
}
footer p {
	line-height: 1.7;
}
footer ul li a:hover {
	color: #888;
}
.footer-logo {
	width: 160px;
}
footer hr {
	background-color: #222222;
	border-top: 1px solid #000;
	height: 2px;
}
.copy {
	font-size: 11px;
	color: #999;
	font-weight: 500;
	margin-top: 60px;
}
#contact h3 {
	font-size: 22px;
}
#contact .row hr {
	border-color: #aaa;
	border-style: dotted;
}
#contact a.text-red:hover {
	color: #333;
}
#contact .bi {
	font-size: 50px;
	line-height: 1;
}
@media (min-width:768px) {
	.copy {
		margin-top: 45px;
	}
}
/* ローディング画面 アニメーション */

.open-animation {
	animation: fadein 1.5s forwards;
}
@keyframes fadein {
	0% {
		opacity: 0.3
	}
	100% {
		opacity: 1
	}
}
@keyframes anim {
	0% {
		transform: translateX(0px);
	}
	100% {
		transform: translateX(8px);
	}
}
#logo_loader {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 1100;
	background: #000;
}
#logo_loader .f_logo {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 180px;
	height: 138px;
	text-align: center;
	color: #fff;
	font-size: 30px;
}
#logo_loader .f_logo img {
	width: 100%;
	height: auto;
	animation: loadLogo 1s;
}
@keyframes loadLogo {
	0% {
		opacity: 0
	}
	50% {
		opacity: 1;
		z-index: 0;
	}
}
#logo_loader.open {
	animation-name: slideOut;
	animation-fill-mode: forwards;
	animation-duration: 0.5s;
	animation-delay: 1.3s;
}
@keyframes slideOut {
	0% {
		opacity: 0.7
	}
	100% {
		opacity: 0;
		z-index: 0;
	}
}
@media (max-width: 575.98px) {
	#logo_loader .f_logo {
		width: 130px;
		height: 100px;
	}
}