@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
/*
$serif: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
$sansSerif: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
$sansSerifBold: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
$msSerif: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
$msSansSerif: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
*/
#page-works {
  padding-bottom: 200px;
}
@media screen and (max-width: 768px) {
  #page-works {
    padding-bottom: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  .with-cover .breadcrumbs {
    padding: 0 0.16rem;
  }
}

.work-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  max-width: 962px;
  width: 100%;
  margin: 80px auto 0;
  position: relative;
  z-index: 1;
  padding-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .work-list {
    padding: 0 0 0.32rem;
    margin-top: 0.6rem;
  }
}
.work-list li {
  width: calc((100% - 16px) / 2);
  background: #fff;
  border-radius: 24px;
  padding: 24px 24px 8px;
  border: 1px solid #cfc7c0;
}
@media screen and (max-width: 768px) {
  .work-list li {
    width: 100%;
    padding: 0.16rem 0.16rem 0.16rem;
  }
}
.work-list li a{
  text-decoration: none;
}
.work-list figure {
  position: relative;
  height: 3.18rem;
  overflow: hidden;
}
.work-list figure img {
  width: 100%;
}
.work-list h3 {
  margin-top: -70px;
  position: relative;
  z-index: 1;
}
.work-list .txt-area {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: 1fr auto;
  grid-template-areas: "grid1 grid1" "grid2 grid3";
  margin-top: 8px;
  padding-top: 16px;
  gap: 0;
}
@media screen and (max-width: 768px) {
  .work-list .txt-area {
    display: flex;
    flex-direction: column;
    gap: 0.08rem;
  }
}
.work-list .txt-area .txt {
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 2.5;
  font-weight: 400;
  grid-area: grid1;
  min-height: 4.5em;
}
@media screen and (max-width: 768px) {
  .work-list .txt-area .txt {
    font-size: 0.14rem;
    line-height: 2;
    min-height: initial;
  }
}
.work-list .txt-area .area {
  grid-area: grid2;
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 2.5;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .work-list .txt-area .area {
    font-size: 0.12rem;
    line-height: 2;
  }
}
.work-list .txt-area .txt-link {
  grid-area: grid3;
  font-size: 12px;
  letter-spacing: 0.08em;
  line-height: 2.9166666667;
  font-weight: 500;
  color: #f07800;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .work-list .txt-area .txt-link {
    font-size: 0.12rem;
    line-height: 1;
  }
}
.work-list .txt-area .txt-link:after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 8px;
  background-image: url("../images/common/arrow-right-d3.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .work-list .txt-area .txt-link:after {
    width: 0.05rem;
    height: 0.08rem;
  }
}

.reform-list {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.reform-list li {
  width: calc((100% - 32px) / 3);
}
@media screen and (max-width: 768px) {
  .reform-list li {
    padding: 0 0.04rem;
    width: 100%;
  }
}
.reform-list li .reform-items {
  display: block;
  background: #fff;
  padding: 8px;
  border-radius: 24px;
}
.reform-list li .reform-items .reform-box {
  border-radius: 20px;
  padding: 16px 16px 24px;
}
.reform-list li .reform-items .reform-box > p {
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 3;
  font-weight: 400;
}
.reform-list li .reform-items figure {
  border-radius: 20px;
  overflow: hidden;
}
.reform-list li .reform-items figure img {
  width: 100%;
  height: auto;
}
.reform-list li .reform-items .ttl-reform {
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1.5px dashed #f07800;
  padding-bottom: 16px;
}
.reform-list li .reform-items .ttl-reform span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 18px;
  border-radius: 12px;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 10px;
  color: #fff;
  background: #47372b;
  height: 24px;
}
.reform-list li .reform-items .ttl-reform p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.15;
  display: flex;
  align-items: flex-end;
  gap: 4px;
}
.reform-list li .reform-items .ttl-reform p em {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}/*# sourceMappingURL=ctg.css.map */