@charset "utf-8";

/*=============== ▼BASE ===============*/

:root {
  color: #333;
  font-family: "Noto Sans", arial, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 62.5%;
}

body {
  background-color: #fff;
  font-feature-settings: "palt";
  min-width: 1200px;
}

body a {
  transition-duration: 0.12s;
}

.pc {
  display: block;
}

@media (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media (max-width: 767px) {
  .sp {
    display: block;
  }
}

.wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.main {
  overflow-x: hidden;
}

/*=============== ▼HEADER ===============*/

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  transition: background 0.3s ease;
}

@media (hover: hover) and (pointer: fine) {
  .l-header:hover {
    background-color: #fff;
  }
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .l-header:hover {
    background-color: #fff;
  }
}

.l-header.is-headerActive {
  background-color: #fff;
}

.l-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  /*padding: 32px 60px;*/
  padding: 24px 60px 24px;
  width: 100%;
  min-width: 1200px;
  /*max-width: 1920px;*/
}

.l-header-logo {
  display: flex;
  align-items: center;
}

.l-header-logo-img {
  width: 197px;
  /*height: 30px;*/
  height: auto;
  transition: opacity 0.5s ease;
}

.l-header-logo-link.hover .l-header-logo-img {
  opacity: 0.8;
}

.l-header-logo-sub-title {
  margin: 0 0 0 24px;
  font-size: 1.4rem;
  color: #fff;
  font-weight: bold;
}

@media (hover: hover) and (pointer: fine) {
  .l-header:hover .l-header-logo-sub-title {
    color: #333;
  }
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .l-header:hover .l-header-logo-sub-title {
    color: #333;
  }
}

.l-header.is-headerActive .l-header-logo-sub-title {
  color: #333;
}

.l-header-nav-list {
  display: flex;
}

.l-header-nav-list-item {
  color: #fff;
}

.l-header:hover .l-header-nav-list-item {
  color: #333;
}

.l-header.is-headerActive .l-header-nav-list-item {
  color: #333;
}

.l-header-nav-list-item + .l-header-nav-list-item {
  margin: 0 0 0 50px;
}

.l-header-nav-list-item-link {
  padding: 0 0 12px 0;
  border-bottom: 1px solid transparent;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  transition: border 0.5s ease;
}

.l-header-nav-list-item-link.hover {
  border-bottom: 1px solid #0068b7;
}

.l-header-nav-list-item.is-active .l-header-nav-list-item-link {
  border-bottom: 1px solid #0068b7;
}

.l-header-drawer {
  display: none;
}

/*language*/
.language{
  display: flex;
  position: absolute;
  top:4px;
  right: 60px;
}
.language li{
  margin: 0 0 0 1px;
}
.language li a{
  font-family: "Noto Sans", arial, "ＭＳ Ｐゴシック", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  min-width: 40px;
  min-height: 24px;
  padding: 2px;
  background-color:rgba(160,192,213,0.6);
}
  .is-headerActive .language li a{
    background-color:rgba(160,192,213,0.6);
  }

.language li a.hover{
  background-color: #0068b7;
}
.language li a.active{
  background-color: #0068b7;
}

/*=============== ▼FOOTER-LINK-MAP ===============*/

.l-footer-linkmap {
  padding: 60px 0;
  background-color: #f8f9fa;
}

.l-footer-linkmap-inner {
  margin: 0 auto;
  max-width: 1200px;
}

.l-footer-linkmap-heading-text {
  position: relative;
  font-size: 2.1rem;
  font-weight: normal;
  text-decoration: none;
}

.l-footer-linkmap-heading-text.hover {
  color: #0068b7;
}

.l-footer-linkmap-heading-text::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -14%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #0068b7;
  border-right: 2px solid #0068b7;
  transform: rotate(45deg) translateY(-50%);
}

.l-footer-linkmap-list {
  display: flex;
  flex-wrap: wrap;
  margin: 18px 0 0 0;
}

.l-footer-linkmap-list-item {
  margin-top: 12px;
  width: calc(100% / 4 - 9px);
  border: 1px solid #e9ecee;
  margin: 0 12px 0 0;
  text-align: center;
}
  .l-footer-linkmap-list-item:nth-child(4n) {
    margin-right: 0;
  }
  .l-footer-linkmap-list-item:nth-child(n+5) {
    margin-top: 12px;
  }

.l-footer-linkmap-list-link {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  font-size: 1.6rem;
  text-decoration: none;
  padding: 0 10px;
}

.l-footer-linkmap-list-link.hover {
  background-color: #0068b7;
  color: #fff;
}

.Electric-power-industry .l-footer-linkmap-list-link.solution01,
.Renewable-energy .l-footer-linkmap-list-link.solution02,
.Chemical .l-footer-linkmap-list-link.solution03,
.Steel-industry .l-footer-linkmap-list-link.solution04,
.Medical-care .l-footer-linkmap-list-link.solution05,
.Food-industry .l-footer-linkmap-list-link.solution06,
.Paper-manufacturing .l-footer-linkmap-list-link.solution07,
.Electricity .l-footer-linkmap-list-link.solution08,
.Energy-industry .l-footer-linkmap-list-link.solution09,
.Civil-engineering .l-footer-linkmap-list-link.solution10,
.Drainage-treatment .l-footer-linkmap-list-link.solution11,
.Non-metal-industry .l-footer-linkmap-list-link.solution12{
  background-color: #0068b7;
  color: #fff;
}

/*=============== ▼FOOTER-CONTACT ===============*/

.l-footer-contact {
  position: relative;
}

.l-footer-contact-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin: 0 auto;
  width: 1200px;
  max-width: 1200px;
  height: 410px;
}

.l-footer-contact-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
}

.l-footer-contact-bg-img {
  width: 100%;
  height: 410px;
  object-fit: cover;
}

.l-footer-contact-cnt {
  padding: 40px 40px;
  width: 100%;
  background-color: #fff;
}

.l-footer-contact-list {
  width: calc(50% - 10px);
}

.l-footer-contact-list-inner {
  display: flex;
  justify-content: space-between;
}

.l-footer-contact-list-title {
  padding: 6px 0;
  background-color: #f3f5f7;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

.l-footer-contact-list-tel {
  margin: 16px 0 0 0;
}

.l-footer-contact-list-tel-link {
  display: flex;
  justify-content: center;
  align-items: baseline;
  font-size: 4.2rem;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}

.l-footer-contact-list-tel-link-small {
  font-size: 2.4rem;
}

.l-footer-contact-btn-list {
  display: flex;
  justify-content: space-between;
  margin: 40px 0 0 0;
}

.l-footer-contact-btn-list-item {
  position: relative;
  width: calc(25% - 12px / 3);
  height: 80px;
}

.l-footer-contact-btn-list-item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg) translateY(-50%);
}

.l-footer-contact-btn-list-link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.3);
  text-decoration: none;
}

.l-footer-contact-btn-list-link.hover {
  box-shadow: none;
}

.l-footer-contact-btn-list-item:nth-child(1) .l-footer-contact-btn-list-link {
  background-color: #074287;
}

.l-footer-contact-btn-list-item:nth-child(1)
  .l-footer-contact-btn-list-link.hover {
  background-color: #042d5d;
}

.l-footer-contact-btn-list-item:nth-child(2) .l-footer-contact-btn-list-link {
  background-color: #0068b7;
}

.l-footer-contact-btn-list-item:nth-child(2)
  .l-footer-contact-btn-list-link.hover {
  background-color: #0048a2;
}

.l-footer-contact-btn-list-item:nth-child(3) .l-footer-contact-btn-list-link {
  background-color: #00a4b7;
}

.l-footer-contact-btn-list-item:nth-child(3)
  .l-footer-contact-btn-list-link.hover {
  background-color: #1a90a1;
}

.l-footer-contact-btn-list-item:nth-child(4) .l-footer-contact-btn-list-link {
  background-color: #3cb678;
}

.l-footer-contact-btn-list-item:nth-child(4)
  .l-footer-contact-btn-list-link.hover {
  background-color: #15a25e;
}

.l-footer-contact-btn-list-link-text {
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1.222;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

/*=============== ▼FOOTER-INFO ===============*/

.l-footer-info-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #0a52a8;
}

.l-footer-info-link {
  padding: 0 0 0 4%;
}

.l-footer-info-link-list {
  display: flex;
}

.l-footer-info-link-list-item.pump {
  width: 294px;
  border: 1px solid #fff;
  background-color: #fff;
}

.l-footer-info-link-list-item.youtube {
  margin: 0 0 0 8px;
  width: 294px;
  border: 1px solid #074287;
  background-color: transparent;
}

.l-footer-info-list-link {
  display: flex;
  justify-content: center;
  align-items: center;
  /*padding: 18px 0;*/
  height: 60px;
}
.pump .l-footer-info-list-link {
  /*padding: 11px 0;*/
}

.l-footer-info-img {
  width: auto;
  height: 23px;
  vertical-align: top;
}
.pump .l-footer-info-img{
  width: auto;
  height: 40px;
  vertical-align: top;
}

.l-footer-info-list-link.hover .l-footer-info-img {
  opacity: 0.8;
}

.l-footer-info-arrow-btn {
  position: relative;
  width: 100px;
  height: 100px;
  background-color: #074287;
  cursor: pointer;
}

.l-footer-info-arrow-btn:hover {
  background-color: #042d5d;
}

.l-footer-info-arrow-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg) translateY(-50%);
}

/*=============== ▼FOOTER ===============*/

.l-footer {
  padding: 80px 0 30px 0;
  background-color: #0068b7;
}

.l-footer-inner {
  margin: 0 auto;
  padding: 0 60px;
  width: 100%;
  /*max-width: 1920px;*/
}

.l-footer-nav-cnt {
  display: flex;
  justify-content: center;
}

.l-footer-nav-list {
  display: flex;
}

.l-footer-nav-list-item + .l-footer-nav-list-item {
  margin: 0 0 0 50px;
}

.l-footer-nav-list-link {
  text-decoration: none;
}

.l-footer-nav-list-link.hover {
  color: #fff;
  text-decoration: underline;
}

.l-footer-nav-list-link-text {
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
}

.l-footer-nav-cnt-sub {
  margin: 80px 0 0 0;
}

.l-footer-nav-list-sub {
  display: flex;
}

.l-footer-nav-list-item-sub {
  padding: 0 19px;
}

.l-footer-nav-list-item-sub:first-child {
  padding: 0 19px 0 0;
}

.l-footer-nav-list-item-sub:last-child {
  padding: 0 0 0 19px;
}

.l-footer-nav-list-item-sub + .l-footer-nav-list-item-sub {
  border-left: 1px solid #015595;
}

.l-footer-nav-list-link-sub {
  text-decoration: none;
}

.l-footer-nav-list-link-sub.hover {
  color: #fff;
  text-decoration: underline;
}

.l-footer-nav-list-link-text-sub {
  font-size: 1.2rem;
  color: #fff;
}

.l-footer-bottom-cnt {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 30px 0 0 0;
}

.l-footer-attention-text {
  font-size: 1rem;
  color: #fff;
}

.l-footer-attention-text:not(:first-child) {
  margin: 6px 0 0 0;
}

.l-footer-copylight {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.l-footer-copylight-text {
  margin: 12px 0 0 0;
  font-size: 1rem;
  color: #fff;
}

.l-footer-copylight-link .l-footer-logo-img {
  width: 277px;
  height: auto;
}

.l-footer-copylight-link.hover .l-footer-logo-img {
  opacity: 0.8;
}

/*=============== ▼FIXED-NAV ===============*/

.l-fixed-nav {
  position: fixed;
  top: 18%;
  right: 0;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s ease, opacity 0.3s ease;
}

.l-fixed-nav.is-fixedNavActive {
  visibility: visible;
  opacity: 1;
}

.l-fixed-nav-list-item:not(:last-child) {
  margin: 0 0 1px 0;
}

.l-fixed-nav-link {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0 10px 0;
  width: 110px;
  height: 110px;
  text-decoration: none;
}

.l-fixed-nav-link.product {
  background-color: #074287;
}

.l-fixed-nav-link.parts {
  background-color: #0068b7;
}

.l-fixed-nav-link.service {
  background-color: #00a4b7;
}

.l-fixed-nav-link.other {
  background-color: #3cb678;
}

.l-fixed-nav-link.product.hover {
  background-color: #042d5d;
}

.l-fixed-nav-link.parts.hover {
  background-color: #0048a2;
}

.l-fixed-nav-link.service.hover {
  background-color: #1a90a1;
}

.l-fixed-nav-link.other.hover {
  background-color: #15a25e;
}

.l-fixed-nav-img {
  width: 46px;
  height: 43px;
  margin: 0 0 0 8px;
}

.l-fixed-nav-list-text {
  font-size: 1.2rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
