@charset "utf-8";
/* ---------------------------------------------------
eam.css
MHCエナジーアセットマネジメント用CSS
--------------------------------------------------- */

/* ---------------------------------------------------
ヘッダーオーバーライド
--------------------------------------------------- */
#header .naviArea #gNavi.eamNavi {
  display: flex;
}
#header .naviArea #gNavi.eamNavi li {
  width: 197px;
}
#mainColumn .mainArea {
  padding: 100px 0;
}
/* ---------------------------------------------------
eam/index.html
--------------------------------------------------- */
/* ----- eamHero ----- */
.eamHero {
  margin-top: 30px;
  display: flex;
}
.eamHeroCarousel {
  position: relative;
  width: calc(100% - max(calc(460/1920*100vw), 370px));
  max-width: 1450px;
  margin: 0 auto;
}
.eamHeroCarousel .slick-list {
  overflow: hidden;
}
.eamHeroCarousel .eamHeroCarouselImage {
  min-height: 450px;
}
.eamHeroCarousel .eamHeroCarouselImage img {
  width: 100%;
  min-height: 450px;
  object-fit: cover;
  object-position: center;
}
.eamHeroCarousel .eamHeroCarouselControl {
  position: absolute;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 18px;
  bottom: -45px;
  right: 10px;
}
.eamHeroCarousel .eamHeroCarouselPager > .slick-dots {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
}
.eamHeroCarousel .eamHeroCarouselPager > .slick-dots > li {
  display: flex;
  margin: 0;
  font-size: 0;
  list-style: none;
}
.eamHeroCarousel .eamHeroCarouselPager > .slick-dots > li > button {
  display: inline-block;
  width: 10px;
  height: 10px;
  padding: 0;
  border: none;
  border-radius: 50%;
  outline: none;
  background-color: #000;
  text-indent: -9999em;
}
.eamHeroCarousel .eamHeroCarouselPager > .slick-dots > li.slick-active > button {
  background-color: #e60000;
  pointer-events: none;
}
.eamHeroCarousel .eamHeroCarouselPager > .slick-dots > li > button:hover {
  background-color: #e60000;
}
.eamHeroCarousel .eamHeroCarouselSwitch {
    display: flex;
    align-items: center
}
.eamHeroCarousel .eamHeroCarouselSwitchPause, .eamHeroCarouselSwitchPlay {
    -webkit-appearance: none;
    appearance: none;
    width: 14px;
    height: 16px;
    overflow: hidden;
    border: none;
    background-color: transparent;
    background-repeat: no-repeat;
    font-size: 0;
    text-indent: -100vw;
    white-space: nowrap;
    transition: all .25s cubic-bezier(.4, 0, .2, 1) 0s;
}
.eamHeroCarousel .eamHeroCarouselSwitchPause {
  background: url(/eam/img/cmn_ic01_01.png) no-repeat 50%/contain;
}
.eamHeroCarousel .eamHeroCarouselSwitchPause:hover {
  background: url(/eam/img/cmn_ic01_02.png) no-repeat 50%/contain;
}
.eamHeroCarousel .eamHeroCarouselSwitchPlay {
  background: url(/eam/img/cmn_ic02_01.png) no-repeat 50%/contain;
}
.eamHeroCarousel .eamHeroCarouselSwitchPlay:hover {
  background: url(/eam/img/cmn_ic02_02.png) no-repeat 50%/contain;
}
.eamHeroCarouselArrows {
  position: relative;
  display: flex;
  column-gap: 6px;
}
.eamHeroCarousel .slick-arrow {
  appearance: none;
  border: none;
  background: none;
  text-indent: -1000vw;
  white-space: nowrap;
}
.eamHeroCarousel .slick-arrow:after {
  -webkit-transform-origin: center;
  -webkit-transform: translate(-50%, -50%);
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center;
  background: url(/eam/img/cmn_ic03_01.png) no-repeat 50%/contain;
  content: "";
  width: 10px;
  height: 16px;
}
.eamHeroCarousel .slick-prev.slick-arrow:after {
  transform: translate(-50%, -50%) scaleX(-1);
}
.eamHeroCarousel .slick-arrow:hover:after {
  background: url(/eam/img/cmn_ic03_02.png) no-repeat 50%/contain;
}
.eamHeroBox {
  display: flex;
  padding-top: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* flex-grow: 1; */
  background-color: #e60000;
  width: max(calc(460/1920*100vw), 370px);
}
.eamHeroBoxTitle {
  padding: 17px 30px 12px 21px;
  background-color: #fff;
  color: #e60000;
  font-family: Arial;
  font-size: 90px;
  font-weight: bold;
  line-height: 1;
}
.eamHeroBoxUnit {
  font-size: 50px;
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", sans-serif;
}
.eamHeroBoxBody {
  margin-top: 20px;
}
.eamHeroBoxText {
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
}

/* ----- eamNews ----- */
.eamNewsArea {
  margin-top: 99px;
}
.eamNewsArea .title {
  margin-bottom: 14px;
  font-size: 18px;
}
.eamNews-1 {
  margin-bottom: 20px;
}
.eamNews-1 ul {
  border-top: 1px solid #ddd;
}
.eamNews-1 ul li {
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}
.eamNews-1 ul li .date {
}
.eamNews-1 ul li .date .day {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.07143;
  width: 128px;
  color: #000;
}
.eamNews-1 ul li .date .cate {
  display: inline-block;
  vertical-align: middle;
  background: #879094;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.07692;
  padding: 7px 0 5px;
  color: #fff;
  width: 94px;
  text-align: center;
  position: relative;
  top: -1px;
}
.eamNews-1 ul li .date .cate.cat1 {
  background: #879094;
}
.eamNews-1 ul li .date .cate.cat2 {
  background: #e60000;
}
.eamNews-1 ul li .date .cate.cat3 {
  background: #0099cc;
}
.eamNews-1 ul li .text {
  overflow: hidden;
  margin-bottom: 6px;
  position: relative;
  top: 4px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.3;
}
.eamNews-1 ul li a {
  display: block;
  padding: 13px 0 18px;
  text-decoration: none;
  padding-right: 30px;
}
.eamNews-1 ul li a.link {
  background: url(../../common/img/com_arrow_06.png) no-repeat right center;
}
.eamNews-1 ul li a.blank {
  background: url(../../common/img/com_ic_blank.png) no-repeat right center;
}
.eamNews-1 ul li a.pdf {
  background: url(../../common/img/com_ic_pdf.png) no-repeat right center;
}
.eamNews-1 ul li .txtWrap {
  display: block;
  padding: 13px 0 13px;
  text-decoration: none;
  padding-right: 30px;
}
