@charset "UTF-8";

/* pageTtl */
#pageTtl {
  background-image: url(../img/case/mv.jpg);
}


/* secNav */
.secNav ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  background-color: #FFF;
  box-shadow: 15px -15px 0px #2d88de,0px 9px 20px 0px rgba(0, 0, 0, 0.2);
}
.secNav ul li{
  width: calc(100%/4);
  padding: 4em 2em;
  text-align: center;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.secNav ul li img{
  width: 90%;
}
@media screen and (max-width:767px) {
  .secNav ul {
    box-shadow: 10px -10px 0px #2d88de, 0px 9px 15px 0px rgba(0, 0, 0, 0.2);
  }
  .secNav ul li {
    width: calc(100%/2);
  }
}


/* article */
article {
  width: 600px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width:767px) {
  article {
    width: 100%;
  }
}


/* ul.caseList */
ul.caseList {
  display: flex;
  justify-content: space-between;
}
ul.caseList li {
  width: calc(95%/3);
  text-align: center;
}
ul.caseList li figure {
  background-color: #FFF;
  border: 1px solid #e5e5e5;
  margin-bottom: 1em;
  line-height: 1.2;
}
ul.caseList li figure p {
  display: flex;
  height: 7em;
  align-items: center;
  justify-content: center;
}
ul.caseList li figure img {
  margin-bottom: 1em;
}
ul.caseList li a {
  padding-top: 1em;
  padding-bottom: 1em;
}
@media screen and (max-width:767px) {
  ul.caseList {
    display: block;
  }
  ul.caseList li {
    width: 100%;
    margin-bottom: 3em;
  }
  ul.caseList li figure {
    margin-bottom: 0.5em;
  }
  ul.caseList li figure img {
    margin-bottom: 0;
  }
}


/* sec01 */
.sec01 {
  background-image: url(../img/bg02.jpg);
  background-repeat: repeat-y;
  background-size: cover;
  background-position: center top 10vw;
}
@media screen and (max-width:767px) {
  .sec01 {
    background-position: center top 30vw;
  }
  .sec01 .ttl01 {
    text-align: left;
  }
  .sec01 .ttl01 br{
    display: none;
  }
}


/* sec */
.sec02{
  background-color: #f2f7fa;
}


/* ul.caseList.new */
ul.caseList.new li figure {
  height: auto;
}
ul.caseList.new li figure img {
  margin: 0;
}


/* caseListicn */
ul.caseListicn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 2em;
}
ul.caseListicn li {
  width: calc(100%/4);
  border-right: 1px solid #e5e5e5;
  text-align: center;
  margin-bottom: 2em;
}
ul.caseListicn li a {
  color: #000000;
  font-weight: bold;
  background-repeat: no-repeat;
  background-size: 70px auto;
  height: 110px;
  display: block;
  background-position: center top;
  padding-top: 80px;
}
ul.caseListicn li:nth-child(1) a {
  background-image: url(../img/case/icn_case01.png);
}
ul.caseListicn li:nth-child(2) a {
  background-image: url(../img/case/icn_case02.png);
}
ul.caseListicn li:nth-child(3) a {
  background-image: url(../img/case/icn_case03.png);
}
ul.caseListicn li:nth-child(4) {
  border: none;
}
ul.caseListicn li:nth-child(4) a {
  background-image: url(../img/case/icn_case04.png);
}
ul.caseListicn li:nth-child(5) a {
  background-image: url(../img/case/icn_case05.png);
}
ul.caseListicn li:nth-child(6) a {
  background-image: url(../img/case/icn_case06.png);
}
ul.caseListicn li:nth-child(7) a {
  background-image: url(../img/case/icn_case07.png);
}
ul.caseListicn li:nth-child(8) a {
  background-image: url(../img/case/icn_case08.png);
}
@media screen and (max-width: 1024px) {
  ul.caseListicn li a {
    background-size: 60px auto;
    height: 100px;
    padding-top: 70px;
  }
}
@media screen and (max-width:767px) {
  ul.caseListicn {
  /* [disabled]border-bottom: 1px solid #e5e5e5; */
  }
  ul.caseListicn li {
    width: calc(100%/2);
    border-bottom: 1px solid #e5e5e5;
    border-right-style: none;
    margin-bottom: 0;
    padding-top: 1.5em;
    padding-bottom: 1em;
  }
  ul.caseListicn li:nth-child(7) ,
  ul.caseListicn li:nth-child(8) {
    border-bottom: none;
  }
  ul.caseListicn li:nth-child(4) {
    border-bottom: 1px solid #e5e5e5;
}
  ul.caseListicn li:nth-child(odd) {
    border-right: 1px solid #e5e5e5;
  }
  ul.caseListicn li:nth-child(even) {
    border-right: none;
  }
  ul.caseListicn li a {
    font-size: 0.9em;
    background-size: 55px auto;
    height: 100px;
    padding-top: 60px;
    letter-spacing: normal;
  }
}