@charset "UTF-8";

html{
max-width:1366px;
background: #f5f5f5;

margin:0 auto;padding:0;
}

body{
 font-size: 16px;
 font-family:"新ゴ Shin Maru Go Regular", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
 color: #333;
 background: #fff;
}


h1,h2,h3,h4,p,li,th,tr{
 letter-spacing: 0.5px;
}

p,th,td{
 line-height: 2.0;
}


a:hover{
 opacity: 0.8;
}

td a{
 border: none;
}


#header{
 
}

#contents{
 padding: 40px 0px 0px 40px;    
}

/* ----- PARTS ----- */

.sponly_block {display: none;}
.pconly_block {display:block;}

.tc{text-align: center !important;}
.tl{text-align: left !important;}
.tr{text-align: right !important;}

.fl{float: left;margin: 1em;}
.fr{float: right;margin: 1em;}

.clearfix {
	content: "";
	display: block;
	clear: both;
}

.h3_std{
 font-size: 1.3em;
 padding: 1.0em 0 0.5em;
}


.h3_ul{
 border-bottom: solid 1px #00ced1;
 font-size: 1.2em;
 color:#0a3d62; 
 padding: 0.5em 0;
 margin: 1.0em 0 0.5em;
}

.fnt_min{
 font-family: 'リュウミン R-KL',"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",serif ; 
}

.fnt_rbt{
 font-family: 'Roboto Condensed', sans-serif;   
}

.txt_xs{
 font-size: 12px;
 font-family: 'Roboto Condensed', sans-serif;
}


ol li{
 color: #333;
 line-height: 1.5;
 list-style: decimal;
 margin-left: 20px;
 margin-top: 1em;
}



table{
 width: 100%;
}

table *{
font-weight: normal !important;
border: solid 1px #ccc;
}

table th{
background: #f5f5f5;
padding: 0.8em;
}
table td{
padding: 0.8em;
}

.int_link{
 margin-top: 2em;
 padding: 0.5em 0em;
 display: inline-block;
 border-bottom: solid 1px #3c6382;
}

.int_link a{
 color: #3c6382;
 transition: color .3s;
 font-size: 1.2em;
}

.int_link a:hover{
 color: #00ced1;
}


.int_link i{
 color: #00ced1;
}

.int_link p{
 color: #bbb;
}

.ext_link{
 background: #00ced1;
 display: inline-block;
 margin: 2em auto;
 padding: 1em 1em;
 width: 100%;
}



/* --- Header --- */

.bg-video-wrap {
 position: relative;
 overflow: hidden;
 width: 100%;
 height: 100vh;
 background: url(../img/MainV.png) no-repeat center center/cover;
}

/* --- 2nd layer header --- */
.bg-header-wrap1 {
 position: relative;
 overflow: hidden;
 width: 100%;
 height:35vh;
 background: url(../img/MainV.png) no-repeat center center/cover;
}


video {
 min-width: 100%;
 min-height: 100vh;
 z-index: 1;
}

.overlay {
 width: 100%;
 height: 100vh;
 position: absolute;
 top: 0;
 left: 0;
 background-image: linear-gradient(45deg, rgba(0,0,0,.3) 50%, rgba(0,0,0,.7) 50%);
 background-size: 1px 1px;
 z-index: 2;
}


/* ----- 背景の上のLOGO&MSG ----- */

.header-menu{
 position: absolute;
 color: #fff;
 display: flex;
 align-items: center;
 margin: auto;
 width: 100%;
 padding: 30px;
 top: 0;
 left: 0;
 z-index: 3;
}

.header-menu a{
 font-size: 20px;
 width: 35%;
}

.cname{
 font-size: 20px;
 width: 35%;
}


.header-menu ul{
 width: 50%;
}

.header-menu li{
 display: inline;
}

.header-menu li a{
 position: relative;
 color: #fff;
 width: 100%;
 font-size: 14px;   
}

.header-menu li a::after {
 position: absolute;
 bottom: -20px;
 left: 0;
 content: '';
 width: 100%;
 height: 2px;
 background: #fff;
 transform: scale(0, 1);
 transform-origin: center top;
 transition: transform .3s;
}

.header-menu li a:hover::after {
 transform: scale(1, 1);
}

.header-menu li a.current::after{
 position: absolute;
 bottom: -20px;
 left: 0;
 content: '';
 width: 100%;
 height: 2px;
 background: #fff;
 transform: scale(1, 1);
 transform-origin: center top;
 transition: transform .3s;
}


.btn_wrap{
 text-align: center;
 background: #0a3d62;
 padding: 0.5em 2em;
 width: 100%;
 transition: background-color 1s;
}
.btn_wrap:hover{
 background: #fff;
 color: #0a3d62;
}

.btn_wrap p{
 font-size: 14px;
 line-height: 1.5;
}

.header-title{
 position: absolute; 
 top:10rem;
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;
 text-align:center;
 margin: auto;
 width: 100%;
 z-index: 2;
}

.header-title p{
 color: #fff;
 font-size: 20px;
 letter-spacing: 0.3em;
}

.header-title img{
 width: 20%;
 margin-bottom: 30px;
}

.header-info{
 position: absolute;
 left:0%;
 bottom: 0; 
 background: #fff;
 width: 100%;
 z-index: 2;
 display: flex;
 flex-direction:column;
 padding: 1.5em 2.5em 0;
}

.header-info p{
 padding-right: 0.5em;
 color: #00ced1;
}

.header-info ul{

}

.header-info li{
 color: #333;
 display: inline;
 line-height: 2.0;
}

.header-info li:hover{
 color: #00ced1;
}

.news-info{
 border: solid 1px #00ced1;
 padding: 1em;
 margin-right: 2em;
 margin-bottom: 1em:
}


.news-info li{
 color: #333;
 padding: 0.5em 0;
}

.news-info li:hover{
 color: #00ced1;
 opacity: 0.8;
}



.news-info img{
 width:100%;
}



.news_video {
  position: relative;
  width: 80%;
  padding-top: 45%;
  margin: 2em auto;
}


.news_video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}


.header-title2{
 position: absolute; 
 top:8rem;
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;
 text-align:center;
 margin: auto;
 width: 100%;
 z-index: 2;
}


.header-title2 h1{
 font-size: 2.4em;
 color: #fff;
}

.header-title2 p{
 color: #fff;
}

.bnr_area1{
 padding-right: 40px; 
 margin-top: 2em;
}

.bnr_area1 img{
 /*margin: 2rem auto 4rem 0rem; */
 box-shadow: 3px 3px 6px #ddd;
 width: 100%;
 height: auto;
 max-width: 100%;
}

.bnr_area1 img:hover{
 opacity: 0.8;
}

.bnr_area2{
 padding:2em 0;
}

.bnr_area2 img{
 /*margin: 2rem auto 4rem 0rem; */
 box-shadow: 3px 3px 6px #333;
 width: 100%;
 height: auto;
 max-width: 100%;
}

.bnr_area2 img:hover{
 opacity: 0.8;
}




/* --- contents area ---- */

.con_lh{
 width: 45%;
}

.con_lr_bk{
 position: relative;
 background: #333;
 background-image: url(../img/taxifolin_image.jpg);
 background-size: cover;
 height: 700px;
 margin-bottom: 100px;
}

.con_lr{
 position: relative;
 top:350px;
 width: 55%;
 margin-left: 45%;
 background: #fff;
 padding: 20px 40px;
 margin-bottom: 300px;
}

.con_la{
 width: 100%;
 padding-right: 40px;
 padding-top: em;
 margin-bottom: 40px; 
}

.con_la2{
 background: #3c6382;
 padding: 20px 40px;
 margin-bottom: 40px;
 color: #fff;
}


/* --- contents title --- */
.con_title{
 margin: 2em 0 1em;   
}
.con_title h2{
 font-size: 1.8em;
 margin-bottom: 0.3em;
}
.con_title p{
 color: #0a3d62;
 padding-bottom: 1em;
 border-bottom: solid 2px #00ced1;
 width: 120px;
}

.con_title2{    
 padding: 15px;
 color: #fff;
 border-left: solid 2px #00ced1;
 margin-bottom: 20px;
}
.con_title2 h4{
 font-size: 1.4em;
 margin-bottom: 0.3em;
}


/* --- contents box --- */

.con_box{
 padding: 0;
}

.con_box h3{
 font-size: 1.5em;
 letter-spacing: 0.1em;
 line-height: 1.5;
 margin-bottom: 1em;
}

 
.con_box ul li{
 color: #333;
 list-style:disc;
 list-style-position: inside;
 line-height: 2.0;
 font-size: 16px;
}    
    


/* --- about us --- */

.aboutus_wrap{
 position: relative;
 margin-bottom: 10rem;
}

.aboutus_wrap img{
 position: absolute;
 top:0;
 right: 0;
 width: 45%;

}

.comp_access img{
 margin: 2em 0;
 width: 30%;
    }    




/* --- products --- */

.products{
 display: flex;
}

.pro_intro{
 text-align: center;
 width: 50%;
}

.pro_intro img{
 width: 60%;
 margin: 10px;
}


.pro_name{
 font-size: 1.2em;
 padding: 0.5em 0 0;
 text-align: center;
}

.pro_intro p{
 padding: 0 3em;
}

.biz_point{
 display: flex;
 justify-content: space-around;
 width: 100%;
 margin-left: 40px;
}


.biz_model{
 text-align: center;
 display: block;
 margin: 40px 0 40px 40px;
 width: 100%;
}

.biz_model img{
  width: 70%;  
}

.biz_wrap{
 width: 30%;
 text-align: center;
}

.biz_wrap img{
 width: 70%;
 margin: 0 auto;
 
}

.biz_exp{
 padding:20px 0;
 width: 100%;
}

.biz_exp h4{
 font-size: 1.3em;
 line-height: 1.5;
 margin-bottom: 0.3em;
 color: #3c6382;
}

.biz_exp p{
 text-align: left;
}

.ametis_pic{
 display: flex;
 justify-content: space-around;
 padding: 20px;
}

.ametis_pic img{
 width: 30%;
 height: 30%;
}

.ametis_link img{
 width: 80%;
 margin: 40px auto 20px;
}

.ametis_link img:hover{
 opacity: 0.8;
}

.msg_wrap{
 padding-top: 40px;
}


/* --- Footer --- */

#footer{
 background: #555;
 padding: 0 40px 2em;

}

#footer p,li{
 color: #fff;
 font-size: 0.9em;
}

.footer_wrap{
 display: flex;
}

.ftr_adress{
 width: 50%;
 padding: 1em 0;
}

.ftr_menu1,.ftr_menu2{
 width: 25%;
 padding: 3em 0;
 line-height: 2.0;
}

.footer_wrap i{
 color: #00ced1;
 margin-right: 0.5em;
}

/*------------------------------------------------------
2nd Layer
-------------------------------------------------------*/

.info_list{
 padding: 20px;
}

.info_list a:hover{
 color: #00ced1;
}

.info_wrap{
 display: flex;
 align-items: center;
}

.info_date{
 color:#3c6382;
 font-size: 1.5em;
}

.info_categ{
 color: #fff;
 width: 7em;
 text-align: center;
 font-size: 0.8em;
 margin-left: 1.0em;   
}

.clr_news{
 background:#00ced1;
}

.clr_press{
 background:#e55039;
}

.info_title{
 padding: 0.5em 0;
 margin-bottom: 2.0em;
 border-bottom: dotted 1px #ccc;
}

.info_body{
 margin-bottom: 3rem;
 padding-right: 40px;
}

.info_body p{
 margin-top: 1em;
}

.info_body a{
 color: #3c6382;
 text-decoration-line: underline;
}

.info_body img{
 width:20%;
 margin: 1em 0;
}

.info_body2{
 margin-bottom: 3rem;
 padding-right: 40px;
}

.info_body2 p{
 margin-top: 1em;
}

.info_body2 a{
 color: #3c6382;
 text-decoration-line: underline;
}

.info_body2 img{
 width:50%;
 margin: 1em 0;
}

.info_list{
 color: #333 !important;
 line-height: 1.5;
 margin-left: 20px;
 margin-top: 1em;
}

/*--- TAXIFOLIN ---*/

.certifi img{
 width: 40%;   
}

.certifi table{
 margin: 2em 0;
}

.func img{
 width: 60%;
 display: block;
 margin: 0 auto;
}

/*--- Form ---*/

#form {
	border-collapse: collapse;
    width: 95%;
    margin: 2em auto;
}
#form th, #form td {
 border: solid 1px solid #d5d5d5;
 padding: 1em;

}
#form th {  
 white-space: nowrap;
 background: #F5F5F5;
 text-align: left;
 border-right: none;
} 

#form td {
 background: #fff;
 width: 100%;
}


#form td input{
 border:solid 1px #f5f5f5;
 background-color: #F5FFFA;
 width: 100%;
 padding: 0 0.5em;    
}

#form td input.check_b{
 width: 2em;
 }
#form td input.telno{
 width: 30%;
}
#form td input.email{
 width: 50%;
}


#form td select{
    font-size: 1.1em;
    background-color: #F5FFFA;
    height: 2.0em;
    border: none;
}

#form .caution{
 border: none;  
}

#form .need{
 background-color: #CC0000;
 color: #fff;
 font-size: 0.8em;
 padding: 0.3em;
 border: none;  
}

#form .check_b{
 display: inline-block;
 width: 100%;
}


#form textarea{
 width: 100%;
 margin: 1em 0;
}

.contact_frm p{
 margin: 1em 0;
}

.policy_exp{
 text-align: center;
}

.policy_exp a{
 color: #00ced1;
}

.policy_exp a:hover{
 opacity:0.8;
}



.s_btn{
background-color: #00ced1;
border: solid 1px #00ced1;
color: #fff;
padding: 0.5em 1em;
width: 30%;
text-align: center;
margin: 2em auto;
border-radius:4px;
box-shadow: 0 2px 4px rgba(0,0,0,0.3);    
}

.s_btn:hover {
    background-color: #fff;
  color: #00ced1;
}


.s_btn_b{
background-color: #fff;
border: solid 1px #00ced1;
color: #00ced1;
padding: 0.5em 1em;
width: 30%;
text-align: center;
margin: 2em auto;
border-radius:4px;
box-shadow: 0 2px 4px rgba(0,0,0,0.3);    
}

.s_btn_b:hover {
  background-color: #00ced1;
  color: #fff;
}

.s_btn_wrap{
 display: flex;
 background: #fff;
}

.s_btn a,input{
 display: inline-block;
 width: 100%;
}

/*Topへ戻るナビ*/

#page_top{
  width: 80px;
  height: 80px;
  position: fixed;
  right: 0;
  bottom: -80px;
  background: #0a3d62;
  opacity: 0.9;
}
#page_top a{
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  text-decoration: none;
  color: #fff;
  text-align: center;
  padding-top: 10px;
  font-size: 1.0em;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free'; 
  font-weight:600;
  content: '\f106';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: -10px;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

#page_top:hover{
  background: #00ced1;
  opacity: 1.0;
}


/*------------------------------------------------------
Smt Size
-------------------------------------------------------*/

@media screen and (max-width: 1024px) {
 

.pconly_block {display: none;}
.sponly_block {display:block;}
    
 
.fl{
 float: none;
 display: block;
 margin: 1em auto;
}
    
.fr{
 float: none;
 display: block;
 margin: 1em auto;
}    

p,th,td{
 font-size: 14px;    
}
          
#contents{
 padding: 0 20px;
}    
    
.header-menu{
 padding: 20px;
}    

    
.header-menu h1{
 font-size: 14px;
 width: 90%;
}
    
    
    
.cname{
 font-size: 14px;
 width: 90%;
}
  
    
.header-title p{
 font-size: 16px;
 letter-spacing: 0.3em;
}    
   
.header-title img{
 width: 30%;
}    
    
.header-info{
 left: 0%;
 width: 100%;
 flex-direction:column;
 padding: 0.5em 1.5em;
}

.header-info p{
 border-right: none;
 width: 45%;
}
    
.header-info ul{
 
 margin-left: 0em;
}   
    
.header-title2 h1{
 font-size: 1.8em;
}    

.news-info{
 padding: 1em;
 margin:1em ;
}

.news-info li{
 color: #333;
 padding: 0.5em 0;
 line-height: 1.5;
}

.news_video {
    width: 100%;
    padding-top: 56.25%;
}
    
    
.bnr_area1{
 padding: 1rem 0 0;   
}    

.bnr_area2{
 padding: 1rem 0 0;   
}    
    
    
    
.con_lh{
 width: 100%;
}
    
    
.con_lr{
 width: 100%;
 padding: 0;
}
       
.con_la{
 width: 100%;
 padding:1em 0 0;
}

    
.con_la2{
 padding: 20px 20px;
 margin: 40px 0px;
}   
    
.con_title{
 margin: 0;
 padding: 2rem 0 1rem;     
}    
    
.con_title h2{
 font-size: 1.6em;
}
    
  
.con_box h3{
 font-size: 1.3em;
}   

.con_box ul li{
 list-style-position: outside;
 margin-left: 20px;
 line-height: 2.0;
 font-size: 16px;
}    
     
.con_title2 h4{
 font-size: 1.3em;
 line-height: 1.5;
}
    
.aboutus_wrap{
 position: static;
 margin: 2em 0;
}
    
.products{
 flex-direction:column;
 padding: 0
}    
    
.pro_intro{
 text-align: center;
 width: 100%;
 margin-bottom: 20px;
}    
    
.pro_intro img{
 width: 50%;
 margin: 10px;
}

.pro_name{
 font-size: 1.2em;
 padding: 0.5em 0 0;
 line-height: 1.5;
}

.pro_intro p{
 padding: 0;
    }
    
.biz_model{
 margin: 20px 0;
    }
.biz_model img{
    width: 100%;
 }    
    
.biz_point{
 flex-direction:column;
 margin: 0;
}    

.biz_wrap{
 text-align: center;
 margin-bottom: 2em;
 width: 100%;
}

.biz_wrap img{
 width: 50%;
 height: 50%;
}    
    
.biz_exp{
 padding:10px;
 width: 100%;
}

.biz_exp h4{
 font-size: 1.2em;
 line-height: 1.5;
}   
    
.ametis_pic{
 flex-direction:column;
 padding: 0;
}

.ametis_pic img{
 width: 100%;
 margin: 1em 0;
}
   
.ametis_link img{
 width: 100%;
}
    
    
    
    
.con_lr_bk{
 position: static;
}    
    
.con_lr{
 position: static;
 width: 100%;
 margin:0;
 padding:0;
}    
    
.con_la{
 margin-bottom: 0px;
}   
    
.con_box img{
 width: 100%;
 margin: 2em 0;
    }    
 
.info_date{
 font-size: 1.2em;
}

.info_categ{
 width: 7em;
 margin-left: 2em;
}    
    
.func img{
 width: 90%;
 display: block;
 margin: 0 auto;
}   
    
    
    
.footer_wrap{
 flex-direction: column;
} 
    
.ftr_adress{
 width: 100%;
}

.ftr_menu1,.ftr_menu2{
 width: 100%;
 padding: 0;
}
    
#footer{
 margin-top: 20px;
 padding: 20px;
}    
  
.footer_wrap{
 margin-bottom: 2.0em;
}    

.comp_access img{
 margin: 2em 0;
 width: 100%;
    }    

    
    
/* --- 2nd Layer ---- */
.info_body img{
 width:80%;
 margin: 1em auto;
}
    
    
.info_body2 img{
 width:80%;
 margin: 1em auto;
}    
    
    
    
    
/* --- Humberger Menu --- */
    
#nav-drawer {
 position: relative;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  width: 30px;
  height: 22px;
  vertical-align: middle;
}

/*ハンバーガーアイコンをCSSだけで表現*/
    
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 3px;/*線の太さ*/
  width: 25px;/*長さ*/
  border-radius: 3px;
  background: #fff;
  display: block;
  content: '';
  cursor: pointer;
}
#nav-open span:before {
  bottom: -8px;
}
#nav-open span:after {
  bottom: -16px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;/*はじめは隠しておく*/
  position: fixed;
  z-index: 3;
  top: 0px;/*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 90px;
  left: 0;
  z-index: 4;/*最前面に*/
  width: 90%;/*右側に隙間を作る（閉じるカバーを表示）*/
  max-width: 330px;/*最大幅（調整してください）*/
  height: 100%;
  background: #0a3d62;/*背景色*/
  opacity: 0.9;
  transition: .5s ease-in-out;/*滑らかに表示*/
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);/*左に隠しておく*/
}

#nav-content ul{
 padding: 30px;
 width: 100%;
 }   
    
#nav-content li{
 display: block;
 color: #fff;
 font-size:16px;
 padding: 2em 0 0.5em;
　width: 100%;
 }

#nav-content li a{
 display: block;   
 }
 
    
    
/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;/*カバーを表示*/
  opacity: .5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);/*中身を表示（右へスライド）*/
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}    

/*--- Form ---*/

.contact_frm{
 margin-bottom: 2em;        
}    
    
#form {
 width: 100%;
 margin: 2em auto;
}    
    
    
    
#form th,td{
 display: block;
 border:none;
}

#form td input.telno{
 width: 100%;
}
#form td input.email{
 width: 100%;
}
    
.policy_exp{
 text-align: left;
}    
       
.s_btn,.s_btn_b{
 width: 60%;
 }
    
.s_btn_wrap{
 display: block;
 
}
      
}