/* stylelint-disable no-descending-specificity */
/* stylelint-disable-next-line at-rule-no-unknown */
/* stylelint-disable-next-line scss/double-slash-comment-empty-line-before */
/* $accent-color: #194569; */
/* $link-color: #194569; */
.page-title-03 {
  background-image: url("../images/works/main_img_01_sp.jpg");
}

@media (min-width: 769px) {
  .page-title-03 {
    background-image: url("../images/works/main_img_01_pc.jpg");
  }
}
/* archive */
.works-content {
  margin-bottom: 3em;
}

.works-list {
  margin-bottom: 2em;
}

.works-list-item {
  margin-bottom: 1em;
  background-color: #fff;
}
.works-list-item a {
  display: block;
  padding: 1em 4% 1.5em;
  color: #333;
}
.works-list-item .img {
  overflow: hidden;
  margin-bottom: 1.5em;
}
.works-list-item .img img {
  aspect-ratio: 1.75/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.works-list-item .date {
  margin-bottom: 0.3em;
  font-size: 3.0666666667vw;
  color: #aaa;
}
.works-list-item .title {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media (min-width: 769px) {
  .works-content {
    margin-bottom: 50px;
  }
  .works-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .works-list-item {
    margin: 0 2% 1em 0;
    width: 49%;
  }
  .works-list-item:nth-of-type(2n) {
    margin-right: 0;
  }
  .works-list-item a {
    padding: 20px 20px 25px;
  }
  .works-list-item a.pcmo:hover {
    color: #333;
  }
  .works-list-item a.pcmo:hover .img img {
    opacity: 1;
    transform: scale(1.05);
  }
  .works-list-item .img {
    margin-bottom: 20px;
  }
  .works-list-item .img img {
    transition: transform 0.3s ease;
  }
  .works-list-item .date {
    margin-bottom: 10px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
/* single */
.post-body {
  overflow-x: hidden;
  margin-bottom: 2em;
  padding: 2em 5%;
  background-color: #fff;
}

.post-header {
  margin-bottom: 2em;
}
.post-header.bg-img {
  position: relative;
  margin: -2em -6% 2em;
}

.post-title {
  margin-bottom: 0.3em;
  font-size: 4.5333333333vw;
  font-weight: 700;
}

.post-date {
  font-size: 3.2vw;
}

.post-main-img {
  overflow: hidden;
  position: relative;
  aspect-ratio: 1.5/1;
}
.post-main-img::before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 80%);
}
.post-main-img img {
  -o-object-fit: cover;
     object-fit: cover;
}

.post-header-content {
  position: absolute;
  z-index: 2;
  bottom: 1em;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 5%;
  width: 100%;
  color: #fff;
}

.post-content {
  padding-bottom: 3em;
}
.post-content h2 {
  margin-bottom: 1.5em;
  padding: 0.5em 0;
  border-bottom: 2px solid #ccc;
  font-size: 4.5333333333vw;
  font-weight: 700;
}
.post-content h3 {
  margin-bottom: 1em;
  padding: 0 0 0 3%;
  border-left: 5px solid #282828;
  font-size: 4vw;
  font-weight: 700;
}
.post-content h4 {
  margin-bottom: 1em;
  font-size: 3.7333333333vw;
  font-weight: 700;
}
.post-content p {
  margin-bottom: 1em;
}
.post-content img {
  margin-bottom: 1em;
}
.post-content a {
  text-decoration: underline;
}
.post-content ul {
  margin-bottom: 1em;
}
.post-content ul li {
  list-style: disc inside;
}
.post-content ol {
  margin-bottom: 1em;
}
.post-content ol li {
  list-style: decimal inside;
}

.single-page-nav {
  padding-top: 2em;
  border-top: 1px solid #ccc;
}
.single-page-nav .next a,
.single-page-nav .prev a {
  display: block;
  position: relative;
}
.single-page-nav .next a::before,
.single-page-nav .prev a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%) rotate(45deg);
  width: 3%;
  aspect-ratio: 1/1;
}
.single-page-nav .prev {
  margin-bottom: 1.5em;
}
.single-page-nav .prev a {
  padding-left: 20px;
}
.single-page-nav .prev a::before {
  left: 0;
  border-bottom: 1px solid #282828;
  border-left: 1px solid #282828;
}
.single-page-nav .next {
  margin-bottom: 1.5em;
}
.single-page-nav .next a {
  padding-right: 20px;
  text-align: right;
}
.single-page-nav .next a::before {
  right: 0;
  border-top: 1px solid #282828;
  border-right: 1px solid #282828;
}
.single-page-nav .btn {
  text-align: center;
}

@media (min-width: 769px) {
  .post-body {
    padding: 50px;
  }
  .post-header {
    margin-bottom: 40px;
  }
  .post-header.bg-img {
    margin: -50px -50px 40px;
  }
  .post-title {
    margin-bottom: 5px;
    font-size: 28px;
    font-size: 2.8rem;
  }
  .post-date {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .post-header-content {
    bottom: 40px;
    padding: 0 40px;
  }
  .post-content {
    padding-bottom: 60px;
  }
  .post-content h2 {
    margin-bottom: 40px;
    padding: 15px 0;
    font-size: 28px;
    font-size: 2.8rem;
  }
  .post-content h3 {
    margin-bottom: 30px;
    padding: 0 0 0 20px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .post-content h4 {
    margin-bottom: 30px;
    font-size: 20px;
    font-size: 2rem;
  }
  .post-content p {
    margin-bottom: 30px;
  }
  .post-content img {
    margin-bottom: 30px;
  }
  .post-content ul {
    margin-bottom: 30px;
  }
  .post-content ol {
    margin-bottom: 30px;
  }
  .single-page-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 30px;
  }
  .single-page-nav .next,
  .single-page-nav .prev {
    width: 50%;
  }
  .single-page-nav .next a::before,
  .single-page-nav .prev a::before {
    width: 10px;
  }
  .single-page-nav .prev {
    margin-bottom: 30px;
    border-right: 1px solid #ccc;
  }
  .single-page-nav .prev a {
    padding: 10px 20px;
  }
  .single-page-nav .next {
    margin-bottom: 30px;
  }
  .single-page-nav .next a {
    padding: 10px 20px;
  }
  .single-page-nav .btn {
    width: 100%;
  }
}
/* sidebar */
.sidebar {
  padding: 2em 5%;
  background-color: #fff;
}

.sidebar-box {
  margin-bottom: 2em;
}
.sidebar-box:last-child {
  margin-bottom: 0;
}

.sidebar-title {
  margin-bottom: 0.5em;
  font-size: 4.5333333333vw;
  font-weight: 700;
}

.sidebar-menu li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 1em;
  line-height: 1.5;
}
.sidebar-menu li::before {
  content: "";
  position: absolute;
  top: 0.8em;
  left: 0;
  width: 0.5em;
  height: 2px;
  background-color: #275e7d;
}
.sidebar-menu li a {
  color: #666;
}

@media (min-width: 769px) {
  .sidebar {
    padding: 30px;
  }
  .sidebar-box {
    margin-bottom: 40px;
  }
  .sidebar-title {
    margin-bottom: 10px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media (min-width: 990px) {
  .col-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .col-primary {
    width: 66%;
  }
  .col-secondary {
    width: 31%;
  }
}/*# sourceMappingURL=works.css.map */