@charset "UTF-8";
/* CSS Document */

/*
	導入事例
-----------------------------------------------------------------------------------------------*/
.kvheader {
  background: url(../images/case_top_pc.png) no-repeat top center / cover;
}
.caseAreaIn {
  width: 800px;
  margin: 0 auto;
  padding: 80px 0 120px 0;
}
/* caselist */
.caselist li {
  display: block;
  margin: 0 0 60px 0;
  box-shadow: 3px 3px 10px 3px rgb(0 0 0 / 10%);
}
.caselist li:last-of-type {
  margin: 0;
}
.caselist li:last-of-type::after {
  background-color: transparent;
}
.caselist li:hover {
  background-color: #d7e3f0;
}
.caselist li a {
  display: -ms-flex;
  display: flex;
  -ms-flex-direction: revert;
  flex-direction: revert;
}
.caselist li a:hover {
  opacity: 1;
}
.caselist li figure {
  width: 380px;
  height: auto;
}
.caselist li:hover figure {
  background-color: rgba(0, 10, 40, 0.6);
}
.caselist li :hover figure img {
  transform: scale(1.08);
  mix-blend-mode: multiply;
  opacity: 0.8;
}
.caselist li .txtArea {
  display: -ms-flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 420px;
  padding: 30px 35px 20px 35px;
}
.caselist .txtArea .swlistbtn {
  margin: auto 0 0 0;
}
.caselist .caseCat {
  margin: 0 0 10px 0;
}
.caselist .caseCat .cat {
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
  background-color: #37a0dc;
  padding: 6px 10px;
  position: relative;
  border-radius: 65px;
}

.caselist .txt {
  font-size: 2.4rem;
  line-height: 150%;
  margin: 0 0 10px 0;
}

/*
	導入事例詳細
-----------------------------------------------------------------------------------------------*/
.casebaseAreaIn .titArea {
  width: 800px;
  padding: 0;
  margin: 60px auto 60px auto;
}
.casebaseAreaIn .titArea h1 {
  font-size: 5.8rem;
  font-weight: 100;
  line-height: 140%;
  margin: 0 0 15px 0;
}
.casebaseAreaIn .titArea h2 {
  font-weight: bold;
  font-size: 2.2rem;
  color: #0f3b80;
}
.casebaseAreaIn .casebaseTop .case {
  font-weight: bold;
  position: relative;
  letter-spacing: 0.1rem;
  line-height: 100%;
  font-size: 2.8rem;
  margin: 0 0 50px 0;
}
.casebaseAreaIn .casebaseTop .case::after {
  content: '';
  position: absolute;
  width: 24px;
  height: 6px;
  background-color: #37a0dc;
  bottom: -30px;
  left: 0;
}
.casebaseAreaIn .casebaseTop .case span {
  font-size: 4rem;
  margin: 0 0 0 3px;
}
.casebaseAreaIn figure {
  width: 1140px;
  position: relative;
  margin: 0 auto 100px auto;
}

.casebaseAreaIn figure .dateBox {
  display: -ms-flex;
  display: flex;
  position: absolute;
  background-color: rgba(55, 160, 220, 0.9);
  color: #fff;
  bottom: -100px;
  right: 80px;
  padding: 30px 50px 30px 30px;
}
.casebaseAreaIn figure .dateBox li {
  margin: 0 0 8px 0;
}
.casebaseAreaIn figure .dateBox li:last-child {
  margin: 0;
}
.casebaseAreaIn figure .dateBox p {
  font-weight: bold;
  color: rgba(15, 29, 128, 0.6);
  border-right: 1px solid rgba(15, 29, 128, 0.2);
  margin: 0 15px 0 0;
  padding: 0 15px 0 0;
}
.casebaseAreaIn .txtArea {
  width: 800px;
  margin: 0 auto 120px auto;
}
.casebaseAreaIn .txtArea p {
  font-size: 1.6rem;
  line-height: 190%;
  text-align: justify;
  letter-spacing: 0.12em;
}
.casebaseAreaIn .txtArea li {
  margin: 0 0 80px 0;
}
.casebaseAreaIn .txtArea li:last-child {
  margin: 0 auto;
}
.casebaseAreaIn .txtArea li a {
  color: #37a0dc;
}

.casebaseAreaIn .tit_h3 .tit {
  position: relative;
  font-weight: bold;
  font-size: 2.8rem;
  letter-spacing: 0.1rem;
  margin: 0 0 40px 0;
}
.casebaseAreaIn .tit_h3 .tit::after {
  content: '';
  position: absolute;
  background-color: #37a0dc;
  width: 24px;
  height: 6px;
  bottom: -25px;
  left: 0;
}

@media screen and (max-width: 812px) {
  /*
	導入事例
-----------------------------------------------------------------------------------------------*/
  .caseAreaIn {
    display: block;
    width: 100%;
    max-width: 550px;
    padding: 40px 25px 50px 25px;
  }
  /* caselist */
  .caselist li {
    margin: 0 0 30px 0;
  }
  .caselist li::after {
    bottom: -25px;
  }
  .caselist li a {
    display: block;
  }
  .caselist li figure {
    width: 100%;
  }
  .caselist li figure img {
    width: 100%;
  }

  .caselist li .txtArea {
    width: 100%;
    padding: 15px 20px 20px 20px;
  }
  .caselist li h4 {
    font-size: 1.8rem;
  }
  .caselist li h4 span {
    font-size: 2.2rem;
    margin: 0 0 0 5px;
  }
  .caselist .caseCat .cat {
    font-size: 1.4rem;
    padding: 8px 20px;
  }
  .caselist .txt {
    font-size: 1.6rem;
    margin: 0 0 15px 0;
  }
  .caselist .listbtn {
    font-size: 1.2rem;
  }

  /*
	導入事例詳細
-----------------------------------------------------------------------------------------------*/
  .casebaseAreaIn .titArea {
    width: 100%;
    max-width: 550px;
    padding: 40px 25px 30px 25px;
    margin: 0 auto;
  }
  .casebaseAreaIn .titArea h1 {
    font-size: 2.8rem;
    font-weight: 100;
    line-height: 130%;
    margin: 0 0 15px 0;
  }
  .casebaseAreaIn .titArea h2 {
    font-size: 1.6rem;
  }
  .casebaseAreaIn .casebaseTop .case {
    font-size: 2.4rem;
    margin: 0 0 50px 0;
  }
  .casebaseAreaIn .casebaseTop .case span {
    font-size: 3.4rem;
  }
  .casebaseAreaIn figure {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 80px auto;
  }

  .casebaseAreaIn figure .dateBox {
    bottom: -40px;
    right: 0;
    padding: 15px 25px 15px 15px;
  }

  .casebaseAreaIn .tit_h3 .tit {
    font-size: 1.8rem;
    line-height: 140%;
    margin: 0 0 30px 0;
  }
  .casebaseAreaIn .tit_h3 .tit::after {
    bottom: -20px;
  }

  /* sp横画面調整 */
  @media screen and (min-width: 560px) and (max-width: 736px) {
    .casebaseAreaIn figure .dateBox {
      right: 30px;
    }
  }
  .casebaseAreaIn figure .dateBox li {
    font-size: 1.2rem;
    margin: 0 0 8px 0;
  }
  .casebaseAreaIn figure .dateBox li:last-child {
    margin: 0;
  }
  .casebaseAreaIn figure .dateBox p {
    margin: 0 10px 0 0;
    padding: 0 10px 0 0;
  }
  .casebaseAreaIn .txtArea {
    width: 100%;
    margin: 0 auto 60px auto;
  }
  .casebaseAreaIn .txtArea p {
    font-size: 1.5rem;
    line-height: 200%;
  }
  .casebaseAreaIn .txtArea li {
    max-width: 550px;
    margin: 0 auto 40px auto;
    padding: 0 25px;
  }
}
