.section-project-highlight .highlight-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
}
.section-project-highlight .highlight-title {
  margin: 0;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-right: 1px solid #c8c8c8;
  font-weight: 500;
  opacity: 0.7;
  color: #004c40;
}
.section-project-highlight .highlight-title .title-wrapper {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  text-orientation: mixed;
  -webkit-transform: scale(-1, -1);
  -ms-transform: scale(-1, -1);
  transform: scale(-1, -1);
}
@media print, (min-width: 768px) {
  .section-project-highlight {
    padding-top: 1.68rem;
    margin-bottom: 0.65rem;
  }
  .section-project-highlight .highlight-banner {
    margin: 0 0 -1.35rem;
    padding-bottom: 1.35rem;
  }
  .section-project-highlight .highlight-title {
    margin: 0 0.79rem 3.2rem 0.2rem;
    padding: 0.11rem 0.07rem;
    width: 1.18rem;
    font-size: 0.3rem;
    line-height: 1.2;
  }
}
@media (min-width: 768px) and (max-width: 1439.98px) {
  .section-project-highlight .highlight-banner {
    margin-bottom: -1rem;
    padding-bottom: 1rem;
  }
  .section-project-highlight .highlight-title {
    margin: 0 0.3rem 1.3rem 0.2rem;
    padding: 0.1rem 0.05rem;
    width: 0.8rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-project-highlight {
    margin-bottom: 0.6rem;
  }
  .section-project-highlight .highlight-title {
    margin: 0 -0.15rem 0.15rem 0;
    font-size: 0.32rem;
    line-height: 1.5;
  }
  .section-project-highlight .highlight-wrapper {
    margin: 0 0 0 -0.16rem;
  }
  .section-project-highlight .highlight-title {
    margin: 0 0 0 0.1rem;
    padding: 0.1rem 0.05rem;
    width: 0.4rem;
    font-size: 0.2rem;
    line-height: 1.5;
  }
}

.section-project .project-viewport {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media print, (min-width: 768px) {
  .section-project {
    padding-bottom: 0.81rem;
  }
  .section-project .project-viewport {
    gap: 0.7rem;
  }
  .section-project .project-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.8rem;
  }
  .section-project .project-wrapper:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .section-project .project-banner {
    width: 57.2660098522%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .section-project .pagination-common {
    margin-top: 0.41rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-project {
    padding-bottom: 0.6rem;
  }
  .section-project .project-viewport {
    gap: 0.5rem;
  }
  .section-project .project-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.2rem;
  }
  .section-project .pagination-common {
    margin-top: 0.5rem;
  }
}

.block-project-information {
  position: relative;
}
.block-project-information .block-title {
  margin: 0;
  display: block;
  position: relative;
}
.block-project-information .block-title .title-wrapper {
  text-transform: uppercase;
  background: linear-gradient(91.83deg, #C1A880 4.44%, #DDC59F 49.34%, #886D3E 55.09%, #BA9F73 101.56%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-family: "Vogun", sans-serif;
  font-weight: 500;
}
.block-project-information .block-location p,
.block-project-information .block-description p {
  margin: 0;
}
.block-project-information .block-location {
  font-weight: 600;
}
@media print, (min-width: 768px) {
  .block-project-information .block-title {
    margin: 0 -0.2rem 0.05rem 0;
    font-size: 0.44rem;
    line-height: 1.8181818182;
  }
  .block-project-information .block-location,
  .block-project-information .block-description {
    font-size: 0.18rem;
    line-height: 1.4444444444;
  }
  .block-project-information .block-location {
    margin-bottom: 0.21rem;
  }
  .block-project-information .block-controller {
    margin-top: 0.29rem;
  }
}
@media (min-width: 768px) and (max-width: 1439.98px) {
  .block-project-information .block-title {
    margin: 0 -0.2rem 0.15rem 0;
    font-size: 0.36rem;
    line-height: 1.5555555556;
  }
  .block-project-information .block-location,
  .block-project-information .block-description {
    font-size: 0.16rem;
    line-height: 1.5;
  }
  .block-project-information .block-location {
    margin-bottom: 0.15rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .block-project-information .block-title {
    margin: 0 -0.15rem 0.15rem 0;
    font-size: 0.24rem;
    line-height: 1.5;
  }
  .block-project-information .block-location,
  .block-project-information .block-description {
    font-size: 0.14rem;
    line-height: 1.7142857143;
  }
  .block-project-information .block-location {
    margin-bottom: 0.15rem;
  }
  .block-project-information .block-controller {
    margin-top: 0.3rem;
  }
}

.block-project-information.is-highlight {
  margin: 0 0 0 auto;
  z-index: 1;
  color: #fff;
  background: url(../img/project/layer_highlight_01.svg) 100% 100%/contain no-repeat, #004c40;
}
@media print, (min-width: 768px) {
  .block-project-information.is-highlight {
    width: 7.67rem;
    min-height: 4.17rem;
    padding: 0.4rem 0.8rem;
    margin-top: -2.7rem;
    max-width: calc(100% - 0.3rem);
  }
}
@media (min-width: 768px) and (max-width: 1439.98px) {
  .block-project-information.is-highlight {
    width: 5.6rem;
    min-height: 4rem;
    padding: 0.5rem;
    margin-top: -1rem;
    max-width: calc(100% - 0.3rem);
  }
}
@media only screen and (max-width: 767.98px) {
  .block-project-information.is-highlight {
    margin: 0 -0.16rem;
    padding: 0.5rem 0.36rem;
  }
  .block-project-information.is-highlight .block-title {
    font-size: 0.32rem;
  }
}
/*# sourceMappingURL=project.css.map */