/*下部COMPANY-RECRUIT*/
.com_rec{
	margin-top: 50px;
}

.com_rec_wrap{
	display: flex;
	width: 100%;
}
.company,.recruit{
	width: 50%;
	position: relative;
}
.company_title{
	color: #fff;
	position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.company_title h2{
	font-size: calc(15px + 3vw);
	line-height: 1;
	margin: 0;
}
.company_title p{
	margin-top: 10px;
}

.company img,.recruit img{
	transform: scale(1);
	filter: grayscale(90%) brightness(70%);/*モノクロ具合を変更したい場合はこの数値を変更*/
	transition: .3s ease-in-out;/*移り変わる速さを変更したい場合はこの数値を変更*/
}
.company:hover img,.recruit:hover img{
	filter:grayscale(0);
	transform: scale(1.1)
}
.mask{
    display: block;
    line-height: 0;/*行の高さを0にする*/
    overflow: hidden;/*拡大してはみ出る要素を隠す*/
}
/*下部COMPANY-RECRUIT おわり*/

/*footerここから*/
.footer_side{
	  width:100%;
	  background-color: #fff;
}
.footer_wrap{
	  /* background-color:#fff3f8; */
	  max-width: 1000px;
	  width:100%;
	  margin: 0 auto;
	  padding: 0 1%;
}
.footer_top{
	  width:100%;
	  margin: 0 0 -30px;
}
footer{
	display:flex;
	padding:60px 0 80px;
}
.footer1,.footer2,.footer3,.footer4{margin: 0 1.66%;}
.footer1{width: 30%;}
.footer2{width: 30%;}
.footer3{width: 30%;}
.footer4{width: 18%;margin: 32px 0 0px 6%;}


.footer1_1{
    text-indent: 1em;
    font-size: 13px;
}

footer a:visited, footer a:link{
	color:black;
}

.footer4 img{
	  width:100%;
	  margin-bottom: 3px;
}

.bottom {
	text-align: left;
	padding: 0;
	margin: 0;
	/* background:#ed7895; */
}
.bottom img{
	/* max-width:240px; */
}
@media(max-width:650px){
	.bottom {
		text-align: center;
		padding: 0 0 10vw 0;
		margin: 30px 0 0;
	}
}

.tenpo{
  border-top: 1px solid #ccc;
  width:1200px;
	max-width:96%;
  margin: 20px auto;
}

.footer_tenpo{
	display:
	flex;
	flex-wrap:
	wrap;
	font-size:85%;
	text-align:
	left;
	line-height: 150%;
	margin: 30px auto;
	width:1050px;
	max-width:96%;
}
.footer_tenpo div{
	width:25%;
	padding:2vw 1vw;
}
.tenpo div p{
	margin-top:3px;
}
.footer_tenpo img{
	margin-bottom:5px;
}
.footer_tenpo strong{
	font-size:105%;
}
.footer_tenpo i{
	margin-right:0.3em;
}
.saijyo_open{
	color:#f8b;
	font-weight:bold;
}

.footer_comment{
	/* color:#f8b; */
	font-size:85%;
	flex: 7.5;
	/* max-width: 1150px; */
	padding: 10px 10px 0;
	letter-spacing:1px;
}

.tenpo .texthead{
	height:1.3em;
	width:auto;
	vertical-align:top;
	margin-right:4px;
}

@media(max-width:650px){
	.footer_tenpo div{
		width:50%;
		padding: 3vw;
		overflow:
		hidden;
	}
}
/*bottom2*/
.bottom2{
	margin: 0px 0 0;
	padding: 60px 0 2%;
	background: #ed7895;
	color: #fff;
}
.bottom2_inner{
	max-width: 1150px;
	width: 90%;
	margin: 0 auto;
}
.bottom2_flex{
	display:flex;
	width:100%;
	align-items:flex-end;
	margin-bottom:30px;
	flex-wrap:wrap;
}

.footer_logo_box{
	margin: 0 0 calc(30px + 3vw) 0;
}
.bottom2 img{
	max-height: 100px;
}
.contact a{
	display:
	block;
	/* border: 1px solid #ed7895; */
	padding:0 15px 2px;
	max-width: 15em;
	margin: 10px 0 0 auto;
	color: #fff;
	/* background: #ed7895; */
	border-radius: 2px;
	align-items: center;
	text-align:
	right;
}
.bottom2 .contact i{
	margin-left:0.5em;
}
.address{
	width: 50%;
	display: flex;
	padding-bottom:1.5em;
}
.copyright{
	color: #ffdfe7;
	letter-spacing:1px;
	text-align:
	center;
	margin-top:40px;
	border-top: 1px solid #ffb5b5;
	padding-top:12px
}
.bottom_logo{
	width: 26%;
}
.address_box{
	width: 39%;
	font-size:95%;
	padding: 10px 30px 0;
}
.contact{
	width: 35%;
	padding:0;
}
.address_box span{
	display:
	inline-block;
	margin-right: 0.4em;
	font-size: 85%;
}
.address_box .telfax{
	background: #fff;
	color:#ed7895;
	border-radius:2px;
	padding:0 4px 2px;
	font-size:75%;
	vertical-align: 0.2em;
}
.address_box .mapbox{
	box-shadow:3px 3px 0 #ed7895;
}

.address_box iframe{
	filter: grayscale();
	vertical-align:bottom;
}

.address_box i{
	margin-right:0.2em;
}
.border_footer{
	margin-top: 10px;
	padding-top: 20px;
	border-top: 1px solid #bbb;
	display: flex;
	font-size: 90%;
}
.map{
	display: flex;
	width: 50%;

}
.map div:nth-child(1){
	width: 48%;
	margin-right: 2%;
	height: 200px;
}
.map div:nth-child(2){
	width: 50%;
	
}
@media(max-width:900px){
	.copyright{
		width:100%;
		text-align:
		center;
		padding:10px 0;
		/* border-top:1px solid #bbb; */
	}	
	.boder_footer{
		display:none;
	}
	.contact{
		width:100%;
		padding: 30px 0 0;
	}
}

@media(max-width:650px){
	footer {
		display: none;
	}
	footer a{
		color:#00f;
	}
	.footer_tenpo{
		margin:60px auto 0px;
	}
	.tenpo{
		border-top: none;
		width:1200px;
		max-width:96%;
		margin: 50px auto 10px;
	}	
	.footer1, .footer2, .footer3{
		/*width:98%;margin: 0 1%;*/
	    display:none;
	}
	.footer4 {width: 100%;margin: 32px 0 0;}
	
	.footer4 img {
		width: 49%;
		margin-bottom: 6px;
	}	.bottom_logo{
		width: 100%;
		padding: 0 20%;
	}
	.address_box{
		width: 100%;
		font-size: 88%;
		padding: 25px 30px 0;
		text-align:center;
	}		
	.contact a{
		width:100%;
		max-width:100%;
		margin:0;
		text-align:center;
	}
	.copyright{
		padding-bottom: 24vw;
	}
}

/*footerここまで*/

