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

h2 {
	font-size: 16px;
	font-weight: 100;
	border-left: 5px solid rgba(247,147,30,1);
	padding-left: 15px;
}

#greetings .wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 800px;
	margin: auto;
}

#greetings .wrap .image {
    width: 25%;
}

#greetings .wrap .image img {
	width: 100%;
	height: auto;
    border: 1px solid #ccc;
    border-radius: 15px;
}

#greetings .wrap .text {
    width: 70%;
    padding: 20px 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

#greetings .wrap .text .ceo-name {
    font-weight: 700;
    margin-top: 40px;
    text-align: right;
}

#greetings .wrap .text .ceo-name span {
    display: block;
}

#about .wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

#about .wrap .company-info {
	width: 60%;
}

#about dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
    line-height: 150%;
    margin: 30px 30px 30px 0;
}

#about dt,
#about dd {
	padding: 20px 10px;
	border-bottom: 1px solid rgba(247,147,30,1);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

#about dt {
	width: 20%;
}

#about dd {
	width: 80%;
}

#about .map {
	margin: 30px 0;
	height: 88%;
}

#about .map iframe {
    width: 100%;
    height: 100%;
}

#recruit .recruit-lead {
	text-align: center;
	width: 500px;
	margin: 50px auto 30px;
}

#recruit .wrap {
	width: 680px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
	margin: auto;
}

#recruit .wrap .recruit-box {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-box-shadow: 0 5px 10px 1px #aaa;
	        box-shadow: 0 5px 10px 1px #aaa;
	border-radius: 0 0 10px 10px;
}
	
#recruit .wrap .recruit-box h3 {
	text-align: center;
	color: white;
	font-size: 30px;
	width: 100%;
	line-height: 55px;
	margin-bottom: 35px;
}

#recruit .wrap .recruit-box-1 h3 {
	background: #7ac943;
}

#recruit .wrap .recruit-box-2 h3 {
	background: #0071bc;
}
#recruit .wrap .recruit-box p {	
	padding: 0 30px;
}

#recruit .wrap .recruit-box .btn {
	margin: 40px auto 20px;
	width: 260px;
	height: 45px;
	line-height: 45px;
	border-radius: 15px;
	-webkit-box-shadow: 0px 4px #e07d19;
	        box-shadow: 0px 4px #e07d19;
	background-color: #F7931E;
	text-align: center;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
    padding: 0;
}

#recruit .wrap .recruit-box .btn a {
	color: #FFF;
	width: 100%;
	height: 100%;
	display: block;
}

#recruit .wrap .recruit-box .btn:hover {
	opacity: 0.8;
}

#recruit .wrap .recruit-box .btn:active {
	top: 3px;
	-webkit-box-shadow: 0px 1px #e07d19;
	        box-shadow: 0px 1px #e07d19;

}


@media (max-width:760px) {
	#greetings .wrap {
		width: auto;
	}
	
	#greetings .wrap .image {
		width: 28%;
	}
	
	#about .wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		width: 90%;
		margin: auto;
	}
	#about .wrap .company-info {
		width: 100%;
	}

	#about .map {
		height: 300px;
	}
	
	#recruit .wrap {
		width: 100%;
		margin: auto;
}

}

@media (max-width:620px) {
	
	#greetings .wrap {
		margin: auto;
   		width: 90%;
	}
	
	#greetings .wrap .image {
		width: 50%;
	}
	
	#recruit .recruit-lead {
		width: 90%;
	}
	
	#recruit .wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	
	#recruit .wrap .recruit-box {
		width: 50%;
    	margin: 0 auto 20px;
	}
	
	#recruit .wrap .recruit-box .btn {
		width: 90%;
	}
	
}

@media (max-width:570px) {
	#recruit .wrap .recruit-box .btn {
		margin-top: 20px;
	}
	
	#recruit .wrap .recruit-box h3 {
		margin-bottom: 20px;
	}

}

@media (max-width:440px) {
	
	#greetings .wrap {
	    display: block;
	}
	
	#greetings .wrap .image {
	    float: left;
	    margin-right: 10px;
    	margin-bottom: 10px;
		width: 45%;
	}
	#greetings .wrap .text {
		width: 100%;
		padding: 0;
	}
	#recruit .wrap .recruit-box {
	    width: 60%;
	}
	
}

@media (max-width:400px) {
	
	#recruit .wrap .recruit-box {
	    width: 70%;
		}
	#recruit .wrap .recruit-box .btn {
		height: 12vw;
		line-height: 12vw;
		}
	
	#about dl {
		margin: 30px auto;
		}
}