.hr-menu-wrapper1 {
	border: 1px solid #eee;
    border-radius: 4px;
    background-color: #fafafa;
    position: relative;
    z-index: 1;
}
.hr-menu-wrapper1 .menu-top-left {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.hr-menu-wrapper1 .menu-top-right {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.hr-menu-wrapper1 .menu-btm-right {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.hr-menu-wrapper1 .menu-btm-left {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.hr-menu-wrapper1 .hr-menu-list ul {
    padding: 0 50px;
    margin: 0;
    list-style: none;
}
.hr-menu-wrapper1 .hr-menu-list h3 {
	padding: 0 65px;
	margin: 0;
}
.hr-menu-wrapper1 .hr-menu-list ul li p:before {
  content: "\f324";
  font-family: 'Font Awesome 6 Pro';
  display: inline-block;
  margin-left: 10px;
  width: 25px;
  color: var(--color-3);
  font-size: 20px;
}
.hr-menu-wrapper1 .hr-menu-list ul li p {
    margin-bottom: 0;
    font-size: 1.5rem;
    font-weight: 700;
    color: #000;
    line-height: 29px;
    font-family: var(--font-02);
    display: flex;
}
.hr-menu-wrapper1 .hr-menu-list .hr-notice-location {
    padding: 40px 50px;
    text-align: center;
}
.hr-menu-wrapper1 .hr-menu-list .hr-notice-location h4 {
    font-size: 1rem;
    font-weight: 500;
    color: #000;
    font-family: var(--font-01);
}
.pt-40 {
	padding-top: 40px;
}