@charset "utf-8";

/* -------------------------------------------------- header */
header {
  border-bottom: 1px solid #d6d6d6;
}
/* -------------------------------------------------- main image */
.main_visual {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
}
.main_visual::before {
  position: absolute;
  content: "";
  background-color: #e6f3ee;
  width: 600px;
  height: 1500px;
  top: -100px;
  transform: rotate(110deg);
  z-index: -10;
}
/**/
.main_visual h2 {
  animation-delay: 0.2s; /* start */
  animation-duration: 2.0s;/*time*/
  transition-timing-function: ease-in-out; /*easing*/
  position: relative;
  margin: 100px 0 100px 60px;
  padding: 0;
  z-index: 10;
  font-size: 4.3rem;
  font-weight: 600;
  font-family: "ZenKakuGothic", "sans-serif"
}
.main_visual h2 span {
  display: inline-block;
  padding: 0 10px;
  background-color: #009b64;
  color: #fff;
}
/* -------------------------------------------------- fluid*/
.fluid {
  top: -50px;
  transform: scale(1.3, 1.3);
}
/* -------------------------------------------------- slide image */
.slide_gallary {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}
.slide_gallary::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 350px;
  background: linear-gradient(#009b64 0%, #095f41 100%);
  background-position: 0% 20%;
}
.slide_gallary .bx-wrapper {
  overflow: visible !important;
  margin: 0 auto;
  padding: 0;
}
.slide_gallary .bx-viewport {
  background: transparent !important;
  border: 0;
  overflow: visible !important;
  height: 450px !important;
}
.slide_gallary ul {
  position: relative;
  margin: 0 auto;
  padding: 60px 0 0 0;
}
.slide_gallary ul::after {
  position: absolute;
  z-index: 5;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 350px;
}
.slide_gallary ul li {
  position: relative;
  z-index: 10;
  margin: 0;
  padding: 0;

}
/* -------------------------------------------------- microorganisms search */
.microorganisms_search {
  animation-delay: 0.2s; /* start */
  animation-duration: 2.0s;/*time*/
  transition-timing-function: ease-in-out; /*easing*/
  text-align: center;
  padding: 180px 0;
  background: url("../img/index_search_back.png") no-repeat 50% 50%;
  background-size: cover;
}
.microorganisms_search article {
  position: relative;
  margin: 0 auto;
  padding: 90px;
  width: 900px;
  box-sizing: border-box;
  background-color: #fff;
  border: 10px solid #e0ebe8;
  text-align: left;
  filter: drop-shadow(0px 0px 16px rgba(224,235,232,1));
}
.microorganisms_search article::before {
  position: absolute;
  content: "";
  top: -10px;
  left: -10px;
  width: 50px;
  height: 50px;
  border: 10px solid #009b64;
  border-right: none;
  border-bottom: none;
}
.microorganisms_search article::after {
  position: absolute;
  content: "";
  bottom: -10px;
  right: -10px;
  width: 50px;
  height: 50px;
  border: 10px solid #009b64;
  border-left: none;
  border-top: none;
}
.microorganisms_search article h3 {
  margin: 0 0 30px 0;
  padding: 0;
  font-size: 4.7rem;
  font-weight: bold;
  color: #053424;
  line-height: 140% ;
}
.microorganisms_search article span {
  display: block;
  font-size: 1.6rem;
  color: #009b64;
  line-height: 140%;
}
.microorganisms_search article p {
  font-size: 1.6rem;
  font-weight: bold;
}
.microorganisms_search article a {
  display: block;
  margin: 40px 50px 20px 50px;
  padding: 19px 33px 17px 29px;
  border-radius: 50px;
  background: linear-gradient(135deg, #009b64 0%, #0d895d 50%, #095f41 100%);
  background-position: 1% 50%;
  background-size: 200% auto;
  transition: all 0.3s ease-out;
  text-align: center;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.3);
}
.microorganisms_search article a:link,
.microorganisms_search article a:active,
.microorganisms_search article a:visited,
.microorganisms_search article a:hover,
.microorganisms_search article a:link span,
.microorganisms_search article a:active span,
.microorganisms_search article a:visited span,
.microorganisms_search article a:hover span {
  color: #fff;
  text-decoration: none;
}
.microorganisms_search article a:hover {
  background-position: 99% 50%;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}
.microorganisms_search article a span {
  display: inline-block;
  position: relative;
  padding-left: 50px;
  font-size: 2.5rem;
}
.microorganisms_search article a span::before {
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
  width: 40px;
  height: 40px;
  background: url("../img/m_search.svg") no-repeat;
}
/* -------------------------------------------------- inde_layout */
#inde_layout {
  position: relative;
}
/* -------------------------------------------------- inde_layout > gcmr_message */
.gcmr_message {
  animation-delay: 0.3s; /* start */
  animation-duration: 2.0s;/*time*/
  transition-timing-function: ease-in-out; /*easing*/
  position: relative;
  overflow: hidden;
  padding: 70px 0 230px 0;
  text-align: center;
  background-color: #009b64;
}
.gcmr_message::before {
  position: absolute;
  content: "";
  background-color: #0d895d;
  width: 600px;
  height: 1700px;
  top: -900px;
  left: -110px;
  transform: rotate(65deg);
}
.gcmr_message .inner {
  position: relative;
  z-index: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 auto;
  width: 1100px;
  text-align: left;
}
/**/
.gcmr_message .inner article {
  /*width: 40%;*/
  width: 55%;
}
.gcmr_message .inner article h3 {
  font-size: 4.7rem;
  font-weight: normal;
  line-height: 110%;
  color: #fff;
}
.gcmr_message .inner article h3 span {
  color: #009b64;
  -webkit-text-fill-color: #0d895d;
  -webkit-text-stroke: 1px #fff;
  font-size: 7rem;
  line-height: 110%;
}
.gcmr_message .inner article p {
  margin: 1em 0 0 0;
  font-size: 1.8rem;
  color: #fff;
}
/**/
.gcmr_message .inner .gcmr_message_right {
  width: 35%;
  padding-top: 120px;
  text-align: right;
}
.gcmr_message .inner .gcmr_message_right p {
  color: #fff;
  font-size: 1.6rem;
}
.gcmr_message .inner .gcmr_message_right a {
  position: relative;
  display: block;
  margin: 40px 0 0 50px;
  padding: 19px 33px 17px 35px;
  border-radius: 50px;
  background-color: #3aa781;
  transition: all 0.3s ease-out;
  font-size: 1.8rem;
  text-align: left;
}
.gcmr_message .inner .gcmr_message_right a::before {
  position: absolute;
  content: '';
  top: 54.5%;
  right: 30px;
  width: 20px;
  height: 2px;
  background: #fff;
  transition: all .3s;
}
.gcmr_message .inner .gcmr_message_right a::after{
  position: absolute;
  content: '';
  top: 50%;
  right: 30px;
  width: 10px;
  height: 2px;
  background: #fff;
  transform: rotate(35deg);
  transition: all .3s;
}
.gcmr_message .inner .gcmr_message_right a:hover::before {
  right: 20px;
}
.gcmr_message .inner .gcmr_message_right a:hover::after {
  right: 20px;
}
.gcmr_message .inner .gcmr_message_right a:link,
.gcmr_message .inner .gcmr_message_right a:active,
.gcmr_message .inner .gcmr_message_right a:visited,
.gcmr_message .inner .gcmr_message_right a:hover {
  color: #fff;
  text-decoration: none;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
}
.gcmr_message .inner .gcmr_message_right a:hover {
  background-color: #009b64;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}
.gcmr_message .inner .gcmr_message_right a::before {
  position: absolute;
  content: "";
}
/* -------------------------------------------------- inde_layout > index_picture */
.index_picture {
  animation-delay: 0.9s; /* start */
  animation-duration: 2.0s;/*time*/
  transition-timing-function: ease-in-out; /*easing*/
  position: absolute;
  top: 500px;
  right: 0;
  height: 300px;
  width: 90%;
  background-image: url("../img/index_picture_back.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 150%;
}
/* -------------------------------------------------- inde_layout > news */
.news {
  padding: 300px 0 70px 0;
  background: url("../img/index_news_back.png") repeat;
  text-align:  center;
}
.news h4 {
  margin: 0 0 50px 0;
  padding: 0;
  font-size: 4.7rem;
  font-weight: bold;
  color: #053424;
  line-height: 140%;
  text-align: center;
}
.news h4 span {
  display: block;
  font-size: 1.6rem;
  color: #009b64;
  line-height: 140% ;
}
.news dl {
  margin: 10px auto 22px auto;
  padding: 30px;
  width: 900px;
  text-align: left;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  transition: all .4s;
}
.news dl:hover {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}
.news dt {
  margin: 0;
  padding: 0;
  font-size: 1.5rem;
  color: #666;
}
.news dd {
  margin: 0;
  padding: 0;
}
.news dd p {
  font-size: 1.4rem;
  margin: 0;
  padding: 0;
}
.news dd a:link,
.news dd a:active,
.news dd a:visited,
.news dd a:hover {
  color: #009b64;
}
.news dd a:hover {
  opacity: 0.5;
}
.news .more {
  text-align: center;
}
.news .more a {
  display: inline-block;
  margin: 30px 0;
  padding: 15px 40px;
  border-radius: 50px;
  background: linear-gradient(135deg, #009b64 0%, #0d895d 50%, #095f41 100%);
  background-position: 1% 70%;
  background-size: 200% auto;
  transition: all 0.3s ease-out;
  text-align: center;
  box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.3);
}
.news .more a:link,
.news .more a:active,
.news .more a:visited,
.news .more a:hover {
  color: #fff;
  text-decoration: none;
}
.news .more a:hover {
  background-position: 99% 50%;
}
/* ----------------------------------------------- foot_block（バナーがない場合のみ使用）*/
.foot_block {
  height: 300px;
  background: url("../img/index_news_back.png") repeat;
}