@charset "UTF-8";

#header {
	height: 390px;
	border-top: 2px solid #80442B;
	width: 100%;
	margin-bottom: 60px;
	background-image: url(../about/img/about_bg.webp);
	background-position: center top;
}

.ceo_box{display: flex;justify-content: space-between;}
#dept {
	padding: 4px;
	border: 1px solid #CCCCCC;
	margin-right: 20px;
	height: 100%;
}
#dept img{object-fit: cover; height: 100%;}
#dept02 {
	float: left;
	padding-right: 4px;
	border: 1px solid #CCCCCC;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	margin-right: 15px;
}
#dept03 {
	float: right;
	padding-right: 4px;
	border: 1px solid #CCCCCC;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}
.meister {
	width: 100%;
}
.btnSP {width: 100%;display: flex;justify-content: space-evenly;margin-bottom: 50px;}


@media (max-width: 767px) {
	#header{height: 70vw;}

	.title{background-size: auto 70%; background-repeat: no-repeat;}

	.btnSP{flex-wrap: wrap;gap: 20px;}

	.ceo_box{flex-wrap: wrap;justify-content: center;}
	#dept{height: auto;margin: 0 0 30px 0;}
}
