@charset "utf-8";
/* mv ************************************************************/
#mvCase {
  background: url("../img/biz-mv.png") no-repeat center;
  background-size: cover;
}
/* list ************************************************************/
.case-list {
  margin: 150px 0 50px;
}
.case-listCnt {
  width: 100%;
}
.case-listIntroWrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.case-listIntroWrap li {
  width: auto;
  margin: 4px 8px;
  text-align: center;
}
.filter-button {
  font-family: 游ゴシック, "Lucida Sans Unicode", "Lucida Grande", Arial,
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック",
    sans-serif;
  width: 220px;
  max-width: 100%;
  font-size: 1em;
  border: solid 1px #00a2d6;
  text-align: center;
  height: 40px;
  line-height: 40px;
  background: transparent;
  color: #00a2d6;
  cursor: pointer;
  margin: 0 auto;
  border-radius: 20px;
}
.filter-button.active {
  background: #00a2d6;
  color: #fff;
}
.case-listCntWrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
.case-listCntWrap li {
  width: calc((100% / 3) - 24px);
  margin: 12px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.15);
  padding: 12px;
  box-sizing: border-box;
}
.case-listCntWrap li img {
  margin-bottom: 10px;
}
.case-listCat {
  display: inline-block;
  padding: 3px 12px;
  box-sizing: border-box;
  background: #00a2d6;
  color: #fff;
  font-size: 0.82em;
  border-radius: 12px;
}
.case-listCntWrap li h4 {
  margin: 8px 0;
  letter-spacing: 0.05em;
  color: #00a2d6;
  font-weight: bold;
}
.case-listBtn {
  text-align: center;
  display: block;
  width: 100%;
  height: 35px;
  line-height: 35px;
  border: solid 1px #00a2d6;
  color: #00a2d6 !important;
}
.case-listComing {
  width: 100%;
  padding: 50px;
  background: #ecfaff;
  margin: 15px auto;
  box-sizing: border-box;
}
.case-listComing p {
  text-align: center;
}
/* area ************************************************************/
.case-area {
  min-width: 1024px;
  background: #e8edef;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  /* list ************************************************************/
  .case-list {
    margin: 75px 0 25px;
  }
  .case-listCnt {
    width: 100%;
  }
  .case-listIntroWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .case-listIntroWrap li {
    width: 30%;
    margin: 1%;
    text-align: center;
  }
  .filter-button {
    width: 100%;
    max-width: 100%;
    font-size: 0.9em;
    height: auto;
    line-height: 1.5;
    padding: 5px 12px;
    border-radius: 20px;
    box-sizing: border-box;
  }
  .case-listCntWrap {
    display: flex;
    flex-wrap: wrap;
    margin-top: 35px;
  }
  .case-listCntWrap li {
    width: calc((100% / 2) - 12px);
    margin: 6px;
    padding: 12px;
  }
  .case-listCntWrap li img {
    margin-bottom: 10px;
  }
  .case-listCntWrap li h4 {
    margin: 5px 0 10px;
    letter-spacing: 0.05em;
    color: #00a2d6;
    font-weight: bold;
  }
  .case-listBtn {
    height: 30px;
    line-height: 30px;
    font-size: 0.9em;
  }
  /* area ************************************************************/
  .case-area {
    min-width: auto;
  }
}
@media screen and (max-width: 468px) {
  /* list ************************************************************/
  .case-listIntroWrap {
    justify-content: flex-start;
  }
  .case-listIntroWrap li {
    width: 48%;
    margin: 1%;
  }
  .case-listCntWrap li {
    width: 100%;
    margin: 12px 0;
    padding: 12px;
  }
  .case-listCntWrap li img {
    margin-bottom: 12px;
  }
  .case-listCat {
    display: inline-block;
    padding: 3px 12px;
    box-sizing: border-box;
    background: #00a2d6;
    color: #fff;
    font-size: 0.82em;
    border-radius: 12px;
  }
  .case-listCntWrap li h4 {
    margin: 10px 0;
  }
  .case-listBtn {
    height: 30px;
    line-height: 30px;
    font-size: 0.9em;
  }
}
