:root {
  --title_color: #292929;
  --content_color: #9ba182;
  --gap: 20px;
}
body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
a,
h3 {
  font-family: "Fira Sans", sans-serif;
}
.head span.subtitle {
  display: block;
  font-size: 22px;
  line-height: 1;
  color: var(--theme_color);
  font-weight: 600;
  font-family: "Fira Sans", sans-serif;
}
.head h1 {
  color: var(--theme_color);
  font-family: "Fira Sans", sans-serif;
}
.head h2 {
  font-size: 3rem;
  line-height: 1;
  color: var(--title_color);
  font-weight: 600;
  font-family: "Fira Sans", sans-serif;
}
.head p {
  color: var(--content_color);
  line-height: 1.5;
}
.head a {
  color: var(--theme_color);
  font-size: 22px;
  line-height: 1;
  font-weight: 600;
  display: inline-block;
  vertical-align: top;
}
.head .divider {
  width: min(60px, 50%);
  height: 3px;
  background-color: var(--theme_color);
  margin: 10px 0;
}
.gap {
  gap: var(--gap);
}
.btn {
  display: inline-block;
  vertical-align: top;
  border: 3px solid var(--theme_color);
  color: var(--theme_color);
  font-size: 24px;
  line-height: 1;
  padding: 15px 20px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
}
.btn:hover {
  color: #fff;
  background-color: var(--theme_color);
}
header {
  height: 110px;
}
.page_breadcrumbs {
  background-color: #f3f5eb;
}
.page_breadcrumbs .breadcrumbs {
  padding: 20px;
}
.page_breadcrumbs .breadcrumbs span {
  color: var(--content_color);
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  line-height: 24px;
}
.page_breadcrumbs .breadcrumbs span a {
  color: var(--content_color);
  font-size: 1rem;
  display: block;
  line-height: 19px;
  transition: all 0.3s;
  font-weight: normal;
}
.page_breadcrumbs .breadcrumbs span a:hover {
  color: #79873e;
}
.page_breadcrumbs .breadcrumbs span span:last-child a {
  color: #79873e;
}
.case_main {
  padding: 78px 0 3rem;
}
.case_main .content {
  max-width: 1296px;
}
.case_main .head h1 {
  font-size: 3rem;
  color: var(--title_color);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 8px;
}
.case_main .head p {
  color: #212529;
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 7rem;
}
.case_main .head img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.case_main table {
  width: 100%;
  margin-top: 3rem;
}
.case_main table tr td {
  padding: 20px 20px 20px 0;
  vertical-align: top;
  width: 66.6666666%;
}
.case_main table tr td:first-child {
  width: 33.3333334%;
}
.case_main table tr td h2 {
  font-size: 22px;
  line-height: 28px;
}
.case_main table tr td p {
  margin-bottom: 1rem;
  line-height: 1.5;
  color: var(--content_color);
  font-family: "Fira Sans", sans-serif;
}
.case_main table tr td p:last-child {
  margin-bottom: 0;
}
.case_items .case_item a {
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.3s;
  background-color: #fff;
}
.case_items .case_item a:hover {
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}
.case_items .case_item a:hover img {
  transform: scale(1.05);
}
.case_items .case_item .img {
  aspect-ratio: 580/330;
  overflow: hidden;
}
.case_items .case_item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
  transition: all 0.5s;
}
.case_items .case_item .info {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 20px;
}
.case_items .case_item .info .time {
  color: var(--theme_color);
  margin-bottom: 8px;
  display: block;
  line-height: 1.2;
}
.case_items .case_item .info strong {
  display: block;
  font-size: 22px;
  color: var(--title_color);
  line-height: 1.2;
  margin-bottom: 8px;
  font-weight: 600;
}
.case_items .case_item .info p {
  flex: 1;
  margin-bottom: 1rem;
  line-height: 1.5;
  color: var(--content_color);
}
.case_items .case_item .info span {
  display: block;
  margin-bottom: 8px;
  color: var(--theme_color);
  font-weight: 500;
  line-height: 1.2;
}
.case_related {
  padding: 150px 0 120px;
  background-color: #f3f5eb;
}
.case_related .content {
  max-width: 1296px;
}
.case_related .main {
  margin-top: 3rem;
}
.case_related .main ul {
  display: grid;
  gap: 30px max(20px, 1.852%);
  grid-template-columns: repeat(3, 1fr);
}
.case_related .main ul li .info {
  gap: 1rem;
}
.case_details{
  padding-top: 60px;
}
.case_details .wp-block-columns{
  margin-bottom: 45px;
}
.case_details p{
  font-size: 17px;
  line-height: 1.5rem;
  color: var(--p_color);
}