@charset "UTF-8";


/*======================================================
共通の設定
======================================================*/

/* IEでobject fitを適用させる
縦横比を保って表示したい場合

-o-object-fit: contain;
object-fit: contain;
font-family: 'object-fit: contain;'; /*IE対策*/

.btn{
    margin:30px auto;
    text-align: center;
}

.btn a{
    border-radius: 6px;
    padding:10px 30px;
    display: inline-block;
}

.btn-post-all a{
    background: #00a00b;
    color:#fff;
    font-size:1.4rem;
    text-decoration: none;
}
.btn-post-all a::after{
    content:url(../img/common/arrow-right-wh.png);
    margin-left:10px;
    display: inline-block;
}
.btn-post-all a:hover{
    background: #37c240;;
}


/*======================================================
トップページのスタイル設定
======================================================*/

/*----------------------------------------
見出し
----------------------------------------*/



/*----------------------------------------
スライドショー部分
----------------------------------------*/

@media(min-width:1000px){
    .top-main-image{
        width:100%;
        margin: 0 auto 20px;
    }
}

@media(max-width:999px){

    header{
        width:96%;
        margin: auto;
    }
    .top-main-image{
        width:96%;
        margin:auto;
    }
}


.swiper-container {
    max-width: 1024px;
    margin: auto;
    height: auto;
}

.slide-img{
    height: 100%;
    max-width:1024px;
    margin: 0 auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 100% 100%;
    object-position: 100% 100%;
}

.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img{
  -webkit-animation: zoomUp 10s linear 0s 1 normal both;
  animation: zoomUp 10s linear 0s 1 normal both;  
}

.slide-img img{
  display: block;
}

@-webkit-keyframes fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
            
.swiper-wrapper p {
    position: absolute;
    top: 50%;
    right:0;
    color: #ffffff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size:3.6rem;
}

.swiper-wrapper .swiper-slide-active p{
    animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}
 
@keyframes slideIn {
  0% {
    transform: translate(300px,-50%);
    opacity: 0;
  }
  100% {
    transform: translate(0,-50%);
  }
  40%,100% {
    opacity: 1;
  }
}




/*----------------------------------------
TOP ロゴの部分
----------------------------------------*/

.top-info-wrapper{
    background: url(../img/index/bg-earth.jpg) no-repeat left center;
    padding:20px;
}

.top-info-cont{
    max-width:540px;
    text-align: left;
}

.top-info-logo{
    max-width:240px;
    margin-bottom:20px;
}

.btn-shop{
    max-width:360px;
    margin: 20px auto;
}

/*----------------------------------------
TOP contact部分
----------------------------------------*/

.top-contact{
    background:#f5f5ef;
    padding:20px 0;
    margin-bottom:0;
}

.sec-title-din{
    /* font-family: din-condensed, sans-serif; */
    font-family:var(--engo);
    font-weight:700;
    /* font-size:6.0rem; */
    font-size:5.7rem;
    text-align: center;
    margin-bottom:20px;
    color:#1484c3;
}

.btn-contact{
    text-align: center;
    margin:30px auto;
}

.btn-contact a{
    border:1px solid #1484c3;
    padding:14px 100px;
    color:#1484c3;
    text-align: center;
    background: #fff;
    text-decoration: none;
    display: inline-block;

}

.btn-contact a:hover{
    background: #c6eaff;
    transition-duration: 300ms;
}

/*======================================================
下層ページ共通
======================================================*/

.bg-beige{
    background-color: #f6f4ee;
}

/*------------------------------------------------------
下層ページ見出し
------------------------------------------------------ */

.page-head{
    background: #f0f0f0;
    padding:10px;
    text-align: center;
}

/* ページタイトルは右からセンターへふわっと */
@keyframes scroll-right{
    0%{
        transform:translateX(200px);
        opacity:0;
    }

    100%{
        transform:translateX(0);
    }
}

.page-title{
    /* font-family: din-condensed, sans-serif; */
    font-family:var(--engo);
    /* font-size: clamp(2.4rem, 5vw, 5.0rem); */
    font-size: clamp(2.4rem, 4.5vw, 4.5rem);
    color: #4d4d4d;
    padding:40px 0;
    line-height: 0.6em;
    animation:scroll-right .7s 0s ease-in;
}

@media(max-width:480px){
    .page-title{
        line-height:1.5em;
    }
}

.page-title-before{
    font-size: clamp(1.8rem, 3vw , 3.6rem);
}

.page-title-sub{
    font-size:1.4rem;
}

.sec-title-page{
    /* font-family: din-condensed, sans-serif; */
    font-family:var(--engo);
    text-align:left;
    color: #003353;
    /* font-size: clamp(2.8rem, 5.6vw, 8.0rem); */
    font-size: clamp(2.8rem, 5.0vw, 7.6rem);
    font-weight: bold;
}


/*------------------------------------------------------
下層ページコンテンツ
------------------------------------------------------ */
.main-cont{
    padding-bottom:50px;
    flex-basis:70%;
}

.sidebar{
    flex-basis:26%;
}

@media(max-width:767px){
    .main-cont{
        flex-basis: 100%;
    }
}


/*======================================================
会社概要
======================================================*/

/*------------------------------------------------------
 会社概要TOP
-------------------------------------------------------*/

.cont-title{
    line-height: 1;
    color:#222;
}
.cont-title span{
    font-size:1.2rem;
    color:#4d4d4d;
    /* font-family: din-condensed, sans-serif; */
    font-family:var(--engo);

}

/*------------------------------------------------------
 会社概要サイドバー
-------------------------------------------------------*/

.sidebar{
    padding:0 20px;
}

.side-title{
    display: block;
    font-size:1.5rem;
    font-weight: normal;
}

.side-title a{
    color:#fff;
    display: block;
    background: #1484c3;
    padding:10px;
    text-decoration: none;
}

.side-nav{
    border-bottom:1px solid #666;
}

.side-nav li a{
    text-decoration: none;
    font-weight: bold;
    display: block;
    padding: 0.5em 0 0.5em 1em;
}

.side-nav li a.current{
    /* background: #d6e4e9; */
    background: rgba(0,51,83,0.15);
}

.side-nav li a:hover{
    background: #f0f0f0;
    color:#000;
}

.aside-title{
    background: #f2f2f2;
    line-height: 3em;
    border-top:2px solid #1484c3;
    border-bottom:1px solid #666;
}

.side-pdf{
    padding:10px;
    margin-bottom:50px;
}

.side-pdf a{
    text-decoration: none;
}

.nav-online{
    margin-top:4em;
}

.aside-title-gr{
    background: #f2f2f2;
    padding:10px;
    border-top:2px solid #1484c3;
    border-bottom:1px solid #ccc;
}

.aside-title-gr a{
    text-decoration: none;
}

.bn-side-online a{    
    border-bottom:1px solid #666;
    display: block;
    padding:20px 10px;
}

.bn-side-online a:hover{
    background: #d6e4e9;
    display: block;    
}

.bn-side-online img{
    width:80%;
    text-align: left;
}




/*------------------------------------------------------
 社長メッセージ
-------------------------------------------------------*/

.message-title{
    font-size: clamp(1.7rem, 3vw , 2.8rem);
    margin-bottom:40px;
    font-weight: bold;
}

.message-photo{
    flex-basis: 24%;
}

.message-title{
    flex-basis:72%;
}

@media(max-width:767px){
    .message-photo,.message-title{
        flex-basis:100%;
    }
    .message-photo{
        text-align: center;
    }

    .message-photo img{
        width:180px;
        margin:auto;
    }
}

/*------------------------------------------------------
会社概要
-------------------------------------------------------*/

.about-ta th,.about-ta td{
    border-top:1px solid #999;
    border-bottom:1px solid #999;
    padding:10px;
}

.about-ta th{
    background: #f2f2f2;
    text-align: center;
    vertical-align: top;
    width:25%;
}

.about-ta-list li:before{
    content:"・";
    margin-right:10px;
}

.division-name::before{
    content:"●";
    color:#1484c3;
    margin-right:10px;
}

.division-address{
    margin-left:7em;
}


/*------------------------------------------------------
沿革
-------------------------------------------------------*/

.history-ta th{
    background: #fff;
    text-align: left;
    width:20%;
    padding-left:10px;
}

/*======================================================
営業内容
======================================================*/
/*------------------------------------------------------
営業内容サイドバー
-------------------------------------------------------*/

.side-title-bus a{
    background: #003353;
}

/*------------------------------------------------------
営業内容／取扱品目
-------------------------------------------------------*/

/* 共通 */

.sec-item-title{
    font-size:2.8rem;
    border-bottom:3px solid #003353;
    padding-bottom:10px;
    margin-bottom:40px;
}

.bus-info{
    background: url(../img/business/bg-business-earth.jpg) no-repeat right top;
}

.bus-list{
    margin-left:0.5em;
}
.bus-list li::before{
    font-family: 'Material Icons';
    content:"\ef4a";
    margin-right:0.5em;
    color:#003353;  
}

.bus-item-title{
    margin-bottom:10px;
}

.bus-item-title p{
    font-size:clamp(1.6rem, 3.2vw, 2.8rem);
    color:#003353;
    position:relative;
    padding-left:25px;
    line-height:1.2em;
}

.bus-item-title p::before{
    font-family: 'Material Icons';
    content:"\e5df";
    color:#003353;
    font-size:clamp(1.6rem, 8vw, 4.0rem);
    position:absolute;
    left:-10px;
    top:0;
}

.bus-item{
    width:48%;
    margin:1%;
}

@media(max-width:767px){
    .bus-item{
         width:100%;
    }
}

.bus-item-img{
    width:28%;
}

.bus-item-cont{
    width:70%;
}

@media(max-width:480px){
    .bus-item > div{
        width:100%;
    }

    .bus-item-img{
        width:80%;
        margin:auto;
    }
    .bus-item-cont{
        width:100%;
    }
}

.bus-item-cont > p{
    font-size:1.4rem;
}

.bus-item-btn{
    border:4px solid #003353;
    padding:20px;
    border-radius: 16px;
    background: #fff;
}

a.bus-item-wrapper{
    text-decoration: none;
}

a.bus-item-btn{
    text-decoration: none;
}

.bus-item-btn:hover{
    background: #dff6ff;
    text-decoration: none;
    transition-duration: 300ms;
}

/* お問い合わせ（共通） */

@media(min-width:768px){
    .contact-cont{
        padding:20px;
    }
}

 .bus-btn-contact a{
    border:1px solid #008ed3;
    color:#008ed3;
    background: #fff;
    padding:10px;
    display:inline-block;
    text-align: center;
    text-decoration: none;
    width:100%;
}

.bus-btn-contact a:hover{
    background: #008ed3;
    color:#fff;
    transition-duration:500ms;
}

.bus-btn-shop a{
    border:1px solid #222;
    color:#222;
    padding:10px 0;
    display:inline-block;
    text-align: center;
    text-decoration: none;
    width:100%;
}

.bus-btn-shop a:hover{
    background: #f2f2f2;
    transition-duration:500ms;
}

.bus-btn-shop a img{
    max-width:160px;
}

/*------------------------------------------------------
営業内容下層共通
-------------------------------------------------------*/
/* セクション区切りに下にボーダーを入れる */
.sec-border{
    border-bottom:1px solid #003353;
    margin-bottom:2em;
    padding-bottom:2em;
}

.page-title-blue .page-title-before{
    font-size:2.0rem;
}

.page-title-blue .page-title-sub{
    color: #003353;
    font-size:clamp(18px,3.2vw,2.8rem);
}



.bus-ta{
    width:100%;
}

.bus-ta th,.bus-ta td{
    padding:10px;
    border-bottom:1px solid #ccc;
    font-size:1.5rem;
}

@media(max-width:767px){
    .bus-ta th,.bus-ta td{
        display: block;
    }

    .bus-ta th{
        border:none;
    }

    .bus-ta tr:not(last-of-type) td{
        border-bottom:none;
    }
}

.bus-ta th:first-of-type,.bus-ta td:first-of-type{
    border-top:1px solid #ccc;
}

.bus-ta th{
    background:#f2f2f2;
    color:#003353;
}


/*------------------------------------------------------
化学工業薬品
-------------------------------------------------------*/

@media(min-width:768px){
    .bu-ta-chemistry th{
        width:24%;
    }

}

/*------------------------------------------------------
食品添加物
-------------------------------------------------------*/

@media(min-width:768px){
    .bu-ta-material th{
        width:28%;
    }

}

/*------------------------------------------------------
健康食品原料
-------------------------------------------------------*/

@media(min-width:768px){
    .bu-ta-health th{
        width:30%;
    }

}

/*------------------------------------------------------
天然由来機能性原料　個別商品ページ
-------------------------------------------------------*/

/* Desfan10 */
.natural-item-small-title{
    color:#ed6d23;
    font-size:1.6rem;
    font-weight: normal;
}

.desfan10-ta{
    margin:50px 0 30px 0;
}

.desfan10-ta th{
    background: #e5e5e5;
    text-align: center;
}

.desfan10-ta td{
    padding:4px 20px;
}

.desfan10-kikaku-item{
    border-top:1px solid #003353;
    padding:30px 0;
}

.desfan10-kikaku-item-att{
    border-top:3px solid #003353;
    border-bottom:3px solid #003353;
    padding:1em;
    margin:2em 0;
}

/* 緑茶乾留エキス　フレッシュライマツ */

.list-no-number{
    list-style: none;
}

.flesh-ta th,.flesh-ta td{
    padding:4px;
    font-size:1.4rem;
}

/* @media(max-width:767px){
    .flesh-ta-wrapper{
        overflow-x: scroll;
        white-space: nowrap;
        max-width:98%;
        margin:0 auto;
    }

    .flesh-ta{
        width:100%;
        min-width:800px;
}
} */


/* パンシル */

.pancil-usage{
    padding:1em;
}

.pancil-usage dt{
    border:1px solid #003353;
    background: #e5e5e5;
    padding:4px 10px;
    margin-bottom:10px;
}





/*------------------------------------------------------
天然由来機能性原料　個別商品ページ共通フッター
-------------------------------------------------------*/

.foot-natural-item{
    background: #f1f1f1;
    padding:20px 30px;
}


/*------------------------------------------------------
乾燥剤　シリカゲル
-------------------------------------------------------*/

.bus-item-small-title{
    color:#ed6d23;
    font-size:1.8rem;
    margin-bottom:0.5em;
}

.silica-property{
    width:100%;
}
@media(min-width:768px){
    .silica-property{
        flex-basis:49%;
        margin:0 auto 20px;
    }
}

.silica-ta{
    width:100%;
    margin-bottom:1em;
}

.silica-ta caption{
    text-align: left;
}

.silica-ta th,.silica-ta td{
    padding: 2px 4px;
    text-align: center;
    font-size:1.4rem;
}
.silica-ta th{
    background: #e5e5e5;
}

.bus-silica-material{
    /* margin-bottom:2em; */
    padding:1em;
}
.bus-silica-material dt{
    font-weight: bold;
}

.bus-silica-list li{
    margin-bottom:1em;
}
.bus-silica-list li::before{
    font-family: 'Material Icons';
    content: '\ef4a';
    font-weight:bold;
    font-weight: 900;
    color:#ED6D23;
    margin-right:0.5em;

}

.bus-silica-list{
    flex-basis:48%;
}

.silica-type-ta th:first-of-type{
    width:80px;
}

.silica-type-ta th:nth-of-type(2){
    width: 120px;
}

.silica-type-ta td:not(first-of-type){
    width:15%;
}



/*------------------------------------------------------
過炭酸ナトリウム
-------------------------------------------------------*/

.pc-ta th{
    background: #fff;
}

.pc-ta thead th{
    width:25%;
}

.pc-ta thead th:nth-child(2),
.pc-ta td:nth-child(2),
.pc-ta th[rowspan] + td + td{
    background: #f2f2f2;
}

.pc-ta thead th:nth-child(3),
.pc-ta td:nth-child(3),
.pc-ta th[rowspan] + td + td + td{
    background: #e5e5e5;
}

.pc-ta thead th:nth-child(4),
.pc-ta td:nth-child(4),
.pc-ta th[rowspan] + td + td + td + td{
    background: #c3c3c3;
}

.pc-ta th[rowspan] + td{
    background: #fff;
}

.pc-ta td:hover{
    background: #d1dde1;
}

/*------------------------------------------------------
リン酸カルシウム
-------------------------------------------------------*/

.chem-rin-change{
    border:1px solid #008DD2;
    border-radius: 10px;
    padding:16px 10px;
    background: #f5f5f5;
}

.chem-rin-change dt{
    color:#008DD2;
    font-size:1.4rem;
}

.chem-rin-change dt::before{
    font-family: 'Material Icons';
    content:"\ef4a";
    margin-right:0.2em;
    color:#008DD2;
} 

.chem-rin-change dd{
    font-weight: bold;
    font-size:1.8rem;
    margin-bottom:10px;
}

/*------------------------------------------------------
塩化カルシウム
-------------------------------------------------------*/
.chem-en-youto li:before{
    content:"・";
}

.chem-youto dd{
    margin-bottom:1em;

}

/*------------------------------------------------------
次亜塩素酸ナトリウム（次亜塩素酸ソーダ） NaClO
-------------------------------------------------------*/

.hypo-item dl{
    padding:30px;
    text-align: center;
}

.small-title-blue{
    color:#003353;
}

/*------------------------------------------------------
脱塩素剤 亜硫酸カルシウム
-------------------------------------------------------*/

.tubu-th{
    width:15%;
    background: #fff !important;
}

/*------------------------------------------------------
乳酸
-------------------------------------------------------*/
.lactic-ta tbody th{
    width:20%;
    background: #f2f2f2;
}

/*------------------------------------------------------
浄化用さん後
-------------------------------------------------------*/

.sango-list li::before{
    font-family: 'Material Icons';
    content: '\ef4a';
    font-weight:bold;
    font-weight: 900;
    color:#ED6D23;
    margin-right:0.5em;

}

.sango-list li{
    margin-left:1.5em;
    text-indent:-1.5em;
}

/*======================================================
プライバシーポリシー
======================================================*/

.privacy-list > li{
    list-style:none;
    margin-bottom:2em;
}

.privacy-list p,.privacy-list ul{
    margin-left:2em;
}

.privacy-list span{
    font-weight:bold;
}

/*======================================================
英語ページ
======================================================*/

.en-main-wrapper{
    background: url(../img/en/bg-en-main.jpg) right center no-repeat;
}

.font-en{
    /* font-family: din-condensed, sans-serif; */
    font-family:var(--engo);
    font-weight: bold;
    font-size:4.5rem;
    line-height: 1em;
    margin-top:30px;
}

.title-en-sub{
        /* font-family: din-condensed, sans-serif; */
        font-family:var(--engo);
    font-size:3.6rem;
    line-height: 1em;
    margin-bottom:20px;

}

@media(max-width:767px){
    .title-en-sub{ 
        margin-top:30px;
    }  
}

.title-en-sub span{
    font-size:2.1rem;
}

.title-gray{
        /* font-family: din-condensed, sans-serif; */
        font-family:var(--engo);
    color:#fff;
    text-align: center;
    background: #788288;
    font-size:3.4rem;
    line-height:1.5em;
}
.en-ta{
    width:100%;
    margin-bottom:40px;
}
.en-ta th,.en-ta td{
    padding:12px 20px;
}
.en-ta th{
    background: #E4EAEE;
}
.en-ta td{
    background:#FBFAF5;
}
.en-ta tr:not(:last-of-type) td,
.en-ta tr:not(:last-of-type) th{
    border-bottom:1px solid #ccc;
}

.en-business-list-title{
    font-weight: bold;
    font-size:1.9rem;
}
.en-business-list-title::before{
    content:"■";
    color:#1A85C3;
    margin-right:0.5em;
}
.en-business-list li::before{
    content:"・";
    margin-right:10px;
}
