.staff_head {
	width: 100%;
	padding: 20px 0;
	display: flex;
	justify-content: center;
	background-color: #424649;
}

.staff_head h2 {
	font-size: 22px;
	letter-spacing: 2px;
	color: white;
	text-align: center;
}

.section01 {
	padding: 15px 0 120px;
	background-color: #faf8f5;
}

.pan_list {
	width: 1080px;
	margin: 0 auto;
	display: flex;
	align-items: center;
}

.pan_list a,
.pan_list span {
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 1.5px;
	text-decoration: none;
}

.pan_list p {
	font-size: 12px;
	line-height: 15px;
	margin: 0 5px;
}

.staff_introduction {
	width: 960px;
	margin: 50px auto 0;
}

.staff_introduction .staff_name {
	display: inline-block;
	padding: 8px 15px;
	background-color: #7a7c7f;
	color: white;
	font-size: 14px;
	letter-spacing: 1px;
}

.staff_introduction .catch {
	padding: 15px 0 10px;
	width: 100%;
	border-bottom: solid 1.5px #d3d3d4;
	margin-bottom: 15px;
}

.staff_introduction .catch h3 {
	font-size: 22px;
	letter-spacing: 2px;
	line-height: 27px;
	color: #ee4d27;
}

.staff_introduction .introduction_text {
	margin-bottom: 30px;
}

.staff_introduction .introduction_text p {
	font-size: 16px;
	line-height: 28px;
}

.staff_introduction .staff_img {
	width: 100%;
	padding-top: 67%;
//	background-color: white;
	position: relative;
	margin-bottom: 45px;
}

.staff_introduction .staff_img img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: contain;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.staff_introduction .staff_comment p {
	font-size: 16px;
	line-height: 28px;
}

.sec_head {
	display: flex;
	align-items: center;
	width: 960px;
	margin: 0 auto;
}
.sec_head.ul {
	border-bottom: solid 1.5px #d3d3d4;
	padding-bottom: 15px;
}

.sec_head img {
	width: 25px;
	margin-right: 12px;
}

.sec_head h3 {
	font-size: 28px;
	letter-spacing: 1.5px;
}

.point_wrap {
	width: 100%;
	margin: 135px auto 0;
}

.point_list {
	margin-bottom: 50px;
}

.point_list .point {
	display: flex;
	justify-content: space-between;
	border-bottom: solid 1.5px #d3d3d4;
	padding: 60px 0;
}
.point_list .point:nth-child(even) {
	flex-direction: row-reverse;
}

.point_list .point .text_block {
	max-width: 600px;
	width: 600px;
}

.point_list .point .text_block .point_head {
	font-size: 20px;
	line-height: 25px;
	letter-spacing: 1.5px;
	margin-bottom: 15px;
	color: #ee4d27;
}

.point_list .point .text_block p {
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 1px;
}

.point_list .point .img_block {
	max-width: 300px;
	width: 100%;
}

.point_list .point .img_block img {
	width: 100%;
}

.point_comment p {
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 1px;
}

.section {
	padding: 135px 0;
	background-color: white;
}

.stf_list {
	width: 960px;
	display: flex;
	flex-wrap: wrap;
	margin: 25px auto 0;
}

.stf_list .staff {
	width: 290px;
	margin: 0 45px 20px 0;
	text-decoration: none;
}
.stf_list .staff:nth-child(3n) {
	margin-right: 0;
}

.stf_list .staff .img_box {
	width: 100%;
	padding-top: 66%;
	background-color: white;
	margin-bottom: 15px;
	position: relative;
}

.stf_list .staff .img_box img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.stf_list .staff h4 {
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 24px;
	margin-bottom: 10px;
}

.stf_list .staff p {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.5px;
}

.cmp_menu {
	padding: 100px 0;
	background-color: #faf8f5;
}

.cmp_menu .cmp_block {
	width: 960px;
	margin: 0 auto;
}

.cmp_menu .cmp_block .cmp_name {
	width: 100%;
	padding: 8px 0;
	border-bottom: solid 1.5px #d3d3d4;
}

.cmp_menu .cmp_block .cmp_name p {
	font-size: 22px;
	line-height: 25px;
}

.cmp_menu .cmp_block .btn_area {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 30px;
}

.cmp_menu .cmp_block .btn_area a {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 225px;
	height: 50px;
	border-radius: 25px;
	border: solid 1.5px #a6a8a9;
	background-color: white;
	text-decoration: none;
	margin: 0 15px 20px 0;
}
.cmp_menu .cmp_block .btn_area a:nth-child(4n) {
	margin-right: 0;
}
.cmp_menu .cmp_block .btn_area a:hover {
	background-color: #ee4d27;
	border: solid 1.5px #ee4d27;
	opacity: 1;
}

.cmp_menu .cmp_block .btn_area a p {
	font-size: 14px;
	letter-spacing: 1px;
}
.cmp_menu .cmp_block .btn_area a:hover p {
	color: white;
}

.cmp_menu .cmp_block .btn_area a img {
	width: 5px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	margin: auto;
}
.cmp_menu .cmp_block .btn_area a img.white_btn {
	display: none;
}
.cmp_menu .cmp_block .btn_area a:hover img.gray_btn {
	display: none;
}
.cmp_menu .cmp_block .btn_area a:hover img.white_btn {
	display: block;
}

@media screen and (max-width: 800px) {
	.staff_head {
		width: 100%;
		padding: 10px 30px;
		display: flex;
		justify-content: center;
		background-color: #424649;
	}

	.staff_head h2 {
		font-size: 14px;
		line-height: 20px;
		letter-spacing: 2px;
		color: white;
		text-align: center;
	}

	.section01 {
		padding: 0 0 60px;
		background-color: #faf8f5;
	}

	.pan_list {
		display: none;
	}

	.section01 {
		padding: 15px 0 60px;
		background-color: #faf8f5;
	}

	.pan_list {
		display: none;
	}

	.staff_introduction {
		width: 100%;
		padding: 0 30px;
		margin: 15px auto 0;
	}

	.staff_introduction .staff_name {
		display: inline-block;
		padding: 8px 15px;
		background-color: #7a7c7f;
		color: white;
		font-size: 12px;
		letter-spacing: 2px;
		margin: 0 0;
	}

	.staff_introduction .catch {
		padding: 15px 0 10px;
		width: 100%;
		border-bottom: solid 1.5px #d3d3d4;
		margin: 0 auto 15px;
	}

	.staff_introduction .catch h3 {
		font-size: 18px;
		letter-spacing: 2px;
		line-height: 24px;
		color: #ee4d27;
	}

	.staff_introduction .introduction_text {
		width: 100%;
		margin: 0 auto 20px;
	}

	.staff_introduction .introduction_text p {
		font-size: 14px;
		line-height: 22px;
	}

	.staff_introduction .staff_img {
		width: 100%;
		padding-top: 67%;
		background-color: white;
		position: relative;
		margin-bottom: 30px;
	}

	.staff_introduction .staff_img img {
		position: absolute;
		width: 100%;
		height: 100%;
		object-fit: contain;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}

	.staff_introduction .staff_comment p {
		font-size: 14px;
		line-height: 22px;
	}

	.section {
		padding: 40px 0;
	}

	.sec_head {
		display: flex;
		align-items: flex-start;
		width: calc(100% - 60px);
		margin: 0 auto;
	}

	.sec_head img {
		width: 20px;
		margin-right: 10px;
	}

	.sec_head h3 {
		font-size: 18px;
		line-height: 20px;
		letter-spacing: 1.5px;
	}

	.sec_head h3 span {
		display: inline-block;
	}

	.point_wrap {
		width: 100%;
		margin: 40px auto 0;
	}

	.point_wrap .sec_head {
		width: 100%;
	}

	.point_list {
		margin-bottom: 20px;
	}

	.point_list .point {
		display: flex;
		justify-content: space-between;
		border-bottom: solid 1.5px #d3d3d4;
		padding: 40px 0;
		flex-wrap: wrap;
	}
	.point_list .point:nth-child(even) {
		flex-direction: row;
	}

	.point_list .point .text_block {
		max-width: 100%;
		width: 100%;
	}

	.point_list .point .text_block .point_head {
		font-size: 16px;
		line-height: 22px;
		letter-spacing: 1.5px;
		margin-bottom: 10px;
		color: #ee4d27;
	}

	.point_list .point .text_block p {
		font-size: 14px;
		line-height: 22px;
		letter-spacing: 1px;
	}

	.point_list .point .img_block {
		max-width: 100%;
		width: 100%;
		margin-top: 20px;
	}

	.point_list .point .img_block img {
		width: 100%;
	}

	.point_comment p {
		font-size: 14px;
		line-height: 22px;
		letter-spacing: 1px;
	}

	.stf_list {
		width: 100%;
		margin: 20px auto 0;
		padding: 0 30px;
		justify-content: space-between;
	}

	.stf_list .staff {
		width: 46%;
		margin: 0 0 20px 0;
		text-decoration: none;
	}
	.stf_list .staff:nth-child(3n) {
		margin-right: 0;
	}

	.stf_list .staff .img_box {
		width: 100%;
		padding-top: 66.67%;
		background-color: white;
		margin-bottom: 5px;
		position: relative;
	}

	.stf_list .staff .img_box img {
		width: 100%;
		height: 100%;
		object-fit: contain;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}

	.stf_list .staff h4 {
		font-size: 14px;
		letter-spacing: 1px;
		line-height: 20px;
		margin-bottom: 5px;
	}
	.stf_list .staff h4 span {
		display: inline-block;
	}

	.stf_list .staff p {
		font-size: 14px;
		line-height: 20px;
		letter-spacing: 0.5px;
	}

	.cmp_menu {
		padding: 40px 30px;
	}

	.cmp_menu .cmp_block {
		width: 100%;
		margin: 0 auto;
	}

	.cmp_menu .cmp_block .cmp_name {
		width: 100%;
		padding: 8px 0;
		border-bottom: solid 1.5px #d3d3d4;
	}

	.cmp_menu .cmp_block .cmp_name p {
		font-size: 18px;
		line-height: 22px;
	}

	.cmp_menu .cmp_block .btn_area {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		margin-top: 20px;
	}

	.cmp_menu .cmp_block .btn_area a {
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
		width: 180px;
		height: 40px;
		border-radius: 20px;
		border: solid 1.5px #a6a8a9;
		background-color: white;
		text-decoration: none;
		margin: 0 10px 15px 0;
	}
	.cmp_menu .cmp_block .btn_area a:nth-child(4n) {
		margin-right: 10px;
	}
	.cmp_menu .cmp_block .btn_area a:hover {
		background-color: #ee4d27;
		border: solid 1.5px #ee4d27;
		opacity: 1;
	}

	.cmp_menu .cmp_block .btn_area a p {
		font-size: 12px;
		letter-spacing: 1px;
	}
	.cmp_menu .cmp_block .btn_area a:hover p {
		color: white;
	}

	.cmp_menu .cmp_block .btn_area a img {
		width: 5px;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 10px;
		margin: auto;
	}
}

@media screen and (max-width: 500px) {
	.contact_btn {
		display: flex;
	}

	.cmp_menu {
		padding: 0 30px 40px;
	}
}

@media screen and (max-width: 445px) {
	.cmp_menu .cmp_block .btn_area {
		justify-content: center;
	}

	.cmp_menu .cmp_block .btn_area a {
		margin: 0 10px 15px;
	}
	.cmp_menu .cmp_block .btn_area a:nth-child(4n) {
		margin: 0 10px 15px;
	}
}
