@charset "UTF-8";
main {
  overflow: hidden;
}

h1 {
  position: relative;
  color: #00369b;
  font-size: 3.4rem;
  font-weight: 600;
  text-align: center;
  margin: 2rem 0 3rem;
  padding-bottom: 0.2em;
}
h1::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 8rem;
  height: 0.2rem;
  background: #00369b;
}

.news-contents .title {
  position: relative;
  color: #00369b;
  font-size: 3.4rem;
  font-weight: 600;
  text-align: center;
  margin: 2rem 0 3rem;
  padding-bottom: 0.2em;
}

.news-contents .title:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 8rem;
  height: 0.2rem;
  background: #00369b;
}

.works-inner-wrap {
  padding: 6rem 4%;
}
@media screen and (max-width: 750px) {
  .works-inner-wrap {
    padding: 4rem 4%;
  }
}
.works-inner-wrap .works-archive-wrap {
  max-width: 90rem;
  margin: 0 auto;
}
.works-inner-wrap .works-archive-wrap .item-wrap {
  margin-bottom: 5rem;
}
@media screen and (max-width: 750px) {
  .works-inner-wrap .works-archive-wrap .item-wrap {
    margin-bottom: 3rem;
  }
}
.works-inner-wrap .works-archive-wrap .item-wrap .works-head {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  padding: 0.8rem;
  background: #00369b;
}
.works-inner-wrap .works-archive-wrap .item-wrap .works-body {
  padding: 4rem 10rem;
  background: #fff;
}
@media screen and (max-width: 750px) {
  .works-inner-wrap .works-archive-wrap .item-wrap .works-body {
    padding: 3rem 2rem;
  }
}
.works-inner-wrap .works-archive-wrap .item-wrap .works-body .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
@media screen and (max-width: 750px) {
  .works-inner-wrap .works-archive-wrap .item-wrap .works-body .item {
    flex-direction: column;
    align-items: flex-start;
  }
}
.works-inner-wrap .works-archive-wrap .item-wrap .works-body .item p:first-of-type {
  font-weight: 600;
}
.works-inner-wrap .works-archive-wrap .item-wrap .works-body .item p:first-of-type::before {
  content: "■";
  margin-right: 0.5rem;
}
.works-inner-wrap .works-archive-wrap .item-wrap .works-body .item p:last-of-type {
  padding-left: 1.3em;
}

/*# sourceMappingURL=works.css.map */
