@charset "UTF-8";
/* -------------------------------
	ページ内　共通デザイン
-------------------------------- */
.htmlarea {
  line-height: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow: hidden;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.ov_hi {
  overflow: hidden;
}

.clear {
  clear: both;
}

/* ---  --- */
.fs-16-24 {
  font-size: min(calc(16px + 8 * (100vw - 320px) / 880), 24px);
}

/* -------------------------------
	main title
-------------------------------- */
.title-1 {
  line-height: 1.5;
  padding-left: 0.5em;
  border-left: solid 0.2em var(--primary);
}
.title-1.green {
  border-left-color: var(--success);
}

.title-2 {
  padding-bottom: 0.5em;
  border-bottom: solid 1px #555;
}

.title-3 {
  color: #07b53b;
  font-weight: 500;
  padding: 0.25em 1em;
  background-color: #CEF1D8;
}
.title-3.blue {
  color: #147ad7;
  background-color: #C8DEF3;
}

.title-hh-1 {
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
  letter-spacing: normal;
  margin-top: -.1em;
}
.title-hh-1 > small {
  color: #147ad7;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.005em;
  display: block;
  padding-left: 3em;
  margin-top: 0.5em;
  position: relative;
}
.title-hh-1 > small:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.75em;
  width: 2.5em;
  height: 1px;
  background-color: currentColor;
}
.title-hh-1.center {
  text-align: center;
}
.title-hh-1.center > small {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0;
}
.title-hh-1.center > small:before {
  position: static;
  width: 1.5em;
  margin-right: 0.75em;
}
.title-hh-1.center > small:after {
  content: "";
  width: 1.5em;
  height: 1px;
  margin-left: 0.75em;
  background-color: currentColor;
}
@media print, screen and (min-width: 768px) {
  .title-hh-1 {
    font-size: 60px;
  }
  .title-hh-1 > small {
    font-size: 24px;
  }
}
@media print, screen and (min-width: 992px) {
  .title-hh-1 {
    font-size: 60px;
  }
  .title-hh-1 > small {
    font-size: 26px;
  }
}
@media print, screen and (min-width: 1200px) {
  .title-hh-1 {
    font-size: 70px;
  }
  .title-hh-1 > small {
    font-size: 30px;
  }
}
@media print, screen and (min-width: 1400px) {
  .title-hh-1 {
    font-size: 80px;
  }
  .title-hh-1 > small {
    font-size: 34px;
  }
}

.title-hh-2 {
  font-size: 20px;
  position: relative;
  z-index: 0;
}
@media print, screen and (min-width: 768px) {
  .title-hh-2 {
    font-size: 36px;
  }
}
@media print, screen and (min-width: 992px) {
  .title-hh-2 {
    font-size: 40px;
  }
}
@media print, screen and (min-width: 1400px) {
  .title-hh-2 {
    font-size: 50px;
  }
}
.title-hh-2 > .en {
  position: absolute;
  bottom: 0.2em;
  right: 0;
  z-index: -1;
  color: #07b53b;
  font-weight: 700;
  font-size: 12vw;
  line-height: 1;
  text-align: right;
  white-space: nowrap;
  display: block;
  opacity: 0.3;
}
.title-hh-2 > .txt {
  color: #147ad7;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.005em;
  display: inline-block;
  padding-bottom: 0.5em;
  margin-top: 0.5em;
  position: relative;
}
.title-hh-2 > .txt:before {
  content: "";
  position: absolute;
  left: 0%;
  bottom: 0;
  width: 2.5em;
  height: 1px;
  background-color: currentColor;
}
@media print, screen and (min-width: 1200px) {
  .title-hh-2 > .en {
    bottom: 0;
    right: calc((100% - 100vw) / 2);
  }
}

/* タイトル用フォントサイズ */
.ttl-fs-1 {
  font-size: 20px;
  line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
  .ttl-fs-1 {
    font-size: 36px;
  }
}
@media print, screen and (min-width: 992px) {
  .ttl-fs-1 {
    font-size: 30px;
  }
}
@media print, screen and (min-width: 1400px) {
  .ttl-fs-1 {
    font-size: 36px;
  }
}

/* -------------------------------
	bootstrap
-------------------------------- */
.container-fluid-xl {
  max-width: 1500px;
  width: 100%;
  padding-left: calc(15px + 83 * (100vw - 320px) / 1180);
  padding-right: calc(15px + 83 * (100vw - 320px) / 1180);
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 1500px) {
  .container-fluid-xl {
    padding-left: 98px;
    padding-right: 98px;
  }
}

/* --- row --- */
.row-gallery {
  margin-left: calc(-5px - 10 * (100vw - 320px) / 1080);
  margin-right: calc(-5px - 10 * (100vw - 320px) / 1080);
}
.row-gallery > [class^="col"], .row-gallery > [class*=" col"] {
  padding-left: calc(5px + 10 * (100vw - 320px) / 1080);
  padding-right: calc(5px + 10 * (100vw - 320px) / 1080);
}
@media print, screen and (min-width: 1400px) {
  .row-gallery {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row-gallery > [class^="col"], .row-gallery > [class*=" col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* --- form --- */
/* -------------------------------
	mainvisual
-------------------------------- */
#mainvisual {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
#mainvisual .slide-photo {
  height: 64vh;
}
#mainvisual .slide-photo img {
  max-width: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media print, screen and (min-width: 768px) {
  #mainvisual .slide-photo {
    height: 100vh;
  }
}
@supports (height: 100dvh) {
  @media print, screen and (min-width: 768px) {
    #mainvisual .slide-photo {
      height: 100dvh;
    }
  }
}
@media print {
  #mainvisual .slide-photo {
    height: 1000px;
  }
}
#mainvisual .mainvisual_caption {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 20;
  font-size: min(calc(18px + 42 * (100vw - 320px) / 1180), 60px);
  padding: 0.83334em;
}
#mainvisual .mainvisual_caption:before {
  content: "";
  position: absolute;
  top: -2em;
  right: -3em;
  bottom: -2em;
  left: 0;
  background: url("../images/home/mainvisual_txt_bg.png") no-repeat center right/100% 100%;
  z-index: -1;
}
#mainvisual .mainvisual_caption h2 {
  color: #147ad7;
  font-weight: 400;
  font-size: 1em;
  text-shadow: 0px 0px 0.15em rgba(178, 218, 255, 0.8);
  margin: 0;
}
#mainvisual .mainvisual_caption h2 strong {
  font-weight: 400;
  font-size: 1.33334em;
  letter-spacing: 0.005em;
}
#mainvisual .mainvisual_caption p {
  color: #147ad7;
  font-weight: 400;
  font-size: min(calc(10px + 20 * (100vw - 320px) / 1180), 30px);
  text-shadow: 0px 0px 0.3em rgba(178, 218, 255, 0.8);
}
#mainvisual .mainvisual_caption .hr {
  width: 100%;
  height: 1px;
  background-color: #147ad7;
  margin: 0.5em 0;
  box-shadow: 0px 0px 9px 1px rgba(178, 218, 255, 0.8);
}

/* -------------------------------
	home
-------------------------------- */
/* --- 私たちについて --- */
.home_about {
  padding: min(calc(50px + 50 * (100vw - 320px) / 1080), 100px) 0;
  background: url("../images/common/bg-img-1.jpg") no-repeat center center/cover;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.home_about > .bg {
  display: none;
}
@media print, screen and (min-width: 992px) {
  .home_about > .bg {
    position: absolute;
    right: 3%;
    bottom: 0;
    z-index: -1;
    color: #0081ec;
    font-weight: 700;
    font-size: min(calc(170px + 130 * (100vw - 992px) / 1008), 300px);
    line-height: 0.9;
    letter-spacing: -0.025em;
    display: block;
    pointer-events: none;
  }
}
.home_about__image {
  margin-top: 1.5rem;
  width: 100%;
  aspect-ratio: 16 / 9;
}
.home_about__image img {
  max-width: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media print, screen and (min-width: 992px) {
  .home_about .home_about__content {
    min-height: 675px;
  }
  .home_about__image {
    position: absolute;
    right: 0;
    top: min(calc(50px + 50 * (100vw - 320px) / 1080), 100px);
    bottom: min(calc(50px + 50 * (100vw - 320px) / 1080), 100px);
    width: 45%;
    max-width: 900px;
    aspect-ratio: auto;
    margin-top: 0;
  }
  .home_about__image .amn-shutter {
    height: 100%;
  }
}

/* --- 私たちの4つの強み --- */
.home_strengths {
  background-color: #f4f4f4;
  overflow: hidden;
}

.home_strengths__topimg {
  width: 100%;
  aspect-ratio: 4 / 1;
  background: url("../images/home/home_strengths_top.jpg") no-repeat center center/cover;
  position: relative;
  z-index: 0;
}
.home_strengths__topimg:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 90%;
  height: min(10.71428vw, 150px);
  background-color: #f4f4f4;
  z-index: 1;
}

.home_strengths__content {
  padding-bottom: min(calc(70px + 100 * (100vw - 320px) / 1080), 170px);
  position: relative;
  z-index: 10;
}
.home_strengths__content:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30%;
  z-index: -1;
  background: url("../images/home/home_strengths_btm.jpg") no-repeat center center/cover;
  pointer-events: none;
}
@media print, screen and (min-width: 992px) {
  .home_strengths__content:before {
    height: 40%;
  }
}
.home_strengths__content h2 {
  margin-top: -0.85em;
}
.home_strengths__content > .bg {
  color: #07b53b;
  font-weight: 700;
  font-size: min(calc(50px + 250 * (100vw - 320px) / 1080), 300px);
  line-height: 0.9;
  letter-spacing: -0.025em;
  opacity: 0.08;
  position: absolute;
  left: 0;
  top: -.3em;
  z-index: -1;
}

.home_strengths__row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 10px;
}
@media print, screen and (min-width: 768px) {
  .home_strengths__row {
    gap: 30px;
  }
}
@media print, screen and (min-width: 992px) {
  .home_strengths__row {
    grid-template-columns: repeat(4, 1fr);
  }
}

.home_strengths__item .num {
  line-height: 1;
  letter-spacing: -0.025em;
  text-align: center;
}
.home_strengths__item .num small {
  color: #222;
  font-weight: 700;
  font-size: 13px;
  line-height: 1;
  display: block;
}
.home_strengths__item .num strong {
  color: var(--success);
  font-weight: 700;
  font-size: 60px;
  line-height: 0.9;
  display: block;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 64%, white 64%, white 100%);
}
.home_strengths__item .column {
  font-size: 13px;
  line-height: 1.375;
  letter-spacing: normal;
  height: 4.5em;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  position: relative;
  z-index: 0;
}
.home_strengths__item .column:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 0px 1.5em 1.5em;
  border-color: transparent transparent var(--success) transparent;
}
.home_strengths__item .column p {
  text-align: center;
  margin: auto;
}
@media print, screen and (min-width: 768px) {
  .home_strengths__item .num small {
    font-size: 15px;
  }
  .home_strengths__item .num strong {
    font-size: 80px;
  }
  .home_strengths__item .column {
    font-size: 16px;
  }
}
@media print, screen and (min-width: 1200px) {
  .home_strengths__item .num small {
    font-size: 18px;
  }
  .home_strengths__item .num strong {
    font-size: 100px;
  }
  .home_strengths__item .column {
    font-size: 20px;
  }
}
@media print, screen and (min-width: 1400px) {
  .home_strengths__item .num small {
    font-size: 20px;
  }
  .home_strengths__item .num strong {
    font-size: 125px;
  }
  .home_strengths__item .column {
    font-size: 24px;
  }
}

/* --- 製品情報  --- */
.home_products {
  padding-top: min(calc(50px + 100 * (100vw - 320px) / 1080), 150px);
  padding-bottom: min(calc(50px + 50 * (100vw - 320px) / 1080), 100px);
  background: url("../images/home/producrts_bg.jpg") no-repeat center top/cover;
}
.home_products__inner {
  position: relative;
  z-index: 0;
}
.home_products__inner > .bg {
  color: #0081ec;
  font-weight: 700;
  font-size: min(calc(50px + 250 * (100vw - 320px) / 1600), 300px);
  line-height: 0.9;
  letter-spacing: -0.025em;
  position: absolute;
  right: 0;
  top: -.5em;
  z-index: -1;
  pointer-events: none;
  white-space: nowrap;
}

.home_products__row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 15px;
}
@media print, screen and (min-width: 768px) {
  .home_products__row {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 20px;
  }
}
@media print, screen and (min-width: 1200px) {
  .home_products__row {
    gap: 40px 30px;
  }
}

/* ---  --- */
.home_contact {
  background: linear-gradient(to bottom, rgba(244, 244, 244, 0) 0%, rgba(244, 244, 244, 0) 50%, #f4f4f4 50%, #f4f4f4 100%);
}

.home_contact__figure {
  position: relative;
  z-index: 0;
}
.home_contact__figure figcaption {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: flex;
  align-items: center;
  padding: 0 8.52713%;
  background: #147ad7;
  background: linear-gradient(to right, rgba(20, 122, 215, 0.6) 0%, rgba(20, 122, 215, 0.6) 50%, rgba(7, 181, 59, 0.6) 100%);
  background-position: right center;
  background-size: 200% 100%;
  transition: color .5s ease, background .5s ease;
}
.home_contact__figure figcaption .title-hh-1 {
  color: #fff;
  font-size: 45px;
  margin: 0;
}
.home_contact__figure figcaption .title-hh-1 small {
  color: #fff;
  font-size: 10px;
}
.home_contact__figure figcaption .icon {
  color: #fff;
  font-size: 18px;
  line-height: 1;
  letter-spacing: normal;
  margin-left: auto;
  width: 2.5em;
  height: 2.5em;
  border: solid 2px #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home_contact__figure figcaption .bg {
  color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  font-weight: 700;
  font-size: 50px;
  line-height: 0.9;
  letter-spacing: -0.025em;
  opacity: 0.1;
  pointer-events: none;
}
@media print, screen and (min-width: 768px) {
  .home_contact__figure figcaption .title-hh-1 {
    font-size: 50px;
  }
  .home_contact__figure figcaption .title-hh-1 > small {
    font-size: 15px;
  }
  .home_contact__figure figcaption .icon {
    font-size: 30px;
  }
  .home_contact__figure figcaption .bg {
    font-size: 100px;
  }
}
@media print, screen and (min-width: 992px) {
  .home_contact__figure figcaption .title-hh-1 {
    font-size: 80px;
  }
  .home_contact__figure figcaption .title-hh-1 > small {
    font-size: 20px;
  }
  .home_contact__figure figcaption .icon {
    font-size: 40px;
  }
  .home_contact__figure figcaption .bg {
    font-size: 180px;
  }
}
.home_contact__figure:hover figcaption {
  background-position: left center;
  transition: color 0.3s ease, background 1s ease;
}
.home_contact__figure:hover figcaption .icon i {
  animation: arrow-out-in 0.4s ease-in-out forwards;
}

/* -------------------------------
	深層フィルター
-------------------------------- */
/**/
.depthfilter_applications {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
}
@media print, screen and (min-width: 768px) {
  .depthfilter_applications {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media print, screen and (min-width: 992px) {
  .depthfilter_applications {
    grid-template-columns: repeat(3, 1fr);
  }
}
.depthfilter_applications .column {
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 1em;
  background-color: #07b53b;
  position: relative;
}
.depthfilter_applications .column:before {
  content: "";
  position: absolute;
  left: 1px;
  top: 1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1em 1.25em 0px 0px;
  border-color: #fff transparent transparent transparent;
}
.depthfilter_applications .column p {
  font-size: 14px;
  text-align: center;
  font-weight: 700;
  margin: auto;
}
@media print, screen and (min-width: 768px) {
  .depthfilter_applications .column p {
    font-size: 16px;
  }
}
@media print, screen and (min-width: 1200px) {
  .depthfilter_applications .column p {
    font-size: 18px;
  }
}
@media print, screen and (min-width: 1400px) {
  .depthfilter_applications .column p {
    font-size: 20px;
  }
}

/**/
.depthfilter_features {
  position: relative;
  z-index: 0;
}

/* -------------------------------
	プリーツフィルター
-------------------------------- */
/* ---  --- */
.pleatefilter_head h3 {
  font-size: 20px;
  line-height: 1.75;
}
@media print, screen and (min-width: 768px) {
  .pleatefilter_head h3 {
    font-size: 36px;
  }
}
@media print, screen and (min-width: 992px) {
  .pleatefilter_head h3 {
    font-size: 30px;
  }
}
@media print, screen and (min-width: 1400px) {
  .pleatefilter_head h3 {
    font-size: 36px;
  }
}

/* point */
.pleatefilter_point_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -10px;
  margin-right: -10px;
}
.pleatefilter_point_row > .box {
  flex: 0 0 100%;
  margin-bottom: 50px;
}
@media print, screen and (min-width: 768px) {
  .pleatefilter_point_row > .box {
    flex: 0 0 50%;
    padding: 0 10px;
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 992px) {
  .pleatefilter_point_row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .pleatefilter_point_row > .box {
    flex: 0 0 33.33334%;
    padding: 0 15px;
  }
}

/* -------------------------------
	コアレッサー
-------------------------------- */
.coalescer_point_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -10px;
  margin-right: -10px;
}
.coalescer_point_row > .box {
  flex: 0 0 100%;
  padding: 0 10px;
  margin-bottom: 50px;
}
@media print, screen and (min-width: 768px) {
  .coalescer_point_row > .box {
    flex: 0 0 50%;
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 992px) {
  .coalescer_point_row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .coalescer_point_row > .box {
    flex: 0 0 33.33334%;
    padding: 0 15px;
  }
}

/* -------------------------------
	コンパクトフィルター
-------------------------------- */
.compactfilter_point_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -10px;
  margin-right: -10px;
}
.compactfilter_point_row > .box {
  flex: 0 0 100%;
  padding: 0 10px;
  margin-bottom: 50px;
}
@media print, screen and (min-width: 768px) {
  .compactfilter_point_row > .box {
    flex: 0 0 50%;
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 992px) {
  .compactfilter_point_row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .compactfilter_point_row > .box {
    flex: 0 0 25%;
    padding: 0 15px;
  }
}

/**/
.compactfilter_table_1 table > tbody > tr:nth-child(even) > th, .compactfilter_table_1 table > tbody > tr:nth-child(even) > td {
  background-color: #f7f7f7;
}
.compactfilter_table_1 table > tbody > tr > td {
  text-align: center;
}
.compactfilter_table_1 table > tbody > tr > td:nth-child(1) {
  white-space: nowrap;
}
.compactfilter_table_1 table > tbody > tr > td:nth-child(2) {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .compactfilter_table_1 {
    font-size: 0.875rem;
    white-space: nowrap;
  }
  .compactfilter_table_1 table > thead > tr > th, .compactfilter_table_1 table > thead > tr > td, .compactfilter_table_1 table > tbody > tr > th, .compactfilter_table_1 table > tbody > tr > td {
    padding: 0.5em;
  }
}

/**/
.compactfilter_img_1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  width: 100%;
  aspect-ratio: 315 / 194;
}
@media print, screen and (min-width: 768px) {
  .compactfilter_img_1 {
    grid-template-columns: repeat(4, 1fr);
    aspect-ratio: auto;
  }
}
.compactfilter_img_1 > .box {
  aspect-ratio: 315 / 194;
  padding: 5px;
}
.compactfilter_img_1 > .box img {
  max-width: inherit;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* -------------------------------
	セラミックフィルター
-------------------------------- */
/**/
.ceramicfilter_cerafil {
  width: 100%;
  height: 100%;
  border: solid 1px var(--primary);
  padding: 5%;
  position: relative;
}
.ceramicfilter_cerafil .new {
  position: absolute;
  left: 50%;
  top: 0%;
  color: var(--primary);
  font-weight: 700;
  font-size: 14px;
  line-height: 2;
  text-align: center;
  width: 6em;
  border: solid 1px var(--primary);
  border-radius: 10em;
  margin-left: -3em;
  margin-top: -1em;
  background-color: #fff;
}
.ceramicfilter_cerafil h4 {
  color: var(--primary);
  letter-spacing: normal;
  text-align: center;
  margin: 0 0 1em;
}
.ceramicfilter_cerafil .column > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ceramicfilter_cerafil .column > ul > li {
  padding-bottom: .75em;
  margin-bottom: .75em;
  border-bottom: dotted 1px #ccc;
}
.ceramicfilter_cerafil .column > ul > li:last-child {
  margin-bottom: 0;
}

/**/
.ceramicfilter_table_1 table > tbody > tr:nth-child(even) > th, .ceramicfilter_table_1 table > tbody > tr:nth-child(even) > td {
  background-color: #f7f7f7;
}
.ceramicfilter_table_1 table > tbody > tr > td {
  text-align: center;
}
.ceramicfilter_table_1 table > tbody > tr > td:nth-child(1) {
  white-space: nowrap;
}
.ceramicfilter_table_1 table > tbody > tr > td:nth-child(2) {
  text-align: left;
}
@media screen and (max-width: 991px) {
  .ceramicfilter_table_1 {
    font-size: 0.875rem;
    white-space: nowrap;
  }
  .ceramicfilter_table_1 table > thead > tr > th, .ceramicfilter_table_1 table > thead > tr > td, .ceramicfilter_table_1 table > tbody > tr > th, .ceramicfilter_table_1 table > tbody > tr > td {
    padding: 0.5em;
  }
}

/**/
.ceramicfilter_table_2 table > tbody > tr:nth-child(even) > th, .ceramicfilter_table_2 table > tbody > tr:nth-child(even) > td {
  background-color: #f7f7f7;
}
.ceramicfilter_table_2 table > tbody > tr > th, .ceramicfilter_table_2 table > tbody > tr > td {
  text-align: center;
}
@media screen and (max-width: 991px) {
  .ceramicfilter_table_2 {
    font-size: 0.875rem;
    white-space: nowrap;
  }
  .ceramicfilter_table_2 table > thead > tr > th, .ceramicfilter_table_2 table > thead > tr > td, .ceramicfilter_table_2 table > tbody > tr > th, .ceramicfilter_table_2 table > tbody > tr > td {
    padding: 0.5em;
  }
}

.ceramicfilter_point_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -10px;
  margin-right: -10px;
}
.ceramicfilter_point_row > .box {
  flex: 0 0 100%;
  padding: 0 10px;
  margin-bottom: 50px;
}
@media print, screen and (min-width: 768px) {
  .ceramicfilter_point_row > .box {
    flex: 0 0 50%;
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 992px) {
  .ceramicfilter_point_row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .ceramicfilter_point_row > .box {
    flex: 0 0 33.33334%;
    padding: 0 15px;
  }
}

/* -------------------------------
	液体用濾布
-------------------------------- */
.liquid_applications {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media print, screen and (min-width: 768px) {
  .liquid_applications {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media print, screen and (min-width: 1200px) {
  .liquid_applications {
    grid-template-columns: repeat(4, 1fr);
  }
}

.liquid_applications_2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media print, screen and (min-width: 768px) {
  .liquid_applications_2 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media print, screen and (min-width: 1200px) {
  .liquid_applications_2 {
    grid-template-columns: repeat(5, 1fr);
  }
}

/**/
.liquid_azurtex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.liquid_azurtex figure > img {
  max-width: inherit;
  width: 100%;
}
.liquid_azurtex figure figcaption {
  line-height: 1.5;
  text-align: center;
  margin-top: .5em;
}

/**/
.liquid_point_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -10px;
  margin-right: -10px;
}
.liquid_point_row > .box {
  flex: 0 0 100%;
  padding: 0 10px;
  margin-bottom: 50px;
}
@media print, screen and (min-width: 768px) {
  .liquid_point_row > .box {
    flex: 0 0 50%;
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 992px) {
  .liquid_point_row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .liquid_point_row > .box {
    flex: 0 0 25%;
    padding: 0 15px;
  }
}
@media print, screen and (min-width: 1200px) {
  .liquid_point_row > .box {
    flex: 0 0 25%;
  }
}

@media print, screen and (min-width: 992px) {
  .liquid_table_responsive1 {
    max-height: 75vh;
  }
}

.liquid_table_1 {
  font-size: 13px;
  letter-spacing: normal;
  text-align: center;
  margin: 0;
}
.liquid_table_1 > thead > tr > th, .liquid_table_1 > thead > tr > td, .liquid_table_1 > tbody > tr > th, .liquid_table_1 > tbody > tr > td {
  padding: 0.5em;
  white-space: nowrap;
}
.liquid_table_1 > thead > tr > th small, .liquid_table_1 > thead > tr > td small {
  letter-spacing: normal;
}
.liquid_table_1 > thead > tr > td {
  letter-spacing: normal;
}
.liquid_table_1 > tbody > tr > td:last-child {
  text-align: left;
}
.liquid_table_1 > tbody > tr:nth-child(even) > td {
  background-color: #f7f7f7;
}

.liquid_table_2 {
  white-space: nowrap;
  text-align: center;
}
.liquid_table_2 > thead > tr > th, .liquid_table_2 > thead > tr > td {
  font-size: 0.875em;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.liquid_table_2 > thead > tr > th small, .liquid_table_2 > thead > tr > td small {
  letter-spacing: normal;
}
.liquid_table_2 > thead > tr > td {
  letter-spacing: normal;
}
.liquid_table_2 > tbody > tr:nth-child(even) > td {
  background-color: #f7f7f7;
}
@media print, screen and (max-width: 991px) {
  .liquid_table_2 {
    font-size: 0.875rem;
  }
  .liquid_table_2 > thead > tr > th, .liquid_table_2 > thead > tr > td, .liquid_table_2 > tbody > tr > th, .liquid_table_2 > tbody > tr > td {
    padding: 0.5em 1em;
  }
}

/* -------------------------------
	フィルターベルト
-------------------------------- */
/**/
.filterbelt_list_1 {
  line-height: 1.5;
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-rows: repeat(1, 1fr);
  gap: 0px;
}
.filterbelt_list_1 > li {
  padding: 0.75em 0.75em 0.75em 1.75em;
  border-bottom: dotted 1px #ccc;
  position: relative;
}
.filterbelt_list_1 > li:before {
  content: "■";
  position: absolute;
  left: 0em;
  top: 50%;
  line-height: 1;
  margin-top: -.5em;
}
@media print, screen and (min-width: 992px) {
  .filterbelt_list_1 {
    grid-auto-flow: column;
    grid-template-rows: repeat(7, 1fr);
    grid-template-columns: repeat(2, 1fr);
    gap: 0px 30px;
  }
  .filterbelt_list_1 > li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 1em 1em 1em 1.75em;
  }
}

/* -------------------------------
	お問い合わせ
-------------------------------- */
.tel_content {
  padding: 0 5% 5%;
  border: solid 1px #ccc;
}
.tel_content h3 {
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  padding: 0.5em;
  margin: 1em 0;
  background-color: #E9EFF5;
}
.tel_content__inner {
  text-align: center;
}
.tel_content__inner .box + .box {
  margin-top: 20px;
}
.tel_content__inner .telphone {
  color: var(--primary);
  font-size: 28px;
}
.tel_content__inner .txt {
  font-size: 14px;
  margin-top: .5em;
}
@media print, screen and (min-width: 768px) {
  .tel_content h3 {
    font-size: 26px;
  }
  .tel_content__inner {
    display: flex;
    justify-content: center;
  }
  .tel_content__inner .box {
    flex: 0 0 50%;
    padding: 10px 30px;
  }
  .tel_content__inner .box + .box {
    margin-top: 0px;
    border-left: dashed 1px #B6C0C9;
  }
  .tel_content__inner .telphone {
    font-size: 32px;
  }
  .tel_content__inner .txt {
    font-size: 16px;
  }
}
@media print, screen and (min-width: 1200px) {
  .tel_content h3 {
    font-size: 32px;
  }
  .tel_content__inner .telphone {
    font-size: 36px;
  }
}
@media print, screen and (min-width: 1400px) {
  .tel_content__inner .telphone {
    font-size: 43px;
  }
}

#contactform {
  /**/
}
#contactform .form-control {
  border-color: #eee;
  background-color: #f6f6f6;
  box-shadow: none;
}
#contactform .form-control:focus {
  border-color: #ccc;
  background-color: #fff;
  box-shadow: none;
}
#contactform .form-control:not(:placeholder-shown) {
  border-color: #ccc;
  background-color: #fff;
  box-shadow: none;
}
#contactform .custom-select {
  box-shadow: none !important;
}
#contactform .custom-select.placeholder {
  background-color: #f6f6f6;
  /* プレースホルダ時の背景色 */
}
#contactform input[type="file"] {
  font-size: 15px;
  letter-spacing: normal;
}
#contactform input[type="file"]::-webkit-file-upload-button {
  font-size: 12px;
}
@media print, screen and (min-width: 768px) {
  #contactform .select-inline, #contactform .p-region {
    width: auto;
    display: inline;
  }
}

/* フォーム用　table */
.table-contact {
  line-height: 1.75;
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  border-top: 1px solid #ccc;
  margin-bottom: 30px;
}
.table-contact > tbody > tr {
  border-bottom: 1px solid #ccc;
}
.table-contact > tbody > tr > th, .table-contact > tbody > tr > td {
  padding: 1em 0;
}
.table-contact > tbody > tr > th {
  width: 15em;
  padding-left: 1em;
}
.table-contact > tbody > tr > th.hisu {
  background-image: url("../images/common/hisu.svg");
  background-repeat: no-repeat;
  background-position: right center;
}
.table-contact > tbody > tr > td {
  padding-left: 2em;
}
.table-contact > tbody > tr > td .sm, .table-contact > tbody > tr > td .p-postal-code {
  width: auto !important;
  display: inline;
}
.table-contact > tbody > tr > td .md {
  max-width: 360px !important;
}
.table-contact > tbody > tr > td .rei {
  color: #555;
  font-size: 0.8125rem;
  line-height: normal;
  display: block;
  margin: 5px 0 0;
}
@media only screen and (max-width: 767px) {
  .table-contact > tbody > tr {
    width: 100%;
    display: block;
    padding: 1em 0.5em;
  }
  .table-contact > tbody > tr > th, .table-contact > tbody > tr > td {
    width: 100%;
    display: block;
    padding: 0;
  }
  .table-contact > tbody > tr > th + td, .table-contact > tbody > tr > td + td {
    margin-top: .5em;
  }
}

.img-hisu {
  margin: -.2em .5em 0 0;
}

/*  */
.agree {
  text-align: center;
  margin-top: 20px;
}

.buttons {
  text-align: center;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.buttons .btn {
  font-size: 15px;
  margin: 0.3125em 0.625em;
  width: 260px;
  display: block;
  cursor: pointer;
}
@media print, screen and (min-width: 1200px) {
  .buttons .btn {
    font-size: 16px;
  }
}

/* プライバシーポリシー */
#policy {
  margin-top: 30px;
}
#policy .contents {
  padding: 1.5% 3.4448%;
  border: solid 1px #ccc;
  max-height: 300px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow: auto;
}
#policy .contents h5 {
  font-size: 1rem;
  font-weight: bold;
  margin: 2rem 0 0;
}
#policy .contents p, #policy .contents ol {
  font-size: 0.9375rem;
  margin: 1rem 0;
}
#policy .contents > ol {
  padding-left: 0;
  list-style: none;
  counter-reset: number;
}
#policy .contents > ol > li {
  padding-left: 2em;
  margin-bottom: 5px;
  position: relative;
}
#policy .contents > ol > li:before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: number;
  content: counter(number) " )";
}

/* -------------------------------
	採用情報
-------------------------------- */
.recruit_steps {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  position: relative;
}
.recruit_steps .step {
  width: 100%;
}
.recruit_steps .step_inner {
  background: white;
  padding: 30px;
  border-left: 6px solid #147ad7;
  border-radius: 2px;
  position: relative;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  height: 100%;
}
.recruit_steps .number {
  font-size: 14px;
  color: #147ad7;
  font-weight: bold;
  margin-bottom: 10px;
}
.recruit_steps h3 {
  font-size: 20px;
  color: #222;
  margin: 0 0 10px;
}
.recruit_steps p {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
}
.recruit_steps .step_inner::after {
  content: '';
  display: none;
  position: absolute;
  top: 50%;
  right: -12px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid #147ad7;
  z-index: 1;
}

@media (min-width: 768px) {
  .recruit_steps .step {
    width: calc(50% - 10px);
  }
}
@media (min-width: 1200px) {
  .recruit_steps .step {
    width: calc(25% - 15px);
  }
  .recruit_steps .step_inner::after {
    display: block;
  }
  .recruit_steps .step:nth-of-type(4) .step_inner::after {
    display: none;
  }
}
/**/
.recruit_contact {
  text-align: center;
  border: solid 1px #ccc;
  padding: 5%;
}
.recruit_contact > .box + .box {
  margin-top: 5%;
}
.recruit_contact .ttl {
  font-size: 15px;
}
.recruit_contact .telphone {
  font-weight: 700;
  font-size: 28px;
}
.recruit_contact .btn {
  display: block;
  padding: 1.25em 1em;
}
@media print, screen and (min-width: 768px) {
  .recruit_contact {
    display: flex;
    align-items: center;
  }
  .recruit_contact > .box {
    flex: 0 0 50%;
    padding: 0 20px;
  }
  .recruit_contact > .box + .box {
    margin-top: 0;
  }
  .recruit_contact .ttl {
    font-size: 16px;
  }
  .recruit_contact .telphone {
    font-size: 32px;
  }
  .recruit_contact .btn {
    font-size: 18px;
  }
}
@media print, screen and (min-width: 992px) {
  .recruit_contact .ttl {
    font-size: 18px;
  }
  .recruit_contact .telphone {
    font-size: 38px;
  }
  .recruit_contact .btn {
    font-size: 20px;
  }
}
@media print, screen and (min-width: 1400px) {
  .recruit_contact .ttl {
    font-size: 20px;
  }
  .recruit_contact .telphone {
    font-size: 43px;
  }
  .recruit_contact .btn {
    font-size: 24px;
  }
}

/* 
 * スクロールエフェクト（CSS変数対応）
 */
:root {
  --amn-opacity: 0;
  --amn-opacity-active: 1;
  --amn-translateY: 50px;
  --amn-translateY-active: 0;
  --amn-translateX: 50px;
  --amn-translateX-active: 0;
  --amn-transition-duration: 0.7s;
  --amn-transition-ease: ease;
  --amn-mask-transition: 0.5s cubic-bezier(.9,.09,.67,.93);
  --amn-marker-bg: rgba(254,239,68,1);
  --amn-marker-bg-transparent: rgba(254,239,68,0);
  --amn-marker-transition: 3s ease;
}

@media screen {
  /* 横並びの要素を遅延して表示させる */
  .js-row-1 > * {
    opacity: var(--amn-opacity);
    transform: translateY(var(--amn-translateY));
    transition: opacity var(--amn-transition-duration) var(--amn-transition-ease), transform var(--amn-transition-duration) var(--amn-transition-ease);
  }
  .js-row-1 > *.is-active {
    opacity: var(--amn-opacity-active);
    transform: translateY(var(--amn-translateY-active));
  }

  /* アニメーション: 上下左右 */
  .amn-fade-up,
  .amn-fade-down,
  .amn-fade-left,
  .amn-fade-right {
    opacity: var(--amn-opacity);
    transition: opacity var(--amn-transition-duration) var(--amn-transition-ease), transform var(--amn-transition-duration) var(--amn-transition-ease);
  }

  .amn-fade-up {
    transform: translateY(var(--amn-translateY));
  }
  .amn-fade-up.is-active {
    opacity: var(--amn-opacity-active);
    transform: translateY(var(--amn-translateY-active));
  }

  .amn-fade-down {
    transform: translateY(calc(var(--amn-translateY) * -1));
  }
  .amn-fade-down.is-active {
    opacity: var(--amn-opacity-active);
    transform: translateY(var(--amn-translateY-active));
  }

  .amn-fade-left {
    transform: translateX(var(--amn-translateX));
  }
  .amn-fade-left.is-active {
    opacity: var(--amn-opacity-active);
    transform: translateX(var(--amn-translateX-active));
  }

  .amn-fade-right {
    transform: translateX(calc(var(--amn-translateX) * -1));
  }
  .amn-fade-right.is-active {
    opacity: var(--amn-opacity-active);
    transform: translateX(var(--amn-translateX-active));
  }

  /* マスクエフェクト */
  .amn-lr-open {
    opacity: var(--amn-opacity);
    mask-image: linear-gradient(to right, black 0%, black 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-image: linear-gradient(to right, black 0%, black 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: 100% 50%;
    -webkit-mask-position: 100% 50%;
    mask-size: 200% 100%;
    -webkit-mask-size: 200% 100%;
    transition: mask-position var(--amn-mask-transition);
  }
  .amn-lr-open.is-active {
    opacity: var(--amn-opacity-active);
    mask-position: 0% 50%;
    -webkit-mask-position: 0% 50%;
  }

  /* マスクアップ */
  .amn-mask-up {
    display: inline-block;
    opacity: var(--amn-opacity);
    overflow: hidden;
  }
  .amn-mask-up > .is-span {
    display: inline-block;
    transform: translateY(101%);
    transition: transform var(--amn-transition-duration) var(--amn-transition-ease);
  }
  .amn-mask-up.is-active {
    opacity: var(--amn-opacity-active);
  }
  .amn-mask-up.is-active > .is-span {
    transform: translateY(0%);
  }

  /* マーカーエフェクト */
  .amn-marker-yellow {
    background: linear-gradient(to bottom, var(--amn-marker-bg-transparent) 0%, var(--amn-marker-bg-transparent) 0%, var(--amn-marker-bg-transparent) 50%, var(--amn-marker-bg) 50%, var(--amn-marker-bg) 90%, var(--amn-marker-bg-transparent) 90%, var(--amn-marker-bg-transparent) 100%);
    background-repeat: no-repeat;
    background-size: 200% 1em;
    background-position: 200% 0.5em;
    transition: background var(--amn-marker-transition);
    display: inline;
  }
  .amn-marker-yellow.is-active {
    background-position: 100% 0.5em;
  }
}
/*
 * シャッターエフェクト
 *
 */
@media screen {
  .amn-shutter {
    opacity: 0;
    position: relative;
    z-index: 0;
  }
  .amn-shutter .shutter__element {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #147ad7;
    z-index: 10;
    transform: scale(0, 1);
  }
  .amn-shutter .shutter__contents {
    opacity: 0;
    height: 100%;
  }
  .amn-shutter.lr.is-active {
    opacity: 1;
  }
  .amn-shutter.lr.is-active .shutter__element {
    animation: shutter2_lr_1 0.5s cubic-bezier(0.62, 0, 0.46, 1.01) 0s alternate forwards, shutter2_lr_2 0.5s cubic-bezier(0.62, 0, 0.46, 1.01) 0.7s alternate forwards;
  }
  .amn-shutter.lr.is-active .shutter__contents {
    animation: shutter2_contents 0s ease .6s alternate forwards;
  }
  .amn-shutter.rl.is-active {
    opacity: 1;
  }
  .amn-shutter.rl.is-active .shutter__element {
    animation: shutter2_rl_1 0.5s cubic-bezier(0.62, 0, 0.46, 1.01) 0s alternate forwards, shutter2_rl_2 0.5s cubic-bezier(0.62, 0, 0.46, 1.01) 0.7s alternate forwards;
  }
  .amn-shutter.rl.is-active .shutter__contents {
    animation: shutter2_contents 0s ease .6s alternate forwards;
  }
}
@keyframes shutter2_lr_1 {
  from {
    transform: scale(0, 1);
    transform-origin: left top;
  }
  to {
    transform: scale(1, 1);
    transform-origin: left top;
  }
}
@keyframes shutter2_lr_2 {
  from {
    transform: scale(1, 1);
    transform-origin: right top;
  }
  to {
    transform: scale(0, 1);
    transform-origin: right top;
  }
}
@keyframes shutter2_rl_1 {
  from {
    transform: scale(0, 1);
    transform-origin: right top;
  }
  to {
    transform: scale(1, 1);
    transform-origin: right top;
  }
}
@keyframes shutter2_rl_2 {
  from {
    transform: scale(1, 1);
    transform-origin: left top;
  }
  to {
    transform: scale(0, 1);
    transform-origin: left top;
  }
}
@keyframes shutter2_contents {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*# sourceMappingURL=module.css.map */
