@charset "utf-8";


/*----------------------------------

set up

----------------------------------*/
html {
  font-size: 10px;
  height: 100%;
}

body {
  height: 100%;
  font-size: 1rem;
  line-height: 1;
  font-family: "Meiryo UI", "メイリオ", Meiryo,"Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体",  sans-serif;
  color: #333;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0.08em;
}

::selection {
  background: #66be33;
  color: #fff;
}

::-moz-selection {
  background:#66be33;
  color: #fff;
}

img {
  width: 100%;
}

.inner {
  width: 82%;
  max-width: 1000px;
  margin: 0 auto;
}

a,
a:visited {
  text-decoration: none;
  color: #333;
}

a:hover {
  text-decoration: underline;
}

button.btn,
.btn a,
.btn input {
  background: #fff;
  color: #66be33;
  border: solid 2px #66be33;
  display: block;
  padding: 8px 60px;
  font-weight: bold;
  font-size: 1.6rem;
  cursor: pointer;
  transition: all .3s;
  text-decoration: none;
  text-align: center;
}

button.btn:hover,
.btn a:hover,
.btn input:hover {
border: solid 2px #ffc200;
}


/*----------------------------------

header

----------------------------------*/
.global {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1000;
}

.global .logo {
  width: 320px;
  margin: 30px 0 0 4%;
}

.menu-trigger {
  display: none;
}

.iziModal {
  width: 100%;
  position: absolute;
  top: 100%;
  margin-top: -91px;
}

.iziModal .menu {
  display: flex;
  justify-content: center;
  background: #fff;
  width: 82%;
  height: 100%;
  max-width: 1000px;
  margin: 0 auto;
  box-shadow: 0px 0px 30px 0px #d1ebc1;
}

.iziModal .menu li {
  width: 33.333333%;
  align-items: center;
}

.iziModal .menu li:nth-of-type(1){
display: none;
}

/*.iziModal .menu li:nth-of-type(1) a {
  background: url(../../assets/img/nav_about.svg) no-repeat center 26px;
}

.iziModal .menu li:nth-of-type(2) a {
  background: url(../../assets/img/nav_research.svg) no-repeat center 40px;
  padding: 114px 0 20px;
  height: calc(100% - 142px)
}

.iziModal .menu li:nth-of-type(3) a {
  background: url(../../assets/img/nav_company.svg) no-repeat center 40px;
  padding: 114px 0 20px;
  height: calc(100% - 142px)
}*/

.nav_home a {
  background: url(../../assets/img/nav_home.png) no-repeat center 40px;
}

.nav_about a {
  background: url(../../assets/img/nav_about.svg) no-repeat center 26px;
}

.nav_research a {
  background: url(../../assets/img/nav_research.svg) no-repeat center 40px;
  padding: 114px 0 20px !important;
  height: calc(100% - 142px) !important;
}

.nav_company a {
  background: url(../../assets/img/nav_company.svg) no-repeat center 40px;
  padding: 114px 0 20px !important;
  height: calc(100% - 142px) !important;
}

.iziModal .menu a {
  height: auto;
  padding: 100px 0 20px;
  color: #66be33;
  font-weight: bold;
  font-size: 1.7rem;
  line-height: 1.6;
  text-decoration: none;
  text-align: center;
  display: block;
  border: solid 4px #fff;
  transition: all .3s;
}

.iziModal .menu a:hover {
  border: solid 4px #ffc200;
}


/*----------------------------------

footer

----------------------------------*/
footer {
  text-align: center;
  padding:30px 0;
}

footer .info {
  display: flex;
  justify-content: center;
}

footer .info .logo {
  width: 320px;
  display: inline-block;
  border-right: solid 1px #333;
  padding-right: 40px;
  margin-right: 40px;
}

footer .info dl {
  font-size: 1.6rem;
  text-align: left;
  line-height: 1.6;
}

footer .info dt {
  padding-bottom: 10px;
}

footer .info dl span {
  display: inline;
  padding-right: 10px;
}

footer nav {
  margin-top: 40px;
}

footer nav li {
  display: inline;
  font-size: 1.6rem;
  padding: 0 10px;
}

footer p {
  font-size: 1.4rem;
  margin-top: 40px;
}

footer p span {
  display: inline;
  padding-right: 10px;
}


/*----------------------------------

page__top

----------------------------------*/
.page__top .mv {
  background: url(../../assets/img/mv_pc.png) no-repeat center top;
  background-size: cover;
  height: 100%;
}

.page__top .mv div {
  width: 50%;
  padding-left: 9%;
  position: absolute;
  top: 49%;
  -webkit-transform : translateY(-50%);
  transform : translateY(-50%);
}

.page__top .mv div p {
  color: #66be33;
  font-weight: bold;
}

.page__top .mv div p:first-child {
  font-size: 4vw;
  line-height: 1.1;
  font-style: italic;
}

.page__top .mv div p:last-child {
  font-size: 1.8vw;
  line-height: 1.5;
  margin-top: 24px;
}

.page__top .about {
  margin-top: 180px;
  text-align: center;
  background: url(../../assets/img/about_bg.png) no-repeat right bottom;
  padding-bottom: 100px;
}

.page__top .about header h2 {
  color: #fff;
  background: #66be33;
  padding: 10px 20px;
  font-size: 2.2rem;
  display: inline-block;
  letter-spacing: 0.1em;
}

.page__top .about header p {
  font-weight: bold;
  font-size: 3.8rem;
  color: #66be33;;
  line-height: 1.4;
  padding-top: 20px;
  margin-bottom: 60px;
}

.page__top .about h3 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  border-left: solid 5px #333;
  text-align: left;
  padding-left: 20px;
}

.page__top .about .read {
  margin-top: 30px;
  font-size: 1.8rem;
  line-height: 1.6;
  text-align: left;
  text-align: justify;
  text-justify: inter-ideograph;
}

.page__top .about .read p:not(:first-of-type) {
  margin-top: 15px;
}

.page__top .about .read .btn {
  width: 300px;
  margin: 40px auto 0;
}

.page__top .about .comment {
  display: none;
  margin-top: 15px;
}

.page__top .about .read .on-click {
  display: none;
}

.page__top .reserch {
  padding: 90px 0 100px;
  text-align: center;
  background: url(../../assets/img/reserch_bg.png) no-repeat center top;
  background-size: cover;

}

.page__top .reserch header h2 {
  color: #66be33;
  background: #fff;
  padding: 10px 20px;
  font-size: 2.2rem;
  display: inline-block;
  letter-spacing: 0.1em;
}

.page__top .reserch header p {
  font-weight: bold;
  font-size: 3.8rem;
  color: #fff;;
  line-height: 1.4;
  padding-top: 20px;
  margin-bottom: 60px;
}

.page__top .reserch .list {
  display: flex;
  justify-content: center;
  padding: 0 3%;
}

.page__top .reserch .list section {
  background: #fff;
  width: 25%;
  margin: 0 1%;
  text-align: left;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.page__top .reserch .list section figure {
  min-height: 1%;
}

.page__top .reserch .list section h3 {
  font-weight: bold;
  font-size: 1.8rem;
  color: #66be33;
  padding: 25px 0 0 20px;
}

.page__top .reserch .list section p {
  font-size: 1.8rem;
  line-height: 1.5;
  padding: 15px 20px;
}

.page__top .reserch .list section .btn {
  margin: 5px 20px 20px;
  margin-top: auto;
}

.page__top .reserch .list section .btn a {
  padding: 12px 0;
}

.page__top .company {
  margin-top: 90px;
  text-align: center;
}

.page__top .company header h2 {
  color: #fff;
  background: #66be33;
  padding: 10px 20px;
  font-size: 2.2rem;
  display: inline-block;
  letter-spacing: 0.1em;
}

.page__top .company header p {
  font-weight: bold;
  font-size: 3.8rem;
  color: #66be33;;
  line-height: 1.4;
  padding-top: 20px;
  margin-bottom: 60px;
}

.page__top .company .table {
  font-size: 1.6rem;
  text-align: left;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
}

.page__top .company .table > dl {
  width: 100%;
  overflow: hidden;
}

.page__top .company .table > dl > dt {
  font-weight: bold;
  width: 20%;
  float: left;
  padding: 0 0 40px 0;
  box-sizing: border-box;
}

.page__top .company .table > dl > dd {
  margin-left: 20%;
  padding: 0 0 40px 0;
}

.page__top .company .table > dl > dd dt:last-of-type {
  padding-top: 20px;
}

.page__top .company .map {
height: 0;
overflow: hidden;
padding-bottom: 400px;
position: relative;
margin-top: 50px;
}

.page__top .company .map iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}


/*----------------------------------

second common

----------------------------------*/
.second .global {
  width: 100%;
  max-height: 370px;
  position: absolute;
  z-index: 1000;
}

.second footer {
  border-top: solid 2px #ddd;
  margin-top: 30px;
  padding: 30px 0 ;
}

.second .mv {
  background: url(../../assets/img/second_mv_pc.png) no-repeat center top;
  background-size: cover;
  height: 400px;
}

.second .iziModal {
  margin-top: -61px;
}

.second .contents {
  margin-top: 180px;
}

.second .contents h2 {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.4;
  color: #66be33;
  text-align: center;
  margin-bottom: 60px;
}

.second .contents h2 br {
  display: none;
}

.second .contents h3 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  border-left: solid 5px #66be33;
  text-align: left;
  padding-left: 20px;
  margin-top: 80px;
  color: #66be33;
}

.second .contents .ttl_sml {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  border-left: solid 5px #333;
  text-align: left;
  padding-left: 20px;
  margin-top: 40px;
}

.second .contents .read {
  margin-top: 30px;
  font-size: 1.8rem;
  line-height: 1.6;
  text-align: left;
  text-align: justify;
  text-justify: inter-ideograph;
}

.second .contents .ttl_sml + .read {
  margin-top: 15px;
}

.second .contents .read p:not(:first-of-type) {
  margin-top: 15px;
}

.second em {
  font-weight: bold;
  font-style: normal;
}

.second strong {
  font-weight: bold;
  color: #ff5c2b;
}

.second .note {
  font-size: 1.4rem;
  text-align: right;
  margin-top: 10px;
}


/*----------------------------------

page__about

----------------------------------*/
.page__about .contents h2 span{
display: inline-block;
border-bottom: 3px #ff9300 solid;
}

.page__about .flow {
  font-size: 1.6rem;
  text-align: left;
  max-width: 800px;
  margin: 50px auto 0;
  line-height: 1.6;
}

.page__about .flow h4 {
  font-weight: bold;
  font-size: 2.2rem;
  background: #66be33;
  color: #fff;
  text-align: center;
  padding: 6px 0;
}

.page__about .flow h4 br {
  display: none;
}

.page__about .flow .catch {
  font-size: 1.8rem;
  text-align: center;
  padding: 20px;
  border-bottom: solid 3px #66be33;
  border-left: solid 3px #66be33;
  border-right: solid 3px #66be33;
}

.page__about .flow .read {
  padding: 20px;
  margin: 0;
  border-bottom: solid 3px #66be33;
  border-left: solid 3px #66be33;
  border-right: solid 3px #66be33;
}

.page__about .flow > section {
  margin-top: 20px;
}

.page__about .flow > section:not(:last-child)::after {
  display: block;
  margin: 20px auto 0;
  content: "";
  width: 60px;
  height: 30px;
  background: 
    linear-gradient(to top right, rgba(255,255,255,0) 50%, #ff5c2b 50.5%) no-repeat top left/50% 100%,
    linear-gradient(to top left, rgba(255,255,255,0) 50%, #ff5c2b 50.5%) no-repeat top right/50% 100%;
}

.page__about .microbiota {
  font-size: 1.8rem;
  text-align: left;
  line-height: 1.6;
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.page__about .microbiota > section {
  width: 48%;
  border: solid 3px #66be33;
}

.page__about .microbiota h4 {
  font-weight: bold;
  font-size: 2.2rem;
  background: #66be33;
  color: #fff;
  text-align: center;
  padding: 6px 0;
}

.page__about .microbiota dl {
  padding: 20px;
  border: solid 3px #ffc200;
}

.page__about .microbiota dl:first-of-type {
  margin: 10px 10px 0 10px;
}

.page__about .microbiota dl:last-of-type {
  margin: 0 10px 10px 10px;
}

.page__about .microbiota dt {
  font-weight: bold;
  padding-bottom: 5px;
}

.page__about .thema {
  font-size: 1.8rem;
  text-align: left;
  line-height: 1.6;
  margin-top: 50px;
  border: solid 3px #66be33;
}

.page__about .thema h4 {
  font-weight: bold;
  font-size: 2.2rem;
  background: #66be33;
  color: #fff;
  text-align: center;
  padding: 6px 0;
}

.page__about .thema figure {
  padding: 40px;
}


/*----------------------------------

page__reserch

----------------------------------*/
.page__reserch .flow,
.page__reserch .image {
  font-size: 1.6rem;
  text-align: left;
  margin-top: 50px;
  line-height: 1.6;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.page__reserch .flow > section,
.page__reserch .image > section {
  width: 49%;
  margin-bottom: 2%;
}

.page__reserch .flow h4 {
  font-weight: bold;
  font-size: 1.8rem;
  background: #66be33;
  color: #fff;
  text-align: center;
  padding: 6px 0;
}

/*----------------------------------

page__privacy

----------------------------------*/
.page__privacy .global{
top:0;
left:0;
}
.page__privacy .read dl{
font-size: 1.4rem;
}
.page__privacy .read dt{
margin-bottom:5px;
font-weight: bold;
}
.page__privacy .read dd{
margin-bottom: 15px;
}

/*----------------------------------

page__contact

----------------------------------*/

.page__contact dd input,
.page__contact dd select,
.page__contact dd textarea{
width:100%;
padding:10px;
font-size:1.5rem;
border:none;
background:none;
box-sizing: border-box;
}

.text-field{
border:1px #ccc solid;
border-radius:5px;
}

.select-box{
position: relative;
width:50%;
border:1px #ccc solid;
border-radius:5px;
z-index: 1;
}

.select-box::after{
content:'';
position: absolute;
top:0;
right:0;
width:44px;
height: 100%;
border-left:1px #ccc solid;
background:url(../img/arrow_down.svg) no-repeat center;
background-size:16px 9px;
z-index: -1;
}

.select-box select{
cursor: pointer;
}

.text-area{
border:1px #ccc solid;
border-radius:5px;
}

.text-area textarea{
height: 10em;
-webkit-overflow-scrolling:touch;
}

#contact-form{
width:640px;
margin:0 auto;
font-size: 1.2rem;
}

#contact-form dt{
margin-bottom: 10px;
padding: 10px;
background: #f2f2f2;
font-weight: bold;
line-height: 1.5;
}

#contact-form dt span{
color: red;
font-size:0.9rem;
}

#contact-form dd{
margin-bottom: 20px;
}

.error{
margin-top: 10px;
color: red;
}

.zip-code{
width:9rem;
}

.zip-code input{
text-align: center;
}

.text-field-email div:first-child{
margin-bottom: 15px;
}

.btn-submit{
width: 264px;
margin:0 auto;
}

.btn-submit input{
width: 100%;
}

.btn-submit input:disabled{
opacity: 0.4;
}

.privacy-box{
height: 250px;
margin-bottom:20px; 
padding:15px;
border:1px #ddd solid;
overflow: scroll;
-webkit-overflow-scrolling: touch;
}

.privacy-box h3,
.privacy-box p,
.privacy-box dl{
font-size:1.2rem !important;
}

.privacy-box h3{
margin-top: 10px !important;
padding-left:0 !important;
color:#222 !important;
border:none !important;
}

.privacy-box dt{
padding:0 !important;
background:none !important;
}

.privacy-box .read{
margin-top: 10px !important;
}

.privacy-box .read:first-child{
margin-top: 0 !important;
}

.btn-privacy-consent{
margin-bottom: 20px;
text-align: center;
font-size:1.4rem;
letter-spacing: 1px;
line-height: 1.5;
}

.btn-privacy-consent input[type=checkbox]{
margin-right: 10px;
transform: scale(1.5);
transform: scale(1.4);
font-size:1.5rem;
-moz-appearance: checkbox;
-webkit-appearance: checkbox;
}

/*----------------------------------
----------------------------------

sp

----------------------------------
----------------------------------*/
@media screen and (max-width: 768px) {

body {
  font-size: 2rem;
}

.inner {
  width: 92%;
}

.global .logo {
  width: 240px;
  margin: 20px 0 0 4%;
}

#nav-drawer{
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}

.menu-trigger {
  position: fixed;
  right: 4%;
  top: 15px;
  background: #66be33;
  width: 50px;
  height: 50px;
  z-index: 10001;
  cursor: pointer;
}

.menu-trigger span {
  position: absolute;
  left: 24.5%;
  width: 50%;
  height: 1px;
  background-color: #fff;
}

.menu-trigger span:nth-of-type(1) {
  top: 17px;
}

.menu-trigger span:nth-of-type(2) {
  top: 25px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 16px;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
  background-color: #fff;
}

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
  background-color: #fff;
}

.iziModal-content {
  margin: 70px 10% 0;
  width: 80%;
}

.iziModal .menu {
  padding-bottom: 25px;
  /*padding-top: 70px;*/
  margin: 0 40px;
}

.iziModal .menu li:nth-of-type(1){
display: block;
}


.iziModal .menu li a {
  font-size: 2.2rem;
  margin-bottom: 15px;
  display: block;
}

.iziModal.appear {
  display:block;
  height: 100%;
  padding-top: 80px;
  overflow: auto;
}

.iziModal {
  display: none;
  position: fixed;
  opacity: 0;
  z-index: 10000 !important;
  background-color: rgba(102, 190, 51, 1);
  top: 0;
  bottom: auto !important;
  margin-top: 0;
}

.iziModal .menu {
  padding-bottom: 0;
  /*padding-top: 80px;*/
  /*margin: 50px auto 0;*/
  margin: 0 auto;
  width: 83%;
  box-shadow: none;
  display: block;
  background: none;
}

.iziModal .menu li a {
  font-size: 1.4rem;
  margin-bottom: 0;
  background-position: center 20px !important;
  padding: 80px 0 15px !important;
  background-size: 13% !important;
  height: auto !important;
}


.iziModal .menu li a:hover {
  color: #c9d4d8;
}

.iziModal .menu li {
  width: 100%;
  background: #fff;
  margin-bottom: 10px;
}

.iziModal .logo {
  display: block;
  width: 114px;
  float: left;
  padding: 12px 0 10px;
  margin-left: 40px;
}

.iziModal .sns {
  padding: 9px 20px 0 0;
  justify-content: flex-end;
}

.iziModal .sns a {
  width: 20px;
  margin: 0 5px;
}

.iziModal .sns a img.pc {
  display: block;
}

.iziModal .sns a img.sp {
  display: none;
}

.iziModal .sns li span {
  color: #84909c;
  padding-top: 0;
}

.company .table dt {
  width: 100%;
  float: none;
}

.company .table  dd {
  margin-left: auto;
  border-left: none;
}

.page__top .mv {
  background: url(../../assets/img/mv_sp.png) no-repeat center top;
  background-size: cover;
}

.page__top .mv div {
  width: 90%;
  position: absolute;
  top: 16%;
  -webkit-transform: none;
  transform: none;
}

.page__top .mv div p:first-child {
  font-size: 10vw;
}

.page__top .mv div p:last-child {
  font-size: 4.2vw;
  margin-top: 16%;
  text-shadow: 0px 0px 4px #fff;
}

.page__top .about {
  margin-top: 60px;
  background-size: 500px;
  padding-bottom: 60px;
}

.page__top .about header h2 {
  font-size: 1.6rem;
  padding: 8px 20px;
}

.page__top .about header p {
  font-size: 2.8rem;
}

.page__top .about h3 {
  font-size: 2rem;
  line-height: 1.4;
}

.page__top .about .read {
  font-size: 1.6rem;
  margin-top: 20px;
}

.page__top .about header p {
  margin-bottom: 30px;
}

.page__top .about .read .btn {
  width: 100%;
  margin: 20px auto 0;
}

.page__top .reserch {
  padding: 60px 0;
}

.page__top .reserch header h2 {
  font-size: 1.6rem;
  padding: 8px 20px;
}

.page__top .reserch header p {
  font-size: 2.8rem;
  margin-bottom: 30px;
}

.page__top .reserch .list {
  display: block;
  width: 92%;
  margin: 0 auto;
  padding: 0;
}

.page__top .reserch .list section {
  display: block;
  width: 100%;
  margin: 4% 0 0 0;
  padding: 0 0 20px 0;
}

.page__top .reserch .list section p {
  font-size: 1.4rem;
}

.page__top .reserch .list section .btn {
  margin-bottom: 0;
}

.page__top .company header h2 {
  font-size: 1.6rem;
  padding: 8px 20px;
}

.page__top .company header p {
  font-size: 2.8rem;
  margin-bottom: 30px;
}

.page__top .company .table {
  font-size: 1.5rem;
}

.page__top .company .table > dl > dt {
  width: 30%;
  padding: 0 0 30px 0;
}

.page__top .company .table > dl > dd {
  margin-left: 30%;
  padding: 0 0 30px 0;
}

.page__top .company .map {
  margin-top: 20px;
}

footer {
  padding:30px 0;
}

footer .info {
  display: block;
}

footer .info .logo {
  width: 80%;
  display: block;
  border-right: none;
  padding-right: 0;
  margin: 0 auto;
}

footer .info dl {
  text-align: center;
  font-size: 1.4rem;
  margin-top: 30px;
}

footer .info dt {
  padding-bottom: 20px;
}

footer .info dl span {
  display: block;
  padding-right: 0;
}

footer nav li {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 30px;
}

footer p {
  line-height: 1.5;
  font-size: 1.3rem;
}

footer p span {
  display: block;
  padding-right: 0;
}

.second .iziModal {
  margin: 0;
}

.second .mv {
  background: url(../../assets/img/second_mv_sp.png) no-repeat center top;
  background-size: cover;
  height: 250px;
}

.second .contents {
  margin-top: 60px;
}

.second .contents .read {
  font-size: 1.6rem;
  margin-top: 20px;
}

.second .contents h2 {
  font-size: 2.8rem;
  margin-bottom: 30px;
}

.second .contents h2 br {
  display: block;
}

.second .contents h3 {
  margin-top: 60px;
  font-size: 2rem;
  line-height: 1.4;
}

.second .contents h3:first-of-type {
  margin-top: 40px;
}

.second .note {
  font-size: 1.2rem;
}

.second footer {
  padding-top: 60px;
}

.page__about .flow h4 {
  line-height: 1.5;
  font-size: 1.8rem;
  padding: 6px 10px;
}

.page__about .flow h4 br {
  display: block;
}

.page__about .flow .catch {
  font-size: 1.6rem;
  padding: 20px 15px;
  text-align: left;
}

.page__about .flow .read {
  padding: 20px 15px;
  margin-top: 0;
}

.page__about .microbiota {
  display: block;
  font-size: 1.6rem;
  margin-top: 40px;
}

.page__about .microbiota > section {
  width: 100%;
}

.page__about .microbiota > section:first-child {
  margin-bottom: 30px;
}

.page__about .microbiota h4 {
  font-size: 1.8rem;
}

.page__about .microbiota dl {
  padding: 15px;
}

.page__about .thema {
  margin-top: 40px;
}

.page__about .thema h4 {
  font-size: 1.8rem;
}

.page__about .thema figure {
  padding: 20px;
}

.page__reserch .flow,
.page__reserch .image {
  display: block;
  margin-top: 40px;
}

.page__reserch .flow > section,
.page__reserch .image > section {
  width: 100%;
  margin-bottom: 4%;
}

.page__privacy .contents{
  margin-top:120px;
}

#contact-form{
width: 90%;
}

}


/*----------------------------------
----------------------------------

sp landscape

----------------------------------
----------------------------------*/
@media (orientation: landscape) and (max-width: 768px) {

.iziModal .menu {
  /*display: flex;
  justify-content: center;*/
  width: 90%;
}

.iziModal .menu li {
  margin: 6px 0;
}

.iziModal .menu li a {
  padding:40px 0 40px 120px !important;
  background-size: 10% !important;
  background-position: 30px center !important;
  text-align: left;
}

.iziModal .menu li:nth-of-type(2) a,
.iziModal .menu li:nth-of-type(3) a {
  /*padding: 96px 0 20px !important;
  height: calc(100% - 124px) !important;*/
  /*background-position: center 32px !important;*/
}

.page__top .mv {
  background: url(../../assets/img/mv_pc.png) no-repeat center top;
  background-size: cover;
}

.page__top .mv div {
  top: 22%;
  padding-left: 4%;
}

.page__top .mv div p:first-child {
  font-size: 5vw;
}

.page__top .mv div p:last-child {
  font-size: 2.5vw;
  margin-top: 3%;
}



}







