@charset "UTF-8";
*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wrap {
  overflow: hidden;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.top-bg {
  height: 40vh;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/top-bg-works.jpg");
  position: relative;
}

h1 {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  text-align: center;
  color: #fff;
  font-size: 50px;
  width: 100vw;
  text-align: center;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.85);
}

.sec02 .sec02-contents {
  margin: 0 17%;
}

.sec02 .sec02-contents h2 {
  font-size: 24px;
  margin-top: 40px;
  border-bottom: 2px solid black;
}

.sec02 .sec02-contents p {
  font-size: 20px;
}

.sec02 .sec02-contents .images {
  margin-top: 30px;
  padding-bottom: 50px;
}

.sec02 .sec02-contents .images:last-of-type {
  margin-bottom: 80px;
}

.sec02 .sec02-contents .images .top-img {
  overflow: hidden;
  margin: 10px;
}

.sec02 .sec02-contents .images .top-img img {
  display: block;
  width: 100%;
}

.sec02 .sec02-contents .images .sub-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sec02 .sec02-contents .images .sub-images .sub-img {
  padding: 10px;
  width: 50%;
}

.sec02 .sec02-contents .images .sub-images .sub-img img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 720px) {
  .sec02 .sec02-contents {
    margin: 0 10px;
  }
  .sec02 .sec02-contents h2 {
    font-size: 16px;
    margin-top: 20px;
  }
  .sec02 .sec02-contents p {
    font-size: 12px;
  }
  .sec02 .sec02-contents .images {
    margin-top: 20px;
    padding-bottom: 20px;
  }
  .sec02 .sec02-contents .images:last-of-type {
    margin-bottom: 30px;
  }
  .sec02 .sec02-contents .images .top-img {
    overflow: hidden;
    margin: 5px;
  }
  .sec02 .sec02-contents .images .top-img img {
    display: block;
    width: 100%;
  }
  .sec02 .sec02-contents .images .sub-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sec02 .sec02-contents .images .sub-images .sub-img {
    padding: 5px;
    width: 50%;
  }
  .sec02 .sec02-contents .images .sub-images .sub-img img {
    display: block;
    width: 100%;
  }
}
/*# sourceMappingURL=works.css.map */