/*!
Template:rishun
Theme Name: rishun_child
Theme URI: https://rishuntrading.co.jp
Description: Rishun is a very simple & easy to customize theme which is based on the Bootstrap. It is also very friendly with custom post types and custom taxonomies. When you add a new one, the breadcrumbs will be adjusted and posts will look beautifully without editing or adding a template files.
Author: RishunTrading Limited.
Author URI: https://rishuntrading.co.jp
Version: 1.0.0
Requires at least: 1.0
Tested up to: 1.0.0
Requires PHP: 5.6.0
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Rishun WordPress theme, Copyright (C) 2022 RishunTrading Limited.
Rishun WordPress theme is licensed under the GPL.
Update Author:RishunTrading Limited
Update Author URI:https://rishuntrading.co.jp/
Version:1.0.0
*/
@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Dela+Gothic+One&family=Noto+Sans+JP:wght@100..900&family=Zen+Kaku+Gothic+New&display=swap');
/************************************************************/
:root{
    --logo-color:#004ca0;
    --thin-logo-color:#136ace;
    --thin-logo-color2:#f5f9fe;
    --deep-logo-color:#01346e;
    --logo-color2:#B61D22;
    --logo-color3:#f0f0f0;
    --linear-gradient:linear-gradient(90deg, #f93 20%, #ff7166 80%);
    --linear-gradient-btn:linear-gradient(45deg, #f93 20%, #ff9100 80%);
    --linear-gradient-btn2:linear-gradient(45deg, #5b83b1 20%, #4170a7 80%);
    --linear-gradient-beforeft:linear-gradient(180deg, #7cb2ee 20%, #004ca0 100%);
    --focus-color:#f93;
    --input-fm-inset-color:rgb(0 0 0 / 30%);
    --btn-bk-color:#004ca0;
    --btn-font-color:#ffffff;
    --eyecatch-bk-color:rgb(0, 76, 160, 0.8);
    --tbl-th-color:#b5d6fe;
    --link-color:#136ace;
    --tbl-bd-color:#01346e;
    --warning-color:#B61D22;
    --noto-jp:"Noto Sans JP", sans-serif;
    --zen-kaku:"Zen Kaku Gothic New", sans-serif;
    --delta-gothic:"Dela Gothic One", sans-serif;
    --mincho: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    --ptnB-pc-header-height:70px;
}
/*==========================================================*/
/* defalt define											*/
/*==========================================================*/
body, p{
    font-size:17px;
    font-family:var(--zen-kaku);
}
body a{
    font-family:var(--zen-kaku);
}
.nodata{
    color:#444;
}
img{
    width:100%;
    height:auto;
}
.entry-body img{
    display:block;
    width:auto;
}
@media print {
    #mobile-menu {
        display: none !important;
    }
}
.grecaptcha-badge{
    z-index:10;
}
/*==========================================================*/
/* mobile menu  											*/
/*==========================================================*/
.mobile-navi-btn.right{
    top:6px;
    right:6px;
    background: var(--logo-color);
    position:fixed;
    border-radius:5px;
    border:solid 2px #fff;
}
.mobile-navi-btn.right span{
    position: absolute;
    background:#fff;
    height: 2px;
    width: 30px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all .3s;
}
.mobile-navi-btn.right span:first-of-type{
    top:30%;
}
.mobile-navi-btn.right span:nth-of-type(2){
    top:50%;
}
.mobile-navi-btn.right span:last-of-type{
    top:70%;
}
/* open */
.mobile-navi-btn.right.mobile-navi-open{
    background: var(--logo-color);
}
.mobile-navi-btn.right.mobile-navi-open span:nth-child(1){
    top: 29%;
    left: calc(50% - 4px);
    transform: rotate(-45deg) translate(-50%,-50%);
}
.mobile-navi-btn.right.mobile-navi-open span:nth-of-type(2){
    opacity:0;
}
.mobile-navi-btn.right.mobile-navi-open span:last-of-type{
    top: 75%;
    left: calc(50% - 6px);
    transform: rotate(45deg) translate(-50%,-50%);
}
/* mobile menu */
.mobile-menu-slide{
    width:300px;
    left:auto;
    right:-100%;
    transition: right 0.5s ease-in;
    padding-top:var(--ptnB-sp-header-height);
}
.mobile-menu-slide.mobile-menu-open{
    right:0;
    left:auto;
}
.site-mobile-nav{
    padding:20px 30px 50px 30px;
}
.site-mobile-nav>div{
    padding:0;
    background:transparent;
    max-height:calc(100vh - 140px);
    overflow-y:auto;
}
/**/
.site-mobile-menu>li{
    margin-bottom:0;
    padding-bottom:0;
}
.site-mobile-menu>li>a{
    position:relative;
    display:block;
    font-family:var(--noto-jp);
    font-size: 17px;
    padding: 12px 5px;
    font-weight:500;
    transition:all 0.5s;
}
.site-mobile-menu>li>a:hover{
    background:rgba(255,255,255,0.2);
}
.site-mobile-menu>li>a:not([href]):not([class]){
    transition:all 0.5s;
    cursor: pointer;
}
.site-mobile-menu>li.menu-item-has-children>a::before, .site-mobile-menu>li.menu-item-has-children>a::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 15px;
    height: 2px;
    background: #fff;
    transition: all .3s;
}
.site-mobile-menu>li.menu-item-has-children>a::before{
    right: 10px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.site-mobile-menu>li.menu-item-has-children>a::after{
    right: 11px;
    top: calc(50% - 1px);
    -webkit-transform: rotate(90deg) translateY(-50%);
    -moz-transform: rotate(90deg) translateY(-50%);
    -ms-transform: rotate(90deg) translateY(-50%);
    transform: rotate(90deg) translateY(-50%);
}
.site-mobile-menu ul.sub-menu{
    padding-left: 15px;
    display: none;
}
.site-mobile-menu ul.sub-menu>li {
    margin: 0;
    padding: 0;
}
.site-mobile-menu ul.sub-menu>li>a {
    font-weight: 500;
    font-size: 17px;
    display: block;
    padding: 12px 5px;
    line-height: 1;
    transition: all 0.5s;
    letter-spacing: 1.5px;
    color:var(--font-color1);
}
.site-mobile-menu ul.sub-menu>li>a:hover{
    background:rgba(255,255,255,0.2);
}
.site-mobile-menu>li.menu-item-has-children.clicked>a{
    color:#fff;
}
.site-mobile-menu>li.menu-item-has-children.clicked>a::before{
    opacity:0;
}
.site-mobile-menu>li.menu-item-has-children.clicked>a::after {
    -webkit-transform: rotate(0deg) translateY(-50%);
    -moz-transform: rotate(0deg) translateY(-50%);
    -ms-transform: rotate(0deg) translateY(-50%);
    transform: rotate(0deg) translateY(-50%);
    background: var(--font-color1);
}
.site-mobile-menu>li>a:not([href]):not([class]):hover{
    color:var(--font-color1);
    background:rgba(255,255,255,0.2);
}
/*==========================================================*/
/* mobile menu contact btn  								*/
/*==========================================================*/
.site-mobile-menu>li{
    border-bottom:none;
}
.site-mobile-menu>li>a{
    font-family:var(--delta-gothic);
    font-size:32px;
}
.site-mobile-btn{
    width:100%;
}
.site-mobile-btn>a{
    width:200px;
    height:45px;
    display:flex;
    justify-content:center;
    align-items:center;
    border-radius:23px;
    margin:0 auto;
    background:#444;
    color:#fff;
    font-family:var(--noto-jp);
    font-weight:500;
    position:relative;
    padding-left:20px;
}
.site-mobile-btn>a i{
    position:absolute;
    top:50%;
    left:20px;
    transform:translateY(-50%);
    font-size:24px;
}
/*==========================================================*/
/* header       											*/
/*==========================================================*/
.site-header.ptnB{
    height:0;
}
.site-header-wrap{
    position:fixed;
    top:0;
    left:0;
    height:var(--ptnB-sp-header-height);
    z-index:1900;
    box-shadow:none;
}
.site-header-logo a{
    width:fit-content;
}
.site-header-logo a img{
    width:auto;
    height:calc(var(--ptnB-sp-header-height) - 10px);
    margin:5px 0;
}
.scrolled .site-header-wrap{
    background:rgba(255,255,255,0.9);
}
.scrolled .site-header-menu>li>a{
    color:#000;
}
.scrolled .site-header-menu>li>a:before{
    background:#000;
}
.scrolled .site-header-menu li.find_products>a{
    border-color:#000;
}
@media(min-width:992px){
    .site-header-wrap{
        height:var(--ptnB-pc-header-height);
        background:rgba(0,0,0,0.2);
    }
    .ptnB .site-header-inner{
        height:var(--ptnB-pc-header-height);
    }
    .site-header-logo a img{
        width:auto;
        height:calc(var(--ptnB-pc-header-height) - 10px);
        object-fit:unset;
        object-position:unset;
    }
}
/*==========================================================*/
/* header menu     											*/
/*==========================================================*/
.site-header-menu>li>a{
    font-size:18px;
    letter-spacing:0;
    font-weight:500;
    margin-left:20px;
    padding:10px 20px;
}
.site-header-menu>li>a:before{
    border-radius:0;
}
.site-header-menu li.hd_menu_contact_btn>a{
    width:180px;
    height:45px;
    display:flex;
    justify-content:center;
    align-items:center;
    background:var(--linear-gradient);
    border-radius:23px;
    color:#fff;
}
.site-header-menu li.hd_menu_contact_btn>a:before{
    content:none;
}
.site-header-menu li.hd_menu_contact_btn>a:hover{
    opacity:1;
    transform:scale(1.1);
}
.site-header-menu li.find_products>a{
    border:solid 2px #fff;
}
.site-header-menu li.find_products>a:before{
    content:none;
}
.site-header-menu li.find_products>a:hover{
    background:#fff;
    color:var(--logo-color);
    opacity:1;
}
/*==========================================================*/
/* top page     											*/
/*==========================================================*/
.top-sec{
    padding:0;
    position:relative;
    overflow:hidden;
}
.top-wrap{
    width:100%;
    padding-top:120%;
    position:relative;
}
.top-wrap img{
    width:100%;
    height:100%;
    object-fit:cover;
    position:absolute;
    top:0;
    left:0;
  	animation:move-slide 32s linear infinite;
    opacity:0;
}
.top-wrap img.img1{
    animation-delay:0s;
}
.top-wrap img.img2{
    animation-delay:8s;
}
.top-wrap img.img3{
    animation-delay:16s;
}
.top-wrap img.img4{
    animation-delay:24s;
}
@keyframes move-slide{
    0%{
      opacity:0;
      -webkit-transform:scale(1);
      -moz-transform:scale(1);
      -o-transform:scale(1);
      -ms-transform:scale(1);
      transform:scale(1);
    }
    3.125% {
      opacity:1;
    }
    25% {
      opacity:1;
    }
    31.25% {
      opacity:0;
      -webkit-transform:scale(1.2);
      -moz-transform:scale(1.2);
      -o-transform:scale(1.2);
      -ms-transform:scale(1.2);
      transform:scale(1.2);
    }
    100% {
      opacity:0;
    }
}
.tp-caption{
    position:absolute;
    bottom:40px;
    left:0;
    width:100%;
}
.tp-caption h2{
    color:#fff;
    font-family:var(--delta-gothic);
    font-size:36px;
    width:fit-content;
    display:block;
    margin-left:auto;
    margin-right:auto;
    line-height:1;
    font-weight:400;
    transform:scaleY(1.4);
    padding:10px 20px;
    margin-bottom:0;
    position:relative;
}
.tp-caption h2:before{
    content:'';
    width:0;
    height:100%;
    background:var(--eyecatch-bk-color);
    position:absolute;
    top:0;
    left:0;
    transition: all 1000ms cubic-bezier(0.77, 0, 0.175, 1) 500ms;
    z-index:1;
}
.tp-caption.active h2:before{
    width:100%;
}
.tp-caption h2 .wrap{
    position:relative;
    z-index:5;
    opacity:0;
}
.tp-caption.active h2 .wrap{
    animation: fadeIn 1s ease-in-out forwards;
    animation-delay: 1s;
}
.tp-caption h2 .tp_emphasis{
    display:inline;
    font-size:1.2em;
}
@keyframes fadeIn {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
@media(min-width:768px){
    .top-wrap{
        width:100%;
        padding-top:80%;
        position:relative;
    }
    .tp-caption{
        bottom:60px;
    }
    .tp-caption h2{
        font-size:60px;
    }
}
@media(min-width:992px){
    .top-wrap{
        padding-top:75%;
    }
    .tp-caption{
        bottom:60px;
    }
    .tp-caption h2{
        font-size:38px;
    }
    .tp-caption h2 .tp_emphasis{
        font-size:2.0em;
    }
    .tp-caption h2 br{
        display:none;
    }
}
@media(min-width:1200px){
    .top-wrap{
        padding-top:900px;
    }
    .tp-caption h2{
        font-size:48px;
    }
}
@media(min-width:1400px){
    .tp-caption h2{
        font-size:56px;
    }
}
/*==========================================================*/
/* top aboutus     											*/
/*==========================================================*/
.tpaboutus-sec{
    position:relative;
    background:var(--logo-color);
    padding-bottom:80px;
}
.tpaboutus-wrap{
    width:100%;
    position:relative;
}
.tpaboutus-desc{
    padding:0 20px;
    margin-bottom:60px;
}
.tpaboutus-desc p{
    color:#fff;
    line-height:2;
    text-align:justify;
}
.tpaboutus-desc p span{
    font-weight:700;
}
.h2org{
    color:#fff;
    font-weight:700;
    font-size:24px;
    width:fit-content;
    margin-bottom:40px;
}
.h2_strong{
    display:block;
}
.tpaboutus-sec .h2org{
    margin-top:40px;
    font-family:var(--delta-gothic);
    font-size:40px;
    font-weight:400;
    transform:scaleY(1.4);
    margin-left:auto;
    margin-right:auto;
    margin-bottom:60px;
}
/* 横スクロール */
.tpaboutus-slide-a{
    width:100%;
    margin-bottom:10px;
}
.tpaboutus-slide-b{
    width:100%;
}
.bizslide-pict {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: auto;
    height:180px;
}
.bizslide-pict .wrap {
    display: flex;
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    z-index:1;
}
.bizslide-pict .wrap img {
    display:block;
    width: 240px;
    height:180px;
    object-fit:cover;
    max-width:none;
    flex-shrink: 0;
    margin:0 5px;
    border-radius:5px;
}
.viewmore-btn{
    margin-bottom:40px;
}
.viewmore-btn>a{
    display:flex;
    width:250px;
    height:50px;
    background:var(--linear-gradient-btn);
    justify-content: center;
    align-items:center;
    border-radius:25px;
    color:#fff;
    margin-left:auto;
    margin-right:auto;
    position:relative;
    font-weight:700;
    letter-spacing: 2px;
    transition:all 0.5s;
    box-shadow:0 0 5px rgba(255,255,255,0.2);
}
.viewmore-btn>a:hover{
    transform:scale(1.1);
    filter:brightness(1.1);
}
.viewmore-btn>a i{
    position:absolute;
    top:50%;
    right:30px;
    transform:translateY(-50%);
    transition:all 0.5s;
}
.viewmore-btn>a:hover i{
    right:20px;
}
@media(min-width:768px){
    .tpaboutus-desc{
        max-width:720px;
        margin-left:auto;
        margin-right:auto;
    }
    .h2_strong{
        display:inline;
    }
}
@media(min-width:992px){
    .tpaboutus-desc{
        max-width:600px;
        position:relative;
        z-index:10;
    }
    .tpaboutus-slide-a{
        position:absolute;
        top:0;
        left:0;
        z-index:1;
        margin-left:auto;
        margin-right:auto;
        width:100%;
    }
    #bizslider01.bizslide-pict{
        overflow:visible;
        max-width:960px;
        margin-left:auto;
        margin-right:auto;
    }
    #bizslider01.bizslide-pict .wrap{
        display:flex;
        flex-flow:row wrap;
        width:100%;
        position:relative;
        overflow:unset;
        white-space:unset;
        top:unset;
        left:unset;
    }
    #bizslider01.bizslide-pict .wrap>div{
        display:flex;
        width:50%;
        justify-content:flex-start;
        position:relative;
        margin-bottom:1em;
    }
    #bizslider01.bizslide-pict .wrap>div:nth-of-type(2n){
        justify-content:flex-end;
    }
    #bizslider01.bizslide-pict .wrap>div img{
        width: 170px;
        height:200px;
        margin:0;
    }
    .bizslide-pict {
        height:270px;
    }
    .bizslide-pict .wrap img {
        width: 360px;
        height:270px;
    }
}
@media(min-width:1200px){
    #bizslider01.bizslide-pict{
        max-width:1140px;
    }
    #bizslider01.bizslide-pict .wrap>div img{
        width: 220px;
        height:190px;
    }
}
@media(min-width:1400px){
    #bizslider01.bizslide-pict{
        max-width:1320px;
    }
    #bizslider01.bizslide-pict .wrap>div img{
        width: 300px;
        height:190px;
    }
    .bizslide-pict {
        height:270px;
    }
    .bizslide-pict .wrap img {
        width: 400px;
        height:270px;
    }
    .tpaboutus-slide-b{
        max-width:1400px;
        margin-left:auto;
        margin-right:auto;
    }
}
/*==========================================================*/
/* tpproduct-sec    										*/
/*==========================================================*/
.tpproduct-sec{
    position:relative;
    padding:80px 0;
}
.h2org2{
    font-weight:400;
    font-family:var(--delta-gothic);
    transform:scaleY(1.4);
    margin-bottom:60px;
    color:var(--logo-color);
    line-height:1;
}
.h2org2 .en{
    display:block;
    font-size:32px;
    margin-bottom:10px;
}
.h2org2 .jp{
    display:block;
    font-size:24px;
}
.tpproduct-wrap>p{
    color:var(--logo-color);
}
@media(min-width:768px){
    .h2org2{
        display:flex;
        align-items:center;
        flex-flow:row nowrap;
    }
    .h2org2 .en{
        font-size:45px;
        display:inline-block;
        margin-bottom:5px;
    }
    .h2org2 .jp{
        display:inline-block;
        margin-left:30px;
        font-size:24px;
    }
}
@media(min-width:992px){
    .h2org2 .en{
        font-size:55px;
    }
    .h2org2 .jp{
        margin-left:40px;
        font-size:32px;
    }
}
/*==========================================================*/
/* searchbox           										*/
/*==========================================================*/
.tpkeyword-wrap{
    margin-top:40px;
}
.h3org{
    font-size:24px;
    font-weight:700;
    font-family:var(--zen-kaku);
    padding-left:10px;
    position:relative;
    margin-bottom:30px;
}
.h3org:before{
    content:'';
    width:4px;
    height:95%;
    position:absolute;
    left:0;
    top:50%;
    transform:translateY(-50%);
    background:var(--logo-color);
}
/* search box */
.dl-searchbox{
    width:100%;
}
.dl-searchbox>dt{
    width:100%;
}
.dl-searchbox>dt>label{
    font-size:14px;
    margin-bottom:0;
}
.dl-searchbox>dd{
    width:100%;
}
.dl-searchbox>dd>input{
    width: 100%;
    height: 48px;
    padding: 0px 10px;
    font-size: 16px;
    line-height: 48px;
    font-weight: 500;
    background: #f0f0f0;
    border: none;
    box-shadow: inset 0px 0px 6px var(--input-fm-inset-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.dl-searchbox>dd>input:focus{
    outline:solid 2px var(--focus-color);
    border:none;
    border-radius:5px;
    overflow:hidden;
    box-shadow: none;
}
.dl-searchbox>dd select{
    width: 100%;
    height: 48px;
    padding: 0px 48px 0px 10px;
    font-size: 16px;
    line-height: 48px;
    font-weight: 500;
    appearance: none;
    background: url('./img/arrow-down.svg') no-repeat right 4px center #f0f0f0;
    box-shadow: inset 0px 0px 6px var(--input-fm-inset-color);
    border: none;
    cursor: pointer;
    color:var(--font-color);
}
.dl-searchbox>dd select:focus{
/*    border:solid 2px var(--focus-color);*/
    outline:solid 2px var(--focus-color);
    border-radius:5px;
    overflow:hidden;
    box-shadow: none;
}
.searchbox-wrap .dl-searchbox:last-of-type dd{
    display:flex;
    width:100%;
    flex-flow:row nowrap;
}
.dl-searchbox>dd>div:first-of-type{
    display:inline-block;
    width: calc((100% - 25px) / 2);
}
.dl-searchbox>dd>div:nth-of-type(2){
    display:flex;
    width:25px;
    align-items:center;
    justify-content:center;
}
.dl-searchbox>dd>div:last-of-type{
    display:inline-block;
    width: calc((100% - 25px) / 2);
}
.search-btn{
    margin-top:30px;
    width:100%;
}
.search-btn button{
    width: 230px;
    height: 50px;
    margin:0 auto;
    font-size: 16px;
    background:var(--btn-bk-color);
    color:var(--btn-font-color);
    border:none;
    display:flex;
    justify-content:center;
    align-items:center;
    border-radius: 25px;
    box-shadow: 2px 2px 2px var(--btn-shadow-color);
    font-weight:700;
    transition:all 0.3s;
    letter-spacing:10px;
}
.search-btn button:hover{
    transform:translate3d(2px,2px,2px);
    box-shadow:none;
    filter:brightness(1.2);
}
.tpfeature-wrap{
    margin-top:40px;
}
.ul-switchtab{
    display:flex;
    flex-flow:row nowrap;
    list-style:none;
    width:100%;
    padding:0;
    margin:0;
}
.ul-switchtab>li{
    width:50%;
    height:50px;
    background:#f0f0f0;
    color:#000;
    display:flex;
    justify-content:center;
    align-items:center;
    pointer-events: auto;
    cursor: pointer;
    transition:all 0.5s;
}
.ul-switchtab>li.active{
    background:var(--logo-color);
    color:#fff;
    pointer-events:none;
}
.ul-switchtab>li:hover{
    background:var(--logo-color);
    color:#fff;
    filter:brightness(1.1);
}
.swithdata{
    padding:20px 10px;
    display:none;
}
.swithdata.active{
    display:block;
}
.ul-ch-feature{
    display:flex;
    flex-flow:row wrap;
    width:100%;
    padding-left:20px;
    margin:0;
}
.ul-ch-feature>li{
    width:fit-content;
    padding-right:50px;
    margin-bottom:20px;
}
.ul-ch-feature>li>a{
    color:#444;
    transition:all 0.5s;
    position:relative;
    font-size:18px;
}
.ul-ch-feature>li>a:before{
    content:'';
    width:100%;
    height:1px;
    background:var(--logo-color);
    position:absolute;
    display:block;
    bottom:0;
    left:0;
    transform: scale(0, 1);
    transform-origin: right top;
    transition:transform 0.5s;
}
.ul-ch-feature>li>a:hover:before{
    transform-origin: left top;
    transform: scale(1, 1);
}
@media(min-width:992px){
    .searchbox-wrap{
        display:flex;
        flex-flow:row wrap;
        width:100%;
        justify-content:space-between;
    }
    .dl-searchbox{
        width:32%;
        display:inline-block;
        margin:0;
    }
    .search-btn button{
        width:280px;
    }
}
/*==========================================================*/
/* tpinfo-sec       										*/
/*==========================================================*/
.tpinfo-sec{
    padding:80px 0;
    position:relative;
    background:var(--logo-color);
}
.hd-style{
    width:100%;
    position:relative;
    margin-bottom:60px;
}
.hd-style .en{
    display:block;
    font-family:var(--delta-gothic);
    color:var(--thin-logo-color);
    white-space: nowrap;
    font-size:34px;
    transform:scaleY(2.5);
    width:fit-content;
    margin-left:auto;
    margin-right:auto;
}
.hd-style .jp{
    color:#fff;
    font-family:var(--delta-gothic);
    white-space: nowrap;
    font-size:24px;
    width:100%;
    position:absolute;
    top:50%;
    left:0;
    transform:translateY(-50%) scaleY(1.4);
    text-align:center;
}
.tpinfo-sec .nodata{
    color:#fff;
}
@media(min-width:768px){
    .hd-style .jp{
        font-size:24px;
    }
    .hd-style .en{
        font-size:70px;
        transform:scaleY(2.0);
    }
}
@media(min-width:992px){
    .hd-style .jp{
        font-size:32px;
    }
    .hd-style .en{
        font-size:80px;
        transform:scaleY(1.5);
    }
}
/*==========================================================*/
/* before footer  											*/
/*==========================================================*/
.site-beforefooter{
    position:relative;
    z-index:5;
}
.beforeft-sec{
    padding:80px 0;
    background:var(--linear-gradient-beforeft);
}
.beforeft-wrap{
    width:100%;
}
.beforeft-wrap p{
    text-align:center;
    font-size:18px;
    margin-bottom:20px;
    color:#fff;
}
.beforeft-btn{
    display:flex;
    width:100%;
    justify-content:center;
    margin-bottom:20px;
}
.beforeft-btn h2{
    display:flex;
    align-items:center;
}
.beforeft-btn h2>span{
    width:fit-content;
    display:inline-block;
    font-size:40px;
    font-family:var(--delta-gothic);
    transform:scaleY(1.4);
    color:var(--logo-color);
}
.beforeft-btn h2>a{
    width:fit-content;
    display:flex;
    width:50px;
    height:50px;
    justify-content: center;
    align-items: center;
    background:var(--logo-color);
    color:#fff;
    border-radius:15px;
    margin-left:1em;
    transition:all 0.5s;
    font-size:16px;
}
.beforeft-btn h2>a i{
    transition:all 0.5s;
}
.beforeft-btn h2>a:hover{
    transform:scale(1.1);
    filter:brightness(1.1);
}
.beforeft-btn h2>a:hover i{
    transform:translateX(5px);
}
.beforeft-wrap .pict{
    width:100%;
    margin-left:auto;
    margin-right:auto;
    border-radius:10px;
    overflow:hidden;
}
.beforeft-wrap .pict>img{
    width:100%;
}
@media(min-width:768px){
    .spbr{
        display:none;
    }
    .beforeft-btn h2>span{
        font-size:45px;
    }
    .beforeft-btn h2>a{
        width:60px;
        height:60px;
        margin-left:2.5em;
        border-radius:20px;
    }
}
@media(min-width:992px){
    .beforeft-btn h2>span{
        font-size:55px;
    }
    .beforeft-wrap .pict>img{
        width:100%;
        height:400px;
        object-fit:cover;
    }
}
/*==========================================================*/
/* before footer  											*/
/*==========================================================*/
.site-footer{
    padding-top:80px;
    padding-bottom:150px;
    position:relative;
    z-index:5;
}
.footer_widget{
    width:100%;
}
.ft-logo{
    width:100%;
    margin-bottom:30px;
}
.ft-logo>a{
    display:block;
    width:100%;
    max-width:300px;
    margin-left:auto;
    margin-right:auto;
}
.menu-footermenu-container ul.menu>li{
    margin:10px 0;
}
.menu-footermenu-container ul.menu>li>a{
    font-weight:700;
    position:relative;
}
.menu-footermenu-container ul.menu>li>a:before{
    content:'';
    width:100%;
    height:1px;
    background:var(--footer-font-color);
    position:absolute;
    display:block;
    bottom:0;
    left:0;
    transform: scale(0, 1);
    transform-origin: right top;
    transition:transform 0.5s;
}
.menu-footermenu-container ul.menu>li>a:hover:before{
    transform-origin: left top;
    transform: scale(1, 1);
}
.copyright{
    margin-top:40px;
    display:flex;
    flex-flow:row nowrap;
    font-size:14px;
    color:#444;
}
.copyright a{
    color:#444;
    margin-left:20px;
    transition:all 0.5s;
    position:relative;
}
.copyright a:before{
    content:'';
    width:100%;
    height:1px;
    background:var(--footer-font-color);
    position:absolute;
    display:block;
    bottom:0;
    left:0;
    transform: scale(0, 1);
    transform-origin: right top;
    transition:transform 0.5s;
}
.copyright a:hover:before{
    transform-origin: left top;
    transform: scale(1, 1);
}
@media(min-width:768px){
    .ft-logo{
        margin-bottom:0;
    }
    .footer_widget:first-of-type{
        width:250px;
    }
    .footer_widget:last-of-type{
        width:calc(100% - 250px);
    }
    .menu-footermenu-container ul.menu{
        display:flex;
        flex-flow:row nowrap;
        padding:0;
        justify-content: space-around;
    }
    .menu-footermenu-container ul.menu>li{
        width:fit-content;
        margin-left:10px;
        margin-right:10px;
    }
}
@media(min-width:992px){
    .footer_widget:first-of-type{
        width:300px;
    }
    .footer_widget:last-of-type{
        width:calc(100% - 300px);
    }
}
/*==========================================================*/
/* page header  											*/
/*==========================================================*/
.page-header{
    background:url('./img/pghead-default.jpg') center center / cover no-repeat;
}
.page-header-ttl{
/*    padding-top:var(--ptnB-sp-header-height);*/
    transform:scale(1.4);
    font-family:var(--zen-kaku);
    color:#fff;
}
/*
.page-header-ttl .jp{
}
.page-header-ttl .en{
}
*/
@media(min-width:992px){
/*
    .page-header-ttl{
        padding-top:var(--ptnB-pc-header-height);
    }
*/
}
/*==========================================================*/
/* archive  											*/
/*==========================================================*/
.ul-categorylist>li>a{
    border-color:var(--logo-color);
    color:var(--logo-color);
}
.ul-categorylist>li>a.current{
    color:#fff;
}
.ul-infolist>li>a .desc{
    background:#fff;
    padding:10px;
}
.ul-post_cat>li{
    background:var(--thin-logo-color);
    color:#fff;
}
.p-ttl{
    color:#000;
}
.ul-infolist>li>a .desc time{
    color:#000;
}
/*==========================================================*/
/* common         											*/
/*==========================================================*/
.fade-in{
    transform:translateY(40px);
    opacity:0;
    transition:all 1s;
}
.fade-in.scroll-in{
    transform:translateY(0);
    opacity:1;
}
/*==========================================================*/
/* single         											*/
/*==========================================================*/
.bar-btn a:hover{
    color:var(--logo-color);
}
/*==========================================================*/
/* archive  											    */
/*==========================================================*/
.search-wrap{
    margin-bottom:40px;
}
.h2search-btn{
    display:inline-block;
    font-size:20px;
    font-weight:700;
    cursor:pointer;
    transition:all 0.3s;
}
.h2search-btn i{
    padding-left:10px;
}
.h2search-btn:hover{
    opacity:0.6;
}
.search-option{
    display:block;
    transition:all 0.5s;
    max-height:0;
    overflow:hidden;
    padding:0 10px;
}
.search-option.open{
    max-height:100em;
}
.search-btn{
    margin-bottom:10px;
}
.procat-wrap{
    width:100%;
    display:flex;
    flex-flow:row wrap;
}
.prcat_list{
    width:33.333%;
    display:inline-block;
    padding:5px;
}
.prcat_list-inn{
    display:none;
    position:fixed;
    top:30%;
    left:50%;
    transform:translateX(-50%);
    background:#fff;
    border:solid 2px #aaa;
    padding:20px;
    border-radius:10px;
    width:80%;
    height:400px;
    overflow-y:auto;
    z-index:1900;
}
.prcat_list-inn.active{
    display:block;
}
.ul-procat_list{
    width:100%;
    margin:0;
    padding:0;
    list-style: none;
}
.ul-procat_list>li{
    margin-bottom:10px;
    font-size:18px;
    position:relative;
}
.ul-procat_list>li>a{
    color:#000;
    transition:all 0.5s;
    position:relative;
    display:flex;
    flex-flow:row nowrap;
    width:fit-content;
    align-items:center;
    padding-left:25px;
    position:relative;
}
.ul-procat_list>li>a img{
    width:50px;
    height:50px;
    object-fit:cover;
    margin-right:10px;
}
.ul-procat_list>li>a:after{
    content:'';
    width:5px;
    height:5px;
    border-radius:50%;
    background:#000;
    position:absolute;
    top:50%;
    left:10px;
    transform:translateY(-50%);
}
.ul-procat_list>li.current{
    background:transparent;
    color:unset;
}
.ul-procat_list>li.current a{
    pointer-events: none;
}
.ul-procat_list>li.current a:after{
    content:'\f192';
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    background:transparent;
    width:auto;
    height:auto;
    left:0;
    color:var(--logo-color);
    font-size:24px;
}
.ul-procat_list>li>a:before{
    content:'';
    width:100%;
    height:1px;
    background:var(--logo-color);
    position:absolute;
    display:block;
    bottom:0;
    left:0;
    transform: scale(0, 1);
    transform-origin: right top;
    transition:transform 0.5s;
}
.ul-procat_list>li>a:hover:before{
    transform-origin: left top;
    transform: scale(1, 1);
}
.prcat_list-btn{
    width:100%;
    height:40px;
    display:flex;
    align-items:center;
    justify-content: center;
    background:var(--linear-gradient-btn2);
    color:#fff;
    border-radius:20px;
    box-shadow:3px 3px 3px rgba(0,0,0,0.1);
    transition:all 0.5s;
    pointer-events: auto;
    cursor: pointer;
    max-width:860px;
    font-size:14px;
}
.prcat_list-btn:hover{
    transform:translate3d(2px,2px,2px);
    box-shadow:none;
}
.cls-btn{
    width:30px;
    height:30px;
    font-size:24px;
    margin-left:auto;
    margin-right:0;
    pointer-events: auto;
    cursor: pointer;
}
body.bkgreycolor:before{
    content: '';
    width: 100%;
    height: 100%;
    background: rgb(51, 51, 51, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1850;
}
.h3cat{
    font-size:24px;
    font-weight:700;
    font-family:var(--zen-kaku);
    padding:10px;
    margin-bottom:20px;
    border-bottom:solid 1px #aaa;
}
.h2allcat{
    font-size:20px;
    width:100%;
    font-weight:700;
    padding-left:10px;
}
.procat-sec{
    border:solid 1px #ddd;
    border-radius:10px;
    padding:10px 0;
    margin-bottom:40px;
}
.ul-productslist{
    width:100%;
    display:flex;
    flex-flow:row wrap;
    margin:0;
    padding:0;
    list-style:none;
}
.ul-productslist>li{
    margin-bottom:30px;
    width:100%;
}
.ul-productslist>li .box{
    border:solid 1px #aaa;
    padding:20px;
    border-radius:10px;
}
.h3prottl{
    font-size:20px;
    font-weight:700;
}
.main_pict{
    width:100%;
}
.main_pict>a{
    width:100%;
    display:block;
    transition:all 0.5;
    overflow:hidden;
    border-radius:10px;
}
.main_pict>a>img{
    width:100%;
    aspect-ratio:5/3;
    object-fit:cover;
    transition:all 0.5s;
}
.main_pict>a:hover{
    filter:brightness(1.1);
}
.main_pict>a:hover img{
    transform:scale(1.1);
}
.ul_pro_pict{
    display:flex;
    flex-flow:row nowrap;
    margin:0;
    padding:10px;
    list-style:none;
    justify-content: space-between;
}
.ul_pro_pict>li{
    width:24%;
}
.ul_pro_pict>li>a{
    width:100%;
    display:block;
    overflow:hidden;
    transition:all 0.5s;
}
.ul_pro_pict>li>a img{
    width:100%;
    aspect-ratio:1/1;
    object-fit:cover;
    transition:all 0.5s;
}
.ul_pro_pict>li>a:hover{
    filter:brightness(1.1);
}
.ul_pro_pict>li>a:hover img{
    transform:scale(1.1);
}
.tbl-summary{
    width:100%;
    margin-bottom:20px;
}
.tbl-summary tbody{
    width:100%;
}
.tbl-summary th{
    width:100px;
    font-weight:400;
    background:var(--logo-color);
    color:#fff;
    text-align:center;
    padding:0.5em;
    border-top:solid 1px rgba(255,255,255,0.8);
}
.tbl-summary tr:first-of-type th{
    border-top:solid 1px var(--logo-color);
}
.tbl-summary tr:last-of-type th{
    border-bottom:solid 1px var(--logo-color);
}
.tbl-summary td{
    width:calc(100% - 100px);
    text-align:center;
    padding-left:5px;
    border:solid 1px var(--logo-color);
}
.prodesc-btn{
    width:100%;
}
.prodesc-btn>a{
    width:100%;
    max-width:250px;
    height:50px;
    display:flex;
    justify-content:center;
    align-items:center;
    background:var(--linear-gradient);
    color:#fff;
    transition:all 0.5s;
    border-radius:5px;
    margin-left:auto;
    margin-right:auto;
    box-shadow:0 0 5px rgba(0,0,0,0.3);
    position:relative;
}
.prodesc-btn>a:hover{
    filter:brightness(1.1);
    box-shadow:none;
}
.prodesc-btn>a i{
    position:absolute;
    top:50%;
    right:20px;
    transform:translateY(-50%);
    transition:all 0.5s;
}
.prodesc-btn>a:hover i{
    right:10px;
}
.h2findresult{
    font-size:20px;
    font-weight:700;
    margin-bottom:10px;
}
.contactlinebtn{
    color:#444;
    transition:all 0.5s;
    position:relative;
    font-weight:700;
}
.contactlinebtn:before{
    content:'';
    width:100%;
    height:1px;
    background:var(--logo-color);
    position:absolute;
    display:block;
    bottom:0;
    left:0;
    transform: scale(0, 1);
    transform-origin: right top;
    transition:transform 0.5s;
}
.contactlinebtn:hover{
    opacity:0.8;
}
.contactlinebtn:hover:before{
    transform-origin: left top;
    transform: scale(1, 1);
}
@media(min-width:768px){
    .ul-procat_list{
        display:flex;
        flex-flow:row wrap;
    }
    .ul-productslist>li{
        width:50%;
    }
    .ul-productslist>li:nth-of-type(2n+1){
        padding-right:5px;
    }
    .ul-productslist>li:nth-of-type(2n){
        padding-left:5px;
    }
    .tbl-summary{
        min-height:210px;
    }
    .ul-productslist>li .box{
        min-height:616px;
    }
}
@media(min-width:992px){
    .prcat_list{
        width:14.2857%;
    }
    .ul-procat_list>li{
        width:33.333%;
    }
    .ul-productslist>li{
        width:33.333%;
    }
    .ul-productslist>li:nth-of-type(2n+1){
        padding-right:0;
    }
    .ul-productslist>li:nth-of-type(2n){
        padding-left:0;
    }
    .ul-productslist>li:nth-of-type(3n+1){
        padding-right:10px;
    }
    .ul-productslist>li:nth-of-type(3n+2){
        padding:0 5px;
    }
    .ul-productslist>li:nth-of-type(3n){
        padding-left:10px;
    }
    .ul-productslist>li .box{
        min-height:585;
    }
}
/*==========================================================*/
/* single        											*/
/*==========================================================*/
.products-sec{
    position:relative;
}
.single-products-wrap{
    width:100%;
}
.entry-header{
    width:100%;
}
.single-products-wrap .page-ttl{
    position:relative;
    border-top: solid 2px #dfdfdf;
    padding:10px 0 10px 10px;
    font-weight:700;
}
.single-products-wrap .page-ttl:before{
    content:'';
    width:5px;
    height:100%;
    background:var(--logo-color);
    position:absolute;
    top:50%;
    left:0;
    transform:translateY(-50%);
}
.entry-body{
    width:100%;
}
.dl-single-products{
    display:flex;
    flex-flow:row wrap;
    width:100%;
    margin:0 0 40px 0;
}
.dl-single-products>dt{
    width:100%;
    margin-bottom:20px;
}
.dl-single-products>dd{
    width:100%;
}
.pict-illust{
    width:100%;
    margin-bottom:20px;
}
.pict-illust>a{
    width:100%;
    display:block;
}
.pict-illust>a img{
    width:100%;
    aspect-ratio:1/1;
    object-fit:contain;
}
.ul-single-pict{
    display:flex;
    flex-flow:row nowrap;
    justify-content:space-between;
    align-items: center;
    margin:0;
    padding:0;
    list-style:none;
}
.ul-single-pict>li{
    width:24%;
}
.ul-single-pict>li>a{
    width:100%;
    display:block;
}
.ul-single-pict>li>a img{
    width:100%;
    aspect-ratio:1/1;
    object-fit:cover;
}
.tbl-items{
    width:100%;
    margin-bottom:20px;
}
.tbl-items tbody{
    width:100%;
}
.tbl-items th{
    width:120px;
    font-weight:400;
    background:var(--logo-color);
    color:#fff;
    text-align:center;
    padding:0.5em;
    border-top:solid 1px rgba(255,255,255,0.8);
}
.tbl-items tr:first-of-type th{
    border-top:solid 1px var(--logo-color);
}
.tbl-items tr:last-of-type th{
    border-bottom:solid 1px var(--logo-color);
}
.tbl-items td{
    width:calc(100% - 120px);
    text-align:center;
    padding-left:5px;
    border:solid 1px var(--logo-color);
    padding:0.5em 0;
}
.downloadlink, .purchaselink{
    width:180px;
    height:45px;
    display:flex;
    justify-content: center;
    align-items: center;
    background:var(--linear-gradient);
    color:#fff;
    margin-left:auto;
    margin-right:auto;
    border-radius:10px;
    box-shadow:2px 2px 2px rgba(0,0,0,0.2);
    transition:all 0.5s;
    position:relative;
}
.downloadlink:hover, .purchaselink:hover{
    transform:translate3d(2px,2px,2px);
    box-shadow:none;
    color:#fff;
}
.downloadlink i, .purchaselink i{
    position:absolute;
    top:50%;
    right:10px;
    transform:translateY(-50%);
    transition:all 0.5s;
}
.downloadlink:hover i, .purchaselink:hover i{
    right:5px;
}
.tax_wrap{
    width:100%;
    display:flex;
    flex-flow:row wrap;
}
.ul_products_taxonomy{
    display:flex;
    flex-flow:row wrap;
    width:fit-content;
    margin:0;
    padding:0;
    list-style:none;
}
.ul_products_taxonomy>li{
    width:fit-content;
}
.ul_products_taxonomy>li a{
    display:flex;
    border:solid 1px #aaa;
    padding:0.5em;
    font-size:14px;
    margin-right:5px;
    margin-bottom:5px;
    color:#555;
    transition:all 0.5s;
}
.ul_products_taxonomy>li a:hover{
    background:var(--logo-color);
    color:#fff;
}
.single-products-desc{
    width:100%;
    margin-bottom:40px;
}
.h3related{
    font-size:24px;
    font-weight:700;
    padding-top:10px;
    padding-bottom:10px;
    margin-bottom:20px;
    padding-left:30px;
    position:relative;
    background:var(--thin-logo-color2);
}
.h3related:before{
    content:'';
    width:5px;
    height:100%;
    background:var(--logo-color);
    position:absolute;
    top:50%;
    left:0;
    transform:translateY(-50%);
}
@media(min-width:992px){
    .dl-single-products{
        justify-content:space-between;
    }
    .dl-single-products>dt{
        width:49%;
    }
    .dl-single-products>dd{
        width:49%;
    }
}
/*==========================================================*/
/* company        											*/
/*==========================================================*/
.page-header.company-pgheader{
    position:relative;
    z-index:5;
}
.page-company .section.breadSection{
    background:var(--logo-color);
    color:#fff;
    z-index:5;
    position:relative;
}
.page-company .breadSection .breadcrumb span{
    color:#fff;
}
.company-sec{
    background:var(--deep-logo-color);
    padding:20px 0;
    z-index:5;
    position:relative;
}
.ul-company{
    margin:0;
    padding:0;
    list-style:none;
    display:flex;
    flex-flow:row wrap;
}
.ul-company li{
    width:33.333%;
    padding:5px;
}
.ul-company li a{
    font-size:14px;
    border:solid 1px #fff;
    color:#fff;
    background:var(--deep-logo-color);
    display:flex;
    justify-content: center;
    align-items:center;
    width:100%;
    height:35px;
    position:relative;
    line-height:1.2;
    padding-left:10px;
    transition:all 0.5s;
}
.ul-company li a i{
    position:absolute;
    top:10px;
    left:5px;
    transition:all 0.5s;
}
.ul-company li a:hover{
    filter:brightness(1.2);
}
.ul-company li a:hover i{
    top:15px;
}
@media(min-width:768px){
    .ul-company{
        justify-content:space-between;
    }
    .ul-company li{
        width:19%;
        padding:0;
    }
}
/*----------------------------------------------------------*/
/* message        											*/
/*----------------------------------------------------------*/
.message-sec{
    padding:80px 0;
    background:var(--logo-color);
    position:relative;
    z-index:5;
}
.page-style{
    width:fit-content;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:40px;
}
.page-style h2{
    color:#fff;
    font-size:32px;
    font-weight:900;
    text-align:center;
    padding:20px;
    margin-bottom:15px;
    position:relative;
    letter-spacing:1px;
}
.page-style h2:before{
    content:'';
    width:0;
    height:4px;
    background:var(--logo-color2);
    position:absolute;
    bottom:0;
    left:50%;
    transform:translateX(-50%);
    transition: width 1s cubic-bezier(0.77, 0, 0.175, 1);
    transition-delay:0.5s;
}
.page-style.scroll-in h2:before{
    width:120px;
}
.page-style p{
    color:#f0f0f0;
    text-align:center;
    font-weight:700;
}
.message-wrap{
    width:100%;
}
.dl-message{
    width:100%;
    display:flex;
    flex-flow:row wrap;
    margin-bottom:0;
}
.dl-message dd{
    width:100%;
    margin:0;
}
.dl-message dt{
    width:100%;
    margin:0;
}
.dl-message dd .desc{
    width:100%;
}
.h3company{
    font-size:20px;
    color:#fff;
    margin-bottom:40px;
    font-weight:700;
    line-height:1.7;
}
.dl-message dd .desc p{
    color:#fff;
    line-height:2;
    text-align:justify;
}
.representative-wrap{
    margin-top:20px;
    margin-bottom:20px;
}
.dl-message dd .desc .representative-wrap p{
    font-family:var(--mincho);
    text-align:right;
    font-weight:900;
    font-size:1.2em;
}
.representative-wrap p span{
    margin-left:20px;
}
.dl-message dt .pict{
    width:100%;
    max-width:250px;
    margin-left:auto;
    margin-right:auto;
}
.dl-message dt .pict img{
    width:100%;
    aspect-ratio:5/6;
    object-fit:cover;
}
@media(min-width:768px){
    .page-style h2{
        font-size:46px;
    }
    .page-style p{
        font-size:18px;
    }
    .dl-message{
        justify-content: space-between;
    }
    .dl-message dd{
        width:69%;
    }
    .dl-message dt{
        width:29%;        
    }
    .h3company{
        font-size:24px;
        text-align:center;
    }
    .dl-message dt .pict img{
        aspect-ratio:4/5;
    }
}
@media(min-width:992px){
    .h3company{
        font-size:32px;
        text-align:center;
    }
}
/*----------------------------------------------------------*/
/* mission        											*/
/*----------------------------------------------------------*/
.mission-sec{
    position:relative;
    padding:80px 0;
    background:var(--logo-color);
    z-index:5;
}
@media(min-width:768px){
    .dl-message.dl-mission dd{
        order:2;
        display:flex;
        align-items:center;
    }
    .dl-message.dl-mission dt{
        order:1;
    }
}
/*----------------------------------------------------------*/
/* philosophy      											*/
/*----------------------------------------------------------*/
.philosophy-sec{
    position:relative;
    background:var(--logo-color);
    padding:80px 0;
    z-index:5;
}
.philosophy-wrap{
    width:100%;
    margin-bottom:40px;
}
.philosophy-wrap:last-of-type{
    margin-bottom:0;
}
.h3philosophy{
    font-size:24px;
    padding-left:20px;
    position:relative;
    color:#fff;
    font-weight:700;
    margin-bottom:30px;
}
.h3philosophy:before{
    content:'';
    width:10px;
    height:4px;
    background:var(--logo-color2);
    position:absolute;
    top:50%;
    left:0;
    transform:translateY(-50%);
}
.philosophy-wrap .inner{
    width:100%;
}
.philosophy-wrap .inner h4{
    color:#fff;
    font-size:20px;
    font-weight:700;
    margin-bottom:20px;
}
.philosophy-wrap .inner p{
    color:#fff;
    text-align:justify;
}
.ol-philosophy{
    margin-top:20px;
    font-size:17px;
    color:#fff;
    padding-left:20px;
}
.ol-philosophy li{
    padding:5px 0;
}
.ul-philosophy{
    margin-top:20px;
    font-size:17px;
    color:#fff;
    padding-left:20px;
}
.ul-philosophy li{
    padding:5px 0;
}
/*----------------------------------------------------------*/
/* company      											*/
/*----------------------------------------------------------*/
.profile-sec{
    padding:80px 0;
    position:relative;
    background:var(--logo-color);
    z-index:5;
}
.profile-wrap{
    width:100%;
}
.tbl-company{
    width:100%;
}
.tbl-company tr{
    display:block;
    margin-bottom:20px;
}
.tbl-company th{
    display:block;
    width:100%;
    padding:1em;
    text-align:center;
    background:var(--tbl-th-color);
    font-weight:500;
    letter-spacing:5px;
    color:#000;
}
.tbl-company td{
    display:block;
    width:100%;
    padding:1em;
    background:rgba(255,255,255,0.9);
    color:var(--logo-color1);
}
.tbl-company td p{
    color:var(--logo-color1);
}
.tbl-company td a{
    width:fit-content;
    position:relative;
    color:var(--link-color);
    font-weight:700;
}
.tbl-company td a:before{
    content:'';
    width:100%;
    height:1px;
    background:var(--logo-color2);
    position:absolute;
    display:block;
    bottom:0;
    left:0;
    transform: scale(0, 1);
    transform-origin: right top;
    transition:transform 0.5s;
}
.tbl-company td a:hover{
    color:var(--link-color);
    opacity:0.8;
}
.tbl-company td a:hover:before{
    transform-origin: left top;
    transform: scale(1, 1);
}
.tbl-company td a.faxnolink{
    pointer-events:none;
    color:var(--logo-color1);
    font-weight:400;
}
@media(min-width:768px){
    .tbl-company td a.telnolink{
        pointer-events:none;
        color:var(--logo-color1);
        font-weight:400;
    }
    .tbl-company tr{
        display:table-row;
        margin-bottom:0;
    }
    .tbl-company th{
        display:table-cell;
        width:30%;
        padding:1em;
        border-bottom:solid 1px var(--tbl-bd-color);
    }
    .tbl-company td{
        display:table-cell;
        width:70%;
        padding:1em;
        border-bottom:solid 1px var(--tbl-bd-color);
    }
}
/*----------------------------------------------------------*/
/* access         											*/
/*----------------------------------------------------------*/
.access-sec{
    position:relative;
    background:var(--logo-color);
    padding:80px 0;
    z-index:5;
}
.access-wrap{
    width:100%;
}
.access-wrap .map{
    width:100%;
    padding-top:100%;
    position:relative;
}
.access-wrap .map iframe{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
}
@media(min-width:768px){
    .access-wrap .map{
        padding-top:70%;
    }
}
@media(min-width:992px){
    .access-wrap .map{
        padding-top:500px;
    }
}
/* bkfix-sec */
.bkfix-sec{
    position:relative;
    z-index:1;
    padding:100px 0;
}
.bkfix-sec .bk-img{
    position:fixed;
    top:0;
    left:0;
    width:100vw;
    height:100vh;
}
.bkfix-sec .bk-img>img{
    width:100%;
    height:100%;
    object-fit:cover;
    filter:grayscale(50%) blur(1px);
    opacity:0;
}
.bkfix-sec.active .bk-img>img{
    opacity:1;
}
@media(min-width:768px){
    .bkfix-sec{
        position:relative;
        z-index:1;
        padding:200px 0;
    }
}
/*==========================================================*/
/* contact           										*/
/*==========================================================*/
.page-contact .site-beforefooter{
    display:none;
}
.contact-sec{
    position:relative;
}
.contact-sec .contains-wrap{
    max-width:800px;
    margin-left:auto;
    margin-right:auto;
}
.contact-sec a.telnolink{
    width:fit-content;
    position:relative;
    transition:all 0.5s;
    font-weight:700;
}
.contact-sec a.telnolink:before{
    content:'';
    width:100%;
    height:1px;
    background:var(--logo-color2);
    position:absolute;
    display:block;
    bottom:0;
    left:0;
    transform: scale(0, 1);
    transform-origin: right top;
    transition:transform 0.5s;
}
.contact-sec a.telnolink:hover:before{
    transform-origin: left top;
    transform: scale(1, 1);
}
.contact-wrap{
    width:100%;
    margin-top:80px;
}
.div-contactfm{
    width:100%;
    margin-bottom:20px;
}
.div-contactfm label{
    width:100%;
    font-weight:500;
    margin-bottom:10px;
    position:relative;
}
input[type='text'], input[type='email'], input[type='tel']{
    width:100%;
    height:60px;
    padding:5px;
    background-color: #f0f0f0;
    box-shadow: none !important;
    line-height: 1.5em;
    appearance: none;
    border: 1px solid #ccc;
}
input[type='text']:focus, input[type='email']:focus, input[type='tel']:focus{
    outline:solid 1px var(--focus-color);
}
textarea{
    width:100%;
    padding:5px;
    background-color: #f0f0f0;
    box-shadow: none !important;
    line-height: 1.5em;
    appearance: none;
    border: 1px solid #ccc;
}
textarea:focus{
    outline:solid 1px var(--focus-color);
}
input[type='submit']{
    width:100%;
    max-width:460px;
    height:60px;
    display:flex;
    justify-content:center;
    align-items:center;
    background:var(--linear-gradient-btn2);
    color:#fff;
    border:none;
    margin:0 auto;
    transition:all 0.3s;
}
input[type='submit']:hover{
    filter:brightness(1.1);
}
input[type='submit']:disabled{
    filter:brightness(0.8);
}
input[type='submit']:hover:disabled{
    filter:brightness(0.8);
}
.pripol-btn{
    padding:10px 0;
}
.pripol-btn>div{
    margin-bottom:30px;
}
.pripol-btn a{
    text-decoration:underline;
    margin-right:5px;
    transition:0.5s;
    width:fit-content;
    position:relative;
}
.pripol-btn a:before{
    content:'';
    width:100%;
    height:1px;
    background:var(--logo-color2);
    position:absolute;
    display:block;
    bottom:0;
    left:0;
    transform: scale(0, 1);
    transform-origin: right top;
    transition:transform 0.5s;
}
.pripol-btn a:hover:before{
    transform-origin: left top;
    transform: scale(1, 1);
}
.pripol-btn a:hover{
    text-decoration:none;
    opacity:0.8;
}
.pripol-btn .square{
    display:inline-block;
    position:relative;
    padding:10px;
}
.pripol-btn .square:before{
    content:'';
    width:13px;
    height:13px;
    border:solid 1px #555;
    border-radius:2px;
    background:#fff;
    position:absolute;
    bottom:0;
    left:50%;
    transform:translateX(-50%);
}
.checkbox-pripol{
    display:flex;
    justify-content:center;
    align-items:center;
}
.checkbox-pripol label{
    display:flex;
    align-items:center;
}
input[name='acceptance-privacypolicy']{
    width:18px;
    height:18px;
    margin-right:10px;
}
.pripol-desc{
    display:flex;
    justify-content:center;
}
.p-desc .require{
    color:var(--logo-color2);
}
.require{
    font-weight:400;
    display:flex;
    width:50px;
    height:26px;
    justify-content:center;
    align-items:center;
    background:var(--logo-color2);
    color:#fff;
    font-size:12px;
    border-radius:13px;
    position:absolute;
    top:50%;
    right:0;
    transform:translateY(-50%);
}
@media(min-width:768px){
    .contact-sec a.telnolink{
        pointer-events: none;
        font-weight:400;
        color:var(--font-color);
    }
    .tab-center{
        text-align:center;
    }
}
/*==========================================================*/
/* privacy-policy      										*/
/*==========================================================*/
.privacypolicy-sec{
    position:relative;
    padding:40px 0;
}
.privacypolicy-sec .toptitle h2{
    display:table;
    margin:0 auto 10px auto;
}
.privacypolicy-sec .toptitle h2:before{
        left:50%;
        transform:translateX(-50%);
}
.privacypolicy-head{
    width: 100%;
    margin-bottom: 40px;
}
.privacypolicy-wrap{
    width:100%;
    margin:0 auto;
}
.privacypolicy-wrap p{
    line-height:2;
}
.privacypolicy-inner {
    width: 100%;
    margin-bottom: 40px;
}
.privacypolicy-inner h3{
    width: 100%;
    height: 45px;
    color: #fff;
    background: var(--logo-color);
    font-size: 17px;
    line-height: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
}
.privacypolicy-inner ul {
    padding-left:20px;
    margin: 20px 0 20px 0;
}
.privacypolicy-inner ul>li {
    font-size:17px;
}
.privacypolicy-footer{
    display:flex;
    width:100%;
    justify-content: flex-end;
}
.to_contact{
    display:inline-block;
    font-weight:700;
    position:relative;
    transition:all 0.5s;
}
.to_contact:before{
    content:'';
    width:0;
    height:1px;
    background:var(--logo-color);
    position:absolute;
    bottom:0;
    left:0;
    transition:all 0.5s;
}
.to_contact:hover{
    color:var(--logo-color);
}
.to_contact:hover:before{
    width:100%;
}
/*==========================================================*/
/* single page style   										*/
/*==========================================================*/
.single-post .h2org, .single-products .h2org{
    color:var(--logo-color);
}
.single-post .h3philosophy, .single-products .h3philosophy{
    color:var(--logo-color);
}
