/*スマホ共通*/
h1{
	font-size: 20px;
	font-weight: bold;
	/*color: #3366cc;*/
	color: #336699;
	margin: 0 0 5%;
}
section{
	color: #333;
	padding: 10% 0;
}
img{
	border-radius: 10px;
}
.inner{
	width: 95%;
	margin: 0 auto;
}
.nstec{
	overflow: hidden;
}
.pc{
	display: none;
}
/*ヘッダー*/
#header{
	/*position: relative;*/
	background: #fff;
	position: fixed;
	padding: 2% 0;
	/*height: 100px;*/
	z-index: 100;
	width: 100%;
	transition: .5s;
}
#header::after{
	content:"";
	display: block;
	clear:both;
}
#logo{
	font-size: 12px;
	color: #336699;
	width: 200px;
	display:block;
	/*margin: 0 0 2% 3%;*/
	/*float:left;*/
	margin: 0 0 2% 2%;
}
 #globalNav ul{
 	font-size: 0
 	margin: 0 auto;
 	text-align: center;
 }
 #globalNav ul li{
 	font-size: 12px;
 	font-weight: bold;
 	display: inline-block;
 	vertical-align: middle;
 	padding: 0 1%;
 	border-left: 1px solid #336699;
}
 #globalNav ul li:nth-of-type(1){
 	/*padding: 0;*/
 	border-left: none;
 }
 #globalNav ul li a{
  color: inherit;
  /*line-height: 100px;*/
}
/*メインビジュアル*/
#mv .item{
	position: relative;
}
#mv .bg{
	box-sizing: border-box;
	background-image: url(img/mv1.jpg);
	display: flex;
	justify-content: center;
	/*height: 300px;*/
	/*background-attachment: fixed;*/
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 50% 0;
}
#mv .copy{
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translateX(-50%);
  	margin: auto;
  	width: 80%;
  	text-align: center;
  	text-shadow: 2px 2px 0 #111;
}
/*会社について*/
#info{
  	background: #f0f8ff;
}
#info p{
	text-shadow: 1px 1px 1px #fff;
}
#info p:nth-of-type(1){
	margin: 0 0 10%;
}

#info .photo p{
	text-align: center;
	margin: 0 0 20px;
}
#info .message{
	margin: 0 0 10%;
}
#info .message p{
	line-height: 1.5em;
	margin: 0 0 10px;
}
#info .sdgs img{
	border-radius: 0;
}
#info .sdgs h2{
	font-size: 18px;
	font-weight: bold;
	color: 	#008080;
	text-shadow: 1px 1px #ddd, -1px -1px #ddd;
	position: relative;
	padding: 0 0 0 30px;
	margin: 0 0 20px;
}
#info .sdgs h2::before{
	font-family: "Font Awesome 5 Free";
	content: '\f0c8';
	color: #008080;
	position: absolute;
	top: 5px;
	left: 0;
}
#info .sdgs .content:nth-of-type(1){
	width: 95%;
	background: #fff;
	margin: 0 auto;
	padding: 5%;
	margin: 0 0 10%;
}
#info .sdgs .content:nth-of-type(1) p{
	font-size: 16px;
	line-height: 1.5em;
	/*padding: 20px 20px;*/
	margin: 0;
}
#info .sdgs .content:nth-of-type(1) p:nth-of-type(1),
#info .sdgs .content:nth-of-type(1) p:nth-of-type(3){
	margin-bottom: 20px;
}
#info .sdgs .content:nth-of-type(1) p:nth-of-type(2){
	text-align: right;
	padding-bottom: 0;
}
#info .sdgs .content:nth-of-type(1) p:nth-of-type(3){
	text-align: right;
	/*padding-top: 0;*/
}
#info .sdgs .content:nth-of-type(1) p:nth-of-type(3) img{
	display: inline;
	width: 100px;
	vertical-align: bottom;
}
#info .sdgs .content:nth-of-type(1) p:nth-of-type(4){
	font-size: 12px;
	background: none;
	padding-left: 0;
	padding-right: 0;
	padding-left: 0;
}
#info .sdgs .content:nth-of-type(2) p{
	padding-left: 0;
	margin: 0 0 10px 0;
}
#info .sdgs .content table{
	background: rgba(255,255,255,0.5);
	border: 1px solid #ccc;
}
#info .sdgs .content table th,
#info .sdgs .content table td{
	padding: 10px;
	border-bottom: 1px solid #ccc;
}
#info .sdgs .content table td{
	vertical-align: top;
	border-right: 1px solid #ccc;
}
#info .sdgs .content table td:nth-of-type(even){
	width: 50%;
}
#info .sdgs .content:nth-of-type(2) img{
	width: 30%;
	display: inline-block;
	margin: 0 20px 0 0;
}
/*工場*/
#factory{
	/*height: 100%;*/
	background: url(img/company-sp.jpg);
	background-attachment: fixed;
  	background-position: center;
  	/*background-size: cover;*/
  	background-repeat: repeat;
}
#factory .photo{
    margin: 0 0 50px;
}
#factory .photo img{
	width: 90%;
	margin: 0 auto 2%;
}
#factory .photo p{
	font-size: 14px;
	text-shadow: 1px 1px 1px #fff;
	text-align: center;
}
#factory .photo .content{
	margin: 0 0 5%;
}
#factory h2{
	font-size: 18px;
	font-weight: bold;
	color: 	#008080;
	text-shadow: 1px 1px #ddd, -1px -1px #ddd;
	position: relative;
	padding: 0 0 0 30px;
	margin: 0 0 20px;
}
#factory h2::before{
	font-family: "Font Awesome 5 Free";
	content: '\f0c8';
	color: #008080;
	position: absolute;
	top: 5px;
	left: 0;
}
#factory .machine{
	margin: 0 0 30px;
}
#factory .machine .item{
	margin-bottom: 0;
}
#factory .machine ul li{
	line-height: 1.5em;
	text-shadow: 1px 1px 1px #fff;
}
#factory .machine .item:nth-of-type(1) ul li:nth-of-type(2),
#factory .machine .item:nth-of-type(1) ul li:nth-of-type(3),
#factory .machine .item:nth-of-type(1) ul li:nth-of-type(4),
#factory .machine .item:nth-of-type(1) ul li:nth-of-type(5),
#factory .machine .item:nth-of-type(1) ul li:nth-of-type(7),
#factory .machine .item:nth-of-type(2) ul li:nth-of-type(2){
	padding-left: 1em;
}
#factory .movies .item{
	width: 90%;
	margin: 0 auto 3%;
}
#factory .movies iframe{
	height: 200px;
}
#factory .movies p{
	margin: 1% 0 0;
}
#factory #estimate{
	font-size: 18px;
	text-align: center;
	margin: 0 0 5%;
	font-weight: bold;
}
#factory #estimate a{
	background: #ddd;
	padding: 0 4%;
	border: 1px solid #333;
	border-radius: 5px;
}
/*会社概要・沿革*/
#company{
	background: #f0f8ff;
}
#company h2{
	margin: 0 0 20px;
}
#company .container{
	/*width: 95%;*/
	margin: 0 auto 50px;
}
#company .container h2{
	font-size: 18px;
	font-weight: bold;
	color: #008080;
	text-shadow: 1px 1px #ddd, -1px -1px #ddd;
	position: relative;
	padding: 0 0 0 30px;
}
#company .container h2::before{
	font-family: "Font Awesome 5 Free";
	content: '\f0c8';
	color: #008080;
	position: absolute;
	top: 5px;
	left: 0;
}
#company .overview{
	margin: 0 0 10%;
}
#company .overview table,
#company .history table{
	background: rgba(255,255,255,0.2);
	width: 100%;
	/*margin: 0 0 5%;*/
}
#company .overview table tr,
#company .history table tr{
	border-bottom: 1px solid #ccc;
}
#company .overview table tr:nth-of-type(1),
#company .history table tr:nth-of-type(1){
	border-top: 1px solid #ccc;
}
#company .overview table th{
	width: 25%;
	vertical-align: top;
}
#company .history table th{
	width: 30%;
	vertical-align: top;
}
#company .overview table th,
#company .history table th,
#company .overview table td,
#company .history table td{
	font-size: 14px;
	padding: 10px;
}

#company .motto{
	line-height: 2em;
	font-weight: bold;
	font-size: 18px;
	padding: 0 0 3% 2%;
}
#company .motto span{
	display: block;
	font-size: 20px;
	padding-left: 0;
}
#company .saying h2 span{
	display: block;
	font-size: 16px;
	font-weight: normal;
}
#company .saying img{
	display: block;
	border: 1px solid #666;
	margin: 0 auto;
}
/*先輩社員紹介*/
#seneior{
	background: url(img/bg5.jpg);
	background-attachment: fixed;
  	background-position: center;
  	background-size: cover;
  	background-repeat: repeat;
	height: 100%;
}
#seneior .container{
	/*display: grid;
	box-sizing: border-box;
	grid-template-columns: 50% 50%;
    column-gap: 5%*/;
    margin: 0 0 5%;
}
#seneior .container:nth-of-type(1) > img{
	box-shadow: 5px 5px;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
	box-shadow: 5px 5px 5px 5px rgba(0,0,0,0.5);
	box-shadow:	5px 5px 5px 5px rgba(0,0,0,0.5);
	margin: 0 0 15%;
}
#seneior .schedule img{
	margin: 0 0 15%;
}
#seneior .schedule h2,
#seneior .interview h2{
	font-size: 18px;
	font-weight: bold;
	padding: 0 0 0 30px;
	margin: 0 0 20px;
	color: #008080;
	position: relative;
}
#seneior .schedule h2::before,
#seneior .interview h2::before{
	font-family: "Font Awesome 5 Free";
	content: '\f0c8';
	color: #008080;
	position: absolute;
	top: 5px;
	left: 0;
}
#seneior .schedule .photo{
	/*display: grid;
	box-sizing: border-box;
	grid-template-columns: 50% 50%;
    column-gap: 5%;*/
    margin: 0 0 30px;
}
#seneior .interview dl dt{
	font-weight: bold;
	position: relative;
	padding: 0 0 0 25px;
	color: #3366cc;
}
#seneior .interview dl dt::before{
	font-family: "Font Awesome 5 Free";
	content: '\f059';
	position: absolute;
	top: 5px;
	left: 0;
}
#seneior .interview dl dd{
	text-shadow: 1px 1px 1px #fff;
	padding: 5px 20px 15px; 
	margin: 0;
}
#seneior .container:nth-of-type(2) img{
	box-shadow: 5px 5px;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
	box-shadow: 5px 5px 5px 5px rgba(0,0,0,0.5);
	box-shadow:	5px 5px 5px 5px rgba(0,0,0,0.5);
	/*margin: 70px 0 0;*/
}	
#seneior .container:nth-of-type(2) p{
	margin: 10px 0 0;
}
#seneior .schedule .comment{
	font-size: 28px;
	font-weight: bold;
	text-align: center;
}
#seneior .message p{
	font-size: 18px;
	font-weight: bold;
}
/*採用情報*/
#recruit{
	background: url(img/bg4.jpg);
	background-attachment: fixed;
  	background-position: center;
  	background-size: cover;
  	background-repeat: repeat;
	height: 100%;
}
#recruit table{
	background: rgba(255,255,255,0.5);
	width: 95%;
	margin: 0 auto 50px;
	border: 1px solid #555;
}
#recruit table tr th,
#recruit table tr td{
	display: block;
	padding: 10px;
	border-bottom: 1px solid #555;
}
#recruit table tr th{
	background: #ddd;
}
#recruit table tr td{
	padding-left: 20px;
}
#recruit table tr:nth-of-type(10) td{
	border-bottom: none;
}
#recruit h2{
	font-size: 18px;
	font-weight: bold;
	color: 	#008080;
	text-shadow: 1px 1px #ddd, -1px -1px #ddd;
	position: relative;
	padding: 0 0 0 30px;
	margin: 0 0 20px;
}
#recruit h2::before{
	font-family: "Font Awesome 5 Free";
	content: '\f0c8';
	color: #008080;
	position: absolute;
	top: 5px;
	left: 0;
}
#recruit p{
	text-shadow: 1px 1px 1px #fff;
}
#recruit p a{
	color: #3366ff;
}
#recruit p:nth-of-type(4){
	font-size: 20px;
	margin: 0 0 30px;
}
#recruit .photo{
/*	display: grid;
	grid-template-columns: 40% 58%;
    column-gap: 2%;*/
    margin: 0 auto 15%;
}
#recruit .photo img{
	box-shadow: 5px 5px;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
	box-shadow: 5px 5px 5px 5px rgba(0,0,0,0.5);
	box-shadow:	5px 5px 5px 5px rgba(0,0,0,0.5);
	margin: 0 0 10%;
}
#recruit .photo p{
	font-size: 20px;
}
/*フッター*/
#footer,
#salefooter{
	/*background: url(img/bg3.jpg);*/
	background-attachment: fixed;
  	background-position: center;
  	background-size: cover;
  	background-repeat: no-repeat;
	height: 100%;
}
#footer .content,
#salefooter .content{
	background: rgba(255,255,255,0.4);
	padding: 3% 0;
}
#footer .content img,
#salefooter .content img{
	width: 200px;
	display: block;
	margin: 0 0 20px;
}
#footer .content p,
#salefooter .content p{
	/*font-size: 18px;*/
	font-weight: bold;
}
#footer .content address,
#salefooter .content address{
	font-size: 14px;
	padding: 0 0 0 20px;
}
#footer .content address a,
#salefooter .content address a{
	color: #3366ff;
}
/*加工販売*/
#cutting{
	margin-top: 10%;
}
#cutting h2,
#laser h2{
    font-size: 20px;
	font-weight: bold;
	/*color: #3366cc;*/
	color: #336699;
	margin: 0 0 20px;
	padding: 0 0 0 20px;
}
#cutting p,
#laser p{
	font-size: 18px;
	font-weight: bold;
	margin: 20px 0 0;
}
#cutting h3,
#laser h3{
	font-size: 18px;
	font-weight: bold;
	color: #008080;
	padding: 0 0 0 40px;
	position: relative;
}
#cutting h3:before,
#laser h3:before{
	content: '';
	position: absolute;
	top: 5px;
	left: 20px;
	padding: 8px;
	background: #008080;
	border-radius: 5px;
}
#cutting .seihin a,
#cutting .sai a,
#cutting .material a,
#laser .sai a{
	background: #ddd;
	display: block;
	font-size: 20px;
	text-align: center;
	width: 90%;
	padding: 20px 0;
	margin: 10px auto 0;
	border-radius: 5px;
}
#cutting .seihin a:focus,
#cutting .sai a:focus,
#cutting .material a:focus,
#laser .sai a:focus{
	background: #66cdaa;
}
#cutting .cal,
#laser .cal{
	border: 1px solid #333;
	text-align: right;
	padding: 2%;
    width: 90%;
    margin: 5% auto 0;
	font-size: 0;
	vertical-align: middle;
}
#cutting .cal p,
#laser .cal p{
	display: inline-block;
	font-size: 18px;
	margin-top: 0;
	width: 100px;
}
#cutting #reset,
#laser #lreset{
	display: block;
	text-align: center;
	width: 90%;
	font-weight: bold;
	background: #66cdaa;
	margin: 3% auto 0;
	padding: 3% 5%;
	border-radius: 5px;
}
#cutting .contact a,
#laser .contact a{
	background: #ddd;
	display: block;
	font-size: 20px;
	text-align: center;
	width: 90%;
	padding: 20px 0;
	margin: 10px auto 0;
	border-radius: 5px;
}
#hirakakou img,
#block img,
#ikeijou img,
#card img,
#phone img,
#mask img{
	margin: 3% 0 0;
}