@charset "UTF-8";
/* メディアクエリ */
/* //メディアクエリ */
/* position 中央寄せ */
/* //position 中央寄せ */
.child-fv::before {
  background: url(../img/service/fv.webp) no-repeat center center/cover;
}
.child-fv .fv__page-ttl {
  left: max(-8px, -0.4166666667vw);
}

.sec-archive-works {
  padding-top: 7.6875rem;
  padding-bottom: 9.375rem;
}

.works-top__txt {
  border: 2px solid #2C5BA3;
  background-color: #EFF5FF;
  text-align: center;
  line-height: 1.8;
  font-weight: 500;
  padding: 48px 50px;
}
@media screen and (max-width: 599px) {
  .works-top__txt {
    padding: 30px 25px;
  }
}
.works-top-img-wrapper {
  margin-top: 20px;
}
.works-top-img-list {
  display: flex;
  margin-left: -6.5px;
  margin-right: -6.5px;
}
@media screen and (max-width: 599px) {
  .works-top-img-list {
    margin-left: -3px;
    margin-right: -3px;
  }
}
.works-top-img-list__item {
  width: 20%;
  padding: 0 6.5px;
}
@media screen and (max-width: 599px) {
  .works-top-img-list__item {
    padding: 0 3px;
  }
}
.works-wrapper {
  margin-top: 9.375rem;
}
@media screen and (max-width: 599px) {
  .works-wrapper {
    margin-top: 6.25rem;
  }
}
.works__ttl {
  font-size: 2rem;
  line-height: 1.2;
  text-align: center;
  font-weight: 500;
  position: relative;
  padding-bottom: 1.5625rem;
  margin-bottom: 2.4375rem;
}
@media screen and (max-width: 599px) {
  .works__ttl {
    font-size: 1.5rem;
    padding-bottom: 1.25rem;
    text-align: left;
    padding-left: 20px;
  }
}
.works__ttl::before {
  content: "";
  width: 3.125rem;
  height: 2px;
  background-color: #2C5BA3;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translatex(-50%);
}
@media screen and (max-width: 599px) {
  .works__ttl::before {
    width: 2px;
    height: 65%;
    bottom: unset;
    top: 0;
    left: 0;
    transform: translateX(0);
  }
}
.works-year-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 100px;
}
.works-year-list-item {
  width: 100%;
}
.works-table {
  width: 100%;
}
.works-table thead {
  background-color: #2C5BA3;
}
.works-table thead tr th:first-of-type {
  width: 170px;
  border-right: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
}
@media screen and (max-width: 767px) {
  .works-table thead tr th:first-of-type {
    width: 60px;
  }
}
@media screen and (max-width: 599px) {
  .works-table thead tr th:first-of-type {
    width: 50px;
  }
}
.works-table thead tr th:nth-of-type(2) {
  font-size: 1.25rem;
  color: #FFFFFF;
  line-height: 1.5;
  text-align: center;
  width: calc(100% - 170px);
  padding: 14px 0;
}
@media screen and (max-width: 767px) {
  .works-table thead tr th:nth-of-type(2) {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 599px) {
  .works-table thead tr th:nth-of-type(2) {
    width: calc(100% - 50px);
  }
}
.works-table tbody tr {
  border-bottom: 1px solid #CCCCCC;
}
.works-table tbody tr th {
  background-color: #EEEEEE;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  vertical-align: middle;
  border-right: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
}
.works-table tbody tr td {
  text-align: center;
  font-weight: 500;
  padding: 21px 10px;
  border-right: 1px solid #CCCCCC;
}
@media screen and (max-width: 599px) {
  .works-table tbody tr td {
    text-align: left;
  }
}/*# sourceMappingURL=style-works.css.map */