/*----------------------
common
----------------------*/
#notSupport {
  background: #FBEEEE;
  display: none;
  padding: 8px;
  text-align: center;
}
#toTop a {
  background: #333333;
  border-radius: 4px;
  bottom: 25px;
  color: #ffffff !important;
  font-size: 14px;
  opacity: 0.8;
  padding: 10px 14px;
  position: fixed;
  right: 25px;
  z-index: 8888;
}
main.overflowh {
    overflow: hidden;
}
img {
  max-width: 100%;
}
.pc {
  display: inline-block;
}
.pc_inline {
  display: inline-block;
}
.sp, .sp-block {
  display: none;
}
.sp_inline {
  display: none;
}
.nolink:hover {
  text-decoration: none !important;
  cursor: default;
}
.redBold {
  color: #cc0000;
  font-weight: 700;
}
.mgt60 {
  margin-top: 60px !important;
}
.err {
  background: #f9e9e9;
  border: 1px solid #cc0000;
  border-radius: 4px;
  color: #cc0000;
  font-size: 88%;
  margin: 0 0 10px 0;
  padding: 5px;
}
.mg0 {
    margin: 0 !important;
}
.outerIcon {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin: -1px 0 0 5px;
}

#header-navi-pc .outerIcon {
  width: 14px;
  height: 14px;
  vertical-align: middle;
  margin: -2px 0 0 3px;
}
.outerIcon_sp {
    width: 14px;
    height: 14px;
    vertical-align: middle;
    margin: -1px 0 0 3px;
}
/*----------------------
not Support
----------------------*/
#noScript {
  background: #f9f8db;
  padding: 8px;
  text-align: center;
  color: #000000;
  position: fixed;
  top: 70px;
  z-index: 99999;
  width: 100%;
}
#noScript span {
  font-weight: bold;
}
#notSupport {
  background: #FBEEEE;
  display: none;
  padding: 8px;
  text-align: center;
  position: fixed;
  top: 70px;
  z-index: 99999;
  width: 100%;
  color: #000000;
}
.oldie #notSupport {
  display: block;
}
/*----------------------
animation
----------------------*/
.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all .75s
}
.fadein.animated {
  opacity: 1;
  transform: translate(0, 0)
}
.slidein, .slidein-r {
  opacity: 0;
}
.slidein.anim {
  animation: slideIn 1.75s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}
.slidein-r.anim {
  animation: slideIn-r 1.75s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}
@keyframes blur {
  0% {
    filter: blur(10px);
    opacity: 0;
  }
  100% {
    filter: blur(0);
    opacity: 1;
    margin: 0;
  }
}
@keyframes slideIn {
  0% {
    filter: blur(1px);
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    filter: blur(0px);
    transform: translateX(0);
  }
  60%, 100% {
    opacity: 1;
  }
}
@keyframes slideIn-r {
  0% {
    filter: blur(1px);
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    filter: blur(0px);
    transform: translateX(0);
  }
  60%, 100% {
    opacity: 1;
  }
}
/*----------------------
layout
----------------------*/
.inner {
  margin: 0 auto;
  width: 1400px;
}
.sideContact {

  position: fixed;
  right: -150px;
  top: 10%;
  z-index: 9988;
}
.sideContact img {
  width: 60px;
}
/*----------------------
list
----------------------*/
.indentLi li {
  text-indent: -1em;
  padding-left: 1em;
  margin: 0 0 5px 0;
}
.halfLi {
  display: flex;
  justify-content: space-between;
}
.halfLi li {
  width: calc(49% - 10px);
}
.halfBox {
  display: flex;
  justify-content: space-between;
}
.halfBoxL {
  width: calc(55% - 10px);
}
.halfBoxR {
  width: calc(45% - 10px);
}
/*----------------------
branch
----------------------*/
.branch {
  margin: 0 0 40px 0;
}
.branch ul {
  margin: 0 auto;
  width: 1400px;
}
.branch li {
  float: left;
  font-size: 13px;
  padding: 5px 5px 5px 0;
}
.branch li::after {
  content: '　>';
  color: #333333;
}
.branch li:last-child:after {
  content: '';
}
.branch li a {
  color: #000000;
  font-size: 13px;
}
/*----------------------
title
----------------------*/
.titleWrap {
  position: relative;
}
.line {
  border-bottom: 1px solid #1e50af;
  left: -150px;
  position: absolute;
  top: 45px;
  width: 120px;
}
.linew {
  border-bottom: 1px solid #ffffff;
  left: -150px;
  position: absolute;
  top: 45px;
  width: 120px;
}
.lineb {
  border-bottom: 1px solid #000000;
  left: -150px;
  position: absolute;
  top: 45px;
  width: 120px;
}
.pageTitle {
  margin: 77px 0 0 0;
  padding: 180px 0;
  text-align: center;
}
.pageTitle .enTitle {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 350%;
  font-weight: 800;
  line-height: 1.2em;
  text-shadow: #666 1px 0 15px;
}
.pageTitle .jpTitle {
  color: #ffffff;
  font-size: 320%;
  font-weight: 800;
  line-height: 1.2em;
  text-shadow: #666 1px 0 15px;
    margin: 0 0 8px 0;
}
.subTitle {
  color: #ffffff;
  font-size: 150%;
  font-weight: 800;
  text-shadow: #666 1px 0 15px;
}
.pageInfoTxt {
  margin: 0 0 40px 0;
}
.page-h-en {
  color: #1e50af;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 280%;
  font-weight: 800;
}
.page-h {
  display: inline-block;
  font-size: 110%;
  font-weight: 800;
  margin: 0 0 0 20px;
}
.product-content-title {
  font-weight: 700;
  font-size: 110%;
  border-bottom: 2px dotted #cccccc;
  padding: 0 0 10px 0;
  margin: 0 0 20px 0;
}
/*----------------------
link
----------------------*/
.section-link {
  font-size: 120%;
  margin: 30px 0 0 0;
}
.section-link a {
  color: inherit;
  text-decoration: none;
}
.section-link span {
  border: 1px solid #1b4aa2;
  border-radius: 100px;
  color: #1b4aa2;
  display: inline-block;
  height: 30px;
  margin: 0 0 0 10px;
  text-align: center;
  width: 30px;
}
/*----------------------
table
----------------------*/
.tbl01 th {
  background: #f4f4f4;
  width: 30%;
}
.tbl01 th, .tbl01 td {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding: 15px;
  vertical-align: middle;
}
/*----------------------
HEADER
----------------------*/
header {
  background: #ffffff;
  box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.headerInner {
  margin: 0 auto;
}
.logo {
  float: left;
  margin: 20px 0 20px 20px;
}
.logo img {
  height: 35px;
}
.menuList {
  float: right;
}
.menuList ul {
  float: left;
}
.menuList ul li {
  float: left;
  margin: 0 30px 0 0;
}
.menuList ul li:last-child {
  margin: 0;
}
.menuList ul li a {
  color: #333333;
  display: block;
  font-weight: 600;
  line-height: 74px;
  text-decoration: none !important;
}
.menuList .telLink {
  font-size: 150%;
  pointer-events: none;
}
.menuList li.contact a {
  background: #1b4aa2 !important;
  line-height: normal;
  padding: 7px 15px;
  text-align: center;
}
.menuList li.contact a span {
  color: #ffffff !important;
  display: block;
  font-size: 84%;
}
.menuList .tel {
  font-size: 84%;
  font-weight: 600;
}
.menuIcon {
  width: 43px;
}
.subMenu {
  display: none;
}
/*ハンバーガーメニュー*/
#spMenuBtn {
  background: #333333;
  cursor: pointer;
  display: none;
  height: 54px;
  position: fixed;
  right: 0;
  top: 0;
  width: 54px;
  z-index: 9999;
}
#header-navi-sp {
  background: #ffffff;
  display: none;
  height: 100vh;
  position: fixed;
  top: 54px;
  width: 100vw;
  z-index: 1;
}
.header-navi-sp-btn {
  cursor: pointer;
  display: none;
  height: 22px;
  position: fixed;
  right: 13px;
  top: 15px;
  width: 28px;
  z-index: 9999;
}
.header-navi-sp-btn-line {
  background-color: #ffffff;
  display: block;
  height: 1px;
  position: absolute;
  transition: all 0.6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  width: 100%;
}
.header-navi-sp-btn-line:nth-child(1) {}
.header-navi-sp-btn-line:nth-child(2) {
  transform: translate(0, -50%);
  top: 50%;
}
.header-navi-sp-btn-line:nth-child(2) {
  width: 85%;
}
.header-navi-sp-btn-line:nth-child(3) {
  bottom: 0;
}
/*クリック時*/
.sp-menu-open .header-navi-sp-btn-line {
  background-color: #ffffff !important;
}
.sp-menu-open .header-navi-sp-btn-line:nth-child(1) {
  transform: rotate(45deg);
  top: 50%;
}
.sp-menu-open .header-navi-sp-btn-line:nth-child(2) {
  opacity: 0;
}
.sp-menu-open .header-navi-sp-btn-line:nth-child(3) {
  transform: rotate(-45deg);
  top: 50%;
}
.header-navi-sp-list-item a {
  border: 1px solid #eeeeee;
  color: #333333 !important;
  display: block;
  font-size: 15px;
  font-weight: bold;
  margin-top: -1px;
  padding: 12px 20px;
}
.subMenu {
  display: none;
}
.subMenu li {
  position: relative;
}
.subMenu li a {
  padding: 12px 20px 12px 40px;
}
.subMenu li a::after, li.arrow a::after {
  content: "→";
  position: absolute;
  right: 35px;
  font-family: 游ゴシック体, Yu Gothic, YuGothic, ヒラギノ角ゴ Pro, sans-serif;
  color: #999999;
}
.toggleMenu::after {
  content: "";
  position: absolute;
  right: 35px;
  background-image: url(../img/bg_plus.png);
  background-position: 94%;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  width: 25px;
  height: 25px;
}
.toggleMenu.open::after {
  content: "";
  position: absolute;
  right: 35px;
  background-image: url(../img/bg_negative.png);
  background-position: 94%;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  width: 25px;
  height: 25px;
}
.header-navi-sp-list-item a:hover {
  text-decoration: none;
}
/*----------------------
MainVisual
----------------------*/
.swiper-container {
  height: 100vh;
  position: relative;
  width: 100%;
}
.swiper-wrapper .swiper-slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.swiper-slide-active .slide-logo img {
  display: inline;
}
.top-msg {
  animation-name: blur;
  animation-duration: 0.9s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  filter: blur(10px);
  left: 50%;
  margin: auto;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  width: 100%;
  z-index: 9999;
}
.msg1 {
  color: #ffffff;
  font-size: 350%;
  font-weight: 800;
  padding: 0 0 0 5%;
  text-shadow: #373737 1px 0 10px;
}
.msg2 {
  color: #ffffff;
  font-size: 300%;
  font-weight: 800;
  padding: 0 0 0 5%;
  text-shadow: #373737 1px 0 10px;
}
.scrolldown {
  bottom: 10px;
  height: 50px;
  left: 50%;
  position: absolute;
  z-index: 9999;
}
.scrolldown span {
  color: #eee;
  font-family: 'Jost', 'Outfit', 游ゴシック体, Yu Gothic, YuGothic, ヒラギノ角ゴ Pro, sans-serif;
  font-size: 0.60rem;
  left: -19px;
  letter-spacing: 0.06em;
  position: absolute;
  top: -15px;
  width: 50px;
}
.scrolldown::after {
  animation: pathmove 1.4s ease-in-out infinite;
  background: #eee;
  content: "";
  height: 30px;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 1px;
}
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}
/*----------------------
TOP
----------------------*/
.top-splitBox {
  display: flex;
  justify-content: space-between;
}
.split-l {
  width: 20%;
}
.split-r {
  width: 75%;
}
/* キャッチ */
.top-catch {
  padding: 180px 0;
  position: relative;
   
}
#particles-js {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.top-catch-box {
  display: flex;
  justify-content: space-between;
}
.top-catch-l {
  width: 50%;
}
.top-catchImg {
  background: url(../img/top-catchImg.jpg) no-repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  background-position: center left;
  background-size: cover;
  border-bottom-left-radius: 40px;
  border-top-left-radius: 40px;
  bottom: -130px;
  height: 650px;
  position: absolute;
  right: 0;
  width: 46%;
  z-index: 8888;
}
.top-catch h2 {
  font-size: 280%;
  font-weight: 800;
  margin: 0 0 20px 0;
}
.catchTxt {
  font-size: 120%;
  font-weight: 700;
  line-height: 1.7em;
}
/* 取扱製品 */
.top-h-en {
  color: #1e50af;
  font-family: "Roboto", sans-serif;
  font-size: 400%;
  font-weight: 900;
  line-height: 1.2em;
}
.top-h {
  color: #1e50af;
  font-size: 120%;
  font-weight: 800;
  margin: 0 0 20px 0;
}
.top-txt {
  margin: 0 0 40px 0;
}
.top-products {
  background: #f7f8fd;
  padding: 80px 0 150px 0;
}
.top-products-wrap {
  display: flex;
  justify-content: space-between;
}
.top-products-wrap a {
  color: inherit;
  text-decoration: none;
}
.top-products-wrap img {
  border-radius: 20px;
}
.top-products-l {
  width: 48%;
}
.top-products-r {
  width: 48%;
}
.top-products-l .thumb, .top-products-r .thumb {
  border-radius: 8px;
  overflow: hidden;
}
.top-products-l .thumb img, .top-products-r .thumb img {
  width: 100%; /* 親要素に合わせる */
  aspect-ratio: 2 / 1; /* 縦横比を1:1に固定 */
  object-fit: cover; /* 歪み防止 */
}
.top-products-l a, .top-products-r a {
  border-radius: 8px;
  display: block;
  position: relative;
}
.top-products-l a img, .top-products-r a img {
  border-radius: 8px;
  filter: brightness(70%) blur(0.0px);
  transition-duration: 0.6s;
}
.top-products-l a img:hover, .top-products-r a img:hover {
  filter: brightness(80%) blur(0px);
  opacity: 0.8;
  transform: scale(1.1);
  transition-duration: 0.3s;
}
.top-products-wrap h3 {
  font-size: 110%;
  margin: 15px 0;
    font-weight: 800;
}
.top-products-wrap h3 span {
  display: block;
  font-size: 130%;
  font-weight: 800;
}
/* 施工事例 */
.top-works {
  background: #1854c2;
  clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
  margin-top: -100px;
  padding: 10% 0;
    overflow: hidden;
}
.top-works .inner {
    
}
/*
.top-works::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1854c2;
    transform: skewY(-5deg);
    z-index: -1;
}*/
.top-works .top-h-en {
  color: #ffffff;
}
.top-works .top-h {
  color: #ffffff;
}
.top-works .top-txt {
  color: #ffffff;
}
.top-works-wrap {
  display: flex;
  justify-content: space-between;
}
.top-works-box {
  color: #ffffff;
  width: 23%;
}
.top-works-box img {
  width: 100%;
}
.top-works-box h3 {
  font-weight: 600;
  font-size: 110%;
  margin: 10px 0;
}
.top-works-box a {
  color: inherit;
  text-decoration: none;
}
.top-works-box p {
  font-size: 92%;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 44px;
}
.fitThumb {
  overflow: hidden;
  border-radius: 20px;
}
.fitThumb img {
  width: 100%; /* 親要素に合わせる */
  aspect-ratio: 15 / 9; /* 縦横比を1:1に固定 */
  object-fit: cover; /* 歪み防止 */
}
/* お知らせ */
.top-news {
  padding: 80px 0;
}
.top-newsLi a {
  border: 1px dotted #cccccc;
  border-width: 1px 0;
  color: inherit;
  display: block;
  margin-top: -1px;
  padding: 20px 0;
  text-decoration: none;
}
.top-newsLi a time {
  display: inline-block;
  margin: 0 10px 0 0;
}
/* ブログ */
.top-blog {
  background: #f7f8fd;
  padding: 80px 0;
}
.top-blog-wrap {
  display: flex;
  justify-content: space-between;
}
.top-blog-box {
  width: 30%;
}
.top-blog-box img {
  border-radius: 20px;
}
.top-blog-box h3 {
  font-weight: 600;
  font-size: 110%;
  margin: 10px 0;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  max-height: 26px;    
}
.top-blog-box a {
  color: inherit;
  text-decoration: none;
}
.top-blog-box p {
  font-size: 92%;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 44px;
}
/*----------------------
FOOTER
----------------------*/
footer {
  background: url("../img/bg_footer.jpg") no-repeat #eeeeee;
  background-position: center;
  background-size: cover;
  padding: 40px 0 0 5px;
  text-align: center;
}
footer .copy {
  color: #ffffff;
  font-size: 74%;
  padding: 20px 10px;
  text-align: center;
}
.privacylink {
  padding: 10px 0;
 font-size: 74%;
  text-align: center;
}
.privacylink a {
    color: #000000;
}
.privacylink img {
    vertical-align: middle;
    margin: -3px 5px 0 0;
}
footer .foonterBtn {
  webkit-appearance: none !important;
  -moz-appearance: none;
  appearance: none;
  background: #1b4aa2; /*92864f*/
  border: none;
  border-radius: 40px;
  box-sizing: border-box;
  color: #ffffff !important;
  cursor: pointer;
  display: block;
  font-weight: 500;
  font-size: 18px;
  margin: 0 auto 15px auto;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none !important;
  width: 85%;
}
.footer-contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto;
  width: 1400px;
}
.footer-contact .footer-l, .footer-contact .footer-c, .footer-contact .footer-r {
  background: #ffffff;
  color: #000000;
  min-height: 250px;
  width: 33%;
}
.footer-l-title {
  font-weight: 600;
  font-size: 22px;
  letter-spacing: 0.1em;
  margin: 60px 0 0 0;
  text-align: center;
}
.footer-l-title-en {
  color: #1b4aa2;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-size: 92%;
  text-align: center;
}
.footer-l-txt {
  font-size: 94%;
  margin: 30px 0 0 0;
  text-align: center;
}
.footer-c-title {
  font-size: 22px;
  font-weight: 600;
  margin: 20px 0 0 0;
  text-align: center;
}
.footer-c-tel {
  font-weight: 500;
  text-align: center;
}
.footer-c-tel a {
  color: #000000 !important;
  font-size: 23px;
  font-weight: bold;
  text-decoration: none !important;
}
.footer-c-txt {
  font-size: 13px;
  font-weight: 500;
  margin: 5px 0 0 0;
  text-align: center;
}
.footer-r-title {
  font-weight: 600;
  font-size: 22px;
  margin: 20px 0 0 0;
  text-align: center;
}
.footer-r-title-en {
  color: #274789;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 92%;
  font-weight: 500;
  text-align: center;
}
.footer-icon {
  margin: 20px 0;
  text-align: center;
}
.footer-icon img {
  height: 70px;
}
.tel {
  font-size: 110%;
  font-weight: 600;
  width: 40%;
}
.forB, .forC {
  font-size: 82%;
}
.telLink {
  font-size: 180%;
  font-weight: 600;
  text-align: right;
}
.telLink a {
  color: #333333 !important;
  pointer-events: none;
}
/*----------------------
PRODUCTS
----------------------*/
.product {
  /*padding: 0 0 80px 0;*/
}
.page-products {
  background: url(../img/bg_products.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}
.products-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.products-wrap li {
  width: 31%;
}
.products-box {
  border: 1px solid #eeeeee;
  border-radius: 15px;
  box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.1);
  margin: 0 0 40px 0;
}
.products-box a {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  color: inherit;
  display: block;
  text-decoration: none;
}
.products-box .thumb {
  overflow: hidden;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.products-box a img {
  width: 100%; /* 親要素に合わせる */
  aspect-ratio: 15 / 9; /* 縦横比を1:1に固定 */
  object-fit: cover; /* 歪み防止 */
}
.products-info-box {
  padding: 20px;
}
.products-info-box h2 {
  font-size: 120%;
  font-weight: 800;
  margin: 0 0 10px 0;
}
.products-info-box h2 span {
  display: block;
  font-size: 82%;
  font-weight: 700;
}
.subSectionBox {
  display: flex;
  justify-content: space-between;
}
.subSectionL {
  width: 49%;
}
.subSectionR {
  width: 49%;
}
.catchSection {
  padding: 80px 0;
}
.catchSection h2 {
  font-weight: 800;
  font-size: 120%;
  margin: 0 0 30px 0;
}
/*----------------------
FD-15
----------------------*/
.page-fd15 {
  background: url(../img/bg_fd15.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}
.product-section {
  margin: 0 0 80px 0;
}
.subSection, .subSectionBox {
  margin: 60px 0;
}
.netisIcon {
  background: #1c4fae;
  color: #ffffff;
  display: inline-block;
  padding: 5px 12px;
  border-radius: 6px;
  font-size: 74%;
  float: right;
}
.netisIcon_sp {
  background: #1c4fae;
  color: #ffffff;
  display: inline-block;
  padding: 5px 12px;
  border-radius: 6px;
  font-size: 74%;
    display: none;
}
.fd15-catch, .coolant-catch {
  display: flex;
  justify-content: flex-start;
  margin: 0 0 120px 0;
}
.fd15-catch-title, .coolant-catch-title {
  font-weight: 800;
  font-size: 150%;
  margin: 0 0 10px 0;
}
.fd15-catchR h2, .coolant-catchR h2 {
  font-weight: 800;
  font-size: 120%;
  margin: 0 0 30px 0;
}
.fd15-catchR, .coolant-catchR {
  margin: 0 0 0 60px;
  width: 50%;
  display: flex;
  align-items: center;
}
.fd15-catchL {
  background: url(../img/fd15-catch.jpg) no-repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-position: center right;
  background-size: cover;
  border-bottom-right-radius: 40px;
  border-top-right-radius: 40px;
  height: 550px;
  width: 40%;
}
.fd15-catchL img {}
.fd15-about-wrap, .coolant-about-wrap {
  display: flex;
  justify-content: space-between;
  margin: 20px 0 0 0;
}
.fd15-aboutL, .coolant-aboutL {
  background: #f7faff;
  padding: 20px 40px;
  width: 55%;
}
.fd15-aboutL ul li, .coolant-aboutL ul li {
  margin: 20px 0;
  font-weight: 700;
}
.fd15-aboutL ul li span, .coolant-aboutL ul li span {
  display: inline-block;
  font-size: 130%;
  font-weight: 700;
  margin: 0 10px 0 0;
  color: #1a4ba2;
}
.fd15-aboutR, .coolant-aboutR {
  width: 40%;
  padding: 20px 40px;
  order: 1;
}
.aboutTxtS {
  font-size: 84%;
  color: #666;
  margin: 20px 0 0 0;
}
.product-content-img {
  display: flex;
  justify-content: space-between;
}
.product-content-img div {
  width: 50%;
}
.netisNo {
  color: #ffffff;
}
.lineupWrap {
  display: flex;
  justify-content: space-between;
  margin: 20px 0 0 0;
}
.lineupBox {
  box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #eeeeee;
  border-radius: 8px;
  padding: 30px;
  width: calc(24% - 60px);
}
.lineup-h {
  border-bottom: 1px solid #333333;
  font-weight: 700;
  font-size: 200%;
  margin: 0 0 10px 0;
  padding: 0 0 5px 0;
}
.lineup-h span {
  font-size: 60%;
}
.lineup-sub-h {
  color: #0c44ac;
  font-size: 120%;
  font-weight: 700;
  margin: 0 0 20px 0;
}
.lineup-info ul li {
  text-indent: -1em;
  padding-left: 1em;
  margin: 0 0 5px 0;
  font-size: 94%;
}
.fd15_video {
    width: 100%;
}
.video {
    position: relative;
    display: block;
}
.video .playBtn {
    position: absolute;
    top: calc(50% - 75px);
    left: calc(50% - 75px);
}

.movieThumb {
  border-radius: 8px;
  margin: 20px 0 0 0;
}
.processWrap {
  display: flex;
  justify-content: space-between;
  margin: 20px 0 0 0;
}
.processL {
  width: 49%;
}
.processL video, .processR video {
  width: 100%;
}
.processR {
  width: 49%;
}
.processLiWrap {
  align-items: stretch;
  display: flex;
  justify-content: space-between;
  margin: 0 0 20px 0;
}
.processLiL {
  width: 26%;
}
.processLiR {
  width: 72%;
}
.processLiL .thumb {
  overflow: hidden;
}
.processLiL .thumb img {
  width: 100%; /* 親要素に合わせる */
  aspect-ratio: 3 / 1.93; /* 縦横比を1:1に固定 */
  object-fit: cover; /* 歪み防止 */
}
.processLiR h3 {
  font-weight: 700;
  margin: 0 0 10px 0;
}
.processLiR p {
  font-size: 94%;
}
.fd15-works {
  background: #f9fafc;
  padding: 60px 0;
}
.fd15-works-wrap {
  display: flex;
  justify-content: space-between;
  margin: 20px 0 0 0;
  flex-wrap: wrap;
}
.fd15-works-box {
  width: 23%;
  margin: 0 0 20px 0;
}
.fd15-works-box img {
  border-radius: 20px;
  width: 100%;
}
.fd15-works-box h3 {
  font-weight: 600;
  margin: 10px 0;
}
.fd15-works-box a {
  color: inherit;
  text-decoration: none;
}
.fd15-works-box p {
  font-size: 92%;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 44px;
}
.faqItem {
  border-bottom: 2px dotted #cccccc;
}
.question {
  cursor: pointer;
  background: url(../img/arrow_gray_b@2x.png) no-repeat 100%;
  background-size: auto;
  background-size: 12px 7px;
  padding: 25px 0;
}
.question p {
  text-indent: 0;
  padding: 7px 40px 7px 55px;
  background: url(../img/question.gif) no-repeat left top;
  background-size: 35px 35px;
  background-position: 0px 2px;
  line-height: inherit;
  cursor: pointer;
  margin: 0;
}
.answer {
  background: #fff5f5;
  background: url("../img/answer.gif") no-repeat left top #f4f4f4;
  background-position-x: left;
  background-position-y: top;
  background-position: 20px 17px;
  background-size: 35px 35px;
  display: none;
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 40px 0;
  padding: 20px 20px 20px 70px;
}
.active .question {
  background: url(../img/arrow_gray_u@2x.png) no-repeat 100%;
  background-size: 12px 7px;
}
.active .question p {
  font-weight: 700;
}
.dataBox {
  padding: 0 0 80px 0;
}
.dataBox h4 {
  font-weight: 700;
  font-size: 110%;
  margin: 0 0 10px 0;
}
.dataTitle {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-left: 8px solid #1e50af;
  padding: 0 0 0 20px;
  margin: 40px 0 30px 0;
}
.dataSubTitle {
  color: #1e50af;
  font-size: 84%;
  padding: 0 0 0 20px;
}
.dataTitle h3 {
  font-weight: bold;
  font-size: 140%;
  padding: 0 0 0 20px;
}
.dataNum {
  width: 80px;
}
.dataTbl th {
  background: #e4edf5;
  text-align: center;
}
.dataTbl th, .dataTbl td {
  padding: 6px;
  border: 1px solid #ccc;
  font-size: 96%;
}

.dataTbl-s th {
  background: #e4edf5;
  text-align: center;
}
.dataTbl-s th, .dataTbl-s td {
  padding: 3px;
  border: 1px solid #ccc;
  font-size: 84%;
}


.tdcenter td {
  text-align: center;
}
.data03Box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.data03BoxL {
  width: 70%;
}
.data03BoxR {
  width: 25%;
  order: 1;
}
.product-content-img2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-content-img2 .imgL {
  width: 40%;
}
.product-content-img2 .imgC {
  width: 20%;
}
.product-content-img2 .imgR {
  width: 40%;
}
.data04Box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.data04BoxL {
  width: 50%;
  margin: 0 0 20px 0;
}
.data04BoxR {
  width: 48%;
}
.data05Box {
  display: flex;
  justify-content: space-between;
  margin: 40px 0 0 0;
}
.data05Txt {
  background: #f4f4f4;
  padding: 20px;
  margin: 0 0 20px 0;
}
.data05BoxL {
  width: 49%;
}
.data05BoxL img {
  width: 100%;
}
.data05BoxR {
  width: 49%;
}
.dataA {
  background: url(../img/data05_a.jpg) no-repeat left top;
  padding: 0 0 0 55px;
  margin: 0 0 30px 0;
}
.dataB {
  background: url(../img/data05_b.jpg) no-repeat left top;
  padding: 0 0 0 55px;
}
.searchBox {
  background: #f4f4f4;
  padding: 20px;
  margin: 0 0 40px 0;
}
.searchBox ul li {
  display: inline-block;
  width: 120px;
}
.footContent_sp {
    display: none; 
    
    background: #f9f9f9;
    position:sticky;
    bottom: 0;
    width: 100%;
    z-index: 9999;
}
.footContent_sp.now-sticky {
    background: rgb(255 255 255 / 74%);
}

.footContentLi, .footContentLi2 {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}

.footContent_sp.now-sticky .footContentLi, 
.footContent_sp.now-sticky .footContentLi2 {
    padding: 20px 0;
}


.footContentLi li {
    width: 32%;
}
.footContentLi2 li {
    width: 49%;
}


.footContentLi li a,
.footContentLi2 li a {
    display: block;
    background: #1b4aa2;
    color: #ffffff;
    text-align: center;
    font-size: 74%;
    font-weight: 700;
    padding: 5px 0 10px 0;
  
}

/*----------------------
COOLANT C
----------------------*/
.page-coolant {
  background: url(../img/bg_coolant.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}
.coolant-catchL {
  background: url(../img/coolant-catch.jpg) no-repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-position: center right;
  background-size: cover;
  border-bottom-right-radius: 40px;
  border-top-right-radius: 40px;
  height: 550px;
  width: 40%;
}
.line2 {
  display: block !important;
  color: #333333 !important;
  font-size: 100% !important;
  text-indent: 1.85em;
}
.useWrap {
  display: flex;
  justify-content: space-between;
  margin: 20px 0 0 0;
}
.useBox {
  box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #eeeeee;
  border-radius: 8px;
  padding: 30px;
  width: calc(49% - 60px);
}
.use-h {
  border-bottom: 1px solid #333333;
  font-weight: 700;
  font-size: 130%;
  margin: 0 0 20px 0;
  padding: 0 0 5px 0;
}
.use-h span {
  font-size: 80%;
}
.use-sub-h {
  color: #0c44ac;
  font-size: 120%;
  font-weight: 700;
  margin: 0 0 20px 0;
}
.use-info ul li {
  text-indent: -1em;
  padding-left: 1em;
  margin: 0 0 5px 0;
}
.useInfoBox {
  display: flex;
  justify-content: space-between;
}
.useInfoBox .useInfoL {
  width: 30%;
}
.useInfoBox .useInfoL .thumb {
  overflow: hidden;
}
.useInfoBox .useInfoL .thumb img {
  width: 100%; /* 親要素に合わせる */
  aspect-ratio: 3 / 2; /* 縦横比を1:1に固定 */
  object-fit: cover; /* 歪み防止 */
}
.useInfoBox .useInfoR {
  width: 66%;
}
/*----------------------
NANO SLAB
----------------------*/
.page-nano-slab {
  background: url(../img/bg_nano-slab.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}
/*----------------------
NANO THERMO
----------------------*/
.page-nano-thermo {
  background: url(../img/bg_nano-thermo.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}
/*----------------------
FD-15 SAKAN
----------------------*/
.page-sakan {
  background: url(../img/bg_sakan.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}
.tejyunLi {
  display: flex;
  justify-content: space-between;
}
.tejyunLi li {
  width: calc(20% - 20px);
  border-radius: 6px;
}
.tejyunLi li .thumb {
  overflow: hidden;
}
.tejyunLi li .thumb img {
  width: 100%; /* 親要素に合わせる */
  aspect-ratio: 3 / 2; /* 縦横比を1:1に固定 */
  object-fit: cover; /* 歪み防止 */
  border-radius: 6px;
}
.tejyunLi li p {
  font-size: 84%;
  margin: 10px 0 0 0;
    font-weight: 600;
}
.sakan-about {
  padding: 0 40px;
}
/*----------------------
FD-15 MORUTARU
----------------------*/
.page-morutaru {
  background: url(../img/bg_morutaru.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}
/*----------------------
FD-15 WORKS
----------------------*/
.searchLi {
  text-align: center;
}
.searchLi input[type="checkbox"] {
  display: none;
}
.searchLi input[type="checkbox"] + label {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  margin: 0 30px 20px 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.searchLi input[type="checkbox"] + label:last-child {
  margin-bottom: 0;
}
.searchLi input[type="checkbox"] + label:before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid #333333;
  position: absolute;
  left: 0;
  top: 5px;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}
.searchLi input[type="checkbox"]:checked + label:before {
  width: 8px;
  top: -2px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border: 2px solid #1b4aa2;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.searchLiTitle {
  text-align: center;
  border-bottom: 1px solid #ccc;
  padding: 0 0 10px 0;
  margin: 0 0 20px 0;
  font-weight: 600;
  font-size: 110%;
}
.searchBtn {
  webkit-appearance: none !important;
  -moz-appearance: none;
  appearance: none;
  background: #1b4aa2 !important;
  border: none;
  border-radius: 8px;
  box-sizing: border-box;
  color: #ffffff !important;
  cursor: pointer;
  display: block;
  font-weight: 500;
  font-size: 16px;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
  text-decoration: none !important;
  width: 150px;
}
/*----------------------
COMPANY
----------------------*/
.page-company {
  background: url(../img/bg_company.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}
.company-section {
  margin: 0 0 80px 0;
}
.company-section .lineb {
  top: 35px;
}
.company-section .titleWrap {
  margin: 0 0 20px 0;
}
.companyMsgBox {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.msgL {
  width: 58%;
}
.msgR {
  width: 38%;
}
.torishimariMsg {
  line-height: 1.8;
}
.torishimariyaku {
  font-size: 150%;
  font-weight: 800;
  margin: 40px 0 0 0;
  text-align: right;
}
.torishimariyaku span {
  display: inline-block;
  font-size: 80%;
}
.securityAction {
  align-items: center;
  background: #f6fafd;
  display: flex;
  justify-content: space-between;
  margin: 40px 0 0 0;
  padding: 40px;
}
.secL {
  text-align: center;
  width: 320px;
}
.secR {
  width: calc(100% - 340px);
}
.tagLi {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 20px 0 0 0;
  width: 500px;
}
.tagLi li {
  border: 1px solid #666;
  font-size: 82%;
  margin: 0 0 10px 0;
  padding: 4px 8px;
  text-align: center;
  width: 29%;
}
.tagLi li:last-child {
  border: none;
  text-align: left;
}
.accessWrap {
  display: flex;
  justify-content: space-between;
}
.accessL iframe {
  height: 450px;
  width: 100%;
}
.accessL {
  width: 60%;
}
.accessR {
  width: 38%;
}
.company-history {
  background: #fafbfd;
  margin: 0;
  padding: 80px 0;
}
.historyBox {
  display: flex;
  justify-content: flex-start;
}
.historyBoxL {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 230%;
  font-weight: 500;
  width: 120px;
}
.historyBox.first .historyBoxR {
  background-image: url("../img/history-line.png");
  background-repeat: no-repeat;
  background-position: 20px 22px;
}
.historyBox.last .historyBoxR {
  background-image: url("../img/history-lineC.png");
  background-repeat: no-repeat;
  background-position: 20px -22px;
}
.historyBoxR {
  background-image: url("../img/history-lineB.png");
  background-repeat: no-repeat;
  background-position: 20px -22px;
  padding: 15px 10px 40px 50px;
}
.historyImg img {
  border-radius: 8px;
  margin: 20px 10px 0 0;
  width: 200px;
}
.historyPdf img {
  margin: 20px 10px 0 0;
  height: 200px;
}
/*----------------------
RECRUIT
----------------------*/
.page-recruit {
  background: url(../img/bg_recruit2.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}
.recruit-section, .recruit-data-section {
  margin: 0 0 80px 0;
}
.recruit-section .titleWrap, .recruit-data-section .titleWrap {
  margin: 0 0 20px 0;
}
.recruit-section .lineb {
  top: 35px;
}
.recruit-section iframe {
  width: 100%;
}
.recruit-data-section {
  background: #1d4fae;
  color: #ffffff;
  position: relative;
}
.recruit-data-section .page-h-en {
  color: #ffffff;
}
.recruit-data-wrap {
  position: relative;
}
.recruit-data-wrap .inner {
  padding: 60px 0;
  position: relative;
  z-index: 100;
}
.p-typo-right3 {
  color: #ffffff;
  /*z-index: -1;*/
  position: absolute;
  top: 40px;
  width: 100%;
  overflow: hidden;
  font-family: "Roboto", sans-serif;
}
.p-typo-right3 ul {
  display: flex;
  margin: 0;
  opacity: .1;
  padding: 0;
  font-size: 10vw;
  writing-mode: vertical-rl;
}
.p-typo-right3 ul li {
  font-family: "Roboto", sans-serif;
  height: 100%;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}
.recruit-data-catch, .recruit-data-catch2 {
  display: flex;
  justify-content: flex-start;
  margin: 0 0 120px 0;
}
.recruit-data-catch2 {
  position: relative;
  padding: 100px 0;
  align-items: center;
}
.recruit-data-catch-title {
  font-weight: 800;
  font-size: 150%;
  margin: 0 0 10px 0;
}
.recruit-data-catch h2, .recruit-data-catch2 h2 {
  font-weight: 800;
  font-size: 120%;
  margin: 0 0 30px 0;
}
.recruit-data-catchR {
  margin: 0 0 0 60px;
  width: 50%;
  display: flex;
  align-items: center;
}
.recruit-data-catchL {
  background: url(../img/recruit-data-catch-pc.jpg) no-repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-position: center right;
  background-size: cover;
  border-bottom-right-radius: 40px;
  border-top-right-radius: 40px;
  height: 550px;
  width: 40%;
}
.recruit-data-catchL2 {
  background: url(../img/recruit-data-catch3-pc.jpg) no-repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-position: center right;
  background-size: cover;
  border-bottom-left-radius: 40px;
  border-top-left-radius: 40px;
  height: 550px;
  width: 40%;
  position: absolute;
  right: 0;
  z-index: 99;
}
.entryBtn {
  background: #1a4ba2;
  display: block;
  padding: 20px 20px;
  border-bottom: 8px solid #1d4284;
  border-radius: 15px;
  color: #ffffff !important;
  text-decoration: none !important;
  margin: 40px 0 0;
  text-align: center;
  font-weight: 800;
}
.entryBtn span {
  display: block;
  font-size: 200%;
}
/*データでみる*/
.graphWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.graphBox {
  background: #ffffff;
  border-radius: 20px;
  color: #333333;
  margin: 0 0 20px 0;
  padding: 40px;
  width: calc(49% - 80px);
}
.graphBox h3 {
  font-weight: 800;
  font-size: 150%;
  text-align: center;
}
.data01 {
  background-image: url("../img/data1_bg.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 20%;
  position: relative;
}
.data01Img_sp, .data05Img_sp, .data06Img_sp {
  display: none;
}
.dataBoxWrap {
  display: flex;
  justify-content: space-between;
}
.dataBoxWrap .dataL {
  width: 48%;
  position: relative;
}
.dataBoxWrap .dataR {
  width: 52%;
}
.absImg {
  position: absolute;
}
.data01 .absImg {
  bottom: 0;
  left: -40px;
  position: absolute;
  width: 50%;
}
.data01Img, .data02Img, .data03Img, .data04Img {
  text-align: center;
  margin: 40px 0;
}
.data01Img img {}
.data02Img {
  margin: 20px 0;
}
.data02Img img {
  height: 200px;
}
.data03Img {
  margin: 20px 0;
}
.data03Img img {
  height: 250px;
}
.data04Img {
  margin: 20px 0;
}
.data04Img img {
  height: 250px;
}
.data05 .dataBoxWrap, .data06 .dataBoxWrap {
  margin: 40px 0 0 0;
  align-items: center;
}
.data05 .dataL, .data06 .dataL {
  width: 46%;
}
.data05 h3 span, .data06 h3 span {
  display: block;
  font-size: 80%;
}
.data05Img, .data06Img {
  text-align: center;
}
.data05Img img {
  height: 250px;
}
.data06Img img {
  height: 250px;
}
/*----------------------
GROUP
----------------------*/
.page-group {
  background: url(../img/bg_group.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}
.group-section {
  margin: 0 0 80px 0;
}
.group-section h2 {
  background: #f4f4f4;
  padding: 5px 10px;
}
.groupMap {
  margin: 0 0 40px 0;
}
.group-box {
  border-bottom: 1px solid #eee;
}
.group-boxInner {
  align-content: center;
  display: flex;
  justify-content: space-between;
}
.group-box-company {
  align-items: center;
  display: flex;
  font-weight: 700;
  width: 25%
}
.group-box-info {
  padding: 20px 0;
  width: 55%
}
.group-box-address {}
.group-box-tel {}
.group-box-tantou {
  margin: 10px 0 0;
}
.group-box-btns {
  align-items: center;
  display: flex;
  justify-content: end;
  width: 30%
}
.group-box-btns button, .linkBtn, .mapBtn, .contactBtn {
  appearance: none;
  background: #333333;
  border: none;
  box-sizing: border-box;
  color: #ffffff !important;
  cursor: pointer;
  display: block;
  font-weight: 500;
  padding: 8px 12px;
  text-align: center;
  text-decoration: none !important;
  width: 130px;
}
.mapWrap {
  display: none;
}
.mapWrap iframe {
  height: 500px;
  width: 100%;
}
.group-box .hidden {
  visibility: hidden;
}
/*----------------------
CONTACT
----------------------*/
.page-contact {
  background: url(../img/bg_contact.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}
.contact-section {
  margin: 0 0 80px 0;
}
input[type=checkbox], input[type=radio] {
  vertical-align: middle
}
input[type=radio] {
  margin-top: -2px
}
.required {
  background: #df494a;
  border-radius: 4px;
  color: #FFFFFF;
  display: inline-block;
  float: right;
  font-size: 65%;
  margin-left: 10px;
  padding: 1px 9px 3px 9px;
}
input[type="text"] {
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 8px;
  width: 100%;
}
.zip1 {
  width: 60px !important;
}
.zip2 {
  width: 80px !important;
}
.address1, .industry, .jobs {
  border: 1px solid #cccccc;
  border-radius: 4px;
  font-size: 16px;
  padding: 6px 28px 6px 6px;
}
.tel1, .tel2, .tel3, .fax1, .fax2, .fax3 {
  width: 80px !important;
}
textarea {
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 16px;
  min-height: 150px;
  padding: 8px;
  width: 100%;
}
.btnWrap {
  text-align: center;
  margin: 40px 0 0 0;
}
.btnWrap .btn {
  display: inline-block;
  margin: 0 10px;
}
.submitBtn {
  webkit-appearance: none !important;
  -moz-appearance: none;
  appearance: none;
  background: #1b4aa2 !important;
  border: none;
  border-radius: 8px;
  box-sizing: border-box;
  color: #ffffff !important;
  cursor: pointer;
  display: block;
  font-weight: 500;
  font-size: 18px;
  margin: 35px auto 0 auto;
  padding: 15px 15px;
  text-align: center;
  text-decoration: none !important;
  width: 320px;
}
.backBtn {
  webkit-appearance: none !important;
  -moz-appearance: none;
  appearance: none;
  background: #eeeeee !important;
  border: none;
  border-radius: 8px;
  box-sizing: border-box;
  color: #000000 !important;
  cursor: pointer;
  display: block;
  font-weight: 500;
  font-size: 18px;
  margin: 35px auto 0 auto;
  padding: 15px 15px;
  text-align: center;
  text-decoration: none !important;
  width: 320px;
}
.contactTypeLi {
  display: flex;
  justify-content: flex-start;
}
.contactTypeLi li {
  margin: 0 10px 0 0;
}
.contact-hideItem, .contact-hideItem2 {
  display: none;
}
.contact-productType {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 20px 0 0 0;
}
.contact-productType li {
  margin: 0 0 10px 0;
  width: 31%;
}
/*----------------------
CATALOG
----------------------*/
.page-catalog {
  background: url(../img/bg_catalog.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}
.catalogLi {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.catalogLi li {
  width: calc(100% / 6 - 20px);
  margin: 0 0 40px 0;
}
.catalogLi li .catThumb {
  border: 1px solid #cccccc;
  margin: 0 0 10px 0;
}
.catalogLi li a {
  text-decoration: none !important;
  color: #333333 !important;
}
.catSubTitle {
  font-size: 85%;
  font-weight: 600;
}
.catTitle {
  font-weight: 800;
}
/*----------------------
NEWS
----------------------*/
.page-news {
  background: url(../img/bg_news.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}
.news-section {
  margin: 0 0 80px 0;
}
.newsLi li:first-child a {
  border-top: 2px dotted #cccccc;
}
.newsLi li a {
  border-bottom: 2px dotted #cccccc;
  color: inherit;
  display: block;
  padding: 20px 0;
  text-decoration: none;
}
.newsLi li a time {
  display: inline-block;
  margin: 0 40px 0 0;
}
.newsTitle {
  border-bottom: 2px dotted #cccccc;
  font-size: 150%;
  font-weight: 700;
  padding: 0 0 10px 0;
}
.publishedTime {
  border-left-color: #cccccc;
  color: #999;
  display: block;
}
.newsContent {
  padding: 60px 0 0 0;
}
.newsContent p {
  margin: 0 0 1em 0;
}
/*----------------------
BLOG
----------------------*/
.page-blog {
  background: url(../img/bg_blog.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}
.blog-section {
  margin: 0 0 80px 0;
}
.blogLi li:first-child a {
  border-top: 2px dotted #cccccc;
}
.blogLi li a {
  border-bottom: 2px dotted #cccccc;
  color: inherit;
  display: block;
  padding: 20px 0;
  text-decoration: none;
}
.blogLi li a time {
  display: inline-block;
  margin: 0 40px 0 0;
}
.blogTitle {
  border-bottom: 2px dotted #cccccc;
  font-size: 150%;
  font-weight: 700;
  padding: 0 0 10px 0;
}
.blogContent {
  padding: 60px 0 0 0;
}
.blogContent p {
        letter-spacing: 0.04em;
        line-height: 1.7;
        margin: 0 0 1.5em 0;
}
.blogContent h3 {
  font-size: 105%;
  font-weight: 700;
  margin: 0 0 10px 0;
}



.blogContent img {
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
}
.blogContent img.aligncenter {
  display: block;
  margin: 0 auto;
}

.blogContent img.alignright {
  display: block; margin: 0 0 0 auto; 
  
}



/*----------------------
PRIVACY
----------------------*/
.privacy {
  padding: 0 0 80px 0;
}
.page-privacy {
  background: url(../img/bg_privacy.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}
.privacyBox h2 {
  border-bottom: 2px dotted #cccccc;
  border-left: 5px solid #1e50af;
  font-size: 110%;
  margin: 0 0 20px 0;
  padding: 0 0 10px 15px;
}
.privacyBox ul {
  list-style: disc;
  padding: 0 0 0 40px;
}
.privacyBox {
  margin: 0 0 60px 0;
}
.privacyBox p {
  margin: 0 0 20px 0;
}
@media screen and (max-width:1400px) {
  .inner {
    margin: 0 20px;
    width: auto;
  }
  .branch {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
  }
  .branch ul {
    width: auto;
    display: block;
    margin: 0 auto 0 20px;
  }
  .branch ul li {
    float: none;
    display: inline-block;
    white-space: nowrap;
  }
  footer {
    padding: 40px 20px 0 20px;
  }
  .footer-contact {
    width: auto;
  }
}
@media screen and (max-width:1360px) {
  .top-catch h2 {
    font-size: 260%;
  }
  .data04Img img {
    height: auto;
    width: 100%;
  }
  .data03Img img {
    height: auto;
    width: 100%;
  }
}
@media screen and (max-width:1280px) {
  .menuList ul li a {
    font-size: 88%;
  }
  .menuList .tel {
    font-size: 74%;
    font-weight: 600;
  }
  .menuList .telLink {
    font-size: 135%;
    pointer-events: none;
  }
  .menuList li.contact a span {
    font-size: 100%;
  }
  .msg1 {
    font-size: 320%;
  }
  .msg2 {
    font-size: 260%;
  }
  .top-catch h2 {
    font-size: 230%;
  }
  .pageTitle .enTitle {
    font-size: 350%;
  }
  .subTitle {
    font-size: 120%;
  }
  .data01Img img {
    height: auto;
    width: 100%;
  }
  .catalogLi li {
    width: calc(100% / 5 - 20px);
  }
}
@media screen and (max-width:1200px) {
  .top-catch-l {
    width: 52%;
  }
  .top-catchImg {
    width: 42%;
  }
  .blogContent img {
    width: calc(50% - 20px);
  }
}

    
@media screen and (max-width:1280px) {
  .menuList ul li a {
    font-size: 88%;
  }
  .menuList .tel {
    font-size: 74%;
    font-weight: 600;
  }
  .menuList .telLink {
    font-size: 135%;
    pointer-events: none;
  }
  .menuList li.contact a span {
    font-size: 100%;
  }    
    
  .group-box {
    padding: 20px 0;
  }
  .group-boxInner {
    display: block;
  }
  .group-box-company, .group-box-info, .group-box-btns {
    width: 100%;
  }
  .group-box-info {
    padding: 10px 0;
  }
  .group-box-btns {
    justify-content: flex-start;
  }
  .group-boxInner .hidden {
    display: none;
  }
  .mapWrap {
    margin: 20px 0 0 0;
  }
  .mapWrap iframe {
    height: 300px;
  }
  .data02Img img {
    height: auto;
    width: 100%;
  }
  .data05Img img {
    height: auto;
    width: 100%;
  }
  .data06Img img {
    height: auto;
    width: 100%;
  }
}


@media screen and (max-width:1180px) {
    
  .logo {
    float: left;
    margin: 23px 0 20px 20px;
  }
  .logo img {
    height: 30px;
  }    
.menuList ul li {

  margin: 0 20px 0 0;
}

}




@media screen and (max-width:1080px) {
    .menuList ul li a {
    font-size: 84%;
  }
    
  .menuList .tel {
    font-size: 72%;
    font-weight: 600;
  }
  .menuList .telLink {
    font-size: 125%;
    pointer-events: none;
  }
  .menuList li.contact a span {
    font-size: 94%;
  }  
  .catalogLi li {
    width: calc(100% / 4 - 20px);
  }
}
@media screen and (max-width:1000px) {
  .pc {
    display: none;
  }
  .sp {
    display: inline;
  }
    .netisIcon_sp {
        display: inline-block;
    }
  .sp-block {
    display: block;
  }
  .pc-inline {
    display: none;
  }
  .section-link {
    text-align: right;
  }
  .line, .linew {
    display: none;
  }
  .sideContact {
    display: none;
  }
    .footContent_sp {
        display: block;
    }
  #header-navi-pc {
    display: none;
  }
  #spMenuBtn, .header-navi-sp-btn {
    display: block;
  }
  .logo {
    margin: 15px;
  }
  .logo img {
    height: 24px;
  }
  .menuList ul li {
    margin: 0 25px 0 0;
  }
  .footer-l-title, .footer-c-title, .footer-r-title {
    font-size: 18px;
  }
  .telLink {
    font-size: 130%;
  }
  .footer-icon {
    margin: 40px 0 20px 0
  }
  .footer-icon img {
    height: 50px;
  }
  .footer-l-txt {
    font-size: 92%;
  }
  .section-link {
    font-size: 100%;
  }
  .section-link span {
    height: 25px;
    width: 25px;
  }
  .pageTitle {
    margin: 54px 0 0 0;
    padding: 80px 0;
    text-align: center;
  }
  .pageTitle .enTitle {
    font-size: 220%;
  }
  .subTitle {
    font-size: 90%;
  }
  .page-h-en {
    font-size: 230%;
  }
  .page-h {
    font-size: 100%;
  }
  .msg1 {
    font-size: 250%;
    padding: 0;
    text-align: center;
  }
  .msg2 {
    font-size: 220%;
    padding: 0;
    text-align: center;
  }
  .top-h-en {
    font-size: 240%;
  }
  .top-catch h2 {
    font-size: 180%;
  }
  .top-catchImg-sp {
    display: block;
    margin: 0 0 20px 0;
    overflow: hidden;
    position: relative;
  }
  .top-catchImg-sp img {
    border-radius: 20px;
    position: relative;
    right: -20px;
  }
  .top-catch {
    padding: 60px 0;
  }
  .top-catch-l {
    width: auto;
  }
  .catchTxt {
    font-size: 100%;
  }
  .top-products-wrap {
    display: block;
  }
  .top-products-l, .top-products-r {
    width: auto;
  }
  .top-products-l {
    margin: 0 0 40px 0;
  }
  .top-products-wrap h3 {
    font-size: 100%;
  }
  .top-products-wrap h3 span {
    font-size: 120%;
  }
  .top-works {
    padding: 20% 0;
  }
  .top-works-wrap {
    flex-wrap: wrap;
  }
  .top-works-box {
    margin: 0 0 40px 0;
    width: 48%;
  }
  .top-works-box h3 {
    font-size: 100%;
  }
  .top-works-box img {
    border-radius: 10px;
  }
  .top-splitBox {
    display: block;
  }
  .split-l, .split-r {
    width: auto;
  }
  .top-newsLi a {
    padding: 15px 0;
  }
  .top-blog-wrap {
    display: block;
  }
  .top-blog-box {
    width: auto;
  }
  .top-blog-box a {
    display: flex;
    justify-content: space-between;
    margin: 0 0 40px 0;
  }
  .top-blog-box h3 {
    font-weight: 600;
    font-size: 94%;
    margin: 0 0 10px 0;
  }
  .top-blog-box img {
    border-radius: 10px !important;
  }
  .top-blogImg {
    width: 170px;
  }
    .top-blogImg .fitThumb {
        border-radius: 10px !important;
    }
  .top-blogTitle {
    width: calc(100% - 190px);
  }
  .top-blog-box a .blogTitle {
    width: calc(100% - 170px);
  }
  /* PRODUCTS */
  .products-wrap li {
    width: 48%;
  }
  .subSectionBox {
    display: block;
  }
  .subSectionL, .subSectionR {
    width: auto;
    margin: 0 0 20px 0;
  }
  .halfBox {
    display: block;
    margin: 0 0 40px 0;
  }
  .halfBoxL {
    width: auto;
    margin: 0 0 20px 0;
  }
  .halfBoxR {
    width: auto;
  }
  .pageTitle .enTitle {
    font-size: 210%;
      margin: 0 0 5px 0;
  }
    .pageTitle .jpTitle {
    font-size: 190%;
          margin: 0 0 5px 0;
  }.netisNo {

      font-size: 84%;
}    
  /* FD-15 */

  .fd15-catch, .coolant-catch {
    display: block;
    margin: 0 0 60px 0;
  }
  .fd15-catchR, .coolant-catchR {
    width: auto;
    margin: 0 20px;
  }
  .fd15-catch-sp, .fd15-catch-sp img, .coolant-catch-sp, .coolant-catch-sp img {
    border-radius: 15px;
    margin: 0 0 20px 0;
  }
  .fd15-catch-title, .coolant-catch-title {
    font-size: 130%;
    margin: 0 0 10px 0;
  }
  .fd15-catchR h2, .coolant-catchR h2, .catchSection h2 {
    font-size: 100%;
    margin: 0 0 20px 0;
  }
  .fd15-about-wrap, .coolant-about-wrap {
    display: block;
  }
  .fd15-aboutL, .coolant-aboutL {
    width: auto;
  }
  .fd15-aboutR, .coolant-aboutR {
    width: auto;
  }
    .fd15-aboutR {
        margin: 0 0 20px 0;
        padding: 0;
        width: 100%;
    }
  .fd15-aboutL ul li, .coolant-aboutL ul li {
    margin: 10px 0;
    font-weight: 700;
    text-indent: -0.9em;
    padding-left: 0.9em;
  }
  .fd15-aboutL ul li span, .coolant-aboutL ul li span {
    font-size: 120%;
  }
  .fd15-works-box {
    margin: 0 0 40px 0;
    width: 48%;
  }
  .fd15-works-wrap {
    flex-wrap: wrap;
  }
  .processWrap {
    display: block;
  }
  .processL {
    margin: 0 0 20px 0;
    width: auto;
  }
  .processR {
    width: auto;
  }
  .processLiWrap {
    border-top: 1px dotted #cccccc;
    border-bottom: 1px dotted #cccccc;
    padding: 20px 0;
    margin: -1px 0 0 0;
  }
  .processLiL {
    width: 25%;
  }
  .product-content-img {
    display: block;
  }
  .product-content-img div {
    width: auto;
    margin: 0 0 40px 0;
  }
  .lineupWrap {
    display: block;
  }
  .lineupBox {
    margin: 0 0 20px 0;
    width: auto;
  }
  .lineup-h {
    font-size: 160%;
  }
  .lineup-sub-h {
    font-size: 100%;
  }
  .lineup-info ul li {
    font-size: 96%;
  }
  .dataTbl th, .dataTbl td {
    font-size: 94%;
  }
  .dataNum {
    width: 65px;
  }
  .scrollTbl {
    overflow-x: auto;
    display: block;
  }
  .scrollTbl table th, .scrollTbl table td {
    white-space: nowrap;
  }
  .catalogLi li {
    width: calc(100% / 3 - 20px);
  }
  /* COOLANTC */
  .useWrap {
    display: block;
  }
  .useBox {
    width: auto;
    margin: 0 0 20px 0;
    padding: 20px;
  }
  .use-h {
    font-size: 110%;
  }
  .use-sub-h {
    font-size: 100%;
    margin: 0 0 10px 0;
  }
  .line2 {
    text-indent: 0px;
  }
  /* sakan */
  .sakan-about {
    padding: 40px;
  }
  .tejyunLi {
    flex-wrap: wrap;
  }
  .tejyunLi li {
    width: calc(49% - 10px);
    margin: 0 0 20px 0;
  }
  /* COMPANY */
  .company-section .lineb, .company-history .lineb {
    display: none;
  }
  .companyMsgBox {
    display: block;
  }
  .msgL {
    width: auto;
  }
  .msgR {
    width: auto;
  }
  .torishimariyaku {
    font-size: 130%;
    margin: 20px 0 0 0;
  }
  .torishimariyaku span {
    font-size: 70%;
  }
  .historyBox {
    display: block;
    border: 2px dotted #cccccc;
    border-width: 2px 0;
    padding: 20px 0;
    margin-top: -2px;
  }
  .historyBoxL {
    color: #1b4aa2;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 150%;
    font-weight: 600;
    width: 140px;
  }
  .historyBox.first .historyBoxR {
    background-image: none;
  }
  .historyBox.last .historyBoxR {
    background-image: none;
  }
  .historyBoxR {
    background-image: none;
    font-size: 94%;
    padding: 5px 0 0;
  }
  .historyImg img {
    margin: 20px 10px 0 0;
    width: 45%;
  }
  /* RECRUIT */
  .recruit-data-catch, .recruit-data-catch2 {
    display: block;
    margin: 0 20px;
  }
  .recruit-data-catchL {
    width: auto;
  }
  .recruit-data-catchR {
    width: auto;
    margin: 0;
  }
  .recruit-data-catch-title {
    font-size: 130%;
    margin: 0 0 10px 0;
  }
  .recruit-data-catch h2, .recruit-data-catch2 h2 {
    font-size: 100%;
    margin: 0 0 20px 0;
  }
  .recruit-data-catch-sp img {
    border-radius: 15px;
    margin: 0 0 20px 0;
  }
  .graphWrap {
    display: block;
  }
  .graphBox {
    width: auto;
    ;
  }
  .dataBoxWrap {
    display: block;
  }
  .graphBox h3 {
    font-size: 130%;
  }
  .data05 h3 span, .data06 h3 span {
    font-size: 70%;
  }
  .dataBoxWrap .dataL, .dataBoxWrap .dataR {
    width: auto;
  }
  .data01Img img, .absImg {
    display: none;
  }
  .data01 {
    background-image: none;
  }
  .data05Img, .data06Img {
    display: none;
  }
  .data01Img_sp, .data05Img_sp, .data06Img_sp {
    display: block;
    text-align: center;
  }
  .data01Img_sp img, .data05Img_sp img, .data06Img_sp img {
    height: auto;
    width: 100%;
  }
  .data01Img_sp, .data05Img_sp, .data06Img_sp {
    margin: 0 0 20px 0;
  }
  .entryBtn {
    padding: 10px 20px;
    border-bottom: 5px solid #1d4284;
    border-radius: 10px;
    margin: 40px 0 0;
  }
  .entryBtn span {
    display: block;
    font-size: 150%;
  }
    .p-typo-right3 ul {
        font-size: 40vw;
    }
    
    
  /* GROUP*/
  .groupMap {
    display: none;
  }
  /* NEWS */
  .newsLi li a time {
    display: block;
    margin: 0 10px 0 0;
  }
  .newsTitle {
    font-size: 110%;
  }
  .newsContent {
    padding: 40px 0 0 0;
  }
  /* CONTACT */
  .contact-hideItem {
    background: #f4f4f4;
    margin: 10px 0 0;
    padding: 10px;
  }
  .contact-productType {
    display: block;
    margin: 0;
  }
  .contact-productType li {
    width: auto;
  }
    .product {
        padding: 0;
    }
    
}
@media screen and (max-width:768px) {
.submitBtn, .backBtn {

  width: 100%;
}    
    
  .tbl01 th, .tbl01 td {
    border: 1px solid #dddddd;
    font-size: 96%;
    display: block;
    margin-top: -1px;
    width: auto;
  }
  .tbl01 th {
    padding: 8px;
  }
  .tbl01 td {
    padding: 15px;
  }
  .msg1 {
    font-size: 200%;
  }
  .msg2 {
    font-size: 180%;
  }
  .top-catch h2 {
    font-size: 160%;
  }
  .footer-l {
    display: none;
  }
  .footer-l-title {
    margin: 20px 0 0 0;
  }
  .footer-contact .footer-l, .footer-contact .footer-c, .footer-contact .footer-r {
    min-height: inherit;
    width: 100%;
  }
  .footer-c {
    margin: 0 0 1px 0;
  }
  .footer-contact .footer-l {
    margin: 20px 0 0 0;
  }
  .footer-contact .footer-c .footer-icon img, .footer-contact .footer-r .footer-icon img {
    height: 55px;
  }
  footer .foonterBtn {
    margin: 10px auto 20px auto;
  }
  .footer-l-title, .footer-c-title, .footer-r-title {
    font-size: 18px;
  }
  .tel a {
    pointer-events: inherit;
  }
  footer .copy {
    font-size: 68%;
  }
  .telLink a {
    pointer-events: inherit;
    text-decoration: none;
  }

  /* TOP */
  .top-h-en {
    font-size: 210%;
  }
  .top-h {
    font-size: 110%;
  }
  .page-h-en {
    font-size: 210%;
  }
  .top-works {
    clip-path: none;
    padding: 60px 0;
  }
  .top-works-wrap {
    display: block;
  }
  .top-works-box {
    width: auto;
  }
  .top-newsLi a time {
    display: block;
      font-size: 88%;
      margin: 0 0 5px 0;
  }

  .top-blogTitle {
    font-size: 96%;
 
  }
  /* PRODUCTS */
  .products-wrap {
    display: block;
  }
  .products-wrap li {
    width: auto;
  }
  .products-box a img {
    width: 100%;
  }
  .fd15-works-wrap {
    display: block;
  }
  .fd15-works-box {
    width: auto;
  }
  .dataTitle {
    padding: 0 0 0 20px;
  }
  .dataBox h4 {
    font-size: 100%;
  }
  .dataNum {
    width: 44px;
  }
  .dataTitle h3 {
    font-size: 115%;
    padding: 0 0 0 20px;
  }
  .data03Box {
    display: block;
  }
  .data03BoxL {
    width: auto;
  }
  .data03BoxR {
    width: auto;
    text-align: center;
  }
  .data04Box {
    display: block;
  }
  .data04BoxL {
    width: auto;
  }
  .data04BoxR {
    width: auto;
  }
  .data05Box {
    display: block;
  }
  .data05BoxL {
    width: auto;
    margin: 0 0 20px 0;
  }
  .data05BoxR {
    width: auto;
  }
  .dataBox {
    padding: 0 0 40px 0;
  }
  /* COMPANY */
  .securityAction {
    display: block;
    padding: 20px;
  }
  .secL {
    margin: 0 0 20px 0;
    width: auto;
  }
  .secL img {
    height: 150px;
  }
  .secR {
    width: auto;
  }
  .tagLi {
    width: 100%;
  }
  .tagLi li {
    width: calc(50% - 26px);
  }
  .accessWrap {
    display: block;
  }
  .accessL {
    margin: 0 0 20px 0;
    width: auto;
  }
  .accessR {
    width: auto;
  }
  .accessL iframe {
    height: 300px;
  }
  .blogContent img {
    margin: 0 0 10px 0;
    width: 100%;
  }
  .blogLi li a time {
    display: block;
  }
  .contactTypeLi {
    display: block;
  }
  .contactTypeLi label {
    display: block;
    padding: 5px 0;
  }
  .question {
    padding: 15px 0;
  }
  .question p {
    background-size: 25px 25px;
    background-position: 0px 8px;
    padding: 7px 40px 7px 45px;
  }
  .answer {
    background-position: 20px 17px;
    background-size: 25px 25px;
    display: none;
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 25px 0;
    padding: 15px 15px 15px 60px;
  }
  .catalogLi li {
    width: calc(100% / 2 - 20px);
  }
  .btnWrap {
    margin: 20px 0 0 0;
  }
  .btnWrap .btn {
    margin: 5px 0;
    width: 100%;
  }
    .blogTitle {
        font-size: 110%;
    }
.publishedTime {
font-size: 88%;
}    
    
.video .playBtn {
  position: absolute;
  top: calc(50% - 44px);
  left: calc(50% - 44px);
    width: 88px;
    height: 88px;
}
    
}
@media screen and (max-width:640px) {
  .msg1 {
    font-size: 180%;
  }
  .msg2 {
    font-size: 160%;
  }
}
@media screen and (max-width:480px) {
  .msg1 {
    font-size: 140%;
  }
  .msg2 {
    font-size: 120%;
  }
}
@media print {
    body {
        -webkit-print-color-adjust: exact; /* Chrome, Safari, Edge用 */
        print-color-adjust: exact;         /* 標準プロパティ */
    }
    .fadein {
        opacity: 1;
    }
    .slidein, .slidein-r {
        opacity: 1;
    }  
    header {
      position:relative;
    }    
}