@charset "UTF-8";
/* Scss Document */
embed,
iframe,
object {
  max-width: 100%;
}

.contents {
  padding: 0 0 0px 0;
  background-color: #FFF;
}
@media (max-width: 834px) {
  .contents {
    overflow-x: hidden;
  }
}

.wrapper {
  min-width: 800px;
  max-width: 1000px;
  margin: 0 auto 0px;
}
@media (max-width: 834px) {
  .wrapper {
    padding: 0 15px;
    min-width: 100%;
    max-width: 100%;
  }
}

.wrapper-inner {
  padding: 70px;
}
@media (max-width: 834px) {
  .wrapper-inner {
    padding: 50px 0px;
  }
}

.line-left {
  position: relative;
  padding: 0 0 80px;
  font-size: 20px;
  letter-spacing: 1px;
}
@media (max-width: 834px) {
  .line-left {
    padding: 0 0 50px;
  }
}
.line-left:before {
  content: "";
  display: inline-block;
  width: 10%;
  margin: 2px 1% 2px 0;
  height: 1px;
  background-color: #E5E5E5;
}
@media (max-width: 834px) {
  .line-left:before {
    margin: 2px 12px 4px 0;
  }
}

.single .line-left {
  padding: 0 0 10px;
}

.area-box-v2 {
  padding: 0 11%;
  min-width: 800px;
  margin: 0 auto;
}
@media (max-width: 834px) {
  .area-box-v2 {
    padding: 0 25px;
    min-width: 100%;
  }
}

.proj-meta {
  /* ベース */
  margin: 0 auto;
  padding: 100px 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 40px;
  column-gap: 40px;
  row-gap: 12px;
  /* 1行ごとに dt と dd を並べる */
  /* スマホ */
}
.proj-meta dt, .proj-meta dd {
  margin: 0;
  line-height: 1.9;
  font-size: 16px;
}
.proj-meta dt {
  font-weight: 700; /* ラベルを強調 */
  text-align: right;
}
.proj-meta dd {
  font-weight: 400;
}
.proj-meta dt {
  grid-column: 1;
}
.proj-meta dd {
  grid-column: 2;
}
@media (max-width: 834px) {
  .proj-meta {
    width: 100%;
    grid-template-columns: 120px 1fr;
    row-gap: 10px;
    -moz-column-gap: 24px;
         column-gap: 24px;
    padding: 64px 0 0;
  }
  .proj-meta dt, .proj-meta dd {
    font-size: 14px;
    line-height: 1.8;
  }
}

.entry {
  padding: 100px 0 0;
}
@media (max-width: 834px) {
  .entry {
    padding: 64px 0 0;
  }
}

#credit {
  padding: 100px 0 0;
}
#credit .label-box {
  width: 180px;
}
@media (max-width: 834px) {
  #credit .label-box {
    width: 100%;
  }
}
#credit .proj-box {
  width: 70%;
}
@media (max-width: 834px) {
  #credit .proj-box {
    width: 100%;
  }
}
#credit .proj-credits {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 240px 1fr;
  -moz-column-gap: 16px;
       column-gap: 16px;
  row-gap: 12px;
  /* スマホ */
}
#credit .proj-credits dt, #credit .proj-credits dd {
  margin: 0;
  line-height: 1.9;
  font-size: 16px;
}
#credit .proj-credits dt {
  font-weight: 700;
  word-break: break-word;
}
#credit .proj-credits dd {
  font-weight: 400;
}
#credit .proj-credits dt {
  grid-column: 1;
}
#credit .proj-credits dd {
  grid-column: 2;
}
@media (max-width: 834px) {
  #credit .proj-credits {
    width: 100%;
    grid-template-columns: 1fr;
    row-gap: 0px;
  }
  #credit .proj-credits dt, #credit .proj-credits dd {
    font-size: 14px;
    line-height: 1.8;
    grid-column: 1;
  }
  #credit .proj-credits dd {
    margin-bottom: 16px;
  }
}

#jtg-17.modula-gallery .modula-item > a, #jtg-17.modula-gallery .modula-item, #jtg-17.modula-gallery .modula-item-content > a:not(.modula-no-follow) {
  cursor: zoom-in;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 834px) {
  #jtg-17.modula-gallery .modula-item > a, #jtg-17.modula-gallery .modula-item, #jtg-17.modula-gallery .modula-item-content > a:not(.modula-no-follow) {
    border-radius: 4px;
  }
}

.modula-items {
  padding-top: 96px;
}

.c-group {
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 834px) {
  .c-group {
    width: 100%;
  }
}

#case-next {
  padding: 96px 0 0;
}
@media (max-width: 834px) {
  #case-next {
    padding: 80px 0 0;
  }
}
#case-next .case-box small {
  font-size: 0.8em;
  display: block;
  padding-bottom: 80px;
}
#case-next .case-box .box {
  width: 800px;
  margin: 0 auto 64px;
  align-items: center;
}
@media (max-width: 834px) {
  #case-next .case-box .box {
    width: 100%;
    padding: 0 5%;
    margin: 0 auto 40px;
    max-width: 360px;
  }
}
#case-next .case-box .box .ph-box {
  width: 360px;
  aspect-ratio: 1.5;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
}
@media (max-width: 834px) {
  #case-next .case-box .box .ph-box {
    width: 100%;
    margin-bottom: 24px;
  }
}
#case-next .case-box .box .txt-box {
  width: calc(100% - 420px);
}
@media (max-width: 834px) {
  #case-next .case-box .box .txt-box {
    width: 100%;
  }
}
#case-next .case-box .box .txt-box p {
  color: #333333;
}
#case-next .txt-link {
  text-align: center;
}
#case-next .txt-link a {
  display: inline-block;
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-left: 32px;
  transition: 0.3s ease;
}
#case-next .txt-link a::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  width: 17px;
  height: 2px;
  background: #333333;
  transform: translateY(-50%);
  transition: transform 0.2s ease, width 0.2s ease;
  pointer-events: none;
}
#case-next .txt-link a::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 2px solid #333333;
  border-right: 2px solid #333333;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.2s ease;
  pointer-events: none;
}
#case-next .txt-link a:hover::before {
  transform: translate(2px, -50%);
}
#case-next .txt-link a:hover::after {
  transform: translate(2px, -50%) rotate(45deg);
}

/*記事フォーマット*/
.entry-info {
  padding: 0px 0 80px;
}
@media (max-width: 834px) {
  .entry-info {
    padding: 0px 0 56px;
  }
}
.entry-info h1 {
  margin-bottom: 24px;
}
@media (max-width: 834px) {
  .entry-info .entry-label {
    display: block;
  }
}
.entry-info .cat-data {
  border-radius: 30px;
  background: #004339;
  padding: 8px 24px;
  font-size: 16px;
  display: inline-block;
  color: #FFF;
  font-weight: bold;
  margin-right: 32px;
}
@media (max-width: 834px) {
  .entry-info .cat-data {
    font-size: 15px;
    line-height: 28px;
    padding: 5px 24px;
    margin-right: 16px;
    margin-bottom: 16px;
  }
}
.entry-info .entry-date {
  font-size: 16px;
  line-height: 32px;
  color: #004339;
  font-weight: bold;
}
@media (max-width: 834px) {
  .entry-info .entry-date {
    font-size: 15px;
    line-height: 28px;
    display: block;
  }
}

.entry-single {
  padding-bottom: 96px;
}
@media (max-width: 834px) {
  .entry-single {
    padding-bottom: 60px;
  }
}
.entry-single a {
  color: #004339;
  text-decoration: underline;
}
.entry-single p.arrow a {
  position: relative;
  text-decoration: none;
}
.entry-single p.arrow a:hover {
  text-decoration: underline;
}
.entry-single p.arrow a::after {
  content: "";
  display: inline-block;
  padding-left: 8px;
  width: 10px;
  height: 10px;
  background-image: url(common/images/f-arrow-o.svg);
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
}
.entry-single p {
  padding-bottom: 24px;
}
@media (max-width: 834px) {
  .entry-single p {
    padding-bottom: 16px;
  }
}
.entry-single p.has-small-font-size {
  line-height: 1.8;
}
.entry-single h1, .entry-single .h1 {
  font-size: 32px;
  line-height: 54px;
  margin-bottom: 32px;
  margin-top: 56px;
}
@media (max-width: 834px) {
  .entry-single h1, .entry-single .h1 {
    font-size: 21px;
    line-height: 36px;
    margin-bottom: 24px;
    margin-top: 32px;
  }
}
.entry-single h2, .entry-single .h2 {
  font-size: 24px;
  line-height: 42px;
  margin-top: 32px;
  margin-bottom: 32px;
}
@media (max-width: 834px) {
  .entry-single h2, .entry-single .h2 {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 24px;
  }
}
.entry-single h3, .entry-single .h3 {
  font-size: 18px;
  line-height: 32px;
  margin-top: 32px;
  margin-bottom: 24px;
}
@media (max-width: 834px) {
  .entry-single h3, .entry-single .h3 {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 16px;
  }
}
.entry-single h4, .entry-single .h4 {
  font-size: 16px;
  line-height: 32px;
  margin-top: 8px;
  margin-bottom: 16px;
}
@media (max-width: 834px) {
  .entry-single h4, .entry-single .h4 {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 16px;
  }
}
.entry-single h5, .entry-single .h5 {
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 16px;
  color: #8D8A7A;
  font-weight: normal;
}
@media (max-width: 834px) {
  .entry-single h5, .entry-single .h5 {
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 16px;
  }
}
.entry-single img {
  max-width: 100%;
  height: auto;
}
.entry-single .wp-block-image {
  margin: 30px 0 55px;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 834px) {
  .entry-single .wp-block-image {
    margin: 20px 0px 50px;
    border-radius: 4px;
  }
}
.entry-single ul {
  padding-left: 32px;
  padding-bottom: 16px;
}
@media (max-width: 834px) {
  .entry-single ul {
    padding-left: 24px;
  }
}
.entry-single ul li {
  list-style-type: initial;
  font-size: 18px;
  line-height: 36px;
  padding-bottom: 10px;
}
@media (max-width: 834px) {
  .entry-single ul li {
    font-size: 16px;
    line-height: 34px;
  }
}
.entry-single ol {
  padding-left: 32px;
  padding-bottom: 16px;
}
@media (max-width: 834px) {
  .entry-single ol {
    padding-left: 24px;
  }
}
.entry-single ol li {
  list-style-type: decimal;
  font-size: 18px;
  line-height: 36px;
  padding-bottom: 10px;
}
@media (max-width: 834px) {
  .entry-single ol li {
    font-size: 16px;
    line-height: 34px;
  }
}
.entry-single .wp-caption img {
  margin: 30px 0 15px;
}
@media (max-width: 834px) {
  .entry-single .wp-caption img {
    margin: 20px 0px 10px;
  }
}
.entry-single .kiji-img {
  margin: 0 auto 80px;
  width: 100%;
  aspect-ratio: 1.775;
  background-position: center;
  background-size: cover;
  border-radius: 80px;
}
@media (max-width: 834px) {
  .entry-single .kiji-img {
    margin: 0 auto 56px;
    border-radius: 24px;
  }
}
.entry-single .kiji-img img {
  width: 100%;
  margin: 0;
}
@media (max-width: 834px) {
  .entry-single .kiji-img img {
    margin: 0px;
  }
}
.entry-single .wp-block-table {
  padding-bottom: 40px;
  /*tr {
      background-color: none !important;
      margin-bottom: 16px;
      display: flex;
      width: 100%;
      @include sp {
          margin-bottom: 24px;
      }
  }
  th {
      background-color: $five-color;
      padding: 16px 32px;
      font-size: 18px;
      font-weight: bold;
      border-radius: 24px 0 0 24px;
      border: none;
      display: block;
      text-align: left;   
      width: 20%; 
      @include sp {
          padding: 16px 24px;
          font-size: 16px;
          border-radius: 16px 16px 0 0;
          display: block;
          width: 100%;
      }
  }
  td {
      background-color: #FFF;
      padding: 16px 24px;
      font-size: 18px;
      border-radius: 0 24px 24px 0;
      border: none;
      display: block;
      width: 80%;
      @include sp {
          font-size: 16px;
          border-radius: 0 0 24px 24px;
          width: 100%;
      }
  }*/
}
@media (max-width: 834px) {
  .entry-single .wp-block-table {
    padding-bottom: 16px;
  }
}
.entry-single .wp-block-table thead {
  border: none;
}
.entry-single .wp-block-table th {
  background-color: #E0DBBA;
  white-space: nowrap;
}
@media (max-width: 834px) {
  .entry-single .wp-block-table th {
    font-size: 16px;
  }
}
.entry-single .wp-block-table td {
  background-color: #FFF;
}
@media (max-width: 834px) {
  .entry-single .wp-block-table td {
    font-size: 15px;
  }
}
.entry-single .wp-caption-text {
  text-align: center;
  font-size: 14px;
  color: #1d1d1d;
  margin: 0px 0 40px;
}
@media (max-width: 834px) {
  .entry-single .wp-caption-text {
    font-size: 12px;
    line-height: 18px;
    margin: 0px 20px 40px;
  }
}
.entry-single .wp-caption-text a {
  padding-left: 0px;
}
.entry-single .wp-caption-text a:hover {
  text-decoration: underline;
}
.entry-single .wp-caption-text a::before {
  display: none;
}
.entry-single .wp-caption-text a::after {
  display: none;
}
.entry-single blockquote {
  position: relative;
  padding: 32px 32px 32px 60px;
  margin: 0px 0 56px;
  border-radius: 24px;
  background-color: #FFF;
}
@media (max-width: 834px) {
  .entry-single blockquote {
    padding: 24px 24px 24px 44px;
    margin: 0px 0 32px;
    border-radius: 16px;
  }
}
.entry-single blockquote::before {
  display: block;
  content: "";
  position: absolute;
  top: 32px;
  bottom: 32px;
  left: 32px;
  width: 4px;
  background-color: #8D8A7A;
}
@media (max-width: 834px) {
  .entry-single blockquote::before {
    top: 24px;
    left: 24px;
    bottom: 24px;
  }
}
.entry-single blockquote p:last-child {
  padding-bottom: 0px;
}
.entry-single .wp-block-button {
  text-align: center;
}
.entry-single .wp-block-button .wp-block-button__link {
  display: inline-block;
  font-size: 16px;
  padding: 16px 32px;
  min-width: 268px;
  text-align: left;
  background-color: #6FBA2C;
  border: none;
  border-radius: 50px;
  color: #FFF;
  position: relative;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
@media (max-width: 834px) {
  .entry-single .wp-block-button .wp-block-button__link {
    font-size: 15px;
  }
}
.entry-single .wp-block-button .wp-block-button__link:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-image: url(common/images/f-arrow-w.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translate(0%, -50%);
}
.entry-single .wp-block-button .wp-block-button__link.out::before {
  width: 12px;
  height: 12px;
  background-image: url(common/images/arrow-out.svg);
}
.entry-single .wp-block-button .wp-block-button__link span {
  font-size: 16px;
  display: block;
}
@media (max-width: 834px) {
  .entry-single .wp-block-button .wp-block-button__link span {
    font-size: 15px;
  }
}
.entry-single .wp-block-button .wp-block-button__link:hover {
  border-radius: 8px;
}

.blog .entry-single .kiji-img {
  aspect-ratio: 1.51;
  border-radius: 235px;
}
@media (max-width: 834px) {
  .blog .entry-single .kiji-img {
    border-radius: 100px;
  }
}

/*記事一覧用*/
.entry-list {
  width: 30.4%;
  margin: 0 4.4% 80px 0;
  overflow: hidden;
}
.entry-list:hover .entry-thumb {
  transform: scale(1.04);
}
.entry-list:nth-child(3n) {
  margin: 0 0% 80px 0;
}
@media (max-width: 834px) {
  .entry-list:nth-child(3n) {
    margin: 0 auto 56px;
  }
}
@media (max-width: 834px) {
  .entry-list {
    width: 100%;
    max-width: 440px;
    margin: 0 auto 56px;
  }
}
.entry-list .entry-thumb-wrap {
  border-radius: 40px;
  overflow: hidden;
  width: 100%;
  padding: 0px;
  margin: 0 auto 24px;
}
@media (max-width: 834px) {
  .entry-list .entry-thumb-wrap {
    border-radius: 24px;
  }
}
.entry-list .entry-thumb {
  background-size: cover;
  background-position: center;
  aspect-ratio: 1.72;
  display: block;
  position: relative;
  transition: 0.3s ease-in-out;
}
.entry-list .cat-data {
  border-radius: 30px;
  background: #004339;
  padding: 6px 18px;
  font-size: 13px;
  display: inline-block;
  color: #FFF;
  font-weight: bold;
}
@media (max-width: 834px) {
  .entry-list .cat-data {
    font-size: 13px;
    line-height: 26px;
    padding: 6px 18px;
  }
}
.entry-list .entry-date {
  font-size: 16px;
  line-height: 32px;
  color: #004339;
  font-weight: bold;
  margin-right: 24px;
}
@media (max-width: 834px) {
  .entry-list .entry-date {
    font-size: 15px;
    line-height: 28px;
    margin-right: 14px;
  }
}
.entry-list .text {
  width: 100%;
  padding: 0 0% 0 0;
}
.entry-list .text h2 {
  font-size: 16px;
  line-height: 30px;
  padding-top: 16px;
}
@media (max-width: 834px) {
  .entry-list .text h2 {
    font-size: 15px;
    line-height: 28px;
  }
}

.entry-blog {
  width: calc(50% - 28px);
  margin-bottom: 80px;
}
@media (max-width: 834px) {
  .entry-blog {
    width: 100%;
    margin-bottom: 56px;
  }
}
.entry-blog a:hover .entry-thumb {
  transform: scale(1.03);
}
.entry-blog a:hover .text h2::before {
  border-radius: 8px;
}
.entry-blog .entry-thumb-wrap {
  border-radius: 160px;
  overflow: hidden;
}
@media (max-width: 834px) {
  .entry-blog .entry-thumb-wrap {
    width: 100%;
    border-radius: 100px;
  }
}
.entry-blog .entry-thumb {
  background-size: cover;
  background-position: center;
  aspect-ratio: 1.51;
  transition: 0.3s ease-in-out;
}
.entry-blog .text {
  margin-top: -20px;
  z-index: 2;
  position: relative;
}
.entry-blog .text .cat-data {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  padding: 8px 24px;
  margin-bottom: 16px;
  border-radius: 32px;
  background-color: #004339;
  color: #fff;
}
@media (max-width: 834px) {
  .entry-blog .text .cat-data {
    font-size: 15px;
  }
}
.entry-blog .text h2 {
  font-size: 24px;
  line-height: 42px;
  padding-right: 72px;
  position: relative;
}
@media (max-width: 834px) {
  .entry-blog .text h2 {
    font-size: 18px;
    line-height: 32px;
    padding-right: 64px;
  }
}
.entry-blog .text h2::before {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background: #6FBA2C;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.3s;
}
@media (max-width: 834px) {
  .entry-blog .text h2::before {
    right: 0px;
  }
}
.entry-blog .text h2::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-image: url(common/images/f-arrow-w.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 27px;
  transform: translate(0%, -50%);
}
@media (max-width: 834px) {
  .entry-blog .text h2::after {
    right: 11px;
  }
}

/*記事一覧 関連記事用*/
#relation {
  padding: 60px 0;
}
@media (max-width: 834px) {
  #relation {
    padding: 60px 0;
  }
}
#relation .heading {
  width: 200px;
}
@media (max-width: 834px) {
  #relation .heading {
    width: 100%;
    padding: 0 0 10px;
  }
}
#relation .heading h2 {
  font-size: 20px;
  color: #1D1D1D;
  font-family: "Bodoni Moda", serif;
  letter-spacing: 1.4px;
}
#relation .topics {
  width: calc(100% - 240px);
}
@media (max-width: 834px) {
  #relation .topics {
    width: 100%;
  }
}
#relation .topics .top-list {
  width: 48%;
  margin: 0 4% 30px 0;
  padding: 0 0 30px 0;
  border-bottom: solid 1px #f0f0f0;
  display: block;
}
@media (max-width: 834px) {
  #relation .topics .top-list {
    width: 100%;
    margin: 0 0% 20px 0;
    padding: 0 0 20px 0;
  }
}
#relation .topics .top-list:hover .top-thumb:after {
  opacity: 0.3;
}
#relation .topics .top-list:hover .top-title {
  text-decoration: underline;
}
#relation .topics .top-list:nth-child(2n) {
  margin: 0 0% 30px 0;
}
@media (max-width: 834px) {
  #relation .topics .top-list:nth-child(2n) {
    width: 100%;
    margin: 0 auto 20px;
  }
}
#relation .topics .top-list .top-date {
  font-size: 11px;
  color: #1D1D1D;
  padding: 0 0 8px;
  display: block;
  font-family: "Bodoni Moda", serif;
  font-weight: 300;
}
#relation .topics .top-list .top-thumb {
  width: 125px;
  background-size: cover;
  background-position: center;
  height: 75px;
  display: block;
  position: relative;
}
@media (max-width: 834px) {
  #relation .topics .top-list .top-thumb {
    height: 80px;
  }
}
#relation .topics .top-list .top-thumb:after {
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  content: "";
  display: block;
  opacity: 0;
  transition: 0.3s all;
}
#relation .topics .top-list .text {
  width: calc(100% - 145px);
}
#relation .topics .top-list .text .top-title {
  font-size: 15px;
  color: #1D1D1D;
  padding: 0 0 10px;
  display: block;
}
@media (max-width: 834px) {
  #relation .topics .top-list .text .top-title {
    font-size: 14px;
  }
}

.pagination {
  margin: 0px auto 96px;
  text-align: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 834px) {
  .pagination {
    margin: 0px auto 56px;
  }
}
.pagination .page-numbers {
  position: relative;
  border: 1px solid #6FBA2C;
  color: #6FBA2C;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  margin-right: 16px;
  width: 32px;
  height: 32px;
  display: inline-block;
  border-radius: 8px;
  background-color: #FFF;
  text-align: center;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.pagination .page-numbers.current {
  color: #FFF;
  background-color: #6FBA2C;
}
.pagination .page-numbers:hover {
  color: #FFF;
  background-color: #6FBA2C;
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  font-size: 0;
}
.pagination .page-numbers.prev::before, .pagination .page-numbers.prev::after, .pagination .page-numbers.next::before, .pagination .page-numbers.next::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
}
.pagination .page-numbers.prev::before, .pagination .page-numbers.next::before {
  opacity: 1;
}
.pagination .page-numbers.prev::after, .pagination .page-numbers.next::after {
  opacity: 0;
}
.pagination .page-numbers.prev:hover::before, .pagination .page-numbers.next:hover::before {
  opacity: 0;
}
.pagination .page-numbers.prev:hover::after, .pagination .page-numbers.next:hover::after {
  opacity: 1;
}
.pagination .page-numbers.prev::before {
  background-image: url(common/images/arrow-g.svg);
  transform: translate(-50%, -50%) rotate(180deg);
}
.pagination .page-numbers.prev::after {
  background-image: url(common/images/f-arrow-w.svg);
  transform: translate(-50%, -50%) rotate(180deg);
}
.pagination .page-numbers.next::before {
  background-image: url(common/images/arrow-g.svg);
}
.pagination .page-numbers.next::after {
  background-image: url(common/images/f-arrow-w.svg);
}/*# sourceMappingURL=style.css.map */