#single-works .post-eyecatch {
  position: relative;
  aspect-ratio: 3/2;
  max-width: 800px;
  margin-bottom: calc(8px * 5);
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 959px) {
  #single-works .post-eyecatch {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  #single-works .post-eyecatch {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

#single-works .post-eyecatch img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

#single-works .post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: calc(8px * 6);
}

@media screen and (max-width: 959px) {
  #single-works .post-meta {
    margin-bottom: calc((8px * 6) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  #single-works .post-meta {
    margin-bottom: calc((8px * 6) * 0.5);
  }
}

#single-works .post-meta__date {
  margin-right: calc(8px * 2);
  font-family: "Inter", sans-serif;
}

@media screen and (max-width: 959px) {
  #single-works .post-meta__date {
    margin-right: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  #single-works .post-meta__date {
    margin-right: calc((8px * 2) * 0.5);
  }
}

#single-works .post-meta__cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px 10px;
  background: #ffffff;
  border: 1px solid #44aa99;
  color: #44aa99;
  font-size: 1.3rem;
}

#single-works .post-meta__cate:hover {
  background: #44aa99;
  color: #ffffff;
}

#single-works .post-tag {
  margin-bottom: calc(8px * 5);
}

@media screen and (max-width: 959px) {
  #single-works .post-tag {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  #single-works .post-tag {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

#single-works .post-tag__item a {
  color: #999999;
}

#single-works .post-ttl {
  margin-bottom: 12px;
  font-size: 3.2rem;
  font-weight: bold;
  color: #44aa99;
  line-height: 1.4;
}

@media screen and (max-width: 959px) {
  #single-works .post-ttl {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 519px) {
  #single-works .post-ttl {
    font-size: 2.4rem;
  }
}

#single-works .post-dtl {
  margin-bottom: calc(8px * 6);
}

#single-works .post-dtl h2 {
  position: relative;
  margin-top: 56px;
  margin-bottom: calc(8px * 4);
  padding: 16px 24px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
  background: #44aa99;
  border-radius: 4px;
}

@media screen and (max-width: 959px) {
  #single-works .post-dtl h2 {
    margin-bottom: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  #single-works .post-dtl h2 {
    margin-bottom: calc((8px * 4) * 0.5);
  }
}

@media screen and (max-width: 767px) {
  #single-works .post-dtl h2 {
    margin-top: 40px;
    padding: 12px 16px;
    font-size: 2rem;
  }
}

#single-works .post-dtl h2::before {
  content: "";
  display: block;
  height: 96px;
  margin-top: -96px;
  visibility: hidden;
}

#single-works .post-dtl h3 {
  position: relative;
  margin-top: 40px;
  padding-bottom: 8px;
  margin-bottom: calc(8px * 3);
  border-bottom: solid 2px #aaa;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 959px) {
  #single-works .post-dtl h3 {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  #single-works .post-dtl h3 {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

@media screen and (max-width: 767px) {
  #single-works .post-dtl h3 {
    margin-top: 24px;
    font-size: 1.8rem;
  }
}

#single-works .post-dtl h3::before {
  content: "";
  display: block;
  height: 96px;
  margin-top: -96px;
  visibility: hidden;
}

#single-works .post-dtl h4 {
  margin-top: 32px;
  margin-bottom: calc(8px * 2);
  padding-left: 6px;
  border-left: solid 4px #44aa99;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 959px) {
  #single-works .post-dtl h4 {
    margin-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  #single-works .post-dtl h4 {
    margin-bottom: calc((8px * 2) * 0.5);
  }
}

@media screen and (max-width: 767px) {
  #single-works .post-dtl h4 {
    margin-top: 24px;
    font-size: 1.6rem;
  }
}

#single-works .post-dtl .has-small-font-size {
  font-size: 1.4rem;
}

@media screen and (max-width: 959px) {
  #single-works .post-dtl .has-small-font-size {
    font-size: 1.2rem;
  }
}

#single-works .post-dtl .has-normal-font-size {
  font-size: 1.6rem;
}

@media screen and (max-width: 959px) {
  #single-works .post-dtl .has-normal-font-size {
    font-size: 1.4rem;
  }
}

#single-works .post-dtl .has-medium-font-size {
  font-size: 2rem;
}

@media screen and (max-width: 959px) {
  #single-works .post-dtl .has-medium-font-size {
    font-size: 1.6rem;
  }
}

#single-works .post-dtl .has-large-font-size {
  font-size: 2.4rem;
}

@media screen and (max-width: 959px) {
  #single-works .post-dtl .has-large-font-size {
    font-size: 2rem;
  }
}

#single-works .post-dtl .has-huge-font-size {
  font-size: 2.8rem;
}

@media screen and (max-width: 959px) {
  #single-works .post-dtl .has-huge-font-size {
    font-size: 2.4rem;
  }
}

#single-works .post-dtl .has-red-color {
  color: #d34677;
}

#single-works .post-dtl .has-aqu-color {
  color: #00ffff;
}

#single-works .post-dtl .has-blu-color {
  color: #2098d1;
}

#single-works .post-dtl .has-nvy-color {
  color: #000080;
}

#single-works .post-dtl .has-grn-color {
  color: #44aa99;
}

#single-works .post-dtl .has-yel-color {
  color: #ffff00;
}

#single-works .post-dtl .has-orn-color {
  color: #ffdf98;
}

#single-works .post-dtl .has-beg-color {
  color: #f5f5dc;
}

#single-works .post-dtl .has-brn-color {
  color: #a52a2a;
}

#single-works .post-dtl .has-pnk-color {
  color: #ffc0cb;
}

#single-works .post-dtl .has-ppl-color {
  color: #c54ea0;
}

#single-works .post-dtl .has-vio-color {
  color: #704cbc;
}

#single-works .post-dtl .has-blk-color {
  color: #333333;
}

#single-works .post-dtl .has-wht-color {
  color: #ffffff;
}

#single-works .post-dtl .has-l-gry-color {
  color: #eeeeee;
}

#single-works .post-dtl .has-gry-color {
  color: #cccccc;
}

#single-works .post-dtl .has-d-gry-color {
  color: #999999;
}

#single-works .post-dtl .has-red-background-color {
  background-color: #d34677;
}

#single-works .post-dtl .has-aqu-background-color {
  background-color: #00ffff;
}

#single-works .post-dtl .has-blu-background-color {
  background-color: #2098d1;
}

#single-works .post-dtl .has-nvy-background-color {
  background-color: #000080;
}

#single-works .post-dtl .has-grn-background-color {
  background-color: #44aa99;
}

#single-works .post-dtl .has-yel-background-color {
  background-color: #ffff00;
}

#single-works .post-dtl .has-orn-background-color {
  background-color: #ffdf98;
}

#single-works .post-dtl .has-beg-background-color {
  background-color: #f5f5dc;
}

#single-works .post-dtl .has-brn-background-color {
  background-color: #a52a2a;
}

#single-works .post-dtl .has-pnk-background-color {
  background-color: #ffc0cb;
}

#single-works .post-dtl .has-ppl-background-color {
  background-color: #c54ea0;
}

#single-works .post-dtl .has-vio-background-color {
  background-color: #704cbc;
}

#single-works .post-dtl .has-blk-background-color {
  background-color: #333333;
}

#single-works .post-dtl .has-wht-background-color {
  background-color: #ffffff;
}

#single-works .post-dtl .has-l-gry-background-color {
  background-color: #eeeeee;
}

#single-works .post-dtl .has-gry-background-color {
  background-color: #cccccc;
}

#single-works .post-dtl .has-d-gry-background-color {
  background-color: #999999;
}

#single-works .post-dtl p {
  font-size: 1.5rem;
}

#single-works .post-dtl p:not(:first-child) {
  margin-top: 16px;
}

#single-works .post-dtl strong {
  font-weight: bold;
}

#single-works .post-dtl em {
  font-style: italic;
}

#single-works .post-dtl sup {
  vertical-align: super;
  font-size: smaller;
}

#single-works .post-dtl sub {
  vertical-align: sub;
  font-size: smaller;
}

#single-works .post-dtl a {
  text-decoration: underline;
  color: #44aa99;
}

#single-works .post-dtl a:hover {
  text-decoration: none;
}

#single-works .post-dtl ul {
  margin-top: 16px;
}

#single-works .post-dtl ul > li {
  list-style: none;
  position: relative;
  margin-left: 0;
  padding-left: 20px;
  line-height: 1.4;
  font-size: 1.5rem;
  text-indent: 0;
}

@media screen and (max-width: 767px) {
  #single-works .post-dtl ul > li {
    padding-left: 16px;
  }
}

#single-works .post-dtl ul > li:not(:nth-last-of-type(1)) {
  margin-bottom: 6px;
}

#single-works .post-dtl ul > li::before {
  content: '';
  display: block;
  position: absolute;
  top: 6px;
  left: 3px;
  width: 10px;
  height: 10px;
  background: #44aa99;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  #single-works .post-dtl ul > li::before {
    top: 7px;
    width: 8px;
    height: 8px;
  }
}

#single-works .post-dtl ul > li::after {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #44aa99;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  #single-works .post-dtl ul > li::after {
    top: 4px;
    width: 12px;
    height: 12px;
  }
}

#single-works .post-dtl ul > li ul,
#single-works .post-dtl ul > li ol {
  margin: 6px 0 0;
}

#single-works .post-dtl ol {
  counter-reset: list-num;
  margin-top: 16px;
}

#single-works .post-dtl ol > li {
  list-style: none;
  margin-left: 1em !important;
  text-indent: -1em;
  font-size: 1.5rem;
  line-height: 1.4;
}

#single-works .post-dtl ol > li:not(:nth-last-of-type(1)) {
  margin-bottom: 6px;
}

#single-works .post-dtl ol > li::before {
  counter-increment: list-num;
  content: counter(list-num) ".";
  color: #44aa99;
  font-weight: bold;
}

#single-works .post-dtl ol > li > div {
  display: inline;
}

#single-works .post-dtl ol > li ul,
#single-works .post-dtl ol > li ol {
  margin: 6px 0 0;
}

#single-works .post-dtl .wp-block-table {
  margin-top: 16px;
}

#single-works .post-dtl .wp-block-table table {
  width: 100%;
  border-top: solid 1px #ccc;
  border-left: solid 1px #ccc;
}

#single-works .post-dtl .wp-block-table table thead {
  border-bottom: none;
}

#single-works .post-dtl .wp-block-table table thead tr th {
  padding: 16px;
  background: #2098d1;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  border: 1px solid #fff;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.4;
}

@media screen and (max-width: 959px) {
  #single-works .post-dtl .wp-block-table table thead tr th {
    padding: 12px;
  }
}

#single-works .post-dtl .wp-block-table table tbody tr th,
#single-works .post-dtl .wp-block-table table tbody tr td {
  vertical-align: middle;
  padding: 16px;
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  border: 1px solid #ccc;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.4;
}

@media screen and (max-width: 959px) {
  #single-works .post-dtl .wp-block-table table tbody tr th,
  #single-works .post-dtl .wp-block-table table tbody tr td {
    padding: 12px;
  }
}

#single-works .post-dtl .wp-block-image {
  margin-top: 24px;
}

@media screen and (max-width: 519px) {
  #single-works .post-dtl .wp-block-image {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}

#single-works .post-dtl .wp-block-image::after {
  content: '';
  display: block;
  clear: both;
}

#single-works .post-dtl .wp-block-image img {
  width: auto;
}

#single-works .post-dtl .wp-block-media-text {
  margin-top: 24px;
  gap: 16px;
}

@media screen and (max-width: 519px) {
  #single-works .post-dtl .wp-block-media-text {
    margin-top: 16px;
  }
}

#single-works .post-dtl .wp-block-media-text__content {
  padding: 0;
}

#single-works .post-dtl .wp-block-columns {
  margin-top: 16px;
  gap: 16px;
}

#single-works .post-dtl .wp-block-columns .wp-block-image {
  margin: 0;
}

#single-works .post-dtl .wp-block-columns .wp-block-image img {
  width: 100%;
}

#single-works .post-dtl .wp-block-columns h2,
#single-works .post-dtl .wp-block-columns h3,
#single-works .post-dtl .wp-block-columns h4 {
  margin-top: 0;
}

#single-works .post-dtl .wp-block-columns p:last-of-type {
  margin-bottom: 0;
}

#single-works .post-dtl .wp-block-separator {
  margin: 40px 0;
}

@media screen and (max-width: 959px) {
  #single-works .post-dtl .wp-block-separator {
    margin: 24px 0;
  }
}

#single-works .post-dtl .wp-block-video {
  margin: 24px auto;
  max-width: 720px;
}

#single-works .post-dtl .web_img {
  margin: 32px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  #single-works .post-dtl .web_img {
    margin: 24px 0 0;
  }
}

#single-works .post-dtl .web_img .pc_img {
  width: calc(66.66% - 15px);
}

@media screen and (max-width: 767px) {
  #single-works .post-dtl .web_img .pc_img {
    margin-bottom: 20px;
    width: 100%;
  }
}

#single-works .post-dtl .web_img .pc_img dt {
  position: relative;
  margin: 0 0 10px;
  padding: 0 0 0 24px;
  font-size: 1.5rem;
}

#single-works .post-dtl .web_img .pc_img dt::before {
  content: '';
  background: url("/wp-content/uploads/svg/icon_pc.svg");
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 18px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#single-works .post-dtl .web_img .pc_img dd {
  margin: 0;
  overflow-y: scroll;
  height: 500px;
  border: solid 1px #eee;
}

@media screen and (max-width: 767px) {
  #single-works .post-dtl .web_img .pc_img dd {
    height: 400px;
  }
}

@media screen and (max-width: 519px) {
  #single-works .post-dtl .web_img .pc_img dd {
    height: 300px;
  }
}

#single-works .post-dtl .web_img .pc_img dd img {
  width: 100%;
}

#single-works .post-dtl .web_img .sp_img {
  width: calc(33.333% - 15px);
}

@media screen and (max-width: 767px) {
  #single-works .post-dtl .web_img .sp_img {
    margin: 0 auto;
    width: 100%;
    max-width: 400px;
  }
}

@media screen and (max-width: 519px) {
  #single-works .post-dtl .web_img .sp_img {
    max-width: 320px;
  }
}

#single-works .post-dtl .web_img .sp_img dt {
  position: relative;
  margin: 0 0 10px;
  padding: 0 0 0 24px;
  font-size: 1.5rem;
}

#single-works .post-dtl .web_img .sp_img dt::before {
  content: '';
  background: url("/wp-content/uploads/svg/icon_sp.svg");
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 18px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#single-works .post-dtl .web_img .sp_img dd {
  margin: 0;
  overflow-y: scroll;
  height: 500px;
  border: solid 1px #eee;
}

@media screen and (max-width: 767px) {
  #single-works .post-dtl .web_img .sp_img dd {
    height: 400px;
  }
}

@media screen and (max-width: 519px) {
  #single-works .post-dtl .web_img .sp_img dd {
    height: 300px;
  }
}

#single-works .post-dtl .web_img .sp_img dd img {
  width: 100%;
}

#single-works .post-dtl .work_dtl {
  margin: 24px 0 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 32px;
  -moz-column-gap: 32px;
  column-gap: 32px;
}

@media screen and (max-width: 767px) {
  #single-works .post-dtl .work_dtl {
    grid-template-columns: repeat(1, 1fr);
  }
}

#single-works .post-dtl .work_dtl .item {
  grid-column: span 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0;
  border-top: 1px dotted #ccc;
}

#single-works .post-dtl .work_dtl .item dt {
  width: 100px;
  color: #44aa99;
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  #single-works .post-dtl .work_dtl .item dt {
    width: 88px;
  }
}

#single-works .post-dtl .work_dtl .item dd {
  margin: 0;
  width: calc(100% - 100px);
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  #single-works .post-dtl .work_dtl .item dd {
    width: calc(100% - 88px);
  }
}

#single-works .post-dtl .work_dtl .item:last-child {
  border-bottom: 1px dotted #ccc;
}

#single-works .post-dtl .work_dtl .item.url, #single-works .post-dtl .work_dtl .item.service {
  grid-column: 1 / -1;
}

#single-works .post-dtl .work_dtl .item.service dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#single-works .post-dtl .work_dtl .item.service dd span {
  position: relative;
  list-style: none;
  position: relative;
  margin-left: 0;
  margin: 4px 8px 4px 0;
  padding-left: 20px;
  line-height: 1.4;
  font-size: 1.5rem;
  text-indent: 0;
  color: #ccc;
}

@media screen and (max-width: 767px) {
  #single-works .post-dtl .work_dtl .item.service dd span {
    padding-left: 16px;
  }
}

#single-works .post-dtl .work_dtl .item.service dd span::before {
  content: '';
  display: block;
  position: absolute;
  top: 6px;
  left: 3px;
  width: 10px;
  height: 10px;
  background: #ccc;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  #single-works .post-dtl .work_dtl .item.service dd span::before {
    top: 7px;
    width: 8px;
    height: 8px;
  }
}

#single-works .post-dtl .work_dtl .item.service dd span::after {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  #single-works .post-dtl .work_dtl .item.service dd span::after {
    top: 4px;
    width: 12px;
    height: 12px;
  }
}

#single-works .post-dtl .work_dtl .item.service dd span.on {
  color: #333333;
}

#single-works .post-dtl .work_dtl .item.service dd span.on::before {
  background: #44aa99;
}

#single-works .post-dtl .work_dtl .item.service dd span.on::after {
  border: 1px solid #44aa99;
}

@media screen and (max-width: 959px) {
  #single-works .post-dtl {
    margin-bottom: calc((8px * 6) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  #single-works .post-dtl {
    margin-bottom: calc((8px * 6) * 0.5);
  }
}

#single-works .gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: calc(8px * 2);
  margin-bottom: calc(8px * 5);
}

@media screen and (max-width: 959px) {
  #single-works .gallery {
    gap: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  #single-works .gallery {
    gap: calc((8px * 2) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  #single-works .gallery {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  #single-works .gallery {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  #single-works .gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}

#single-works .gallery__item {
  position: relative;
  z-index: 1;
  aspect-ratio: 3/2;
  border: solid 1px #eeeeee;
  cursor: pointer;
}

#single-works .gallery__item img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

#single-works .gallery__item .gallery-mask {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.3);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

#single-works .gallery__item .gallery-zoom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  height: 32px;
  padding: 0 8px;
  background: #333333;
  border: solid 1px #333333;
  color: #ffffff;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media screen and (max-width: 959px) {
  #single-works .gallery__item .gallery-zoom {
    height: 28px;
  }
}

#single-works .gallery__item .gallery-zoom::before {
  content: '';
  width: 16px;
  height: 16px;
  margin-right: 6px;
  background: linear-gradient(to right, transparent calc(50% - 1px), #ffffff calc(50% - 1px), #ffffff calc(50% + 1px), transparent calc(50% + 1px)), linear-gradient(to bottom, transparent calc(50% - 1px), #ffffff calc(50% - 1px), #ffffff calc(50% + 1px), transparent calc(50% + 1px));
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media screen and (max-width: 959px) {
  #single-works .gallery__item .gallery-zoom::before {
    width: 14px;
  }
}

#single-works .gallery__item:hover .gallery-mask {
  opacity: 0;
}

#single-works .gallery__item:hover .gallery-zoom {
  background: #ffffff;
  color: #333333;
}

#single-works .gallery__item:hover .gallery-zoom::before {
  background: linear-gradient(to right, transparent calc(50% - 1px), #333333 calc(50% - 1px), #333333 calc(50% + 1px), transparent calc(50% + 1px)), linear-gradient(to bottom, transparent calc(50% - 1px), #333333 calc(50% - 1px), #333333 calc(50% + 1px), transparent calc(50% + 1px));
}

#single-works .pagelink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}

@media screen and (max-width: 959px) {
  #single-works .pagelink {
    gap: 12px;
  }
}

#single-works .pagelink__prev a, #single-works .pagelink__next a, #single-works .pagelink__back a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  position: relative;
  z-index: 4;
  width: 100%;
  height: 48px;
  background: #ffffff;
  border: solid 1px #333333;
  color: #333333;
  font-size: 1.6rem;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media screen and (max-width: 519px) {
  #single-works .pagelink__prev a, #single-works .pagelink__next a, #single-works .pagelink__back a {
    font-size: 1.4rem;
  }
}

#single-works .pagelink__prev a .ico-arrow, #single-works .pagelink__next a .ico-arrow, #single-works .pagelink__back a .ico-arrow {
  width: 20px;
  height: 20px;
  fill: #333333;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

#single-works .pagelink__prev a:hover, #single-works .pagelink__next a:hover, #single-works .pagelink__back a:hover {
  background: #333333;
  color: #ffffff;
}

#single-works .pagelink__prev a:hover .ico-arrow, #single-works .pagelink__next a:hover .ico-arrow, #single-works .pagelink__back a:hover .ico-arrow {
  fill: #ffffff;
}

#single-works .pagelink__back {
  width: 400px;
}

@media screen and (max-width: 959px) {
  #single-works .pagelink__back {
    width: 240px;
  }
}

@media screen and (max-width: 767px) {
  #single-works .pagelink__back {
    width: calc(100% - 276px);
  }
}

@media screen and (max-width: 519px) {
  #single-works .pagelink__back {
    width: calc(40% - 8px);
  }
}

#single-works .pagelink__prev, #single-works .pagelink__next {
  width: 160px;
}

@media screen and (max-width: 959px) {
  #single-works .pagelink__prev, #single-works .pagelink__next {
    width: 120px;
  }
}

@media screen and (max-width: 519px) {
  #single-works .pagelink__prev, #single-works .pagelink__next {
    width: calc(30% - 8px);
  }
}

#single-works .pagelink__prev a .ico-arrow {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

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