@charset "UTF-8";
.section-top-keyvisual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.section-top-keyvisual::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  background: url("../img/top/keyvisual_decor.png") center center/cover no-repeat;
  pointer-events: none;
}
.section-top-keyvisual .wrapper {
  position: relative;
  z-index: 1;
}
.section-top-keyvisual .keyvisual-title {
  margin: 0;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;    text-align: center;
}
.section-top-keyvisual .keyvisual-title .js-title {
  display: block;
  direction: ltr;
}
.section-top-keyvisual .keyvisual-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-top-keyvisual .keyvisual-background::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
@media print, (min-width: 768px) {
  .section-top-keyvisual {
    min-height: 100dvh;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .section-top-keyvisual .keyvisual-title {
    font-size: 0.8rem;
    line-height: 0.9433962264;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-keyvisual {
    min-height: 4.6rem;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0.3rem 0;
  }
  .section-top-keyvisual .keyvisual-title {
    font-size: 0.31rem;
    line-height: 0.9433962264;
  }
}

.section-top-vision {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #0b1f3a;
  z-index: 20;
}
.section-top-vision .vision-title {
  text-align: center;
  color: #f5f1e8;
  font-weight: 500;
  text-transform: uppercase;
}
.section-top-vision .vision-title span {
  display: block;
}
.section-top-vision .title-text {
  color: #c6a45a;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.section-top-vision .vision-block {
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
.section-top-vision .block-content {
  color: #f5f1e8;
  font-weight: 500;
}
.section-top-vision .block-paragraph {
  margin: 0;
  color: #f5f1e8;
}
.section-top-vision .bm-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  z-index: 10;
  will-change: transform, opacity, filter;
}
@media print, (min-width: 768px) {
  .section-top-vision {
    height: 100vh;
  }
  .section-top-vision .wrapper {
    padding-top: 0.95rem;
  }
  .section-top-vision .bm-content {
    padding-top: 0.7rem;
  }
  .section-top-vision .vision-title {
    margin-bottom: 1.56rem;
    font-size: 1rem;
    line-height: 1;
  }
  .section-top-vision .title-text {
    margin-bottom: -0.2rem;
    font-size: 0.5rem;
    line-height: 2;
  }
  .section-top-vision .vision-block {
    max-width: 6.25rem;
  }
  .section-top-vision .block-content {
    margin-bottom: 0.63rem;
    font-size: 0.35rem;
    line-height: 1.4285714286;
  }
  .section-top-vision .block-paragraph {
    font-size: 0.22rem;
    line-height: 1.5909090909;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-vision {
    min-height: 100vh;
  }
  .section-top-vision .wrapper {
    padding-top: 0.6rem;
  }
  .section-top-vision .bm-content {
    padding: 0.6rem 0.2rem 0;
  }
  .section-top-vision .vision-title {
    margin-bottom: 1rem;
    font-size: 0.5rem;
    line-height: 1;
  }
  .section-top-vision .title-text {
    margin-bottom: 0.1rem;
    font-size: 0.24rem;
    line-height: 2;
  }
  .section-top-vision .block-content {
    margin-bottom: 0.2rem;
    font-size: 0.24rem;
    line-height: 1.4285714286;
  }
  .section-top-vision .block-paragraph {
    font-size: 0.16rem;
    line-height: 1.5909090909;
  }
}

/* BACKGROUND */
.bm-building {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  z-index: 1;
  opacity: 0.5;
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
  pointer-events: none;
  will-change: opacity, filter;
}

/* B WRAP */
.bm-b-layer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 2;
  pointer-events: none;
}

/* B SHAPE */
.bm-b-shape {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  max-width: none;
  opacity: 1;
  -webkit-filter: none;
  filter: none;
  mix-blend-mode: soft-light;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  will-change: transform;
}
@media print, (min-width: 768px) {
  .bm-b-shape {
    bottom: -16vh;
  }
}
@media only screen and (max-width: 767.98px) {
  .bm-b-shape {
    height: 100%;
  }
}

/* TOP */
.bm-top-label {
  position: absolute;
  top: 8%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 20;
  text-align: center;
  color: #fff;
}

.bm-top-label span {
  display: block;
  width: 1px;
  height: 50px;
  margin: 0 auto;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.7)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
}

.bm-top-label span::before {
  content: "✦";
  position: absolute;
  top: -14px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
}

/* CONTENT */
.block-content {
  margin: 0;
  font-size: clamp(0.24rem, 2.1vw, 0.34rem);
  line-height: 1.45;
  font-weight: 400;
}

.block-paragraph {
  margin: 54px 0 0;
  font-size: clamp(0.15rem, 1.2vw, 0.2rem);
  line-height: 1.6;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.9);
}

/* MISSION */
.bm-mission {
  opacity: 0;
}
@media print, (min-width: 768px) {
  .bm-mission {
    -webkit-transform: translate(-50%, calc(-50% + 1.8rem));
    -ms-transform: translate(-50%, calc(-50% + 1.8rem));
    transform: translate(-50%, calc(-50% + 1.8rem));
  }
}
@media only screen and (max-width: 767.98px) {
  .bm-mission {
    -webkit-transform: translate(-50%, calc(-50% + 1.2rem));
    -ms-transform: translate(-50%, calc(-50% + 1.2rem));
    transform: translate(-50%, calc(-50% + 1.2rem));
  }
}

.section-top-value {
  background-color: #f5f1e8;
  overflow: hidden;
}
.section-top-value .block-title {
  margin: 0;
  text-transform: uppercase;
  color: rgb(11, 31, 58);
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.section-top-value .block-left .block-title {
  text-align: right;
}
.section-top-value .block-right .block-title {
  color: rgb(198, 164, 90);
}
.section-top-value .block-left,
.section-top-value .block-right {
  position: relative;
  z-index: 1;
}
.section-top-value .content-icon {
  width: 100%;
  margin: 0 auto;
  border-radius: 50%;
  border: 1px solid rgb(35, 74, 128);
}
.section-top-value .content-heading {
  text-align: center;
  color: #fff;
}
.section-top-value .heading-number {
  color: rgba(245, 241, 232, 0.2);
  line-height: 1.2;
  margin: 0;
}
.section-top-value .heading-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
}
.section-top-value .block-content {
  position: relative;
  width: 100%;
  overflow: visible;
}
.section-top-value .scroll-value-track {
  width: 100%;
}
.section-top-value .content-wrapper {
  overflow: hidden;
  background: url(../img/top/value_bg_01.jpg) center center/cover no-repeat;
}
.section-top-value .content-paragraph {
  color: rgb(245, 241, 232);
  text-align: center;
}
.section-top-value .content-paragraph p:last-child {
  margin-bottom: 0;
}
.section-top-value .value-block {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 1;
}
.section-top-value .block-decor {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
@media print, (min-width: 768px) {
  .section-top-value {
    padding: 0.96rem 0;
    min-height: 100dvh;
  }
  .section-top-value .title-common-secondary {
    margin-bottom: -0.28rem;
  }
  .section-top-value .value-block {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 5.86rem minmax(0, 1fr);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2.16rem;
  }
  .section-top-value .block-decor {
    max-width: 8.02rem;
    height: 8.02rem;
    top: calc(51% - 0rem);
  }
  .section-top-value .block-title {
    font-size: 3.5416666667vw;
    line-height: 1.471;
  }
  .section-top-value .content-icon {
    max-width: 1.8rem;
    height: 1.8rem;
    margin-bottom: 0.55rem;
    padding: 0.15rem;
  }
  .section-top-value .block-content {
    width: 5.86rem;
    height: 6.2rem;
    max-width: none;
    min-height: 6.2rem;
    padding: 0;
  }
  .section-top-value .scroll-value-track {
    position: absolute;
    top: 0;
    left: 0;
    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.39rem;
  }
  .section-top-value .content-wrapper {
    min-height: 6.2rem;
    border-radius: 0.3rem;
    padding: 0.5rem;
  }
  .section-top-value .block-left,
  .section-top-value .block-right {
    min-width: 0;
  }
  .section-top-value .block-left .block-title {
    padding-right: 0.12rem;
  }
  .section-top-value .block-right .block-title {
    padding-left: 0.12rem;
  }
  .section-top-value .content-heading {
    margin-bottom: 0.52rem;
  }
  .section-top-value .heading-number {
    font-size: 0.22rem;
    line-height: 1.2;
  }
  .section-top-value .heading-title {
    font-size: 0.4rem;
    line-height: 1.6;
  }
  .section-top-value .content-paragraph {
    padding: 0 0.1rem;
    font-size: 0.22rem;
    line-height: 1.591;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-value {
    min-height: 100dvh;
    padding: 0.6rem 0;
  }
  .section-top-value .value-block {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .section-top-value .block-left,
  .section-top-value .block-right {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
  }
  .section-top-value .block-left {
    left: 0.8rem;
  }
  .section-top-value .block-right {
    right: 0.8rem;
  }
  .section-top-value .block-decor {
    max-width: 4rem;
    height: 4rem;
    top: calc(50% - 0.6rem);
  }
  .section-top-value .block-title {
    font-size: 0.32rem;
    line-height: 1.471;
  }
  .section-top-value .content-icon {
    max-width: 1.2rem;
    height: 1.2rem;
    margin-bottom: 0.3rem;
    padding: 0.1rem;
  }
  .section-top-value .block-content {
    width: 4rem;
    height: 4.4rem;
    max-width: none;
    padding: 0;
    z-index: 2;
  }
  .section-top-value .scroll-value-track {
    position: absolute;
    top: 0;
    left: 0;
    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-top-value .content-wrapper {
    min-height: 4.8rem;
    border-radius: 0.2rem;
    padding: 0.16rem;
  }
  .section-top-value .block-left,
  .section-top-value .block-right {
    min-width: 0;
  }
  .section-top-value .block-left .block-title {
    padding-right: 0.12rem;
  }
  .section-top-value .block-right .block-title {
    padding-left: 0.12rem;
  }
  .section-top-value .content-heading {
    margin-bottom: 0.3rem;
  }
  .section-top-value .heading-number {
    font-size: 0.22rem;
    line-height: 1.2;
  }
  .section-top-value .heading-title {
    font-size: 0.3rem;
    line-height: 1.6;
  }
  .section-top-value .content-paragraph {
    padding: 0 0.1rem;
    font-size: 0.18rem;
    line-height: 1.591;
  }
}

.section-top-field {
  position: relative;
}
.section-top-field .field-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-top-field .wrapper {
  position: relative;
  z-index: 1;
}
.section-top-field .field-controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media print, (min-width: 768px) {
  .section-top-field {
    padding: 0.66rem 0 0.5rem;
  }
  .section-top-field .title-common-secondary {
    margin-bottom: 0.06rem;
  }
  .section-top-field .wrapper {
    max-width: 13.86rem;
  }
  .section-top-field .field-controller {
    margin-top: 0.46rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-field {
    padding: 0.6rem 0;
  }
  .section-top-field .field-controller {
    margin-top: 0.46rem;
  }
}

.list-top-field .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-top-field .item-wrapper {
  position: relative;
  display: block;
  text-decoration: none;
  overflow: hidden;
}
.list-top-field .item-wrapper::before, .list-top-field .item-wrapper::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
}
.list-top-field .item-wrapper::before {
  background-color: #f5f1e7;
  z-index: 1;
}
.list-top-field .item-wrapper::after {
  background: url(../img/top/field_bg_02.jpg) center center/cover no-repeat;
  opacity: 0;
  z-index: 0;
}
.list-top-field .item-wrapper:hover::before {
  opacity: 0;
}
.list-top-field .item-wrapper:hover::after {
  opacity: 1;
}
.list-top-field .item-wrapper:hover .item-title {
  color: #fff;
}
.list-top-field .item-wrapper:hover .image-wrapper {
  opacity: 0;
}
.list-top-field .item-wrapper:hover .heading-icon {
  border-color: #234a80;
}
.list-top-field .item-wrapper:hover .heading-icon img.on {
  opacity: 0;
}
.list-top-field .item-wrapper:hover .heading-icon img.off {
  opacity: 1;
}
.list-top-field .item-wrapper:hover .image-paragraph {
  opacity: 1;
}
.list-top-field .item-content {
  position: relative;
  z-index: 1;
}
.list-top-field .item-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.list-top-field .heading-number {
  color: #bbb9b4;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.list-top-field .heading-icon {
  position: relative;
  display: block;
  border: 1px solid #bbb;
  border-radius: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transition: border-color 0.5s ease;
  transition: border-color 0.5s ease;
}
.list-top-field .heading-icon img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.list-top-field .heading-icon img.on {
  opacity: 1;
}
.list-top-field .heading-icon img.off {
  opacity: 0;
}
.list-top-field .item-title {
  text-transform: uppercase;
  color: #313131;
  font-weight: 700;
  margin: 0;
  -webkit-transition: color 0.35s ease;
  transition: color 0.35s ease;
}
.list-top-field .item-image {
  position: relative;
  overflow: hidden;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  z-index: 2;
}
.list-top-field .image-wrapper {
  overflow: hidden;
  padding-top: 50.6912442396%;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.list-top-field .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
}
.list-top-field .image-paragraph {
  opacity: 0;
  color: #f5f1e8;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  -webkit-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
}
.list-top-field .image-paragraph p {
  margin: 0;
}
@media print, (min-width: 768px) {
  .list-top-field .list-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.21rem;
  }
  .list-top-field .list-item {
    width: 33.3333333333%;
    padding: 0 0.21rem;
  }
  .list-top-field .item-wrapper {
    border-radius: 0.2rem;
  }
  .list-top-field .item-content {
    padding: 0.24rem 0.23rem 0.48rem 0.39rem;
  }
  .list-top-field .item-heading {
    margin-bottom: 0.4rem;
  }
  .list-top-field .heading-number {
    padding-right: 0.2rem;
    font-size: 0.26rem;
    line-height: 1.2;
  }
  .list-top-field .heading-icon {
    width: 0.75rem;
    height: 0.75rem;
  }
  .list-top-field .item-title {
    font-size: 0.25rem;
    line-height: 1.44;
  }
  .list-top-field .item-image {
    border-radius: 0.2rem;
  }
  .list-top-field .image-paragraph {
    max-width: 3.7rem;
    font-size: 0.22rem;
    line-height: 1.3636363636;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-top-field .list-item {
    margin-bottom: 0.3rem;
  }
  .list-top-field .list-item:last-child {
    margin-bottom: 0;
  }
  .list-top-field .item-wrapper {
    border-radius: 0.1rem;
  }
  .list-top-field .item-content {
    padding: 0.24rem 0.24rem 0.12rem;
  }
  .list-top-field .item-heading {
    margin-bottom: 0.2rem;
  }
  .list-top-field .heading-number {
    padding-right: 0.2rem;
    font-size: 0.26rem;
    line-height: 1.2;
  }
  .list-top-field .heading-icon {
    width: 0.6rem;
    height: 0.6rem;
  }
  .list-top-field .item-title {
    font-size: 0.2rem;
    line-height: 1.2;
  }
  .list-top-field .item-image {
    border-radius: 0.1rem;
  }
  .list-top-field .image-paragraph {
    padding: 0 0.24rem;
    font-size: 0.18rem;
    line-height: 1.5;
  }
}

.section-top-projects {
  margin-top: -1px;
  background-color: #0b1f39;
}
.section-top-projects .projects-controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media print, (min-width: 768px) {
  .section-top-projects {
    padding: 0.95rem 0 1.16rem;
  }
  .section-top-projects .wrapper {
    max-width: 18.2rem;
  }
  .section-top-projects .title-common-secondary {
    margin-bottom: 0.15rem;
  }
  .section-top-projects .title-common-primary {
    margin-bottom: 1.25rem;
  }
  .section-top-projects .projects-controller {
    margin-top: 1.03rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-projects {
    padding: 0.6rem 0;
  }
  .section-top-projects .projects-controller {
    margin-top: 0.3rem;
  }
}

.list-top-projects .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-top-projects .list-item:last-child {
  margin-bottom: 0;
}
.list-top-projects .item-image {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.list-top-projects .heading-title {
  color: #f5f1e8;
  font-weight: 400;
}
.list-top-projects .heading-label {
  position: relative;
  color: rgba(245, 241, 232, 0.6);
  margin: 0;
}
.list-top-projects .heading-label::before {
  position: absolute;
  content: "";
  top: 0.03rem;
  left: 0;
  background: url(../img/top/title_decor_03.svg) center center/contain no-repeat;
  display: block;
  width: 0.15rem;
  height: 0.15rem;
}
.list-top-projects .content-paragraph {
  width: 100%;
  color: #f5f1e8;
}
.list-top-projects .content-paragraph p:last-child {
  margin-bottom: 0;
}
@media print, (min-width: 768px) {
  .list-top-projects .list-item {
    margin-bottom: 1.2rem;
  }
  .list-top-projects .list-item:nth-child(even) .item-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    text-align: right;
  }
  .list-top-projects .list-item:nth-child(even) .heading-label::before {
    right: 0;
    left: unset;
  }
  .list-top-projects .list-item:nth-child(even) .content-paragraph {
    margin-left: auto;
  }
  .list-top-projects .item-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .list-top-projects .item-image {
    max-width: 56.25vw;
  }
  .list-top-projects .heading-title {
    margin-bottom: 0.37rem;
    font-size: 0.45rem;
    line-height: 1.2;
  }
  .list-top-projects .item-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0.78rem 0.72rem;
  }
  .list-top-projects .content-heading {
    margin-bottom: 0.91rem;
  }
  .list-top-projects .heading-label {
    padding: 0 0.24rem;
    font-size: 0.18rem;
    line-height: 1.2;
  }
  .list-top-projects .content-paragraph {
    max-width: 3.75rem;
    font-size: 0.2rem;
    line-height: 1.6;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-top-projects .list-item {
    margin-bottom: 0.3rem;
  }
  .list-top-projects .item-image {
    margin-bottom: 0.24rem;
  }
  .list-top-projects .heading-title {
    margin-bottom: 0.1rem;
    font-size: 0.24rem;
    line-height: 1.3333333333;
  }
  .list-top-projects .content-heading {
    margin-bottom: 0.1rem;
  }
  .list-top-projects .heading-label {
    padding: 0 0.24rem;
    font-size: 0.18rem;
    line-height: 1.2;
  }
  .list-top-projects .content-paragraph {
    max-width: 3.75rem;
    font-size: 0.2rem;
    line-height: 1.6;
  }
}

.section-top-develop {
  position: relative;
  overflow: hidden;
}
.section-top-develop::before, .section-top-develop::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.section-top-develop::after {
  z-index: 1;
}
.section-top-develop .develop-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.section-top-develop .develop-block {
  margin: 0 auto;
  width: 100%;
}
.section-top-develop .block-content {
  margin: 0;
  text-align: center;
  font-weight: 700;
  color: #0b1f3a;
}
.section-top-develop .develop-paragraph {
  font-weight: 500;
  margin: 0 auto;
}
.section-top-develop .develop-paragraph p {
  margin: 0;
}
@media print, (min-width: 768px) {
  .section-top-develop {
    padding: 0.94rem 0;
    min-height: 16.06rem;
  }
  .section-top-develop::after {
    background: url(../img/top/develop_decor_01.png) top 6.66rem center/cover no-repeat;
  }
  .section-top-develop .develop-decor {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
  }
  .section-top-develop .title-common-primary {
    margin-bottom: 0.89rem;
  }
  .section-top-develop .develop-block {
    max-width: 4.36rem;
    margin-bottom: 0.83rem;
  }
  .section-top-develop .block-content {
    font-size: 0.35rem;
    line-height: 1.4285714286;
  }
  .section-top-develop .block-image {
    margin-bottom: 0.22rem;
  }
  .section-top-develop .develop-paragraph {
    font-size: 0.22rem;
    line-height: 1.5909090909;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 11.6rem;
  }
  .section-top-develop .develop-paragraph p {
    max-width: 4.88rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-develop {
    padding: 0.6rem 0 4rem;
  }
  .section-top-develop .develop-decor {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
  }
  .section-top-develop .title-common-primary {
    margin-bottom: 0.6rem;
  }
  .section-top-develop .develop-block {
    max-width: 2.5rem;
    margin-bottom: 0.3rem;
  }
  .section-top-develop .block-content {
    font-size: 0.2rem;
    line-height: 1.5;
  }
  .section-top-develop .block-image {
    margin-bottom: 0.2rem;
  }
  .section-top-develop .develop-paragraph {
    font-size: 0.16rem;
    line-height: 1.5;
  }
  .section-top-develop .develop-paragraph p {
    margin-bottom: 0.2rem;
  }
}

.section-top-news {
  background-color: #f5f1e7;
}
.section-top-news .news-controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media print, (min-width: 768px) {
  .section-top-news {
    padding: 0.94rem 0;
  }
  .section-top-news .wrapper {
    max-width: 17.16rem;
  }
  .section-top-news .title-common-secondary {
    margin-bottom: 0.18rem;
  }
  .section-top-news .news-controller {
    margin-top: 0.2rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-news {
    padding: 0.6rem 0;
  }
  .section-top-news .news-controller {
    margin-top: 0.3rem;
  }
}

.list-top-news .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-top-news .item-wrapper {
  display: block;
  text-decoration: none;
}
.list-top-news .item-wrapper:hover .item-image img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.list-top-news .content-category {
  position: relative;
  display: block;
}
.list-top-news .content-category::before {
  position: absolute;
  content: "";
  display: block;
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  background-color: #c6a45a;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.list-top-news .item-image {
  position: relative;
  overflow: hidden;
  padding-top: 54.2222222222%;
}
.list-top-news .item-image img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform cubic-bezier(0.23, 1, 0.38, 1) 1s;
  transition: -webkit-transform cubic-bezier(0.23, 1, 0.38, 1) 1s;
  transition: transform cubic-bezier(0.23, 1, 0.38, 1) 1s;
  transition: transform cubic-bezier(0.23, 1, 0.38, 1) 1s, -webkit-transform cubic-bezier(0.23, 1, 0.38, 1) 1s;
}
.list-top-news .content-title {
  font-weight: bold;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.list-top-news .content-time {
  position: relative;
  opacity: 0.702;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.08rem;
}
.list-top-news .content-time::before {
  position: relative;
  content: "";
  top: -0.01rem;
  left: 0;
  display: inline-block;
  background: url(../img/common/date_icon.svg) center center/contain no-repeat;
  width: 0.2rem;
  height: 0.2rem;
}
@media print, (min-width: 768px) {
  .list-top-news .list-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -0.15rem;
  }
  .list-top-news .list-item {
    width: calc(60% - 0.88rem);
    padding: 0.15rem;
  }
  .list-top-news .list-item:nth-child(3n+1) {
    width: calc(40% + 0.88rem);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .list-top-news .list-item:nth-child(3n+1) .content-title {
    font-size: 0.25rem;
    line-height: 1.4;
  }
  .list-top-news .content-category {
    margin-bottom: 0.08rem;
    padding-left: 0.15rem;
    font-size: 0.15rem;
    line-height: 2.4;
  }
  .list-top-news .content-category::before {
    top: calc(50% + 0.01rem);
  }
  .list-top-news .item-image {
    margin-bottom: 0.12rem;
  }
  .list-top-news .content-title {
    margin: 0 -0.1rem 0.18rem 0;
    font-size: 0.24rem;
    line-height: 1.375;
  }
  .list-top-news .content-time {
    font-size: 0.16rem;
    line-height: 2.25;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-top-news .list-item {
    margin-bottom: 0.3rem;
  }
  .list-top-news .list-item:last-child {
    margin-bottom: 0;
  }
  .list-top-news .content-category {
    margin-bottom: 0.08rem;
    padding-left: 0.15rem;
    font-size: 0.15rem;
    line-height: 1.6666666667;
  }
  .list-top-news .content-category::before {
    top: calc(50% - 0.02rem);
  }
  .list-top-news .item-image {
    margin-bottom: 0.16rem;
  }
  .list-top-news .content-title {
    margin: 0 0 0.1rem 0;
    font-size: 0.2rem;
    line-height: 1.3;
  }
  .list-top-news .content-time {
    font-size: 0.16rem;
    line-height: 2.25;
  }
}

.section-top-partners {
  background-color: #f5f1e7;
}
.section-top-partners .partners-wrapper {
  position: relative;
}
.section-top-partners .partners-background {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
@media print, (min-width: 768px) {
  .section-top-partners {
    padding: 0.46rem 0 0;
  }
  .section-top-partners .wrapper {
    max-width: 18.22rem;
    height: 100%;
  }
  .section-top-partners .title-common-secondary {
    margin-bottom: 0.18rem;
  }
  .section-top-partners .partners-wrapper {
    min-height: 7.8rem;
    padding: 0.51rem 0 0.4rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-partners .partners-wrapper {
    padding: 0.4rem 0;
  }
}

.list-top-partners {
  position: relative;
  z-index: 1;
  background-color: #f5f1e8;
  overflow: hidden;
}
.list-top-partners .logo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.list-top-partners .logo-cell {
  border: 1px solid #dbdad8;
  border-radius: 0.12rem;
}
.list-top-partners .swiper-pagination {
  position: unset;
}
.list-top-partners .swiper-pagination-bullet {
  background-color: #cecbc5;
  opacity: 1;
}
.list-top-partners .swiper-pagination-bullet-active {
  background-color: #c6a45a;
}
@media print, (min-width: 768px) {
  .list-top-partners {
    padding: 0.58rem 0.4rem 0.38rem;
    border-radius: 0.3rem;
    max-width: 9rem;
    margin-left: auto;
  }
  .list-top-partners .logo-grid {
    gap: 0.3rem;
  }
  .list-top-partners .swiper-pagination {
    margin-top: 0.24rem;
  }
  .list-top-partners .swiper-pagination-bullet {
    margin: 0 0.06rem !important;
    width: 0.16rem;
    height: 0.16rem;
  }
}
@media (min-width: 768px) and (max-width: 1319.98px) {
  .list-top-partners {
    padding: 0.3rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-top-partners {
    padding: 0.24rem 0.16rem 0.18rem;
    border-radius: 0.2rem;
  }
  .list-top-partners .logo-grid {
    gap: 0.12rem;
  }
  .list-top-partners .swiper-pagination {
    margin-top: 0.16rem;
  }
  .list-top-partners .swiper-pagination-bullet {
    margin: 0 0.02rem !important;
    width: 0.08rem;
    height: 0.08rem;
  }
}
/*# sourceMappingURL=top.css.map */
@media only screen and (max-width: 767.98px) {
  .section-top-vision .wrapper {
    position: relative;
    z-index: 20;
  }

  .section-top-vision .bm-content {
    top: 54%;
    padding: 0 0.2rem;
  }

  .section-top-vision .vision-title {
    margin-bottom: 0.55rem;
    font-size: 0.42rem;
  }

  .section-top-vision .title-text {
    margin-bottom: 0.04rem;
    font-size: 0.22rem;
  }
}
@media (min-width: 768px) and (max-height: 900px) {
  .section-top-vision .bm-content {
    top: 50%;
    padding-top: 0;
  }

  .section-top-vision .vision-title {
    margin-bottom: 0.55rem;
    font-size: clamp(0.58rem, 7vh, 0.78rem);
  }

  .section-top-vision .title-text {
    margin-bottom: -0.06rem;
    font-size: clamp(0.28rem, 4vh, 0.38rem);
  }

  .section-top-vision .block-content {
    margin-bottom: 0.28rem;
    font-size: clamp(0.22rem, 3.2vh, 0.3rem);
  }

  .section-top-vision .block-paragraph {
    font-size: clamp(0.15rem, 2.2vh, 0.18rem);
  }
}

.homepage-promo-popup {
  position: fixed;
  inset: 0;
  z-index: 20000;
  display: none;
}

html.homepage-popup-open,
body.homepage-popup-open {
  overflow: hidden !important;
  height: 100%;
}

/* Prevent fixed header/nav from stealing clicks while popup is open */
html.homepage-popup-open .header-common,
html.homepage-popup-open .header-common-navigation,
html.homepage-popup-open #nav {
  pointer-events: none !important;
}

.homepage-popup-open main{position: relative;z-index: 9999}

.homepage-promo-popup.is-visible {
  display: flex;
  align-items: center;
  justify-content: center;
}

.homepage-promo-popup__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  z-index: 1;
}

.homepage-promo-popup__dialog {
  position: relative;
  width: auto;
  height: auto;
  max-width: 92vw;
  max-height: 84vh;
  overflow: visible;
  z-index: 2;
}

.homepage-promo-popup__close {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: transparent;
  color: #fff;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  z-index: 20;    border: 1px solid #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.homepage-promo-popup__link {
  display: block;
  position: relative;
  z-index: 1;
  text-decoration: none;
}

.homepage-promo-popup__image {
  display: block;
  max-width: 92vw;
  max-height: 84vh;
  width: auto;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.22);
}

@media (max-width: 767px) {
  .homepage-promo-popup__close {
    top: -10px;
    right: -10px;
    width: 30px;
    height: 30px;
    font-size: 26px;
  }

  .homepage-promo-popup__dialog {
    max-width: 92vw;
    max-height: 82vh;
  }

  .homepage-promo-popup__image {
    max-width: 92vw;
    max-height: 82vh;
  }
}
