/* 
* Font 
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,600;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,600;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
.poppins-thin {
    font-family: "Poppins", serif;
    font-weight: 100;
    font-style: normal;
  }
  
  .poppins-extralight {
    font-family: "Poppins", serif;
    font-weight: 200;
    font-style: normal;
  }
  
  .poppins-light {
    font-family: "Poppins", serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .poppins-regular {
    font-family: "Poppins", serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .poppins-medium {
    font-family: "Poppins", serif;
    font-weight: 500;
    font-style: normal;
  }
  
  .poppins-semibold {
    font-family: "Poppins", serif;
    font-weight: 600;
    font-style: normal;
  }
  
  .poppins-bold {
    font-family: "Poppins", serif;
    font-weight: 600;
    font-style: normal;
  }
  
  .poppins-extrabold {
    font-family: "Poppins", serif;
    font-weight: 800;
    font-style: normal;
  }
  
  .poppins-black {
    font-family: "Poppins", serif;
    font-weight: 900;
    font-style: normal;
  }
  
  .poppins-thin-italic {
    font-family: "Poppins", serif;
    font-weight: 100;
    font-style: italic;
  }
  
  .poppins-extralight-italic {
    font-family: "Poppins", serif;
    font-weight: 200;
    font-style: italic;
  }
  
  .poppins-light-italic {
    font-family: "Poppins", serif;
    font-weight: 300;
    font-style: italic;
  }
  
  .poppins-regular-italic {
    font-family: "Poppins", serif;
    font-weight: 400;
    font-style: italic;
  }
  
  .poppins-medium-italic {
    font-family: "Poppins", serif;
    font-weight: 500;
    font-style: italic;
  }
  
  .poppins-semibold-italic {
    font-family: "Poppins", serif;
    font-weight: 600;
    font-style: italic;
  }
  
  .poppins-bold-italic {
    font-family: "Poppins", serif;
    font-weight: 600;
    font-style: italic;
  }
  
  .poppins-extrabold-italic {
    font-family: "Poppins", serif;
    font-weight: 800;
    font-style: italic;
  }
  
  .poppins-black-italic {
    font-family: "Poppins", serif;
    font-weight: 900;
    font-style: italic;
  }
  
#content {
  overflow: hidden;
}

/*
** Header
*/

.fa, .far, .fas {
  font-family: "Font Awesome 5 Free" !important;
}

body {
  padding-top: 112px;
  color: #222222;
}

* {
    font-size: 16px;
    font-family: 'Poppins', 'Noto Sans JP', sans-serif !important;
    font-weight: 400;
    font-style: normal;
}

a {
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    text-decoration: none;
}

a:focus,
a:visited {
  outline: none;
}

b, strong, strong > span {
  font-weight: 600;
}

.site-btn a:hover {
    transform: scale(0.95);
}

p {
    padding: 0;
}

.navigation-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navigation-inner ul li a {
    font-size: 16px;
    text-decoration: none;
}

.navigation-inner ul li {
    list-style: none;
}

.navigation-inner ul {
    display: flex;
    gap: 20px;
    margin-bottom: 0;
}

/* END OF HEADER */


.copyright {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.sample-page {
    text-align: center;
    margin-top: 16%;
    margin-bottom: 16%;
    width: 30%;
    margin-left: auto;
    margin-right: auto;
}

/*
** Button
*/

.site-btn > a {
    background-color: #7EAC02 !important;
    color: #ffffff!important;
    border-radius: 5px;
    margin-left: 15px;
    margin-right: 15px;
    background-image: none !important;
    font-size: 16px !important;
    font-weight: 600;
    text-transform: uppercase;
    border: none !important;
    padding: 15px 50px 15px 20px !important;
    position: relative;
    letter-spacing: .5px;
    min-width: 180px;
}

.site-btn > a > i { 
  right: 20px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: auto !important;
}


.site-btn > a:hover {
    background-color: #222222 !important;
    color: #ffffff !important;
}

.btn-inline {
    display: inline-block;
}

.btn-wrapper.btn-inline {
  position: relative;
  z-index: 2;
  padding-bottom: 80px;
}

.btn-wrapper {
  text-align: center;
}

/* TEXT */

.text-green p,
.text-half-green span.is-bold {
  color: #719A04;
  font-weight: 600 !important;
}


/* SPACING */

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.pb-80 {
  padding-bottom: 80px;
}

.mb-50 {
  margin-bottom: 50px;
}

.pb-100 {
  padding-bottom: 100px;
}

/* CUSTOM LIST ARROW */

.c-list-arrow ul {
  list-style: none;
  margin-left: 20px;
}

.c-list-arrow ul li {
  position: relative;
  margin-bottom: 15px;
}

.c-list-arrow ul li:before {
  content: url('../img/list-right-arrow.svg');
  position: absolute;
  left: -28px;
  top: 0;
  bottom: 0;
}

/* MENU */

#primary-menu li.current-menu-parent > a,
.post-type-archive-news #primary-menu li.menu-news > a,
ul#primary-menu li.current-menu-item > a {
  color: #89ba00;
}

.not-found {
  padding-top: 50px;
  padding-bottom: 50px;
}

.not-found h2 {
  color: #222222;
}

.hp-reason-section h2 {
  text-transform: uppercase;
}

@media(min-width: 1051px ) {


  li.menu-item-has-children {
    position: relative;
    padding-right: 18px;
  }
  
  li.menu-item-has-children:before {
    content: '' !important;
    position: absolute;
    right: -5px;
    width: 12px;
    height: 12px;
    background-image: url(../img/down-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: .3;
  
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
  }
  
  
  li.menu-item-has-children:hover:before {
    opacity: 1;
  }
  
}


/* WP BAKERY REMOVE TAB VERTICAL ANIMATION */
.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panel .vc_tta-panel-body,
.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-bottom .vc_tta-panel .vc_tta-panel-body {
    -webkit-transform: none; 
    -moz-transform: none; 
    -ms-transform: none; 
    -sand-transform: none; 
    -o-transform: none; 
     transform: none; 
    -webkit-transition: none; 
    -moz-transition: none; 
    -o-transition: none; 
    transition: none; 
    animation: fadein 1s;
}

@keyframes fadein {
    from { opacity: .7; }
    to   { opacity: 1; }
}

/* COMPANY LOGOS CSS */

.b-slider {
  overflow-x: hidden;
  min-width: 100%;
  outline: 0;
}

/* .b-slider:hover .b-slider__img {
  filter: grayscale(1) contrast(0) blur(1px);
} */

.b-slider__slide {
  text-align: center;
  width: 350px;
  min-height: 250px;
  display: flex;
  align-items: center;
}

.b-slider__slide img {
  width: 80%;
}

.b-slider__ref {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.b-slider__ref:hover .b-slider__img {
  filter: unset;
}

/* END OF COMPANY LOGOS CSS */