::-webkit-scrollbar {
  height: 4px;
  width: 3px;
  background: #ededed;
  border-radius: 30px;
}
::-webkit-scrollbar-button {
  height: 0;
  width: 5px;
  background: #ededed;
  border-radius: 30px;
}
::-webkit-scrollbar-thumb {
  background-color: #146e4b;
  box-shadow: inset 1px 1px 0 #146e4b, inset 0 -1px 0 #146e4b;
  border-radius: 30px;
}

html {
  overflow-x: hidden;
}
.home-zero__txt {
  padding: 0 4rem;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
}
.kf-right {
  position: fixed;
  right: 0.5%;
  bottom: 10%;
  z-index: 110;
  text-align: center;
}
.kf-right img {
  max-width: 100%;
  display: inline-block;
}
.kf-right .zxzx-1 {
  margin-bottom: 5%;
  overflow: hidden;
}
.kf-right .zxzx-1 a {
  display: block;
  border-radius: 100px;
  overflow: hidden;
  background: rgb(20, 110, 75);
  background: linear-gradient(180deg, rgba(20, 110, 75, 1) 0%, rgba(161, 208, 145, 1) 100%);
}
.kf-right .zxzx-1 img {
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08);
}
.kf-right .zxzx-1 a:hover {
  background: #146e4b;
}
.kf-right .kf-list-1 {
  position: relative;
  background: #fff;
  border-radius: 50px;
  padding: 20px 0;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  width: 5rem;
}
.kf-right .kf-list-1 li {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  padding: 10px 0;
}
.gi-blog-cmt-form {
  width: 100%;
}

.kf-right .kf-list-1 li a {
  font-size: 14px;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #1a1a1a;
}

.kf-right .kf-list-1 li:first-child {
  padding-top: 0;
}
.kf-right .kf-list-1 li::after {
  content: '';
  width: 50%;
  height: 1px;
  position: absolute;
  left: 25%;
  bottom: 0;
  background: #e6e6e6;
}
.kf-right .kf-list-1 li:last-child::after {
  display: none;
}
.kf-right .kf-list-1 li img {
  filter: grayscale(100%);
  opacity: 0.5;
}
.kf-right .kf-list-1 li a:hover img {
  filter: grayscale(0);
  opacity: 1;
}
.kf-right .kf-list-1 li:last-child {
  padding: 10px 0 0 0;
}
.gi-single-product .single-nav-thumb .slick-arrow:before {
  color: rgba(255, 255, 255, 0.5) !important;
}
/* footer */
.footer {
  background: rgb(var(--light_green));
  position: relative;
  clear: both;
  padding: 2% 0 1% 0;
  overflow: hidden;
}
.footer-content {
  overflow: hidden;
  width: 80%;
  margin: auto;
  color: #fff;
}
.footer-content li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-content-top {
  overflow: hidden;
  position: relative;
  padding-bottom: 2%;
}
.footer-logo {
  position: relative;
  overflow: hidden;
}
.footer-logo a {
  display: block;
  width: 13%;
}
.footer-logo img {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 100%;
}
.footer-logo .text-1 {
  margin-top: 0.5%;
  color: #111;
}
.retop-1 {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.retop-1 a {
  display: block;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  padding: 13px 20px;
  position: relative;
  min-width: 118px;
}
.retop-1 span {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
}
.retop-1 i {
  width: 9px;
  height: 11px;
  background: url('../image/t1.png') center no-repeat;
  position: absolute;
  right: 15%;
  top: 50%;
  transform: translateY(-50%);
}
.retop-1 a:hover {
  background: #30bf78;
}
.footer-content-center {
  padding: 2% 0;
  position: relative;
}
.footer-contact {
  float: left;
  width: 35%;
}
.footer-contact .tel-1 {
  font-family: 'Barlow-Bold';
  color: #111;
  font-size: 3rem;
}
.footer-contact .email-1 {
  color: #555;
  margin-top: 1%;
}
.footer-contact .add-1 {
  color: #555;
  margin-top: 1%;
  line-height: 1.3;
}
.footer-contact .social-1 {
  margin-top: 5%;
}
.footer-contact .social-1 li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: 10px;
}
.footer-contact .social-1 li a {
  display: block;
  width: 20px;
  height: 20px;
}
.footer-contact .social-1 li img {
  opacity: 0.3;
}
.footer-contact .social-1 li a:hover img {
  opacity: 1;
}
.footer-nav {
  float: left;
  width: 30%;
  position: relative;
}
.footer-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 40%;
  margin-bottom: 3%;
  border-bottom: 1px solid rgb(var(--light_gray));
  padding-bottom: 3%;
  overflow: hidden;
}
.footer-nav ul:nth-child(1) {
  width: 40%;
  float: left;
}
.footer-nav ul:nth-child(2) {
  float: left;
  margin-left: 10%;
  border: none;
  width: 40%;
}
.footer-nav ul:nth-child(3) {
  clear: both;
}
.footer-nav ul a {
  display: block;
  color: #fff;
  padding: 3% 0;
}
.footer-nav ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-nav ul li a {
  color: #7a7a7a;
  padding: 1% 0;
}
.footer-nav ul a:hover {
  color: #30bf78;
}
.footer-message {
  float: right;
  width: 33%;
  position: relative;
}
.footer-message .from-1 {
  margin-top: 2%;
  overflow: hidden;
  position: relative;
  width: 88%;
}
.footer-message .from-1:first-child {
  margin-top: 0;
}
.footer-message .from-1 li {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 49%;
  float: left;
}
.footer-message .from-1 li:last-child {
  float: right;
}
.footer-message .from-1 .input-1 {
  display: block;
  width: 100%;
  height: 30px;
  background: #252525;
  border-radius: 4px;
  outline: none;
  border: none;
  box-sizing: border-box;
  padding: 20px;
  color: #fff;
}
.footer-message .from-1 .textarea-1 {
  display: block;
  width: 100%;
  min-height: 100px;
  background: #252525;
  border-radius: 4px;
  outline: none;
  border: none;
  box-sizing: border-box;
  padding: 20px;
  color: #fff;
}
.footer-message .send-1 {
  width: 10%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #30bf78;
  border-radius: 4px;
  z-index: 11;
  text-align: center;
}
.footer-message .send-1 span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.footer-message .send-1:hover {
  background: #41d68c;
}
.footer-content-bottom {
  overflow: hidden;
  clear: both;
  color: #7a7a7a;
  margin-top: 3%;
  position: relative;
}
.footer-content-bottom a {
  color: #7a7a7a;
}
.footer-content-bottom a:hover {
  color: #30bf78;
}
.footer-copy {
  overflow: hidden;
}
.footer-link {
  position: absolute;
  right: 0;
  top: 0;
}

.single-pro-img,
.single-pro-desc {
  width: 50%;
}
.zoomImg {
  width: 1200px !important;
  height: 1100px !important;
}

.gi-single-price-stoke {
  justify-content: flex-start;
}
.gi-single-product h5 {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.3;
}
.gi-single-stoke {
  border: 1px solid #eee;
  margin-right: 1rem;
  border-radius: 2px;
  padding: 0.8rem 2.5rem 1rem;
}
.gi-single-ps-title {
  font-weight: bold;
}
.single-pro-desc {
  padding-top: 0;
}

.gi-single-list li {
  color: #4b5966;
}
.gi-btn-2 {
  min-width: 170px;
  position: relative;
}
.gi-btn-2::after {
  position: absolute;
  content: '';
  top: 47%;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  width: 8px;
  height: 8px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  right: 24px;
}
.gi-single-list li::maker {
  color: #146e4b;
}
.btn-primary {
  background-color: #146e4b !important;
}
.btn-primary:hover {
  background: #a1d091 !important;
}

.gi-blog-form input,
.gi-blog-form textarea {
  padding: 12px 18px;
  outline: 0;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 0;
}
.newst {
  font-size: 4rem;
  line-height: 1.1;
}
.newtt {
  color: rgb(var(--green));
}
.m-block {
  display: none;
}

.d-block {
  display: flex;
}

@media screen and (max-width: 1600px) {
  .newst {
    font-size: 3rem;
  }
  .gi-single-product h5 {
    font-size: 3rem;
  }
}

@media screen and (max-width: 1366px) {
  .footer-content-bottom a {
    font-size: 12px;
  }
}
@media screen and (max-width: 1280px) {
  .l-main-img-first__copy img {
    max-width: 75%;
  }
  .interview-archive__area-anchor.pro,
  .interview-archive__area-archive.pro,
  .u-inner.pro {
    max-width: 97%;
  }
}
@media screen and (max-width: 1200px) {
  .m-block {
    display: block;
  }

  .d-block {
    display: none;
  }
}

@media screen and (max-width: 1152px) {
  .kf-right {
    width: 40px;
  }
  .single-pro-desc {
    width: 46%;
  }
  .div-container,
  .footer-content {
    width: 96%;
  }
}

@media screen and (max-width: 1024px) {
  .vvk {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .vvk img {
    width: 1500px;
    max-width: 1500px;
    height: auto;
  }
  .kf-right {
    display: none;
  }
  .div-container,
  .footer-content {
    width: 90%;
  }
}

@media screen and (max-width: 991px) {
  .single-pro-desc {
    padding-top: 0;
  }
  .data-about-detail {
    padding: 0;
  }
  .data-number-sec-lineup__tit {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 860px) {
  .l-main-img-first__copy img {
    max-width: 100%;
  }
  .footer-nav {
    display: none !important;
  }

  .footer-message {
    margin-top: 5%;
  }
  .footer-contact,
  .footer-message {
    width: 100%;
    float: none;
  }
  .footer-link {
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    right: auto;
  }
  .footer-logo a {
    width: 20%;
  }
  .about-technology-left {
    margin-left: 0;
  }
  .footer {
    padding: 5% 0;
  }
  .footer-content-top,
  .footer-content-center {
    padding: 5% 0;
  }
  .c-btn01.is-genba .c-btn01__txt {
    font-size: 2.4rem;
  }
  .home-zero__txt {
    padding: 0;
  }
  .l-footer-sub {
    display: block;
    font-size: 10px;
  }
}

@media screen and (max-width: 768px) {
  .u-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .c-entry01__link {
    width: calc(100% - 40px);
  }
  .home-zero__inner {
    padding-top: 220px;
    padding-bottom: 200px;
  }
  .c-btn01.is-mh60-sp .c-btn01__link {
    font-size: 1.3rem;
  }
  .single-pro-inner {
    padding-top: 5rem;
  }
  .single-pro-img-no-sidebar {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .c-archive01__item-name {
    font-size: 1.5rem;
  }
  .gi-single-product h5 {
    font-size: 2.5rem;
  }
  .gi-single-stoke span {
    font-size: 16px !important;
  }
  .data-number-sec-lineup__item.is-full-sp img {
    width: 100%;
  }
  .reason-intro {
    padding: 30px 0 20px;
  }
  .reason-intro__inner {
    padding-bottom: 20px;
  }
  .reason-intro-profile img {
    height: 230px;
    overflow: hidden;
    object-fit: cover;
  }
  .interview-archive__area-archive {
    padding: 60px 0 70px;
  }
  .l-main-img-first__txt img {
    width: 50%;
    padding-bottom: 15px;
  }

  .l-sub-img__desc br:not(.u-view-sp) {
    display: none;
  }
}
