<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  overflow-x: hidden;
}

.wraper {
  width: 89.58%;
  margin: 0 auto;
}

.w1200 {
  width: 1200px;
  padding: 0;
}

.indexNavMain {
  height: 68px;
  width: 100%;
  padding: 15px 0;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  background-color: #fff;
}
.indexNavMain .indexNavBox {
  height: 68px;
  position: relative;
}
.indexNavMain .indexNavBox &gt; a {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 68px;
  z-index: 99;
}
.indexNavMain .indexNavBox &gt; a img {
  display: inline-block;
  vertical-align: middle;
}
.indexNavMain .indexNavBox &gt; a img:hover {
  opacity: 0.8;
}
.indexNavMain .indexNavBox ul {
  width: 100%;
  padding-left: 290px;
  box-sizing: border-box;
  text-align: right;
}
.indexNavMain .indexNavBox ul li {
  display: inline-block;
  margin-left: 70px;
}
.indexNavMain .indexNavBox ul li a {
  display: block;
  font-size: 16px;
  line-height: 68px;
  font-weight: bold;
  color: #333;
  position: relative;
}
.indexNavMain .indexNavBox ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #d81618;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease;
}
.indexNavMain .indexNavBox ul li a:hover {
  color: #d81618;
}
.indexNavMain .indexNavBox ul li a:hover:after {
  transform: scale(1, 1);
  transform-origin: left top;
}
.indexNavMain .indexNavBox ul li:last-child {
  float: right;
  width: 128px;
}
.indexNavMain .indexNavBox ul li:last-child a {
  height: 40px;
  width: 100%;
  margin-top: 14px;
  background: #feebb1;
  line-height: 40px;
  text-align: center;
  box-sizing: border-box;
}
.indexNavMain .indexNavBox ul li:last-child a::after {
  content: none;
}
.indexNavMain .indexNavBox ul li:last-child a:hover {
  background-color: #f1cd61;
  color: #333;
}
.indexNavMain .indexNavBox .phoneNavBtn {
  display: none;
}

.fixNavBg {
  background-color: #fff;
  padding: 15px 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

.K-BannerMain {
  position: relative;
  padding-top: 146px;
}
.K-BannerMain .banner {
  display: block;
  width: 100%;
  height: auto;
}

.K-title img {
  display: block;
  max-width: 90%;
}

.K-NewsMain {
  padding-bottom: 28px;
  min-height: 340px;
}
.K-NewsMain .K-title {
  float: left;
  width: 30%;
}
.K-NewsMain .K-NewsList {
  float: right;
  width: 63%;
}
.K-NewsMain .K-NewsList li {
  padding: 30px 0 32px;
  border-bottom: 1px solid #e5e5e5;
}
.K-NewsMain .K-NewsList li a {
  display: block;
  height: 38px;
  overflow: hidden;
  position: relative;
  font: normal 20px/38px "source han sans";
  color: #000;
}
.K-NewsMain .K-NewsList li a .tag {
  position: absolute;
  left: 0;
  height: 38px;
  padding: 0 38px;
  background-color: #f4d4ba;
  font-weight: bold;
}
.K-NewsMain .K-NewsList li a .time {
  position: absolute;
  left: 190px;
}
.K-NewsMain .K-NewsList li a .time::after {
  content: "|";
  position: absolute;
  right: -15px;
  top: 0;
}
.K-NewsMain .K-NewsList li a p {
  padding-left: 312px;
  height: 38px;
  overflow: hidden;
  box-sizing: border-box;
}
.K-NewsMain .K-NewsList li a:hover p {
  color: #e88c3e;
}
.K-NewsMain .K-NewsList li:last-child {
  border-bottom: none;
}
.K-NewsMain .img {
  position: absolute;
  left: 40px;
  bottom: 35px;
}

.K-thoughtMain {
  padding-top: 90px;
  background: url(../images/K-bg01.png) no-repeat center top;
  z-index: -1;
}
.K-thoughtMain .K-title {
  width: 35%;
  margin-left: 8%;
}
.K-thoughtMain .txt {
  width: 35%;
  margin-left: 8%;
  margin-top: 3%;
  position: relative;
  z-index: 3;
}
.K-thoughtMain .txt p {
  margin-bottom: 5%;
  font: normal 22px/50px "NotoSansJP";
  color: #000;
}
.K-thoughtMain .img {
  width: 40%;
  margin-right: 8%;
}
.K-thoughtMain .img img {
  display: block;
  width: 100%;
}

.K-messageMain {
  padding-top: 90px;
  position: relative;
  z-index: 2;
}
.K-messageMain .videoBox {
  width: 38%;
  margin-left: 8%;
}
.K-messageMain .videoBox img {
  display: block;
  width: 100%;
}
.K-messageMain .videoBox video {
  display: block;
  width: 100%;
  height: 406px;
}
.K-messageMain .txt {
  width: 40%;
  margin-right: 8%;
  position: relative;
}
.K-messageMain .txt p {
  margin-top: 5%;
  font: normal 22px/50px "NotoSansJP";
  color: #000;
}
.K-messageMain .txt .img {
  position: absolute;
  right: 0;
  top: -15px;
}
.K-messageMain .bg {
  position: absolute;
  left: 0;
  top: -200px;
  z-index: -1;
  opacity: 0.7;
}

.K-messageMain02 {
  padding-top: 5%;
  padding-bottom: 40px;
}
.K-messageMain02 .pull_left {
  width: 30%;
  margin-left: 8%;
}
.K-messageMain02 .pull_right {
  width: 51.4%;
  margin-right: 8%;
}

.K-stateMain {
  padding-left: 8%;
  padding-right: 8%;
  background: url(../images/K-bg03.png) no-repeat center top;
  background-size: auto 100%;
}
.K-stateMain h2 {
  width: 40%;
}
.K-stateMain ul {
  margin-top: 30px;
  margin-bottom: 40px;
}
.K-stateMain ul li {
  float: left;
  width: 30%;
  border-radius: 65px;
  overflow: hidden;
}
.K-stateMain ul li img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.K-stateMain ul li img:hover {
  transform: scale(1.07);
}
.K-stateMain ul li:nth-child(1) {
  margin-top: 118px;
}
.K-stateMain ul li:nth-child(2) {
  margin: -30px 5% 0;
}
.K-stateMain ul li:nth-child(3) {
  margin-top: 44px;
}

.K-staffMain {
  padding-top: 145px;
  padding-bottom: 110px;
  background: url(../images/K-bg04.png) no-repeat center top;
  margin-top: -52px;
}
.K-staffMain .K-title img {
  margin: 0 auto;
}
.K-staffMain ul {
  width: 960px;
  margin: 34px auto;
  padding: 20px;
  background-color: #fffce0;
  border-radius: 20px;
  box-sizing: border-box;
}
.K-staffMain ul li {
  float: left;
  width: 30%;
  margin: 0 1.5% 20px;
  overflow: hidden;
}
.K-staffMain ul li img {
  display: block;
  width: 100%;
  height: 208px;
  transition: all 0.5s;
}
.K-staffMain ul li img:hover {
  transform: scale(1.07);
}

.K-flowMain .K-title img {
  margin: 0 auto 90px;
}
.K-flowMain ul {
  width: 1320px;
  margin: 0 auto;
}
.K-flowMain ul li {
  float: left;
  width: 194px;
  height: 194px;
  margin-right: 87px;
  margin-bottom: 100px;
  padding-top: 38px;
  background: url(../images/K-bg08.png) no-repeat center;
  background-size: 100% 100%;
  text-align: center;
  color: #e88c3e;
  font: normal 20px/40px "KiwiMaru";
  box-sizing: border-box;
  position: relative;
}
.K-flowMain ul li .time {
  color: #b2d9b0;
}
.K-flowMain ul li::after {
  content: "";
  position: absolute;
  right: -50px;
  top: 80px;
  width: 16px;
  height: 31px;
  background: url(../images/K-icon01.png) no-repeat;
}
.K-flowMain ul li:nth-child(5), .K-flowMain ul li:nth-child(6) {
  margin-right: 0;
}
.K-flowMain ul li:nth-child(6), .K-flowMain ul li:nth-child(7), .K-flowMain ul li:nth-child(8), .K-flowMain ul li:nth-child(9), .K-flowMain ul li:nth-child(10) {
  float: right;
}
.K-flowMain ul li:nth-child(6)::after, .K-flowMain ul li:nth-child(7)::after, .K-flowMain ul li:nth-child(8)::after, .K-flowMain ul li:nth-child(9)::after, .K-flowMain ul li:nth-child(10)::after {
  background-image: url(../images/K-icon02.png);
}
.K-flowMain ul li:nth-child(5)::after {
  right: 86px;
  top: initial;
  bottom: -60px;
  width: 31px;
  height: 16px;
  background: url(../images/K-icon03.png) no-repeat;
}
.K-flowMain ul li:nth-child(6)::after {
  content: none;
}

.K-event {
  padding-top: 20px;
  background: url(../images/K-bg05.png) no-repeat center top;
}
.K-event img {
  display: block;
  margin: 0 auto;
}

.K-infoMain {
  padding-top: 100px;
  background: url(../images/K-bg07.png) no-repeat center bottom;
}
.K-infoMain .main {
  width: 90%;
  margin: 0 auto 120px;
  padding-left: 170px;
  box-sizing: border-box;
  position: relative;
}
.K-infoMain .main .K-title {
  position: absolute;
  left: 0;
  top: 60px;
}
.K-infoMain .main h3 {
  padding-top: 76px;
  margin-bottom: 60px;
  font: bold 32px/42px "source han sans";
  color: #383838;
  position: relative;
  z-index: 2;
  text-align: center;
}
.K-infoMain .main h3:before {
  content: "";
  position: absolute;
  width: 122px;
  height: 15px;
  left: 50%;
  bottom: 0;
  margin-left: -61px;
  background-color: #e88c3e;
  z-index: -1;
}
.K-infoMain .main .txt01 {
  float: left;
  width: 45%;
  height: 606px;
  border-radius: 10px;
  background: url(../images/K-bg06.png) no-repeat left top;
  background-size: 100% 100%;
  text-align: center;
  position: relative;
}
.K-infoMain .main .txt01 p {
  font: normal 26px/68px "source han sans";
  color: #5c9457;
}
.K-infoMain .main .txt01 span{
	font:normal 14px/28px "NotoSansJP";color:#5c9457;display:inline-block;text-align:left;
}
.K-infoMain .main .txt01 span span{
font-size:12px;color:#5c9457;
}
.K-infoMain .main .txt01 span i{display:none;}
.K-infoMain .main .txt01 .bg01 {
  position: absolute;
  left: -20px;
  bottom: -20px;
  width: 24%;
}
.K-infoMain .main .txt01 .bg02 {
  position: absolute;
  right: -60px;
  top: 80px;
  width: 24%;
}
.K-infoMain .main .txt02 {
  float: right;
  width: 45%;
  height: 606px;
  background-color: #fdf4e9;
  border-radius: 10px;
  position: relative;
}
.K-infoMain .main .txt02 .bg {
  position: absolute;
  right: -20px;
  top: -20px;
  width: 24%;
}
.K-infoMain .main .txt02 .img {
  display: block;
  margin: 0 auto;
  max-width: 80%;
}
.K-infoMain .footer {
  text-align: center;
  padding-bottom: 255px;
}
.K-infoMain .footer p {
  margin-bottom: 40px;
  color: #6abc6f;
  font: bold 40px/50px "source han sans";
}
.K-infoMain .footer a {
  display: block;
  width: 600px;
  height: 86px;
  margin: 0 auto;
  background: url(../images/K-bg09.png) no-repeat;
  border-radius: 43px;
  font: bold 40px/86px "source han sans";
  color: #fff;
}
.K-infoMain .footer a:hover {
  background-size: 150%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

.footerBox {
  padding-top: 56px;
  background: #f5f2f2;
  position: relative;
}
.footerBox .left {
  position: absolute;
  left: 0;
  top: 0;
}
.footerBox .left .footerLogo img {
  display: inline-block;
}
.footerBox .left .address {
  margin-top: 26px;
  font-size: 16px;
  line-height: 30px;
  color: #333;
}
.footerBox .footerNav {
  width: 100%;
  height: 300px;
  padding-left: 300px;
  padding-top: 20px;
  padding-right: 250px;
  font-size: 16px;
  line-height: 52px;
  box-sizing: border-box;
}
.footerBox .footerNav div {
  float: left;
  margin-left: 80px;
}
.footerBox .footerNav a {
  display: block;
  padding-left: 22px;
  background: url(../images/libg02.png) no-repeat left center;
  color: #333;
  font-weight: bold;
}
.footerBox .footerNav a:hover {
  text-decoration: underline;
}
.footerBox .right {
  position: absolute;
  right: 0;
  top: 23px;
}
.footerBox .right .tel {
  display: inline-block;
  padding: 0 20px;
  font-size: 32px;
  line-height: 50px;
  color: #d81618;
  font-weight: bold;
  background-color: #fff;
}
.footerBox .right .socialBox {
  margin-top: 22px;
  text-align: right;
}
.footerBox .right .socialBox a {
  display: inline-block;
  margin-left: 15px;
}
.footerBox .right .socialBox a img {
  display: inline-block;
  width: 28px;
  height: 28px;
  transition: all 0.5s;
}
.footerBox .right .socialBox a:hover img {
  transform: scale(1.05, 1.05);
}
.footerBox .copyRight p {
  font-size: 14px;
  line-height: 80px;
  color: #222;
  text-align: center;
}

.gotop {
  position: fixed;
  right: 25px;
  bottom: 20px;
  display: none;
  z-index: 99;
}

.leftMenu_z {
  display: none;
}

#leftMenu {
  display: none;
}

@media (min-width: 0) and (max-width: 1900px) {
  .toCustomersMain .left img {
    width: auto;
    height: 100%;
  }
}
@media (min-width: 0) and (max-width: 1620px) {
  .indexNavMain .indexNavBox ul li {
    margin-left: 35px;
  }
}
@media (min-width: 0) and (max-width: 1570px) {
  .K-NewsMain.w1300 {
    width: 84%;
    padding: 0;
  }
}
@media (min-width: 0) and (max-width: 1380px) {
  .wraper {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    box-sizing: border-box;
  }
  .indexNavMain .indexNavBox &gt; a {
    left: 25px;
  }
  .footerBox .left {
    left: 30px;
  }
  .footerBox .right {
    right: 30px;
  }
  .footerBox .right .tel {
    font-size: 28px;
  }
  .footerBox .footerNav {
    width: 50%;
    padding-left: 25%;
    padding-right: 25%;
    box-sizing: initial;
  }
  .footerBox .footerNav div {
    margin-left: 40px;
  }
  .K-thoughtMain .K-title {
    width: 40%;
  }
  .K-thoughtMain .txt {
    width: 40%;
  }
  .K-thoughtMain .txt p {
    font: normal 20px/40px "NotoSansJP";
  }
  .K-messageMain .videoBox {
    width: 40%;
  }
  .K-messageMain .txt p {
    font: normal 20px/40px "NotoSansJP";
  }
  .K-messageMain .txt .img {
    width: 20%;
  }
  .K-messageMain02 .pull_left {
    width: 40%;
  }
  .K-messageMain02 .pull_right {
    width: 40%;
    margin-top: 10%;
  }
  .K-flowMain .K-title img {
    margin: 0 auto 90px;
  }
  .K-flowMain ul {
    width: 980px;
    margin: 0 auto;
  }
  .K-flowMain ul li {
    float: left;
    width: 126px;
    height: 126px;
    padding-top: 20px;
    font: normal 16px/30px "KiwiMaru";
  }
  .K-flowMain ul li::after {
    top: 50px;
  }
  .K-flowMain ul li:nth-child(5)::after {
    right: 45px;
  }
  .K-infoMain .main .txt01 {
    height: 500px;
  }
  .K-infoMain .main .txt02 {
    height: 500px;
  }
}
@media (min-width: 0) and (max-width: 1280px) {
  .w1200 {
    width: 1000px;
  }
}
@media (min-width: 0) and (max-width: 1120px) {
  .indexNavMain .indexNavBox ul li {
    margin-left: 15px;
  }
  .footerBox .right .tel {
    font-size: 24px;
  }
}
@media (min-width: 0) and (max-width: 1024px) {
  .w1200 {
    width: 960px;
  }
}/*# sourceMappingURL=K-pc.css.map */</pre></body></html>