@charset "utf-8";
footer {
  margin-top: -4px;
}

#content {
  background-color: #e4e4dd;
  padding-bottom: 100px;
}

.pageTitle {
  color: #004b37;
  text-align: center;
  font-size: 26px;
  line-height: 1.35em;
  letter-spacing: 0.369em;
  margin-top: 68px;
  margin-bottom: 60px;
}

.pageTitle span {
  font-size: 13px;
  letter-spacing: 0.199em;
}

.listTitle {}

.menuList__item {
  margin-top: 35px;
}

.menuList__item .contents {
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-display: flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  -moz-display: flex;
  -moz-align-items: center;
  -moz-justify-content: center;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 25px;
}

.menuList__item .contents:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.menuList__item .contents .link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 12;
}

.menuList__item.item01 .listTitle {
  background-image: url(../img/works/img03.svg);
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-color: #fff;
  background-size: 170px 66px;
  background-position: center center;
  background-repeat: no-repeat;
  width: 207px;
  height: 102px;
  position: relative;
  z-index: 10;
}

.menuList__item.item02 .listTitle {
  width: 100px;
  height: 100px;
  color: #004a33;
  background-color: #fff;
  font-size: 16px;
  line-height: 1.375;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-display: flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  -moz-display: flex;
  -moz-align-items: center;
  -moz-justify-content: center;
}

.menuList__item.item01 .contents:before {
  background-color: rgba(0, 181, 188, 0.5);
}

.menuList__item.item02 .contents:before {
  background-color: rgba(0, 99, 45, 0.5);
}

.menuList__item:first-child {
  margin-top: 0;
}

.menuList__item.item01 .contents {
  background-image: url(../img/works/img01.jpg);
}

.menuList__item.item02 .contents {
  background-image: url(../img/works/img02.jpg);
}

.menuList__item .btn {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.149em;
  width: 169px;
  margin: 0 auto;
}

.menuList__item .btn a {
  background-color: #004b37;
  color: #fff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-display: flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  -moz-display: flex;
  -moz-align-items: center;
  -moz-justify-content: center;
  height: 28px;
  position: relative;
}

.menuList__item .btn a:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  border-radius: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 10px;
  transform: rotate(45deg);
}

.menuList__item.item01 .btn a {
  background-color: #00b5bc;
}


/*pcのみ*/

@media only screen and (min-width: 769px) {
  .menuList {
    width: 880px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    -webkit-display: flex;
    -webkit-justify-content: space-between;
    -moz-display: flex;
    -moz-justify-content: space-between;
    flex-wrap: wrap;
  }
  .menuList__item {
    width: 400px;
  }
  .menuList__item:first-child+.menuList__item {
    margin-top: 0;
  }
  .menuList__item .contents:before {
    transition: 0.3s;
  }
  .menuList__item.item01:hover .contents:before {
    background-color: rgba(0, 181, 188, 0.8);
  }
  .menuList__item.item02:hover .contents:before {
    background-color: rgba(0, 99, 45, 0.8);
  }
  .listTitle {
    width: 400px;
    height: 300px;
  }
  .menuList__item.item03 .listTitle,
  .menuList__item.item04 .listTitle {
    margin-bottom: 10px;
  }
  .menuList__item .btn {}
  /* btn hover */
  .menuList__item .btn a,
  .menuList__item .btn a:before {
    transition: 0.3s;
  }
  .menuList__item .btn a:hover {
    background: #023829;
    color: #ffff64;
  }
  .menuList__item .btn a:hover:before {
    border-color: #ffff64;
    right: 7px;
  }
  .menuList__item.item01 .btn a,
  .menuList__item.item01 .btn a:before {
    transition: 0.3s;
  }
  .menuList__item.item01 .btn a:hover {
    background: #008d92;
    color: #ffff64;
  }
  .menuList__item.item01 .btn a:hover:before {
    border-color: #ffff64;
    right: 7px;
  }
  /* //btn hover */
}


/*sp*/

@media screen and ( max-width: 768px) {
  .pageTitle {
    font-size: 20px;
    line-height: 1em;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .pageTitle span {
    font-size: 10px;
  }
  .menuList {
    margin-left: 20px;
    margin-right: 20px;
  }
  .listTitle {
    height: 67vw;
  }
  .menuList__item .contents {
    height: 67vw;
  }
  .menuList__item .listTitle {
    width: 183px;
    height: 86px;
  }
  .menuList__item.item01 .listTitle {
    background-size: 134px 66px;
    width: 183px;
    height: 86px;
  }
  .menuList__item.item02 .listTitle {
    font-size: 16px;
    width: 183px;
    height: 86px;
  }
}