:root {
  --post-detail-padding: 32px;
  --read-more-padding: 104px;
  --scroll-arrow-width: 24px;
}
@media (max-width: 1462px) {
  :root {
    --post-thumbnail-height: 20vw;
    --post-detail-padding: 24px;
    --read-more-padding: 104px;
  }
}
@media (max-width: 1176px) {
  :root {
    --post-thumbnail-height: 25vw;
  }
}
@media (max-width: 960px) {
  :root {
    --read-more-padding: 96px;
  }
}
@media (max-width: 799px) {
  :root {
    --post-detail-padding: 32px;
    --read-more-padding: 104px;
  }
}
@media (max-width: 599px) {
  :root {
    --post-thumbnail-height: 50vw;
    --post-detail-padding: 24px;
    --read-more-padding: 80px;
  }
}

.page-header.portfolio {
  position: relative;
  width: 100%;
  height: 100vh;
  max-height: 1080px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}
@media (max-width: 1462px) {
  .page-header.portfolio {
    height: auto;
  }
}
.page-header.portfolio.energy {
  background-image: url("../img/page-header-energy.jpg");
}
@media (min-width: 1921px) {
  .page-header.portfolio.energy {
    background-position: 50% 60%;
  }
}
@media (max-width: 799px) {
  .page-header.portfolio.energy {
    background-position: 30%;
  }
}
.page-header.portfolio.infrastructure {
  background-image: url("../img/page-header-infrastructure.jpg");
}
.page-header.portfolio::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 38, 45, 0.7);
}
.page-header.portfolio::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  box-shadow: 0 0 10px 3px rgba(255, 255, 255, 0.8);
  background-color: white;
  z-index: 2;
}
.page-header.portfolio .page-header-wrapper {
  margin-top: var(--global-header-height-with-selector);
}
@media (max-width: 1462px) {
  .page-header.portfolio .page-header-wrapper {
    margin-top: var(--global-header-height-with-selector);
    padding: 72px 0;
  }
}
@media (max-width: 599px) {
  .page-header.portfolio .page-header-wrapper {
    padding-top: 72px;
    padding-bottom: 48px;
  }
}
.page-header.portfolio .page-header-wrapper .presence {
  width: 100%;
  margin-top: 24px;
  padding: 48px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (max-width: 1462px) {
  .page-header.portfolio .page-header-wrapper .presence {
    margin-top: 16px;
    padding: 32px 0;
  }
}
@media (max-width: 599px) {
  .page-header.portfolio .page-header-wrapper .presence {
    margin-top: 8px;
    padding: 24px 0;
  }
}
.page-header.portfolio .page-header-wrapper .presence .header-text {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ccd4d5;
}
@media (max-width: 1462px) {
  .page-header.portfolio .page-header-wrapper .presence .header-text {
    font-size: min(var(--vw-based-40), 40px);
    letter-spacing: min(var(--vw-based-2), 2px);
  }
}
.page-header.portfolio .page-header-wrapper .presence .details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 24px;
}
.page-header.portfolio .page-header-wrapper .presence .details .note {
  font-size: 12px;
  line-height: 1.5;
  color: #809396;
}
@media (max-width: 599px) {
  .page-header.portfolio .page-header-wrapper .presence .details .note {
    font-size: 10px;
  }
}
.page-header.portfolio .page-header-wrapper .presence .details .metrics-list {
  margin-top: 16px;
  display: flex;
  justify-content: flex-start;
  -moz-column-gap: 72px;
       column-gap: 72px;
}
@media (max-width: 1462px) {
  .page-header.portfolio .page-header-wrapper .presence .details .metrics-list {
    margin-top: min(var(--vw-based-16), 16px);
    -moz-column-gap: 48px;
         column-gap: 48px;
  }
}
@media (max-width: 960px) {
  .page-header.portfolio .page-header-wrapper .presence .details .metrics-list {
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
}
.page-header.portfolio .page-header-wrapper .presence .details .metrics-list .metric {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-header.portfolio .page-header-wrapper .presence .details .metrics-list .metric.hide {
  display: none;
}
.page-header.portfolio .page-header-wrapper .presence .details .metrics-list .metric .figure {
  font-size: min(var(--vw-based-144), 144px);
  font-weight: 700;
  line-height: 1;
  text-shadow: 0 0 10px #ffffff;
  white-space: nowrap;
}
.page-header.portfolio .page-header-wrapper .presence .details .metrics-list .metric .figure .unit {
  display: inline-block;
  margin-left: 8px;
  font-size: 50%;
}
@media (max-width: 799px) {
  .page-header.portfolio .page-header-wrapper .presence .details .metrics-list .metric .figure {
    font-size: min(var(--vw-based-96), 96px);
  }
}
.page-header.portfolio .page-header-wrapper .presence .details .metrics-list .metric .label {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1;
  color: #ccd4d5;
}
@media (max-width: 599px) {
  .page-header.portfolio .page-header-wrapper .presence .details .metrics-list .metric .label {
    font-size: 10px;
  }
}
.page-header.portfolio .page-header-wrapper .presence .read-more {
  margin-top: 48px;
}
@media (max-width: 599px) {
  .page-header.portfolio .page-header-wrapper .presence .read-more {
    margin-top: 24px;
  }
}
.page-header.portfolio .page-header-wrapper .presence.infrastructure .details .sectors {
  margin-top: 24px;
  margin-bottom: 24px;
  display: flex;
  justify-content: center;
  -moz-column-gap: 72px;
       column-gap: 72px;
}
@media (max-width: 1462px) {
  .page-header.portfolio .page-header-wrapper .presence.infrastructure .details .sectors {
    margin-top: min(var(--vw-based-24), 24px);
    -moz-column-gap: min(var(--vw-based-48), 48px);
         column-gap: min(var(--vw-based-48), 48px);
  }
}
@media (max-width: 599px) {
  .page-header.portfolio .page-header-wrapper .presence.infrastructure .details .sectors {
    -moz-column-gap: min(var(--vw-based-24), 24px);
         column-gap: min(var(--vw-based-24), 24px);
  }
}
.page-header.portfolio .page-header-wrapper .presence.infrastructure .details .sectors li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 8px;
}
.page-header.portfolio .page-header-wrapper .presence.infrastructure .details .sectors li .icon {
  width: 128px;
  height: 128px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (max-width: 1462px) {
  .page-header.portfolio .page-header-wrapper .presence.infrastructure .details .sectors li .icon {
    width: min(var(--vw-based-128), 128px);
    height: min(var(--vw-based-128), 128px);
  }
}
.page-header.portfolio .page-header-wrapper .presence.infrastructure .details .sectors li p {
  font-size: 14px;
  line-height: 1;
  color: #ccd4d5;
  white-space: nowrap;
}
@media (max-width: 960px) {
  .page-header.portfolio .page-header-wrapper .presence.infrastructure .details .sectors li p {
    font-size: 12px;
  }
}
@media (max-width: 799px) {
  .page-header.portfolio .page-header-wrapper .presence.infrastructure .details .sectors li p {
    font-size: 10px;
  }
}
.page-header.portfolio .page-header-wrapper .presence.infrastructure .details .sectors li.data-center .icon {
  background-image: url("../img/data-center-icon.svg");
}
.page-header.portfolio .page-header-wrapper .presence.infrastructure .details .sectors li.fiber-network .icon {
  background-image: url("../img/fiber-network-icon.svg");
}
.page-header.portfolio .page-header-wrapper .presence.infrastructure .details .sectors li.distribution-network .icon {
  background-image: url("../img/distribution-network-icon.svg");
}
.page-header.portfolio .page-header-wrapper .presence.infrastructure .details .sectors li.toll-road .icon {
  background-image: url("../img/toll-road-icon.svg");
}

.section-contents {
  padding-top: 144px;
  padding-bottom: 144px;
}
@media (max-width: 1462px) {
  .section-contents {
    padding-top: min(var(--vw-based-144), 144px);
  }
}
.section-contents .section-contents-header {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  row-gap: 24px;
}
@media (max-width: 1462px) {
  .section-contents .section-contents-header {
    row-gap: min(var(--vw-based-24), 24px);
  }
}
.section-contents .section-contents-header .header-text.main {
  font-family: "Poppins", sans-serif;
  font-size: 56px;
  font-weight: 400;
  letter-spacing: 4px;
  line-height: 1;
  text-shadow: 0 0 20px #ffffff;
  text-transform: uppercase;
}
@media (max-width: 1462px) {
  .section-contents .section-contents-header .header-text.main {
    font-size: clamp(24px, var(--vw-based-56), 56px);
    letter-spacing: clamp(2px, var(--vw-based-4), 4px);
  }
}
.section-contents .section-contents-header .header-text.sub {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 1462px) {
  .section-contents .section-contents-header .header-text.sub {
    font-size: 16px;
  }
}
@media (max-width: 960px) {
  .section-contents .section-contents-header .header-text.sub {
    font-size: 14px;
  }
}
@media (max-width: 799px) {
  .section-contents .section-contents-header .header-text.sub {
    font-size: 12px;
  }
}
@media (max-width: 599px) {
  .section-contents .section-contents-header .header-text.sub {
    text-align: left;
  }
  .section-contents .section-contents-header .header-text.sub br {
    display: none;
  }
}
.section-contents .section-contents-header .header-text.en {
  font-weight: 400;
}
@media (max-width: 799px) {
  .section-contents .section-contents-header .header-text.en.sub {
    font-size: 14px;
  }
}
.section-contents .section-contents-header .tag-filter.portfolio {
  width: 100%;
  padding: 16px calc(var(--side-padding) / 2);
  box-sizing: border-box;
  background-color: #00424e;
  background-image: linear-gradient(-45deg, #00424e, #00424e, #4d8e9b);
}
.section-contents .section-contents-header .tag-filter.portfolio ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
@media (max-width: 799px) {
  .section-contents .section-contents-header .tag-filter.portfolio ul {
    gap: 4px;
  }
}
.section-contents .section-contents-header .tag-filter.portfolio ul li {
  position: relative;
  cursor: pointer;
  padding: 8px 16px;
  background-color: #004b5a;
  border: solid 1px #337e8d;
  border-radius: var(--common-radius-8);
}
@media (max-width: 799px) {
  .section-contents .section-contents-header .tag-filter.portfolio ul li {
    padding: 8px;
  }
}
.section-contents .section-contents-header .tag-filter.portfolio ul li.selected {
  background-color: #337e8d;
  border: solid 1px #80afb8;
}
.section-contents .section-contents-header .tag-filter.portfolio ul li.selected p {
  color: #ffffff;
  text-shadow: 0 0 10px #ffffff;
}
@media (hover: hover) {
  .section-contents .section-contents-header .tag-filter.portfolio ul li:not(.selected):hover {
    background-color: #005e70;
  }
  .section-contents .section-contents-header .tag-filter.portfolio ul li:not(.selected):hover p {
    color: #ccdfe2;
  }
}
.section-contents .section-contents-header .tag-filter.portfolio ul li p {
  font-size: 14px;
  color: #b3cfd4;
  line-height: 1;
  white-space: nowrap;
  transition: text-shadow 1s ease;
}
@media (max-width: 1462px) {
  .section-contents .section-contents-header .tag-filter.portfolio ul li p {
    font-size: clamp(12px, var(--vw-based-14), 14px);
  }
}
@media (max-width: 799px) {
  .section-contents .section-contents-header .tag-filter.portfolio ul li p {
    font-size: 12px;
  }
}
@media (max-width: 599px) {
  .section-contents .section-contents-header .tag-filter.portfolio ul li p {
    font-size: 10px;
  }
}
@media (max-width: 960px) {
  .section-contents .section-contents-header .tag-filter.portfolio .scroll-wrapper {
    position: relative;
  }
  .section-contents .section-contents-header .tag-filter.portfolio .scroll-wrapper .scroll-container {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .section-contents .section-contents-header .tag-filter.portfolio .scroll-wrapper .scroll-container.padded {
    padding: 0 calc(var(--side-padding) / 2);
  }
  .section-contents .section-contents-header .tag-filter.portfolio .scroll-wrapper .scroll-container.scroll-on {
    justify-content: flex-start;
  }
}
@media (max-width: 960px) and (hover: hover) {
  .section-contents .section-contents-header .tag-filter.portfolio .scroll-wrapper .scroll-container {
    scrollbar-height: 0px;
  }
  .section-contents .section-contents-header .tag-filter.portfolio .scroll-wrapper .scroll-container::-webkit-scrollbar {
    height: 0px;
  }
  .section-contents .section-contents-header .tag-filter.portfolio .scroll-wrapper .scroll-container.scroll-on {
    width: calc(100% - var(--scroll-arrow-width) * 2);
    padding: 0;
    justify-content: flex-start;
  }
}
@media (max-width: 960px) and (hover: hover) {
  .section-contents .section-contents-header .tag-filter.portfolio .scroll-wrapper .scroll-arrow {
    cursor: pointer;
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    width: 24px;
    height: 100%;
    display: none;
    z-index: 1;
  }
  .section-contents .section-contents-header .tag-filter.portfolio .scroll-wrapper .scroll-arrow::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    width: 30%;
    aspect-ratio: 1/1;
    -webkit-clip-path: polygon(0 50%, 100% 0%, 100% 100%);
            clip-path: polygon(0 50%, 100% 0%, 100% 100%);
    background-color: #ccd4d5;
  }
  .section-contents .section-contents-header .tag-filter.portfolio .scroll-wrapper .scroll-arrow:hover {
    opacity: 0.7;
  }
  .section-contents .section-contents-header .tag-filter.portfolio .scroll-wrapper .scroll-arrow.left {
    left: 0;
  }
  .section-contents .section-contents-header .tag-filter.portfolio .scroll-wrapper .scroll-arrow.right {
    right: 0;
  }
  .section-contents .section-contents-header .tag-filter.portfolio .scroll-wrapper .scroll-arrow.right::after {
    transform: scale(-1);
  }
}
.section-contents.portfolio .page-contents {
  margin-top: min(var(--vw-based-96), 96px);
}
.section-contents.portfolio .page-contents .page-contents-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.section-contents.portfolio .page-contents .page-contents-wrapper .portfolio-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  opacity: 1;
  transition: opacity 0.4s ease;
}
.section-contents.portfolio .page-contents .page-contents-wrapper .portfolio-list.hide {
  opacity: 0;
}
@media (max-width: 1462px) {
  .section-contents.portfolio .page-contents .page-contents-wrapper .portfolio-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px 16px;
  }
}
@media (max-width: 1176px) {
  .section-contents.portfolio .page-contents .page-contents-wrapper .portfolio-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 960px) {
  .section-contents.portfolio .page-contents .page-contents-wrapper .portfolio-list {
    gap: 16px;
  }
}
@media (max-width: 799px) {
  .section-contents.portfolio .page-contents .page-contents-wrapper .portfolio-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.section-contents.portfolio .page-contents .page-contents-wrapper .portfolio-list .portfolio-item {
  position: relative;
  width: auto;
  height: auto;
  background-color: #00262d;
  background-image: linear-gradient(135deg, #005e70, #00262d);
  border-radius: var(--common-radius-16);
  overflow: hidden;
}
.section-contents.portfolio .page-contents .page-contents-wrapper .portfolio-list .portfolio-item.hide {
  display: none;
}
.section-contents.portfolio .page-contents .page-contents-wrapper .portfolio-list .portfolio-item.show {
  display: block;
}
.section-contents.portfolio .page-contents .page-contents-wrapper .portfolio-list .portfolio-item a {
  width: 100%;
  height: 100%;
  min-height: 360px;
  display: flex;
  justify-content: center;
  align-items: stretch;
}
@media (max-width: 1462px) {
  .section-contents.portfolio .page-contents .page-contents-wrapper .portfolio-list .portfolio-item a {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media (max-width: 799px) {
  .section-contents.portfolio .page-contents .page-contents-wrapper .portfolio-list .portfolio-item a {
    min-height: 0;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }
}
@media (max-width: 599px) {
  .section-contents.portfolio .page-contents .page-contents-wrapper .portfolio-list .portfolio-item a {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media (hover: hover) {
  .section-contents.portfolio .page-contents .page-contents-wrapper .portfolio-list .portfolio-item a:hover {
    opacity: 0.7;
  }
}
.section-contents.portfolio .page-contents .page-contents-wrapper .portfolio-list .portfolio-item a .post-thumbnail {
  position: relative;
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1462px) {
  .section-contents.portfolio .page-contents .page-contents-wrapper .portfolio-list .portfolio-item a .post-thumbnail {
    width: 100%;
    height: var(--post-thumbnail-height);
  }
}
@media (max-width: 799px) {
  .section-contents.portfolio .page-contents .page-contents-wrapper .portfolio-list .portfolio-item a .post-thumbnail {
    width: 45%;
    height: 100%;
  }
}
@media (max-width: 599px) {
  .section-contents.portfolio .page-contents .page-contents-wrapper .portfolio-list .portfolio-item a .post-thumbnail {
    width: 100%;
    height: var(--post-thumbnail-height);
    max-height: 240px;
  }
}
.section-contents.portfolio .page-contents .page-contents-wrapper .portfolio-list .portfolio-item a .post-thumbnail .exit-label {
  position: absolute;
  bottom: 32px;
  left: 32px;
  padding: 6px 16px 5px 16px;
  background-image: linear-gradient(-45deg, #b87333, #dcb999);
  border-radius: var(--common-radius-8);
}
@media (max-width: 1462px) {
  .section-contents.portfolio .page-contents .page-contents-wrapper .portfolio-list .portfolio-item a .post-thumbnail .exit-label {
    bottom: 24px;
    left: 24px;
  }
}
.section-contents.portfolio .page-contents .page-contents-wrapper .portfolio-list .portfolio-item a .post-thumbnail .exit-label p {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0px;
  text-transform: uppercase;
}
@media (max-width: 799px) {
  .section-contents.portfolio .page-contents .page-contents-wrapper .portfolio-list .portfolio-item a .post-thumbnail .exit-label p {
    font-size: 10px;
  }
}
.section-contents.portfolio .page-contents .page-contents-wrapper .portfolio-list .portfolio-item a .post-details {
  position: relative;
  width: 50%;
  height: 100%;
  padding: var(--post-detail-padding);
  padding-bottom: var(--read-more-padding);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.section-contents.portfolio .page-contents .page-contents-wrapper .portfolio-list .portfolio-item a .post-details * {
  position: relative;
  z-index: 1;
}
.section-contents.portfolio .page-contents .page-contents-wrapper .portfolio-list .portfolio-item a .post-details::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 50%;
  background-image: url("../img/tile-bg.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
  opacity: 0.3;
  z-index: 0;
}
@media (max-width: 1462px) {
  .section-contents.portfolio .page-contents .page-contents-wrapper .portfolio-list .portfolio-item a .post-details {
    width: 100%;
    height: calc(100% - var(--post-thumbnail-height));
  }
}
@media (max-width: 799px) {
  .section-contents.portfolio .page-contents .page-contents-wrapper .portfolio-list .portfolio-item a .post-details {
    width: 55%;
    height: 100%;
  }
}
@media (max-width: 599px) {
  .section-contents.portfolio .page-contents .page-contents-wrapper .portfolio-list .portfolio-item a .post-details {
    width: 100%;
    height: calc(100% - var(--post-thumbnail-height));
  }
}
.section-contents.portfolio .page-contents .page-contents-wrapper .portfolio-list .portfolio-item a .post-details .tags {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.section-contents.portfolio .page-contents .page-contents-wrapper .portfolio-list .portfolio-item a .post-details .tags .tag-list {
  display: flex;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
@media (max-width: 799px) {
  .section-contents.portfolio .page-contents .page-contents-wrapper .portfolio-list .portfolio-item a .post-details .tags .tag-list {
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
}
.section-contents.portfolio .page-contents .page-contents-wrapper .portfolio-list .portfolio-item a .post-details .tags p {
  font-size: 12px;
  line-height: 1;
  color: #80afb8;
}
@media (max-width: 799px) {
  .section-contents.portfolio .page-contents .page-contents-wrapper .portfolio-list .portfolio-item a .post-details .tags p {
    font-size: 10px;
  }
}
.section-contents.portfolio .page-contents .page-contents-wrapper .portfolio-list .portfolio-item a .post-details .post-date {
  margin-top: 48px;
  font-size: 12px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 1462px) {
  .section-contents.portfolio .page-contents .page-contents-wrapper .portfolio-list .portfolio-item a .post-details .post-date {
    margin-top: 24px;
  }
}
@media (max-width: 799px) {
  .section-contents.portfolio .page-contents .page-contents-wrapper .portfolio-list .portfolio-item a .post-details .post-date {
    font-size: 12px;
  }
}
@media (max-width: 599px) {
  .section-contents.portfolio .page-contents .page-contents-wrapper .portfolio-list .portfolio-item a .post-details .post-date {
    margin-top: 20px;
    font-size: 10px;
  }
}
.section-contents.portfolio .page-contents .page-contents-wrapper .portfolio-list .portfolio-item a .post-details .post-title {
  margin-top: 16px;
  font-weight: 600;
}
@media (max-width: 960px) {
  .section-contents.portfolio .page-contents .page-contents-wrapper .portfolio-list .portfolio-item a .post-details .post-title {
    margin-top: 8px;
  }
}
@media (max-width: 599px) {
  .section-contents.portfolio .page-contents .page-contents-wrapper .portfolio-list .portfolio-item a .post-details .post-title {
    margin-top: 6px;
  }
}
.section-contents.portfolio .page-contents .page-contents-wrapper .portfolio-list .portfolio-item a .post-details .post-summary {
  margin-top: 8px;
  font-size: 14px;
  color: #ccd4d5;
}
@media (max-width: 960px) {
  .section-contents.portfolio .page-contents .page-contents-wrapper .portfolio-list .portfolio-item a .post-details .post-summary {
    margin-top: 2px;
    font-size: 12px;
  }
}
@media (max-width: 799px) {
  .section-contents.portfolio .page-contents .page-contents-wrapper .portfolio-list .portfolio-item a .post-details .post-summary {
    margin-top: 8px;
  }
}
.section-contents.portfolio .page-contents .page-contents-wrapper .portfolio-list .portfolio-item a .post-details .read-more {
  position: absolute;
  bottom: var(--post-detail-padding);
  left: var(--post-detail-padding);
}
.section-contents.portfolio .page-contents .page-contents-wrapper .portfolio-list .portfolio-item a .post-details.en .post-date {
  font-size: 14px;
}
@media (max-width: 799px) {
  .section-contents.portfolio .page-contents .page-contents-wrapper .portfolio-list .portfolio-item a .post-details.en .post-date {
    font-size: 12px;
  }
}
@media (max-width: 599px) {
  .section-contents.portfolio .page-contents .page-contents-wrapper .portfolio-list .portfolio-item a .post-details.en .post-date {
    font-size: 10px;
  }
}
.section-contents.portfolio .page-contents .page-contents-wrapper .portfolio-list .portfolio-item a .post-details.en .post-title {
  margin-top: 16px;
  line-height: 1.7;
  font-weight: 500;
}
@media (max-width: 599px) {
  .section-contents.portfolio .page-contents .page-contents-wrapper .portfolio-list .portfolio-item a .post-details.en .post-title {
    margin-top: 10px;
  }
}
@media (max-width: 599px) {
  .section-contents.portfolio .page-contents .page-contents-wrapper .portfolio-list .portfolio-item a .post-details.en .post-summary {
    margin-top: 2px;
  }
}/*# sourceMappingURL=portfolio.css.map */