@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,600&display=swap");
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; }

*, :after, :before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit; }

* {
  padding: 0;
  margin: 0; }

audio:not([controls]) {
  display: none;
  height: 0; }

hr {
  overflow: visible; }

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block; }

summary {
  display: list-item; }

small {
  font-size: 80%; }

[hidden], template {
  display: none; }

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active, a:hover {
  outline-width: 0; }

code, kbd, pre, samp {
  font-family: monospace,monospace; }

b, strong {
  font-weight: bolder; }

dfn {
  font-style: italic; }

mark {
  background-color: #ff0;
  color: #000; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

input {
  border-radius: 0; }

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer; }

[disabled] {
  cursor: default; }

[type=number] {
  width: auto; }

[type=search] {
  -webkit-appearance: textfield; }

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

textarea {
  overflow: auto;
  resize: vertical; }

button, input, optgroup, select, textarea {
  font: inherit; }

optgroup {
  font-weight: 700; }

button {
  overflow: visible; }

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: 0;
  padding: 0; }

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText; }

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button; }

button, select {
  /*text-transform:none*/ }

button, input, select, textarea {
  /*background-color:transparent;border-style:none;color:inherit*/ }

select {
  /*-moz-appearance:none;-webkit-appearance:none*/ }

select::-ms-expand {
  display: none; }

select::-ms-value {
  color: currentColor; }

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

img {
  border-style: none; }

progress {
  vertical-align: baseline; }

svg:not(:root) {
  overflow: hidden; }

audio, canvas, progress, video {
  display: inline-block; }

@media screen {
  [hidden~=screen] {
    display: inherit; }

  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important; } }
[aria-busy=true] {
  cursor: progress; }

[aria-controls] {
  cursor: pointer; }

[aria-disabled] {
  cursor: default; }

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none; }

@font-face {
  font-family: "YuGothic M";
  src: local("Yu Gothic Medium"); }
*::-moz-selection {
  background: #FFEB00; }
*::selection {
  background: #FFEB00; }

html {
  font-size: 62.5%; }

body {
  position: relative;
  font-family: "游ゴシック体", YuGothic, "YuGothic M", "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.5rem;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html, body {
  width: 100%; }

a {
  text-decoration: none;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 1;
  color: #000; }
  a:hover {
    opacity: 0.5; }

html, body {
  overflow-x: hidden; }

body {
  position: relative; }

.header {
  position: relative;
  width: 100%;
  padding: 15px 0; }
  .header_inner {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 90%;
    padding: 0 0;
    max-width: none;
    min-width: none;
    margin: 0 auto; }

.siteLogo {
  text-align: left;
  line-height: 0; }
  .siteLogo a {
    display: inline-block; }
    @media screen and (max-width: 800px) {
      .siteLogo a img {
        width: 160px; } }

.nav {
  position: absolute;
  top: 10px;
  right: 0;
  font-family: "Montserrat", "游ゴシック体", YuGothic, "YuGothic M", "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em; }
  @media screen and (max-width: 800px) {
    .nav {
      top: 5px; }
      .nav_contact_txt {
        display: none; } }

.hero {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: calc(100vh - 70px); }
  @media screen and (max-width: 800px) {
    .hero {
      padding-top: 0;
      height: 80vh; } }
  .hero_inner {
    position: relative;
    height: 100%;
    background-image: url(../images/hero.png);
    background-position: center;
    background-size: cover;
    overflow: hidden; }

.msg {
  position: absolute;
  top: 180px;
  left: 180px;
  width: 500px; }
  .msg span {
    display: inline-block; }
  @media screen and (max-width: 800px) {
    .msg {
      width: 100%;
      padding: 20px;
      top: 60px;
      left: 0; } }
  .msg_main {
    font-size: 3.2rem;
    letter-spacing: 0.05em;
    line-height: 1.8em;
    margin-bottom: 20px; }
    @media screen and (max-width: 800px) {
      .msg_main {
        font-size: 2.4rem; } }
  .msg_sub {
    letter-spacing: 0.05em;
    line-height: 2em; }

.scrIcon {
  position: absolute;
  bottom: 20px;
  left: calc(50% - 20px);
  width: 40px;
  font-size: 20px;
  text-align: center;
  -webkit-animation-name: Floating;
  animation-name: Floating;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate; }

@-webkit-keyframes Floating {
  0% {
    bottom: 30px; }
  100% {
    bottom: 20px; } }
@keyframes Floating {
  0% {
    bottom: 30px; }
  100% {
    bottom: 20px; } }
.microbiome {
  width: 100%;
  padding: 40px 0;
  padding-bottom: 60px; }
  @media screen and (max-width: 800px) {
    .microbiome {
      padding-bottom: 0; } }
  .microbiome_inner {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 1040px;
    padding: 0 0px;
    margin: 0 auto; }
    @media screen and (max-width: 800px) {
      .microbiome_inner {
        position: relative;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 90%;
        padding: 0 0;
        max-width: none;
        min-width: none;
        margin: 0 auto; } }

.hdg-pri {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.3em;
  letter-spacing: 0.05em;
  text-align: center;
  font-family: "Montserrat", "游ゴシック体", YuGothic, "YuGothic M", "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  margin-bottom: 10px; }
  @media screen and (max-width: 800px) {
    .hdg-pri {
      font-size: 2.2rem;
      margin-bottom: 6px; } }

.hdg-sub {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px; }
  @media screen and (max-width: 800px) {
    .hdg-sub {
      font-size: 1.6rem;
      margin-bottom: 20px; } }

.para-intro {
  text-align: center;
  line-height: 1.8em;
  letter-spacing: 0.05em;
  margin-bottom: 60px; }
  @media screen and (max-width: 800px) {
    .para-intro {
      font-size: 1.4rem;
      text-align: left;
      margin-bottom: 30px; } }

.colWrapper:after {
  display: block;
  content: "";
  clear: both; }

.mbCase {
  width: 100%; }
  .mbCase:after {
    display: block;
    content: "";
    clear: both; }
  .mbCase img {
    display: block;
    width: 50%; }
    @media screen and (max-width: 800px) {
      .mbCase img {
        width: 100%;
        float: none; } }
  @media screen and (max-width: 800px) {
    .mbCase {
      width: 100%;
      float: none;
      margin-bottom: 10px; } }
  .mbCase .-right p {
    padding-left: 20px; }
  .mbCase .-left p {
    padding-right: 20px; }
  .mbCase .caseDesc {
    width: 50%; }
    @media screen and (max-width: 800px) {
      .mbCase .caseDesc {
        width: 100%;
        float: none;
        margin-bottom: 15px; } }
    .mbCase .caseDesc h3 {
      font-size: 18px;
      padding-left: 20px;
      margin-top: 20px; }
      @media screen and (max-width: 800px) {
        .mbCase .caseDesc h3 {
          padding-left: 0;
          margin-top: 10px; } }
    .mbCase .caseDesc dl {
      padding-left: 20px; }
      @media screen and (max-width: 800px) {
        .mbCase .caseDesc dl {
          padding-left: 0; } }
  .mbCase .-left {
    float: left; }
    .mbCase .-left h3 {
      padding-left: 0px; }
    .mbCase .-left dl {
      padding-left: 0px; }
  .mbCase .-right {
    float: right; }

.caseDesc h3 {
  position: relative;
  font-size: 1.5rem;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
  margin-bottom: 10px; }
.caseDesc p {
  font-size: 1.3rem;
  line-height: 1.8em;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 10px; }
.caseDesc dl dt {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 5px; }
.caseDesc dl dd {
  font-size: 1.1rem;
  padding-left: 10px;
  margin-bottom: 10px; }

.for21th {
  width: 100%;
  padding: 30px 0; }
  .for21th_inner {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 900px;
    padding: 0 0px;
    margin: 0 auto; }
    @media screen and (max-width: 800px) {
      .for21th_inner {
        position: relative;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 90%;
        padding: 0 0;
        max-width: none;
        min-width: none;
        margin: 0 auto; } }

.f21Case {
  width: 100%;
  clear: both;
  margin-bottom: 40px; }
  .f21Case:last-child {
    margin-bottom: 0; }
  .f21Case img {
    display: block;
    width: 50%; }
  .f21Case .caseDesc {
    width: 48%; }
  .f21Case:after {
    display: block;
    content: "";
    clear: both; }
  .f21Case:nth-child(odd) {
    float: left; }
    .f21Case:nth-child(odd) img {
      float: left; }
    .f21Case:nth-child(odd) .caseDesc {
      float: right;
      padding-right: 100px; }
      @media screen and (max-width: 800px) {
        .f21Case:nth-child(odd) .caseDesc {
          padding-right: 0; } }
  .f21Case:nth-child(even) {
    float: right; }
    .f21Case:nth-child(even) img {
      float: right; }
    .f21Case:nth-child(even) .caseDesc {
      float: left;
      padding-left: 100px; }
      @media screen and (max-width: 800px) {
        .f21Case:nth-child(even) .caseDesc {
          padding-left: 0; } }
  @media screen and (max-width: 800px) {
    .f21Case {
      width: 100%;
      clear: both;
      margin-bottom: 30px; }
      .f21Case img {
        width: 100%;
        float: none;
        margin-bottom: 10px; }
      .f21Case .caseDesc {
        width: 100%;
        float: none; } }

.footer {
  width: 100%;
  padding: 30px 0;
  background-color: #5F584E;
  background-position: right bottom; }
  .footer_inner {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 800px;
    padding: 0 0px;
    margin: 0 auto; }
    .footer_inner:after {
      display: block;
      content: "";
      clear: both; }
    @media screen and (max-width: 800px) {
      .footer_inner {
        position: relative;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 90%;
        padding: 0 0;
        max-width: none;
        min-width: none;
        margin: 0 auto; } }
  .footer h2 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40%;
    height: 160px;
    float: left;
    text-align: center; }
    @media screen and (max-width: 800px) {
      .footer h2 {
        width: 100%;
        height: auto;
        float: none;
        margin-bottom: 10px; }
        .footer h2 img {
          width: 160px; } }
  .footer dl {
    width: 60%;
    float: right;
    margin-bottom: 20px; }
    @media screen and (max-width: 800px) {
      .footer dl {
        width: 100%;
        float: none;
        font-size: 1.2rem; } }
    .footer dl div {
      padding: 8px 0;
      border-bottom: 1px solid #000;
      color: #fff; }
      .footer dl div:after {
        display: block;
        content: "";
        clear: both; }
    .footer dl dt {
      width: 20%;
      float: left; }
    .footer dl dd {
      width: 80%;
      float: right; }

.copy {
  padding: 15px 0;
  text-align: center;
  font-size: 1.2rem; }

.bgImage {
  position: absolute;
  z-index: -1; }
  @media screen and (max-width: 800px) {
    .bgImage {
      width: 300px; } }
  .bgImage-1 {
    top: 30%;
    right: -100px; }
  .bgImage-2 {
    top: 60%;
    left: -100px; }

.goTop {
  position: fixed;
  bottom: -60px;
  right: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  background-color: #000;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  font-size: 20px;
  z-index: 9999;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
  -webkit-transition: all 0.2s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer; }
  @media screen and (max-width: 800px) {
    .goTop {
      right: 20px; } }
  .goTop-active {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    bottom: 40px; }

/*# sourceMappingURL=main.css.map */
