/** @format */
section.kv {
  padding: 0;
}
section.kv .kv_img_box {
  position: relative;
  height: 100vh;
  height: -webkit-fill-available;
  height: 100dvh;
}
@media screen and (max-width: 990px) {
  section.kv .kv_img_box {
    height: 100%;
  }
}
section.kv .kv_img_box img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
section.kv .kv_img_box .kv_content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 990px) {
  section.kv .kv_content_3 {
    display: none;
  }
}

section.about {
  padding-top: 130px;
  background: -webkit-gradient(linear, left top, left bottom, from(#91b5ff), to(#f6fbff));
  background: linear-gradient(#91b5ff 0%, #f6fbff 100%);
}
section.about .about_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.about .about_contents .about_content_left {
  -ms-flex-preferred-size: 280px;
      flex-basis: 280px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 20px;
}
section.about .about_contents .about_content_left h3 {
  margin-top: 40px;
}
section.about .about_contents .about_content_left p {
  margin-top: 25px;
}
section.about .about_contents .about_content_right img {
  max-width: 793px;
  width: 100%;
}

section.labo .labo_contents {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
section.labo .labo_contents .labo_content {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  padding-right: 20px;
}
section.labo .labo_contents .labo_content + .labo_content {
  padding-right: 0;
}
section.labo .labo_contents .labo_content + .labo_content a.btn2 {
  margin-left: auto;
}
section.labo .labo_contents .labo_content h3 {
  margin-top: 40px;
}
section.labo .labo_contents .labo_content p {
  margin-top: 25px;
}
section.labo .labo_img {
  margin-top: 40px;
}

section.products {
  padding: 0;
}
section.products .container-l {
  background-image: url(../images/top/Products.png);
  background-repeat: repeat;
  padding: 100px 20px;
}
section.products .container-l .porducts_box .product_content_item_1 {
  width: 20.83%;
  padding-right: 20px;
}
section.products .container-l .porducts_box .product_content_item_2 {
  width: 57.66%;
  padding-right: 20px;
}
section.products .container-l .porducts_box .product_content_item_3 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 256px;
      flex-basis: 256px;
}

section.news {
  padding-bottom: 140px;
}
section.news .news_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.news .news_contents .title {
  margin-right: 65px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
section.news .news_contents .news_wrap {
  width: 100%;
}
section.news .news_contents .news_meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
}
section.news .news_contents .news_meta span.date {
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #2d2d2d;
  margin-right: 18px;
}
section.news .news_contents .news_meta span.category {
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.06em;
  text-align: center;
  color: #fff;
  width: 80px;
  line-height: 28px;
  display: block;
  background: #ebd48b;
  border-radius: 20px;
}
section.news .news_contents .news_meta span.cat-1 {
  background: #ebd48b;
}
section.news .news_contents .news_meta span.cat-2 {
  background: #ed964c;
}
section.news .news_contents .news_title_wrap {
  margin-right: 20px;
  border-bottom: 0.5px solid rgba(49, 62, 87, 0.5);
  padding-bottom: 20px;
  max-width: 650px;
}
section.news .news_contents .news_title_wrap h3 {
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.03em;
  line-height: 30px;
  color: #313e57;
}
section.news .news_contents .news_title_wrap h3 a {
  text-decoration: none;
}
section.news .news_contents .news_title_wrap h3 a:hover {
  text-decoration: underline;
}
section.news .news_contents .btn_wrap {
  -ms-flex-preferred-size: 256px;
      flex-basis: 256px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.news .news_contents .news_list {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  section.about {
    padding-top: 60px;
    background: -webkit-gradient(linear, left top, left bottom, from(#91b5ff), to(#f6fbff));
    background: linear-gradient(#91b5ff 0%, #f6fbff 100%);
  }
  section.about .about_contents .about_content_left h3 {
    margin-top: 20px;
  }
  section.about .about_contents .about_content_left p {
    margin-top: 20px;
  }
  section.about .about_contents {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .about_content_right {
    margin-top: 20px;
  }
  section.labo .labo_contents {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  section.labo .labo_contents .labo_content {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding-right: 0;
  }
  section.labo .labo_contents .labo_content + .labo_content a.btn2 {
    margin-left: 0;
  }
  .porducts_box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  section.products .container-l .porducts_box .product_content_item_1 {
    width: 100%;
    padding-right: 0;
  }
  section.products .container-l .porducts_box .product_content_item_2 {
    width: 100%;
    padding-right: 0;
  }
  .product_content_item_2 p {
    margin-top: 20px;
  }
  .blur_cards .blur_card {
    width: calc(50% - 10px);
    margin-right: 0;
    margin-bottom: 20px;
  }
  .blur_cards {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 40px;
  }
  .blur_cards .blur_card .product_name {
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
  }
  section.news .news_contents {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .news_lists {
    margin-top: 40px;
  }
  section.news .news_contents .news_title_wrap h3 {
    font-size: 14px;
    line-height: 22px;
  }
  section.news .news_contents .btn_wrap {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  section.news {
    padding-bottom: 60px;
  }
  section.products .container-l {
    background-image: url(../images/top/Products.png);
    padding: 60px 0;
  }
}