@font-face {
    font-family: 'Noto Serif JP';
    src: url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');

    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #FFFFFF;
    font-family: 'Noto Serif JP', serif;
}

header {
    padding: 16px 0 0 0;
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

.top-header {
    display: flex;
    width: 100%;
    padding: 0 32px;
}

.top-header__logo {
    flex-basis: 45%;
    width: 100%;
    padding: 10px 0;
}

.top-header__logo-image {
    width: 100%;
    max-width: 477px;
    height: auto;
}

.top-header__contact {
    display: flex;
    flex-basis: 55%;
    column-gap: 24px;
    justify-content: flex-end;
}

.top-header__menu-button--mobile {
    display: none;
}

.top-header__contact-line {
    display: flex;
    max-width: 316px;
    width: 100%;
}

.top-header__contact-line-qr {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px dashed #0FC654;
    max-width: 120px;
    max-height: 120px;
    width: 100%;
    height: 100%;
}

.top-header__contact-line-qr-image {
    max-width: 116px;
    max-height: 116px;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.top-header__contact-line-text {
    display: flex;
    flex-direction: column;
    padding: 13px 0 13px 16px;
}

.top-header__contact-line-text-title {
    font-size: 24px;
    font-weight: 700;
    color: #0FC654;
}

.top-header__contact-line-text-description {
    color: #1C1C1C;
    font-size: 18px;
    font-weight: 700;
}

.top-header__contact-aitantei {
    display: flex;
    max-width: 316px;
    width: 100%;
    text-decoration: none;
}

.top-header__contact-aitantei-qr {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px dashed #FF732D;
    max-width: 120px;
    max-height: 120px;
    width: 100%;
    height: 100%;
}

.top-header__contact-aitantei-qr-image {
    max-width: 116px;
    max-height: 116px;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.top-header__contact-aitantei-text {
    display: flex;
    flex-direction: column;
    padding: 13px 0 13px 16px;
}

.top-header__contact-aitantei-text-title {
    font-size: 24px;
    font-weight: 700;
    color: #FF732D;
}

.top-header__contact-aitantei-text-description {
    color: #1C1C1C;
    font-size: 18px;
    font-weight: 700;
}

.top-header__contact-email {
    display: flex;
    align-items: center;
    column-gap: 24px;
}

.top-header__contact-email-button {
    display: flex;
    padding: 12.5px;
    background-color: #F95300;
    outline: transparent;
    border: transparent;
    column-gap: 4px;
    cursor: pointer;
    border-radius: 4px;
    border-style: solid;
    border-color: #C24409;
    border-top: 4px;
    border-left: 3px;
    text-decoration: none;
}

.top-header__contact-email-button-icon {
    max-width: 32px;
    height: auto;
}

.top-header__contact-email-text {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Noto Serif JP', serif;
}

.bottom-header {
    padding: 8px 36px 0 36px;
}

.bottom-header__text {
    font-size: 24px;
    color: #636363;
    font-weight: 700;
}

.nav {
    display: flex;
    padding: 13px 32px;
    background-color: #01384D;
}

.nav__item {
    flex: 1;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Noto Serif JP', serif;
    border-right: 1px solid #004964;
}

.nav__item:last-child {
    border-right: none;
}

.top-banner {
    width: 100%;
    aspect-ratio: 1920 / 660;
    overflow: hidden;
}

.top-banner__image {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.bottom-banner {
    width: 100%;
    aspect-ratio: 1920 / 400;
    overflow: hidden;
}

.bottom-banner__image {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* evidence-comparison */
.evidence-comparison {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(to bottom, white 0%, white 50%, #d2f1ff 50%, #d2f1ff 100%);
}

.evidence-comparison__title {
    font-size: 48px;
    font-weight: 900;
    color: #004964;
    text-align: center;
    margin: 60px 0 0 0;
    font-family: 'Noto Serif JP', serif;
}

.evidence-comparison__table {
    margin: 40px 0 80px 0;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    width: 100%;
    border: 1px solid #EDEDED;
    border-radius: 8px;
    overflow: hidden;
}

.evidence-comparison__table-header {
    display: flex;
}

.evidence-comparison__table-header-legal-resolution {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    padding: 27px 0;
    background-color: #FEF3F2;
}

.evidence-comparison__table-header-legal-resolution-text {
    font-size: 24px;
    font-weight: 700;
    color: #F04438;
    text-align: center;
}

.evidence-comparison__table-header-negotiation-resolution {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    padding: 27px 0;
    background-color: #E6F7FD;
}

.evidence-comparison__table-header-negotiation-resolution-text {
    font-size: 24px;
    font-weight: 700;
    color: #00AEEF;
    text-align: center;
}

.evidence-comparison__table-data {
    display: flex;
}

.evidence-comparison__table-data-legal-resolution {
    display: flex;
    flex: 1;
    column-gap: 12px;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
    background-color: #FFFFFF;
    border: 1px solid #F4F4F4; 
}

.evidence-comparison__table-data-legal-resolution-text {
    max-width: 456px;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: #B42318;
}

.evidence-comparison__table-data-legal-resolution-image {
    width: 20px;
    height: auto;
}

.evidence-comparison__table-data-negotiation-resolution {
    display: flex;
    flex: 1;
    column-gap: 12px;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
    background-color: #FFFFFF;
    border: 1px solid #F4F4F4;
}

.evidence-comparison__table-data-negotiation-resolution-text {
    max-width: 456px;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: #1C1C1C;
}

.evidence-comparison__table-data-negotiation-resolution-image {
    width: 20px;
    height: auto;
}

/* Youtube lawyer interview */
.youtube-lawyer-interview {
    max-width: 990px;
    width: 100%;
    margin: 60px auto 0 auto;
    background-color: #FFFFFF;
}

.youtube-lawyer-interview__title-text {
    color: #004964;
    font-size: 48px;
    font-weight: 900;
    text-align: center;
}

.title-underline {
    width: 100px;
    height: 0px;
    border: 3px solid #00AEEF;
    margin: 0 auto;
    display: block;
}

.youtube-lawyer-interview__videos {
    margin: 32px 0 0 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 56px;
}

.youtube-lawyer-interview__video {
    position: relative;
    max-width: 467px;
    min-height: 693px;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
  
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.youtube-lawyer-interview__video-thumbnail iframe {
    width: 100%;
    height: 263px;
}

.youtube-lawyer-interview__video::before,
.youtube-lawyer-interview__video::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 30px;
  pointer-events: none; /* Cho phép click xuyên qua */
  z-index: 2;
}

.youtube-lawyer-interview__video::before {
  top: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.6), rgba(0,0,0,0));
  height: 25%;
}

.youtube-lawyer-interview__video::after {
  bottom: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.6), rgba(0,0,0,0));
  height: 25%;
}

.youtube-lawyer-interview__video-title {
    padding: 10px 20px 32px 20px;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.youtube-lawyer-interview__video-title-text {
    font-weight: 600;
    font-size: 24px;
    color: #000000;
    text-align: center;
    letter-spacing: calc(-0.011 * 24px);
}

.youtube-lawyer-interview__more {
    background-color: #004964;
    padding: 16px;
    display: flex;
    width: fit-content;
    margin: 32px auto 60px auto;
    border-radius: 4px;
    column-gap: 4px;
    text-decoration: none;
    align-items: center;
}

.youtube-lawyer-interview__more-text {
    font-size: 16px;
    font-weight: 500;
    color: #F5F3F1;
    min-width: 182px;
    text-align: center;
}

/* Customer review */
.customer-review {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #F9F9F9;
    padding: 60px 0;
}

.customer-review__title {
    font-size: 48px;
    font-weight: 900;
    color: #004964;
    text-align: center;
    font-family: 'Noto Serif JP', serif;
}

.customer-review__description {
    margin: 16px 0 0 0;
    font-size: 24px;
    font-weight: 500;
    color: #1C1C1C;
    text-align: center;
}

.customer-review__platform {
    margin: 32px 0 0 0;
    display: flex;
    padding: 4px;
    border-radius: 4px;
    border: 1px solid #E0E2E7;
}

.customer-review__platform-button {
    padding: 14px 24px;
    font-size: 16px;
    font-weight: 700;
    background-color: #FFFFFF;
    outline: transparent;
    border: transparent;
    font-family: 'Noto Serif JP', serif;
    cursor: pointer;
}

.customer-review__platform-button.active {
    background-color: #00AEEF;
    border-radius: 4px;
    color: #FFFFFF;
}

.customer-review__content {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: none;
    column-gap: 24px;
    position: relative;
    overflow: hidden;
}

.customer-review__content.active {
    display: flex;
}

/* Mobile carousel styles */
@media (max-width: 768px) {
    .customer-review__content {
        overflow: hidden;
        position: relative;
    }

    .customer-review__content.active {
        display: block;
    }

    .customer-review__content-track {
        display: flex;
        transition: transform 0.3s ease;
        gap: 16px;
        /* padding: 0 16px; */
    }

    .customer-review__content-item {
        min-width: calc(90%);
        flex-shrink: 0;
        margin: 0 auto;
    }

    .customer-review__content-dots {
        display: flex;
        justify-content: center;
        gap: 8px;
        margin-top: 20px;
        padding: 0 16px;
    }

    .customer-review__content-dot {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: rgba(0, 174, 239, 0.3);
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .customer-review__content-dot.active {
        background-color: #00AEEF;
        transform: scale(1.2);
    }
}

/* Desktop: Keep original layout */
@media (min-width: 769px) {
    .customer-review__content-track {
        display: contents;
    }
    
    .customer-review__content-dots {
        display: none;
    }
}

.customer-review__content-item {
    display: flex;
    flex-direction: column;
    flex: 1;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease;
    padding: 24px 0 0 0;
    justify-content: space-between;
}

.customer-review__content-ellipse {
    position: absolute;
    bottom: 0;
    right: 0;
}

.customer-review__content {
    margin: 32px 0 0 0;
}

.customer-review__content-rate {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.customer-review__content-rate-container {
    padding: 0 20px 0 20px;
}

.customer-review__content-avatar-container {
    display: flex;
    padding: 16px 20px 16px 20px;
    margin: 16px 0 0 0;
    align-items: center;
    column-gap: 12px;
}

.customer-review__content-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #33BEF2;
}

.customer-review__content-avatar-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.customer-review__content-name-location {
    font-size: 14px;
    font-weight: 700;
    color: #101828;
}

.customer-review__content-name-job {
    font-size: 12px;
    font-weight: 400;
    color: #101828;
}

.customer-review__more {
    background-color: #004964;
    padding: 16px;
    display: flex;
    width: fit-content;
    margin: 32px auto 0 auto;
    border-radius: 4px;
    column-gap: 4px;
    text-decoration: none;
    align-items: center;
}

.columns__more {
    background-color: #004964;
    padding: 16px;
    display: flex;
    width: fit-content;
    margin: 32px auto 0 auto;
    border-radius: 4px;
    column-gap: 4px;
    text-decoration: none;
}

.customer-review__more-text {
    font-size: 16px;
    font-weight: 500;
    color: #F5F3F1;
    min-width: 182px;
    text-align: center;
}

.columns__more-text {
    font-size: 16px;
    font-weight: 500;
    color: #F5F3F1;
    min-width: 182px;
    text-align: center;
}

.customer-review__more-icon {
    width: 24px;
    height: 24px;
}

/* Infidelity */
.infidelity {
    padding: 60px 0;
    position: relative;
}

.infidelity__container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}

.infidelity__title {
    font-size: 48px;
    font-weight: 900;
    color: #004964;
    font-family: 'Noto Serif JP', serif;
}

.infidelity .title-underline {
    margin: unset;
}

.infidelity__description {
    margin: 16px 0 0 0;
    font-size: 32px;
    font-weight: 500;
    color: #1C1C1C;
}

.infidelity__contact {
    display: flex;
    margin: 24px 0 0 0;
    column-gap: 24px;
    position: relative;
}

.infidelity__contact-phone {
    display: flex;
    align-items: center;
    column-gap: 12px;
}

.infidelity__contact-phone-text {
    color: #00AEEF;
    font-size: 56px;
    font-weight: 900;
    font-family: 'Noto Serif JP', serif;
}

.infidelity__contact-buttons {
    display: flex;
    column-gap: 16px;
    padding: 14px 24px;
}

.infidelity__contact-phone-button {
    display: flex;
    padding: 16px;
    text-decoration: none;
    background-color: #004964;
    border-radius: 4px;
    column-gap: 6px;
    align-items: center;
}

.infidelity__contact-page {
    display: flex;
    padding: 16px;
    text-decoration: none;
    align-items: center;
}

.infidelity__contact-phone-button-text {
    color: #F2F1EF;
    font-size: 16px;
    font-weight: 700;
}

.infidelity__contact-page {
    background-color: #00AEEF;
    border-radius: 4px;
    column-gap: 6px;
}

.infidelity__contact-page-text {
    color: #F4F3F2;
    font-size: 16px;
    font-weight: 700;
}

.infidelity__sale-employee {
    position: absolute;
    bottom: 0;
    right: 18%;
    pointer-events: none;
    display: flex;
}

/* Reason */
.reason {
    padding: 60px 0;
    background-color: #FAFAFA;
}

.reason__title {
    font-size: 48px;
    font-weight: 900;
    color: #004964;
    text-align: center;
    margin: 0 0 8px 0;
    font-family: 'Noto Serif JP', serif;
}

.reason__chontent-item-number {
    font-size: 40px;
    font-weight: 700;
    color: #101828;
}

.reason__content {
    max-width: 1200px;
    display: grid;
    margin: 32px auto 0 auto;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.reason__content-item {
    padding: 32px;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 26px rgba(0, 0, 0, 0.06);
    background-color: #FFFFFF;
}

.reason__content-item-title-text {
    font-size: 20px;
    font-weight: 500;
    color: #101828;
}

.reason__chontent-item-number {
    display: block;
    width: fit-content;
}

.reason__content-underline {
    width: 34px;
    border-bottom: 1px solid #33BEF2;
    margin: 0 auto;
}

.reason__content-item-title {
    margin: 20px 0 0 0;
}

.reason__content-item-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 90px;
    height: auto;
}

.reason__content-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Price */
.price {
    padding: 60px 0 32px 0;
}

.price__title {
    font-size: 48px;
    font-weight: 900;
    color: #004964;
    text-align: center;
    margin: 0 0 8px 0;
    font-family: 'Noto Serif JP', serif;
}

.price__content {
    display: flex;
    align-items: center;
    max-width: 1200px;
    width: 100%;
    margin: 32px auto 0 auto;
}

.price__content-item {
    flex: 1;
    border: 1px solid #E6F7FD;
    border-left: none;
    border-right: none;
}

.price__content-item:first-child {
    border-right: none;
}

.price__content-item-title {
    font-size: 24px;
    font-weight: 700;
    color: #00AEEF;
    padding: 18px 0;
    text-align: center;
    background-color: #E6F7FD;
    border: 1px solid #E6F7FD;
}

.price__content-item-data {
    font-size: 20px;
    font-weight: 400;
    color: #1C1C1C;
    text-align: center;
    padding: 21px 0;
    font-family: 'Noto Serif JP', serif;
    border: 1px solid #E6F7FD;
}

.price__content-item.highlight .price__content-item-title {
    background-color: #CA8504;
    color: #FFFFFF;
    border: 1px solid #CA8504;
}

.price__content-item.highlight .price__content-item-data {
    background-color: #FEFBE8;
    color: #A15C07;
    border: 1px solid #FAC515;
    display: flex;
    justify-content: center;
    font-family: 'Noto Serif JP', serif;
    border-bottom: none;
}

.price__content-item.highlight .price__content-item-data:last-child {
    border-bottom: 1px solid #FAC515;
}

.price__content-item-data-price {
    font-size: 48px;
    font-weight: 900;
    color: #A15C07;
    font-family: 'Noto Serif JP', serif;
}

.price__content-item-data-price-description {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.price__content-item-data-price-description-tax {
    font-size: 14px;
    font-weight: 700;
    color: #A15C07;
    font-family: 'Noto Serif JP', serif;
}

.price__content-item-data-price-description-price {
    font-size: 20px;
    font-weight: 700;
    color: #A15C07;
    font-family: 'Noto Serif JP', serif;
}

/* Service detail */
.service-detail {
    padding: 60px 0 100px 0;
    background: linear-gradient(145deg,rgba(255, 255, 255, 1) 0%, rgba(240, 240, 240, 1) 100%);
}

.service-detail__title {
    font-size: 48px;
    font-weight: 900;
    color: #004964;
    text-align: center;
    margin: 0 0 8px 0;
    font-family: 'Noto Serif JP', serif;
}

.service-detail__content {
    max-width: 1200px;
    width: 100%;
    margin: 28px auto 0 auto;
    display: flex;
    column-gap: 24px;
}

.service-detail__content-item-title {
    display: flex;
    align-items: center;
    margin: 16px 0 0 0;
    padding: 8px 30px 20px 24px;
    column-gap: 16px;
}

.service-detail__content-item-title-text {
    font-size: 20px;
    font-weight: 500;
    color: #1C1C1C;
}

.service-detail__content-item-image img {
    width: 100%;
    height: auto;
}

.service-detail__content-item {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    flex-basis: 33.33%;
    text-decoration: none;
    background-color: #FFFFFF;
}

/* Map */
.map {
    padding: 80px 0;
}

.map__container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 0 0 95px;
    height: 613px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    position: relative;
    background-color: #FFFFFF;
}

.map__title {
    font-size: 48px;
    font-weight: 900;
    color: #004964;
    text-align: center;
    font-family: 'Noto Serif JP', serif;
    margin: 0 0 8px 0;
}

.map__content {
    margin: 108px 0 0 0;
    max-width: 624px;
    position: relative;
    z-index: 1;
}

.map__content-title {
    color: #00AEEF;
    font-size: 24px;
    font-weight: 700;
    max-width: 307px;
}

.map__content-areas {
    margin: 16px 0 0 0;
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.map__content-areas-item {
    text-decoration: none;
    color: #344054;
    font-size: 14px;
    font-weight: 500;
    padding: 9px 10px;
    border-radius: 90px;
    border: 1px solid #EDEDED;
}

.map__content-description {
    display: flex;
    padding: 16px 20px;
    margin: 16px 0 0 0;
    column-gap: 16px;
    background-color: #FAFAFA;
    border-radius: 8px;
}

.map__content-description-text {
    font-size: 20px;
    font-weight: 400;
    color: #1C1C1C;
}

.map__content-background {
    position: absolute;
    bottom: 10px;
    right: 34px;
    z-index: 0;
}

/* Select area */
.select-area {
    padding: 8px 0 16px 0;
    display: flex;
    max-width: 1200px;
    width: 100%;
    margin: 40px auto 0 auto;
    flex-direction: column;
    background-color: #FFFFFF;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.select-area__area {
    display: flex;
}

.select-area__area-item {
    font-size: 16px;
    font-weight: 500;
    color: #101828;
    padding: 16px 24px;
    cursor: pointer;
    text-decoration: none;
}

.select-area__area-item.active {
    color: #00AEEF;
    border-bottom: 2px solid #00AEEF;
}

.select-area__sub-area {
    display: none;
    padding: 16px 24px;
    gap: 12px;
    border-top: 1px solid #F4F4F4;
}

.select-area__sub-area.active {
    display: flex;
}

.select-area__sub-area-item {
    font-size: 14px;
    font-weight: 500;
    padding: 10px 12px;
    border-radius: 4px;
    overflow: hidden;
    background-color: #F4F4F4;
    color: #101828;
    text-decoration: none;
}

.select-area__sub-area-item.active {
    color: #FFFFFF;
    background-color: #00AEEF;
}

.select-area__city {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 0 24px;
}

.select-area__city-item-image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.select-area__city-item {
    display: flex;
    align-items: center;
    width: fit-content;
    color: #00AEEF;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 0px;
    cursor: pointer;
    text-decoration: none;
}

.select-area__more {
    background-color: #004964;
    padding: 16px;
    display: flex;
    width: fit-content;
    margin: 40px auto 80px auto;
    border-radius: 4px;
    column-gap: 4px;
    text-decoration: none;
}

.select-area__more-text {
    font-size: 16px;
    font-weight: 500;
    color: #F5F3F1;
    min-width: 182px;
    text-align: center;
}

.select-area__more-icon {
    width: 24px;
    height: 24px;
}

/* Columns */
.columns {
    padding: 60px 0;
    display: none;
}

.columns__container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.columns__title {
    font-size: 48px;
    font-weight: 900;
    color: #004964;
    text-align: center;
    margin: 0 0 8px 0;
    font-family: 'Noto Serif JP', serif;
}

.columns__content {
    margin: 40px 0 0 0;
    display: flex;
    column-gap: 60px;
}

.columns__content-item--left {
    border-radius: 8px;
    overflow: hidden;
}

.columns__content-item--left-image {
    aspect-ratio: 570 / 349;
}

.columns__content-item--left-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.columns__content-container--left {
    flex-basis: 50%;
    display: flex;
    flex-direction: column;
    text-decoration: none;
}

.columns__content-item--right {
    display: flex;
    column-gap: 20px;
    padding: 20px 24px;
    text-decoration: none;
}

.columns__content-item--right-image {
    width: 100px;
    height: 100px;
    aspect-ratio: 1 / 1;
    border-radius: 8px;
    overflow: hidden;
}

.columns__content-item--right-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.columns__content-item--left-content {
    padding: 0 16px;
    margin: 16px 0;
}

.columns__content-item--left-content-title {
    display: flex;
    column-gap: 8px;
}

.columns__content-item--left-content-title-text {
    font-size: 12px;
    font-weight: 500;
    color: #FFFFFF;
    padding: 3px 8px;
    background-color: #00AEEF;
    border-radius: 90px
}

.columns__content-item--left-content-title-date {
    color: 14px;
    font-weight: 400;
    color: #636363;
}

.columns__content-item--left-title {
    margin: 8px 0 0 0;
    font-size: 20px;
    font-weight: 700;
    color: #101828;
}

.columns__content-item--right-content-description {
    margin: 8px 0 0 0;
}

.columns__content-item--left-content-description-text {
    font-size: 16px;
    font-weight: 400;
    margin: 8px 0 0 0;
    color: #101828;
}

.columns__content-container--right {
    display: flex;
    flex-direction: column;
    column-gap: 20px;
    row-gap: 24px;
}

.columns__content-item--right-content-title-text {
    font-size: 12px;
    font-weight: 500;
    color: #FFFFFF;
    background-color: #00AEEF;
    padding: 3px 8px;
    border-radius: 90px;
}

.columns__content-item--right-content-title-date {
    color: #636363;
    font-size: 14px;
    font-weight: 400;
}

.columns__content-item--right-content-description-text {
    color: #101828;
    font-size: 16px;
    font-weight: 700;
}

/* Case study */
.case-study {
    padding: 60px 0 80px 0;
}

.case-study__container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.case-study__title {
    font-size: 48px;
    font-weight: 900;
    color: #004964;
    text-align: center;
    margin: 0 0 8px 0;
    font-family: 'Noto Serif JP', serif;
}

.case-study__content {
    margin: 40px 0 0 0;
    display: flex;
    column-gap: 60px;
}

.case-study__content-item-number {
    font-size: 40px;
    font-weight: 700;
    color: #00AEEF;
}

.case-study__content-item-number-underline {
    width: 34px;
    height: 0px;
    border: 1px solid #00AEEF;
    display: block;
    margin: 8px auto 0 auto;
}

.case-study__content-items {
    display: flex;
    row-gap: 24px;
    flex-direction: column;
}

.case-study__content-item {
    display: flex;
    column-gap: 20px;
    justify-content: center;
    align-items: center;
    padding: 20px 24px;
    background-color: #F4F4F4;
    border-radius: 8px;
    overflow: hidden;
}

.case-study__content-item-title {
    font-size: 20px;
    font-weight: 400;
    color: #1C1C1C;
    text-align: center;
    margin: 8px 0 0 0;
}

/* Q&A */
.qa {
    padding: 60px 0 80px 0;
}

.qa__container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.qa__title {
    font-size: 48px;
    font-weight: 900;
    color: #004964;
    text-align: center;
    margin: 0 0 8px 0;
    font-family: 'Noto Serif JP', serif;
}

.qa__content {
    margin: 40px 0 0 0;
}

.qa__content-item {
    display: flex;
    width: 990px;
    margin: 0 auto;
    column-gap: 48px;
}

.qa__content-item-question {
    display: flex;
    flex-direction: column;
    padding: 32px 24px;
    flex-basis: 50%;
    background-color: #FFFFFF;
    border-radius: 8px;
    overflow: hidden;
}

.qa__content-item-question-customer-info {
    display: flex;
    column-gap: 36px;
}

.qa__content-item-question-customer-info-avatar {
    width: 84px;
    height: 84px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #00AEEF;
}

.qa__content-item-question-customer-info-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.qa__content-item-question-customer-info-name-text {
    font-size: 32px;
    font-weight: 700;
}

.qa__content-item-question-customer-info-job {
    font-size: 20px;
    font-weight: 400;
    color: #333333;
    margin: 8px 0 0 0;
}

.qa__content-item-question-date {
    font-size: 20px;
    font-weight: 400;
    margin: 8px 0 0 0;
    color: #636363;
}

.qa__content-item-question-question {
    display: flex;
    flex-direction: column;
}

.qa__content-item-question-question-content {
    display: flex;
    column-gap: 16px;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #EDEDED;
    margin: 16px 0 0 0;
    cursor: pointer;
    background-color: #FFFFFF;
}

.qa__content-item-question-question-down-icon {
    display: block;
    width: 24px;
    height: 24px;
}

.qa__content-item-question-question-up-icon {
    display: none;
    width: 24px;
    height: 24px;
}

.qa__content-item-question-question.active .qa__content-item-question-question-down-icon {
    display: none;
}

.qa__content-item-question-question.active .qa__content-item-question-question-up-icon {
    display: block;
}

.qa__content-item-question-question-text {
    color: #000000;
    font-size: 20px;
    font-weight: 700;
}

.qa__content-item-question-question-content {
    display: flex;
}

.qa__content-item-question-question-answer {
    margin: 16px 0 0 0;
    display: none;
}

.qa__content-item-question-question-answer-text {
    font-size: 20px;
    font-weight: 400;
    color: #1C1C1C;
}

.qa__content-item-question-question.active .qa__content-item-question-question-content {
    background-color: #E6F7FD;
    border: 1px solid #E6F7FD;
}

.qa__content-item-question-question.active .qa__content-item-question-question-text {
    color: #00AEEF;
}

.qa__content-item-question-question.active .qa__content-item-question-question-answer {
    display: block;
}

.qa__content-item-question-question-more {
    text-decoration: none;
    color: #00AEEF;
    font-size: 20px;
    font-weight: 700;
    margin: 16px 0 0 0;
    text-align: end;
}

.qa__content-item-question-more {
    display: flex;
    max-width: 990px;
    margin: 40px auto 0 auto;
    align-items: center;
    justify-content: space-between;
}

.qa__content-item-question-more-number {
    color: #FFFFFF;
    font-size: 32px;
    font-weight: 500;
}

.qa__content-item-question-more-link {
    display: flex;
    text-decoration: none;
    padding: 16px;
    background-color: #004964;
    column-gap: 6px;
    border-radius: 4px;
    min-width: 220px;
}

.qa__content-item-question-more-link-text {
    color: #F3F1EF;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    min-width: 162px;
}

/* Frequently asked questions */
.frequently-asked-questions {
    padding: 60px 0 60px 0;
    background-color: #FAFAFA;
}

.frequently-asked-questions__title {
    font-size: 48px;
    font-weight: 900;
    color: #004964;
    text-align: center;
    margin: 0 0 8px 0;
    font-family: 'Noto Serif JP', serif;
}

.frequently-asked-questions__content {
    max-width: 1200px;
    width: 100%;
    margin: 28px auto 0 auto;
    display: flex;
    flex-direction: column;
}

.frequently-asked-questions__content-item {
    max-width: 996px;
    width: 100%;
    margin: 0 auto;
    border-bottom: 1px solid #EDEDED;
}

.frequently-asked-questions__content-item-question {
    display: flex;
    column-gap: 20px;
    align-items: center;
    padding: 24px;
    justify-content: space-between;
    cursor: pointer;
    border-radius: 8px;
}

.frequently-asked-questions__content-item-question:hover {
    background-color: #F4F4F4;
}

/* last item not have border bottom */
.no-border-bottom {
    border-bottom: unset;
}

.frequently-asked-questions__content-item-question-text {
    color: #101828;
    font-size: 20px;
    font-weight: 700;
}

.frequently-asked-questions__content-item-answer {
    display: flex;
    column-gap: 20px;
    align-items: center;
    padding: 24px;
    border-radius: 8px;
    display: none;
}

.frequently-asked-questions__content-item-answer-text {
    color: #101828;
    font-size: 16px;
    font-weight: 400;
}

.frequently-asked-questions__content-item.active .frequently-asked-questions__content-item-answer {
    display: flex;
}

.frequently-asked-questions__content-item-question-content {
    display: flex;
    column-gap: 20px;
    align-items: center;
    flex: 1;
}

.frequently-asked-questions__content-item-question-icon {
    max-width: 44px;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
}

.frequently-asked-questions__content-item-question-icon img {
    width: 100%;
    height: auto;
}

.frequently-asked-questions__content-item-answer-icon {
    max-width: 44px;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
}

.frequently-asked-questions__content-item-answer-icon img {
    width: 100%;
    height: auto;
}

.frequently-asked-questions__content-item-question-icon-container {
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
}

.frequently-asked-questions__content-item-question-icon-container img {
    width: 100%;
    height: auto;
}

.frequently-asked-questions__content-item-question-icon-container-minus {
    display: none;
}

.frequently-asked-questions__content-item.active .frequently-asked-questions__content-item-question-icon-container-minus {
    display: block;
}

.frequently-asked-questions__content-item.active .frequently-asked-questions__content-item-question-icon-container-plus {
    display: none;
}

.frequently-asked-questions__content-item.active .frequently-asked-questions__content-item-question-icon-container-minus {
    display: block;
}

/* District map */
.district-map {
    padding: 60px 0 0 0;
}

.district-map__container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto 60px auto;
}

.district-map__map {
    height: 200px;
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
}

.district-map__list-location {
    margin: 16px 0 0 0;
}

.district-map__list-location-item {
    display: flex;
    flex-wrap: wrap;
    column-gap: 16px;
    row-gap: 12px;
}

.district-map__list-location-item-link {
    display: flex;
    text-decoration: none;
    column-gap: 16px;
    padding: 18px 16px;
    border-radius: 8px;
    border: 1px solid #EDEDED;
}

.district-map__list-location-item-link-text {
    font-size: 12px;
    font-weight: 500;
    color: #101828;
}

/* Company profile */
.company-profile {
    padding: 60px 0 60px 0;
}

.company-profile__title {
    font-size: 48px;
    font-weight: 900;
    color: #004964;
    text-align: center;
    margin: 0 0 8px 0;
    font-family: 'Noto Serif JP', serif;
}

.company-profile__content {
    max-width: 1200px;
    width: 100%;
    margin: 28px auto 0 auto;
    display: flex;
    flex-direction: column;
}

.company-profile__content-item {
    display: flex;
    border-radius: 12px;
    overflow: hidden;
    margin: 0 0 12px 0;
}

.company-profile__content-item-label {
    flex-basis: 33.33%;
}

.company-profile__content-item-input {
    flex: 1;
}

.company-profile__content-item-label-text {
    font-size: 32px;
    font-weight: 700;
    color: #FFFFFF;
    background-color: #8ADAF8;
    padding: 24px;
}

.company-profile__content-item-input {
    padding: 28px 32px;
    border: transparent;
    outline: transparent;
    background-color: #F4F4F4;
    font-size: 24px;
    font-weight: 500;
    color: #1C1C1C;
    font-family: 'Noto Serif JP', serif;
}

/* Footer */
.footer-top {
    padding: 32px 0 28px 0;
    background-color: #004964;
}

.footer-top__container {
    display: flex;
    column-gap: 24px;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.footer-top__contact {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #FFFFFF;
    column-gap: 12px;
    font-size: 20px;
    font-weight: 400;
}

.footer-bottom {
    padding: 24px 0;
    background-color: #003346;
}

.footer-bottom__container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.footer-bottom__title {
    font-size: 24px;
    font-weight: 700;
    color: #FFFFFF;
}

.footer-bottom__content {
    margin: 6px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    row-gap: 4px;
}

.footer-bottom__content-item {
    text-decoration: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    border-right: 1px solid #FFFFFF;
    padding: 0 12px;
}

.footer-bottom__content-item:last-child {
    border-right: none;
}

.footer-header__left {
    flex-basis: 55%;
}

.footer-header__left-text {
    font-size: 20px;
    font-weight: 500;
    color: #FFFFFF;
    margin: 12px 0 0 0;
}

.footer-header__right {
    flex-basis: 45%;
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

.footer-header__right-item {
    display: flex;
    column-gap: 12px;
    justify-content: flex-end;
    align-items: center;
}

.footer-header__right-item-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-header__right-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-header__right-item-text {
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
}

.footer-header__right-line-button {
    display: flex;
    column-gap: 4px;
    padding: 10px 8px;
    background-color: #5FCA1C;
    border-radius: 4px;
    text-decoration: none;
    box-shadow: 0px 3px 4px 0px #4B6F0F;
}

.footer-header__right-email-button {
    display: flex;
    column-gap: 4px;
    padding: 16px;
    background-color: #F95300;
    border-radius: 4px;
    text-decoration: none;
    box-shadow: 0px 3px 4px 0px #C24409;
}

.footer-header__left-logo {
    max-width: 380px;
    width: 100%;
    height: auto;
}

.footer-header__left-logo img {
    width: 100%;
    height: auto;
}

.footer-header__right-item {
    display: flex;
    column-gap: 12px;
    justify-content: flex-end;
}

.footer-header__right-line-button-text {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Noto Serif JP', serif;
    display: flex;
    align-items: center;
}

.footer-header__right-email-button-text {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Noto Serif JP', serif;
}

/* Customer Review */

.customer-review__youtube-thumbnail {
    aspect-ratio: 344 / 235;
    width: 100%;
    height: auto;
    border-radius: 8px;
    overflow: hidden;
}

.customer-review__youtube-thumbnail iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.customer-review__youtube-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.customer-review__youtube-video-info {
    padding: 0 20px 20px 20px;
    margin: 16px 0 0 0;
}

.customer-review__youtube-video-info-title-text {
    font-size: 20px;
    font-weight: 700;
    color: #101828;
}

.customer-review__youtube-video-info-description-channel {
    display: flex;
    column-gap: 8px;
    align-items: center;
    margin: 8px 0 0 0;
}

.customer-review__youtube-video-info-description-channel-text {
    font-size: 14px;
    font-weight: 500;
}

.carousel {
    position: relative;
    width: 100%;
    aspect-ratio: 1920 / 660;
    min-height: 660px;
    overflow: hidden;
}

.carousel-track {
    display: flex;
    width: 100%;
    height: 100%;
    max-height: 660px;
    transition: transform 0.3s ease;
    cursor: grab;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.carousel-track:active {
    cursor: grabbing;
}

.carousel__title--image {
    width: 100%;
    height: auto;
    max-width: 1700px;
}

.carousel__item {
    min-width: 100%;
    height: 100%;
    position: relative;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.carousel__item.active {
    opacity: 1;
    pointer-events: auto;
}

.carousel__item-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    pointer-events: none;
    user-select: none;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
}

.carousel-1__description-image--mobile {
    display: none;
    width: 100%;
    height: auto;
}

.carousel-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 12px;
    z-index: 10;
    pointer-events: auto;
}

.carousel-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    pointer-events: auto;
}

.carousel-dot:hover {
    background-color: rgba(255, 255, 255, 0.8);
    transform: scale(1.1);
}

.carousel-dot.active {
    background-color: #00AEEF;
    /* border-color: #ffffff; */
    transform: scale(1.5);
}

#carousel-1 {
    display: flex;
    flex-direction: column;
}

.carousel-1__container {
    text-align: center;
}

.carousel-1__text {
    display: flex;
    justify-content: center;
    font-family: 'Noto Serif JP', serif;
    font-size: 64px;
    font-weight: 900;
}

.carousel-1__text--highlight {
    max-width: 346px;
}

.carousel-1__text--highlight img {
    width: 100%;
    height: auto;
}

.carousel-1__location {
    display: flex;
    justify-content: center;
    font-family: 'Noto Serif JP', serif;
}

.carousel-1__location {
    display: flex;
    justify-content: center;
    font-family: 'Noto Serif JP', serif;
    font-size: 24px;
    font-weight: 700;
}

.br-mobile {
    display: none;
}

#carousel-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    max-width: 1121px;
    margin: 0 auto;
}

#carousel-3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    max-width: 1121px;
    margin: 0 auto;
}

#carousel-4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    max-width: 1121px;
    margin: 0 auto;
}

.carousel-2__title {
    font-size: 32px;
    font-weight: 700;
    color: #F04438;
    text-align: center;
    font-family: 'Noto Serif JP', serif;
}

.carousel-2__subtitle {
    font-size: 48px;
    font-weight: 900;
    color: #1C1C1C;
    text-align: center;
    font-family: 'Noto Serif JP', serif;
}

.carousel-2__button {
    font-size: 24px;
    font-weight: 700;
    color: #FFFFFF;
    background-color: #00AEEF;
    padding: 16px 24px;
    border-radius: 90px;
    border: transparent;
    outline: transparent;
    font-family: 'Noto Serif JP', serif;
    margin: 16px auto 0 auto;
    text-decoration: none;
}

.carousel-3__button {
    font-size: 24px;
    font-weight: 700;
    color: #FFFFFF;
    background-color: #00AEEF;
    padding: 16px 24px;
    border-radius: 90px;
    border: transparent;
    outline: transparent;
    font-family: 'Noto Serif JP', serif;
    margin: 16px auto 0 auto;
    text-decoration: none;
}

.carousel-3__button-mobile {
    display: none;
}

.carousel-2__description {
    font-size: 20px;
    font-weight: 500;
    color: #1C1C1C;
    text-align: center;
    margin: 16px auto 0 auto;
    font-family: 'Noto Serif JP', serif;
}

.carousel-3__image {
    display: flex;
    column-gap: 16px;
    margin: 16px auto 0 auto;
    width: 100%;
}

.carousel-3__image--container {
    background-color: #FFFFFF;
    border-radius: 16px;
    overflow: hidden;
    padding: 20px;
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    flex: 1;
}

.carousel-3__image--text {
    font-size: 20px;
    font-weight: 400;
    color: #1C1C1C;
    font-family: 'Noto Serif JP', serif;
    text-align: left;
}

.carousel-3__description {
    font-size: 20px;
    font-weight: 700;
    color: #1C1C1C;
    font-family: 'Noto Serif JP', serif;
    margin: 16px auto 0 auto;
}

.carousel-3__image--text-top {
    color: #00AEEF;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Noto Serif JP', serif;
    margin: 16px auto 0 auto;
    text-align: center;
}

.carousel-3__image--text-bottom {
    font-size: 20px;
    font-weight: 500;
    color: #1C1C1C;
    font-family: 'Noto Serif JP', serif;
    max-width: 988px;
    width: 100%;
    margin: 16px auto 0 auto;
    text-align: center;
}

.carousel-4__image--text-bottom {
    font-size: 20px;
    font-weight: 400;
    color: #1C1C1C;
    font-family: 'Noto Serif JP', serif;
    max-width: 988px;
    width: 100%;
    margin: 16px auto 0 auto;
    text-align: center;
}

.district-map__list-location-item-more-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    text-decoration: none;
    padding: 16px;
    /* margin-top: 12px; */
    background-color: #00AEEF;
    color: #E6F1F3;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 700;
}


.header__right-line-button {
    display: flex;
    padding: 9.5px;
    background-color: #5FCA1C;
    outline: transparent;
    border: transparent;
    column-gap: 4px;
    cursor: pointer;
    border-radius: 4px;
    border-style: solid;
    border-color: #4B6F0F;
    border-top: 4px;
    border-left: 3px;
    text-decoration: none;
}

.header__right-line-button-text {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Noto Serif JP', serif;
    display: flex;
    align-items: center;
}

.header__right-email-button-text {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Noto Serif JP', serif;
}

.district-map__map {
    margin: 28px auto 0 auto;
}

.district-map__title {
    font-size: 48px;
    font-weight: 900;
    color: #004964;
    text-align: center;
    margin: 0 0 8px 0;
    font-family: 'Noto Serif JP', serif;
}

.district-map__title-underline {
    width: 100px;
    height: 0px;
    border: 3px solid #00AEEF;
    margin: 0 auto;
    display: block;
}

.more-caret-icon {
    width: 20px;
    height: auto;
}

.news {
    padding: 60px 0 60px 0;
}

.news__container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.news__title {
    font-size: 48px;
    font-weight: 900;
    color: #004964;
    text-align: center;
    margin: 0 0 8px 0;
    font-family: 'Noto Serif JP', serif;
}

.news__content {
    margin: 28px 0 0 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.topic-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 24px;
}

.topic-content__item {
    text-decoration: none;
    padding: 20px 24px;
    border: 1px solid #EDEDED;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    row-gap: 8px;
    min-height: 167px;
}

.topic-content__item-title {
    font-size: 16px;
    font-weight: 700;
    color: #1C1C1C;
    /* limit 2 lines */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /* Fixed height for 2 lines */
    height: 2.4em; /* 1.2em per line * 2 lines */
    line-height: 1.2;
}

.topic-content__item-published-date {
    font-size: 14px;
    font-weight: 400;
    color: #636363;
}

.topic-content__item-description {
    font-size: 14px;
    font-weight: 400;
    color: #1C1C1C;
    /* limit 2 lines */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /* Fixed height for 2 lines */
    height: 2.4em; /* 1.2em per line * 2 lines */
    line-height: 1.2;
}

.news__more {
    display: flex;
    justify-content: center;
    margin: 28px auto 0 auto;
    align-items: center;
    padding: 16px;
    background-color: #00AEEF;
    border-radius: 4px;
    border: transparent;
    outline: transparent;
    width: fit-content;
    text-decoration: none;
    min-width: 220px;
}

.news__more-link {
    font-size: 16px;
    font-weight: 700;
    color: #ECE9E6;
    font-family: 'Noto Serif JP', serif;
}

.news__more-icon {
    width: 20px;
    height: auto;
    object-fit: contain;
}