@charset "UTF-8";
/*
Theme Name: Starter Theme
Theme URI: https://example.com
Author: Your Company
Author URI: https://example.com
Description: A modern WordPress starter theme with Gutenberg block editor support, built with SCSS and BEM methodology.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: starter-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, block-styles, wide-blocks

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.
*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #212121;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 24px;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 700;
  line-height: 1.3;
  color: #212121;
}

h1 {
  font-size: 48px;
}
@media (max-width: 767px) {
  h1 {
    font-size: 32px;
  }
}

h2 {
  font-size: 32px;
}
@media (max-width: 767px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

p {
  margin: 0 0 24px;
}

a {
  color: #029835;
  text-decoration: none;
  -webkit-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (hover: none) {
  a {
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
@media (hover: hover) {
  a:hover {
    color: #0052a3;
    text-decoration: underline;
  }
}
a:focus-visible {
  outline: 2px solid #029835;
  outline-offset: 2px;
}

strong,
b {
  font-weight: 700;
}

em,
i {
  font-style: italic;
}

small {
  font-size: 14px;
}

code,
kbd,
pre,
samp {
  font-family: Consolas, Monaco, "Courier New", monospace;
  font-size: 0.875em;
}

code {
  padding: 0.125em 0.25em;
  background-color: #f5f5f5;
  border-radius: 4px;
}

pre {
  padding: 24px;
  overflow-x: auto;
  background-color: #f5f5f5;
  border-radius: 4px;
}
pre code {
  padding: 0;
  background: none;
}

blockquote {
  margin: 0 0 24px;
  padding: 24px;
  padding-left: 32px;
  border-left: 4px solid #029835;
  background-color: #f5f5f5;
  font-style: italic;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote cite {
  display: block;
  margin-top: 16px;
  font-size: 14px;
  font-style: normal;
  color: #999999;
}

ul,
ol {
  margin: 0 0 24px;
  padding-left: 32px;
}

li {
  margin-bottom: 8px;
}

dl {
  margin: 0 0 24px;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 0 16px;
}

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

figure {
  margin: 0 0 24px;
}

figcaption {
  margin-top: 16px;
  font-size: 14px;
  color: #999999;
}

svg {
  vertical-align: middle;
}

table {
  width: 100%;
  margin-bottom: 24px;
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td {
  padding: 16px;
  text-align: left;
  border-bottom: 1px solid #e0e0e0;
}

th {
  font-weight: 700;
  background-color: #f5f5f5;
}

button,
input,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button {
  padding: 0;
  border: 0;
  background: none;
  font: inherit;
  color: inherit;
  cursor: pointer;
}

input,
select,
textarea {
  padding: 16px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  background-color: #ffffff;
  -webkit-transition: border-color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: border-color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (hover: none) {
  input,
  select,
  textarea {
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
input:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: #029835;
}

textarea {
  resize: vertical;
}

label {
  display: inline-block;
  margin-bottom: 8px;
  font-weight: 500;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.screen-reader-text:active, .screen-reader-text:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  padding: 16px 24px;
  background-color: #029835;
  color: #ffffff;
  text-decoration: none;
}
.skip-link:active, .skip-link:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.alignleft {
  float: left;
  margin-right: 24px;
  margin-bottom: 24px;
}

.alignright {
  float: right;
  margin-left: 24px;
  margin-bottom: 24px;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}

.gallery-item {
  position: relative;
}

.gallery-caption {
  margin-top: 8px;
  font-size: 14px;
  color: #999999;
}

.page-links {
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 16px;
}
.page-links a,
.page-links span {
  padding: 8px 16px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
}
.page-links .current {
  background-color: #029835;
  color: #ffffff;
  border-color: #029835;
}

.site {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

.site-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 48px 0;
}
@media (max-width: 767px) {
  .site-main {
    padding: 32px 0;
  }
}

.site-header__container,
.site-footer__container,
.page-template__container,
.single-post__container,
.archive-page__container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container--wide {
  max-width: 1400px;
}

.container--narrow {
  max-width: 800px;
}

.site-header-container {
  position: relative;
}
.site-header-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 39%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#029835), to(#6EBA2C));
  background: linear-gradient(to bottom, #029835, #6EBA2C);
  z-index: 0;
}
@media (max-width: 768px) {
  .site-header-container {
    padding-bottom: 3rem;
  }
}

.site-header {
  padding: 24px 0;
  position: relative;
  top: 0;
  z-index: 200;
}
@media (max-width: 768px) {
  .site-header {
    padding: 0.5rem 0;
  }
}
@media (max-width: 1023px) {
  .site-header {
    z-index: 502;
  }
}
.site-header .content-container {
  max-width: 2000px;
  display: grid;
  grid-template-columns: 39% 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1024px) {
  .site-header .content-container {
    padding-right: 1rem;
  }
}
.site-header__branding {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.site-branding__title {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  width: 100%;
  padding-right: 2rem;
  max-width: 400px;
}
.site-branding__title a {
  color: #212121;
  text-decoration: none;
  -webkit-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (hover: none) {
  .site-branding__title a {
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
@media (hover: hover) {
  .site-branding__title a:hover {
    color: #029835;
  }
}
.site-branding__description {
  margin: 0;
  font-size: 14px;
  color: #999999;
}

.custom-logo-link {
  display: block;
  line-height: 0;
}
.custom-logo-link img {
  max-height: 60px;
  width: auto;
}

.header-right .header-contact {
  margin-top: 0.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 1.2rem;
}
@media (max-width: 1024px) {
  .header-right .header-contact {
    display: none;
  }
}
.header-right a.haed-tel {
  display: block;
  width: 220px;
}
.header-right a.haed-tel img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.header-right a.haed-contact {
  display: block;
  text-align: center;
  background: -webkit-gradient(linear, right top, left top, from(#029835), to(#6EBA2C));
  background: linear-gradient(to left, #029835, #6EBA2C);
  color: #ffffff;
  padding: 1.2rem 3rem;
  border-radius: 4px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  font-weight: 600;
}
.header-right a.haed-contact::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#029835), to(#6EBA2C));
  background: linear-gradient(to right, #029835, #6EBA2C);
  border-radius: 4px;
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: none) {
  .header-right a.haed-contact {
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
@media (hover: hover) {
  .header-right a.haed-contact:hover {
    text-decoration: none;
    background-color: #6EBA2C;
  }
  .header-right a.haed-contact:hover::after {
    opacity: 0;
  }
}
.header-right a.haed-contact img {
  display: inline-block;
  margin-right: 0.5rem;
}

.site-navigation__toggle {
  display: none;
  padding: 24px;
  min-width: 48px;
  min-height: 48px;
  margin-left: auto;
  padding: 0;
  border: 0;
  background: none;
  font: inherit;
  color: inherit;
  cursor: pointer;
  cursor: pointer;
  z-index: 501;
  position: relative;
}
.site-navigation__toggle:focus-visible {
  outline: 2px solid #029835;
  outline-offset: 2px;
}
@media (max-width: 1023px) {
  .site-navigation__toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.site-navigation__toggle-icon {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #029835;
  position: relative;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (hover: none) {
  .site-navigation__toggle-icon {
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
.site-navigation__toggle-icon::before, .site-navigation__toggle-icon::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #029835;
  left: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (hover: none) {
  .site-navigation__toggle-icon::before, .site-navigation__toggle-icon::after {
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
.site-navigation__toggle-icon::before {
  top: -8px;
}
.site-navigation__toggle-icon::after {
  bottom: -8px;
}
.site-navigation__toggle[aria-expanded=true] .site-navigation__toggle-icon {
  background-color: transparent;
}
.site-navigation__toggle[aria-expanded=true] .site-navigation__toggle-icon::before {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #ffffff;
}
.site-navigation__toggle[aria-expanded=true] .site-navigation__toggle-icon::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background-color: #ffffff;
}
.site-navigation__menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0rem;
  margin-left: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.site-navigation__menu li {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .site-navigation__menu li {
    display: block;
    width: 100%;
    padding-bottom: 1.2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}
@media (max-width: 1023px) {
  .site-navigation__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #029835;
    padding: 64px 24px;
    gap: 24px;
    z-index: 500;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: opacity 0.3s ease-in-out, visibility 0s linear 0.3s, -webkit-transform 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, visibility 0s linear 0.3s, -webkit-transform 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, visibility 0s linear 0.3s;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, visibility 0s linear 0.3s, -webkit-transform 0.3s ease-in-out;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
@media (max-width: 1023px) and (hover: none) {
  .site-navigation__menu {
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
@media (max-width: 1023px) {
  .is-resizing .site-navigation__menu {
    -webkit-transition: none !important;
    transition: none !important;
  }
}
.site-navigation__menu a {
  position: relative;
  display: block;
  padding: 8px 16px;
  color: #212121;
  font-weight: bold;
  text-decoration: none;
  font-size: 0.85rem;
  padding-left: 0.7em;
  padding-right: 0.7em;
  -webkit-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media (hover: none) {
  .site-navigation__menu a {
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
@media (hover: hover) {
  .site-navigation__menu a:hover {
    color: #029835;
  }
}
.site-navigation__menu a:before {
  content: "";
  display: inline-block;
  height: 2px;
  width: 12px;
  background-color: #029835;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1023px) {
  .site-navigation__menu a {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 600;
  }
}
@media (max-width: 1023px) and (hover: hover) {
  .site-navigation__menu a:hover {
    color: rgba(255, 255, 255, 0.8);
  }
}
@media (max-width: 1023px) {
  .site-navigation__menu a:before {
    content: "";
    display: inline-block;
    height: 1px;
    width: 12px;
    background-color: #ffffff !important;
    -ms-flex-item-align: center;
        align-self: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.site-navigation__menu .current-menu-item > a,
.site-navigation__menu .current_page_item > a {
  color: #029835;
}
@media (max-width: 1023px) {
  .site-navigation__menu .current-menu-item > a,
  .site-navigation__menu .current_page_item > a {
    color: #ffffff;
    opacity: 0.8;
  }
}
.site-navigation .sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 6px rgba(33, 33, 33, 0.1);
          box-shadow: 0 4px 6px rgba(33, 33, 33, 0.1);
  z-index: 100;
}
@media (max-width: 1023px) {
  .site-navigation .sub-menu {
    position: static;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding-left: 24px;
    margin-top: 8px;
  }
  .site-navigation .sub-menu a {
    font-size: 16px;
    opacity: 0.9;
  }
}
.site-navigation .menu-item {
  position: relative;
}
.site-navigation .menu-item:hover > .sub-menu {
  display: block;
}

@media (max-width: 1023px) {
  .site-navigation__toggle[aria-expanded=true] + .site-navigation__menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: opacity 0.3s ease-in-out, visibility 0s linear 0s, -webkit-transform 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, visibility 0s linear 0s, -webkit-transform 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, visibility 0s linear 0s;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, visibility 0s linear 0s, -webkit-transform 0.3s ease-in-out;
  }
}
@media (max-width: 1023px) and (hover: none) {
  .site-navigation__toggle[aria-expanded=true] + .site-navigation__menu {
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
@media (max-width: 1023px) {
  .is-resizing .site-navigation__toggle[aria-expanded=true] + .site-navigation__menu {
    -webkit-transition: none !important;
    transition: none !important;
  }
  body.menu-open {
    overflow: hidden;
  }
}
.site-footer {
  margin-top: auto;
  padding-top: 4rem;
}
@media (max-width: 768px) {
  .site-footer {
    padding-bottom: 14vw;
  }
}
.site-footer .grid {
  display: grid;
  grid-template-columns: 4fr 1fr;
  gap: 32px;
}
@media (max-width: 768px) {
  .site-footer .grid {
    grid-template-columns: 1fr;
  }
}
.site-footer .right-block {
  padding-left: 3vw;
  padding-right: 3vw;
  border-left: 1px solid #6EBA2C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.site-footer .right-block h3 {
  text-align: center;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 1rem;
  opacity: 0.6;
}
.site-footer .right-block p {
  margin-bottom: 0;
}
.site-footer .right-block a.btn1 {
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .site-footer .right-block {
    border-left: none;
    padding-left: 0;
    padding-right: 0;
    border-top: 1px solid #6EBA2C;
    padding-top: 4rem;
  }
  .site-footer .right-block img {
    width: 250px;
    margin-bottom: 1rem;
  }
}
.site-footer .content-container {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3rem;
}
@media (max-width: 768px) {
  .site-footer .content-container {
    padding-left: 2rem;
  }
}
.site-footer .content-container.tsen {
  padding-top: 5rem;
  padding-bottom: 1rem;
  border-top: 1px solid rgba(110, 186, 44, 0.15);
}
.site-footer .logo-footer {
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
}
@media (max-width: 768px) {
  .site-footer .logo-footer img {
    width: 70%;
  }
}
.site-footer .logo-footer p {
  margin-bottom: 0;
  font-weight: 600;
}
@media (max-width: 768px) {
  .site-footer .logo-footer {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .site-footer p.address {
    font-size: 1rem;
    text-align: center;
  }
}
.site-footer__menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .site-footer__menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}
.site-footer__menu a {
  font-weight: bold;
  color: #212121;
  text-decoration: none;
  font-size: 0.9rem;
  margin-right: 1rem;
}
.site-footer__menu a::before {
  content: "●";
  display: inline-block;
  margin-right: 8px;
  color: #029835;
}
@media (hover: hover) {
  .site-footer__menu a:hover {
    opacity: 0.8;
    color: #029835;
  }
}
.site-footer__info {
  font-size: 14px;
}
.site-footer__copyright {
  display: block;
  margin-top: 4rem;
  background: -webkit-gradient(linear, left top, right top, from(#029835), to(#6EBA2C));
  background: linear-gradient(to right, #029835, #6EBA2C);
  padding: 24px;
  font-size: 0.9rem;
}
.site-footer__copyright p {
  text-align: right;
  color: #ffffff;
  font-family: "Lato", sans-serif;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .site-footer__copyright p {
    text-align: center;
  }
}

.section {
  padding: 64px 0;
}
@media (max-width: 767px) {
  .section {
    padding: 48px 0;
  }
}
.section__header {
  margin-bottom: 48px;
  text-align: center;
}
.section__title {
  margin-bottom: 16px;
}
.section__description {
  color: #999999;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.section--gray {
  background-color: #f5f5f5;
}
.section--primary {
  background-color: #029835;
  color: #ffffff;
}
.section--primary .section__title,
.section--primary .section__description {
  color: #ffffff;
}

.front-page__hero .hero-title {
  z-index: 10;
  position: absolute;
  text-align: left;
  bottom: 10%;
  left: 5%;
}
.front-page__hero .hero-title .hero-title__main {
  font-size: 56px;
  font-size: clamp(1.6rem, 9vw, 53px);
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-shadow: 0 0 20px rgba(2, 152, 53, 0.7);
  margin-bottom: 0.5em;
}
@media (max-width: 768px) {
  .front-page__hero .hero-title .hero-title__main {
    font-size: clamp(2.4rem, 7vw, 44px);
  }
}
.front-page__hero .hero-title .hero-title__sub {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.1em;
  text-shadow: 0 0 15px rgba(2, 152, 53, 0.7);
}
@media (max-width: 768px) {
  .front-page__hero .hero-title .hero-title__sub {
    font-size: 0.9rem;
  }
}

.front-page__hero {
  position: relative;
  padding: 64px 0;
  color: #ffffff;
  text-align: center;
  min-height: 600px;
  height: 80vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
@media (max-width: 767px) {
  .front-page__hero {
    padding: 48px 0;
    height: 75vh;
    min-height: 300px;
  }
}
.front-page__hero-container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
  z-index: 4;
}
.front-page__hero-content {
  max-width: 800px;
  margin: 0 auto;
}
.front-page__hero-title {
  font-size: clamp(2rem, 5vw, 3.5rem);
  margin-bottom: 24px;
  font-weight: 700;
}
.front-page__hero-description {
  font-size: clamp(1rem, 2vw, 1.25rem);
  margin-bottom: 48px;
  opacity: 0.95;
}
.front-page__hero-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.front-page__hero-button {
  display: inline-block;
  padding: 24px 48px;
  border-radius: 4px;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (hover: none) {
  .front-page__hero-button {
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
.front-page__hero-button--primary {
  background-color: #ffffff;
  color: #029835;
}
@media (hover: hover) {
  .front-page__hero-button--primary:hover {
    -webkit-box-shadow: 0 4px 6px rgba(33, 33, 33, 0.1);
            box-shadow: 0 4px 6px rgba(33, 33, 33, 0.1);
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}
.front-page__hero-button--secondary {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}
@media (hover: hover) {
  .front-page__hero-button--secondary:hover {
    background-color: #ffffff;
    color: #029835;
  }
}
.front-page__features {
  padding: 64px 0;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .front-page__features {
    padding: 48px 0;
  }
}
.front-page__features-container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}
.front-page__section-header {
  text-align: center;
  margin-bottom: 48px;
}
.front-page__section-title {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  margin-bottom: 16px;
  color: #212121;
}
.front-page__section-description {
  font-size: 24px;
  color: #999999;
  max-width: 600px;
  margin: 0 auto;
}
.front-page__features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}
@media (max-width: 1023px) {
  .front-page__features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .front-page__features-grid {
    grid-template-columns: 1fr;
  }
}
.front-page__feature {
  text-align: center;
}
.front-page__feature-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 24px;
  color: #029835;
}
.front-page__feature-icon svg {
  width: 100%;
  height: 100%;
}
.front-page__feature-title {
  font-size: 20px;
  margin-bottom: 16px;
  color: #212121;
}
.front-page__feature-description {
  color: #999999;
  line-height: 1.8;
}
.front-page__posts {
  padding: 64px 0;
  background-color: #f5f5f5;
}
@media (max-width: 767px) {
  .front-page__posts {
    padding: 48px 0;
  }
}
.front-page__posts-container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}
.front-page__posts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  margin-bottom: 48px;
}
@media (max-width: 1023px) {
  .front-page__posts-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .front-page__posts-grid {
    grid-template-columns: 1fr;
  }
}
.front-page__post {
  background-color: #ffffff;
  border-radius: 4px;
  overflow: hidden;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (hover: none) {
  .front-page__post {
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
@media (hover: hover) {
  .front-page__post:hover {
    -webkit-box-shadow: 0 4px 6px rgba(33, 33, 33, 0.1);
            box-shadow: 0 4px 6px rgba(33, 33, 33, 0.1);
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
}
.front-page__post-thumbnail {
  width: 100%;
  height: 240px;
  overflow: hidden;
}
.front-page__post-thumbnail a {
  display: block;
  height: 100%;
}
.front-page__post-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (hover: none) {
  .front-page__post-image {
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
.front-page__post:hover .front-page__post-image {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.front-page__post-content {
  padding: 32px;
}
.front-page__post-meta {
  margin-bottom: 16px;
}
.front-page__post-date {
  font-size: 14px;
  color: #999999;
}
.front-page__post-title {
  font-size: 20px;
  margin-bottom: 16px;
}
.front-page__post-title a {
  color: #212121;
  text-decoration: none;
  -webkit-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (hover: none) {
  .front-page__post-title a {
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
@media (hover: hover) {
  .front-page__post-title a:hover {
    color: #029835;
  }
}
.front-page__post-excerpt {
  color: #999999;
  line-height: 1.8;
  margin-bottom: 24px;
}
.front-page__post-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: #029835;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: gap 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: gap 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (hover: none) {
  .front-page__post-link {
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
@media (hover: hover) {
  .front-page__post-link:hover {
    gap: 16px;
  }
}
.front-page__posts-footer {
  text-align: center;
}
.front-page__posts-button {
  display: inline-block;
  padding: 24px 48px;
  background-color: #029835;
  color: #ffffff;
  border-radius: 4px;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (hover: none) {
  .front-page__posts-button {
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
@media (hover: hover) {
  .front-page__posts-button:hover {
    background-color: #0052a3;
    -webkit-box-shadow: 0 4px 6px rgba(33, 33, 33, 0.1);
            box-shadow: 0 4px 6px rgba(33, 33, 33, 0.1);
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}
.front-page__cta {
  padding: 64px 0;
  background: linear-gradient(135deg, #212121 0%, #029835 100%);
  color: #ffffff;
}
@media (max-width: 767px) {
  .front-page__cta {
    padding: 48px 0;
  }
}
.front-page__cta-container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}
.front-page__cta-content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.front-page__cta-title {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  margin-bottom: 24px;
  font-weight: 700;
}
.front-page__cta-description {
  font-size: clamp(1rem, 2vw, 1.25rem);
  margin-bottom: 48px;
  opacity: 0.95;
}
.front-page__cta-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.front-page__cta-button {
  display: inline-block;
  padding: 24px 48px;
  border-radius: 4px;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (hover: none) {
  .front-page__cta-button {
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
.front-page__cta-button--primary {
  background-color: #ffffff;
  color: #029835;
}
@media (hover: hover) {
  .front-page__cta-button--primary:hover {
    -webkit-box-shadow: 0 4px 6px rgba(33, 33, 33, 0.1);
            box-shadow: 0 4px 6px rgba(33, 33, 33, 0.1);
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}
.front-page__cta-button--secondary {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}
@media (hover: hover) {
  .front-page__cta-button--secondary:hover {
    background-color: #ffffff;
    color: #029835;
  }
}

.archive-page {
  padding: 64px 0;
}
@media (max-width: 767px) {
  .archive-page {
    padding: 48px 0;
  }
}
.archive-page__container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}
.archive-page__header {
  margin-bottom: 48px;
  text-align: center;
}
.archive-page__title {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  margin-bottom: 24px;
  color: #212121;
}
.archive-page__description {
  color: #999999;
  max-width: 600px;
  margin: 0 auto;
}
.archive-page__posts {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  margin-bottom: 48px;
}
.archive-page__article {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 32px;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  overflow: hidden;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (hover: none) {
  .archive-page__article {
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
@media (hover: hover) {
  .archive-page__article:hover {
    -webkit-box-shadow: 0 4px 6px rgba(33, 33, 33, 0.1);
            box-shadow: 0 4px 6px rgba(33, 33, 33, 0.1);
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}
@media (max-width: 1023px) {
  .archive-page__article {
    grid-template-columns: 1fr;
  }
}
.archive-page__thumbnail {
  width: 100%;
  height: 280px;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .archive-page__thumbnail {
    height: 240px;
  }
}
.archive-page__thumbnail a {
  display: block;
  height: 100%;
}
.archive-page__thumbnail-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (hover: none) {
  .archive-page__thumbnail-image {
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
.archive-page__article:hover .archive-page__thumbnail-image {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.archive-page__content {
  padding: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1023px) {
  .archive-page__content {
    padding: 24px;
  }
}
.archive-page__article-header {
  margin-bottom: 24px;
}
.archive-page__article-title {
  font-size: 20px;
  margin-bottom: 16px;
}
.archive-page__article-title a {
  color: #212121;
  text-decoration: none;
  -webkit-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (hover: none) {
  .archive-page__article-title a {
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
@media (hover: hover) {
  .archive-page__article-title a:hover {
    color: #029835;
  }
}
.archive-page__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.archive-page__date {
  font-size: 14px;
  color: #999999;
}
.archive-page__categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.archive-page__category {
  display: inline-block;
  padding: 8px 16px;
  background-color: #f5f5f5;
  color: #212121;
  font-size: 14px;
  text-decoration: none;
  border-radius: 4px;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (hover: none) {
  .archive-page__category {
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
@media (hover: hover) {
  .archive-page__category:hover {
    background-color: #029835;
    color: #ffffff;
  }
}
.archive-page__excerpt {
  color: #999999;
  line-height: 1.8;
  margin-bottom: 24px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.archive-page__article-footer {
  margin-top: auto;
}
.archive-page__read-more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: #029835;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: gap 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: gap 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (hover: none) {
  .archive-page__read-more {
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
@media (hover: hover) {
  .archive-page__read-more:hover {
    gap: 16px;
  }
}
.archive-page__read-more::after {
  content: "→";
}
.archive-page__no-content {
  text-align: center;
  padding: 64px 0;
}

.hero-slider {
  position: absolute;
  top: 0;
  right: 0;
  width: 80%;
  height: 100%;
  z-index: 1;
}
@media (max-width: 768px) {
  .hero-slider {
    width: 85%;
  }
}
.hero-slider .swiper-wrapper {
  background-color: #FFF;
}
.hero-slider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(2, 152, 53, 0.2) 0%, rgba(33, 33, 33, 0.2) 100%);
  z-index: 2;
  pointer-events: none;
}
.hero-slider .swiper-wrapper {
  position: relative;
  z-index: 0;
}
.hero-slider .swiper-slide {
  overflow: hidden;
}
.hero-slider__background {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-animation: kenBurnsZoom 10s ease-out forwards;
          animation: kenBurnsZoom 10s ease-out forwards;
}
@-webkit-keyframes kenBurnsZoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes kenBurnsZoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.swiper-slide-active .hero-slider__background {
  -webkit-animation: kenBurnsZoom 10s ease-out forwards;
          animation: kenBurnsZoom 10s ease-out forwards;
}
.hero-slider__nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: background-color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background-color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
@media (hover: none) {
  .hero-slider__nav {
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
@media (hover: hover) {
  .hero-slider__nav:hover {
    background-color: rgba(255, 255, 255, 0.5);
  }
}
@media (max-width: 767px) {
  .hero-slider__nav {
    width: 40px;
    height: 40px;
  }
}
.hero-slider__nav::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
.hero-slider__nav--prev {
  left: 24px;
}
.hero-slider__nav--prev::after {
  -webkit-transform: translate(-30%, -50%) rotate(-135deg);
          transform: translate(-30%, -50%) rotate(-135deg);
}
.hero-slider__nav--next {
  right: 24px;
}
.hero-slider__nav--next::after {
  -webkit-transform: translate(-70%, -50%) rotate(45deg);
          transform: translate(-70%, -50%) rotate(45deg);
}
.hero-slider__pagination {
  position: absolute;
  bottom: 25px !important;
  right: 0% !important;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 5px;
  z-index: 10;
  padding-right: 6rem;
}
.hero-slider__pagination :global(.swiper-pagination-bullet) {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (hover: none) {
  .hero-slider__pagination :global(.swiper-pagination-bullet) {
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
.hero-slider__pagination :global(.swiper-pagination-bullet):global(.swiper-pagination-bullet-active) {
  background-color: #029835;
  width: 32px;
  border-radius: 6px;
}
.hero-slider__pagination .swiper-pagination-bullet {
  background-color: #ffffff;
  width: 35px;
  height: 5px;
  border-radius: 0px;
  opacity: 1;
}
.hero-slider__pagination .swiper-pagination-bullet-active {
  background-color: #029835;
}

a {
  outline: none;
}

.btn {
  display: inline-block;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: background-color border-color color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background-color border-color color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (hover: none) {
  .btn {
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
.btn:focus-visible {
  outline: 2px solid #029835;
  outline-offset: 2px;
}
.btn--primary {
  background-color: #029835;
  border-color: #029835;
  color: #ffffff;
}
@media (hover: hover) {
  .btn--primary:hover {
    background-color: #0052a3;
    border-color: #0052a3;
  }
}
.btn--secondary {
  background-color: #212121;
  border-color: #212121;
  color: #ffffff;
}
@media (hover: hover) {
  .btn--secondary:hover {
    background-color: #3b3b3b;
    border-color: #3b3b3b;
  }
}
.btn--outline {
  background-color: transparent;
  border-color: #029835;
  color: #029835;
}
@media (hover: hover) {
  .btn--outline:hover {
    background-color: #029835;
    color: #ffffff;
  }
}
.btn--ghost {
  background-color: transparent;
  border-color: transparent;
  color: #029835;
}
@media (hover: hover) {
  .btn--ghost:hover {
    background-color: #f5f5f5;
  }
}
.btn--small {
  padding: 8px 24px;
  font-size: 14px;
}
.btn--large {
  padding: 24px 48px;
  font-size: 24px;
}
.btn--block {
  display: block;
  width: 100%;
}
.btn:disabled, .btn--disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.card {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  overflow: hidden;
  -webkit-transition: -webkit-box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (hover: none) {
  .card {
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
@media (hover: hover) {
  .card:hover {
    -webkit-box-shadow: 0 4px 6px rgba(33, 33, 33, 0.1);
            box-shadow: 0 4px 6px rgba(33, 33, 33, 0.1);
  }
}
.card__image {
  width: 100%;
  height: auto;
  display: block;
}
.card__body {
  padding: 24px;
}
.card__title {
  margin-bottom: 16px;
  font-size: 24px;
}
.card__text {
  margin-bottom: 24px;
  color: #999999;
}
.card__footer {
  padding: 24px;
  border-top: 1px solid #e0e0e0;
  background-color: #f5f5f5;
}
.card--horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media (max-width: 767px) {
  .card--horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.card--horizontal .card__image {
  width: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .card--horizontal .card__image {
    width: 100%;
  }
}

.badge {
  display: inline-block;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  border-radius: 4px;
}
.badge--primary {
  background-color: #029835;
  color: #ffffff;
}
.badge--secondary {
  background-color: #212121;
  color: #ffffff;
}
.badge--success {
  background-color: #4caf50;
  color: #ffffff;
}
.badge--warning {
  background-color: #ff9800;
  color: #ffffff;
}
.badge--error {
  background-color: #f44336;
  color: #ffffff;
}
.badge--info {
  background-color: #2196f3;
  color: #ffffff;
}

.alert {
  padding: 24px;
  margin-bottom: 24px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  border-left-width: 4px;
}
.alert__title {
  margin-bottom: 8px;
  font-weight: 700;
}
.alert__text {
  margin: 0;
}
.alert--success {
  border-left-color: #4caf50;
  background-color: #fcfefc;
  color: #2e7d32;
}
.alert--warning {
  border-left-color: #ff9800;
  background-color: #fff5e6;
  color: #b26a00;
}
.alert--error {
  border-left-color: #f44336;
  background-color: white;
  color: #c62828;
}
.alert--info {
  border-left-color: #2196f3;
  background-color: white;
  color: #1565c0;
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 8px;
  margin-bottom: 24px;
  font-size: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.breadcrumbs__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 8px;
}
.breadcrumbs__item::after {
  content: "/";
  color: #999999;
}
.breadcrumbs__item:last-child::after {
  display: none;
}
.breadcrumbs__link {
  color: #212121;
  text-decoration: none;
}
@media (hover: hover) {
  .breadcrumbs__link:hover {
    color: #029835;
  }
}
.breadcrumbs__current {
  color: #999999;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 8px;
  margin: 48px 0;
}
.pagination .page-numbers {
  display: block;
  padding: 8px 16px;
  min-width: 40px;
  text-align: center;
  color: #212121;
  text-decoration: none;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  -webkit-transition: background-color border-color color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background-color border-color color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (hover: none) {
  .pagination .page-numbers {
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
@media (hover: hover) {
  .pagination .page-numbers:hover {
    background-color: #f5f5f5;
  }
}
.pagination .page-numbers.current {
  background-color: #029835;
  border-color: #029835;
  color: #ffffff;
  pointer-events: none;
}
.pagination .page-numbers.dots {
  border-color: transparent;
  pointer-events: none;
}

.navigation.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 8px;
  margin: 48px 0;
}

.post-navigation {
  padding: 48px 0;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.post-navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 24px;
}
@media (max-width: 767px) {
  .post-navigation .nav-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.post-navigation .nav-previous,
.post-navigation .nav-next {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  display: block;
  padding: 24px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  text-decoration: none;
  -webkit-transition: -webkit-box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (hover: none) {
  .post-navigation .nav-previous a,
  .post-navigation .nav-next a {
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
@media (hover: hover) {
  .post-navigation .nav-previous a:hover,
  .post-navigation .nav-next a:hover {
    -webkit-box-shadow: 0 4px 6px rgba(33, 33, 33, 0.1);
            box-shadow: 0 4px 6px rgba(33, 33, 33, 0.1);
  }
}
.post-navigation .nav-subtitle {
  display: block;
  font-size: 14px;
  color: #999999;
  margin-bottom: 8px;
}
.post-navigation .nav-title {
  display: block;
  font-weight: 700;
  color: #212121;
}

.form__group {
  margin-bottom: 24px;
}
.form__label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
}
.form__input, .form__textarea, .form__select {
  width: 100%;
  padding: 16px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  background-color: #ffffff;
  -webkit-transition: border-color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: border-color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (hover: none) {
  .form__input, .form__textarea, .form__select {
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
.form__input:focus, .form__textarea:focus, .form__select:focus {
  outline: none;
  border-color: #029835;
}
.form__input:disabled, .form__textarea:disabled, .form__select:disabled {
  background-color: #f5f5f5;
  cursor: not-allowed;
}
.form__textarea {
  min-height: 120px;
  resize: vertical;
}
.form__help {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  color: #999999;
}
.form__error {
  color: #f44336;
}

.spinner {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 4px solid #f5f5f5;
  border-top-color: #029835;
  border-radius: 50%;
  -webkit-animation: spinner-rotate 0.8s linear infinite;
          animation: spinner-rotate 0.8s linear infinite;
}
.spinner--small {
  width: 20px;
  height: 20px;
  border-width: 2px;
}
.spinner--large {
  width: 60px;
  height: 60px;
  border-width: 6px;
}

@-webkit-keyframes spinner-rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spinner-rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.alignwide {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.alignfull {
  max-width: 100%;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.wp-block-image {
  margin-bottom: 24px;
}
.wp-block-image img {
  display: block;
  max-width: 100%;
  height: auto;
}
.wp-block-image figcaption {
  margin-top: 16px;
  font-size: 14px;
  color: #999999;
  text-align: center;
}
.wp-block-image.alignleft, .wp-block-image.alignright {
  max-width: 50%;
}
@media (max-width: 767px) {
  .wp-block-image.alignleft, .wp-block-image.alignright {
    float: none;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.wp-block-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 24px;
}
@media (max-width: 1023px) {
  .wp-block-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .wp-block-gallery {
    grid-template-columns: 1fr;
  }
}
.wp-block-gallery .blocks-gallery-item {
  position: relative;
}
.wp-block-gallery .blocks-gallery-item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wp-block-gallery .blocks-gallery-item figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 16px;
  background-color: rgba(33, 33, 33, 0.7);
  color: #ffffff;
  font-size: 14px;
}

.wp-block-video,
.wp-block-audio {
  margin-bottom: 24px;
}
.wp-block-video video,
.wp-block-video audio,
.wp-block-audio video,
.wp-block-audio audio {
  max-width: 100%;
}

.wp-block-file {
  margin-bottom: 24px;
  padding: 24px;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.wp-block-file a {
  font-weight: 500;
}
.wp-block-file .wp-block-file__button {
  display: inline-block;
  padding: 16px 32px;
  margin-left: 16px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  background-color: #029835;
  border: 1px solid #029835;
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: background-color border-color color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background-color border-color color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (hover: none) {
  .wp-block-file .wp-block-file__button {
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
.wp-block-file .wp-block-file__button:hover {
  background-color: #0052a3;
  border-color: #0052a3;
}

.wp-block-paragraph {
  margin-bottom: 24px;
}
.wp-block-paragraph.has-drop-cap:not(:focus)::first-letter {
  float: left;
  font-size: 3em;
  line-height: 0.8;
  margin: 0.1em 0.1em 0 0;
  font-weight: 700;
  color: #029835;
}

.wp-block-heading {
  margin-bottom: 24px;
}

.wp-block-list {
  margin-bottom: 24px;
  padding-left: 32px;
}
.wp-block-list li {
  margin-bottom: 8px;
}

.wp-block-quote {
  margin: 0 0 24px;
  padding: 24px;
  padding-left: 32px;
  border-left: 4px solid #029835;
  background-color: #f5f5f5;
  font-style: italic;
}
.wp-block-quote p {
  margin-bottom: 16px;
}
.wp-block-quote cite {
  display: block;
  font-size: 14px;
  font-style: normal;
  color: #999999;
}
.wp-block-quote.is-style-large {
  font-size: 24px;
  padding: 32px;
}

.wp-block-pullquote {
  margin: 48px 0;
  padding: 32px;
  text-align: center;
  border-top: 4px solid #029835;
  border-bottom: 4px solid #029835;
}
.wp-block-pullquote blockquote {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  font-size: 24px;
  font-style: italic;
}
.wp-block-pullquote cite {
  display: block;
  margin-top: 24px;
  font-size: 16px;
  color: #999999;
}

.wp-block-code {
  padding: 24px;
  background-color: #f5f5f5;
  border-radius: 4px;
  overflow-x: auto;
}
.wp-block-code code {
  padding: 0;
  background: none;
  font-family: Consolas, Monaco, "Courier New", monospace;
}

.wp-block-preformatted {
  padding: 24px;
  background-color: #f5f5f5;
  border-radius: 4px;
  overflow-x: auto;
  white-space: pre-wrap;
  font-family: Consolas, Monaco, "Courier New", monospace;
}

.wp-block-table {
  margin-bottom: 24px;
}
.wp-block-table table {
  width: 100%;
  border-collapse: collapse;
}
.wp-block-table th,
.wp-block-table td {
  padding: 16px;
  border: 1px solid #e0e0e0;
}
.wp-block-table th {
  font-weight: 700;
  background-color: #f5f5f5;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #f5f5f5;
}

.wp-block-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 32px;
  margin-bottom: 24px;
}
@media (max-width: 1023px) {
  .wp-block-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.wp-block-column {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

.wp-block-group {
  margin-bottom: 24px;
  padding: 32px;
}
.wp-block-group.has-background {
  padding: 48px;
  border-radius: 4px;
}

.wp-block-separator {
  margin: 48px 0;
  border: none;
  border-top: 1px solid #e0e0e0;
}
.wp-block-separator.is-style-wide {
  border-top-width: 2px;
}
.wp-block-separator.is-style-dots {
  border: none;
  text-align: center;
}
.wp-block-separator.is-style-dots::before {
  content: "···";
  font-size: 24px;
  letter-spacing: 1em;
  color: #999999;
}

.wp-block-spacer {
  display: block;
}

.wp-block-button {
  margin-bottom: 24px;
}
.wp-block-button .wp-block-button__link {
  display: inline-block;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  background-color: #029835;
  border: 1px solid #029835;
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: background-color border-color color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background-color border-color color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (hover: none) {
  .wp-block-button .wp-block-button__link {
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
.wp-block-button .wp-block-button__link:hover {
  background-color: #0052a3;
  border-color: #0052a3;
}
.wp-block-button.is-style-outline .wp-block-button__link {
  background-color: transparent;
  border-color: #029835;
  color: #029835;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
  background-color: #029835;
  color: #ffffff;
}
.wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 0;
}

.wp-block-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 24px;
  margin-bottom: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .wp-block-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .wp-block-buttons .wp-block-button__link {
    width: 100%;
  }
}

.wp-block-embed {
  margin-bottom: 24px;
  position: relative;
}
.wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.wp-block-embed__wrapper iframe,
.wp-block-embed__wrapper embed,
.wp-block-embed__wrapper object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wp-block-embed figcaption {
  margin-top: 16px;
  font-size: 14px;
  color: #999999;
  text-align: center;
}

.wp-block-latest-posts {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 24px;
}
.wp-block-latest-posts li {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e0e0e0;
}
.wp-block-latest-posts li:last-child {
  border-bottom: none;
}
.wp-block-latest-posts a {
  font-weight: 500;
}
.wp-block-latest-posts__post-date {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  color: #999999;
}
.wp-block-latest-posts__post-excerpt {
  margin-top: 8px;
  font-size: 14px;
}

.wp-block-archives,
.wp-block-categories {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 24px;
}
.wp-block-archives li,
.wp-block-categories li {
  margin-bottom: 8px;
}
.wp-block-archives a,
.wp-block-categories a {
  display: block;
  padding: 8px 0;
}

.wp-block-latest-comments {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 24px;
}
.wp-block-latest-comments__comment {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e0e0e0;
}
.wp-block-latest-comments__comment:last-child {
  border-bottom: none;
}
.wp-block-latest-comments__comment-author {
  font-weight: 700;
}
.wp-block-latest-comments__comment-date {
  font-size: 14px;
  color: #999999;
}
.wp-block-latest-comments__comment-excerpt {
  margin-top: 8px;
}

.has-primary-color {
  color: #029835;
}

.has-primary-background-color {
  background-color: #029835;
}

.has-secondary-color {
  color: #212121;
}

.has-secondary-background-color {
  background-color: #212121;
}

.has-accent-color {
  color: #ff6b6b;
}

.has-accent-background-color {
  background-color: #ff6b6b;
}

.has-light-gray-color {
  color: #f5f5f5;
}

.has-light-gray-background-color {
  background-color: #f5f5f5;
}

.has-gray-color {
  color: #999999;
}

.has-gray-background-color {
  background-color: #999999;
}

.has-dark-gray-color {
  color: #666666;
}

.has-dark-gray-background-color {
  background-color: #666666;
}

.has-white-color {
  color: #ffffff;
}

.has-white-background-color {
  background-color: #ffffff;
}

.has-black-color {
  color: #212121;
}

.has-black-background-color {
  background-color: #212121;
}

.has-small-font-size {
  font-size: 14px;
}

.has-normal-font-size {
  font-size: 16px;
}

.has-medium-font-size {
  font-size: 20px;
}

.has-large-font-size {
  font-size: 24px;
}

.has-extra-large-font-size {
  font-size: 32px;
}

.has-huge-font-size {
  font-size: 48px;
}

.wp-block-group.is-style-section {
  padding-block: clamp(32px, 6vw, 64px);
}
.wp-block-group.is-style-section > .wp-block-group__inner-container {
  width: 100%;
}

.wp-block-group.is-style-section-compact {
  padding-block: clamp(24px, 4vw, 48px);
}
.wp-block-group.is-style-section-compact > .wp-block-group__inner-container {
  width: 100%;
}

.wp-block-group.is-style-section-muted {
  padding-block: clamp(32px, 6vw, 64px);
  background-color: #f5f5f5;
}
.wp-block-group.is-style-section-muted > .wp-block-group__inner-container {
  width: 100%;
}

.wp-block-group.is-style-section-divider {
  padding-block: clamp(32px, 6vw, 64px);
  border-top: 1px solid #e0e0e0;
}
.wp-block-group.is-style-section-divider > .wp-block-group__inner-container {
  width: 100%;
}

.wp-block-group.is-style-container,
.wp-block-group.is-style-container-wide,
.wp-block-group.is-style-container-narrow {
  width: 100%;
  margin-inline: auto;
  padding-inline: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wp-block-group.is-style-container.alignwide, .wp-block-group.is-style-container.alignfull,
.wp-block-group.is-style-container-wide.alignwide,
.wp-block-group.is-style-container-wide.alignfull,
.wp-block-group.is-style-container-narrow.alignwide,
.wp-block-group.is-style-container-narrow.alignfull {
  margin-inline: auto;
}
.wp-block-group.is-style-container > .wp-block-group__inner-container,
.wp-block-group.is-style-container-wide > .wp-block-group__inner-container,
.wp-block-group.is-style-container-narrow > .wp-block-group__inner-container {
  width: 100%;
}

.wp-block-group.is-style-container {
  max-width: 1200px;
}

.wp-block-group.is-style-container-wide {
  max-width: 1400px;
}

.wp-block-group.is-style-container-narrow {
  max-width: 800px;
}

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.d-grid {
  display: grid !important;
}

@media (max-width: 767px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .d-sm-show {
    display: block !important;
  }
  .d-sm-hide {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-block {
    display: block !important;
  }
}
@media (min-width: 1024px) {
  .d-md-show {
    display: block !important;
  }
  .d-md-hide {
    display: none !important;
  }
}
.m-0 {
  margin: 0 !important;
}

.m-auto {
  margin: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-xs {
  margin: 8px !important;
}

.mt-xs {
  margin-top: 8px !important;
}

.mb-xs {
  margin-bottom: 8px !important;
}

.ml-xs {
  margin-left: 8px !important;
}

.mr-xs {
  margin-right: 8px !important;
}

.mx-xs {
  margin-left: 8px !important;
  margin-right: 8px !important;
}

.my-xs {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.m-sm {
  margin: 16px !important;
}

.mt-sm {
  margin-top: 16px !important;
}

.mb-sm {
  margin-bottom: 16px !important;
}

.ml-sm {
  margin-left: 16px !important;
}

.mr-sm {
  margin-right: 16px !important;
}

.mx-sm {
  margin-left: 16px !important;
  margin-right: 16px !important;
}

.my-sm {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.m-md {
  margin: 24px !important;
}

.mt-md {
  margin-top: 24px !important;
}

.mb-md {
  margin-bottom: 24px !important;
}

.ml-md {
  margin-left: 24px !important;
}

.mr-md {
  margin-right: 24px !important;
}

.mx-md {
  margin-left: 24px !important;
  margin-right: 24px !important;
}

.my-md {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.m-lg {
  margin: 32px !important;
}

.mt-lg {
  margin-top: 32px !important;
}

.mb-lg {
  margin-bottom: 32px !important;
}

.ml-lg {
  margin-left: 32px !important;
}

.mr-lg {
  margin-right: 32px !important;
}

.mx-lg {
  margin-left: 32px !important;
  margin-right: 32px !important;
}

.my-lg {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

.m-xl {
  margin: 48px !important;
}

.mt-xl {
  margin-top: 48px !important;
}

.mb-xl {
  margin-bottom: 48px !important;
}

.ml-xl {
  margin-left: 48px !important;
}

.mr-xl {
  margin-right: 48px !important;
}

.mx-xl {
  margin-left: 48px !important;
  margin-right: 48px !important;
}

.my-xl {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}

.m-xxl {
  margin: 64px !important;
}

.mt-xxl {
  margin-top: 64px !important;
}

.mb-xxl {
  margin-bottom: 64px !important;
}

.ml-xxl {
  margin-left: 64px !important;
}

.mr-xxl {
  margin-right: 64px !important;
}

.mx-xxl {
  margin-left: 64px !important;
  margin-right: 64px !important;
}

.my-xxl {
  margin-top: 64px !important;
  margin-bottom: 64px !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-xs {
  padding: 8px !important;
}

.pt-xs {
  padding-top: 8px !important;
}

.pb-xs {
  padding-bottom: 8px !important;
}

.pl-xs {
  padding-left: 8px !important;
}

.pr-xs {
  padding-right: 8px !important;
}

.px-xs {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.py-xs {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.p-sm {
  padding: 16px !important;
}

.pt-sm {
  padding-top: 16px !important;
}

.pb-sm {
  padding-bottom: 16px !important;
}

.pl-sm {
  padding-left: 16px !important;
}

.pr-sm {
  padding-right: 16px !important;
}

.px-sm {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.py-sm {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.p-md {
  padding: 24px !important;
}

.pt-md {
  padding-top: 24px !important;
}

.pb-md {
  padding-bottom: 24px !important;
}

.pl-md {
  padding-left: 24px !important;
}

.pr-md {
  padding-right: 24px !important;
}

.px-md {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.py-md {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.p-lg {
  padding: 32px !important;
}

.pt-lg {
  padding-top: 32px !important;
}

.pb-lg {
  padding-bottom: 32px !important;
}

.pl-lg {
  padding-left: 32px !important;
}

.pr-lg {
  padding-right: 32px !important;
}

.px-lg {
  padding-left: 32px !important;
  padding-right: 32px !important;
}

.py-lg {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

.p-xl {
  padding: 48px !important;
}

.pt-xl {
  padding-top: 48px !important;
}

.pb-xl {
  padding-bottom: 48px !important;
}

.pl-xl {
  padding-left: 48px !important;
}

.pr-xl {
  padding-right: 48px !important;
}

.px-xl {
  padding-left: 48px !important;
  padding-right: 48px !important;
}

.py-xl {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.p-xxl {
  padding: 64px !important;
}

.pt-xxl {
  padding-top: 64px !important;
}

.pb-xxl {
  padding-bottom: 64px !important;
}

.pl-xxl {
  padding-left: 64px !important;
}

.pr-xxl {
  padding-right: 64px !important;
}

.px-xxl {
  padding-left: 64px !important;
  padding-right: 64px !important;
}

.py-xxl {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-justify {
  text-align: justify !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-underline {
  text-decoration: underline !important;
}

.text-line-through {
  text-decoration: line-through !important;
}

.text-no-decoration {
  text-decoration: none !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fs-small {
  font-size: 14px !important;
}

.fs-normal {
  font-size: 16px !important;
}

.fs-medium {
  font-size: 20px !important;
}

.fs-large {
  font-size: 24px !important;
}

.fs-xl {
  font-size: 32px !important;
}

.fs-xxl {
  font-size: 48px !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.6 !important;
}

.lh-lg {
  line-height: 1.8 !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

.line-clamp-4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.text-primary {
  color: #029835 !important;
}

.text-secondary {
  color: #212121 !important;
}

.text-accent {
  color: #ff6b6b !important;
}

.text-muted {
  color: #999999 !important;
}

.text-white {
  color: #ffffff !important;
}

.text-black {
  color: #212121 !important;
}

.text-success {
  color: #4caf50 !important;
}

.text-warning {
  color: #ff9800 !important;
}

.text-error {
  color: #f44336 !important;
}

.text-info {
  color: #2196f3 !important;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

.justify-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.justify-evenly {
  -webkit-box-pack: space-evenly !important;
      -ms-flex-pack: space-evenly !important;
          justify-content: space-evenly !important;
}

.align-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.align-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-xs {
  gap: 8px !important;
}

.gap-sm {
  gap: 16px !important;
}

.gap-md {
  gap: 24px !important;
}

.gap-lg {
  gap: 32px !important;
}

.gap-xl {
  gap: 48px !important;
}

.gap-xxl {
  gap: 64px !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.border {
  border: 1px solid #e0e0e0 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: 1px solid #e0e0e0 !important;
}

.border-bottom {
  border-bottom: 1px solid #e0e0e0 !important;
}

.border-left {
  border-left: 1px solid #e0e0e0 !important;
}

.border-right {
  border-right: 1px solid #e0e0e0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.rounded {
  border-radius: 4px !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-sm {
  border-radius: 2px !important;
}

.rounded-lg {
  border-radius: 8px !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.shadow-sm {
  -webkit-box-shadow: 0 1px 2px rgba(33, 33, 33, 0.05) !important;
          box-shadow: 0 1px 2px rgba(33, 33, 33, 0.05) !important;
}

.shadow {
  -webkit-box-shadow: 0 4px 6px rgba(33, 33, 33, 0.1) !important;
          box-shadow: 0 4px 6px rgba(33, 33, 33, 0.1) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 10px 20px rgba(33, 33, 33, 0.15) !important;
          box-shadow: 0 10px 20px rgba(33, 33, 33, 0.15) !important;
}

.shadow-xl {
  -webkit-box-shadow: 0 20px 40px rgba(33, 33, 33, 0.2) !important;
          box-shadow: 0 20px 40px rgba(33, 33, 33, 0.2) !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.cursor-not-allowed {
  cursor: not-allowed !important;
}

.cursor-default {
  cursor: default !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.transition-none {
  -webkit-transition: none !important;
  transition: none !important;
}

.transition-all {
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.transition-fast {
  -webkit-transition-duration: 0.15s !important;
          transition-duration: 0.15s !important;
}

.transition-slow {
  -webkit-transition-duration: 0.5s !important;
          transition-duration: 0.5s !important;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}
@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}
@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes ping {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  75%, 100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}
@keyframes ping {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  75%, 100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}
@-webkit-keyframes float {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@keyframes float {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@-webkit-keyframes wiggle {
  0%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  75% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
}
@keyframes wiggle {
  0%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  75% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
}
.animate-fade-in {
  -webkit-animation: fadeIn 0.6s cubic-bezier(0.4, 0, 0.2, 1) both;
          animation: fadeIn 0.6s cubic-bezier(0.4, 0, 0.2, 1) both;
}

.animate-fade-in-up {
  -webkit-animation: fadeInUp 0.6s cubic-bezier(0.4, 0, 0.2, 1) both;
          animation: fadeInUp 0.6s cubic-bezier(0.4, 0, 0.2, 1) both;
}

.animate-fade-in-down {
  -webkit-animation: fadeInDown 0.6s cubic-bezier(0.4, 0, 0.2, 1) both;
          animation: fadeInDown 0.6s cubic-bezier(0.4, 0, 0.2, 1) both;
}

.animate-fade-in-left {
  -webkit-animation: fadeInLeft 0.6s cubic-bezier(0.4, 0, 0.2, 1) both;
          animation: fadeInLeft 0.6s cubic-bezier(0.4, 0, 0.2, 1) both;
}

.animate-fade-in-right {
  -webkit-animation: fadeInRight 0.6s cubic-bezier(0.4, 0, 0.2, 1) both;
          animation: fadeInRight 0.6s cubic-bezier(0.4, 0, 0.2, 1) both;
}

.animate-slide-in-up {
  -webkit-animation: slideInUp 0.5s cubic-bezier(0.4, 0, 0.2, 1) both;
          animation: slideInUp 0.5s cubic-bezier(0.4, 0, 0.2, 1) both;
}

.animate-slide-in-down {
  -webkit-animation: slideInDown 0.5s cubic-bezier(0.4, 0, 0.2, 1) both;
          animation: slideInDown 0.5s cubic-bezier(0.4, 0, 0.2, 1) both;
}

.animate-zoom-in {
  -webkit-animation: zoomIn 0.5s cubic-bezier(0.4, 0, 0.2, 1) both;
          animation: zoomIn 0.5s cubic-bezier(0.4, 0, 0.2, 1) both;
}

.animate-zoom-out {
  -webkit-animation: zoomOut 0.5s cubic-bezier(0.4, 0, 0.2, 1) both;
          animation: zoomOut 0.5s cubic-bezier(0.4, 0, 0.2, 1) both;
}

.animate-bounce {
  -webkit-animation: bounce 1s ease-in-out both;
          animation: bounce 1s ease-in-out both;
}

.animate-shake {
  -webkit-animation: shake 0.5s ease-in-out both;
          animation: shake 0.5s ease-in-out both;
}

.animate-pulse {
  -webkit-animation: pulse 2s ease-in-out infinite;
          animation: pulse 2s ease-in-out infinite;
}

.animate-spin {
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}

.animate-ping {
  -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
          animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.animate-float {
  -webkit-animation: float 3s ease-in-out infinite;
          animation: float 3s ease-in-out infinite;
}

.animate-wiggle {
  -webkit-animation: wiggle 1s ease-in-out both;
          animation: wiggle 1s ease-in-out both;
}

.animate-delay-100 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.animate-delay-200 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.animate-delay-300 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.animate-delay-400 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.animate-delay-500 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.animate-delay-1000 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.animate-duration-fast {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
}

.animate-duration-normal {
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
}

.animate-duration-slow {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.hover-grow {
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (hover: none) {
  .hover-grow {
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
@media (hover: hover) {
  .hover-grow:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.hover-shrink {
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (hover: none) {
  .hover-shrink {
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
@media (hover: hover) {
  .hover-shrink:hover {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}

.hover-lift {
  -webkit-transition: -webkit-transform box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (hover: none) {
  .hover-lift {
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
@media (hover: hover) {
  .hover-lift:hover {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
    -webkit-box-shadow: 0 10px 20px rgba(33, 33, 33, 0.15);
            box-shadow: 0 10px 20px rgba(33, 33, 33, 0.15);
  }
}

.hover-shadow {
  -webkit-transition: -webkit-box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (hover: none) {
  .hover-shadow {
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
@media (hover: hover) {
  .hover-shadow:hover {
    -webkit-box-shadow: 0 10px 20px rgba(33, 33, 33, 0.15);
            box-shadow: 0 10px 20px rgba(33, 33, 33, 0.15);
  }
}

.hover-opacity {
  -webkit-transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (hover: none) {
  .hover-opacity {
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
@media (hover: hover) {
  .hover-opacity:hover {
    opacity: 0.8;
  }
}

.hover-underline {
  text-decoration: none;
  position: relative;
}
.hover-underline::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: currentColor;
  -webkit-transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (hover: hover) {
  .hover-underline:hover::after {
    width: 100%;
  }
}

.hover-primary {
  -webkit-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (hover: none) {
  .hover-primary {
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
@media (hover: hover) {
  .hover-primary:hover {
    color: #029835;
  }
}

.hover-secondary {
  -webkit-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (hover: none) {
  .hover-secondary {
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
@media (hover: hover) {
  .hover-secondary:hover {
    color: #212121;
  }
}

.hover-accent {
  -webkit-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (hover: none) {
  .hover-accent {
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
@media (hover: hover) {
  .hover-accent:hover {
    color: #ff6b6b;
  }
}

.hover-bg-primary {
  -webkit-transition: background-color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background-color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (hover: none) {
  .hover-bg-primary {
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
@media (hover: hover) {
  .hover-bg-primary:hover {
    background-color: #029835;
    color: #ffffff;
  }
}

.hover-bg-light {
  -webkit-transition: background-color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background-color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (hover: none) {
  .hover-bg-light {
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
@media (hover: hover) {
  .hover-bg-light:hover {
    background-color: #f5f5f5;
  }
}

.scroll-reveal {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1), transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1), transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.scroll-reveal.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.scroll-fade {
  opacity: 0;
  -webkit-transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.scroll-fade.is-visible {
  opacity: 1;
}

.skeleton {
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #f5f5f5), color-stop(50%, #e0e0e0), color-stop(75%, #f5f5f5));
  background: linear-gradient(90deg, #f5f5f5 25%, #e0e0e0 50%, #f5f5f5 75%);
  background-size: 200% 100%;
  -webkit-animation: skeleton-loading 1.5s ease-in-out infinite;
          animation: skeleton-loading 1.5s ease-in-out infinite;
  border-radius: 4px;
}

@-webkit-keyframes skeleton-loading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}

@keyframes skeleton-loading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
.shimmer {
  position: relative;
  overflow: hidden;
  background-color: #f5f5f5;
}
.shimmer::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.5)), to(transparent));
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
  -webkit-animation: shimmer 2s infinite;
          animation: shimmer 2s infinite;
}

@-webkit-keyframes shimmer {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes shimmer {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
.stagger-animation > * {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1), transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1), transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.stagger-animation.is-visible > * {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.stagger-animation.is-visible > *:nth-child(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.stagger-animation.is-visible > *:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.stagger-animation.is-visible > *:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.stagger-animation.is-visible > *:nth-child(4) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.stagger-animation.is-visible > *:nth-child(5) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.stagger-animation.is-visible > *:nth-child(6) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

#page {
  -webkit-animation: pageTransitionIn 0.25s ease-out both;
          animation: pageTransitionIn 0.25s ease-out both;
}
body.no-page-transition #page {
  -webkit-animation: none;
          animation: none;
}

@-webkit-keyframes pageTransitionIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes pageTransitionIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
body.page-transitioning #page {
  -webkit-animation: pageTransitionOut 0.2s ease-in both;
          animation: pageTransitionOut 0.2s ease-in both;
}

@-webkit-keyframes pageTransitionOut {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

@keyframes pageTransitionOut {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
.img-fluid {
  max-width: 100%;
  height: auto;
  display: block;
}

.img-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.img-contain {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.img-ratio {
  position: relative;
  overflow: hidden;
}
.img-ratio img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.img-ratio--16-9 {
  padding-bottom: 56.25%;
}
.img-ratio--4-3 {
  padding-bottom: 75%;
}
.img-ratio--3-2 {
  padding-bottom: 66.66%;
}
.img-ratio--1-1 {
  padding-bottom: 100%;
}
.img-ratio--3-4 {
  padding-bottom: 133.33%;
}
.img-ratio--21-9 {
  padding-bottom: 42.857%;
}

.img-zoom {
  overflow: hidden;
  display: block;
}
.img-zoom img {
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: block;
  width: 100%;
  height: auto;
}
@media (hover: none) {
  .img-zoom img {
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
@media (hover: hover) {
  .img-zoom:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.img-zoom-in {
  overflow: hidden;
  display: block;
}
.img-zoom-in img {
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: block;
  width: 100%;
  height: auto;
}
@media (hover: none) {
  .img-zoom-in img {
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
@media (hover: hover) {
  .img-zoom-in:hover img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

.img-zoom-out {
  overflow: hidden;
  display: block;
}
.img-zoom-out img {
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: block;
  width: 100%;
  height: auto;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media (hover: none) {
  .img-zoom-out img {
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
@media (hover: hover) {
  .img-zoom-out:hover img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.img-rotate {
  overflow: hidden;
  display: block;
}
.img-rotate img {
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: block;
  width: 100%;
  height: auto;
}
@media (hover: none) {
  .img-rotate img {
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
@media (hover: hover) {
  .img-rotate:hover img {
    -webkit-transform: rotate(5deg) scale(1.1);
            transform: rotate(5deg) scale(1.1);
  }
}

.img-grayscale img {
  -webkit-transition: -webkit-filter 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-filter 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: filter 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: filter 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-filter 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
@media (hover: none) {
  .img-grayscale img {
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
@media (hover: hover) {
  .img-grayscale:hover img {
    -webkit-filter: grayscale(0%);
            filter: grayscale(0%);
  }
}

.img-brightness img {
  -webkit-transition: -webkit-filter 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-filter 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: filter 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: filter 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-filter 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (hover: none) {
  .img-brightness img {
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
@media (hover: hover) {
  .img-brightness:hover img {
    -webkit-filter: brightness(1.1);
            filter: brightness(1.1);
  }
}

.img-blur img {
  -webkit-transition: -webkit-filter 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-filter 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: filter 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: filter 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-filter 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-filter: blur(3px);
          filter: blur(3px);
}
@media (hover: none) {
  .img-blur img {
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
@media (hover: hover) {
  .img-blur:hover img {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

.img-overlay {
  position: relative;
  overflow: hidden;
  display: block;
}
.img-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(33, 33, 33, 0.4);
  -webkit-transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
}
@media (hover: none) {
  .img-overlay::before {
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
.img-overlay img {
  display: block;
  width: 100%;
  height: auto;
}
@media (hover: hover) {
  .img-overlay:hover::before {
    opacity: 0;
  }
}
.img-overlay--dark::before {
  background-color: rgba(33, 33, 33, 0.6);
}
.img-overlay--light::before {
  background-color: rgba(255, 255, 255, 0.4);
}
.img-overlay--primary::before {
  background-color: rgba(2, 152, 53, 0.7);
}
.img-overlay--gradient::before {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(33, 33, 33, 0.7)));
  background: linear-gradient(to bottom, transparent, rgba(33, 33, 33, 0.7));
}

.img-overlay-content {
  position: relative;
  overflow: hidden;
  display: block;
}
.img-overlay-content img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (hover: none) {
  .img-overlay-content img {
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
.img-overlay-content__content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 24px;
  color: #ffffff;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 2;
}
@media (hover: none) {
  .img-overlay-content__content {
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
.img-overlay-content::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(33, 33, 33, 0.7);
  opacity: 0;
  -webkit-transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
}
@media (hover: none) {
  .img-overlay-content::before {
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
@media (hover: hover) {
  .img-overlay-content:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .img-overlay-content:hover::before {
    opacity: 1;
  }
  .img-overlay-content:hover .img-overlay-content__content {
    opacity: 1;
  }
}

.img-overlay-slide {
  position: relative;
  overflow: hidden;
  display: block;
}
.img-overlay-slide img {
  display: block;
  width: 100%;
  height: auto;
}
.img-overlay-slide__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(33, 33, 33, 0.8)), to(transparent));
  background: linear-gradient(to top, rgba(33, 33, 33, 0.8), transparent);
  color: #ffffff;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 2;
}
@media (hover: none) {
  .img-overlay-slide__content {
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
@media (hover: hover) {
  .img-overlay-slide:hover .img-overlay-slide__content {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.img-filter--grayscale {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.img-filter--sepia {
  -webkit-filter: sepia(100%);
          filter: sepia(100%);
}
.img-filter--blur {
  -webkit-filter: blur(5px);
          filter: blur(5px);
}
.img-filter--brightness {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}
.img-filter--contrast {
  -webkit-filter: contrast(1.2);
          filter: contrast(1.2);
}
.img-filter--saturate {
  -webkit-filter: saturate(1.5);
          filter: saturate(1.5);
}
.img-filter--hue-rotate {
  -webkit-filter: hue-rotate(90deg);
          filter: hue-rotate(90deg);
}
.img-filter--invert {
  -webkit-filter: invert(100%);
          filter: invert(100%);
}

.img-circle {
  border-radius: 50%;
  overflow: hidden;
}

.img-rounded {
  border-radius: 4px;
  overflow: hidden;
}

.img-rounded-lg {
  border-radius: 8px;
  overflow: hidden;
}

.img-bordered {
  border: 4px solid #ffffff;
  -webkit-box-shadow: 0 4px 6px rgba(33, 33, 33, 0.1);
          box-shadow: 0 4px 6px rgba(33, 33, 33, 0.1);
}

.img-frame {
  padding: 8px;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  -webkit-box-shadow: 0 1px 2px rgba(33, 33, 33, 0.05);
          box-shadow: 0 1px 2px rgba(33, 33, 33, 0.05);
}

.img-polaroid {
  padding: 12px 12px 48px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 4px 6px rgba(33, 33, 33, 0.1);
          box-shadow: 0 4px 6px rgba(33, 33, 33, 0.1);
  -webkit-transition: -webkit-transform box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (hover: none) {
  .img-polaroid {
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
@media (hover: hover) {
  .img-polaroid:hover {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
    -webkit-box-shadow: 0 10px 20px rgba(33, 33, 33, 0.15);
            box-shadow: 0 10px 20px rgba(33, 33, 33, 0.15);
  }
}

.img-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 24px;
}
.img-gallery__item {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  cursor: pointer;
}
.img-gallery__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (hover: none) {
  .img-gallery__item img {
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
@media (hover: hover) {
  .img-gallery__item:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.img-gallery-masonry {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}
@media (max-width: 1023px) {
  .img-gallery-masonry {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
@media (max-width: 767px) {
  .img-gallery-masonry {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
.img-gallery-masonry__item {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  margin-bottom: 24px;
}
.img-gallery-masonry__item img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}

.img-lazy {
  background-color: #f5f5f5;
  min-height: 200px;
}
.img-lazy[data-src] {
  opacity: 0;
  -webkit-transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (hover: none) {
  .img-lazy[data-src] {
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
.img-lazy.is-loaded {
  opacity: 1;
}

.img-compare {
  position: relative;
  overflow: hidden;
  max-width: 100%;
}
.img-compare__before, .img-compare__after {
  display: block;
  width: 100%;
  height: auto;
}
.img-compare__before {
  position: relative;
  z-index: 1;
}
.img-compare__after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-clip-path: inset(0 50% 0 0);
          clip-path: inset(0 50% 0 0);
  z-index: 2;
}
.img-compare__slider {
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  background-color: #ffffff;
  cursor: ew-resize;
  z-index: 3;
}
.img-compare__slider::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-shadow: 0 4px 6px rgba(33, 33, 33, 0.1);
          box-shadow: 0 4px 6px rgba(33, 33, 33, 0.1);
}

.img-responsive--desktop {
  display: none;
}
@media (min-width: 1024px) {
  .img-responsive--desktop {
    display: block;
  }
}
.img-responsive--mobile {
  display: block;
}
@media (min-width: 1024px) {
  .img-responsive--mobile {
    display: none;
  }
}

.img-caption__wrapper {
  display: inline-block;
  max-width: 100%;
}
.img-caption__image {
  display: block;
  width: 100%;
  height: auto;
}
.img-caption__text {
  margin-top: 8px;
  font-size: 14px;
  color: #999999;
  text-align: center;
}

.bg-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bg-image--fixed {
  background-attachment: fixed;
}
.bg-image--parallax {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}
@media (max-width: 1023px) {
  .bg-image--parallax {
    background-attachment: scroll;
  }
}

html {
  font-size: 16px;
}
@media (max-width: 768px) {
  html {
    font-size: 14px;
  }
}

body {
  letter-spacing: 0.05em;
  line-height: 1.8;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  width: 100vw;
  overflow-x: hidden;
}

h2 {
  line-height: 1.6;
  font-weight: 900;
}

h3 {
  line-height: 1.6;
}

p {
  font-weight: 500;
  margin-bottom: 1rem;
  font-size: 1rem;
  text-align: justify;
}

.rer {
  position: relative;
}

.block-title1, .block-title2 {
  margin-bottom: 2em;
  text-align: center;
}
.block-title1 h2, .block-title2 h2 {
  font-size: 32px;
  font-size: clamp(1.6rem, 5vw, 32px);
}
.block-title1 p, .block-title2 p {
  text-align: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  color: #029835;
}

.block-title2 {
  text-align: center;
}
.block-title2 h2 {
  color: #FFF;
}
.block-title2 p {
  color: #FFF;
}

.pc {
  display: block;
}
@media (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 768px) {
  .sp {
    display: block;
  }
}

.page-main-section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.page-main-midasi h3 {
  font-size: clamp(1.5rem, 5.2vw, 32px);
  text-align: center;
  padding: 2rem 10%;
  position: relative;
  display: table;
  margin-right: auto;
  margin-left: auto;
}
.page-main-midasi h3::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(images/waku1.svg);
  background-position: top left;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.page-main-midasi h3::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(images/waku2.svg);
  background-position: bottom right;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.page-main-midasi p {
  font-size: 1.1rem;
  text-align: center;
}

a.btn1 {
  margin-top: 2rem;
  display: table;
  padding: 1rem 1.3rem;
  background: -webkit-gradient(linear, right top, left top, from(#029835), to(#6EBA2C));
  background: linear-gradient(to left, #029835, #6EBA2C);
  color: #FFF;
  text-decoration: none;
  border-radius: 0.2rem;
  font-weight: bold;
  padding-right: 6rem;
  position: relative;
  min-width: 250px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-size: 100% auto;
  z-index: 2;
}
a.btn1::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#029835), to(#6EBA2C));
  background: linear-gradient(to right, #029835, #6EBA2C);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 0.2rem;
}
a.btn1::after {
  content: "→";
  display: block;
  padding: 0.3rem;
  line-height: 1;
  border-radius: 3px;
  background-color: #029835;
  position: absolute;
  color: #FFF;
  top: 50%;
  margin-top: -0.7rem;
  right: 1rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a.btn1:hover {
  background-size: 250% auto;
}
a.btn1:hover::before {
  opacity: 0;
}
a.btn1:hover::after {
  right: 0.8rem;
  background-color: #FFF;
  color: #029835;
}

.sub-text {
  text-align: center;
  display: table;
  margin-right: auto;
  margin-left: auto;
}

.content-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  z-index: 3;
  position: relative;
}
@media (max-width: 768px) {
  .content-container {
    padding: 5vw;
  }
}

.front-page__posts {
  background-color: #F5FAE4;
  padding-top: 1rem;
  padding-bottom: 7rem;
}
.front-page__posts .block-title1 {
  text-align: left;
}
.front-page__posts .block-title1 h2 {
  color: #029835;
}
.front-page__posts .block-title1 p {
  text-align: left;
}
.front-page__posts .btn1 {
  margin-top: 3rem;
}
.front-page__posts .grid {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 2rem;
}
@media (max-width: 768px) {
  .front-page__posts .grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.front-page__posts .post-item:last-child a {
  border-bottom: 1px solid rgba(110, 186, 44, 0.1254901961);
}
.front-page__posts .post-grid {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .front-page__posts .post-grid {
    grid-template-columns: 100px 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.front-page__posts a.post-link {
  display: block;
  color: #212121;
  border-top: 1px solid rgba(110, 186, 44, 0.1254901961);
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-right: 3rem;
}
.front-page__posts a.post-link::before {
  content: "→";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 5px;
  color: #029835;
  z-index: -1;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.front-page__posts a.post-link:hover {
  color: #029835;
  text-decoration: none;
}
.front-page__posts a.post-link:hover::before {
  opacity: 1;
  right: 0px;
}
.front-page__posts .post-thumbnail {
  width: 100%;
  aspect-ratio: 16/9;
}
.front-page__posts .post-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.front-page__posts .post-meta {
  margin-top: 0;
  margin-bottom: 0.1rem;
}
.front-page__posts .post-title {
  font-size: 1rem;
  color: color-text;
  margin-bottom: 0;
}
#primary {
  padding-bottom: 0;
}

#top-conccept {
  padding-top: 5rem;
  padding-bottom: 7rem;
}
#top-conccept .grid2-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  #top-conccept .grid2-col {
    grid-template-columns: 1fr;
  }
}
#top-conccept .img-block__items {
  width: 80%;
}
#top-conccept .img-block__items:nth-child(2) {
  margin-left: auto;
  margin-top: -5%;
}
#top-conccept .img-block__items img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top-conccept .text-block {
  padding: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
@media (max-width: 768px) {
  #top-conccept .text-block {
    margin-top: 2em;
  }
}
#top-conccept .text-block__title {
  font-size: clamp(2rem, 4vw, 39px);
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  #top-conccept .text-block__title {
    margin-bottom: 1.4em;
  }
}
#top-conccept .text-block__title span {
  display: table;
  position: relative;
  margin-bottom: 0.2em;
}
#top-conccept .text-block__title span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #029835;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
#top-conccept .text-block__title span.line-animate-init::after {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
#top-conccept .text-block__title span.line-animate::after {
  -webkit-animation: lineDrawing 0.7s ease-out forwards;
          animation: lineDrawing 0.7s ease-out forwards;
}
@-webkit-keyframes lineDrawing {
  from {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  to {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@keyframes lineDrawing {
  from {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  to {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
#top-service {
  padding-top: 5rem;
  padding-bottom: 7rem;
  z-index: 1;
}
#top-service::after {
  content: "";
  display: block;
  width: 100%;
  height: 60%;
  background: -webkit-gradient(linear, left top, left bottom, from(#029835), to(#6EBA2C));
  background: linear-gradient(to bottom, #029835, #6EBA2C);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
#top-service .grid3-col {
  margin-top: 2.4em;
  background-color: #F5FAE4;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0px;
}
@media (max-width: 768px) {
  #top-service .grid3-col {
    grid-template-columns: 1fr;
  }
}
#top-service .grid3-col__item {
  padding: 2rem;
  padding-bottom: 1.6rem;
  border-right: 1px solid #6EBA2C;
  text-align: center;
}
#top-service .grid3-col__item:last-child {
  border-right: none;
}
#top-service .grid3-col__item p {
  text-align: center;
}
@media (max-width: 768px) {
  #top-service .grid3-col__item {
    margin-right: 1rem;
    margin-left: 1rem;
    padding-top: 3rem;
    border-right: none;
    border-bottom: 1px solid #6EBA2C;
  }
  #top-service .grid3-col__item:last-child {
    border-bottom: none;
  }
}
#top-service .grid3-col__item-content {
  text-align: center;
}
#top-service .grid3-col__item-content h3 {
  font-size: clamp(1.5rem, 4vw, 26px);
  font-weight: 900;
  margin-bottom: 1rem;
  margin-top: 0.3em;
  color: #029835;
}
#top-service .grid3-col__item-content img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 768px) {
  #top-service .grid3-col__item-content img {
    max-width: 70%;
  }
}
#top-service a.btn1 {
  margin-top: 3rem;
  margin-right: auto;
  margin-left: auto;
}

#top-solution {
  padding-top: 6rem;
  padding-bottom: 5rem;
}
@media (max-width: 768px) {
  #top-solution {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
#top-solution .solution-text {
  font-size: 0.7rem;
}
#top-solution::before {
  content: "";
  display: block;
  width: 80%;
  height: 100%;
  background: #F5FAE4;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
#top-solution .solution-title {
  font-size: 9vw;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  color: #029835;
  opacity: 0.1;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.1em;
  position: absolute;
  top: 10%;
  left: 1vw;
}
@media (max-width: 768px) {
  #top-solution .solution-title {
    font-size: 10vw;
    top: 5%;
    left: 5%;
  }
}
#top-solution .grid {
  display: grid;
  grid-template-columns: 38% 1fr;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#top-solution .grid > * {
  min-width: 0;
}
@media (max-width: 768px) {
  #top-solution .grid {
    grid-template-columns: 1fr;
  }
}
#top-solution .text-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#top-solution .text-block .text-block__items {
  padding: 2rem;
  max-width: 410px;
}
#top-solution .text-block hr {
  width: 40vw;
  border: none;
  border-top: 1px solid #029835;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  #top-solution .text-block hr {
    width: 40vw;
    margin-left: initial;
    margin-right: auto;
    left: 0px;
    position: relative;
    margin-bottom: 2rem;
  }
}
#top-solution .text-block h2 {
  font-size: 36px;
  font-size: clamp(2rem, 5vw, 36px);
}
#top-solution .text-block p {
  text-align: justify;
}
#top-solution .solution-carousel-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}
#top-solution .solution-carousel {
  width: 100%;
  min-width: 0;
  overflow: hidden;
  padding-top: 2rem;
  padding-bottom: 3rem;
}
@media (max-width: 768px) {
  #top-solution .solution-carousel {
    padding-top: 0;
    margin-top: -1rem;
    padding-bottom: 0;
  }
}
#top-solution .solution-carousel__top {
  pointer-events: none;
  padding-right: 3rem;
  margin-bottom: 1rem;
}
#top-solution .solution-carousel__nav {
  top: 0.4rem;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  pointer-events: auto;
}
@media (max-width: 768px) {
  #top-solution .solution-carousel__nav {
    display: none;
  }
}
#top-solution .solution-carousel__nav-btn {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  border: 1.5px solid #029835;
  background: transparent;
  padding: 0;
  cursor: pointer;
  position: relative;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
#top-solution .solution-carousel__nav-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 45%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #029835;
  border-right: 2px solid #029835;
  -webkit-transform: translate(-45%, -50%) rotate(45deg);
          transform: translate(-45%, -50%) rotate(45deg);
}
#top-solution .solution-carousel__nav-btn--prev::after {
  left: 55%;
  -webkit-transform: translate(-55%, -50%) rotate(-135deg);
          transform: translate(-55%, -50%) rotate(-135deg);
}
#top-solution .solution-carousel__nav-btn:hover {
  background: #029835;
}
#top-solution .solution-carousel__nav-btn:hover::after {
  border-color: #ffffff;
}
#top-solution .solution-carousel__nav-btn:focus-visible {
  outline: 3px solid rgba(2, 152, 53, 0.35);
  outline-offset: 2px;
}
#top-solution .solution-carousel__slide {
  height: auto;
}
#top-solution .solution-carousel__card {
  border-top: 6px solid #029835;
  background: #ffffff;
  border-radius: 6px;
  -webkit-box-shadow: 0 4px 6px rgba(33, 33, 33, 0.1);
          box-shadow: 0 4px 6px rgba(33, 33, 33, 0.1);
  padding: 1.8rem;
  height: 100%;
}
#top-solution .solution-carousel__image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
  display: block;
}
@media (max-width: 767px) {
  #top-solution .solution-carousel__image {
    height: 160px;
  }
}
#top-solution .solution-carousel__title {
  margin-top: 0.9rem;
  margin-bottom: 0.6rem;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.4;
}
#top-solution .solution-carousel__text {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.8;
  color: #212121;
}
#top-solution .solution-carousel__pagination {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.6rem;
  z-index: 2;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 3rem;
}
@media (max-width: 768px) {
  #top-solution .solution-carousel__pagination {
    padding-right: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#top-solution .solution-carousel__pagination .swiper-pagination-bullet {
  width: 30px;
  height: 4px;
  border-radius: 999px;
  background: rgba(2, 152, 53, 0.25);
  opacity: 1;
  margin: 0 !important;
  -webkit-transition: width 0.2s ease, background-color 0.2s ease;
  transition: width 0.2s ease, background-color 0.2s ease;
}
#top-solution .solution-carousel__pagination .swiper-pagination-bullet-active {
  width: 44px;
  background: #029835;
}

#top-seminar {
  margin-top: 9rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #FAFAFA;
}
@media (max-width: 768px) {
  #top-seminar {
    margin-top: 5rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
#top-seminar .grid3-col {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
  margin-top: 2.6rem;
}
@media (max-width: 768px) {
  #top-seminar .grid3-col {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  #top-seminar .grid3-col__item {
    padding: 1.4rem;
  }
}
#top-seminar .grid3-col__item-content h4 {
  font-size: 17px;
  padding-bottom: 0.8em;
  border-bottom: 2px solid #6EBA2C;
}
#top-seminar .grid3-col__item-content dl {
  display: grid;
  grid-template-columns: 3rem 1fr;
  gap: 1rem;
}
#top-seminar .grid3-col__item-content dl dt {
  text-align: center;
  font-weight: 700;
  font-size: 13px;
  border: 1px solid #6EBA2C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #6EBA2C;
  border-radius: 3px;
}
@media (max-width: 768px) {
  #top-seminar .grid3-col__item-content dl dt {
    font-size: 11px;
  }
}
#top-seminar .grid3-col__item-content dl dd {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 0;
  letter-spacing: 0em;
}
#top-seminar .grid3-col__item-content img {
  width: 100%;
  height: 100%;
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 1.4rem;
}
#top-seminar .btn2 {
  border: 1px solid #029835;
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-top: 2rem;
  padding: 1rem 2rem;
  text-decoration: none;
  color: #029835;
  font-weight: 700;
  border-radius: 0.2rem;
  text-align: center;
  background-color: #FFF;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#top-seminar .btn2:hover {
  background-color: #6EBA2C;
  color: #FFF;
}
#top-seminar .btn1 {
  margin-top: 4rem;
  margin-right: auto;
  margin-left: auto;
}
#top-seminar img.seminar-kazari1 {
  position: absolute;
  top: -8%;
  left: 10%;
  z-index: 0;
  width: 20%;
  max-width: 170px;
}
@media (max-width: 768px) {
  #top-seminar img.seminar-kazari1 {
    top: -2%;
    left: 5%;
    width: 30%;
    max-width: 100px;
  }
}
#top-seminar img.seminar-kazari2 {
  position: absolute;
  bottom: 2%;
  right: 10%;
  z-index: 0;
  width: 20%;
  max-width: 100px;
}
@media (max-width: 768px) {
  #top-seminar img.seminar-kazari2 {
    bottom: -0.5%;
    right: 5%;
    width: 15%;
    max-width: 100px;
  }
}

.pricing-section {
  padding: 3rem;
}
@media (max-width: 768px) {
  .pricing-section {
    padding: 1rem;
    padding-top: 5rem;
  }
}
.pricing-section .gra {
  background: -webkit-gradient(linear, left top, right top, from(#029835), to(#6EBA2C));
  background: linear-gradient(to right, #029835, #6EBA2C);
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 10%;
  padding-right: 10%;
}
.pricing-section .sub-text {
  color: #FFF;
}
.pricing-section .pricing-content__item {
  margin-top: 1.7rem;
  background: #FFF;
  padding: 2rem;
  border-radius: 0.2rem;
  -webkit-box-shadow: 0 4px 6px rgba(33, 33, 33, 0.1);
          box-shadow: 0 4px 6px rgba(33, 33, 33, 0.1);
  margin-bottom: 1.4rem;
}
@media (max-width: 768px) {
  .pricing-section .pricing-content__item {
    margin-bottom: 3rem;
    padding: 1.6rem;
  }
}
.pricing-section .pricing-content__item h3 {
  text-align: center;
  color: #029835;
  font-size: clamp(1.6rem, 5vw, 32px);
  margin-bottom: 0.1em;
}
.pricing-section .pricing-content__item h3 span {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 1.1em;
}
.pricing-section .pricing-content__item p {
  display: table;
  margin-right: auto;
  margin-left: auto;
  margin-top: 0;
  margin-bottom: 0em;
}
.pricing-section .pricing-content__description {
  margin-top: 2em;
  display: table;
  margin-right: auto;
  margin-left: auto;
  color: #FFF;
  font-size: 0.9rem;
}
.pricing-section .grid2-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
@media (max-width: 768px) {
  .pricing-section .grid2-col {
    grid-template-columns: 1fr;
  }
}
.pricing-section .grid2-col__item {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 3fr;
  background: #FFF;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  padding: 2rem;
  padding-bottom: 1rem;
  padding-top: 1.4rem;
  border-radius: 0.2rem;
  -webkit-box-shadow: 0 4px 6px rgba(33, 33, 33, 0.1);
          box-shadow: 0 4px 6px rgba(33, 33, 33, 0.1);
}
@media (max-width: 768px) {
  .pricing-section .grid2-col__item {
    padding: 1rem;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
  }
}
.pricing-section .grid2-col__item::before {
  content: "";
  position: absolute;
  top: -1.4em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 80px solid transparent;
  border-right: 80px solid transparent;
  border-top: 35px solid #B2D53D;
}
@media (max-width: 768px) {
  .pricing-section .grid2-col__item::before {
    border-top: 20px solid #B2D53D;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    top: -30px;
  }
}
@media (max-width: 768px) {
  .pricing-section .grid2-col__item:last-child::before {
    display: none;
  }
}
.pricing-section .grid2-col__item h3 {
  color: #029835;
  margin-bottom: -0.3rem;
}
@media (max-width: 768px) {
  .pricing-section .grid2-col__item h3 {
    font-size: clamp(1.2rem, 4vw, 1.6rem);
  }
}
.pricing-section .grid2-col__item p {
  display: table;
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .pricing-section .grid2-col__item p {
    font-size: clamp(1.2rem, 4vw, 1.6rem);
  }
}
.pricing-section .grid2-col__item p span {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 1.1em;
}

.cta_block {
  padding-top: 15rem;
  padding-bottom: 6rem;
  background-image: url(images/cta-bg.webp);
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #F5FAE4;
  position: relative;
}
@media (max-width: 768px) {
  .cta_block {
    background-size: 140%;
  }
}
.cta_block::before {
  content: "";
  display: block;
  width: 100%;
  height: 30%;
  background: #F5FAE4;
  position: absolute;
  bottom: 0;
  left: 0;
}
.cta_block .cta-content {
  background-color: #FFF;
  padding: 3rem;
  padding-top: 3.5rem;
  border-radius: 0.3rem;
  -webkit-box-shadow: 0 4px 6px rgba(33, 33, 33, 0.1);
          box-shadow: 0 4px 6px rgba(33, 33, 33, 0.1);
}
@media (max-width: 768px) {
  .cta_block .cta-content {
    padding: 2rem;
    padding-top: 3.4rem;
  }
}
.cta_block .grid {
  display: grid;
  grid-template-columns: 5fr 3fr;
  gap: 0rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3.4rem;
}
@media (max-width: 768px) {
  .cta_block .grid {
    grid-template-columns: 1fr;
    margin-top: 1.4rem;
  }
}
.cta_block .grid__item {
  display: grid;
  grid-template-columns: 1fr;
  text-align: center;
  border-left: 1px solid #6EBA2C;
  padding: 2rem;
}
.cta_block .grid__item p {
  text-align: center;
}
@media (max-width: 768px) {
  .cta_block .grid__item {
    border-left: none;
    border-bottom: 1px solid #6EBA2C;
  }
}
.cta_block .grid__item img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 1rem;
}
.cta_block .grid__item:first-child {
  border-left: none;
}
@media (max-width: 768px) {
  .cta_block .grid__item:last-child {
    border-bottom: none;
  }
}
.cta_block .grid__item.contact-btn {
  text-align: left;
}
.cta_block .grid__item.contact-btn a {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
}
.scroll-indicator {
  position: absolute;
  right: 24px;
  bottom: 24px;
  z-index: 50;
  display: grid;
  grid-auto-flow: row;
  justify-items: center;
  gap: 0.75rem;
  pointer-events: none;
}
@media (max-width: 768px) {
  .scroll-indicator {
    bottom: 0px;
  }
}
.scroll-indicator__label {
  font-family: "Lato", sans-serif;
  color: #ffffff;
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  line-height: 1;
  margin: 0;
  opacity: 1;
}
.scroll-indicator__line {
  width: 1px;
  height: 80px;
  background: rgba(110, 186, 44, 0.25);
  position: relative;
  overflow: hidden;
}
.scroll-indicator__line::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 36px;
  background: #029835;
  -webkit-transform: translateY(-120%);
          transform: translateY(-120%);
  -webkit-animation: scrollIndicatorLine 1.6s cubic-bezier(0.4, 0, 0.2, 1) infinite;
          animation: scrollIndicatorLine 1.6s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

@-webkit-keyframes scrollIndicatorLine {
  0% {
    -webkit-transform: translateY(-120%);
            transform: translateY(-120%);
  }
  60% {
    -webkit-transform: translateY(120px);
            transform: translateY(120px);
  }
  100% {
    -webkit-transform: translateY(120px);
            transform: translateY(120px);
  }
}

@keyframes scrollIndicatorLine {
  0% {
    -webkit-transform: translateY(-120%);
            transform: translateY(-120%);
  }
  60% {
    -webkit-transform: translateY(120px);
            transform: translateY(120px);
  }
  100% {
    -webkit-transform: translateY(120px);
            transform: translateY(120px);
  }
}
@media (prefers-reduced-motion: reduce) {
  .scroll-indicator__line::after {
    -webkit-animation: none;
            animation: none;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.top-news {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  z-index: 10;
  max-width: 2000px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 768px) {
  .top-news {
    display: none;
  }
}
.top-news .content-container {
  max-width: 2000px;
  padding-left: 45%;
}
.top-news .content-container a {
  padding-right: 2rem;
  margin-right: 5rem;
  font-size: 0.9rem;
  position: relative;
  font-weight: 500;
  color: #212121;
  display: block;
  text-decoration: none;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.top-news .content-container a::before {
  content: "→";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 5px;
  color: #029835;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top-news .content-container a time {
  font-family: "Lato", sans-serif;
  margin-right: 1rem;
}
.top-news .content-container a:hover {
  color: #029835;
  text-decoration: none;
}
.top-news .content-container a:hover::before {
  opacity: 1;
  right: 0;
}

time {
  font-family: "Lato", sans-serif;
}

.mainthum-block {
  position: relative;
  z-index: 10;
  padding-bottom: 3rem;
}
@media (max-width: 768px) {
  .mainthum-block {
    padding-bottom: 1rem;
    margin-bottom: -2rem;
  }
}
.mainthum-block .page-template__thumbnail {
  margin-left: auto;
  width: 75%;
  height: 30vh;
}
@media (max-width: 768px) {
  .mainthum-block .page-template__thumbnail {
    height: 27vh;
  }
}
.mainthum-block .page-template__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.mainthum-block .page-template__header {
  position: absolute;
  bottom: 3vw;
  left: 7vw;
  width: 100%;
  padding: 2rem;
}
@media (max-width: 768px) {
  .mainthum-block .page-template__header {
    left: 0vw;
    width: 100%;
    bottom: -0.6rem;
    padding: 1rem;
  }
}
.mainthum-block .page-template__header .page-template__title {
  font-weight: 600;
  background-color: #ffffff;
  display: table;
  font-size: clamp(1.6rem, 5vw, 38px);
  color: #029835;
  line-height: 1.3;
  padding: 0.3rem 1rem;
  margin-bottom: 0;
}
.mainthum-block .page-template__header p.subslug {
  margin-top: 1rem;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  background-color: #029835;
  color: #ffffff;
  display: table;
  padding: 0.1rem 1rem;
  letter-spacing: 0.3em;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .mainthum-block .page-template__header p.subslug {
    font-size: 0.8rem;
  }
}

.service-block {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .service-block {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
.service-block::before {
  content: "";
  display: block;
  width: 17px;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#029835), to(#6EBA2C));
  background: linear-gradient(to bottom, #029835, #6EBA2C);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 768px) {
  .service-block::before {
    display: none;
  }
}
.service-block .service-midasi-title {
  display: grid;
  grid-template-columns: 1fr 100px;
  gap: 2rem;
  border-bottom: 1px solid #9BCCAC;
  margin-bottom: 2rem;
  padding-bottom: 0.6rem;
}
@media (max-width: 1280px) {
  .service-block .service-midasi-title {
    grid-template-columns: 1fr 80px;
  }
}
.service-block .service-midasi-title h2 {
  font-weight: 600;
  margin-bottom: 0.2em;
  font-size: clamp(1.5rem, 4vw, 28px);
}
@media (max-width: 1280px) {
  .service-block .service-midasi-title h2 {
    font-size: clamp(1.5rem, 4vw, 25px);
  }
}
@media (max-width: 768px) {
  .service-block .service-midasi-title h2 {
    font-size: clamp(1.6rem, 6vw, 25px);
  }
}
.service-block .service-midasi-title .service-logo {
  max-width: 180px;
  margin-left: -10px;
}
.service-block .service-text {
  padding-right: 10vw;
  padding-left: 10vw;
}
@media (max-width: 1280px) {
  .service-block .service-text {
    padding-right: 8vw;
    padding-left: 8vw;
  }
}
@media (max-width: 1024px) {
  .service-block .service-text {
    padding-right: 6vw;
    padding-left: 6vw;
  }
}
@media (max-width: 768px) {
  .service-block .service-text {
    padding-right: 5vw;
    padding-left: 5vw;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.service-block .service-text h3 {
  font-size: clamp(1.2rem, 4vw, 24px);
}
.service-block .service-text .naiyou {
  position: relative;
  margin-top: 3rem;
  border: 1px solid #6EBA2C;
  padding: 1rem;
}
.service-block .service-text .naiyou p {
  margin: 0;
  background-color: #029835;
  color: #ffffff;
  padding: 0.3rem 1rem;
  display: table;
  line-height: 1;
  position: absolute;
  top: -0.8rem;
  left: -1px;
}
.service-block .service-text .naiyou ul {
  margin-bottom: 0;
  margin-top: 1rem;
}
.service-block .service-text .naiyou ul li {
  list-style: "●";
  line-height: 1.4;
  padding-left: 0.3rem;
}
.service-block .service-text .naiyou ul li::marker {
  color: #029835;
}
.service-block .service-img {
  max-height: 600px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .service-block .service-img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.service-block .service-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.consaru::before {
  background: -webkit-gradient(linear, right top, left top, from(#029835), to(#6EBA2C));
  background: linear-gradient(to left, #029835, #6EBA2C);
  left: auto;
  right: 0;
}
.consaru .service-text {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.consaru .service-img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.case-section {
  margin-top: 6rem;
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #F5FAE4;
}
@media (max-width: 768px) {
  .case-section {
    padding-top: 3rem;
    padding-bottom: 1rem;
    padding-left: 0.7rem;
    padding-right: 0.7rem;
  }
}

.case-item {
  border: 8px solid #6EBA2C;
  background-color: #ffffff;
  padding: 5vw;
  margin-bottom: 5rem;
  margin-top: 6rem;
  text-align: justify;
  position: relative;
}
@media (max-width: 768px) {
  .case-item {
    padding: 7vw 5vw;
    margin-bottom: 3rem;
    margin-top: 3rem;
  }
}
.case-item::before {
  position: absolute;
  content: attr(aria-label);
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  top: -12%;
  left: 0;
  margin-bottom: 1rem;
  color: #6EBA2C;
}
@media (max-width: 768px) {
  .case-item::before {
    font-size: 1.2rem;
    top: -2.4rem;
  }
}
.case-item h3 {
  font-size: clamp(1.2rem, 4vw, 24px);
  margin-bottom: 1rem;
  border-bottom: 1px solid #6EBA2C;
  padding-bottom: 1rem;
}
.case-item p {
  font-size: 1rem;
  line-height: 1.8;
}
.case-item .point {
  margin-top: 3rem;
  border: 2px solid #6EBA2C;
  padding: 1.5rem 1rem 1rem 1rem;
  position: relative;
}
.case-item .point p.point-title {
  background-color: #6EBA2C;
  color: #ffffff;
  padding: 0.3rem 1rem;
  display: table;
  line-height: 1;
  position: absolute;
  top: -0.8rem;
  left: -2px;
  text-transform: uppercase;
}
.case-item .point p {
  margin: 0;
}

.flow-section {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media (max-width: 768px) {
  .flow-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 0.7rem;
    padding-right: 0.7rem;
  }
}
.flow-section .flow-item {
  margin-top: 3rem;
  background-color: #FCFFFA;
  border: 1px solid #6EBA2C;
  border-radius: 1rem;
  padding: 4vw;
}
@media (max-width: 768px) {
  .flow-section .flow-item {
    padding: 7vw 5vw;
  }
}
.flow-section h3 {
  position: relative;
  font-size: clamp(1.2rem, 4vw, 24px);
  margin-bottom: 1.6rem;
  text-align: center;
  padding-bottom: 1rem;
  max-width: 250px;
  margin-right: auto;
  margin-left: auto;
}
.flow-section h3 span {
  color: #029835;
  padding-top: 0;
  margin-top: 0;
  position: absolute;
  top: 42%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
}
.flow-section .grid6-col {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
}
@media (max-width: 1024px) {
  .flow-section .grid6-col {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .flow-section .grid6-col {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }
}
.flow-section .grid6-col::before {
  content: "";
  display: block;
  width: 100%;
  height: 0px;
  border-bottom: 1px dashed #6EBA2C;
  position: absolute;
  top: 50%;
  left: 0;
}
@media (max-width: 1024px) {
  .flow-section .grid6-col::before {
    display: none;
  }
}
@media (max-width: 768px) {
  .flow-section .grid6-col::before {
    display: block;
    width: 0px;
    height: 100%;
    top: 0%;
    left: 50%;
    border-left: 1px dashed #6EBA2C;
  }
}
.flow-section .grid6-col .flow-step {
  position: relative;
  background-color: #ffffff;
  color: #029835;
  padding: 1.6rem 1rem;
  display: table;
  line-height: 1;
  border: 1px solid #707070;
  border-radius: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flow-section .grid6-col .flow-step p.number {
  background-color: #029835;
  color: #ffffff;
  display: table;
  line-height: 1;
  position: absolute;
  top: -0.9rem;
  width: 2.4rem;
  height: 2.4rem;
  line-height: 1;
  left: 5px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
}
@media (max-width: 768px) {
  .flow-section .grid6-col .flow-step p.number {
    font-size: 1.3rem;
    width: 3rem;
    height: 3rem;
    left: 0px;
  }
}
.flow-section .grid6-col .flow-step p {
  margin: 0;
  padding: 0;
  font-size: clamp(1.2rem, 4vw, 1.1rem);
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 1280px) {
  .flow-section .grid6-col .flow-step p {
    font-size: clamp(1rem, 4vw, 1rem);
  }
}
@media (max-width: 1024px) {
  .flow-section .grid6-col .flow-step p {
    font-size: clamp(1rem, 4vw, 1.2em);
  }
}
@media (max-width: 768px) {
  .flow-section .grid6-col .flow-step p {
    font-size: clamp(1rem, 4vw, 1.2rem);
  }
}

.qa-section {
  margin-top: 4rem;
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #F5FAE4;
}
@media (max-width: 768px) {
  .qa-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 0.7rem;
    padding-right: 0.7rem;
  }
}
.qa-section .qa-item {
  background-color: #FFF;
  max-idth: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding: 2rem 2rem;
  border-radius: 1rem;
  -webkit-box-shadow: 0 1px 2px rgba(33, 33, 33, 0.05);
          box-shadow: 0 1px 2px rgba(33, 33, 33, 0.05);
  margin-bottom: 2rem;
}
.qa-section .qa-item h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  border-bottom: 1px solid #EBEBEB;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.qa-section .qa-item h3::before {
  content: "Q.";
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  margin-right: 1rem;
  margin-top: -0.2rem;
  color: #029835;
}
.qa-section .qa-item .qa-item__answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
.qa-section .qa-item .qa-item__answer::before {
  content: "A.";
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  margin-right: 1rem;
  color: #029835;
}
.qa-section .qa-item .qa-item__answer p {
  margin-bottom: 0;
}

small {
  font-size: 80%;
  line-height: 1.4;
}

.akiya-main-section {
  padding-top: 3rem;
  padding-bottom: 1rem;
}
@media (max-width: 768px) {
  .akiya-main-section {
    padding-top: 1rem;
  }
}
.akiya-main-section .akiya-main-midasi {
  border-radius: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, right top, from(#6EBA2C), to(#9CC813));
  background: linear-gradient(to right, #6EBA2C, #9CC813);
  padding: 4rem;
  padding-left: clamp(1.6em, 8vw, 10rem);
  padding-right: clamp(1.6rem, 8vw, 10rem);
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 2rem;
}
@media (max-width: 768px) {
  .akiya-main-section .akiya-main-midasi {
    grid-template-columns: 1fr;
    padding: 2rem;
    padding-left: clamp(1em, 5vw, 10rem);
    padding-right: clamp(1rem, 5vw, 10rem);
    padding-bottom: 4rem;
  }
}
.akiya-main-section .akiya-main-midasi h2 {
  font-weight: 700;
  font-size: clamp(1.6rem, 3.6vw, 40px);
  line-height: 1.5;
  color: #ffffff;
  margin-bottom: 0;
  line-height: 1.7;
}
.akiya-main-section .akiya-main-midasi h2 span {
  display: table;
  background-color: #ffffff;
  margin-top: 0.3em;
  line-height: 1.6;
  padding-right: 0.5em;
  padding-left: 0.5em;
  color: #029835;
  padding-bottom: 0.1em;
}
@media (max-width: 768px) {
  .akiya-main-section .akiya-main-midasi h2 {
    text-align: center;
    line-height: 1.7;
    font-size: clamp(1.6rem, 3.6vw, 40px);
  }
  .akiya-main-section .akiya-main-midasi h2 span {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0.3em;
    padding-left: 0.3em;
  }
}
@media (max-width: 768px) {
  .akiya-main-section .akiya-main-midasi div {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (max-width: 768px) {
  .akiya-main-section .akiya-main-midasi img {
    width: 50%;
    margin-top: 2rem;
    margin-bottom: 1rem;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.akiya-concept-section {
  padding-top: 7rem;
  padding-bottom: 7rem;
}
@media (max-width: 768px) {
  .akiya-concept-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.akiya-concept-section .grid {
  display: grid;
  grid-template-columns: 4fr 5fr;
  gap: clamp(2rem, 8vw, 10rem);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .akiya-concept-section .grid {
    grid-template-columns: 1fr;
  }
}
.akiya-concept-section .grid .akiya-concept-img {
  padding: 2rem;
}
@media (max-width: 768px) {
  .akiya-concept-section .grid .akiya-concept-img {
    padding: 0 10vw;
  }
}
.akiya-concept-section .grid .grid__text h2 {
  font-weight: 700;
  font-size: clamp(1.6rem, 5vw, 32px);
  line-height: 1.8;
}
.akiya-concept-section .grid .grid__text h2 span {
  border-bottom: 1px solid #6EBA2C;
}

.osusume-section {
  position: relative;
  background-color: #9CC813;
  padding-top: 6rem;
  padding-bottom: 5rem;
}
@media (max-width: 768px) {
  .osusume-section {
    padding-top: 5rem;
    padding-bottom: 3rem;
  }
}
.osusume-section::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: -1px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 15%;
  min-width: 150px;
  height: 40px;
  background: transparent;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
  background-color: #fff;
  z-index: 2;
}
.osusume-section h2 {
  color: #ffffff;
  text-align: center;
  font-size: clamp(1.6rem, 4vw, 32px);
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 2rem;
}
.osusume-section h2 span {
  display: table;
  background-color: #ffffff;
  color: #9CC813;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0.6em;
}
.osusume-section .grid4-col {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 1rem;
}
@media (max-width: 1280px) {
  .osusume-section .grid4-col {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .osusume-section .grid4-col {
    grid-template-columns: 1fr;
  }
}
.osusume-section .grid4-col img {
  width: 90%;
  padding: 1rem;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 768px) {
  .osusume-section .grid4-col img {
    width: 70%;
    margin-top: 3rem;
  }
}
.osusume-section .grid4-col .grid4-col__item {
  border: 1px solid #6EBA2C;
  background-color: #ffffff;
  padding: 1.4rem;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 1px 2px rgba(33, 33, 33, 0.05);
          box-shadow: 0 1px 2px rgba(33, 33, 33, 0.05);
}
.osusume-section .grid4-col .grid4-col__item .case-number {
  text-align: center;
  display: table;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0.6em;
  border-bottom: 1px solid #6EBA2C;
  border-top: 1px solid #6EBA2C;
  color: #6EBA2C;
  padding-right: 1rem;
  padding-left: 1rem;
  font-family: "Lato", sans-serif;
  font-weight: 600;
}
.osusume-section .grid4-col .grid4-col__item p {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7;
  color: #212121;
  margin-bottom: 0;
  text-align: center;
}
.osusume-section .grid4-col .grid4-col__item p span {
  color: #029835;
}
@media (max-width: 768px) {
  .osusume-section .grid4-col .grid4-col__item p {
    font-size: 1.1rem;
  }
}

.matching-flow-section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.matching-flow-section h3 {
  text-align: center;
  color: #029835;
  font-size: clamp(1.6rem, 5vw, 30px);
}
.matching-flow-section h4 {
  text-align: center;
  color: #212121;
  font-size: clamp(1.5rem, 5vw, 28px);
  border-bottom: 1px solid #029835;
  display: table;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0.3em;
  margin-bottom: 1.6em;
}
.matching-flow-section .scroll-text {
  display: none;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.2em;
  font-size: 0.85rem;
  color: #029835;
  margin-top: 1rem;
  margin-bottom: 0rem;
  z-index: 10;
  position: relative;
}
@media (max-width: 768px) {
  .matching-flow-section .scroll-text {
    display: block;
  }
}

.scroll-img {
  width: 100%;
  overflow: scroll;
  position: relative;
}
@media (max-width: 768px) {
  .scroll-img img {
    width: 800px;
    min-width: 800px;
  }
}

.cta2-section {
  background-color: #F5FAE4;
  padding-top: 4rem;
  padding-bottom: 5rem;
}
.cta2-section .content-container {
  max-width: 1000px;
}
.cta2-section h3 {
  text-align: center;
  color: #029835;
  font-size: clamp(1.2rem, 6vw, 32px);
  font-weight: 900;
  margin-bottom: 2rem;
}
.cta2-section a.cta2-tel {
  position: relative;
  border: 1px solid #029835;
  border-radius: 1rem;
  display: block;
  background-color: #ffffff;
  padding: 2.5rem 4rem 1.5rem;
  text-align: center;
  color: #212121;
  -webkit-box-shadow: 10px 10px 0px #029835;
          box-shadow: 10px 10px 0px #029835;
}
.cta2-section a.cta2-tel p {
  text-align: center;
}
.cta2-section a.cta2-tel::before {
  content: ">";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2%;
  color: #029835;
  font-weight: 800;
  font-size: 1.5em;
  font-family: "Lato", sans-serif;
}
.cta2-section a.cta2-tel img {
  margin-bottom: 1rem;
}
.cta2-section a.cta2-tel p {
  margin: 0;
}
.cta2-section a.cta2-tel:hover {
  text-decoration: none;
}
.cta2-section .sub-contact {
  margin-top: 2.6rem;
  margin-bottom: -1rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 768px) {
  .cta2-section .sub-contact {
    grid-template-columns: 1fr;
  }
}
.cta2-section .sub-contact div {
  padding: 1rem;
  border-radius: 0.5rem;
}
.cta2-section .sub-contact div h4 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #029835;
  text-align: center;
  margin: 0;
}
.cta2-section .sub-contact div a.btn1 {
  margin-top: 1rem;
  width: 100%;
}

.page-akiya-matching .qa-section {
  padding-top: 1rem;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .page-akiya-matching .qa-section {
    padding-top: 0rem;
  }
}
.page-akiya-matching .qa-section .content-container {
  max-width: 1000px;
}
.page-akiya-matching .qa-section h4 {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  font-size: 1.1rem;
  color: #029835;
}
.page-akiya-matching .qa-section h4::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  background-color: #6EBA2C;
}
.page-akiya-matching .qa-section .qa-item {
  border: 1px solid #B3E5C4;
  border-radius: 0.1rem;
}

.page-company main .content-container {
  max-width: 1080px;
}

.value-section {
  padding-top: 4rem;
  padding-bottom: 6rem;
}
@media (max-width: 768px) {
  .value-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.value-section .page-main-midasi h3 {
  font-size: 1.1rem;
  letter-spacing: 0.1em;
  line-height: 1.8;
}

.message-section .staff-item {
  margin-bottom: 6rem;
}
.message-section .staff-item .staff-item__img {
  position: relative;
  aspect-ratio: 16/8;
}
.message-section .staff-item .staff-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
@media (max-width: 768px) {
  .message-section .staff-item .staff-item__img {
    margin-bottom: 5rem;
    aspect-ratio: 1/1;
  }
}
.message-section .staff-item .staff-item__img .name-block {
  position: absolute;
  bottom: 0;
  left: 10vw;
  background: -webkit-gradient(linear, left top, left bottom, from(#029835), to(#6EBA2C));
  background: linear-gradient(to bottom, #029835, #6EBA2C);
  color: #ffffff;
  padding: 1rem 3rem;
}
@media (max-width: 768px) {
  .message-section .staff-item .staff-item__img .name-block {
    left: 10px;
    bottom: -4rem;
    padding: 1rem 1.5rem;
  }
}
.message-section .staff-item .staff-item__img .name-block .position {
  padding-bottom: 0;
  margin: 0;
  line-height: 1;
  margin-bottom: 0.1em;
}
.message-section .staff-item .staff-item__img .name-block .name {
  color: #ffffff;
  margin: 0;
  margin-bottom: 0.2em;
}
@media (max-width: 768px) {
  .message-section .staff-item .staff-item__img .name-block .name {
    font-size: 1.4rem;
  }
}
.message-section .staff-item .staff-item__img .name-block .yomi {
  line-height: 1;
  margin: 0;
  font-family: "Lato", sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.2em;
}
@media (max-width: 768px) {
  .message-section .staff-item .staff-item__img .name-block .yomi {
    font-size: 0.7rem;
  }
}
.message-section .staff-item .staff-item__text {
  padding: 5vw;
}
.message-section .staff-item .staff-item__text p {
  letter-spacing: 0.1em;
  line-height: 1.8;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .message-section .staff-item .staff-item__text p {
    font-size: 1rem;
  }
}
.message-section .profile {
  border-top: 1px solid #6EBA2C;
  padding-top: 3rem;
}
.message-section .profile .profile__item {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 1rem;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .message-section .profile .profile__item {
    grid-template-columns: 1fr;
  }
}
.message-section .profile .profile__item h4 {
  font-size: 1.1rem;
  color: #029835;
  display: table;
  padding-bottom: 0.4em;
  border-bottom: 1px solid #029835;
}
@media (max-width: 768px) {
  .message-section .profile .profile__item h4 {
    margin-bottom: 0;
  }
}
.message-section .profile .profile__item p.description {
  font-size: 0.9rem;
}

.company-section {
  padding-bottom: 1px;
  padding-top: 6rem;
  background-color: #F5FAE4;
}
.company-section .gaiyou {
  margin-bottom: 6rem;
  background-color: #ffffff;
  padding: 5vw;
  border-radius: 0.3rem;
  -webkit-box-shadow: 0 1px 2px rgba(33, 33, 33, 0.05);
          box-shadow: 0 1px 2px rgba(33, 33, 33, 0.05);
}
.company-section .gaiyou table th, .company-section .gaiyou table td {
  border-bottom: 1px solid #DCEFCB;
  padding: 1.6rem 1rem;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .company-section .gaiyou table th, .company-section .gaiyou table td {
    padding: 1rem 0.5rem;
    display: block;
  }
}
.company-section .gaiyou table th {
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .company-section .gaiyou table th {
    border: 0;
    padding-bottom: 0;
    margin-bottom: -0.8rem;
    font-size: 1rem;
  }
}
.company-section .gaiyou table a {
  text-decoration: underline;
  color: #212121;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.company-section .gaiyou table a:hover {
  text-decoration: none;
  color: #029835;
}
.company-section .gaiyou table ul {
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 1.6rem;
}
.company-section .gmap iframe {
  width: 100%;
  height: 500px;
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  .company-section .gmap iframe {
    height: 350px;
  }
}

.post.content-container {
  max-width: 1000px;
  padding-top: 3rem;
}
.post.content-container .sub-text {
  margin-bottom: 3rem;
}

.post-item.archive-page__articles .post-item:last-child a {
  border-bottom: 1px solid rgba(110, 186, 44, 0.1254901961);
}
.post-item.archive-page__articles a.post-link {
  display: block;
  color: #212121;
  border-top: 1px solid rgba(110, 186, 44, 0.4392156863);
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-right: 3rem;
}
.post-item.archive-page__articles a.post-link::before {
  content: "→";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 5px;
  color: #029835;
  z-index: -1;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.post-item.archive-page__articles a.post-link:hover {
  color: #029835;
  text-decoration: none;
}
.post-item.archive-page__articles a.post-link:hover::before {
  opacity: 1;
  right: 0px;
}
.post-item.archive-page__articles .post-meta {
  margin-top: 0;
  margin-bottom: 0.1rem;
}
.post-item.archive-page__articles .post-title {
  font-size: 1rem;
  color: color-text;
  margin-bottom: 0;
}

.pagination {
  margin-bottom: 0;
}

.nav-links .page-numbers {
  border: 1px solid #029835;
  font-family: "Lato", sans-serif;
  color: #029835;
}

.single-post-block {
  padding-top: 4rem;
}
.single-post-block .content-container {
  max-width: 1000px;
}
.single-post-block .single-post__title {
  font-size: clamp(1.2rem, 4vw, 24px);
}
.single-post-block header {
  margin-bottom: 3rem;
  border-bottom: 3px double #6EBA2C;
}
.single-post-block .nav-links {
  font-size: 0.9rem;
}
.single-post-block .nav-links .nav-subtitle {
  font-size: 0.8rem;
}
.single-post-block .single-post__meta {
  margin-bottom: 0.6em;
}
.single-post-block .post-navigation {
  border-bottom: none;
}

.single-post__footer {
  margin-top: 5rem;
}

.single-post__content h2 {
  font-size: clamp(1.2rem, 4vw, 21px);
  font-weight: 600;
  margin-bottom: 0.8em;
  margin-top: 1.5em;
  border-top: 1px solid #6EBA2C;
  border-bottom: 1px solid #6EBA2C;
  padding-bottom: 0.5em;
  padding-top: 0.5em;
  padding-left: 0.1em;
  background-color: rgba(245, 250, 228, 0.3);
}
.single-post__content h3 {
  margin-top: 2em;
  font-size: clamp(1.2rem, 4vw, 18px);
  border-left: 4px solid #6EBA2C;
  padding-left: 0.7em;
}
.single-post__content h4 {
  font-size: clamp(1rem, 4vw, 16px);
  margin-top: 2em;
  margin-bottom: 0.8em;
  color: #029835;
  font-weight: 600;
}
.single-post__content h5 {
  font-weight: 600;
}
.single-post__content ul {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.single-post__content table {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.post-type-archive #top-seminar {
  margin-top: 0;
  padding-top: 3rem;
  background-color: transparent;
}
.post-type-archive .grid3-col__item {
  margin-bottom: 2rem;
}
.post-type-archive .page-main-midasi {
  padding-top: 3rem;
}
.post-type-archive .page-main-midasi .sub-text {
  margin-top: 3rem;
  text-align: left;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.grid3-col__item-image {
  position: relative;
}
.grid3-col__item-image .event-ended-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
}
.grid3-col__item-image .event-ended-overlay .event-ended-text {
  color: #fff;
  font-size: clamp(1rem, 5vw, 1rem);
  font-weight: bold;
  letter-spacing: 0.1em;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.archive-page__title {
  font-size: clamp(0.9rem, 4vw, 0.9rem);
  text-align: left;
  border-left: 7px solid #029835;
  padding-left: 1rem;
}
.archive-page__title span {
  font-size: clamp(1.2rem, 4vw, 1.2rem);
  color: #029835;
}

.page-contact main .content-container {
  max-width: 800px;
}

.wpforms-field-container input {
  max-width: 100% !important;
  width: 100%;
}

/* =========================
   WPForms Stylish UI (Accent: #029835)
   Target: .wpforms
   ========================= */
:root {
  --wp-accent:#029835;
  --wp-accent-2: rgba(2,152,53,.15);
  --wp-border: rgba(0,0,0,.12);
  --wp-text: rgba(0,0,0,.85);
  --wp-muted: rgba(0,0,0,.55);
  --wp-bg: #fff;
  --wp-radius: 14px;
}

html {
  /* ====================================
     PC表示のみ：レイアウト修正（完成版）
     ==================================== */
  /* ====================================
   WPForms おしゃれカスタマイズ
   Color: #029835
   ==================================== */
  /* フォーム全体の余白調整 */
  /* 1. ラベル（項目名）のデザイン */
  /* 必須マーク（*）の色 */
  /* 2. 入力エリア（テキスト・メルアド・テキストエリア等） */
  /* 入力エリアを選択（フォーカス）した時の動き */
  /* 3. 送信ボタンのデザイン */
  /* 送信ボタンにマウスを乗せた時 */
  /* 4. スマホ対応（念のため） */
  /* ====================================
     ラジオボタン・チェックボックスの修正
     ==================================== */
  /* 1. リスト全体（選択肢の塊）のレイアウト修正 */
  /* 2. 個々のボタン（丸・四角）のサイズをリセット */
  /* 3. 選択肢の項目ごとの余白 */
  /* 4. （オプション）選択肢を「横並び」にしたい場合 */
  /* 縦並びが良い場合は、ここから下の3行を削除してください */
  /* ====================================
     ラジオボタン・チェックボックスの間隔調整
     ==================================== */
}
html .wpforms-field {
  padding-top: 1.6rem !important;
  padding-bottom: 1.6rem !important;
  border-bottom: 1px solid #DCEFCB !important;
}
@media only screen and (min-width: 768px) {
  html {
    /* 1. フィールド全体の設定（折り返しを許可） */
    /* 2. ラベル（左側） */
    /* 3. 各種入力エリア（右側） */
    /* 4. ラジオボタン・チェックボックスの位置ズレ修正 */
    /* 5. 注釈テキスト（「電話で連絡希望...」など）の位置修正 */
    /* 6. 「お問い合わせ内容（テキストエリア）」の上揃え設定 */
  }
  html div.wpforms-container-full .wpforms-form .wpforms-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; /* 上下中央揃え */
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; /* 重要：これで注釈などを次の行に送れます */
    clear: both;
  }
  html div.wpforms-container-full .wpforms-form .wpforms-field-label {
    width: 30%; /* 左30% */
    padding-right: 20px;
    margin-bottom: 0;
  }
  html div.wpforms-container-full .wpforms-form .wpforms-field input:not([type=radio]):not([type=checkbox]),
  html div.wpforms-container-full .wpforms-form .wpforms-field select,
  html div.wpforms-container-full .wpforms-form .wpforms-field textarea,
  html div.wpforms-container-full .wpforms-form .wpforms-field-radio ul,
  html div.wpforms-container-full .wpforms-form .wpforms-field-checkbox ul {
    width: 70% !important; /* 右70% */
    margin: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  html div.wpforms-container-full .wpforms-form .wpforms-field-radio ul,
  html div.wpforms-container-full .wpforms-form .wpforms-field-checkbox ul {
    padding-left: 0 !important; /* 余計な左余白を消す */
    margin-left: 0 !important;
  }
  html div.wpforms-container-full .wpforms-form .wpforms-field-description {
    width: 70%; /* 入力欄と同じ幅 */
    margin-left: 30%; /* ラベルの分だけ右にずらす（ここがポイント） */
    padding-top: 8px; /* 少し隙間を空ける */
    font-size: 13px; /* 文字を少し小さく */
    color: #666;
    line-height: 1.5;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%; /* 強制的に次の行に表示させる */
  }
  html div.wpforms-container-full .wpforms-form .wpforms-field-textarea {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; /* これでラベルが上に来ます */
  }
  html div.wpforms-container-full .wpforms-form .wpforms-field-textarea .wpforms-field-label {
    padding-top: 15px; /* ラベルの高さ微調整 */
  }
}
html div.wpforms-container-full .wpforms-form {
  padding: 20px 0;
}
html div.wpforms-container-full .wpforms-form .wpforms-field-label {
  font-weight: 700; /* 太字で読みやすく */
  color: #333; /* 文字色は濃いグレー */
  font-size: 15px;
  margin-bottom: 8px;
  display: block;
}
html div.wpforms-container-full .wpforms-form .wpforms-required-label {
  color: #ff4d4d; /* 赤色で注意を引く */
}
html div.wpforms-container-full .wpforms-form input[type=text],
html div.wpforms-container-full .wpforms-form input[type=email],
html div.wpforms-container-full .wpforms-form input[type=tel],
html div.wpforms-container-full .wpforms-form input[type=url],
html div.wpforms-container-full .wpforms-form input[type=password],
html div.wpforms-container-full .wpforms-form input[type=number],
html div.wpforms-container-full .wpforms-form select,
html div.wpforms-container-full .wpforms-form textarea {
  background-color: #fcfcfc; /* ほんの少しグレーな白 */
  border: 1px solid #ddd; /* 薄い枠線 */
  border-radius: 6px; /* 角を少し丸く */
  padding: 12px 15px; /* 内側の余白を広めに */
  font-size: 16px;
  color: #333;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; /* 滑らかな変化 */
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html div.wpforms-container-full .wpforms-form input:focus,
html div.wpforms-container-full .wpforms-form select:focus,
html div.wpforms-container-full .wpforms-form textarea:focus {
  border-color: #029835; /* 指定カラーに変更 */
  background-color: #fff; /* 背景を真っ白に */
  -webkit-box-shadow: 0 0 0 3px rgba(2, 152, 53, 0.15);
          box-shadow: 0 0 0 3px rgba(2, 152, 53, 0.15); /* ふんわり緑の影 */
  outline: none;
}
html div.wpforms-container-full .wpforms-form button[type=submit] {
  background-color: #029835; /* 指定カラー */
  color: #fff;
  border: none;
  font-size: 16px;
  font-weight: bold;
  padding: 15px 40px; /* ボタンを大きめに */
  border-radius: 50px; /* 丸みのあるピル型（四角がいい場合は 6px に変更） */
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* 浮き上がる影 */
  width: 100%; /* スマホで見やすいよう幅いっぱいに */
  max-width: 300px; /* PCでは広がりすぎないように制限 */
  display: block;
  margin: 20px auto 0; /* 中央寄せ */
}
html div.wpforms-container-full .wpforms-form button[type=submit]:hover {
  background-color: #027a2b; /* 少し濃い緑に */
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px); /* 少し浮き上がる */
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 600px) {
  html div.wpforms-container-full .wpforms-form button[type=submit] {
    width: 100%;
    max-width: 100%;
  }
}
html div.wpforms-container-full .wpforms-form .wpforms-field-radio ul,
html div.wpforms-container-full .wpforms-form .wpforms-field-checkbox ul {
  width: 70% !important; /* PC表示でラベルの右側に配置 */
  margin: 0;
  padding: 0;
  list-style: none;
}
html div.wpforms-container-full .wpforms-form input[type=radio],
html div.wpforms-container-full .wpforms-form input[type=checkbox] {
  width: auto !important; /* 幅を自動（小さく）に戻す */
  height: auto !important; /* 高さも自動に */
  margin-right: 8px !important; /* 文字との間隔 */
  padding: 0 !important; /* 余白なし */
  display: inline-block;
  vertical-align: middle;
  -webkit-box-shadow: none !important;
          box-shadow: none !important; /* 影を消す */
  background: none !important; /* 背景色をなしに */
  border: 1px solid #ccc !important; /* 標準的な枠線に戻す */
}
html div.wpforms-container-full .wpforms-form .wpforms-field-radio li,
html div.wpforms-container-full .wpforms-form .wpforms-field-checkbox li {
  margin-bottom: 8px; /* 下の項目との間隔 */
  line-height: 1.5;
}
html div.wpforms-container-full .wpforms-form .wpforms-field-radio li,
html div.wpforms-container-full .wpforms-form .wpforms-field-checkbox li {
  display: inline-block; /* 横に並べる */
  margin-right: 20px; /* 隣の項目との間隔 */
}
html div.wpforms-container-full .wpforms-form .wpforms-field-radio li,
html div.wpforms-container-full .wpforms-form .wpforms-field-checkbox li {
  margin-right: 25px !important; /* ここの数字で間隔を調整できます */
  margin-bottom: 5px; /* 画面が狭くなって折り返した時のための隙間 */
}

/* ====================================
   Float Block - スマホの時だけ下に追従するボタン
   ==================================== */
.float-block {
  display: none;
}
.float-block a {
  display: block;
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
  width: 100%;
}
@media (max-width: 768px) {
  .float-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background-color: #ffffff;
    -webkit-box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
    transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  }
  .float-block.is-visible {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  .float-block > * {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}/*# sourceMappingURL=style.css.map */