/*---- custom ------*/
root:{
  font: 100% / 1.5 sans-serif;
}
html {
  font-size: 62.5% !important;
}
body {
  font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
  letter-spacing: 0.15em;
  font-size: 10px !important;
  font-size: 1.4rem !important;  
}
img {
    width: 100%;
}
ul  {list-style: none;}
.slick-slide   { height: auto;;}


h3.contentsTitle, h2.contentsTitle {
    font-size: 4.2rem !important;
    margin: 0 0 6rem 0;
    padding-left: 3rem;
    color: #004e97;
    border-left: 10px solid #004e97;
}
header .container {
  margin-top: 0;
}
/*----------------------------------
	#keyvArea 
-----------------------------------*/
#keyvArea {
    position: relative;
}
#keyvArea .caption {
  white-space: nowrap;
  position: absolute;
  bottom: 40%;
  left: 50%;
  text-align: left;
  z-index: 9998;
  padding: 20px;
  color: #fff ;
  max-width: 120rem;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: .02em;
  transform: translate(-62.5%, 100px);
  text-shadow: 5px 5px 5px rgb(0 0 0 / 50%);
  z-index: 2;
}
#keyvArea h2 {
  font-size: 6rem;
  padding-bottom: .5em;
  color: #fff;
}
#keyvArea p {
  font-size: 1.7rem;
  line-height: 2em;
}
#keyvArea #keyvImg {
    position: relative;
    z-index: 1;
}


/*----------------------------------
	nav
-----------------------------------*/
nav {}
nav ul#gnavi {
    flex-wrap: nowrap;
}
nav ul#gnavi li {
    width: fit-content;
}
nav ul#gnavi li a, nav ul#gnavi li span.nolink {
  padding: 1rem 0;
  color: #222;
  font-weight: bold;
}
nav ul#gnavi li .childNav {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  display: none;
}
nav ul#gnavi li .childNav.active {
  display: block;
}
/*-----------------------
moreInfo
------------------------*/
.moreInfo {
	margin: 2rem auto;
	width: fit-content;
}
.moreInfo a {
    padding: 1em 3em;
    border: 1px solid #003c8a;
    margin: 2rem 0;
    width: fit-content;
    border-radius: .5rem;
    display: block;
    color: #003c8a;
    font-weight: bold;
}
.contentsLink {
    position: absolute;
    right: 0;
    top: 0;
}
.contentsLink a {
    padding: 1rem 1.75rem
}
/*-----------------------
patPIcon
------------------------*/

.patIcon, .patPIcon {

}
.productList .itemCatItem .patIcon,
.productList .itemCatItem .patPIcon,
.productList .pickupItemCatItemList .patIcon,
.productList .pickupItemCatItemList .patPIcon {
  position: absolute;
  right: 5px;
  top: 0;
}
.patIcon,.patentMark {
  background: #20999a;
  color: #fff;
  font-size: 0.8rem;
  padding: 0 0.5rem;
}
.patPIcon {
  background: #d08207;
  color: #fff;
  font-size: 0.8rem;
  padding: 0 0.5rem;
}
/*----------------------
#feature 
---------------------*/
#feature {
  background: #002a4b;
  margin-top: -5rem;
  padding: 2rem 0 0.5rem 4rem;
  z-index: 2;
  position: relative;
}
#feature .contents {
  margin: 0 auto 0 0;
}
#feature h3.contentsTitle {
  color: #fff;
  font-size: 2rem;
  padding: 0;
}
#feature .featureSlide {
  padding-top: 1.7rem;
}
#feature .featureSlide .slick-slide {
  margin-right: 2rem !important;
}
#feature .featureSlide .slick-list {
  padding: 1px 10% 1px 1px !important;
}
#feature .featureSlide li a {
  display: block;
  color: #fff;
  position: relative;
}
#feature .featureSlide li a figure {
  position: absolute;
  top: 50%;
  left: 5%;
  opacity: 0;
  width: 90%;
  font-weight: bold;
  text-align: center;
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  z-index: 9998;
}
#feature .featureSlide li a:hover figure {
  opacity: 1;
}
#feature .featureSlide li a .photo {
  display: block;
  color: #fff;
  position: relative;
  border: 0 solid #fff;
}
#feature .featureSlide li a:hover .photo img {
  filter: grayscale(0%);
  opacity: 1;
  transition: all .5s;
}
#feature .featureSlide li a:hover .photo img {
  filter: grayscale(80%);
  opacity: .5;
  transition: all .5s;
}
#feature .featureSlide li a .text {
  line-height: 3em;
}
#feature .featureSlide .slick-prev, #feature .featureSlide .slick-next {
  top: -2rem;
}
#feature .featureSlide .slick-prev {
  right: calc(5vw + 5rem);
  left: auto;
}
#feature .featureSlide .slick-next {
  right: 5vw;
}
#feature .featureSlide .slick-prev:before, #feature .featureSlide .slick-next:before {
  font-family: 'slick';
  font-size: 3.7rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#feature .featureSlide .slick-dots {
  position: absolute;
  bottom: auto;
  top: -2em;
  right: 12vw;
  list-style: none;
  width: fit-content;
}
#feature .featureSlide .slick-dots li button:before {
  line-height: 0;
  height: 2px;
  position: absolute;
  top: 3px;
  left: 0;
  width: 3rem;
  height: 3px;
  content: '';
  text-align: center;
  opacity: .25;
  background: #ffffff;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#feature .featureSlide .slick-dots li.slick-active button:before {
  opacity: 1;
  background: #ffffff;
}
/*------------------------
#advantage 
---------------------*/
#advantage {
  position: relative;
}
#advantage:after {
  position: absolute;
  content: '';
  background: #e5ebf3;
  height: calc(50% + 8rem);
  width: 100%;
  bottom: -8rem;
  left: 0;
  z-index: 0;
}
#advantage .contents {
  position: relative;
  z-index: 2;
}
#advantage .flex {
  justify-content: space-between;
}
#advantage article {
  width: calc(100%/3);
  padding: 0 0 0 0;
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 5rem
}
#advantage article:nth-child(2) {
  margin-top: 2.5rem;
  padding: 0;
}
#advantage article:last-child {
  margin-top: 0rem;
  padding: 0 0 0 0;
}
#advantage article .text {
  background: #fff;
  padding: 1rem;
  font-size: 1rem;
}

/*-----------------------
pickupProductList
------------------------*/
#pickupProductList h3{letter-spacing: 0.1em;
    margin: 0;
    padding: 0.5rem 0.5rem 1.5rem 0;
    font-size: 1rem;
    font-weight: bold;
    color: #003c8a;
    width: 100%;
    vertical-align: middle;
}
#pickupProductList .text{font-size: .9rem;}
#pickupProductList {}
#pickupProductList {}
#pickupProductList {}

/*-----------------------
productList
------------------------*/
.productList {
    position: relative;
}
.badge-patent {
    display: inline-block;
    font-size: 0.75rem;
    padding: 4px 8px;
    margin-bottom: 6px;
    border-radius: 4px;
    font-weight: bold;
}

.badge-granted {
    background: #c62828;
    color: #fff;
}

.badge-applied {
    background: #ef6c00;
    color: #fff;
}
/*-----------------------
 js-product-search
------------------------*/
.js-product-search{
    display: block;
}
.js-product-search h4 {
    font-size: 1.2rem;
    margin: 1rem 0 1rem;
}