@charset "utf-8";
/* CSS Document */
.mainMenu {
    z-index: 10000;
}

/*PC*/
@media print, screen and (min-width: 769px) {
#main--image .main--bg {
background-image: url("../images/factory/hed_img.jpg");
}

.comTit02 { line-height:1.6 !important;}

.comBtn02 { padding-top: 80px;}

/*-----index-------*/
.com_LedeBox_In h4 span {
    padding-left: 5px;
    padding-right: 5px;
    background: linear-gradient(transparent 60%, #f8ce2d 60%);

}

.flowTateWrap {
width: 90%;
margin: 0 auto 100px;
}

.flowTate li {
position: relative;
margin-bottom: 100px;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}

.flowTate li div.flowTate__img {
width: 400px;
}

.flowTate li div.flowTate__txt {
width: calc(100% - 450px);
}

.flowTate__txt h3 {
/*border-left: 4px solid #993333;
padding-left: 15px;*/
font-size: 1.6rem;
margin-bottom: 20px;
}

.flowTate li:after {
content: "";
display: block;
position: absolute;
bottom: -53px;
right: 50%;
margin: auto;
margin-right: -13px;
width: 26px;
height: 26px;
border-bottom: 2px solid #993333;
border-right: 2px solid #993333;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}

.flowTate li:last-child {
margin-bottom: 0px;
}

.flowTate li:last-child:after {
content: none;
}

.flowWrap {
    width: 80%;
    min-width: 1100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
}

.flowWrap2 {
    width: 80%;
    min-width: 1100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
	flex-direction: row-reverse;
}

.flowWrap3 {
    width: 80%;
    min-width: 1100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto 60px;
}

.flow_img01 {
    width: 50%;
	min-height:600px;
    background: url("../images/flow/bg_img01.jpg") center center no-repeat;
    background-size: auto;
    background-size: cover;
}

.flow_img02 {
    width: 50%;
	min-height:600px;
    background: url("../images/flow/bg_img02.jpg") center center no-repeat;
    background-size: auto;
    background-size: cover;
}

.flow_img03 {
    width: 50%;
	min-height:600px;
    background: url("../images/flow/bg_img03.jpg") center center no-repeat;
    background-size: auto;
    background-size: cover;
}

.flow_txtWrap {
box-sizing: border-box;
width: 50%;
padding: 6%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}

.flow_txtWrap h3 {
font-size:1.6rem;
margin-bottom: 10px;
font-weight: 500;
}

.flow_txtWrap h4 {
margin-bottom: 20px;
}

.flow_txtWrap h5 {
color:#993333;
font-size:1.5rem;
margin-bottom: 20px;
}

/*----*/
.bgGray2 {
background-color: #2a2a2a;
}

.bgGray2 h3,
.bgGray2 h4,
.bgGray2 p {
color: #fff;
}

.pt30 {
padding-top: 30px;
}

.btnWide {
max-width: 400px;
}

}




/*----------------------------------------------------*/




/*sp*/
@media only screen and (max-width: 768px) {
#main--image .main--bg {
background-image: url("../images/factory/hed_img.jpg");
}

.comBtn02 { padding-top: 40px; margin-left: auto; margin-right: auto;}


/*-----index-------*/
.com_LedeBox_In h4 span {
    padding-left: 5px;
    padding-right: 5px;
    background: linear-gradient(transparent 60%, #f8ce2d 60%);

}

.flowTateWrap {
width: 100%;
margin:0 auto 40px;
}

.flowTate li {
position: relative;
margin-bottom: 70px;
/*display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;*/
}

.flowTate li div.flowTate__img {
text-align: center;
width: 100%;
max-width: 400px;
margin: 0 auto 15px;
position: relative;
}

.number {
position: absolute;
top: 0;
left: 0;
background-color: #000;
color: #fff;
padding: 10px 15px;
z-index: 10;
}

.flowTate li div.flowTate__txt {
width: 100%;
}

.flowTate__txt h3 {
/*border-left: 6px solid #993333;
padding-left: 15px;*/
font-size: 1.6rem;
margin-bottom: 15px;
}

.flowTate li:after {
content: "";
display: block;
position: absolute;
bottom: -33px;
right: 50%;
margin: auto;
margin-right: -10px;
width: 20px;
height: 20px;
border-bottom: 3px solid #993333;
border-right: 3px solid #993333;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}

.flowTate li:last-child {
margin-bottom: 0px;
}

.flowTate li:last-child:after {
content: none;
}


/*-----上司からのメッセージ-------*/
.flowbossWrap,
.flowbossWrap2,
.flowbossWrap3 {
    width: 100%;
    margin-bottom:50px;
}

.flowWrap {
margin-bottom: 50px;
}

.flowWrap2 {
margin-bottom: 50px;
}

.flow_img01 {
    width: 100%;
	min-height:300px;
    background: url("../images/flow/bg_img01.jpg") center center no-repeat;
    background-size: auto;
    background-size: cover;
}

.flow_img02 {
    width: 100%;
	min-height:300px;
    background: url("../images/flow/bg_img02.jpg") center center no-repeat;
    background-size: auto;
    background-size: cover;
}

.flow_img03 {
     width: 100%;
	min-height:300px;
    background: url("../images/flow/bg_img03.jpg") center center no-repeat;
    background-size: auto;
    background-size: cover;
}

.flow_txtWrap {
    box-sizing: border-box;
    width: 100%;
    padding:15px;
}

.flow_txtWrap h3 {
	font-size:1.6rem;
	margin:0 auto 10px;
    font-weight: 500;
}

.flow_txtWrap h4 {
	margin:0 auto 20px;
}

.flow_txtWrap h5 {
	color:#993333;
	font-size:1.5rem;
	margin:0 auto 20px;
}

/*----*/
.bgGray2 {
background-color: #2a2a2a;
}

.bgGray2 h3,
.bgGray2 h4,
.bgGray2 p {
color: #fff;
}

.pt30 {
padding-top: 30px;
}

.btnWide {
max-width: 100%;
}

}
