@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);
}

.company .lead {
  text-align: center;
  font-size: 1.1rem;
  margin-bottom: 1rem;
  width: 90%;
  margin: 0 auto 5rem auto;
  max-width: 1170px;
}

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

company_ttl

==================================*/
.company_ttl {
  background-image: url(/img/zh-cn/company/company_title_sp_bg.jpg);
}
@media screen and (min-width: 768px) {
  .company_ttl {
    background-image: url(/img/zh-cn/company/company_title_pc_bg.jpg);
  }
}

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

corporate_philosophy

==================================*/
#corporate_philosophy:before {
  display: inline-block;
  content: "0 1";
  font-family: "Rancho", serif;
  font-size: 3rem;
  padding-left: 5rem;
}
@media screen and (min-width: 768px) {
  #corporate_philosophy:before {
    font-size: 4rem;
    padding-left: 12rem;
  }
}

#corporate_philosophy {
  position: relative;
  margin-bottom: 8rem;
}
#corporate_philosophy h3 {
  text-align: center;
  max-width: 1170px;
  margin: 2rem auto;
  border-left: none;
}
#corporate_philosophy .lead {
  margin: 0 auto 1rem auto;
  max-width: 1170px;
}

.service_message {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(32%, rgba(255, 255, 255, 0)), color-stop(0, #F8F4E9), color-stop(65%, #F8F4E9), color-stop(0, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 32%, #F8F4E9 0, #F8F4E9 65%, rgba(255, 255, 255, 0) 0);
  background: linear-gradient(rgba(255, 255, 255, 0) 32%, #F8F4E9 0, #F8F4E9 65%, rgba(255, 255, 255, 0) 0);
  margin-bottom: 4rem;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .service_message {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(28%, rgba(255, 255, 255, 0)), color-stop(0, #F8F4E9), color-stop(72%, #F8F4E9), color-stop(0, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 28%, #F8F4E9 0, #F8F4E9 72%, rgba(255, 255, 255, 0) 0);
    background: linear-gradient(rgba(255, 255, 255, 0) 28%, #F8F4E9 0, #F8F4E9 72%, rgba(255, 255, 255, 0) 0);
  }
}
@media screen and (min-width: 768px) {
  .service_message {
    margin-top: 5rem;
  }
}
.service_message .ttl {
  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;
}
.service_message figure {
  position: relative;
  max-width: 1170px;
  margin: 0 auto;
}
.service_message figure .illust1 {
  z-index: 6;
  position: absolute;
  right: 0;
  top: -3rem;
}
@media screen and (min-width: 992px) {
  .service_message figure .illust1 {
    right: 20%;
    top: 0;
  }
}
.service_message figure .illust2 {
  z-index: 5;
  position: absolute;
  bottom: 0;
  left: 20%;
}
.service_message figure .illust3 {
  z-index: 9;
  position: absolute;
  right: 0;
}
@media screen and (min-width: 992px) {
  .service_message figure .illust3 {
    right: 20%;
  }
}
.service_message figure .top_photo {
  z-index: 1;
  display: block;
  margin: auto auto 3rem auto;
  max-width: 94%;
  top: 5rem;
}
@media screen and (min-width: 992px) {
  .service_message figure .top_photo {
    max-width: 527px;
  }
}

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

overview

==================================*/
#overview:before {
  display: inline-block;
  content: "0 2";
  font-family: "Rancho", serif;
  font-size: 3rem;
  padding-left: 5rem;
}
@media screen and (min-width: 768px) {
  #overview:before {
    font-size: 4rem;
    padding-left: 12rem;
  }
}

#overview table {
  width: 96%;
  max-width: 770px;
  border-collapse: collapse;
  margin: 2rem auto;
}
@media screen and (min-width: 768px) {
  #overview table {
    margin: 5rem auto;
  }
}
#overview table tr {
  border-bottom: 2px dotted #959393;
}
#overview table th {
  width: 30%;
  text-align: left;
  padding: 1rem 0;
}
@media screen and (min-width: 768px) {
  #overview table th {
    padding: 1.5rem 1rem;
  }
}
#overview table th p {
  border-left: 4px solid #525050;
  padding-left: 0.8rem;
}
#overview table td {
  padding: 1rem 0;
}
@media screen and (min-width: 768px) {
  #overview table td {
    padding: 1.5rem 1rem;
  }
}

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

location

==================================*/
#location:before {
  display: inline-block;
  content: "0 3";
  font-family: "Rancho", serif;
  font-size: 3rem;
  padding-left: 5rem;
}
@media screen and (min-width: 768px) {
  #location:before {
    font-size: 4rem;
    padding-left: 12rem;
  }
}
#location ul {
  margin-top: 3rem;
}
#location li {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  #location li {
    margin-bottom: 5rem;
  }
}
#location img {
  display: block;
  margin: 0 auto;
}
#location h3 {
  border-left: none;
  font-size: 1.2rem;
  margin: 0.5rem auto 0.2rem auto;
}
@media screen and (min-width: 768px) {
  #location h3 {
    text-align: center;
  }
}
#location p {
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  #location p {
    text-align: center;
  }
}
#location .address_fukuoka {
  width: 300px;
}
@media screen and (min-width: 768px) {
  #location .address_fukuoka {
    width: 45vw;
  }
}
@media screen and (min-width: 992px) {
  #location .address_fukuoka {
    width: 42vw;
  }
}
@media screen and (min-width: 1200px) {
  #location .address_fukuoka {
    width: 550px;
  }
}
#location .fukuoka_img {
  text-align: center;
  margin: 0 auto 0.5rem;
}
@media screen and (min-width: 768px) {
  #location .fukuoka_img {
    width: 250px;
  }
}

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

outline

==================================*/
#outline:before {
  display: inline-block;
  content: "0 4";
  font-family: "Rancho", serif;
  font-size: 3rem;
  padding-left: 5rem;
}
@media screen and (min-width: 768px) {
  #outline:before {
    font-size: 4rem;
    padding-left: 12rem;
  }
}

#outline dl {
  width: 96%;
  max-width: 770px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 2rem auto;
}
@media screen and (min-width: 768px) {
  #outline dl {
    margin: 5rem auto;
  }
}
#outline dl dt {
  font-family: "Lato", serif;
  font-weight: bold;
  padding: 1.2rem 1rem;
  line-height: 1;
  width: 25%;
  font-size: 0.8rem;
  padding: 1.2rem 0.5rem;
}
@media screen and (min-width: 768px) {
  #outline dl dt {
    padding: 1.2rem 1rem;
    letter-spacing: 3px;
    width: 18%;
    font-size: 1rem;
  }
}
#outline dl dt.first {
  padding: 0 0.5rem 1.2rem 0.5rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  #outline dl dt.first {
    padding: 0 1rem 1.2rem 1rem;
  }
}
#outline dl dt.last {
  padding: 1.2rem 0.5rem 0 0.5rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  #outline dl dt.last {
    padding: 1.2rem 1rem 0 1rem;
  }
}
#outline dl dd {
  background-image: url(/img/zh-cn/company/border_outline.png);
  background-repeat: repeat-y;
  background-position: left top;
  position: relative;
  padding: 1.2rem 0.5rem 1.2rem 1rem;
  line-height: 1.4;
  width: 75%;
}
@media screen and (min-width: 768px) {
  #outline dl dd {
    width: 82%;
    padding: 1.2rem 0.5rem 1.2rem 3rem;
  }
}
#outline dl dd:before {
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #D94D23;
  border-radius: 20px;
  width: 14px;
  height: 14px;
  background-position: left top;
  left: -6px;
  top: 17px;
}
@media screen and (min-width: 768px) {
  #outline dl dd:before {
    top: 23px;
  }
}
#outline dl dd.first {
  padding: 0 0.5rem 1.2rem 1rem;
  background-position: left 2px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  #outline dl dd.first {
    padding: 0 1rem 1.2rem 3rem;
  }
}
#outline dl dd.first:before {
  top: 0;
}
#outline dl dd.last {
  padding: 1rem 0.5rem 0 1rem;
  background-image: url(/img/zh-cn/company/border_outline.png);
  line-height: 1;
}
@media screen and (min-width: 768px) {
  #outline dl dd.last {
    width: 82%;
    padding: 1rem 1rem 0 3rem;
  }
}
#outline dl dd.last:before {
  bottom: 0;
}