/*------------------------------------------------------------
common
------------------------------------------------------------*/
body {
  font-family: 'Noto Sans JP', 'Century Gothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 游ゴシック体, YuGothic, "Yu Gothic Medium", 游ゴシック, 'Yu Gothic', メイリオ, Meiryo, sans-serif;
}
#kih {
  font-size: 13px;
  font-weight: 400;
  color: #2F2F2F;
  overflow: hidden;
  background: #fff;
  position: relative;
}
#kih * {
  box-sizing: border-box;
}
#kih a {
  transition: opacity .3s;
  color: unset;
}
#kih a[href^="tel:"] {
  display: inline-block;
  transition: none;
}
#kih a:hover {
  text-decoration: none;
}
#kih a:focus-visible {
  outline: none;
}
#kih img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
#kih .js-fadein {
  opacity: 0;
  transform: translate(0, 20px);
  transition-property: opacity, transform;
  transition-duration: 1s;
}
#kih .scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}
#kih .pc-br, #kih .sp-none {
  display: none;
}
#kih .sp-br {
  display: inline;
}
#kih .inner {
  width: calc(100% - 60px);
  max-width: 1200px;
  margin: 0 auto;
}
#kih .font-sofia {
  font-family: sofia-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
}
#kih .main {
  position: relative;
}
#kih .main-ttl-wrap {
  position: absolute;
  left: 0;
  top: calc(50% - 10px);
  width: 100%;
  height: 90px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.2) 100%);
  display: flex;
  justify-content: center;
}
#kih .main-ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#kih .main-ttl .en {
  position: relative;
  color: #6BC333;
  margin-bottom: 16px;
  line-height: 1;
}
#kih .main-ttl .en::before {
  position: absolute;
  content: "";
  width: 44px;
  height: 8px;
  background: url("../images/kih/deco_lime_sp.svg") no-repeat center center / contain;
  left: calc(50% - 22px);
  bottom: -12px;
}
#kih .main-ttl .jp {
  font-size: 23px;
  font-weight: 500;
  line-height: 1.13;
}
#kih .content-heading01 {
  display: flex;
  flex-direction: column;
}
#kih .content-heading01 .en {
  color: #6BC333;
  font-size: 12px;
  line-height: 1;
  margin-bottom: 8px;
}
#kih .content-heading01 .jp {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}
#kih .ttl-index {
  font-size: 15px;
  padding-left: 13px;
  line-height: 1;
  position: relative;
}
#kih .ttl-index::before {
  content: "";
  width: 10px;
  height: 2px;
  background-color: #6BC333;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
}
#kih .ml-1 {
  margin-left: 1em;
}
@media print, screen and (min-width: 768px) {
  #kih .sp-br {
    display: none;
  }
  #kih .pc-br, #kih .sp-none {
    display: inline;
  }
  #kih .main-img img {
    min-height: 400px;
    object-fit: cover;
  }
  #kih .main-ttl-wrap {
    top: calc(50% - 38px);
    height: 150px;
  }
  #kih .main-ttl .en {
    font-size: 20px;
    margin-bottom: 28px;
  }
  #kih .main-ttl .en::before {
    width: 70px;
    height: 11px;
    background-image: url("../images/kih/deco_lime_pc.svg");
    left: calc(50% - 35px);
    bottom: -16px;
  }
  #kih .main-ttl .jp {
    font-size: 36px;
  }
  #kih .content-heading01 .en {
    font-size: 14px;
    margin-bottom: 16px;
  }
  #kih .content-heading01 .jp {
    font-size: 20px;
  }
  #kih .ttl-index {
    font-size: 18px;
    padding-left: 25px;
  }
  #kih .ttl-index::before {
    width: 14px;
  }
}
/*------------------------------------------------------------
contents
------------------------------------------------------------*/
#kih .description {
  max-width: 800px;
  margin: 60px auto 0;
}
#kih .description .description-ttl {
  text-align: center;
  color: #296700;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.40;
  margin-bottom: 30px;
}
#kih .description .description-txt {
  font-size: 14px;
  line-height: 2;
}
#kih .description .author-name {
  text-align: right;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.69;
  margin-top: 20px;
}
#kih .certification-img {
  width: calc(100% - 24px);
  max-width: 960px;
  margin: 75px auto 50px;
  padding: 18px 18px 43px;
  background: #F5FBF2;
}
#kih .certification-img h2 {
  font-size: 14px;
  font-weight: normal;
  text-align: center;
}
#kih .certification-img h2 span {
  font-size: 12px;
}
#kih .certification-img img {
  display: block;
  width: 70%;
  margin: auto;
}
@media print, screen and (min-width: 768px) {
  #kih .description-block .inner {
    margin: 0 auto;
  }
  #kih .description {
    margin-top: 100px;
  }
  #kih .description .description-ttl {
    font-size: 32px;
    margin-bottom: 40px;
  }
  #kih .description .description-txt {
    display: table;
    margin: auto;
    font-size: 18px;
    line-height: 2.25;
  }
  #kih .description .author-name {
    font-size: 16px;
    margin-top: 60px;
  }
  #kih .certification-img {
    margin: 55px auto 145px;
    padding: 50px 18px 58px;
  }
  #kih .certification-img h2 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
  }
  #kih .certification-img h2 span {
    font-size: 18px;
    font-weight: normal;
  }
  #kih .certification-img ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px auto 0;
  }
  #kih .certification-img ul li:first-child img {
    width: 440px;
    height: auto;
    margin-right: 40px;
  }
  #kih .certification-img ul li:last-child img {
    width: 294px;
    height: auto;
  }
  #kih .certification-img img {
    display: block;
    width: 70%;
    margin: auto;
  }
}