.width65px {
	height: auto;
	width: 65px;
}
.width70px {
	height: auto;
	width: 70px;
}
.width80px {
	height: auto;
	width: 80px;
}
.width85px {
	height: auto;
	width: 85px;
}
.width95px {
	height: auto;
	width: 95px;
}
.width100px {
	height: auto;
	width: 100px;
}
.width110px {
	height: auto;
	width: 110px;
}
.width115px {
	height: auto;
	width: 115px;
}
.width130px {
	height: auto;
	width: 130px;
}
header {
    position: fixed !important;  
    position: absolute;  
    top: 0;  
    left: 0;  
	z-index:10;
	background-color: rgba(255,255,255,0.8);  
	width: 100%;
	height:70px;
}
.right-head {
	float: right;
	width: 660px;
    display: flex;
    justify-content: flex-end;
}
.right-head img {
	margin-right: 10px;
}
.left-head {
	float: left;
	width: 230px;
	padding-top: 25px;
	margin-left: 15px;
}
.left-head:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.left-head .top-logo {
	height: auto;
	width: 230px;
}
footer {
	clear: both;
	width: 100%;
	text-align: center;
	font-size: 70%;
	background-color: #FFF;
	padding-top: 60px;
	letter-spacing: 0.1em;
}
.copyright {
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	margin-top: 3px;
	padding-top: 5px;
	padding-bottom: 10px;
}
section.ttl {
	height: 300px;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	background-color: #006;
	margin-top: 70px;
}
/*カンパニーについて*/
section.companyttl {
  background: url(../img/company-back.jpg) no-repeat left top;
	color:#000;
	height: 300px;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	margin-top: 70px;
  position: relative;
  -webkit-background-size: 100% auto;
       -o-background-size: 100% auto;
          background-size: 100% auto;
}
section.companyttl:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/*テクノロジーについて*/
section.technologyttl {
  background: url(../img/technology-back.jpg) no-repeat left top;
	color:#000;
	height: 300px;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	margin-top: 70px;
  position: relative;
  -webkit-background-size: 100% auto;
       -o-background-size: 100% auto;
          background-size: 100% auto;
}
section.technologyttl:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/*ファクトリーについて*/
section.factoryttl {
  background: url(../img/factory-back.jpg) no-repeat left top;
	color:#000;
	height: 300px;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	margin-top: 70px;
  position: relative;
  -webkit-background-size: 100% auto;
       -o-background-size: 100% auto;
          background-size: 100% auto;
}
section.factoryttl:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/*ワークスについて*/
section.worksttl {
  background: url(../img/works-back.jpg) no-repeat left top;
	color:#FFF;
	height: 300px;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	margin-top: 70px;
  position: relative;
  -webkit-background-size: 100% auto;
       -o-background-size: 100% auto;
          background-size: 100% auto;
}
section.worksttl:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/*コンタクトについて*/
section.contactttl {
  background: url(../img/contact-back.jpg) no-repeat left top;
	color:#000;
	height: 300px;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	margin-top: 70px;
  position: relative;
  -webkit-background-size: 100% auto;
       -o-background-size: 100% auto;
          background-size: 100% auto;
}
section.contactttl:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/*求人について*/
section.recruitttl {
  background: url(../img/recruit-back.jpg) no-repeat center center;
  background-size: cover;
    color: #fff;
	height: 300px;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	margin-top: 70px;
  position: relative;
  -webkit-background-size: 100% auto;
       -o-background-size: 100% auto;
          background-size: 100% auto;
}
section.recruitttl:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.mainttl {
	font-size: 450%;
	font-weight: bold;
	padding-top:130px;
}
.ttl-small {
	font-size: 140%;
	font-weight: bold;
	padding-top:30px;
}
.spbr {
	display:none;
}
.pc{display: inline-block;}

.sp{display: none;}

.pc-block {display: block;}
.sp-block {display: none;}




    /*input dayのカスタマイズ*/
input[type="date"]{
    width: 100%;
      
    position: relative;
}
input[type=date]::-webkit-calendar-picker-indicator {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}