html {
  font-size: 100%;
  overflow-x: hidden !important;
}
body {
  font-family: "Zen Kaku Gothic New", sans-serif !important;
  font-weight: 300;
  overflow-x: hidden !important;
  background-color: #FFFFFF !important;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Zen Kaku Gothic New", sans-serif !important;
  font-weight: 400 !important;
  color: #505050 !important;
}
h1 {
  font-size: 33px !important;
  line-height: 1.4;
  letter-spacing: 0.03em;
}
h2 {
  font-size: 25px !important;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
h3 {
  font-size: 21px !important;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
h4 {
  font-size: 18px !important;
  line-height: 1.4;
  letter-spacing: 0.015em;
}
h5 {
  font-size: 16px !important;
  line-height: 1.4;
  letter-spacing: 0.01em;
}
h6 {
  font-size: 15px !important;
  line-height: 1.4;
  letter-spacing: 0;
}
@media screen and (max-width: 992px) {
  h1 {
    font-size: 28px !important;
  }
  h2 {
    font-size: 24px !important;
  }
  h3 {
    font-size: 20px !important;
  }
  h4 {
    font-size: 18px !important;
  }
  h5 {
    font-size: 16px !important;
  }
  h6 {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 26px !important;
  }
  h2 {
    font-size: 24px !important;
  }
  h3 {
    font-size: 20px !important;
  }
  h4 {
    font-size: 18px !important;
  }
  h5 {
    font-size: 16px !important;
  }
  h6 {
    font-size: 16px !important;
  }
}
p {
  font-size: 16px;
  line-height: calc(27 / 16);
  letter-spacing: 0.04em;
  color: #252525;
}
h1.entry-title, .edit-link {
  display: none !important;
}
.wrapper {
  padding: 0 !important;
}
.content-area {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.navbar {
  padding: 0 !important;
}
@media screen and (min-width: 767px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
.entry-header, main {
  margin-top: calc(100px + 40px);
}
@media screen and (max-width: 767px) {
  main {
    margin-top: calc(70px + 20px);
  }
}
@media (min-width: 768px) {
  body .navbar-expand-md .navbar-collapse {
    display: none !important;
  }
  .navbar {
    width: 90vw !important;
    max-width: 1300px;
    border-radius: 100px;
    top: 20px;
    left: 50%;
    translate: -50%;
    box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.1);
  }
}
.navbar {
  height: 100px;
  width: 100%;
  padding-inline: clamp(15px, calc(30 / 1440 * 100vw), 50px) !important;
}
#wrapper-navbar {
  position: fixed;
  width: 100%;
  z-index: 102;
}
#main-nav {
  background: white !important;
  transition: all 0.3s ease;
}
.navbar .container {
  max-width: 1440px !important;
}
.navbar-brand {
  width: calc(415 / 1440 * 100%);
  min-width: 100px;
  max-width: 415px;
}
.navbar-brand img {
  object-fit: contain;
}
.navbar .menu-item {
  padding-left: clamp(15px, calc(30 / 1440 * 100vw), 53px);
}
.navbar-nav .active .nav-link {
  color: #85C260 !important;
  transition: all 0.3s ease;
}
.hum_btn-main, .nav-link {
  font-size: clamp(14px, calc(20 / 1440 * 100vw), 20px) !important;
  font-weight: 500 !important;
  color: #333 !important;
  white-space: nowrap;
  text-align: center;
}
.hum_btn-main:hover, .nav-link:hover {
  opacity: 0.7;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .navbar {
    height: 70px;
  }
  .navbar .navbar-nav {
    width: 96%;
    margin-left: 0 !important;
  }
  .navbar .navbar-collapse {
    background: #FFFFFF;
    padding-top: 60px;
    height: 100vh;
    position: absolute;
    top: 70px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
  .navbar .header-btns {
    display: flex;
    float: right;
    margin-right: -26px;
  }
  .navbar .header-btns a {
    width: 75px;
    height: 70px;
    padding: 6px 0;
    margin-right: 2px;
    background-color: #FB8C3B;
    text-align: center;
    font-size: 13px;
    color: #FFFFFF;
    text-decoration: none;
  }
  .navbar .header-btns a i {
    font-size: 18px;
    margin: 0 0 7px 0 !important;
  }
  .navbar .header-btns a p {
    margin-bottom: 0;
    color: #FFFFFF;
    font-size: 13px;
    line-height: 1.2;
  }
  .navbar .header-btns .hamburg-btn {
    background-color: #85C260;
    width: 75px;
    height: 70px;
    padding: 8px 0;
    text-align: center;
  }
  .navbar .header-btns .hamburg-btn i {
    margin-top: 6px;
    font-size: 24px;
    color: #FFFFFF;
  }
  .navbar .header-btns .hamburg-btn #menu {
    font-size: 13px;
    color: #FFFFFF;
    text-decoration: none;
    margin: 0;
  }
}
.footer {
  background: #bcf472;
  padding-top: 60px;
}
.footer .logo img {
  width: 200px;
}
.footer #right-footer .menu #main-menu {
  display: flex;
  list-style: none;
  justify-content: center;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 40px;
}
.footer #right-footer .menu #main-menu li {
  border-left: 2px solid #FFFFFF;
}
.footer #right-footer .menu #main-menu li a {
  color: #FFFFFF !important;
  font-size: 20px;
  padding: 0 20px;
  letter-spacing: 6px;
}
.footer #right-footer .menu #main-menu li:nth-child(1) {
  border-left: none;
}
.footer .copyright {
  font-size: 13px;
  color: #FFFFFF;
  font-family: "Roboto", sans-serif;
  margin-top: 80px;
  margin-bottom: 30px;
  text-align: center;
}
#scroll {
  position: fixed;
  right: 50px;
  bottom: 50px;
  display: none;
  display: grid;
}
#scroll i {
  font-size: 20px;
  color: #FFFFFF;
  position: fixed;
  z-index: 99;
  right: 83px;
  bottom: 100px;
}
#scroll #green-tooth {
  position: absolute;
}
#scroll #orange-tooth {
  opacity: 0;
}
#scroll:hover #green-tooth {
  opacity: 1;
}
#scroll:hover #orange-tooth {
  opacity: 0;
}
#scroll p {
  position: fixed;
  bottom: 60px;
  right: 72px;
  color: #FFFFFF;
  font-weight: 600;
}
@media screen and (max-width: 992px) {
  #scroll {
    right: 30px;
    bottom: 30px;
  }
  #scroll i {
    right: 63px;
    bottom: 83px;
  }
  #scroll p {
    bottom: 43px;
    right: 52px;
  }
}
@media screen and (max-width: 767px) {
  #scroll {
    bottom: 15px;
    right: 15px;
    width: 50px;
  }
  #scroll i {
    right: 35px;
    bottom: 45px;
    font-size: 16px;
  }
  #scroll p {
    bottom: 12px;
    right: 26px;
    font-size: 12px;
  }
}
.top-news .sub-title {
  color: #85C260;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.68px;
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
.top-news .sub-title::before {
  content: "";
  width: 195px;
  height: 195px;
  background: url("../../understrap-child-master/img/top-deco1.png") no-repeat center center / contain;
  position: absolute;
  left: -100%;
  top: -100%;
  translate: -100% -100%;
}
.top-news .top-news_title {
  font-size: 30px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 3.6px;
  display: block;
}
.top-news .top-news_title::before {
  display: none;
}
.top-news .wp-block-latest-posts__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 51px;
}
.top-news .wp-block-latest-posts__list li {
  display: flex;
  flex-direction: row-reverse;
  justify-content: start;
  align-items: center;
  gap: 64px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #85C260;
  transition: all 0.3s ease;
  position: relative;
}
.top-news .wp-block-latest-posts__list li::before {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  translate: 0 -50%;
  right: 30px;
  width: 2px;
  height: 12px;
  border-radius: 20px;
  background: #96a0af;
  transform: rotate(-45deg);
  transition: all 0.3s;
}
.top-news .wp-block-latest-posts__list li::after {
  content: "";
  position: absolute;
  top: calc(50% + 4px);
  translate: 0 -50%;
  right: 30px;
  width: 2px;
  height: 12px;
  border-radius: 20px;
  background: #96a0af;
  transform: rotate(45deg);
  transition: all 0.3s;
}
@media (any-hover: hover) {
  .top-news .wp-block-latest-posts__list li:hover {
    border-radius: 20px;
    border: 1px solid #85C260;
    background: #fff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  }
  .top-news .wp-block-latest-posts__list li:hover::before, .top-news .wp-block-latest-posts__list li:hover::after {
    background: #85C260;
  }
}
.top-news .wp-block-latest-posts__list li a {
  padding: 30px 30px 30px 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 200%;
  /* 36px */
  text-decoration: none !important;
  color: #333 !important;
  width: 100%;
  height: 100%;
}
@media (any-hover: hover) {
  .top-news .wp-block-latest-posts__list li a:hover {
    opacity: 1;
  }
}
.top-news .wp-block-latest-posts__list li time {
  color: #96a0af;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.56px;
  width: 150px;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .top-news .sub-title::before {
    width: 110px;
    height: 110px;
    left: 50%;
    top: -110px;
    translate: -40% 0;
  }
  .top-news .wp-block-latest-posts__list li {
    flex-direction: column-reverse;
    justify-content: start;
    align-items: start;
    gap: 10px;
    position: relative;
  }
  .top-news .wp-block-latest-posts__list li::before, .top-news .wp-block-latest-posts__list li::after {
    right: clamp(10px, calc(15 / 375 * 100vw), 30px);
  }
  .top-news a {
    font-size: 16px !important;
    padding: clamp(10px, calc(20 / 375 * 100vw), 30px) !important;
    padding-top: 0px !important;
  }
  .top-news time {
    padding-left: clamp(10px, calc(20 / 375 * 100vw), 30px) !important;
    padding-top: clamp(10px, calc(20 / 375 * 100vw), 30px) !important;
  }
}
.news_list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-bottom: 40px;
}
.news_list .page_title {
  padding-top: 40px;
  padding-bottom: 20px;
}
.news_list article a {
  text-decoration: none;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 64px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #85C260;
  transition: all 0.3s ease;
  padding: 30px;
  position: relative;
}
.news_list article a::before {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  translate: 0 -50%;
  right: 30px;
  width: 2px;
  height: 12px;
  border-radius: 20px;
  background: #96a0af;
  transform: rotate(-45deg);
  transition: all 0.3s;
}
.news_list article a::after {
  content: "";
  position: absolute;
  top: calc(50% + 4px);
  translate: 0 -50%;
  right: 30px;
  width: 2px;
  height: 12px;
  border-radius: 20px;
  background: #96a0af;
  transform: rotate(45deg);
  transition: all 0.3s;
}
@media (any-hover: hover) {
  .news_list article a:hover {
    border-radius: 20px;
    border: 1px solid #85C260;
    background: #fff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  }
  .news_list article a:hover .entry-title {
    color: #333 !important;
  }
  .news_list article a:hover::before, .news_list article a:hover::after {
    background: #85C260;
  }
}
.news_list article a .entry-title {
  color: #333;
  font-size: 18px;
  font-weight: 400;
  line-height: 200%;
  /* 36px */
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}
.news_list article a time {
  color: #96a0af;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.56px;
  width: 150px;
}
@media screen and (max-width: 767px) {
  .news_list article a {
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 10px;
    padding: clamp(10px, calc(20 / 375 * 100vw), 30px) !important;
  }
  .news_list article a::before, .news_list article a::after {
    right: clamp(10px, calc(15 / 375 * 100vw), 30px);
  }
  .entry-title {
    font-size: 16px !important;
  }
}
.single-item-title {
  padding-top: 40px;
  padding-bottom: 10px;
  line-height: 2;
  letter-spacing: 0;
  margin-bottom: 0;
  position: relative;
  display: flex;
  align-items: center;
}
.single-item-title::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 5px;
  background: #85C260;
  opacity: 0.5;
  bottom: 0;
}
.single-item-title::after {
  position: absolute;
  content: "";
  width: 10%;
  height: 5px;
  background: #85C260;
  bottom: 0;
  left: 0;
}
.entry-meta {
  padding: 10px;
  color: #85C260;
}
.entry-content {
  padding: 60px 10px;
}
.navigation .nav-links {
  gap: 20px;
}
.navigation a {
  color: #85C260 !important;
  text-decoration: none;
}
