<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
  font-family: 'Roboto', sans-serif;
}

/*
header
===========================================*/
@media screen and (min-width: 768px) {
  header .header_inner,
  header .nav_inner {
    height: 100%;
  }
}

header .company .drop_menu--title span {
  line-height: 1.2;
}

header .company .drop_menu--title span:before {
  margin-top: 22px;
}

@media screen and (min-width: 768px) {
  header .products {
    padding: 30px 0;
  }
}

@media screen and (max-width: 767px) {
  header .products {
    padding: 0 !important;
  }
}

header .products .drop_menu--inner {
  padding: 0;
}

header .drop_menu .left_body a:hover {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  #gnav .gnav_menu_item.inmenu &gt; p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    font-size: 1.4rem;
    letter-spacing: 0.06em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
  }
}

#gnav .gnav_menu_item.inmenu &gt; p &gt; span {
  position: relative;
  -webkit-transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media screen and (max-width: 767px) {
  #gnav .gnav_menu_item.inmenu &gt; p &gt; span {
    font-size: 4vw;
  }
}

#gnav .gnav_menu_item.inmenu &gt; p &gt; span:after {
  content: "";
  position: absolute;
  bottom: -12px;
  width: 100%;
  height: 2px;
  left: 0;
  background: #00a650;
  -webkit-transition: .1s ease-out;
  transition: .1s ease-out;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

@media screen and (max-width: 767px) {
  #gnav .gnav_menu_item.inmenu &gt; p &gt; span:after {
    content: none;
  }
}

@media screen and (min-width: 768px) {
  #gnav .gnav_menu_item.inmenu.active &gt; p &gt; span,
  #gnav .gnav_menu_item.inmenu.current &gt; p &gt; span {
    color: #00a650;
  }
  #gnav .gnav_menu_item.inmenu.active &gt; p &gt; span:after,
  #gnav .gnav_menu_item.inmenu.current &gt; p &gt; span:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.products .left_body .drop_menu--item .menu_second {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: none;
  padding-bottom: 0;
}

@media screen and (min-width: 768px) {
  .products .left_body .drop_menu--item .menu_second .menu_second--item,
  .products .left_body .drop_menu--item .menu_second .menu_second--item:nth-of-type(2) {
    width: 47.5%;
    margin-bottom: 0;
  }
  .products .left_body .drop_menu--item .menu_second .menu_second--item p,
  .products .left_body .drop_menu--item .menu_second .menu_second--item:nth-of-type(2) p {
    text-indent: 0;
    padding: 0;
    height: 100%;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
  .products .left_body .drop_menu--item .menu_second .menu_second--item p:before,
  .products .left_body .drop_menu--item .menu_second .menu_second--item:nth-of-type(2) p:before {
    content: none;
  }
}

@media screen and (min-width: 768px) {
  .products .left_body .drop_menu--item .menu_second .menu_second--item a,
  .products .left_body .drop_menu--item .menu_second .menu_second--item:nth-of-type(2) a {
    position: relative;
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    text-indent: 0;
    height: 100%;
    padding: 26px 20.47% 26px 8.77%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .products .left_body .drop_menu--item .menu_second .menu_second--item a:before, .products .left_body .drop_menu--item .menu_second .menu_second--item a:after,
  .products .left_body .drop_menu--item .menu_second .menu_second--item:nth-of-type(2) a:before,
  .products .left_body .drop_menu--item .menu_second .menu_second--item:nth-of-type(2) a:after {
    content: "";
    position: absolute;
    right: 16px;
    left: auto;
    height: 2px;
    background: #00a650;
    -webkit-transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition-property: width,left,right,background-color,margin;
    transition-property: width,left,right,background-color,margin;
  }
}

@media screen and (min-width: 768px) and (max-width: 767px) {
  .products .left_body .drop_menu--item .menu_second .menu_second--item a:before, .products .left_body .drop_menu--item .menu_second .menu_second--item a:after,
  .products .left_body .drop_menu--item .menu_second .menu_second--item:nth-of-type(2) a:before,
  .products .left_body .drop_menu--item .menu_second .menu_second--item:nth-of-type(2) a:after {
    right: 2.66667vw;
  }
}

@media screen and (min-width: 768px) {
  .products .left_body .drop_menu--item .menu_second .menu_second--item a:before,
  .products .left_body .drop_menu--item .menu_second .menu_second--item:nth-of-type(2) a:before {
    top: 52%;
    width: 29px;
    margin-left: -10px;
    margin-top: -1px;
  }
}

@media screen and (min-width: 768px) and (max-width: 767px) {
  .products .left_body .drop_menu--item .menu_second .menu_second--item a:before,
  .products .left_body .drop_menu--item .menu_second .menu_second--item:nth-of-type(2) a:before {
    width: 5.2vw;
  }
}

@media screen and (min-width: 768px) {
  .products .left_body .drop_menu--item .menu_second .menu_second--item a:after,
  .products .left_body .drop_menu--item .menu_second .menu_second--item:nth-of-type(2) a:after {
    top: 52%;
    width: 12px;
    margin-top: -1px;
    margin-left: -2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
}

@media screen and (min-width: 768px) and (max-width: 767px) {
  .products .left_body .drop_menu--item .menu_second .menu_second--item a:after,
  .products .left_body .drop_menu--item .menu_second .menu_second--item:nth-of-type(2) a:after {
    width: 2.4vw;
  }
}

@media screen and (min-width: 768px) {
  .products .left_body .drop_menu--item .menu_second .menu_second--item a:hover:before, .products .left_body .drop_menu--item .menu_second .menu_second--item a:hover:after,
  .products .left_body .drop_menu--item .menu_second .menu_second--item:nth-of-type(2) a:hover:before,
  .products .left_body .drop_menu--item .menu_second .menu_second--item:nth-of-type(2) a:hover:after {
    right: 11px;
  }
}

@media screen and (min-width: 768px) and (max-width: 767px) {
  .products .left_body .drop_menu--item .menu_second .menu_second--item a:hover:before, .products .left_body .drop_menu--item .menu_second .menu_second--item a:hover:after,
  .products .left_body .drop_menu--item .menu_second .menu_second--item:nth-of-type(2) a:hover:before,
  .products .left_body .drop_menu--item .menu_second .menu_second--item:nth-of-type(2) a:hover:after {
    right: 2vw;
  }
}

.products .left_body .drop_menu--item .menu_second .svg_icon {
  width: 50px;
  height: 50px;
  margin-right: 20px;
}

.products .left_body .drop_menu--item .menu_second .svg_icon .path01 {
  fill: #00a650;
}

@media screen and (max-width: 767px) {
  .products .left_body .drop_menu--item .menu_second .svg_icon {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .products .left_body .drop_menu--item .menu_second .text {
    display: block;
    word-break: break-all;
    width: calc(100% - 70px);
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    -webkit-transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition-property: background-color,color;
    transition-property: background-color,color;
  }
}

@media screen and (min-width: 768px) {
  .products .left_body .drop_menu--item .menu_second .menu_second--item:nth-of-type(n+3) {
    padding-top: 22px;
  }
}

.products .left_body .drop_menu--item .menu_second .menu_second--item:nth-of-type(3) {
  margin-top: 0;
}

.products .left_body .drop_menu--item .menu_second .menu_second--item.targetbl a {
  position: relative;
}

.products .left_body .drop_menu--item .menu_second .menu_second--item.targetbl a:before {
  right: 35px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 16px;
  height: 16px;
  background: url(/assets/images/english/common/link_target.png);
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-transition-property: background-image;
  transition-property: background-image;
}

@media screen and (max-width: 767px) {
  .products .left_body .drop_menu--item .menu_second .menu_second--item.targetbl a:before {
    content: "";
    position: absolute;
    width: 3.33333vw;
    height: 3.33333vw;
    right: 2.66667vw;
  }
}

.products .left_body .drop_menu--item .menu_second .menu_second--item.targetbl a:after {
  content: none;
}

@media screen and (min-width: 768px) {
  .products .left_body .drop_menu--item .menu_second .menu_second--item a:hover {
    background: #00a650;
  }
  .products .left_body .drop_menu--item .menu_second .menu_second--item a:hover .svg_icon .path01 {
    fill: #fff;
  }
  .products .left_body .drop_menu--item .menu_second .menu_second--item a:hover .text {
    color: #fff;
  }
  .products .left_body .drop_menu--item .menu_second .menu_second--item a:hover:before, .products .left_body .drop_menu--item .menu_second .menu_second--item a:hover:after {
    background-color: #fff;
  }
}

@media screen and (min-width: 768px) {
  .products .left_body .drop_menu--item .menu_second .menu_second--item.targetbl a:hover:before {
    background-size: 100%;
    background-image: url(/assets/images/english/common/link_target_hover.png);
    background-color: transparent;
  }
}

/*
footer
===========================================*/
.footer_menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  width: 53%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .footer_menu {
    max-width: 640px;
  }
}

@media screen and (max-width: 767px) {
  .footer_menu {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.footer_menu .footer_menu_item + .footer_menu_item {
  margin-top: 0;
}

.footer_menu .footer_menu_wrap {
  width: 100%;
}

.footer_menu .footer_menu_wrap .footer_menu_item--second:first-child {
  margin-right: 0;
}

/*
footer_contact
===========================================*/
@media screen and (min-width: 768px) {
  .footer_contact .footer_contact--text {
    margin-right: 50px;
  }
}

/*
footer_top
===========================================*/
@media screen and (min-width: 768px) {
  .footer_top {
    padding: 50px 0 0;
  }
}

.footer_company--address dt {
  letter-spacing: 0.03em;
}

.footer_company--address dd {
  letter-spacing: 0.03em;
}

#gnav .gnav_menu_item &gt; p &gt; a {
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  #gnav .gnav_menu_item &gt; p &gt; a {
    font-size: 1.4rem;
  }
}

.footer_top .targetbl {
  position: relative;
}

.footer_top .targetbl:after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-left: 8px;
  vertical-align: middle;
  background-image: url(/assets/images/english/common/link_target_gray.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 767px) {
  .footer_top .targetbl:after {
    position: absolute;
    width: 3.33333vw;
    height: 3.33333vw;
    right: 2.66667vw;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}

@media screen and (min-width: 768px) {
  .footer_menu .footer_menu_item &gt; p.in_footermenu {
    margin-bottom: 8px;
  }
}

#gnav .gnav_link_english {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 23.5px 2%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  #gnav .gnav_link_english {
    margin: 8.8vw 2% 6.93333vw;
  }
}

#gnav .gnav_link_english a {
  padding: 7px;
  border: 1px solid #d9d9d9;
  font-size: 1.3rem;
  letter-spacing: 0;
}

@media only screen and (min-width: 1300px) {
  #gnav .gnav_link_english a {
    padding: 7;
  }
}

@media screen and (max-width: 767px) {
  #gnav .gnav_link_english a {
    width: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 6.8vw auto 0;
    margin: 0 auto;
    border: none;
    font-size: 2.93333vw;
    padding: 0;
  }
}

.footer_company--en a {
  display: inline-block;
  padding: 8px;
  border: 1px solid #aaa;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-property: background-color,color;
  transition-property: background-color,color;
}

@media screen and (max-width: 767px) {
  .footer_company--en a {
    padding: 2.93333vw 5.33333vw;
  }
}

.contact_btn {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .contact_btn {
    width: 73.33333vw;
  }
}

.contact_btn a {
  padding: 18px 74px;
}

@media screen and (max-width: 767px) {
  .contact_btn a {
    padding: 4.66667vw 21.33333vw 4.66667vw 21.33333vw;
  }
}

/*# sourceMappingURL=../../css.map/common/common_en.css.map */
</pre></body></html>