/*----------------------------------------------------

 Base 

----------------------------------------------------*/
html {  font-size: 62.5%;}
body {
  color: #333;
  line-height: 1;
  font-family: Meiryo, "メイリオ", Verdana, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.35rem;
  letter-spacing: 0.05em;
}
.inner {  text-align: left;}
article {  padding: 70px 0 20px;}
section {
  text-align: left;
  margin: 10vw 5vw;
  line-height: 1.6;
}
.box {
  line-height: 1.5;
  padding-bottom: 20px;
}
.sp {  display: none;}
/* PCやタブレットで電話発信不可 */
@media screen and (min-width: 600px) {
  a[href^="tel:"] {
    pointer-events: none;
    color: inherit;
    text-decoration: none;
    cursor: default;
  }
  article {  padding: 80px 0 40px;}
  section {  margin: 8vw 5vw;}
  .pc {  display: none;}
  .sp {  display: block;}
}
@media screen and (min-width:1025px) {
  body {}
  article {  padding: 100px 0 50px;}
  #pankuzu, .inner, section {
    margin: 60px auto;
    max-width: 1080px;
  }
  section {  padding: 0 50px;}
}
/**/
@media screen and (min-width: 600px) {
  #gsearch .gsc-above-wrapper-area, #gsearch .gsc-wrapper {  max-width: 100% !important;}
}
@media screen and (min-width: 1025px) {
  article {  padding-top: 140px;}
}
/* Pankuzu
----------------------------------------------------*/
#pankuzu {
  text-align: right;
  font-size: 1.25rem;
  margin: 20px auto;
}
#pankuzu ul {  margin: 0 5vw;}
#pankuzu li {
  display: inline-block;
}
#pankuzu li + li:before {
  content: '\0bb';
  padding-right: 5px;
  padding-left: 5px;
}
@media screen and (max-width:600px) {
  #pankuzu {  display: none;}
}
/* Color
----------------------------------------------------*/
/*
超薄い		#f0f8fc
さらに薄い　#daecf7		218,236,247
薄い　		#c8e4f5		200,228,245
濃い   		#46a2d7		70,162,215
さらに濃い　#3791cf		55,145,207
超濃い		#2a86c6		42,134,198
*/
/* Container
----------------------------------------------------*/
.ctt {  padding: 0 0 20px;}
.ctt h2 {
  font-size: 2rem;
  color: #2a86c6;
}
.ctt span {
  font-size: 1.3rem;
  color: #666;
  padding: 4px 0 0 16px;
  position: relative;
}
.ctt span:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 8px;
  width: 0;
  height: 14px;
  margin-top: -6px;
  border-left: 2px solid #aaa;
}
.stt {  padding: 0 0 20px;}
.stt h3 {
  font-size: 1.8rem;
  position: relative;
  padding: 0 0 .3em .2em;
  border-bottom: 3px solid #ccc;
  font-weight: bold;
  line-height: 1.3;
}
.stt h3::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: 2;
  content: '';
  width: 20%;
  height: 3px;
  background-color: #46a2d7;
}
.stt h3 strong {
  font-size: 1.2rem;
  font-weight: lighter;
}
.btt {  padding: 10px 0;}
.btt h4 {
  border-left: 5px solid rgba(55, 145, 207, 0.7);
  padding: .4rem 0 .4rem .8rem;
  font-size: 1.6rem;
  font-weight: bold;
}
.midashi {
  color: #3791cf;
  font-weight: bold;
}
@media screen and (min-width:600px) {
  .ctt h2 {  font-size: 3rem;}
  .ctt span {
    font-size: 1.8rem;
    padding: 0 0 0 30px;
  }
  .ctt span:before {
    left: 15px;
    height: 18px;
    margin-top: -11px;
  }
  .stt h3 {  font-size: 2.0rem;}
}
/* cttmenu
----------------------------------------------------*/
.ctt .cttlink {
  margin: 10px 0 30px;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  display: flex;
  flex-wrap: wrap;
}
.ctt .cttlink li {
  position: relative;
}
.ctt .cttlink li:before {
  content: '';
  position: absolute;
  border-left: 1px dotted #ccc;
  height: 20px;
  top: 50%;
  left: 0;
  margin-top: -10px;
}
.ctt .cttlink li:last-child::after {
  content: '';
  position: absolute;
  border-left: 1px dotted #ccc;
  height: 20px;
  top: 50%;
  right: 0;
  margin-top: -10px;
}
.ctt .cttlink li a, #info .ctt .selectBox {
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  display: block;
  color: #333;
}
.ctt .cttlink li a:hover {
  background: #c8e4f5;
  text-decoration: none;
}
@media screen and (max-width:1025px) {
  article.cttBox {
    position: relative;
    padding-bottom: 160px;
  }
  article.cttBox .cttlink {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 20px 40px;
    margin: 0;
    border: 0;
    background: #f3f3f3;
  }
  .ctt .cttlink li {
    width: calc(100% / 3);
    padding: 0 10px;
  }
  .ctt .cttlink li:before, .ctt .cttlink li:after {
    border: 0 !important
  }
  .ctt .cttlink li a {
    line-height: 1.4;
    height: auto;
    padding: 8px 18px 8px 5px;
    border-bottom: 1px dotted #ccc;
  }
  /*info*/
  #info .ctt .cttlink li:first-child {  width: 100%;}
  #info .ctt .selectBox {
    padding: 0 5px;
    border-bottom: 1px dotted #ccc;
  }
}
@media screen and (max-width:600px) {
  article.cttBox .cttlink {  padding: 15px 15px 25px;}
  .ctt .cttlink li {
    width: calc(100% / 2);
    padding: 0 5px;
  }
}
/* Header
----------------------------------------------------*/
header.site-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  transition: .2s;
  display: flex;
  align-items: center;
  height: 60px;
  padding: 0 2.5vw;
  background: #fff;
}
header.site-header a {}
header.site-header h1 {
  width: 50%;
}
header.site-header h1 a {
  display: block;
  background-image: url(img/logo100.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  height: 0;
  padding-top: 24%;
  overflow: hidden;
}
header.site-header.en-header h1 a {
  background-image: url("img/logo_en100.svg");
  padding-top: 25%;
}
@media (min-width: 600px) {
  header.site-header {  height: 80px;}
  header.site-header h1 {  width: 220px;}
}
@media (min-width: 1025px) {
  header.site-header {
    height: 140px;
    display: block;
    padding-top: 10px;
  }
  header.site-header h1 {
    width: 220px;
    position: relative;
    z-index: 10000;
    transition: .5s;
  }
  /*.site-header.hide {  transform: translateY(-100%);}*/
  header.site-header.hide {
    height: 90px;
    padding-top: 5px;
  }
  header.site-header.hide h1 {  width: 140px;}
}
/* humburger
----------------------------------------------------*/
.gnav-humburger {
  position: absolute;
  top: 15px;
  right: 5vw;
  z-index: 220;
  cursor: pointer;
  pointer-events: auto;
  transition: all .2s ease-in-out;
  display: flex;
  justify-content: space-between
}
.gh__open .gnav-humburger {  position: fixed;}
.gnav-humburger-wrapper {
  width: 28px;
  height: 28px;
  padding-top: 10px;
}
.gnav-humburger span.gnav-humburger-bar {
  display: block;
  width: 100%;
  margin: 0 auto 9px;
  height: 1px;
  background: #333;
  transition: all .2s ease-in-out;
}
.gnav-humburger span.gnav-humburger-bar:last-child {  margin-bottom: 0;}
.gh__open .gnav-humburger span.gnav-humburger-bar.top {  transform: translateY(5px) rotate(-45deg);}
.gh__open .gnav-humburger span.gnav-humburger-bar.bottom {  transform: translateY(-5px) rotate(45deg);}
@media (min-width: 600px) {
  .gnav-humburger {  top: 20px;}
  .gnav-humburger-wrapper {
    width: 40px;
    height: 40px;
    padding-top: 15px;
  }
  .gnav-humburger span.gnav-humburger-bar {  margin: 0 auto 10px;}
}
@media (min-width: 1025px) {
  .gnav-humburger {  display: none;}
}
/* gnav
----------------------------------------------------*/
.gnav {
  position: fixed;
  width: 100%;
  height: calc(100% - 60px);
  z-index: 9999;
  top: 60px;
  right: 0;
  overflow: scroll;
  opacity: 0;
  visibility: hidden;
  /*transform: translateZ(0) translateX(100%);*/
}
.gnav a {
  display: block;
  color: #333;
}
.gh__open .gnav {
  background: rgba(255, 255, 255, 1);
  opacity: 1;
  visibility: visible;
  /* transform: translateZ(0) translateX(0);*/
}
.gh__open .gnav, .gh__close .gnav {  transition: all 400ms ease-out;}
.gnav-inner {  padding: 10vw 6vw 20vw;}
.gnav-item {
  padding: 10px 0;
  border-bottom: 1px dashed #ccc;
}
.gnav-item:first-of-type {  border-top: 1px dashed #ccc;}
.gnav-item a {  padding: 10px 5px;}
body.noscroll {  overflow: hidden;}
/*subMenu*/
.gnav-item.js_openParent {
  position: relative;
  width: 100%;
}
.gnav-smenuOpne {
  position: absolute;
  top: 12px;
  right: 5px;
  z-index: 20;
  transition: all 400ms ease-out;
  transform-origin: center;
  padding: 5px;
}
.js_openParent.js_fire > .gnav-smenuOpne {  transform: rotate(180deg);}
.js_openParent.js_fire > .gnav-smenuOpne > .gnav-smenuOpne-box:after {  opacity: 0;}
.js_openSwitch {  cursor: pointer;}
.gnav-smenuOpne-box {
  width: 20px;
  height: 20px;
  transform-origin: center;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 24 24"><path fill="%23333" d="M12,20C7.59,20 4,16.41 4,12C4,7.59 7.59,4 12,4C16.41,4 20,7.59 20,12C20,16.41 16.41,20 12,20M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2M13,7H11V11H7V13H11V17H13V13H17V11H13V7Z" /></svg>') no-repeat center center;
}
.gnav-child {}
.gnav-child-box {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 10px;
}
.gnav-child-item {
  display: flex;
  align-items: center;
  width: calc(50% - 5px);
  background-color: rgba(200, 200, 200, .2);
  border-radius: 5px;
  background-repeat: no-repeat;
  background-position: left 10px center;
  background-size: 20px;
}
.gnav-child-item:last-child {  border-bottom: 0;}
.gnav-child-item a {
  padding: 20px 1em 20px 4rem;
  width: 100%;
}
.gnav-child-item.icon01 {  background-image: url("icon/c/icon_paint2.svg");}
.gnav-child-item.icon02 {  background-image: url("icon/c/icon_sds.svg");}
.gnav-child-item.icon03 {  background-image: url("icon/c/icon_jis.svg");}
.gnav-child-item.icon04 {  background-image: url("icon/c/icon_shiyou.svg");}
.gnav-child-item.icon11 {  background-image: url("icon/c/icon_message.svg");}
.gnav-child-item.icon12 {  background-image: url("icon/c/icon_resin.svg");}
.gnav-child-item.icon13 {  background-image: url("icon/c/icon_outline.svg");}
.gnav-child-item.icon14 {  background-image: url("icon/c/icon_network.svg");}
.gnav-child-item.icon15 {  background-image: url("icon/c/icon_history.svg");}
.gnav-child-item.icon16 {  background-image: url("icon/c/icon_hishimizu.svg");}
.gnav-child-item.icon17 {  background-image: url("icon/c/icon_industrial.svg");}
.gnav-child-item.icon18 {  background-image: url("icon/c/icon_contact.svg");}
.gnav-child-item.icon19 {  background-image: url("icon/c/icon_fbmessenger.svg");}
.js_openTarget {  display: none;}
@media (min-width: 600px) {
  .gnav {
    width: 100%;
    top: 80px;
  }
  .gnav-inner {  padding: 5vw 8vw 20vw;}
}
@media (min-width: 1025px) {
  .gnav {
    position: absolute;
    top: 0;
    opacity: 1;
    visibility: visible;
    overflow: hidden;
    width: auto;
    height: 140px;
    width: 100%;
    transition: .5s;
    background: #fff;
  }
  header.site-header.hide .gnav {
    height: 90px;
    transition: .5s;
  }
  .gh__open .gnav {  background: none;}
  .gnav-inner {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 0 2.5vw 0 0;
    transition: .3s;
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  .gnav-inner::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: -1;
    height: 5px;
    background: -moz-linear-gradient(left, #fff 0%, #c8e4f5 15%, #c8e4f5 85%, #fff 100%);
    background: -webkit-linear-gradient(left, #fff 0%, #c8e4f5 15%, #c8e4f5 85%, #fff 100%);
    background: linear-gradient(to right, #fff 0%, #c8e4f5 15%, #c8e4f5 85%, #fff 100%);
  }
  .gnav-item {
    border: 0;
    border-bottom: 5px solid rgba(0, 0, 0, 0);
    transition: .3s;
  }
  header.site-header.hide .gnav-item {  padding: 4px 0 8px;}
  .gnav-item:first-of-type {
    border: 0;
    border-bottom: 5px solid rgba(0, 0, 0, 0)
  }
  .gnav-item:hover {  border-bottom: 5px solid rgba(42, 134, 198, 1.00);}
  .gnav-item:hover::first-of-type {  border-bottom: 5px solid rgba(42, 134, 198, 1.00);}
  .gnav-item a {
    font-size: 1.4rem;
    padding: 8px 3vw;
    border-right: 1px dotted #ccc;
    letter-spacing: .1em;
  }
  header.site-header.hide .gnav-item a {  padding: 3px 2.5vw;}
  .gnav-item:first-of-type a {  border-left: 1px dotted #ccc;}
  .gnav-item a:hover {
    opacity: 1;
    text-decoration: none;
    color: #2A86C6;
  }
  /*subMenu*/
  .gnav-item.js_openParent {  width: auto;}
  /*  .gnav-item.js_openParent a::before {  display: none;}*/
  .gnav-smenuOpne {  display: none;}
  .gnav-item .gnav-child {
    top: 140px;
    padding: 10px 0 0;
    max-width: 500px;
    margin-left: 0;
    position: fixed;
    width: auto;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: .5s all;
  }
  header.site-header.hide .gnav-item .gnav-child {  top: 90px;}
  .gnav-child-box {
    filter: drop-shadow(0 1px 5px #aaa);
    background: rgba(255, 255, 255, 1);
    width: 100%;
    height: 0;
    overflow: hidden;
    transition: .5s all;
    gap: 20px;
    padding: 0 20px;
  }
  .gnav-child-box::after {
    background-color: #fff;
    content: "";
    height: 10px;
    position: absolute;
    width: 10px;
    clip-path: polygon(0 100%, 50% 0, 100% 100%);
    left: 20px;
    top: -10px;
  }
  .gnav-item:hover .gnav-child {
    display: block !important;
    opacity: 1;
    visibility: visible;
    transition: .3s all;
  }
  .gnav-item:hover .gnav-child-box {
    padding: 20px 20px;
    height: auto;
    overflow: inherit;
  }
  .gnav-child-item {
    width: calc(50% - 10px);
    padding: 0;
  }
  .gnav-child-item:hover {}
  .gnav-child-item a {
    border: 0;
    padding: 20px 1em 20px 4rem !important;
  }
  body.noscroll {  overflow: inherit;}
  
  header.site-header.en-header .gnav-item .gnav-child {
    max-width: 280px;
  }
  header.site-header.en-header .gnav-child-item {
    width: 100%;
  }
}
/* gnav-sub
----------------------------------------------------*/
.gnav-sub {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 30px 0;
}
.gnav-sub * {  transition: .5s}
.nav-advice a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(70, 162, 215, .5);
  padding: .8em;
  border-radius: 5px;
}
.nav-global a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #eee;
  padding: .8em;
  border-radius: 5px;
}
.nav-advice i, .nav-global i {
  font-size: 2rem;
  color: #46a2d7;
  margin-right: .5em;
}
.nav-sns {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.nav-sns .sns-item {}
.nav-sns i {  font-size: 2.4rem;}
.nav-sns img {  width: 24px;}
i.fa-facebook {  color: #1877f2;}
i.fa-line {  color: #06c755;}
i.fa-youtube {  color: #ff0000;}
i.fa-instagram {
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  color: transparent; /*文字色を透明に*/
  -webkit-background-clip: text; /*chromeとSafari用、背景色を文字でクリップ*/
}
.search-item {}
.search-item .gsc-input-box {
  width: 80%;
  margin: 0 auto;
  padding: 0;
}
.search-item form.gsc-search-box {
  margin: 0;
}
.search-item .gsib_b {
  box-sizing: content-box;
  height: 30px;
  width: 30px;
  padding: 4px 4px 4px 0;
}
.search-item .gsc-clear-button {
  display: none;
}
.search-item input.gsc-input {
  background: url("img/branding-ja.png") left center no-repeat rgb(255, 255, 255) !important;
}
.en-header .search-item input.gsc-input {
  background: url("img/branding-en.png") left center no-repeat rgb(255, 255, 255) !important;
}
@media (min-width: 1025px) {
  .gnav-sub {
    position: absolute;
    top: -60px;
    right: 2vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    padding: 0;
  }
  header.site-header.hide .gnav-sub {  top: -45px;}
  .nav-advice a {  border: 0;}
  .nav-global a {  background: none;}
  .nav-advice a, .nav-global a {
    border-right: 1px dotted #aaa;
    padding: 2px 15px 2px 0;
    border-radius: 0;
    font-size: 1.15rem;
  }
  .nav-advice a:hover, .nav-global a:hover {
    text-decoration: none;
    color: #46a2d7;
  }
  .search-item .gsc-input-box {  width: 200px;}
  .search-item .gsib_a {  padding: 0 10px 0 56px;}
  .search-item .gsib_b {  padding: 0 2px 0 0;}
  header.site-header.hide .nav-sns i {  font-size: 2rem;}
  header.site-header.hide .nav-sns img {  width: 20px;}
}
/* Footer
----------------------------------------------------*/
footer {
  color: #fff;
  line-height: 1.4;
  position: relative;
}
footer a {
  color: #fff !important;
}
.footer-link {
  display: none;
}
.footer-company {
  padding: 40px 20px 30px;
  background: #3791cf;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-company .site-name {
  width: 150px;
  margin: 0 auto
}
.footer-company .site-name a {
  background: url(img/logo_w.svg) no-repeat center left;
  background-size: auto 100%;
  display: block;
  width: 100%;
  height: 0;
  color: #FFF;
  padding-top: 27%;
  overflow: hidden;
}
.footer-company.en-footer .site-name a {
  background: url("img/logo_w_en.svg") no-repeat center left;
  background-size: auto 100%;
  padding-top: 15%;
}
.footer-company .nav-sns {  margin: .5em 0;}
.footer-company .nav-sns i {  color: #fff !important;}
.copylight {  text-align: center;}
@media screen and (min-width:600px) {}
@media screen and (min-width:1025px) {
  .footer-link {
    display: block;
    background: #46a2d7;
    padding: 50px 20px;
  }
  .footer-link ul {
    margin: 0 auto;
    max-width: 1100px;
    display: flex;
  }
  .footer-link li {
    width: 25%;
    padding: 0 30px;
    border-right: 1px dotted #fff;
    line-height: 1.6;
  }
  .footer-link li:last-child {
    border-right: 0;
  }
  .footer-link dt {
    padding: 0 0 1em 16px;
    background: url(icon/w/icon_footer.svg) no-repeat left 4px;
    background-size: auto 11px;
  }
  .footer-link dd {
    padding: 0 0 1em 1em;
    margin-top: -0.8em;
  }
  .footer-link dd:before {
    content: '\30FB';
  }
  .footer-link a[target="_blank"] {
    background: url(icon/w/icon_subwin.svg) no-repeat right 2px;
    background-size: auto 11px;
    padding-right: 16px;
  }
  .footer-company {
    padding: 20px 2.5vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: left;
    gap: 15px;
  }
  .footer-company .site-name { margin: 0;}
  .copylight {  margin: 0 0 0 auto;}
}
/* Page Top
----------------------------------------------------*/
#page-top {
  position: fixed;
  bottom: 40px;
  right: 20px;
}
#page-top a {
  display: block;
  width: 40px;
  height: 0;
  padding-top: 40px;
  font-size: 0;
  background: url(icon/c/icon_pt.svg);
  background-size: 100% 100%;
  opacity: 1;
}
@media screen and (min-width:1025px) {
  #page-top {
    bottom: 55px;
    right: 30px;
  }
  #page-top a {
    width: 50px;
    padding-top: 50px;
  }
}
/* CTA 2024.07
----------------------------------------------------*/
.cta {
  background-color: #e4f1f9;
  padding: 30px 5px;
}
.cta img {
  width: 100%;
}
/* ボタン */
.cta-btn {
  width: 96%;
  max-width: 590px;
  margin: 20px auto 10px;
}
/*.cta-btn li:first-of-type {
	margin-bottom: 15px;
}*/
/*.cta-btn li img {
	box-shadow: 0 0 5px rgba(0,0,0,.2);
}*/
@media screen and (min-width:600px) {
  .cta {  padding: 30px 15px 30px;}
  .cta-ttl {  position: relative;}
  .cta-ttl img {  margin-top: -45px;}
  .cta-inner {
    max-width: 980px;
    margin: auto;
  }
  /* ボタン */
  .cta-btn {
    width: 80%;
    margin: 30px auto 0;
  }
  .cta-btn li a:hover {  opacity: .9;}
}
/* cookie同意 2025.01
----------------------------------------------------*/
.cookie-consent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  bottom: -200px;
  width: 100%;
  font-size: 12px;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  padding: 1.0em;
  box-sizing: border-box;
  visibility: visible;
  transition: .5s;
}
.cookie-consent.is-show {
  bottom: 0px;
}
.cookie-text a:link, .cookie-text a:visited {
  color: #fff;
  text-decoration: underline;
}
.cookie-text a:hover {
  opacity: 1;
  text-decoration: none;
}
.cookie-agree {
  color: #fff;
  background: dodgerblue;
  padding: .5em 1.5em;
}
.cookie-agree:hover {
  cursor: pointer;
}
.cc-hide1 {
  display: none;
}
.cc-hide2 {
  animation: hide 1s linear 0s;
  animation-fill-mode: forwards;
}
@keyframes hide {
  from {  opacity: 1;}
  to {
    opacity: 0;
    visibility: hidden;
  }
}
@media screen and (max-width: 767px) {
  .cookie-consent {  flex-direction: column;}
  .cookie-text {
    width: 100%;
    line-height: 1.5;
    margin-bottom: 1em;
  }
}