@charset "utf-8";
/* CSS Document */
/* ---------- cate1 ---------- */
.cate1{
	position: relative;
}
.cate1 .box_wrap{
	position: relative;
	justify-content: flex-start;
}
.cate1 .box_wrap .txtbox{
	padding: 150px 350px 150px 200px;
	width: 80%;
}
.cate1 .box_wrap .txtbox .name-box{
	justify-content: flex-start;
}
.cate1 .box_wrap .imgbox{
	position: absolute;
	bottom:-3%;
	right:50px;
	width: 35%;
}
/* ---------- cate2 ---------- */
.cate2{
	justify-content: space-between;
}
.cate2 .imgbox {
    width: 35%; 
}
.cate2 .txtbox {
    width: 55%; 
}

/* ---------- cate3 ---------- */

.cate3 .company-wrap{
	margin: 0 auto;
	width: 70%;
	padding-top : 80px;
}
.cate3 .company-wrap .item{
	padding: 10px;
}
.cate3 .company-wrap .item:not(:last-of-type){
	border-bottom: 1px solid #DEDEDE;
}
.cate3 .company-wrap .item:first-of-type,.recruit1 .item-wrap .item:first-of-type{
	padding-top: 0;
}
.cate3 .company-wrap .item h3{
	width: 20%;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: flex-start;
    align-items: left;
	flex-direction: row;
	box-sizing: border-box;
	padding-right: 30px;
	padding: 20px 0;
}
.cate3 .company-wrap .item > div{
	width: 80%;
	padding: 15px 0;
	padding-left: 80px;
}
/* ---------- cate4 ---------- */
.cate4 .map{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 550px;
}
.cate4 .map iframe{
	position: absolute;
	width: calc(100% + 10px);
	height: calc(100% + 10px);
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	.cate1 .box_wrap .txtbox{
		padding: 100px 200px 100px 100px;
		width: 80%;
	}
	.cate1 .title-style1 {
		top: 80px;
	}
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.cate1 .box_wrap .txtbox{
		padding: 80px 250px 80px 80px;
	}
	.cate1 .box_wrap .imgbox{
		position: absolute;
		bottom:10%;
		right:30px;
		width: 40%;
	}
	.cate2{
		flex-direction: column;
	}
	.cate2 .imgbox {
		width: 80%;
		padding-bottom: 30px;
	}
	.cate2 .txtbox {
		width: 80%; 
	}
	.cate3 .company-wrap{
		width: 80%;
		padding-top : 50px;
	}
	.cate4 .map{
		height: 450px;
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.cate1 .box_wrap .txtbox{
		padding: 50px;
	}
	.cate1 .box_wrap {
        flex-direction: column-reverse;
    }
	.cate1 .box_wrap .imgbox{
		padding-top: 50px;
		position: static;
		width: 50%;
	}
	.cate1 .box_wrap .txtbox{
		width: 100%;
	}
	.cate3 .company-wrap{
		width: 90%;
	}
	.cate4 .map{
		height: 350px;
	}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.cate4 .map{
		height: 250px;
	}
 .cate3 .company-wrap .item > div {
    padding-left: 30px;
}
     .cate1 .box_wrap .imgbox {
        padding-top: 20px;
    }
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

