@charset "utf-8";
/* ----------------------------------------
Base
---------------------------------------- */
html {
  overflow-y: scroll;
  scroll-behavior: smooth;
  font-size: 62.5%;
}
/*@media (max-width: 1380px) and (min-width: 768px) {
  html {
    font-size: 0.7246376812vw;
  }
}*/
@media (max-width: 1050px) and (min-width: 768px) {
  html {
    font-size: 0.952vw;
  }
}
body {
  position: relative;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #333;
}
img {
  width: 100%;
  height: auto;
  transition: 0.12s;
}
a {
  transition: 0.12s;
}
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
/* ----------------------------------------
HEADER
---------------------------------------- */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 10rem;
}
.l-header-inner {
  display: flex;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.l-header-logo {
  display: flex;
  align-items: center;
  max-width: 30rem;
  width: 100%;
  margin: 0 0 0 6rem;
  transition: 0.5s ease;
}
.l-header-logo-img {
  width: 197px;
  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 2.4rem;
  font-size: 1.4rem;
  font-weight: bold;
}
.l-header.is-headerActive .l-header-logo-sub-title {
  color: #333;
}
.l-header-nav {
  width: 100%;
  height: 100%;
}
.l-header-nav-box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
}
.l-header-nav-lot {
  /* JP/ENボタン表示 ↓ */
  /* margin: 0 5rem 2rem 0; */
  /* JP/ENボタン非表示 ↓ */
  margin: 0 5rem 0 0;
}
.l-header-nav-list {
  display: flex;
  align-items: center;
}
.l-header-nav-list-item {
  margin-right: 3.5rem;
}
.l-header-nav-list-item:last-child {
  margin-right: 0;
}
.l-header-nav-list-item-link {
  border-bottom: 1px solid transparent;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  z-index: 0;
  transition: all 0.12s ease-out;
}
.l-header-nav-list-item-link.hover,
.l-header-nav-list-item-link.active {
  color: #0068b7;
}
.l-header-nav-list-item-link::before {
  content: "";
  position: absolute;
  bottom: -1rem;
  left: 50%;
  margin-left: -0.5rem;
  width: 0;
  height: 0.4rem;
  background-color: #0068b7;
  border-radius: 1rem;
  transition: all 0.12s ease-out;
}
.l-header-nav-list-item-link.hover::before,
.l-header-nav-list-item-link.active::before {
  width: 1rem;
}
.l-header-nav-list-item-link span.blank {
  position: relative;
  z-index: 0;
}
.l-header-nav-list-item-link span.blank::after {
  content: "";
  display: inline-block;
  width: 1rem;
  aspect-ratio: 1;
  background: url("/products/Dehydrators-Series/images/common/icon-blank.png") no-repeat center / contain;
  translate: 0.4rem -0.3rem;
}
.l-header-nav-list-item.is-active .l-header-nav-list-item-link {
  border-bottom: 1px solid #0068b7;
}
.h-catalog-link {
  max-width: 24rem;
  width: 100%;
  height: 100%;
}
.h-catalog-link figure {
  max-width: 5.3rem;
  width: 100%;
  margin-right: 1rem;
}
.h-catalog-link figure img {
}
.h-catalog-link a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  background-color: #0068b7;
  line-height: 1.3;
  transition: all 0.12s ease-out;
}
.h-catalog-link a.hover {
  background-color: #0096e1;
}
@media (max-width: 1450px) and (min-width: 768px) {
  .l-header-logo {
    max-width: 24.5rem;
  }
  .l-header-logo-img {
    width: 157px;
  }
  .l-header-nav-lot {
    /* JP/ENボタン表示 ↓ */
    /* margin: 0 3rem 2rem 0; */
    /* JP/ENボタン非表示 ↓ */
    margin: 0 3rem 0 0;
  }
  .l-header-logo-sub-title {
    margin: 0 0 0 2rem;
    font-size: 1.3rem;
  }
  .l-header-nav-list-item {
    margin-right: 2.5rem;
  }
  .l-header-nav-list-item-link {
    font-size: 1.4rem;
  }
  .h-catalog-link {
    max-width: 18rem;
  }
  .h-catalog-link figure {
    max-width: 4.3rem;
    margin-right: 0.7rem;
  }
  .h-catalog-link a {
    font-size: 1.4rem;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .l-header-logo {
    max-width: 27rem;
  }
  .l-header-logo-img {
    width: 140px;
  }
  .l-header-nav-lot {
    /* JP/ENボタン表示 ↓ */
    /* margin: 0 1rem 1rem 0; */
    /* JP/ENボタン非表示 ↓ */
    margin: 0 1rem 0 0;
  }
  .l-header-logo-sub-title {
    margin: 0 0 0 1rem;
    font-size: 1.2rem;
  }
  .l-header-nav-list-item {
    margin-right: 1rem;
  }
  .l-header-nav-list-item-link {
    font-size: 1.2rem;
  }
  .h-catalog-link {
    max-width: 15rem;
  }
  .h-catalog-link figure {
    max-width: 3rem;
    margin-right: 0.5rem;
  }
  .h-catalog-link a {
    font-size: 1.3rem;
  }
}
/* ----------------------------------------
.l-header-drawer
---------------------------------------- */
.l-header-drawer {
  display: none;
}
/* ----------------------------------------
.language
---------------------------------------- */
.language {
  display: flex;
  justify-content: flex-end;
  margin: 0 0 1.5rem;
}
.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: #c0d4e1;
  transition: all 0.12s ease-out;
}
.is-headerActive .language li a {
  background-color: #c0d4e1;
}

.language li a.hover {
  background-color: #0068b7;
}
.language li a.active {
  background-color: #0068b7;
}
/* ----------------------------------------
FOOTER-LINK-MAP
---------------------------------------- */
.l-footer-linkmap {
  padding: 6rem 0;
  background-color: #f8f9fa;
}
.l-footer-linkmap-inner {
  margin: 0 auto;
  max-width: 120rem;
}
.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((100% - 2rem - 2rem) / 3);
}
.l-footer-contact-list-inner {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}
.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: 3.8rem;
  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;
}
/* ----------------------------------------
.l-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;
  height: 6rem;
}
.l-footer-info-img {
  width: auto;
  height: 2.3rem;
  vertical-align: top;
}
.pump .l-footer-info-img {
  width: auto;
  height: 4rem;
  vertical-align: top;
}
.l-footer-info-list-link.hover .l-footer-info-img {
  opacity: 0.8;
}
.l-footer-info-arrow-btn {
  position: relative;
  width: 10rem;
  height: 10rem;
  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: 1.6rem;
  height: 1.6rem;
  border-top: 0.2rem solid #fff;
  border-right: 0.2rem solid #fff;
  transform: rotate(-45deg) translateY(-50%);
}
/* ----------------------------------------
.l-footer
---------------------------------------- */
.l-footer {
  padding: 8rem 0 3rem 0;
  background-color: #0068b7;
}
.l-footer-inner {
  margin: 0 auto;
  padding: 0 6rem;
  width: 100%;
}
.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 3rem;
}
.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-list-link-text span.blank::after {
  filter: brightness(0) invert(1) opacity(0.8);
  content: "";
  display: inline-block;
  width: 1rem;
  aspect-ratio: 1;
  background: url("/products/Dehydrators-Series/images/common/icon-blank.png") no-repeat center / contain;
  translate: 0.4rem -0.3rem;
}
@media (max-width: 1200px) and (min-width: 768px) {
  .l-footer-nav-list-link-text {
    font-size: 1.4rem;
  }
}
.l-footer-nav-cnt-sub {
  margin: 8rem 0 0 0;
}
.l-footer-nav-list-sub {
  display: flex;
}
.l-footer-nav-list-item-sub {
  padding: 0 1.9rem;
}
.l-footer-nav-list-item-sub:first-child {
  padding: 0 1.9rem 0 0;
}

.l-footer-nav-list-item-sub:last-child {
  padding: 0 0 0 1.9rem;
}
.l-footer-nav-list-item-sub + .l-footer-nav-list-item-sub {
  border-left: 0.1rem 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: 3rem 0 0 0;
}
.l-footer-attention-text {
  font-size: 1rem;
  color: #fff;
}
.l-footer-attention-text:not(:first-child) {
  margin: 0.6rem 0 0 0;
}
.l-footer-copylight {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.l-footer-copylight-text {
  margin: 1.2rem 0 0 0;
  font-size: 1rem;
  color: #fff;
}
.l-footer-copylight-link .l-footer-logo-img {
  width: 13.1rem;
  height: auto;
}
.l-footer-copylight-link.hover .l-footer-logo-img {
  opacity: 0.8;
}
/* ----------------------------------------
.download-area
---------------------------------------- */
.download-area {
  background-color: #f2f6f8;
  padding: 10rem 6rem;
}
.download-en {
  font-size: 4.8rem;
  font-weight: bold;
  line-height: 1;
  color: #0068b7;
  text-align: center;
  margin: 0 0 3.5rem;
}
.download-box {
  text-align: center;
  margin: 0 0 4rem;
}
.download-title {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.3;
  margin: 0 0 1rem;
}
.download-text {
  font-size: 1.8rem;
  line-height: 1.3;
}
.download-link {
  max-width: 90rem;
  width: 100%;
  height: 10rem;
  margin: 0 auto;
  background-color: #074287;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 5px 5px -2px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 0;
  transition: all 0.12s ease-out;
}
.download-link.hover {
  box-shadow: none;
  background-color: #042d5d;
}
.download-link::before {
  content: "";
  position: absolute;
  top: 50%;
  margin: 0.5rem 0 0;
  right: 6rem;
  width: 9.3rem;
  height: 0.1rem;
  background-color: #fff;
  transition: all 0.12s ease-out;
}
.download-link::after {
  content: "";
  position: absolute;
  top: 50%;
  margin: -0.1rem 0 0;
  right: 6rem;
  width: 1.5rem;
  height: 0.1rem;
  background-color: #fff;
  transform: rotate(45deg);
  transition: all 0.12s ease-out;
}
.download-link figure {
  margin: 0 2rem 0 0;
}
.download-link figure img {
  width: 7.2rem;
  height: auto;
}
.download-link-text {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.3;
  color: #fff;
  transition: all 0.12s ease-out;
}
/******************************************************* 下層ページ */
/* ----------------------------------------
パンくず
---------------------------------------- */
.breadcrumb {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 2rem 0 0;
  background-color: #fff;
}
.breadcrumb li + li::before {
  content: ">";
  display: inline-block;
  text-align: center;
  width: 1em;
  height: 1em;
  margin: 0 0.2rem;
  font-weight: normal;
}
.breadcrumb li a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.2rem;
  width: 13.2rem;
  height: 2.3rem;
  background-color: #0068b7;
  border-radius: 10rem;
  transition: all 0.12s ease-out;
}
.breadcrumb li a.hover {
  background-color: #0096e1;
}
.breadcrumb li span {
  font-size: 1.2rem;
  font-weight: bold;
}
/* ----------------------------------------
メインビジュアル
---------------------------------------- */
.common-mv-area {
  position: relative;
  z-index: 0;
  margin: 10rem 0 0;
  height: 23rem;
}
.common-mv-area::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.common-mv-area.multi-disc-roller-press::before {
  background-image: url("/products/Dehydrators-Series/images/multi-disc-roller-press/hd-tit-multi-disc-roller-press.png");
}
.common-mv-area.multi-disc-screw-press::before {
  background-image: url("/products/Dehydrators-Series/images/multi-disc-screw-press/hd-tit-multi-disc-screw-press.png");
}
.common-mv-area.small-wastewater-treatment::before {
  background-image: url("/products/Dehydrators-Series/images/small-wastewater-treatment/hd-tit-small-wastewater-treatment.png");
}
.common-mv-area.dewatering-system::before {
  background-image: url("/products/Dehydrators-Series/images/dewatering-system/hd-tit-dewatering-system.png");
}
.common-mv-title {
  color: #fff;
  font-size: 3.6rem;
  font-weight: bold;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.3;
  padding: 0 6rem;
}
/* ----------------------------------------
共通
---------------------------------------- */
picture {
  display: block;
}
/* ----------------------------------------
動画
---------------------------------------- */
.video-area {
  padding: 7rem 0 12rem;
  background-color: #fff;
}
.video-lot {
  padding: 7rem 0 0;
  border-top: 1px solid #e9ecee;
}
.video-container {
  width: 100%; /* 横幅を親要素（ブラウザ幅など）いっぱいに広げる */
  max-width: 80rem; /* 必要であれば最大幅を制限（任意） */
  margin: 0 auto; /* 中央寄せ（任意） */
  aspect-ratio: 16 / 9; /* YouTubeの標準的な比率に設定 */
}
.video-container iframe {
  width: 100%; /* 親要素の幅に合わせる */
  height: 100%; /* 親要素の高さに合わせる */
}
.video-name {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  margin: 1.5rem 0 0;
}
