* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Noto Serif JP", serif;
}

.header-top {
    display: flex;
    justify-content: space-between;
    padding: 14px 24px;
}

.header-top__right {
    display: flex;
    column-gap: 12px;
}

.header-top__info {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

.header-top__info-text {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.2;
    max-width: 304px;
    color: #000000;
}

.header-top__info-phone {
    display: flex;
    column-gap: 4px;
    align-items: center;
    line-height: 1.5;
}

.header-top__info-time {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    line-height: 1.5;
}

.header-top__info-phone-icon {
    width: 32px;
    height: 32px;
}

.header-top__info-phone-number {
    font-size: 40px;
    font-weight: 700;
    color: #EAAA08;
    line-height: 1;
}

.header-top__buttons {
    display: flex;
    column-gap: 12px;
}

.header-top__buttons-button {
    display: flex;
    align-items: center;
    text-decoration: none;
    column-gap: 10px;
}

.header-top__buttons-button--contact {
    background-color: #16B4ED;
    border-radius: 12px;
    padding-left: 12px;
    padding-right: 14px;
}

.header-top__buttons-button--line {
    background-color: #50B448;
    border-radius: 12px;
    padding-left: 13px;
    padding-right: 10px;
}

.header-top__buttons-button-text {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
}

.nav-container {
    display: flex;
    justify-content: center;
}

nav {
    display: flex;
    column-gap: 32px;
}

.nav__link {
    font-size: 24px;
    font-weight: 500;
    color: #000000;
    text-decoration: underline dotted;
    text-decoration-thickness: 2px;
    text-underline-offset: 12px;
    line-height: 1.5;
    margin-bottom: 16px;
}

.nav__link.active {
    color: #EAAA08;
    text-decoration-color: #EAAA08;
}

/* Start Banner */

.banner-container {
    min-height: 470px;
    background-image: url('../images/bg-banner-office.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.banner-title {
    position: absolute;
    top: 36%;
    left: 18%;
}

.banner-title__text {
    font-size: 80px;
    font-weight: 800;
    font-family: "Shippori Mincho", serif;
    color: #FFFFFF;
}

/* End Banner */

/* Start Breadcrumb */

.breadcrumb-container {
    padding: 20px 0;
}

.breadcrumb {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    column-gap: 16px;
    width: 100%;
    align-items: center;
}

.breadcrumb__link {
    font-size: 24px;
    font-weight: 500;
    color: #CA8504;
    text-decoration: none;
}

.breadcrumb__link.active {
    color: #000000;
}

/* End Breadcrumb */

/* Start Title section */
.title__logo {
    width: 80px;
    height: auto;
}

.title-text {
    color: #EAB508;
    font-size: 64px;
    font-weight: 700;
    font-family: 'Shippori Mincho', serif;
    text-transform: uppercase;
    text-align: center;
}

/* End Title section */

/* Start Customer Reviews */

.customer-reviews {
    padding: 72px 0 65px 0;
}

.customer-reviews-title {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 17px;
    margin-bottom: 56px;
}

.customer-reviews-select-platform {
    display: flex;
    justify-content: center;
    column-gap: 10px;
}

.customer-reviews-select-platform-button {
    display: flex;
    align-items: center;
    column-gap: 12px;
    text-decoration: none;
    max-width: 240px;
    width: 100%;
    padding: 11px 0 11px 25px;
    border-width: 3px;
    border-radius: 48px;
    border-style: solid;
}

.customer-reviews-select-platform-button--google {
    border-color: #16B4ED;
}

.customer-reviews-select-platform-button--line {
    border-color: #00CD70;
    background-color: #00CD70;
}

.customer-reviews-select-platform-button--youtube {
    border-color: #FF0000;
}

.review-card.review-card--google {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.review-card.review-card--line {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.customer-reviews-select-platform-button.active {
    /* background-color: #FACC15; yellow */
    /* color: #000000; */
}

.customer-reviews-select-platform-button.active .customer-reviews-select-platform-button__icon {
    /* background-color: #000000; */
}

.customer-reviews-select-platform-button.active .customer-reviews-select-platform-button__icon svg path {
    /* fill: #FACC15; */
}

.customer-reviews-select-platform-button-text {
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    line-height: 1;
}

.customer-reviews-select-platform-button__icon {
    display: flex;
    align-items: center;
}

.customer-reviews-select-platform-button-text--google {
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
}

.customer-reviews-select-platform-button-text--line {
    color: #FFFFFF;
}

.customer-reviews-select-platform-button-text--youtube {
    color: #000000;
}

.total-reviews {
    margin: 56px auto 32px auto;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #EAAA08;
}

/* Reviews grid */
.customer-reviews-content {
    max-width: 1440px;
    margin: 0 auto;
}

/* Grid layout instead of carousel */
.reviews-grid {
    width: 100%;
}

.reviews-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.reviews-track {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.review-card {
    flex: 0 0 calc((100% - 48px) / 3);
    background: #F3FEE7;
    border: 2px solid #D0F8AB;
    border-radius: 16px;
    padding: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

.review-card.review-card--google {
    background: #E2EFF7;
    border: 2px solid #8CBEE1;
}

.review-quote {
    font-size: 16px;
    line-height: 1.7;
    color: #2B2B2B;
    min-height: 72px;
}

/* .review-user-quote {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: calc(2 * 1em);
} */

.review-user-texts {
    display: flex;
    column-gap: 16px;
    align-items: center;
}

.review-user {
    display: flex;
    align-items: center;
    column-gap: 12px;
    margin-bottom: 8px;
}

.review-avatar {
    display: flex;
    align-items: center;
    width: 56px;
    height: 56px;
    background: #EEF2FF;
    border-radius: 50%;
}

.review-avatar-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.review-name {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
}

.review-meta {
    font-size: 20px;
    font-weight: 400;
    color: #101828;
}

.review-rating {
    color: #F59E0B;
    font-size: 18px;
    letter-spacing: 2px;
}

/* carousel-specific elements removed */

.review-more-button {
    display: flex;
    align-items: center;
    column-gap: 22px;
}

.review-more-button__icon {
    display: flex;
    align-items: center;
}

.review-more-button__link {
    color: #484848;
    font-size: 24px;
    font-weight: 600;
}

.review-more-button {
    padding: 12px 16px;
    width: fit-content;
    margin: 0 auto;
    border: 2px solid #FAC515;
    border-radius: 133px;
    text-decoration: none;
}

/* Pagination */
.reviews-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 20px;
    margin: 56px 0 0 0;
}

.reviews-page {
    font-size: 32px;
    font-weight: 700;
    text-decoration: none;
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    max-width: 53px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.reviews-page.active {
    color: #854A0E;
    text-decoration: underline;
}

.reviews-page-next {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 54px;
    width: 100%;
    height: auto;
}

.reviews-page-next img {
    width: 100%;
    height: 100%;
}

.reviews-page-previous {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 54px;
    width: 100%;
    height: auto;
}

.reviews-page-previous img {
    width: 100%;
    height: 100%;
}

@media (max-width: 1024px) {
    .reviews-container,
    .reviews-track {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .reviews-container,
    .reviews-track {
        grid-template-columns: 1fr;
    }
}

/* YouTube Review Cards */
.youtube-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.review-card.youtube-review-card {
    background: #FFD5D7;
    border: transparent;
    border-radius: 16px;
    padding: 24px;
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    row-gap: 20px;
}

.youtube-video-thumbnail {
    position: relative;
    width: 100%;
    height: 200px;
    background: #E5E7EB;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px 12px 0 0;
}

.youtube-video-thumbnail iframe {
    width: 100%;
    height: 203px;
    border-radius: 8px;
}

.youtube-play-button {
    width: 60px;
    height: 60px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.youtube-play-button:hover {
    background: rgba(0, 0, 0, 0.8);
    transform: scale(1.1);
}

.youtube-play-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 4px; /* Slight offset to center the triangle */
}

.youtube-video-info {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.youtube-video-title {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
}

.youtube-channel-info {
    display: flex;
    align-items: center;
    column-gap: 12px;
}

.youtube-channel-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    flex-shrink: 0;
}

.youtube-channel-name {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
}

@media (max-width: 1024px) {
    .youtube-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .youtube-container {
        grid-template-columns: 1fr;
    }
}

/* YouTube Review Cards Responsive */
@media (max-width: 1024px) {
    .review-card.youtube-review-card {
        flex-basis: calc((100% - 24px) / 2);
    }
}

@media (max-width: 640px) {
    .review-card.youtube-review-card {
        flex-basis: 100%;
    }
}

/* End Customer Reviews */

/* Start Location Contact */

.location-contact {
    padding: 36px 0 50px 0;
    background-color: #FFFFFF;
}

.location-contact-container {
    max-width: 1382px;
    margin: 0 auto;
    padding: 66px 0;
    border: 4px solid #EAB508;
    border-radius: 32px;
    background-color: #FEFBE8;
}

/* .location-contact-title {
    margin: 66px auto 0 auto;
} */

.location-contact-title-text {
    font-size: 56px;
    font-weight: 800;
    color: #EAB508;
    font-family: "Shippori Mincho", serif;
    letter-spacing: -0.05em;
    text-align: center;
}

.location-contact-content-text {
    font-size: 38px;
    font-weight: 500;
    color: #000000;
    text-align: center;
    margin: 44px auto 0 auto;
}

.location-contact-button {
    margin: 56px auto 0 auto;
    display: flex;
    column-gap: 32px;
    justify-content: center;
}

.location-contact-button-link {
    text-decoration: none;
    display: flex;
    align-items: center;
    column-gap: 10px;
    padding: 18px 12px;
    border-radius: 12px;
}

.location-contact-button-link-text {
    font-size: 24px;
    font-weight: 700;
    color: #FFFFFF;
    font-family: "Noto Sans JP", sans-serif;
}

.location-contact-button-link--contact {
    background-color: #1570EF;
}

.location-contact-button-link--line {
    background-color: #50B448;
}

/* End Location Contact */


/* Start Footer */

footer {
    padding: 24px 0;
    background-color: #EAB508;
}

.footer-top {
    display: flex;
    max-width: 1440px;
    margin: 0 auto;
    justify-content: space-between;
}

.footer-top__logo {
    max-width: 258px;
    width: 100%;
}

.footer-top__logo img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.footer-top__links {
    display: flex;
    flex-direction: column;
    row-gap: 32px;
}

.footer-top__link {
    font-size: 22px;
    font-weight: 500;
    color: #FFFFFF;
    text-decoration: none;
    font-family: "Noto Sans JP", sans-serif;
}

.footer-top__phone {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.footer-top__phone-button {
    display: flex;
    align-items: center;
    column-gap: 16px;
    padding: 18px 24px;
    background-color: #FEFBE8;
    border-radius: 133px;
    text-decoration: none;
}

.footer-top__phone-button-icon {
    display: flex;
    align-items: center;
}

.footer-top__phone-button-text {
    display: flex;
    flex-direction: column;
}

.footer-top__phone-button-text-number {
    font-size: 38px;
    font-weight: 700;
    color: #087443;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1;
}

.footer-top__phone-button-text-time {
    font-size: 16px;
    font-weight: 400;
    color: #087443;
    font-family: "Noto Sans JP", sans-serif;
}

.footer-top__phone-address {
    display: flex;
    column-gap: 16px;
}

.footer-top__phone-address-text {
    display: flex;
    flex-direction: column;
    column-gap: 2px;
}

.footer-top__phone-address-text-number, .footer-top__phone-address-text-address {
    font-size: 22px;
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
    color: #FFFFFF;
}

.footer-top__phone-email {
    display: flex;
    column-gap: 16px;
}

.footer-top__phone-email-text {
    display: flex;
    flex-direction: column;
    column-gap: 2px;
}

.footer-top__phone-email-text-title {
    font-size: 24px;
    font-weight: 500;
    color: #FFFFFF;
    font-family: "Noto Sans JP", sans-serif;
}

.footer-top__phone-email-text-time {
    font-size: 20px;
    font-weight: 500;
    color: #FFFFFF;
    font-family: "Noto Sans JP", sans-serif;
}

.footer-top__phone-line {
    display: flex;
    column-gap: 16px;
}

.footer-top__phone-line-text {
    display: flex;
    flex-direction: column;
    column-gap: 2px;
}

.footer-top__phone-line-text-title {
    font-size: 24px;
    font-weight: 500;
    color: #FFFFFF;
    font-family: "Noto Sans JP", sans-serif;
}

.footer-top__phone-line-text-address {
    font-size: 22px;
    font-weight: 500;
    color: #FFFFFF;
    font-family: "Noto Sans JP", sans-serif;
}

.footer-middle {
    max-width: 1440px;
    margin: 24px auto 0 auto;
}

.footer-middle__title {
    font-size: 20px;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
    color: #FFFFFF;
}

.footer-middle__links {
    display: flex;
    column-gap: 8px;
    flex-wrap: wrap;
}

.footer-middle__link {
    font-size: 20px;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
    color: #FFFFFF;
    text-decoration: none;
    padding-right: 8px;
    border-right: 1px solid #FFFFFF;
}

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

.footer-bottom {
    margin: 32px auto 0 auto;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
    color: #FFFFFF;
}

/* End Footer */

header {
    background-color: #FFFFFF;
    width: 100%;
}

.mobile-menu {
    display: none;
}