@charset "UTF-8";
/*!
Theme Name:kc-original-template
Version: 1.0.0
*/
@import url("https://fonts.googleapis.com/css2?family=Rancho&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@400;700&display=swap");
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
サイト固有の追加項目
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/* IE表示用のCSS　*/
html, body {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  position: relative;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  html, body {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  html, body {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1200px) {
  html, body {
    font-size: 16px;
  }
}

body {
  -webkit-text-size-adjust: 100%;
  font-family: "Roboto", arial, sans-serif;
  background: #fff;
  color: #525050;
}
body a {
  color: #333;
  text-decoration: none;
}
body a:hover {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
body strong {
  font-weight: bold;
}
body .small {
  font-size: 0.8rem;
}

::-moz-selection {
  background: #FFF3CE;
}

::selection {
  background: #FFF3CE;
}

img {
  border: none;
  vertical-align: bottom;
  max-width: 100%; /*for responsive*/
  height: auto; /*for responsive*/
  width: auto; /* IE8のみ */
}

.opacity:hover {
  opacity: 80%;
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
colors
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
動きのclass
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.js-animation {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.js-animation.is-show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

/*==================================

kv

==================================*/
.slider_css {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  height: 120vw;
}
@media screen and (min-width: 576px) {
  .slider_css {
    height: 104vw;
  }
}
@media screen and (min-width: 768px) {
  .slider_css {
    height: 42vw;
    min-height: 730px;
  }
}
.slider_css ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.slider_css ul li {
  background-size: cover;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 24s;
          animation-duration: 24s;
  height: 120vw;
}
@media screen and (min-width: 576px) {
  .slider_css ul li {
    height: 104vw;
  }
}
@media screen and (min-width: 768px) {
  .slider_css ul li {
    height: 42vw;
    min-height: 730px;
  }
}
.slider_css ul li:nth-child(1) {
  background-image: url("/img/zh-cn/top/sp_kv1.jpg");
  background-size: cover;
  background-position: left 50%;
  -webkit-animation-name: slider-zoomin;
          animation-name: slider-zoomin;
  -webkit-animation-delay: -5s;
          animation-delay: -5s;
}
@media screen and (min-width: 768px) {
  .slider_css ul li:nth-child(1) {
    background-image: url("/img/zh-cn/top/pc_kv1.jpg");
  }
}
.slider_css ul li:nth-child(2) {
  background-image: url("/img/zh-cn/top/sp_kv2.jpg");
  background-size: cover;
  background-position: left 50%;
  -webkit-animation-name: slider-zoomout;
          animation-name: slider-zoomout;
  opacity: 0;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
@media screen and (min-width: 768px) {
  .slider_css ul li:nth-child(2) {
    background-image: url("/img/zh-cn/top/pc_kv2.jpg");
  }
}
.slider_css ul li:nth-child(3) {
  background-image: url("/img/zh-cn/top/sp_kv3.jpg");
  background-size: cover;
  background-position: left 50%;
  -webkit-animation-name: slider-zoomin;
          animation-name: slider-zoomin;
  opacity: 0;
  -webkit-animation-delay: 11s;
          animation-delay: 11s;
}
@media screen and (min-width: 768px) {
  .slider_css ul li:nth-child(3) {
    background-image: url("/img/zh-cn/top/pc_kv3.jpg");
  }
}
.slider_css ul li img {
  width: 130%;
}

@-webkit-keyframes slider-zoomin {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  20.83% {
    opacity: 1;
  }
  33.33% {
    opacity: 1;
  }
  45.83% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
}

@keyframes slider-zoomin {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  20.83% {
    opacity: 1;
  }
  33.33% {
    opacity: 1;
  }
  45.83% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
}
@-webkit-keyframes slider-zoomout {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  20.83% {
    opacity: 1;
  }
  33.33% {
    opacity: 1;
  }
  45.83% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes slider-zoomout {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  20.83% {
    opacity: 1;
  }
  33.33% {
    opacity: 1;
  }
  45.83% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.kv {
  position: relative;
}
.kv .inner {
  width: 86%;
  max-width: 1170px;
  margin: 0 auto;
  text-align: center;
}
.kv .inner h1 {
  width: 90%;
  max-width: 1170px;
  position: absolute;
  top: 20%;
  margin: auto;
  left: 0;
  right: 0;
}
.kv .inner p {
  color: white;
  letter-spacing: 2px;
  position: absolute;
  line-height: 2;
  top: 55vw;
  margin: auto;
  left: 0;
  right: 0;
  font-size: 1.1rem;
}
@media screen and (min-width: 576px) {
  .kv .inner p {
    line-height: 3;
    top: 43%;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 992px) {
  .kv .inner p {
    top: 45%;
  }
}
@media screen and (min-width: 1200px) {
  .kv .inner p {
    top: 45%;
  }
}
.kv .inner .bt_normal {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  padding: 1rem 2rem;
  top: 85vw;
}
@media screen and (min-width: 576px) {
  .kv .inner .bt_normal {
    top: 76%;
  }
}
@media screen and (min-width: 992px) {
  .kv .inner .bt_normal {
    top: 78%;
  }
}
.kv .scroll {
  position: absolute;
  width: 46px;
  height: 52px;
  bottom: 2%;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.kv .illust_plant {
  position: absolute;
  bottom: 0;
  left: 2%;
  max-width: 30%;
}
@media screen and (min-width: 768px) {
  .kv .illust_plant {
    left: 10%;
    max-width: auto;
  }
}
.kv .illust2 {
  position: absolute;
  bottom: 0;
  right: 2%;
  width: 130px;
}
@media screen and (min-width: 768px) {
  .kv .illust2 {
    right: 10%;
  }
}

/*==================================

top_section 共通レイアウト

==================================*/
.top_section h2 {
  text-align: center;
  font-family: "Rancho", serif;
  letter-spacing: 6px;
  font-size: 4rem;
  margin: 4rem 0 0.5rem;
}
@media screen and (min-width: 768px) {
  .top_section h2 {
    font-size: 4rem;
    margin: 4rem 0 1rem 0;
  }
}
@media screen and (min-width: 992px) {
  .top_section h2 {
    font-size: 5rem;
  }
}
.top_section .ttl_container {
  margin-bottom: 0.8rem;
}
@media screen and (min-width: 768px) {
  .top_section .ttl_container {
    margin-bottom: 2rem;
  }
}
.top_section .ttl_container h2 {
  line-height: 1;
  margin-bottom: 0;
  margin: 6rem 0 0rem;
}
@media screen and (min-width: 768px) {
  .top_section .ttl_container h2 {
    font-size: 4rem;
    margin: 4rem 0 0rem 0;
  }
}
.top_section .ttl_container h3 {
  text-align: center;
  font-family: "Roboto", arial, sans-serif;
  font-size: 1.3rem;
}
.top_section figure {
  position: relative;
  height: 100%;
}
@media screen and (min-width: 992px) {
  .top_section figure {
    min-height: 332px;
  }
}
.top_section figure:before {
  content: "";
  display: block;
  padding-top: 63%;
}
.top_section figure .illust1 {
  z-index: 10;
  position: absolute;
}
.top_section figure .illust2 {
  z-index: 5;
  position: absolute;
}
.top_section figure .top_photo {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 90%;
}
@media screen and (min-width: 992px) {
  .top_section figure .top_photo {
    width: auto;
  }
}
.top_section div p {
  line-height: 2.4;
  margin: 0 1rem;
}
@media screen and (min-width: 992px) {
  .top_section div p {
    margin: 3rem;
  }
}
.top_section div .bt_normal {
  margin: 1.5rem auto;
}
@media screen and (min-width: 992px) {
  .top_section div .bt_normal {
    margin: 3rem 0 3rem 3rem;
  }
}

/*==================================

top_service

==================================*/
#top_service .illust1 {
  top: -3rem;
  left: 0;
  max-width: 20%;
}
@media screen and (min-width: 992px) {
  #top_service .illust1 {
    left: -3rem;
    max-width: 100%;
  }
}
#top_service .illust2 {
  top: -1rem;
  right: 0;
  max-width: 75%;
}
@media screen and (min-width: 992px) {
  #top_service .illust2 {
    right: -2rem;
    max-width: 100%;
  }
}

/*==================================

top_company

==================================*/
#top_company {
  background-image: url(/img/zh-cn/common/anime_bg1.gif);
  background-position: right 3rem;
  background-repeat: no-repeat;
}
#top_company .illust1 {
  top: -3rem;
  left: 0;
}
@media screen and (min-width: 992px) {
  #top_company .illust1 {
    left: 8rem;
  }
}

/*==================================

top_message

==================================*/
#top_message {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(35%, rgba(255, 255, 255, 0)), color-stop(0, #F8F4E9), color-stop(68%, #F8F4E9), color-stop(0, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 35%, #F8F4E9 0, #F8F4E9 68%, rgba(255, 255, 255, 0) 0);
  background: linear-gradient(rgba(255, 255, 255, 0) 35%, #F8F4E9 0, #F8F4E9 68%, rgba(255, 255, 255, 0) 0);
  margin-bottom: 4rem;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  #top_message {
    margin-top: 5rem;
  }
}
#top_message h2 {
  transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -webkit-transform: rotate(-10deg);
  font-size: 2.5rem;
  font-family: "Rancho", serif;
  letter-spacing: 6px;
  line-height: 3rem;
  max-width: 600px;
  width: 94%;
  margin: 0 auto;
  position: relative;
  z-index: 99;
}
#top_message figure {
  position: relative;
  max-width: 1170px;
  margin: 0 auto;
}
#top_message figure .illust1 {
  z-index: 6;
  position: absolute;
  right: 0;
  top: -3rem;
}
@media screen and (min-width: 992px) {
  #top_message figure .illust1 {
    right: 20%;
    top: 0;
  }
}
#top_message figure .illust2 {
  z-index: 5;
  position: absolute;
  bottom: 0;
  left: 20%;
}
#top_message figure .illust3 {
  z-index: 9;
  position: absolute;
  right: 0;
}
@media screen and (min-width: 992px) {
  #top_message figure .illust3 {
    right: 20%;
  }
}
#top_message figure .top_photo {
  z-index: 1;
  display: block;
  margin: auto auto 3rem auto;
  max-width: 90%;
  top: 5rem;
}
@media screen and (min-width: 992px) {
  #top_message figure .top_photo {
    max-width: 527px;
  }
}

/*==================================

top_news

==================================*/
#top_news {
  padding: 2rem 0 4rem;
  background-color: #F8F4E9;
}
@media screen and (min-width: 992px) {
  #top_news {
    padding: 5rem 0;
  }
}
#top_news h2 {
  font-family: "Rancho", serif;
  letter-spacing: 6px;
  line-height: 8rem;
  font-size: 3rem;
  border-bottom: 2px dotted #959393;
  text-align: center;
  background-image: url(/img/zh-cn/top/icon_balloon.svg);
  background-repeat: no-repeat;
  background-position: 0% 50%;
  background-size: 70px auto;
}
@media screen and (min-width: 768px) {
  #top_news h2 {
    background-position: 10% 50%;
  }
}
#top_news .col-lg-5 {
  margin-bottom: 2rem;
}
@media screen and (min-width: 992px) {
  #top_news .col-lg-5 {
    margin-bottom: 1.5rem;
    margin-top: 1rem;
  }
}
#top_news .col-lg-7 {
  margin-bottom: 3rem;
  display: block;
}
@media screen and (min-width: 576px) {
  #top_news .col-lg-7 div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  #top_news .col-lg-7 div {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
  }
}
@media screen and (min-width: 992px) {
  #top_news .col-lg-7 div {
    margin-bottom: 1.5rem;
    margin-top: 1rem;
  }
}
#top_news .date {
  font-family: "Lato", serif;
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 2px;
  display: inline-block;
}
@media screen and (min-width: 992px) {
  #top_news .date {
    margin-bottom: 0;
    margin-left: 2rem;
  }
}
#top_news .new {
  background-color: #41A5C5;
  color: white;
  font-family: "Lato", serif;
  font-weight: 700;
  font-size: 0.7rem;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  margin-left: 0.5rem;
}
@media screen and (min-width: 992px) {
  #top_news .new {
    width: 50px;
    height: 50px;
    line-height: 50px;
    letter-spacing: 2px;
    margin-left: 1rem;
  }
}
#top_news p {
  margin-bottom: 1rem;
}
@media screen and (min-width: 576px) {
  #top_news p {
    display: inline-block;
    margin-left: 1rem;
    margin-bottom: 0;
  }
}
#top_news p a {
  text-decoration: underline;
  color: #525050;
}
#top_news p a:hover {
  text-decoration: none;
}

/*==================================

bottom_section

==================================*/
.bottom_section h2 {
  text-align: center;
  font-family: "Rancho", serif;
  letter-spacing: 6px;
  font-size: 4rem;
  margin: 1rem 0 0.5rem;
}
@media screen and (min-width: 768px) {
  .bottom_section h2 {
    font-size: 4rem;
    margin: 1rem 0 1rem;
  }
}
@media screen and (min-width: 992px) {
  .bottom_section h2 {
    font-size: 5rem;
  }
}