/* CSS Document */

/* 下層メインビジュアル
---------------------------------------------------------- */
.page_led_index .sub_main_visual {
  background: url("/product_data/ems/img/mainimg_img_01.jpg") center no-repeat;
}

/* 概要
---------------------------------------------------------- */
.box-ems-overview__copy01{
  font-size: 44px;
  font-weight: 700;
  line-height: 150%;
  margin: 0 0 10px;
}

.box-ems-overview__copy02{
  margin: 0 0 30px;
}
.box-ems-overview__copy03{
  font-size: 20px;
  margin: 0 0 70px;
}

/* ［TOWAのEMS］の強み
---------------------------------------------------------- */
.box-ems-features{
  margin: 0 0 100px;
}
.box-ems-features__ttl{
  margin: 0 0 40px;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.4;
  font-family: YakuHanJP, 'Noto Sans JP','Hiragino Sans', 'ヒラギノ角ゴPro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
}
.box-ems-features__list{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 28px;
}
.box-ems-features__item{
  background: url("/product_data/img/bg_img_02.png") top right no-repeat;
  font-size: 18px;
  padding: 20px;
  position: relative;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
/* .box-ems-features__item::after {
  background: url("/product_data/img/bg_img_02.png") bottom left no-repeat;
  content: '';
	width: 100%;
	height: 100%;
	display: block;
  position: absolute;
  top: 0;
  left: 0;
} */
.box-ems-features__item-ttl{
  font-size: 22px;
  font-weight: 500;
  line-height: 140%;
  display: grid;
  grid-template-columns: 1fr 50px;
  letter-spacing: 0;
}
.box-ems-features__item-ttl::after {
  content: "";
	width: 48px;
  aspect-ratio: 48 / 75;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.box-ems-features__item-ttl--01:after{
  background-image: url("/product_data/ems/img/num_01.svg");
}
.box-ems-features__item-ttl--02:after{
  background-image: url("/product_data/ems/img/num_02.svg");
}
.box-ems-features__item-ttl--03:after{
  background-image: url("/product_data/ems/img/num_03.svg");
}

.box-ems-features__txt{
  font-size: 16px;
  letter-spacing: 0;
}

/* ［TOWAのEMS］の3つのバリュー
---------------------------------------------------------- */
.box-ems-value{
  margin: 0 0 70px;
  position: relative;
  container: value / inline-size;
}

.box-ems-value__ttl{
  position: absolute;
  inset: 7cqw auto auto 0;
  margin: 0 0 50px;
  font-size: 3.90625cqw;
  font-weight: 600;
  line-height: 1.4;
  font-family: YakuHanJP, 'Noto Sans JP','Hiragino Sans', 'ヒラギノ角ゴPro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
}

/* お問い合わせ
---------------------------------------------------------- */
.box-ems-contact{
  display: grid;
  grid-template-columns: 1fr 233px;
  gap: 0 80px;
  padding: 0 0 100px;

}
.box-ems-contact__txt-01{
  margin: 0 0 20px;
  padding: 10px 20px;
  max-width: max-content;
  background: #db0010;
  color: #fff;
  border-radius: 100vmax;
  font-weight: bold;
  font-size: 28px;
}
.box-ems-contact__btn{
  margin: 0 0 15px;
  padding: 18px 18px 18px 25px;
  display: grid;
  grid-template-columns: 1fr 36px;
  border: 3px solid #c8c9ca;
  border-radius: 8px;
  line-height: 1.3;
  font-size: 28px;
  color: #c8c9ca;
  font-weight: bold;
  transition: background 0.3s, color 0.3s;
}
.box-ems-contact__btn:after{
  display: block;
  content: "";
  width: 36px;
  aspect-ratio: 1 / 1;
  mask: url("/product_data/ems/img/ico_arrow_01.svg");
  background: #c8c9ca;
  transition: background 0.3s;
}
@media (any-hover: hover) {
  .box-ems-contact__btn:hover{
    background: #c8c9ca;
    color: #002063;
  }
  .box-ems-contact__btn:hover::after{
    background: #002063;
  }
}
.box-ems-contact__txt-02{
  display: flex;
  gap: 0 1em;
  font-size: 28px;
  font-weight: bold;
}
.box-ems-contact__txt-02 p{
  line-height: 1.1;
}
.box-ems-contact__pdf{
  display: block;
  position: relative;
}
.box-ems-contact__pdf::after{
  content: "";
  display: block;
  background: hsla(0, 0%, 100%, 0.15);
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  position: absolute;
  inset: 0;
  margin: auto;
  border-radius: 50%;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .box-ems-contact__pdf:hover::after{
    opacity: 1;
  }
}
.box-ems-contact__pdf-img{
  position: relative;
  z-index: 10;
}


/* 職人技による高品質な～
---------------------------------------------------------- */
.box-ems-quality{
  padding: 50px;
  border: 1px solid #c8c9ca;
}
.box-ems-quality__ttl{
  margin: 0 0 5%;
  color:#db0010;
  font-weight: bold;
  font-size: 44px;
  text-align: center;
  line-height: 1.3;
}
.box-ems-quality__grid{
  margin: 0 0 50px;
  display: grid;
  grid-template-columns: 1fr 450px;
  grid-template-areas: "content img";
  gap: 0 40px;
}
.box-ems-quality__img{
  grid-area: img;
}
.box-ems-quality__num{
  margin: 0 0 5px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.3;
}
.box-ems-quality__txt{
  margin: 0;
  letter-spacing: 0;
  padding-left: 28px;
}
.box-ems-quality__txt + .box-ems-quality__num{
  margin-top: 18px;
}
/* リスト */
.box-ems-quality-list{
  margin: 0 0 35px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 24px;
}
.box-ems-quality-list__img{
  width: 100%;
  height: auto;
}
.box-ems-quality-list__txt{
  margin-top: 10px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.box-ems-quality-chip{
  padding: 40px 0 0;
  display: grid;
  grid-template-columns: 220px 1fr;
  grid-template-rows: auto 1fr;
  grid-template-areas:
  "img lead"
  "img txt";
  gap: 0 30px;
  border-top: 1px solid #c8c9ca;
}
.box-ems-quality-chip__img{
  grid-area: img;
}
.box-ems-quality-chip__lead{
  padding: 20px 0 0;
  grid-area: lead;
  color: #db0010;
  line-height: 1.4;
  font-weight: bold;
  font-size: 34px;
  letter-spacing: 0;
  
}
.box-ems-quality-chip__txt{
  grid-area: txt;
  font-size: 20px;
  line-height: 1.75;
  letter-spacing: 0.05em;
  font-weight: bold;
  

}
/* ==========================================================================//
//
//　SP 560px以下
//
// ========================================================================== */

@media screen and (max-width: 560px) {
  /* 下層メインビジュアル
  ---------------------------------------------------------- */
  /* 概要
  ---------------------------------------------------------- */
  .box-ems-overview__copy01{
    font-size: 7vw;
    font-weight: 500;
    line-height: 130%;
    margin: 0 0 10px;
  }
  .box-ems-overview__copy02{
    font-size: 14px;
  }
  .box-ems-overview__copy03{
    font-size: 1em;
  }
  /* ［TOWAのEMS］の強み
  ---------------------------------------------------------- */
  .box-ems-features{
    margin-bottom: 70px;
  }
  .box-ems-features__ttl{
    font-size: 8vw;
    font-weight: 500;
    margin-bottom: 25px;
  }
  .box-ems-features__list{
    display: flex;
    flex-direction: column;
    gap: 20px 0;
  }
  /* ［TOWAのEMS］の3つのバリュー
  ---------------------------------------------------------- */
  .box-ems-value__ttl{
    position: static;
    font-size: 8vw;
    font-weight: 500;
  }
  .box-ems-value__img{
    width: 100%;
  }

  /* お問い合わせ
  ---------------------------------------------------------- */
  .box-ems-contact{
    display: block;
    padding-bottom: 70px;
  }
  .box-ems-contact__txt-01{
    max-width: 100%;
    font-size: 5vw;
  }
  .box-ems-contact__txt-02{
    margin: 0 0 30px;
    display: block;
    font-size: 5.2vw;
  }
  .box-ems-contact__btn{
    gap: 0 20px;
    padding: 10px;
    font-size: 5.2vw;
    word-break: keep-all;
    overflow-wrap: anywhere;
  }
  .box-ems-contact__pdf{
    margin: 0 auto;
    max-width: max-content;
  }
  /* 職人技による高品質な～
  ---------------------------------------------------------- */
  .box-ems-quality{
    padding: 30px 20px;
  }
  .box-ems-quality__ttl{
    margin-bottom: 30px;
    font-size: 8vw;
    font-weight: 500;
  }
  .box-ems-quality__grid{
    display: block;
  }
  .box-ems-quality__img{
    width: 100%;
    height: auto;
    margin: 0 0 20px;
  }
  .box-ems-quality__num{
    font-size: 5.5vw;
    text-indent: -1.2em;
    margin-left: 1.2em;
  }

  .box-ems-quality-list{
    display: flex;
    flex-direction: column;
    gap: 20px 0;
  }
  .box-ems-quality-list__txt{
    font-size: 1em;
  }
  .box-ems-quality-chip{
    display: block;
  }
  .box-ems-quality-chip__lead{
    margin: 0 0 25px;
    padding-top: 0;
    font-size: 6vw;
    font-weight: 500;
  }
  .box-ems-quality-chip__img{
    display: block;
    max-width: max-content;
    margin: 0 auto 25px;
  }
  .box-ems-quality-chip__txt{
    font-size: 1em;
    line-height: 1.6;
  }
}
