@charset "UTF-8";
/* CSS Document */
/*@media screen and (max-width:736px){*/
@media (max-width: 767.98px){
.onPc{
	display:none;
}
.onSmt{
	display:block;
}
.spMbNon{
	margin-bottom: 0px !important;
}
.spMb10{
	margin-bottom: 10px !important;
}
.spMb20{
	margin-bottom: 20px !important;
}
.spMb30{
	margin-bottom: 30px !important;
}
.spMtNon{
	margin-top: 0px !important;
}
.spMt10{
	margin-top: 10px !important;
}
.spMt20{
	margin-top: 20px !important;
}
.spMt30{
	margin-top: 30px !important;
}
body {
	width: 100%;
}
.wrapper {
	width: 100%;
	overflow: hidden;
}
.header{
	display: none;
}
.spHeader {
	width: 100%;
	height: 46px;
	display: block;
	position: fixed;
	top: 0px;
	z-index: 10001;
	background-color: rgba(255,255,255,0.00);
	/*background-color: rgba(255,255,255,1.00);*/
}

#menuButton {
	display: block;
	height: 36px;
	right: 5px;
	position: fixed;
	top: 5px;
	width: 36px;
	border: 0px solid #FFF;
	background-color: #d5000c;
	z-index: 1200;
	cursor: pointer;
}
#menuButton.on {
	
}

#menuButton span {
	display: block;
	background-color: #FFF;
	width: 26px;
	height: 2px;
	position: absolute;
	left: 5px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
}
#menuButton span:first-child {
	top: 8px;
}
#menuButton span:nth-child(2) {
	margin-top: -1px;
	top: 50%;
}
#menuButton span:last-child {
	bottom: 8px;
}
#menuButton.active span:first-child {
	-webkit-transform: translateY(8px) rotate(45deg);
	-moz-transform: translateY(8px) rotate(45deg);
	-ms-transform: translateY(8px) rotate(45deg);
	transform: translateY(9px) rotate(45deg);
}
#menuButton.active span:nth-child(2) {
	opacity: 0;
}
#menuButton.active span:last-child {
	-webkit-transform: translateY(-8px) rotate(-45deg);
	-moz-transform: translateY(-8px) rotate(-45deg);
	-ms-transform: translateY(-8px) rotate(-45deg);
	transform: translateY(-9px) rotate(-45deg);
}
#menuButton.active {
	
}
#recruitButton {
	position: fixed;
	top: 5px;
	right: 47px;
	z-index: 1000;
	cursor: pointer;
}

#recruitButton a {
	display: flex;
	align-items: center;
	height: 36px;
	padding: 0 0.5rem;
	background: #d5000c;
	color: #fff;
	font-size: 12px;
	letter-spacing: 0;
	text-decoration: none;
}
	
#overlay{
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	z-index: 1100;
	background-color: #d5000c;
	overflow: scroll;
}
#overlay .box800 {
	left: 0;
	margin-left: 0px;
	margin-top: 56px;
	position: relative;
	top: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 20px;
	width: 100%;
	margin-bottom: 30px;
}
#overlay ul.headMenuSp{
	width: 100%;
	height: auto;
	display: inline-block;
	float: left;
	position: relative;
}
#overlay ul.headMenuSp li{
	width: 100%;
	height: auto;
	display: inline-block;
	float: left;
	margin-bottom: 25px;
	position: relative;
}
#overlay ul.headMenuSp li.nonMb{
	margin-bottom: 10px;
}
#overlay ul.headMenuSp li a{
	width: 100%;
	height: auto;
	display: inline-block;
	float: left;
	font-size: 18px;
	line-height: 1.2em;
	color: #FFF;
	font-weight: 500;
	letter-spacing: 0.05em;
	position: relative;
	background-image: url("../img/top2019/sankaku_wht.png");
	background-size: 6px 8px;
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#overlay ul.headMenuSp li a span{
	font-family: 'Oswald', sans-serif;
	font-size: 0.6em;
	line-height: 0.6em;
	font-weight: normal;
	margin-left: 5px;
	letter-spacing: 0.1em;
	position: relative;
	bottom: -1px;
}
#overlay ul.headMenuSp ul.menuCate{
	width: 100%;
	height: auto;
	display: inline-block;
	float: left;
	margin-bottom: 15px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 12px;
	padding-top: 12px;
	background-color: rgba(0,0,0,0.10);
}
#overlay ul.headMenuSp ul.menuCate li{
	width: 48%;
	height: auto;
	display: inline-block;
	float: left;
	margin-bottom: 12px;
	position: relative;
}
#overlay ul.headMenuSp ul.menuCate li a{
	width: 100%;
	height: auto;
	display: inline-block;
	float: left;
	font-size: 12px;
	line-height: 1.8em;
	color: #FFF;
	font-weight: normal;
	letter-spacing: 0.05em;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	background-image:none;
	padding-left: 0;
}
#overlay ul.headLangBtnSp{
	width: 100%;
	height: auto;
	display: inline-block;
	float: left;
	position: relative;
	border-top: #fff 1px dotted;
	padding-top: 20px;
}
#overlay ul.headLangBtnSp li{
	width: auto;
	height: auto;
	display: inline-block;
	float: left;
	position: relative;
	margin-right: 20px;
}
#overlay ul.headLangBtnSp li a{
	width: auto;
	height: auto;
	display: inline-block;
	float: left;
	font-size: 13px;
	line-height: 1.5em;
	color: #FFF;
	font-weight: normal;
	position: relative;
}
#section1 {
	background-image: url("../img/top2019/business_bg_sp.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
	.fullpage-wrapper{
		height: 100vh !important;
	}
.text14 {
	font-size: 12px;
	line-height: 1.5em;
}

.headLogo {
	margin-left: 10px;
	margin-right: 0px;
	margin-top: 8px;
	float: left;
}
.heroMsg {
	width: 80%;
	top: 10%;
	left: 10%;
	margin-left: 0;
}

.footBox {
	padding: 0 20px;
}
.footMenu {
	width: 100%!important;
	margin-right: 0%;
	text-align: left;
	margin-bottom: 10px;
}

.footMenu ul li {
	width: 49%;
	margin-right: 1%;
	margin-bottom: 5px;
	font-size: 11px;
	line-height: 1.5em;
	padding-left: 0em;
	float: left;
}
.footMenu ul li.full {
	width: 99%;
}
.footLogo {
	display: none;
}

.heroMsg img {
	width: 100%;
	height: auto;
}
.heroCopy {
	width: 100%;
	top: 50%;
	left: 0;
	margin-left: 0%;
	font-size: 26px;
	letter-spacing: 0.1em;
	margin-top: -18px;
	position: fixed;
	opacity:0.0;
	filter:alpha(opacity=0);
	-ms-filter: "alpha( opacity=0 )";
	transition-property: all;
	transition: 0.2s ease;
}
.heroCopy span {
	font-size: 30px;
}
.heroSubCopy {
	width: 100%;
	top: 50%;
	left: 0%;
	margin-left: 0;
	font-size: 18px;
	margin-top: 22px;
	position: fixed;
	opacity:0.0;
	filter:alpha(opacity=0);
	-ms-filter: "alpha( opacity=0 )";
	transition-property: all;
	transition: 0.2s ease;
}
.fp-viewing-top .heroCopy{
	opacity:1.0;
	filter:alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	display: block;
}
.fp-viewing-top .heroSubCopy{
	opacity:1.0;
	filter:alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	display: block;
}
.fp-viewing-works .heroCopy,.fp-viewing-company .heroCopy,.fp-viewing-recruit .heroCopy,.fp-viewing-news .heroCopy,.fp-viewing-sitemap .heroCopy{
	z-index: -1;
}
.fp-viewing-works .heroSubCopy,.fp-viewing-company .heroSubCopy,.fp-viewing-recruit .heroSubCopy,.fp-viewing-news .heroSubCopy,.fp-viewing-sitemap .heroSubCopy{
	z-index: -1;
}
.headBase .heroCopy{
	display: none;  
}
.headBase .heroSubCopy{
	display: none;  
}
.headLogoWhtSp {
	margin-left: 10px;
	margin-right: 0px;
	margin-top: 8px;
	float: left;
	display:block;
	transition-property: all;
	transition: 0.6s ease;
	opacity:1.0;
	position: absolute;
	filter:alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}
.headLogoBlkSp {
	margin-left: 10px;
	margin-right: 0px;
	margin-top: 8px;
	float: left;
	display:block;
	position: absolute;
	transition-property: all;
	transition: 0.6s ease;
	opacity:1.0;
	filter:alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}
.headLogoWhtSp img {
	height: 30px;
	width: auto;
	transition-property: all;
	transition: 0.6s ease;
}
.headLogoBlkSp img {
	height: 30px;
	width: auto;
	transition-property: all;
	transition: 0.6s ease;
}
.fp-viewing-top .headLogoBlkSp,.fp-viewing-works .headLogoBlkSp,.fp-viewing-company .headLogoBlkSp,.fp-viewing-sitemap .headLogoBlkSp{
	opacity:0.0;
	filter:alpha(opacity=0);
	-ms-filter: "alpha( opacity=0 )";
}
.fp-viewing-recruit .headLogoWhtSp,.fp-viewing-news .headLogoWhtSp{
	opacity:0.0;
	filter:alpha(opacity=0);
	-ms-filter: "alpha( opacity=0 )";
}
.headLogo img {
	height: 30px;
}
.mainEnTitle {
	font-size: 32px;
	letter-spacing: 0.1em;
	margin-bottom: 11px;
}
.subTitle {
	font-size: 14px;
}
.subText {
	font-size: 11px;
	line-height: 1.5em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 15px;
	padding-right: 15px;
}
.subText a {
	color: #fff;
	text-decoration: underline;
}
	
#section1 .fp-tableCell {
	vertical-align: bottom;
}
	
.workTitleBox .enTitle {
	margin-bottom: 0.25rem;
}
.workTitleBox .subTitle {
	padding-top: 0.75rem;
}
.workTitleBox .subText {
	margin-top: 0.5rem;
}
.workSec {
	width: 95%;
	height: 20.5%;
	margin: 0 2.5% 2.5% 2.5%;
}
	
.workBox {
	bottom: 50%;
	left: 1rem;
	transform: translateY(50%);
}
.workBox a {
	display: block;
}
.workSec .workTitle {
	padding: 0.5rem 1rem!important;
	font-size: 20px;
}
.workTitleEn {
	margin: 0.25em 0;
	font-size: 20px;
}
.workBox .subText {
	margin: 0;
	padding: 0;
	white-space: nowrap;
}
.workSecBnr{
	display: block;
	bottom: 3px;
}
.workSecBnr a:first-of-type {
	margin-right: auto;
}
.workSecBnr a{
	display: block;
	width: 70%;
	margin: 0 auto;
}
.kougenBn {
	width: 90%;
	height: 80px;
	bottom: 15px;
	right: 5%;
	padding: 5px 10px;
	background-size: 20px auto, cover;
	margin-right: 0%;
}
.moreBtnLine a {
	width: 200px;
	font-size: 12px;
	line-height: 36px;
}
#section3{
	background: #dbd6d0;
}
.recPh01 {
	width: 50%;
	height: 55vh;
	background-position: bottom 10px right 19%;
}
.recPh02 {
	width: 100%;
	height: 34vh;
	z-index: 10;
}
.recPh03 {
	width: 50%;
	height: 55vh;
	top: 0;
}
.recruitTitleBox {
	top: 50%;
	margin-top: -78px;

	padding-top: 20px;
	padding-bottom: 20px;
}
	

#section4 .containerBox{
	margin-top: 0;
}
#section4 .containerBox > .clearfix:first-child {
	margin-top: 35px;	
}
.secTitle {
	font-size: 18px;
	padding-left: 5%;
	padding-right: 5%;
}
.secTitle span {
	font-size: 0.6em;
}
.topicMoreBtn a {
	font-size: 11px;
	line-height: 20px;
}
.topicMoreBtn {
	width: 120px;
	top: 2px;
	right: 5%;
}
.newsList {
	margin: 0 10px 1rem;
	padding: 0.25rem 0.5rem;
}
.newsList li {
	padding: 0.25rem 0.25rem;
}
.newsInner {
	padding: 10px;
	border-radius: 4px;
}
.newsInner p {
	font-size: 12px;
}
.newsPh {
	width: 20%;
}
.newsPh img {
	float: left;
}
.newsInfo {
	flex-direction: column;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.groupBn {
	width: 90%;
	height: 100px;
	margin-top: 5px;
	margin-left: 5%;
	margin-right: 5%;
}
.groupCopyBox {
	width: 240px;
	top: 13px;
	left: 50%;
	padding: 10px;
	margin-left: -120px;
}
.groupCopyText {
	font-size: 14px;
}
.groupCopyText.sub {
	font-size: 11px;
}
.groupBn::after {
	bottom: -5px;
	right: -3px;
	font-size: 24px;
}
.newsInner::before {
	height: 2px;
	top: -1px;
}
.newsTitle {
	width: 100%;
	height: auto;
	font-size: 12px;
	line-height: 1.5em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.newsDay {
	font-size: 10px;
	line-height: 1.5em;
}
	
.newsSecBnr{
	margin-bottom: 0;
}
.topMishimaPlus{
	padding: 0 10px 0 0;
}
.topMishimaPlus img{
	width: 180px;
	margin: 0 0 10px 0;
}
.topMishimaPlus span{
	display: none;
}
.topMishimaOB{
	padding-top: 0;
}
.topMishimaOB img{
	width: 120px;
}
.footMenu ul {
	display: none;
}
.footMenu h5 {
	font-size: 11px;
	margin-top: 0;
	padding: 0.5em 0.25em;
	border-bottom: #999 1px solid;
	margin-bottom: 5px;
}
.footCenterLogo img {
	height: 100px;
}
.copyright {
	font-size: 10px;
	bottom: 15px;
	border-top: #D6000C 10px solid;
	padding-top: 15px;
}
.footBottomMenu {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 1.0em;
	padding-bottom: 1.0em;
	font-size: 12px;
}
.koukenMsg img {
	height: 20px;
	width: auto;
}
.kougenBn p {
	font-size: 14px;
	line-height: 1em;
	letter-spacing: 0.3em;
	margin-top: 2px;
	padding: 5px 10px 5px 15px;

}
.workTitleBox {
	height: auto;
	top: 0;
	left: 0;
	margin-top: 7.25vh;
}
.workBoxSp {
	width: 80%;
	height: auto;
	float: left;
	display: inline-block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	background-color: rgba(213,0,12,0.90);
	background-color: rgba(255,255,255,0.90);
	margin-top: 10px;
	margin-left: 10%;
	z-index: 10;
	padding: 12px 15px 15px 15px;
	background-image: url("../img/top2019/right_arrow_red.png") ,url("../img/top2019/bg_sq.png");
	background-size: 20px auto,30% 80%;
	background-position: calc(100% - 10px) center, right bottom;
	background-repeat: no-repeat,no-repeat;
}
.workBoxSp a{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 11;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.workNumberSp {
	width: 30px;
	height: 30px;
	display: inline-block;
	position: relative;
	float: left;
	text-align: left;
	font-size: 30px;
	line-height: 1.6em;
	font-weight: normal;
	font-style: normal;
	color: #d5000c;
	letter-spacing: 0.05em;
	font-family: 'Oswald', sans-serif;
}
.workTitleSp {
	width: calc(100% - 30px);
	height: auto;
	display: inline-block;
	position: relative;
	text-align: left;
	font-size: 20px;
	line-height: 30px;
	float: left;
	font-weight: 500;
	color: #111;
	letter-spacing: 0.05em;
	 -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 15px;
}

.workTitleSp span.ProcessContract{
	display: block;
	font-size: 13px;
	color: #d5000c;
	letter-spacing: 0.13em;
	line-height: 17px;
}

.workTitleSp span.OurOwnProducts{
	display: block;
	font-size: 13px;
	color: #03A9F4;
	letter-spacing: 0.13em;
	line-height: 17px;
}

.workTitleSp span.Engineering{
	display: block;
	font-size: 13px;
	color: #4CAF50;
	letter-spacing: 0.13em;
	line-height: 17px;
}

.t02 .workNumberSp {
	color: #03A9F4;
}
.t03 .workNumberSp {
	color: #4CAF50;
}
.footMenu h5 a{
	width: 100%;
	height: auto;
	display: inline-block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	background-image: url("../img/top2019/right_arrow_wht.png");
	background-size: 10px 10px;
	background-position: right center;
	background-repeat: no-repeat;
}
video#tjmv{
	left: -65%;
}

}