.container h1 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 2rem;
  letter-spacing: -.1rem;
  background: url("../img/menu.png") no-repeat 0 50% / contain;
  padding-left: 3rem;
  color: #148114;
}

.menu_wrap {
  margin-bottom: 4rem;
}
.menu_wrap ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.2rem;
}
.menu_wrap ul li a {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  border: 1px solid #ddd;
  padding: 5.5rem 2rem 1.5rem;
  letter-spacing: -.1rem;
  border-radius: .8rem;
  line-height: 1.4;
  position: relative;
  z-index: 3;
  color: #fff;
  overflow: hidden;
}
.menu_wrap ul li:nth-child(1) a {
  background: url("../img/sub1.jpg") no-repeat center / cover;
}
.menu_wrap ul li:nth-child(2) a {
  background: url("../img/sub2.jpg") no-repeat center / cover;
}
.menu_wrap ul li:nth-child(3) a {
  background: url("../img/sub3.jpg") no-repeat center / cover;
}
.menu_wrap ul li:nth-child(4) a {
  background: url("../img/sub4.jpg") no-repeat center / cover;
}
.menu_wrap ul li:nth-child(5) a {
  background: url("../img/sub5.jpg") no-repeat center / cover;
}
.menu_wrap ul li:nth-child(6) a {
  background: url("../img/sub6.jpg") no-repeat center / cover;
}
.menu_wrap ul li a::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #00220694;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.article_wrap img {
  width: 100%;
  margin-bottom: 1.8rem;
  border-radius: .5rem;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.article_wrap p {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #666;
  border: 1px solid #dde9c5;
  background: #fefffd;
  padding: 1.5rem;
  border-radius: .5rem;
}