.btn {
  position: relative;
  display: inline-flex;
  flex-direction: row !important;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border-radius: 16px;
  color: #fff;
  background: #2F2A2A;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn.btn-primary {
  background-color: var(--color-accent);
  padding: 16px 24px;
}
.btn.btn-primary:hover {
  background-color: var(--color-brand-accent-300);
}
.btn.btn-primary.btn-grey {
  background-color: var(--color-brand-primary-100);
}
.btn.btn-secondary {
  background-color: var(--color-white);
  border: 2px solid var(--color-accent);
  color: var(--color-accent);
}
.btn.btn-secondary:hover {
  background-color: var(--color-accent);
  color: var(--color-white);
}
.btn.btn-arrowright {
  gap: 8px;
  padding: 16px 24px;
}
.btn.btn-arrowright::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f061";
}
.btn.btn-mapicon {
  padding: 8px 16px;
}
.btn.btn-mapicon::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f3c5";
}
.btn.btn-rounded {
  border-radius: calc(infinity * 1px);
}
.btn.btn-shadow {
  box-shadow: 0 4px 3px rgba(29, 29, 29, 0.2);
}
.btn.btn-large {
  font-size: 20px;
  width: 100%;
  padding: 16px 32px;
}
.btn.btn-large img {
  margin-right: 30px;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 599px) {
  .btn.btn-large img {
    width: 40px;
    height: auto;
  }
}
@media (max-width: 599px) {
  .btn.btn-large {
    font-size: 18px;
  }
}
.btn.btn-large.btn-arrowright {
  gap: 10px;
}
.btn.btn-large.btn-secondary:hover img {
  filter: brightness(0) invert(1);
}

.btn-hover {
  transition: all 0.2s;
}
.btn-hover:hover {
  opacity: 0.7;
}

.u-sr-only {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

.u-center {
  margin-inline: auto;
}

.pc {
  display: inline-block;
}
@media (max-width: 599px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 599px) {
  .sp {
    display: inline-block;
  }
}

.bg-grey {
  background-color: var(--color-background);
}

/* Text size */
.u-text-large {
  font-size: 1.15em;
}

.u-text-small {
  font-size: 0.85em;
}

/* Text Style */
.u-fw-400 {
  font-weight: normal;
}

.u-fw-500 {
  font-weight: 500;
}

.u-fw-800,
.u-fw-bold {
  font-weight: bold;
}

.u-underline {
  text-decoration: underline;
}

.u-text-delete {
  text-decoration: line-through;
}

/* Line-height */
.u-lheight-large {
  line-height: 2;
}

/* Align */
.align-center {
  text-align: center;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

@media (max-width: 599px) {
  .align-center-sp {
    text-align: center;
  }
  .align-left-sp {
    text-align: left;
  }
  .align-right-sp {
    text-align: right;
  }
}
/* Break */
.pc {
  display: inline;
}
@media (max-width: 599px) {
  .pc {
    display: none;
  }
}

.tb {
  display: none;
}
@media (max-width: 1023px) {
  .tb {
    display: inline;
  }
}

.sp {
  display: none;
}
@media (max-width: 599px) {
  .sp {
    display: inline;
  }
}

/* Margin */
.mb8 {
  margin-bottom: 8px;
}

.mb16 {
  margin-bottom: 16px;
}

.mb24 {
  margin-bottom: 24px;
}

.mb32 {
  margin-bottom: 32px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb48 {
  margin-bottom: 48px;
}

.mb56 {
  margin-bottom: 56px;
}

.mb64 {
  margin-bottom: 64px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb96 {
  margin-bottom: 96px;
}

.mb120 {
  margin-bottom: 120px;
}

.mb128 {
  margin-bottom: 128px;
}

@media (max-width: 599px) {
  .s_mb8 {
    margin-bottom: 8px;
  }
  .s_mb16 {
    margin-bottom: 16px;
  }
  .s_mb24 {
    margin-bottom: 24px;
  }
  .s_mb32 {
    margin-bottom: 32px;
  }
  .s_mb40 {
    margin-bottom: 40px;
  }
  .s_mb48 {
    margin-bottom: 48px;
  }
  .s_mb56 {
    margin-bottom: 56px;
  }
  .s_mb64 {
    margin-bottom: 64px;
  }
  .s_mb96 {
    margin-bottom: 96px;
  }
  .s_mb120 {
    margin-bottom: 120px;
  }
}
/* Padding */
.pd0 {
  padding: 0;
}

/* Image */
.image-round {
  border-radius: 8px;
}

.image-centered {
  margin-inline: auto;
}

.thumb-1-1,
.thumb-4-3,
.thumb-16-9 {
  width: 100%;
  position: relative;
}

.thumb-1-1::before,
.thumb-4-3::before,
.thumb-16-9::before {
  display: block;
  content: "";
}

.thumb-1-1::before {
  padding-top: 100%;
}

.thumb-4-3::before {
  padding-top: 67%;
}

.thumb-16-9::before {
  padding-top: 53%;
}

.thumb-1-1 img,
.thumb-4-3 img,
.thumb-16-9 img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/**/
.u-shadow {
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
}

/* display */
.d-inline-block {
  display: inline-block;
}

/* Typography */
.heading-level1 {
  font-size: 36px;
  line-height: 1.6;
}

.heading-level2 {
  font-size: 24px;
  line-height: 1.6;
}

.heading-level3 {
  font-size: 20px;
  line-height: 1.8;
}

.heading-level4 {
  font-size: 18px;
  line-height: 1.6;
}

@media (max-width: 599px) {
  .sp-heading-level1 {
    font-size: 36px;
    line-height: 1.6;
  }
  .sp-heading-level2 {
    font-size: 24px;
    line-height: 1.6;
  }
  .sp-heading-level3 {
    font-size: 20px;
    line-height: 1.8;
  }
  .sp-heading-level4 {
    font-size: 18px;
    line-height: 1.6;
  }
}
.caption-small {
  font-size: 14px;
  line-height: 20px;
}

.caption-tiny {
  font-size: 12px;
  line-height: 16px;
}

/* table */
.table-primary {
  display: grid;
  grid-template-columns: max-content auto;
  border-top: 1px solid var(--color-neutral-gray);
}
@media (max-width: 599px) {
  .table-primary {
    grid-template-columns: 1fr;
  }
}
.table-primary__label {
  padding: 24px;
  border-bottom: 1px solid var(--color-neutral-gray);
  font-weight: bold;
}
@media (max-width: 599px) {
  .table-primary__label {
    border-bottom: unset;
    padding-inline: 24px;
    padding-block: 16px 0;
  }
}
.table-primary__value {
  padding: 24px;
  border-bottom: 1px solid var(--color-neutral-gray);
}
@media (max-width: 599px) {
  .table-primary__value {
    padding-inline: 24px;
    padding-block: 8px 16px;
  }
}

.table-secondary {
  display: grid;
  grid-template-columns: minmax(184px, max-content) auto;
  border-top: 1px solid var(--color-neutral-gray);
  align-items: center;
}
@media (max-width: 599px) {
  .table-secondary {
    grid-template-columns: 1fr;
  }
}
.table-secondary__label {
  display: flex;
  align-items: center;
  padding: 24px;
  border-bottom: 1px solid var(--color-neutral-gray);
  font-weight: bold;
  height: 100%;
}
@media (max-width: 599px) {
  .table-secondary__label {
    border-bottom: unset;
    padding-inline: 24px;
    padding-block: 16px 0;
  }
}
.table-secondary__value {
  padding: 24px;
  border-bottom: 1px solid var(--color-neutral-gray);
}
@media (max-width: 599px) {
  .table-secondary__value {
    padding-inline: 24px;
    padding-block: 8px 16px;
  }
}

/* card */
.card {
  max-width: 100%;
  height: unset;
}
.card__link {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  color: inherit;
  transition: all 0.2s;
}
.card__link:hover {
  transform: scale(1.05);
}
.card__image {
  aspect-ratio: 16/9;
  background: #f2f2f2;
  overflow: hidden;
}
.card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.card__body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  justify-content: space-between;
  align-items: flex-start;
  padding: 24px;
}
.card__tags {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 8px;
}
.card__tag {
  display: inline-flex;
  padding: 6px 12px;
  border-radius: 999px;
  background: #efefef;
  font-size: 12px;
  color: #444;
  margin-bottom: 10px;
  line-height: 1.4;
}
.card__date {
  display: block;
  text-align: right;
  color: #4b5563;
}
.card__desc {
  line-height: 1.5;
  color: #4b5563;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

/* arrow */
.arrow-left {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 1px;
  margin: 4.3px 0;
  border-radius: 9999px;
  background-color: var(--color-primary);
}
.arrow-left::before, .arrow-left::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  left: 0;
  width: 7px;
  height: 1px;
  border-radius: 9999px;
  background-color: var(--color-primary);
  transform-origin: 0.5px 50%;
}
.arrow-left::before {
  transform: rotate(45deg);
}
.arrow-left::after {
  transform: rotate(-45deg);
}

.arrow-right {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 1px;
  margin: 4.3px 0;
  border-radius: 9999px;
  background-color: var(--color-white);
}
.arrow-right::before, .arrow-right::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 7px;
  height: 1px;
  border-radius: 9999px;
  background-color: var(--color-white);
  transform-origin: calc(100% - 0.5px) 50%;
}
.arrow-right::before {
  transform: rotate(45deg);
}
.arrow-right::after {
  transform: rotate(-45deg);
}
.arrow-right.arrow-primary {
  background-color: var(--color-primary);
}
.arrow-right.arrow-primary::before, .arrow-right.arrow-primary::after {
  background-color: var(--color-primary);
}

/* parts */
.page_heading-level1 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
}
@media (max-width: 599px) {
  .page_heading-level1 {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}
.page_heading-level1 .en {
  font-size: 64px;
  font-weight: bold;
  line-height: 1.6;
}
.page_heading-level1 .en::first-letter {
  text-transform: uppercase;
}
@media (max-width: 599px) {
  .page_heading-level1 .en {
    font-size: 36px;
  }
}
.page_heading-level1 .ja {
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 599px) {
  .page_heading-level1 .ja {
    font-size: 16px;
  }
}

/* header */
.page_header {
  padding-top: 96px;
}
@media (max-width: 599px) {
  .page_header {
    padding-top: 64px;
  }
}
.page_header .page_heading-level1 {
  padding-bottom: 64px;
}
@media (max-width: 599px) {
  .page_header .page_heading-level1 {
    padding-bottom: 32px;
  }
}

.page-mainvisual {
  width: 100%;
  max-height: 560px;
  object-fit: cover;
}

/* page - common */
.page .page_content-section {
  padding-block: 96px;
}
@media (max-width: 599px) {
  .page .page_content-section {
    padding-block: 64px;
  }
}
.page .col2-content {
  display: grid;
  grid-template-columns: minmax(0, 584fr) minmax(0, 560fr);
  grid-template-areas: "image text";
  gap: 72px;
  align-items: center;
}
.page .col2-content.reverse {
  grid-template-columns: minmax(0, 560fr) minmax(0, 584fr);
  grid-template-areas: "text image";
}
@media (max-width: 599px) {
  .page .col2-content.reverse {
    grid-template-columns: 1fr;
    grid-template-areas: "image" "text";
  }
}
.page .col2-content .image {
  grid-area: image;
  width: 100%;
  height: auto;
}
.page .col2-content .text {
  grid-area: text;
}
@media (max-width: 599px) {
  .page .col2-content {
    grid-template-columns: 1fr;
    grid-template-areas: "image" "text";
    gap: 24px;
    padding-left: 0;
  }
}

/* benefit */
.page-benefit-support {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 599px) {
  .page-benefit-support {
    grid-template-columns: 1fr;
    gap: 64px;
  }
}
.page-benefit-support--detail {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: var(--color-white);
  padding: 32px;
  border-radius: 16px;
  gap: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.page-benefit-support--count {
  position: absolute;
  top: -26px;
  left: 50%;
  font-size: 20px;
  transform: translateX(-50%);
  font-family: "Allan", serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  text-align: center;
  background-image: url(../images/page/benefit/support-headline.png);
  display: block;
  width: 255px;
  height: 52px;
  color: #fff;
  background-size: contain;
  padding-top: 6px;
}
.page-benefit-support--count span {
  font-size: 32px;
}
.page-benefit-support--title {
  font-size: 20px;
  padding-block: 16px;
}
.page-benefit-support--image {
  width: 100%;
  margin-inline: auto;
  max-width: 248px;
  height: auto;
}

.page_buy-searchbtn {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 64px;
}
@media (max-width: 599px) {
  .page_buy-searchbtn {
    grid-template-columns: 1fr;
    gap: 16px;
    padding-inline: 32px;
  }
}
.page_buy-categories {
  display: none;
}
@media (max-width: 599px) {
  .page_buy-categories {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
  }
  .page_buy-categories li a {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    padding: 4px;
    color: var(--color-neutral-dim-gray);
  }
  .page_buy-categories li a.active {
    color: var(--color-primary);
  }
  .page_buy-categories li a.active::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background-color: var(--color-accent);
  }
}
.page_buy-panoramabox {
  padding-inline: 64px;
}
@media (max-width: 599px) {
  .page_buy-panoramabox {
    padding-inline: 24px;
  }
}
.page_buy-estatelist {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 36px 32px;
}
@media (max-width: 599px) {
  .page_buy-estatelist {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.page_buy-estatelist li a {
  font-size: 18px;
  font-weight: bold;
  color: var(--color-primary);
  text-decoration: underline;
  transition: all 0.2s;
}
.page_buy-estatelist li a:hover {
  opacity: 0.7;
}
.page_buy-estatelist li a img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  margin-bottom: 16px;
}

.page_faq .faq-list {
  display: grid;
  gap: 16px;
}
.page_faq .faq-item {
  background-color: var(--color-bg-primary);
  padding: 24px 32px;
}
@media (max-width: 599px) {
  .page_faq .faq-item {
    padding-inline: 16px;
  }
}
.page_faq .faq-item summary {
  list-style: none;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  gap: 32px;
  font-weight: 700;
  padding-right: 64px;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 599px) {
  .page_faq .faq-item summary {
    gap: 16px;
    padding-right: 56px;
  }
}
.page_faq .faq-item summary::-webkit-details-marker {
  display: none;
}
.page_faq .faq-item summary:hover {
  color: var(--color-primary);
}
.page_faq .faq-item summary:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
  border-radius: 6px;
}
.page_faq .faq-item summary::before {
  content: "Q.";
  font-size: 32px;
  flex: 0 0 auto;
  line-height: 1.1;
}
@media (max-width: 599px) {
  .page_faq .faq-item summary::before {
    font-size: 24px;
  }
}
.page_faq .faq-item summary .faq-icon {
  position: absolute;
  right: 0;
  top: 50%;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
}
.page_faq .faq-item summary .faq-icon::before,
.page_faq .faq-item summary .faq-icon::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 12px;
  height: 1px;
  background-color: currentColor;
  transform-origin: center;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.page_faq .faq-item summary .faq-icon::before {
  transform: translateY(-50%);
}
.page_faq .faq-item summary .faq-icon::after {
  transform: translateY(-50%) rotate(90deg);
}
.page_faq .faq-item[open] summary .faq-icon::after {
  opacity: 0;
  transform: translateY(-50%) rotate(90deg) scaleY(0);
}
.page_faq .faq-item .faq-panel {
  height: 0;
  overflow: hidden;
  transition: height 0.5s ease;
}
.page_faq .faq-item .faq-answer {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  padding-top: 16px;
  padding-right: 64px;
  opacity: 0;
  transform: translateY(-4px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.page_faq .faq-item .faq-answer::before {
  content: "A.";
  font-size: 32px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  flex: 0 0 auto;
  line-height: 1.1;
}
@media (max-width: 599px) {
  .page_faq .faq-item .faq-answer::before {
    font-size: 24px;
  }
}
.page_faq .faq-item[open] .faq-answer {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 599px) {
  .page_staff-explain {
    display: none;
  }
}
.page_staff-profile {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.page_staff-profile--detail {
  max-width: 980px;
  margin-inline: auto;
  padding: 64px;
  border-radius: 16px;
  background-color: var(--color-bg-primary);
}
@media (max-width: 599px) {
  .page_staff-profile--detail {
    padding: 32px 16px;
  }
}
.page_staff-profile--matrix {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 80px;
}
@media (max-width: 1023px) {
  .page_staff-profile--matrix {
    flex-direction: column;
    padding-inline: 16px;
    gap: 32px;
  }
}
.page_staff-profile--matrix .staff-matrix {
  width: 100%;
  max-width: 280px;
  margin-inline: auto;
}
.page_staff-profile--matrix .staff-line {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  height: 100%;
}
.page_staff-profile--matrix .staff-line--qr {
  max-width: 80%;
  height: auto;
}
@media (max-width: 599px) {
  .page_staff-profile--matrix .staff-line--qr {
    max-width: 96px;
  }
}
.page_staff-profile--matrix .staff-line .btn {
  width: 100%;
}
@media (max-width: 599px) {
  .page_staff-profile--matrix .staff-line .btn {
    display: none;
    width: unset;
    gap: 32px;
  }
}
.page_staff-profile .profile-wrap {
  max-width: 532px;
  margin-inline: auto;
}
.page_staff-profile .staff-table ul {
  list-style: disc;
  margin-left: 1em;
}
.page_staff-profile .staff-image {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  border-radius: 16px;
  object-fit: cover;
}
.page_staff-profile .staff-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--color-neutral-gray);
}
@media (max-width: 599px) {
  .page_staff-profile .staff-cards {
    padding-inline: 24px;
    grid-template-columns: 1fr;
  }
}
.page_staff-profile .staff-card {
  width: 100%;
}
.page_staff-profile .staff-card__media {
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 16px;
}
.page_staff-profile .staff-card__media img {
  width: 100%;
  aspect-ratio: 1/1;
  height: auto;
  object-fit: cover;
}
.page_staff-profile .staff-card__title {
  font-size: 14px;
  margin-bottom: 4px;
}
.page_staff-profile .staff-card__text {
  font-size: 14px;
  line-height: 1.4;
}

.page_company .president-image {
  border-radius: 20px;
  margin-inline: auto;
}
@media (max-width: 599px) {
  .page_company .president-image {
    max-width: 240px;
    height: auto;
  }
}
@media (max-width: 599px) {
  .page_company .googlemap iframe {
    height: 280px;
  }
}

/* recruit */
.logo-line {
  display: inline-block;
  padding-top: 4px;
  vertical-align: middle;
}

/* =====================================
  Post Card
===================================== */
.post_cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 64px 32px;
}
@media (max-width: 1023px) {
  .post_cards {
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  }
}
@media (max-width: 599px) {
  .post_cards {
    grid-template-columns: 1fr;
    padding-inline: 16px;
    gap: 32px;
  }
}
.post_cards .post_card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease;
}
.post_cards .post_card:hover {
  transform: translateY(-5px);
}
.post_cards .post_card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
.post_cards .post_card__link:focus-visible {
  outline: 3px solid #111;
  outline-offset: 4px;
  border-radius: 8px;
}
.post_cards .post_card__image {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.post_cards .post_card__thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post_cards .post_card__body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  justify-content: space-between;
  gap: 16px;
}
.post_cards .post_card__desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 599px) {
  .post_cards .post_card__desc {
    -webkit-line-clamp: 2;
  }
}
.post_cards .post_card__meta {
  margin-top: 16px;
  color: #5b6776;
  position: relative;
  z-index: 2;
}

#load-more-container {
  display: flex;
  justify-content: center;
}
#load-more-container #load-more {
  color: #fff;
}
#load-more-container button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #fff;
  border: unset;
  cursor: pointer;
}
#load-more-container .load-more__icon {
  display: block;
  width: 14px;
  height: 16px;
  transition: transform 0.2s ease, opacity 0.2s ease;
  color: var(--color-white);
}
#load-more-container #load-more.is-loading .load-more__icon {
  opacity: 0;
}
#load-more-container #load-more.is-end .load-more__icon {
  display: none;
}/*# sourceMappingURL=page.css.map */