@charset "UTF-8";
/* CSS Document */




/*----------------------------------------------
↓↓↓ヘッダイメージ↓↓↓
-----------------------------------------------*/

.headerImgBox_office,
.headerImgBox_business,
.headerImgBox_recruit,
.headerImgBox_other{
	position: relative;
	width: 100%;
	height: 250px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.headerImgBox_office{
background: url("https://okawa-jimusyo.com/images/office_mainimg.jpg") no-repeat center;
}
.headerImgBox_business{
background: url("https://okawa-jimusyo.com/images/business_mainimg.jpg") no-repeat center;
}
.headerImgBox_recruit{
background: url("https://okawa-jimusyo.com/images/recruit_mainimg.jpg") no-repeat center;
}
.headerImgBox_other{
background: url("https://okawa-jimusyo.com/images/other_mainimg.jpg") no-repeat center;
}


/*----------------------------------------------
↓↓↓代表者挨拶↓↓↓
-----------------------------------------------*/


.presidentImgWrapper{
	max-width: 700px;
	width: 100%;
	height: 300px;
	margin: 0 auto;
	padding: 50px 0 30px;
	text-align: center;
	position: relative;
	box-sizing: border-box;
}

.presidentImg{
	position: relative;
	margin: 30px auto 0;
	width:300px;
	z-index: 3;
	display: flex;
	flex-direction: column;
}



.presidentWrapper{
	max-width: 700px;
	width: 90%;
	margin: 0 auto;
	padding: 280px 0 50px;
	text-align: center;
	position: relative;
	box-sizing: border-box;
}

.presidentWrapper p{
	line-height: 2.0em;
	text-align: left;
}

.profileBox{
	width:100%;
	background: #eee;
	padding: 30px;
	box-sizing: border-box;
	margin-top: 50px;
}

.profileBox .title{
	text-align: center;
	margin-bottom: 20px;
}


.profileBox table{
	width: 100%;
	border-bottom: thin solid #999!important;
}

.profileBox td{
	width: 200px;
	border-top: thin solid #999!important;
	padding: 5px 0;
	vertical-align: top;
	box-sizing: border-box;
	line-height: 2.0em;
}

.profileBox td:last-child{
	width: calc( 100% - 200px);
	border-top: thin solid #999!important;
	padding: 5px 0;
	vertical-align: top;
	box-sizing: border-box;
	line-height: 2.0em;
}



.officeWrapper{
	max-width: 700px;
	width: 90%;
	margin: 0 auto;
	padding: 50px 0 30px;
	text-align: center;
	box-sizing: border-box;
}

.officeWrapper table{
	width: 100%;
	border: none;
	border-bottom: thin solid #fff!important;
	margin-top: 30px;
}

.officeWrapper td{
	width: 150px;
	color: #fff;
	border-top: thin solid #fff!important;
	padding: 10px 0;
	vertical-align: top;
	box-sizing: border-box;
	line-height: 2.0em;
}

.officeWrapper td:last-child{
	width: calc( 100% - 150px);
}






/*----------------------------------------------
↓↓↓業務案内↓↓↓
-----------------------------------------------*/

.businessTopBG{
	width: 100%;
	height: 200px;
	position: absolute;
	background: -webkit-linear-gradient(0deg, #54c3f1 20%, #428bc4 80%);
	background: -o-linear-gradient(0deg, #54c3f1 10%, #428bc4 80%);
	background: linear-gradient(90deg, #54c3f1 10%, #428bc4 80%);
	z-index: 0;
	top:0;
}


.businessWrapper{
	width: 100%;
	position: relative;
	z-index: 2;
	padding: 100px 0 30px;
}

.businessImgBg{
	width: 100%;
	position: relative;
	background: url("../images/bg_business.png") repeat;
}

.businessImg{
	max-width: 700px;
	width: 100%;
	height: 200px;
	margin: 0 auto;
	overflow: hidden;
	display: flex;
	justify-content:center;
	align-items:center;
}

.businessImg img{
	width: 100%;
}


.businessBox{
	max-width: 700px;
	width: 90%;
	margin: 0 auto;
	text-align: center;
	position: relative;
	box-sizing: border-box;
	padding-bottom: 80px;
}

.businessTitleWrapper{
	position: relative;
	margin: 0px auto 20px;
	width:300px;
	z-index: 3;
	display: flex;
	flex-direction: column;
}


.businessBox p{
	line-height: 2.0em;
	text-align: left;
}








/*----------------------------------------------
↓↓↓採用情報↓↓↓
-----------------------------------------------*/


.recruitWrapper{
	max-width: 700px;
	width: 90%;
	margin: 0 auto;
	padding: 80px 0 50px;
	text-align: center;
	box-sizing: border-box;
}

.recruitWrapper p{
	line-height: 2.0em;
	text-align: left;
}

.recruitBg{
background: #eee;
}


.recruitWrapper table{
	width: 100%;
	border-bottom: thin solid #595959!important;
	margin-top: 30px;
}

.recruitWrapper td{
	width: 150px;
	color: #595959;
	border-top: thin solid #595959!important;
	padding: 10px 0;
	vertical-align: top;
	box-sizing: border-box;
	line-height: 2.0em;
}

.recruitWrapper td:last-child{
	width: calc( 100% - 150px);
}




/*----------------------------------------------
↓↓↓プライバシーポリシー↓↓↓
-----------------------------------------------*/






/*----------------------------------------------
↓↓↓問い合わせフォーム↓↓↓
-----------------------------------------------*/

.contactTxt{
	max-width: 700px;
	width: 90%;
	margin: 0 auto;
	padding: 80px 0 50px;
	text-align: center;
	box-sizing: border-box;
}

.contactTxt p{
	line-height: 1.4em;
	text-align: left;
	font-size: 16px;
	color: #595959;
}



.contactTxt .contactBox{
	width: 100%;
	margin: 50px auto 40px;
}

.contactTxt .contactBox tr td{
	width: calc( 100% - 250px);
	border: none;
	border-top: thin solid #999!important;
	padding: 25px 0;
	vertical-align: top;
	box-sizing: border-box;
}

.contactTxt .contactBox tr td:first-child{
	width: 250px;
	border: none;
	border-top: thin solid #999!important;
	padding: 25px 0;
	vertical-align: top;
	box-sizing: border-box;
}



/*----------------------------------------------
↓↓↓その他↓↓↓
-----------------------------------------------*/

.otherWrapper{
	max-width: 700px;
	width: 90%;
	margin: 0 auto;
	padding: 80px 0 50px;
	text-align: center;
	box-sizing: border-box;
}

.otherWrapper p{
	line-height: 2.0em;
	text-align: left;
	margin-bottom: 20px;
}



/*----------------------------------------------
↓↓↓404エラー↓↓↓
-----------------------------------------------*/

.error404{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin: 100px 0;
}








/*----------------------------------------------
↓↓↓新着情報↓↓↓
-----------------------------------------------*/



.otherWrapper .newsdata{
	position: relative;
	text-align: left;
}

.otherWrapper .newsdata::before{
	content: "▶︎";
	transform: rotate(90deg);
}

.otherWrapper li{
	margin: 50px 0 0;
}






@media (max-width: 1000px) {
    
 
    
}


@media (max-width: 900px) {
   

/*----------------------------------------------
↓↓↓問い合わせフォーム↓↓↓
-----------------------------------------------*/


.contactTxt .contactBox table{
	width: 100%;
}	
	
.contactTxt .contactBox tr td{
	display: block;
	width: 100%;
	border: none!important;
	padding: 5px 0 10px;
}

.contactTxt .contactBox tr td:first-child{
	display: block;
	width: 100%;
	border: none!important;
	padding: 10px 0 0;
}




	
	
}



@media (max-width: 640px) {

	

/*----------------------------------------------
↓↓↓ヘッダイメージ↓↓↓
-----------------------------------------------*/
	
.headerImgBox_office,
.headerImgBox_business,
.headerImgBox_recruit,
.headerImgBox_other{
	height: 140px;
background-size: cover;
}




/*----------------------------------------------
↓↓↓代表者挨拶↓↓↓
-----------------------------------------------*/	
	
.presidentImg{
	width:250px;
}

	
.presidentWrapper{
	padding: 230px 0 50px;
}

	
	
.profileBox td{
	display: block;
	width: 100%;
	padding: 0px;
	padding-top: 10px;
	line-height: 1.4em;
}

.profileBox td:last-child{
	border-top: none!important;
	padding: 0 10px 10px 7px;
	width: 100%;
	line-height: 1.4em;
}



.officeWrapper td{
	display: block;
	width: 100%;
	padding-top: 10px;
	line-height: 1.4em;
}
.officeWrapper td:last-child{
	border-top: none!important;
	padding-top: 0px;
	width: 100%;
	line-height: 1.4em;
}





/*----------------------------------------------
↓↓↓業務案内↓↓↓
-----------------------------------------------*/




/*----------------------------------------------
↓↓↓採用情報↓↓↓
-----------------------------------------------*/



.recruitWrapper{
	padding: 50px 0 50px;
}
	
.recruitWrapper td{
	display: block;
	width: 100%;
	padding-bottom: 0;
	line-height: 1.4em;
}

.recruitWrapper td:last-child{
	display: block;
	width: 100%;
	padding-top: 0px;
	border-top: none!important;
	line-height: 1.4em;
}

	

/*----------------------------------------------
↓↓↓プライバシーポリシー↓↓↓
-----------------------------------------------*/

	
	

/*----------------------------------------------
↓↓↓問い合わせフォーム↓↓↓
-----------------------------------------------*/

.contactTxt{
	padding: 50px 0 50px;
}


/*----------------------------------------------
↓↓↓その他↓↓↓
-----------------------------------------------*/

.otherWrapper{
	padding: 50px 0 50px;
}
	
	

    
}
    
