@charset "utf-8";

#pagetitle {
	background-image: url(../img/company/pagetitle.jpg);
}

/*--------------------------
 #sec-greeting
--------------------------*/
#sec-greeting .txt-area {
	flex: 1;
	padding: 0 5%;
}
#sec-greeting .txt-area .sec-ttl {
	position: relative;
}
#sec-greeting .txt-area .sec-ttl::before {
	content: "";
	width: 80px;
	height: 2px;
	background-color: #48760c;
	position: absolute;
	bottom: 0;
	left: 0;
}
#sec-greeting .txt-area .post-txt span:first-child {
	padding-right: 1em;
}
#sec-greeting .img-area {
	width: 44%;
	max-width: 600px;
}
#sec-greeting .img-area .img-wrap {
	width: 100%;
	aspect-ratio: 3/2;
}
#sec-greeting .img-area .img-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media (max-width: 1350px) {
	#sec-greeting .txt-area {
		padding: 0 5% 0 0;
	}
}
@media (max-width: 991px) {
	#sec-greeting .flex {
		flex-direction: column;
		align-items: center;
	}
	#sec-greeting .txt-area {
		width: auto;
		flex: none;
		padding: 0 0 40px 0;
	}
	#sec-greeting .img-area {
		width: 100%;
		max-width: 600px;
	}
}


/*--------------------------
 #sec-policy
--------------------------*/
#sec-policy {
	background-color: #f8f3e1;
	position: relative;
}
#sec-policy::before ,
#sec-policy::after {
	content: "";
	width: 320px;
	height: auto;
	position: absolute;
	background-repeat: no-repeat;
	background-size: cover;
}
#sec-policy::before {
	aspect-ratio: 320/98;
	top: 0;
	left: 0;
	background-image: url(../img/company/bg01.png);
}
#sec-policy::after {
	aspect-ratio: 320/101;
	bottom: 0;
	right: 0;
	background-image: url(../img/company/bg02.png);
}
#sec-policy .flex {
	justify-content: center;
	align-items: center;
}
#sec-policy .ttl-area {
	padding-right: 80px;
}
#sec-policy .txt-area {
	padding-left: 50px;
	position: relative;
}
#sec-policy .txt-area::before {
	content: "";
	width: 2px;
	height: 100%;
	background-color: #48760c;
	position: absolute;
	top: 0;
	left: 0;
}
@media (max-width: 768px) {
	#sec-policy::before ,
	#sec-policy::after {
		width: max(40%,120px);
	}
	#sec-policy .flex {
		flex-direction: column;
		align-items: center;
	}
	#sec-policy .ttl-area {
		padding-right: 0;
		padding-bottom: 30px;
	}
	#sec-policy .txt-area {
		padding-left: 0;
		padding-top: 40px;
}
	#sec-policy .txt-area::before {
		width: 80px;
		height: 2px;
		left: calc(50% - 40px);
	}
}



/*--------------------------
 #sec-overview
--------------------------*/
#sec-overview .generic-table {
	width: 100%;
	max-width: 650px;
	margin: 0 auto;
}
#sec-overview .generic-table .table-item dt {
	justify-content: flex-start;
}
#sec-overview .generic-table .table-item dd {
	margin-left: 0px;
}
@media (max-width: 768px) {
	#sec-overview .generic-table .table-item dt {
		padding: 5px 5%;
	}
	#sec-overview .generic-table .table-item dd {
		margin-top: 0px;
	}
}