@charset "UTF-8";
*, *:after, *:before {
  box-sizing: border-box;
}

html {
  font-size: 10px;
}
@media (max-width: 768px) {
  html {
    overflow-x: hidden;
  }
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #4A4A4A;
  font-weight: normal;
  background-color: #FFFFFF;
}
@media (max-width: 768px) {
  body {
    overflow-x: hidden;
  }
}

main {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}

._20-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  border-radius: 999px;
  background: #112C10;
  color: #FFFFFF;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  transition: opacity 0.2s linear;
}
._20-btn:hover {
  opacity: 0.9;
}
._20-btn svg {
  display: block;
}
._20-btn svg path {
  stroke: currentColor;
}

._20-post-date {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.02em;
}

img {
  max-width: 100%;
  height: auto;
}

picture {
  line-height: 0;
  display: block;
}

p, h1, h2, h3, h4, h5, a {
  word-break: break-word;
}

h1 {
  font-size: 34px;
  color: #1F2A1E;
}
h1:first-letter {
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  h1 {
    font-size: 28px;
  }
}

p {
  line-height: 1.55;
  letter-spacing: 0;
  word-break: break-word;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Kaisei Decol", Georgia, "Times New Roman", serif;
  font-weight: 600;
  margin: 0 0 20px;
  line-height: 1.25;
  color: #1F2A1E;
}

b, strong {
  font-weight: 700;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

button,
a {
  cursor: pointer;
}

input {
  outline: none;
}

._20-max-width-content {
  max-width: 1024px;
}

._20-max-width-wrapper {
  background-color: #FFFFFF;
}

._20-max-width {
  max-width: 1440px;
}

._20-max-width-full {
  max-width: 1440px;
}

._20-container-fluid-full {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

._20-container-fluid {
  width: 100%;
  margin: 0 auto;
  padding: 0 27px;
}

._20-container-no-padding {
  padding: 0;
}

._20-container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

._20-d-none {
  display: none;
}

._20-no-scroll {
  overflow: hidden;
}

._20-single-blog, ._20-page-default, ._20-content-archive {
  width: 100%;
  padding: 0 27px;
  max-width: 1024px;
  margin: 80px auto 0;
}
@media (max-width: 600px) {
  ._20-single-blog, ._20-page-default, ._20-content-archive {
    margin-top: 44px;
  }
}

._20-recent-short-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

._20-short-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

._20-recent-short-snippet {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

._20-short-snippet {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

._20-section-body {
  width: 100%;
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}

._20-banner:empty,
._20-banner-l:empty,
._20-banner-s:empty,
._20-inner-content-banner:empty {
  display: none;
}

._20-header {
  background-color: #F6FAF3;
  position: relative;
  z-index: 100;
}
@media (max-width: 900px) {
  ._20-header {
    margin: 20px 18px 0;
    border-radius: 16px;
  }
}

._20-header__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 900px) {
  ._20-header__inner {
    padding: 0 20px;
  }
}

._20-header-bar {
  display: flex;
  align-items: center;
  gap: 40px;
  height: 100px;
}
@media (max-width: 900px) {
  ._20-header-bar {
    height: 57px;
    gap: 0;
  }
}

._20-header-logo {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
}
._20-header-logo ._20-header-logo__img {
  display: block;
  height: 44px;
  width: auto;
}
@media (max-width: 900px) {
  ._20-header-logo ._20-header-logo__img {
    height: 34px;
  }
}

._20-header-nav {
  margin-left: auto;
}
._20-header-nav ._20-header-nav__close {
  display: none;
}
._20-header-nav ul {
  display: flex;
  align-items: center;
  gap: 44px;
}
._20-header-nav li a {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #646463;
  transition: color 0.2s linear;
}
._20-header-nav li a:hover {
  color: #112C10;
}
._20-header-nav li.current-menu-item a,
._20-header-nav li.current_page_item a {
  color: #112C10;
}
@media (max-width: 900px) {
  ._20-header-nav {
    position: fixed;
    inset: 0;
    z-index: 30;
    width: 100vw;
    height: 100vh;
    margin-left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    background-color: #F6FAF3;
    transform: translateY(-100%);
    transition: transform 0.35s linear;
  }
  ._20-header-nav ul {
    flex-direction: column;
    gap: 26px;
  }
  ._20-header-nav li a {
    font-size: 22px;
    color: #2F472E;
  }
  ._20-header-nav ._20-header-nav__close {
    display: block;
    position: absolute;
    top: 26px;
    right: 24px;
    width: 26px;
    height: 26px;
    cursor: pointer;
  }
  ._20-header-nav ._20-header-nav__close span {
    position: absolute;
    top: 12px;
    left: 0;
    width: 26px;
    height: 2px;
    background: #112C10;
  }
  ._20-header-nav ._20-header-nav__close span:first-child {
    transform: rotate(45deg);
  }
  ._20-header-nav ._20-header-nav__close span:last-child {
    transform: rotate(-45deg);
  }
}

._20-header-nav._20-open {
  transform: translateY(0);
}

._20-header-search {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 52px;
  padding: 0 28px;
  border-radius: 999px;
  background: #112C10;
  color: #FFFFFF;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: opacity 0.2s linear;
}
._20-header-search:hover {
  opacity: 0.9;
}
._20-header-search__icon {
  display: inline-flex;
  align-items: center;
  padding: 0;
  border: 0;
  background: none;
  color: #FFFFFF;
  cursor: pointer;
}
._20-header-search__icon svg {
  display: block;
}
._20-header-search__icon svg path {
  stroke: currentColor;
}
._20-header-search__input {
  border: 0;
  outline: 0;
  background: none;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  width: 72px;
  max-width: 100%;
}
._20-header-search__input::placeholder {
  color: #FFFFFF;
  opacity: 1;
}
@media (max-width: 900px) {
  ._20-header-search {
    display: none;
  }
}

._20-nav__burger {
  display: none;
  margin-left: auto;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: none;
  color: #112C10;
  cursor: pointer;
}
._20-nav__burger svg {
  display: block;
  width: 26px;
  height: 26px;
}
@media (max-width: 900px) {
  ._20-nav__burger {
    display: inline-flex;
  }
}

._20-skyscraper-banner {
  display: none !important;
}

._20-mobile-banner-top,
._20-top-banner {
  display: none;
}
._20-mobile-banner-top:has(img), ._20-mobile-banner-top:has(iframe),
._20-top-banner:has(img),
._20-top-banner:has(iframe) {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}

._20-site-footer {
  background: #F6FAF3;
  border-radius: 30px 30px 0 0;
  margin-top: 100px;
  padding: 80px 0;
}
@media (max-width: 900px) {
  ._20-site-footer {
    margin-top: 64px;
    padding: 56px 0;
  }
}

._20-site-footer__inner {
  display: flex;
  align-items: flex-start;
  gap: 100px;
  padding-left: 80px;
}
@media (max-width: 900px) {
  ._20-site-footer__inner {
    flex-wrap: wrap;
    gap: 40px;
    padding-left: 0;
  }
}

._20-footer-col__title {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #1F2A1E;
  margin: 0 0 20px;
}

._20-footer-address,
._20-footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
._20-footer-address li,
._20-footer-menu li {
  margin-bottom: 14px;
}
._20-footer-address li,
._20-footer-address a,
._20-footer-menu li,
._20-footer-menu a {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #4A4A4A;
  line-height: 1.5;
}
._20-footer-address a,
._20-footer-menu a {
  transition: color 0.15s linear;
}
._20-footer-address a:hover,
._20-footer-menu a:hover {
  color: #112C10;
}

._20-footer-top {
  margin-left: auto;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  display: inline-flex;
}
._20-footer-top svg {
  display: block;
}
@media (max-width: 900px) {
  ._20-footer-top {
    margin-left: 0;
  }
}

._20-sidebar-post ._20-sidebar-post__item {
  position: relative;
  margin-bottom: 34px;
  background-color: #ffffff;
  overflow: hidden;
}
._20-sidebar-post ._20-sidebar-post__item:last-of-type {
  margin-bottom: 0;
}
._20-sidebar-post ._20-sidebar-post__item img {
  aspect-ratio: 16/9;
  width: 100%;
  object-fit: cover;
  display: block;
}
._20-sidebar-post ._20-sidebar-post__item h3 {
  font-size: 17px;
  font-weight: 700;
  line-height: normal;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
._20-sidebar-post ._20-sidebar-post__item a {
  display: block;
}
._20-sidebar-post ._20-sidebar-post__body {
  padding: 18px 16px 23px;
}
._20-sidebar-post ._20-sidebar-post__body ._20-author-snippet {
  color: #8A8A8A;
  margin: 15px 0 5px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
}
._20-sidebar-post ._20-sidebar-post__body ._20-author-snippet a {
  display: inline;
  color: #8A8A8A;
}
._20-sidebar-post ._20-sidebar-post__body ._20-short-snippet {
  color: #4A4A4A;
  font-size: 13px;
  font-weight: 300;
}

._20-post-thumbnail {
  position: relative;
  z-index: 1;
}
._20-post-thumbnail:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}

._20-cookie-notice {
  position: fixed;
  min-width: 100%;
  height: auto;
  z-index: 10;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 20px;
  left: 0;
  text-align: center;
  font-weight: 400;
  background-color: rgb(0, 0, 0);
  bottom: 0;
  display: none;
}
._20-cookie-notice ._20-cookie-notice-container {
  padding: 15px 30px;
  text-align: center;
  width: 100%;
  z-index: 2;
}
._20-cookie-notice ._20-cookie-notice-container > * {
  display: inline-block;
}
._20-cookie-notice ._20-cn-text-container {
  color: #fff;
  margin: 0 0 5px;
  font-size: 13px;
}
._20-cookie-notice ._20-cn-button {
  color: #fff;
  background: #20C19E;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.25px;
  line-height: 20px;
  text-align: center;
  text-transform: none;
  display: inline-block;
  cursor: pointer;
  touch-action: manipulation;
  white-space: nowrap;
  outline: none;
  box-shadow: none;
  text-shadow: none;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
  padding: 4px 10px;
  margin-left: 10px;
}
._20-cookie-notice ._20-cn-close-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  width: 15px;
  height: 15px;
  opacity: 0.5;
  padding: 10px;
  cursor: pointer;
}
@media (max-width: 600px) {
  ._20-cookie-notice ._20-cn-close-icon {
    top: 15px;
    right: 10px;
  }
}
._20-cookie-notice ._20-cn-close-icon:before, ._20-cookie-notice ._20-cn-close-icon:after {
  position: absolute;
  content: " ";
  height: 15px;
  width: 2px;
  top: 3px;
  background-color: #fff;
}
._20-cookie-notice ._20-cn-close-icon:before {
  transform: rotate(45deg);
}
._20-cookie-notice ._20-cn-close-icon:after {
  transform: rotate(-45deg);
}

._20-cookie-notice._20-cn-show-cookie {
  display: block;
}

._20-pill {
  display: inline-flex;
  align-items: center;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #1F2A1E;
  background-color: #FFFFFF;
  padding: 7px 20px;
  border-radius: 999px;
  line-height: 1.2;
}

._20-tag {
  display: inline-flex;
  align-items: center;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #2F472E;
  background-color: #FFFFFF;
  padding: 6px 16px;
  border-radius: 999px;
  line-height: 1.2;
  white-space: nowrap;
  transition: background-color 0.2s linear;
}
._20-tag:hover {
  background-color: rgb(95%, 95%, 95%);
}

._20-read-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #1F2A1E;
  transition: color 0.2s linear;
}
._20-read-link svg {
  display: block;
}
._20-read-link:hover {
  color: #8A8A8A;
}

._20-read-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #8A8A8A;
  transition: color 0.2s linear;
}
._20-read-more svg {
  display: block;
}
._20-read-more:hover {
  color: #1F2A1E;
}

._20-see-all {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #1F2A1E;
  transition: color 0.2s linear;
}
._20-see-all svg {
  display: block;
}
._20-see-all:hover {
  color: #8A8A8A;
}

._20-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 900px) {
  ._20-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  ._20-card-grid {
    grid-template-columns: 1fr;
  }
}

._20-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #F9F9F9;
  border-radius: 16px;
  padding: 8px;
}

._20-card__image {
  display: block;
  aspect-ratio: 359/226;
  border-radius: 10px;
  overflow: hidden;
}
._20-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

._20-card__tag {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #1F2A1E;
  background-color: #FFFFFF;
  padding: 6px 16px;
  border-radius: 999px;
  line-height: 1.2;
  transition: background-color 0.2s linear;
}
._20-card__tag:hover {
  background-color: rgb(94%, 94%, 94%);
}

._20-card__body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 18px 8px 8px;
}

._20-card__title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

._20-card__title {
  font-family: "Kaisei Decol", Georgia, "Times New Roman", serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.35;
  color: #1F2A1E;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

._20-card__arrow {
  flex-shrink: 0;
  margin-top: 5px;
  color: #1F2A1E;
}
._20-card__arrow svg {
  display: block;
}

._20-card__excerpt {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #8A8A8A;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

._20-card__author {
  margin-top: 4px;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-style: italic;
  font-size: 14px;
  color: #8A8A8A;
}
._20-card__author a {
  color: inherit;
}
._20-card__author a:hover {
  color: #1F2A1E;
}

._20-hero-slider__track {
  display: block;
}
._20-hero-slider__slide:not(:first-child) {
  display: none;
}
._20-hero-slider__dots {
  display: none;
}
@media (max-width: 600px) {
  ._20-hero-slider__track {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  ._20-hero-slider__track::-webkit-scrollbar {
    display: none;
  }
  ._20-hero-slider__slide {
    flex: 0 0 100%;
    max-width: 100%;
    scroll-snap-align: center;
  }
  ._20-hero-slider__slide:not(:first-child) {
    display: block;
  }
  ._20-hero-slider__slide ._20-hero {
    margin-top: 8px;
  }
  ._20-hero-slider__dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
  }
  ._20-hero-slider__dot {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #DCE5D6;
    cursor: pointer;
    transition: background-color 0.2s linear, transform 0.2s linear;
  }
  ._20-hero-slider__dot--active {
    background: #112C10;
    transform: scale(1.15);
  }
}

._20-hero {
  position: relative;
  margin-top: 24px;
  padding-bottom: 60px;
}
@media (max-width: 600px) {
  ._20-hero {
    margin-top: 24px;
    padding-bottom: 84px;
  }
}

._20-hero__image {
  display: block;
  width: 100%;
  aspect-ratio: 1200/595;
  border-radius: 20px;
  overflow: hidden;
}
._20-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 600px) {
  ._20-hero__image {
    aspect-ratio: 9/8;
  }
}

._20-hero__card {
  position: absolute;
  bottom: 0;
  background: #FFFFFF;
  border-radius: 18px;
  box-shadow: 0 18px 50px rgba(20, 20, 20, 0.1);
  padding: 30px 40px;
}
@media (max-width: 600px) {
  ._20-hero__card {
    border-radius: 20px;
    padding: 30px 16px;
  }
}

._20-hero--center ._20-hero__card {
  left: 50%;
  transform: translateX(-50%);
  width: 781px;
  max-width: calc(100% - 80px);
  text-align: center;
}
@media (max-width: 600px) {
  ._20-hero--center ._20-hero__card {
    max-width: calc(100% - 64px);
  }
}

._20-hero--left {
  padding-bottom: 40px;
}
._20-hero--left ._20-hero__card {
  left: 40px;
  right: 40px;
  width: auto;
  text-align: left;
}
._20-hero--left ._20-hero__meta {
  justify-content: flex-start;
}

._20-hero__meta {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  color: #8A8A8A;
  margin-bottom: 14px;
}
._20-hero__meta ._20-hero__sep {
  color: #DCE5D6;
}
._20-hero__meta a {
  color: inherit;
  transition: color 0.15s linear;
}
._20-hero__meta a:hover {
  color: #1F2A1E;
}
@media (max-width: 600px) {
  ._20-hero__meta {
    flex-wrap: nowrap;
    gap: 6px;
    font-size: clamp(10.5px, 3vw, 14px);
    margin-bottom: 8px;
  }
  ._20-hero__meta span {
    white-space: nowrap;
  }
}

._20-hero__title {
  font-family: "Kaisei Decol", Georgia, "Times New Roman", serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.3;
  color: #1F2A1E;
  margin: 0;
}
@media (max-width: 600px) {
  ._20-hero__title {
    font-size: clamp(17px, 5vw, 23px);
    line-height: 1.25;
  }
}

._20-banner-feature {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 300px;
  margin-top: 56px;
  border-radius: 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  text-align: center;
}
._20-banner-feature:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(20, 16, 18, 0.55);
}
._20-banner-feature__inner {
  position: relative;
  z-index: 1;
  max-width: 640px;
  padding: 40px 24px;
}
._20-banner-feature__title {
  font-family: "Kaisei Decol", Georgia, "Times New Roman", serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 1.3;
  color: #fff;
  margin: 0 0 14px;
}
@media (max-width: 600px) {
  ._20-banner-feature__title {
    font-size: 22px;
  }
}
._20-banner-feature__excerpt {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
}

._20-feature-split {
  display: grid;
  grid-template-columns: 578px 1fr;
  gap: 48px;
  align-items: center;
  margin-top: 56px;
}
._20-feature-split__image {
  display: block;
  width: 100%;
  aspect-ratio: 578/290;
  border-radius: 16px;
  overflow: hidden;
}
._20-feature-split__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
._20-feature-split__title {
  font-family: "Kaisei Decol", Georgia, "Times New Roman", serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 1.3;
  color: #1F2A1E;
  margin: 0 0 20px;
}
._20-feature-split__excerpt {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: #4A4A4A;
  margin: 0;
}
@media (max-width: 900px) {
  ._20-feature-split {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  ._20-feature-split__title {
    font-size: 24px;
  }
}

._20-pagination-links {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
  margin: 80px 0 0;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
}
._20-pagination-links__numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
}
._20-pagination-links__prev a, ._20-pagination-links__next a, ._20-pagination-links__prev span, ._20-pagination-links__next span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s linear;
}
._20-pagination-links__prev a:hover, ._20-pagination-links__next a:hover, ._20-pagination-links__prev span:hover, ._20-pagination-links__next span:hover {
  opacity: 0.85;
}
._20-pagination-links__prev svg, ._20-pagination-links__next svg {
  display: block;
  width: 40px;
  height: 40px;
}
._20-pagination-links ._20-pag-arrow--disabled {
  opacity: 0.45;
  cursor: default;
}
._20-pagination-links .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 4px;
  border-radius: 50%;
  color: #8A8A8A;
  font-weight: 500;
}
._20-pagination-links .page-numbers.current {
  background-color: #F6FAF3;
  color: #2F472E;
}
._20-pagination-links .page-numbers.dots {
  color: #8A8A8A;
}
._20-pagination-links .page-numbers:hover:not(.current):not(.dots) {
  color: #112C10;
}

._20-notfound {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 96px 0 120px;
}
._20-notfound__code {
  font-family: "Kaisei Decol", Georgia, "Times New Roman", serif;
  font-weight: 700;
  font-size: 130px;
  line-height: 1;
  color: #2F472E;
}
@media (max-width: 600px) {
  ._20-notfound__code {
    font-size: 88px;
  }
}
._20-notfound__title {
  font-family: "Kaisei Decol", Georgia, "Times New Roman", serif;
  font-weight: 500;
  font-size: 34px;
  color: #2F472E;
  margin: 20px 0 0;
}
@media (max-width: 600px) {
  ._20-notfound__title {
    font-size: 26px;
  }
}
._20-notfound__text {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.6;
  color: #6C6C6C;
  max-width: 480px;
  margin: 14px 0 28px;
}
@media (max-width: 600px) {
  ._20-notfound {
    padding: 56px 0 72px;
  }
}

._20-section-title {
  font-family: "Kaisei Decol", Georgia, "Times New Roman", serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.2;
  color: #2F472E;
  margin: 0 0 44px;
}
@media (max-width: 600px) {
  ._20-section-title {
    font-size: 28px;
    margin-bottom: 28px;
  }
}

._20-tag {
  display: inline-flex;
  align-items: center;
  padding: 7px 18px;
  border: 1px solid #DCE5D6;
  border-radius: 999px;
  background: #FFFFFF;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #2F472E;
  line-height: 1;
}

._20-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 24px;
}
._20-meta__item {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  color: #8A8A8A;
}
._20-meta__item svg {
  display: block;
  flex-shrink: 0;
}
._20-meta__item a {
  color: inherit;
  transition: color 0.15s linear;
}
._20-meta__item a:hover {
  color: #112C10;
}

._20-dot-meta {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 13px;
  color: #272727;
}
._20-dot-meta__sep {
  color: #272727;
}
._20-dot-meta a {
  color: inherit;
  transition: color 0.15s linear;
}
._20-dot-meta a:hover {
  color: #112C10;
}

._20-home {
  display: flex;
  flex-direction: column;
}
._20-home > * + * {
  margin-top: 100px;
}
@media (max-width: 900px) {
  ._20-home > * + * {
    margin-top: 64px;
  }
}

._20-home--paged {
  padding-top: 80px;
}

._20-hero {
  display: flex;
  flex-direction: column;
}
._20-hero__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
._20-hero__tag {
  margin: 0 auto;
}
._20-hero__title {
  font-family: "Kaisei Decol", Georgia, "Times New Roman", serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.25;
  color: #2F472E;
  max-width: 1080px;
  margin: 26px auto 0;
}
._20-hero__title a {
  color: inherit;
}
@media (max-width: 900px) {
  ._20-hero__title {
    font-size: 30px;
  }
}
@media (max-width: 600px) {
  ._20-hero__title {
    font-size: 25px;
  }
}
._20-hero__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 34px;
  font-family: "Kaisei Decol", Georgia, "Times New Roman", serif;
  font-size: 20px;
  color: #444;
}
._20-hero__meta a {
  color: inherit;
}
._20-hero__meta a:hover {
  color: #112C10;
}
@media (max-width: 600px) {
  ._20-hero__meta {
    order: 2;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    font-size: 16px;
    margin-top: 18px;
  }
}
._20-hero__image {
  display: block;
  width: 100%;
  max-width: 1440px;
  height: 718px;
  margin: 44px auto 0;
  overflow: hidden;
}
._20-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 1100px) {
  ._20-hero__image {
    height: 480px;
  }
}
@media (max-width: 900px) {
  ._20-hero__image {
    height: 380px;
  }
}
@media (max-width: 600px) {
  ._20-hero__image {
    order: 1;
    height: 260px;
    width: auto;
    margin: 24px 20px 0;
    border-radius: 16px;
  }
}

._20-slider__viewport {
  overflow: hidden;
}
._20-slider__track {
  display: flex;
  gap: 40px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
._20-slider__track::-webkit-scrollbar {
  display: none;
}
._20-slider__bar {
  position: relative;
  height: 16px;
  margin-top: 36px;
  border-radius: 8px;
  background: #E7EBE1;
  cursor: pointer;
  touch-action: none;
}
._20-slider__progress {
  position: absolute;
  left: 0;
  top: 0;
  width: 20%;
  height: 100%;
  border-radius: 8px;
  background: #112C10;
  cursor: grab;
  will-change: transform, width;
}
._20-slider__progress:active {
  cursor: grabbing;
}

._20-slide {
  flex: 0 0 calc(50% - 20px);
  scroll-snap-align: start;
  display: flex;
  align-items: center;
  gap: 22px;
  min-width: 0;
}
._20-slide__thumb {
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
}
._20-slide__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
._20-slide__text {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
._20-slide__title {
  font-family: "Kaisei Decol", Georgia, "Times New Roman", serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3;
  color: #1F2A1E;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
._20-slide__author {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  color: #8A8A8A;
  margin-top: 12px;
}
._20-slide__date {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  color: #8A8A8A;
  margin-top: 4px;
}
@media (max-width: 600px) {
  ._20-slide {
    flex: 0 0 100%;
  }
}

._20-feature {
  display: grid;
  grid-template-columns: 0.86fr 1fr;
  gap: 56px;
  align-items: stretch;
}
._20-feature__list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 900px) {
  ._20-feature {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

._20-feat-big {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  min-height: 440px;
}
._20-feat-big__link {
  display: block;
  height: 100%;
  min-height: 440px;
  position: relative;
}
._20-feat-big__image {
  position: absolute;
  inset: 0;
}
._20-feat-big__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
._20-feat-big__link::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.72) 100%);
}
._20-feat-big__tag {
  position: absolute;
  top: 22px;
  left: 22px;
  z-index: 2;
  border-color: transparent;
}
._20-feat-big__body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 30px;
}
._20-feat-big__title {
  font-family: "Kaisei Decol", Georgia, "Times New Roman", serif;
  font-weight: 500;
  font-size: 26px;
  line-height: 1.3;
  color: #FFFFFF;
}
._20-feat-big ._20-meta__item {
  color: rgba(255, 255, 255, 0.92);
}

._20-feat-item {
  display: grid;
  grid-template-columns: 108px 1fr;
  gap: 22px;
  align-items: center;
}
._20-feat-item__thumb {
  width: 108px;
  height: 108px;
  border-radius: 50%;
  overflow: hidden;
}
._20-feat-item__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
._20-feat-item__body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
}
._20-feat-item__title {
  font-family: "Kaisei Decol", Georgia, "Times New Roman", serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3;
  color: #1F2A1E;
}
._20-feat-item__excerpt {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.5;
  color: #8A8A8A;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

._20-more__list {
  display: flex;
  flex-direction: column;
  gap: 70px;
}

._20-wide {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}
._20-wide__image {
  display: block;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 59/25;
}
._20-wide__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
._20-wide__body {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
._20-wide__title {
  font-family: "Kaisei Decol", Georgia, "Times New Roman", serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.25;
  color: #1F2A1E;
  margin: 0;
}
._20-wide__excerpt {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: #8A8A8A;
  margin: 0;
}
._20-wide--rev ._20-wide__image {
  order: 2;
}
._20-wide--rev ._20-wide__body {
  order: 1;
}
@media (max-width: 900px) {
  ._20-wide {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  ._20-wide ._20-wide__image,
  ._20-wide ._20-wide__body {
    order: 0;
  }
}

._20-promo__card {
  position: relative;
  display: block;
  border-radius: 24px;
  overflow: hidden;
  min-height: 340px;
}
._20-promo__image {
  position: absolute;
  inset: 0;
}
._20-promo__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
._20-promo__card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(24, 26, 20, 0.32);
}
._20-promo__inner {
  position: relative;
  z-index: 2;
  min-height: 340px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 22px;
  padding: 48px 24px;
}
._20-promo__title {
  font-family: "Kaisei Decol", Georgia, "Times New Roman", serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.3;
  color: #FFFFFF;
  max-width: 720px;
}
@media (max-width: 600px) {
  ._20-promo__title {
    font-size: 22px;
  }
}
._20-promo__link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: "Kaisei Decol", Georgia, "Times New Roman", serif;
  font-size: 20px;
  color: #FFFFFF;
}
._20-promo__arrow svg {
  display: block;
}

._20-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 24px;
  row-gap: 92px;
  margin-top: 80px;
}
@media (max-width: 900px) {
  ._20-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  ._20-grid {
    grid-template-columns: 1fr;
    row-gap: 80px;
  }
}

._20-gcard {
  position: relative;
  background: #F6FAF3;
  border-radius: 16px;
  padding: 90px 28px 34px;
  text-align: center;
}
._20-gcard__thumb {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
}
._20-gcard__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
._20-gcard__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
._20-gcard__title {
  font-family: "Kaisei Decol", Georgia, "Times New Roman", serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.3;
  color: #112C10;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
._20-gcard__excerpt {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  line-height: 1.55;
  color: #8A8A8A;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

._20-cat-head {
  padding-top: 88px;
  text-align: center;
}
@media (max-width: 900px) {
  ._20-cat-head {
    padding-top: 56px;
  }
}
@media (max-width: 600px) {
  ._20-cat-head {
    padding-top: 36px;
  }
}

._20-cat-title {
  font-family: "Kaisei Decol", Georgia, "Times New Roman", serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.3;
  color: #2F472E;
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 900px) {
  ._20-cat-title {
    font-size: 30px;
  }
}
@media (max-width: 600px) {
  ._20-cat-title {
    font-size: 24px;
  }
}

._20-cat-hero {
  order: 0;
  margin: 48px auto 0;
}
@media (max-width: 600px) {
  ._20-cat-hero {
    margin: 28px 20px 0;
  }
}

._20-search-page {
  padding-top: 64px;
  padding-bottom: 96px;
}
@media (max-width: 900px) {
  ._20-search-page {
    padding-top: 40px;
  }
}
@media (max-width: 600px) {
  ._20-search-page {
    padding-bottom: 56px;
  }
}

._20-search-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  margin-bottom: 56px;
}
._20-search-head__count {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  color: #6C6C6C;
  margin: 0;
}
._20-search-head__form {
  margin-top: 6px;
  width: 100%;
  max-width: 440px;
}

._20-searchform {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  background: #FFFFFF;
  border: 1px solid #D8E0D2;
}
._20-searchform__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: none;
  color: #112C10;
  cursor: pointer;
}
._20-searchform__btn svg {
  display: block;
}
._20-searchform__btn svg path {
  stroke: #112C10;
}
._20-searchform__input {
  flex: 1;
  min-width: 0;
  border: 0;
  outline: 0;
  background: none;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  color: #333;
}
._20-searchform__input::placeholder {
  color: #8A8A8A;
  opacity: 1;
}

._20-search-empty {
  text-align: center;
  padding: 20px 0 8px;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #444;
}
._20-search-empty p {
  margin: 0 0 12px;
  font-size: 17px;
}
._20-search-empty__hint {
  color: #6C6C6C;
  font-size: 15px;
}
._20-search-empty ._20-btn {
  margin-top: 16px;
}

._20-single {
  padding-bottom: 96px;
}
@media (max-width: 600px) {
  ._20-single {
    padding-bottom: 56px;
  }
}
._20-single > ._20-container + ._20-container {
  margin-top: 84px;
}
@media (max-width: 600px) {
  ._20-single > ._20-container + ._20-container {
    margin-top: 48px;
  }
}

._20-section-title--center {
  text-align: center;
}

._20-single__body {
  padding-top: 56px;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  color: #444444;
}
@media (max-width: 600px) {
  ._20-single__body {
    padding-top: 32px;
    font-size: 16px;
  }
}
._20-single__body p {
  margin: 0 0 20px;
}
._20-single__body > *:last-child {
  margin-bottom: 0;
}
._20-single__body h2 {
  font-family: "Kaisei Decol", Georgia, "Times New Roman", serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.3;
  color: #2F472E;
  margin: 42px 0 16px;
}
@media (max-width: 600px) {
  ._20-single__body h2 {
    font-size: 24px;
  }
}
._20-single__body h3 {
  font-family: "Kaisei Decol", Georgia, "Times New Roman", serif;
  font-weight: 500;
  font-size: 23px;
  line-height: 1.3;
  color: #2F472E;
  margin: 32px 0 12px;
}
._20-single__body a {
  color: #112C10;
  text-decoration: underline;
  text-underline-offset: 2px;
}
._20-single__body strong, ._20-single__body b {
  font-weight: 700;
}
._20-single__body img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
  margin: 24px 0;
}
._20-single__body ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}
._20-single__body ul li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 8px;
}
._20-single__body ul li::before {
  content: "–";
  position: absolute;
  left: 0;
  color: inherit;
}
._20-single__body ol {
  margin: 0 0 20px;
  padding-left: 22px;
}
._20-single__body ol li {
  margin-bottom: 8px;
}

.wpcf7-form {
  margin: 30px 0;
}
@media (min-width: 768px) {
  .wpcf7-form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 20px;
  }
  .wpcf7-form > p {
    margin-bottom: 0 !important;
    grid-column: span 2;
  }
  .wpcf7-form > p:nth-of-type(1) {
    grid-column: 1/span 1;
  }
  .wpcf7-form > p:nth-of-type(2) {
    grid-column: 2/span 1;
  }
}
.wpcf7-form label > span {
  margin-top: 10px;
  display: block;
}
.wpcf7-form input, .wpcf7-form textarea {
  width: 100%;
  outline: none;
  border: 1px solid #373737;
  color: #373737;
  padding: 15px 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
.wpcf7-form input::placeholder, .wpcf7-form textarea::placeholder {
  color: #373737;
}
@media (max-width: 576px) {
  .wpcf7-form input, .wpcf7-form textarea {
    padding: 10px;
  }
}
.wpcf7-form input {
  height: 50px;
}
@media (max-width: 576px) {
  .wpcf7-form input {
    height: 42px;
  }
}
.wpcf7-form input[type=submit] {
  background-color: #373737;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
  transition: ease-in-out 0.2s;
  opacity: 1;
  max-width: 165px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 1px solid #373737;
}
@media (min-width: 1025px) {
  .wpcf7-form input[type=submit]:hover {
    background-color: transparent;
    color: #373737;
  }
}
.wpcf7-form textarea {
  resize: none;
  height: 100px;
}
.wpcf7-form label {
  display: block;
  font-weight: 500;
}
.wpcf7-form .wpcf7-not-valid-tip {
  font-size: 14px;
  margin-top: 5px;
}
.wpcf7-form .wpcf7-response-output {
  background-color: #373737;
  color: #fff;
  text-align: center;
  width: 100%;
  border: none !important;
  padding: 15px !important;
  margin: 30px 0 0 !important;
  grid-column: span 2;
}
.wpcf7-form .wpcf7-spinner {
  display: none;
}

._20-block-wrap {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  ._20-block-wrap {
    margin-bottom: 30px;
  }
}
._20-block-wrap h3 {
  margin-bottom: 15px;
}
._20-block-wrap ._20-post-item {
  margin-bottom: 15px;
  margin-left: 0;
}
@media (max-width: 767px) {
  ._20-block-wrap ._20-post-item {
    margin-bottom: 10px;
  }
}
._20-block-wrap ._20-post-item a {
  color: #1A0B0B;
}
@media (max-width: 767px) {
  ._20-block-wrap ._20-post-item a {
    font-size: 1.6rem;
  }
}

._20-section-sitemap {
  margin: 30px auto 0;
  text-align: center;
  width: 100%;
}

._20-sitemap-title {
  display: inline-block;
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: bold;
  transition: 0.3s;
  color: #1A0B0B !important;
}
@media (max-width: 600px) {
  ._20-sitemap-title {
    font-size: 2rem;
  }
}
@media (min-width: 1025px) {
  ._20-sitemap-title:hover {
    opacity: 0.8;
  }
}

._20-related-articles {
  margin-bottom: 20px;
}

._20-author {
  padding-top: 64px;
  padding-bottom: 96px;
}
@media (max-width: 900px) {
  ._20-author {
    padding-top: 40px;
  }
}
@media (max-width: 600px) {
  ._20-author {
    padding-bottom: 56px;
  }
}
._20-author > ._20-container + ._20-container {
  margin-top: 84px;
}
@media (max-width: 600px) {
  ._20-author > ._20-container + ._20-container {
    margin-top: 48px;
  }
}

._20-author-head__name {
  font-family: "Kaisei Decol", Georgia, "Times New Roman", serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.2;
  color: #2F472E;
  margin: 0 0 16px;
}
@media (max-width: 600px) {
  ._20-author-head__name {
    font-size: 30px;
  }
}
._20-author-head__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
}
@media (max-width: 600px) {
  ._20-author-head__row {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }
}
._20-author-head__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  color: #6C6C6C;
}
._20-author-head__sep {
  color: #C9C9C9;
}
._20-author-head__socials {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  flex-shrink: 0;
}
._20-author-head__socials a {
  display: inline-flex;
}
._20-author-head__socials img {
  display: block;
}

._20-author-image {
  width: 100%;
  height: 540px;
  background: #D9D9D9;
  overflow: hidden;
}
._20-author-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 900px) {
  ._20-author-image {
    height: 420px;
  }
}
@media (max-width: 600px) {
  ._20-author-image {
    height: 300px;
  }
}

._20-author-bio {
  margin-top: 32px;
  max-width: 1040px;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  color: #444444;
}
._20-author-bio p {
  margin: 0 0 20px;
}
._20-author-bio p:last-child {
  margin-bottom: 0;
}
@media (max-width: 600px) {
  ._20-author-bio {
    margin-top: 24px;
    font-size: 16px;
  }
}

._20-adv-posts__item {
  transition: opacity 0.5s linear;
  opacity: 1;
  margin-top: 40px;
  position: relative;
  background-color: #ffffff;
  border-radius: 11px;
  overflow: hidden;
}
@media (min-width: 768px) {
  ._20-adv-posts__item {
    display: flex;
    padding: 32px 40px;
  }
}
@media (max-width: 767px) {
  ._20-adv-posts__item {
    margin-top: 24px;
  }
}
._20-adv-posts__item._20-hidden {
  opacity: 0;
}
._20-adv-posts__item img {
  background: var(--custom-before-second-height);
}

._20-adv-posts__item__img {
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  ._20-adv-posts__item__img {
    max-width: 358px;
    min-height: 300px;
    height: 100%;
    flex-shrink: 0;
    flex-grow: 0;
    border-radius: 16px;
    overflow: hidden;
  }
}
._20-adv-posts__item__img:after {
  content: "";
  background: var(--custom-image) center/cover no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  ._20-adv-posts__item__img {
    height: 232px;
  }
}
@media (max-width: 600px) {
  ._20-adv-posts__item__img {
    height: 141px;
  }
}

._20-adv-posts__item_content {
  font-size: 16px;
  line-height: 22px;
}
._20-adv-posts__item_content a {
  color: #005aee;
}
@media (max-width: 767px) {
  ._20-adv-posts__item_content {
    font-size: 14px;
    line-height: 18px;
  }
}

._20-adv-posts__btn {
  display: block;
  line-height: 1;
  width: 100%;
  max-width: 100%;
  color: #fff;
  border-radius: 9px;
  background-color: #005aee;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1.5px;
  padding: 10px;
  text-align: center;
}

._20-adv-posts__item_title {
  margin-bottom: 20px;
}

._20-adv-posts__item__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  border-radius: 25px;
  z-index: 1;
}
@media (min-width: 768px) {
  ._20-adv-posts__item__text {
    margin-left: 40px;
  }
}
@media (max-width: 767px) {
  ._20-adv-posts__item__text {
    padding: 18px 16px 21px;
  }
  ._20-adv-posts__item__text ._20-adv-posts__btn {
    order: 3;
  }
  ._20-adv-posts__item__text ._20-adv-posts__item_content {
    order: 2;
  }
  ._20-adv-posts__item__text ._20-adv-posts__item_title {
    order: 1;
  }
}
._20-adv-posts__item__text p {
  margin: 0 0 20px;
}
._20-adv-posts__item__text ._20-card-footer {
  margin-bottom: 25px;
}

._20-adv-posts__item__text__header {
  color: #303336;
  font-size: 45px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
}
@media (max-width: 767px) {
  ._20-adv-posts__item__text__header {
    font-size: 20px;
    line-height: 1.4;
  }
}
@media (max-width: 600px) {
  ._20-adv-posts__item__text__header {
    font-size: 16px;
  }
}

._20-top-banner {
  margin: 20px auto;
}
@media (max-width: 1145px) {
  ._20-top-banner {
    display: none;
  }
}

._20-inner-content-banner {
  text-align: center;
  width: 100%;
}
._20-inner-content-banner > div {
  margin: 0 auto;
}
._20-inner-content-banner._20-bottom {
  margin: 40px 0;
}
@media (max-width: 800px) {
  ._20-inner-content-banner._20-bottom {
    margin: 20px 0;
  }
}
@media (min-width: 1141px) {
  ._20-inner-content-banner._20-bottom ._20-banner-m {
    display: none;
  }
}
@media (max-width: 950px) {
  ._20-inner-content-banner._20-middle {
    margin-bottom: 20px;
  }
}
@media (max-width: 1140px) {
  ._20-inner-content-banner ._20-banner-l {
    display: none;
  }
}
@media (max-width: 800px) {
  ._20-inner-content-banner ._20-banner-m {
    display: none;
  }
}
@media (min-width: 800px) {
  ._20-inner-content-banner ._20-banner-s {
    display: none;
  }
}

._20-sidebar-banner-block {
  margin: 40px auto;
  width: 100%;
}

._20-mobile-banner-top {
  width: 100%;
  margin: 20px auto;
}
@media (min-width: 801px) {
  ._20-mobile-banner-top {
    display: none;
  }
}

._20-main-wrapper {
  display: flex;
  justify-content: center;
}

@media (max-width: 450px) {
  ._20-page-default ._20-inner-content-banner {
    margin-bottom: 0;
  }
}
