@media screen and (min-width: 1500px) and (max-width: 2000px) {
    .header-banner {
        height: auto;
    }

    .header-banner::before {
        height: 100%;
        width: 100%;
    }



}

@media screen and (min-width: 1100px) and (max-width: 1499px) {
    .header-banner {
        height: auto;
    }


    .top-nav__actions,
    .top-nav-btn-fixed {
        max-width: 528px;
        text-align: right;
    }

    .btn-simulator {
        width: 85%;
        font-size: clamp(16px, 1.3vw, 16px);
        height: clamp(44px, 3.4vw, 53px);
        padding: 0 clamp(16px, 1.8vw, 22px);
    }

    .btn-simulator__text,
    .btn-simulator__badge {
        gap: clamp(6px, 0.6vw, 5px);
    }

    .option-row__price {
        font-size: 1.5rem;
    }

    .circle-num {
        font-size: clamp(20px, 1.6vw, 24px);
    }

    .circle-num .sec-unit {
        font-size: clamp(10px, 0.8vw, 11.5px);
    }

    .btn-simulator__arrow {
        margin-left: clamp(4px, 0.8vw, 4px);
    }

    .btn-simulator__arrow img {
        width: clamp(14px, 1.2vw, 16px);
    }

    #main::before {
        height: 130px;
    }



    .choose-section {
        padding: 40px 0 50px 0;
    }


    .top-nav__logo img {
        width: 70%;
    }


    .cta-box {
        max-width: 500px;
        margin-top: 35px;
    }

    .cta-box .cta-box__badge {
        top: -30px;
    }

    .cta-box .cta-badge-text {
        font-size: 22px;
    }

    .cta-box .badge-circle {
        width: 60px;
        height: 60px;
        font-size: 30px;
    }

    .cta-box .badge-sec {
        font-size: 14px;
        bottom: 1.2em;
    }

    .cta-box .cta-box__btn {
        height: 92px;
        padding: 0 30px;
    }

    .cta-box .cta-box__title {
        font-size: 30px;
    }

    .cta-box .cta-box__arrow img {
        width: 20px;
    }

    .problem-card img {
        width: clamp(21rem, 30vw, 320px);
        aspect-ratio: 335 / 180;
        height: auto;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 0;
        box-sizing: border-box;
        z-index: 3;
    }


}

@media screen and (max-width: 1099px) {
    .header-banner {
        height: auto;
        padding-top: 105px;
    }

    .top-nav__logo {
        max-width: 480px;
        margin: 0 auto 10px;

    }


    .top-nav-btn-fixed,
    .top-nav-btn-fixed.is-fixed {
        top: 75px !important;
        right: 50% !important;
        transform: translateX(50%);
        width: 90%;
        max-width: 550px;
    }

    .btn-simulator {
        width: 100%;
        font-size: 19px;
        height: 60px;
        padding: 0 16px
    }

    .btn-simulator__text,
    .btn-simulator__badge {
        gap: 6px;
    }

    .circle-num {
        font-size: 27px;
        background-color: #ffffff;
        width: 2em;
        height: 2em;
        padding-right: 0.5em;
        padding-bottom: 0.2em;
    }

    .circle-num .sec-unit {
        font-size: 13px;
        right: 0.4em;
        bottom: 1.2em;
    }

    .btn-simulator__arrow img {
        width: 14px;
    }

    .main-wrapper {
        padding: 50px 20px 40px;
    }

    .mv-hero__sub-title {
        font-size: 3.083vw;
        margin-bottom: 1.5vw;
        gap: 0.5em;
    }

    .mv-hero__sub-title .wp-logo img {
        max-width: 19.395vw;
    }

    .title-sub-row {
        font-size: 4.9vw;
    }

    .mv-hero__question {
        font-size: 2.2vw;
    }

    .mv-hero__desc {
        font-size: 1.6vw;
    }

    .solution-badge {
        font-size: 1.6vw;
    }

    .solution-logo {
        font-size: 3.5vw;
    }

    .scroll-link {
        width: 12.593vw;
        height: 12.593vw;
    }

    #main {
        margin-top: 45px;
        padding: 0px 0 0px 0;
    }

    #main::before {
        height: 95px;
    }


    .choose-section {
        padding: 0px 0 50px 0;
    }


    .top-nav__container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .problem-card__bg.sp {
        display: block;
    }

    .problem-card__bg.pc {
        display: none;
    }


    .problems-grid {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: clamp(15px, 5vw, 30px);
        width: 100%;
        max-width: 1100px;
        margin: 0 auto;
    }

    .problem-card img {
        width: clamp(21rem, 30vw, 320px);
        aspect-ratio: 335 / 180;
        height: auto;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 0;
        box-sizing: border-box;
        z-index: 3;
    }

    .problem-card__text {
        font-family: var(--font-sans);
        color: #333333;
        font-size: clamp(1.5rem, 2.5vw, 1.5rem);
        line-height: 1.5;
        margin: 0;
    }


    .problem-card__text .small-text {
        font-size: clamp(1rem, 1.6vw, 1rem);
        font-weight: 700;
        color: #333333;
        display: block;
        margin-top: 2px;
    }

    .why-title {
        margin-bottom: 9vw;
    }

    .features-grid {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: clamp(15px, 5vw, 30px);
        width: 100%;
        max-width: 1100px;
        margin-bottom: 3vw;
    }

    .comparison-table {
        width: 98%;
        max-width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        position: relative;
        border: 4px solid #ededed;
        padding: 8px;
        background: #fff;
        border-radius: 10px 0 0 10px;
    }

    .comp-row {
        display: grid;
        grid-template-columns: 180px 440px 440px;
        width: 1060px;
        min-width: 1060px;
        box-sizing: border-box;
    }

    .comp-cell.cell-label,
    .comp-header .cell-label {
        position: sticky;
        left: 0;
        z-index: 10;
    }

    .comp-cell p,
    .comp-cell strong,
    .comp-cell span,
    .bullet-text,
    .text-small,
    .text-large {
        white-space: nowrap;
    }

    .comp-cell.cell-label {
        font-size: 1rem;
    }

    .table-note {
        margin-top: 1.8rem;
        line-height: 1.8;
    }

    .cta-bottom-area {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .cta-bottom-text {
        font-size: 1rem;
        margin-bottom: 3rem;
        line-height: 1.6;
        letter-spacing: 2.5px;
    }

    .flow-item {
        padding: 20px 30px;
        gap: 25px;
    }

    .flow-item__title {
        font-size: 19px;
    }

    .flow-item__desc {
        font-size: 13px;
    }

    .flow-item__arrow {
        right: 25px;
        font-size: 18px;
    }

    .reasons-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 1rem;
    }

    .price-grid {
        gap: 12px;
    }

    .price-card {
        max-width: none;
        padding: 20px 25px;
    }

    .price-card__name {
        min-height: 3rem;
    }

    .btn-simulator--large .main-btn-text {
        letter-spacing: 0px;
    }

    .support-table {
        display: block;
        width: 100%;
        max-width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        position: relative;
        box-sizing: border-box;
        border: 4px solid #ededed;
        padding: 8px;
        border-radius: 10px 0 0 10px;
    }

    .support-table .support-row {
        display: grid;
        grid-template-columns: 165px 285px 285px 285px;
        width: 1019px;
        min-width: 1019px;
        box-sizing: border-box;
    }

    .support-table .support-cell.cell-label,
    .support-table .support-header .cell-empty {
        position: sticky;
        left: 0;
        z-index: 10;
    }

    .support-cell p,
    .support-cell strong,
    .support-cell span,
    .bullet-text {
        white-space: nowrap;
    }

    .accordion-box__title {
        font-size: 20px;
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
        gap: 10px;
    }

    .accordion-box__content {
        padding: 0 20px 20px 20px;
    }

    .option-row {
        padding: 15px 20px;
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .option-row__price {
        align-self: flex-end;
        font-size: 24px;
    }

    .consulting-banner__title {
        font-size: 20px;
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
        gap: 12px;
    }

    .consulting-banner {
        padding: 15px 20px;
        gap: 15px;
    }

    .consulting-banner__right .price {
        align-self: flex-end;
        font-size: 24px;
    }

    .consulting-banner__right .unit,
    .consulting-banner__right .label {
        font-size: 14px;
    }

    .consulting-banner__desc {
        line-height: 1.5;
    }

    .company-info-box {
        margin: 0 auto;
        background-color: #F5F5ED;
        border-radius: 8px;
        padding: 10px 0;
        position: relative;
        z-index: 3;
    }

    .company-info-row {
        padding: 15px 25px;
    }

    .company-info-label {
        width: 130px;
        font-size: 18px;
    }

    .company-info-detail {
        padding-left: 20px;
        font-size: 18px;
    }

    .simulator-wrapper {
        gap: 10px;
    }

    .simulator-card {
        padding: 30px 15px 30px;
    }

    .footer-wrapper {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }

    .footer-left {
        flex-direction: column;
        gap: 10px;
        margin-bottom: 20px;
    }

    .footer-right {
        flex-direction: column;
        gap: 15px;
    }

    .footer-nav {
        flex-direction: column;
        gap: 12px;
    }

    .cta-box {
        max-width: 440px;
        margin-top: 30px;
    }

    .cta-box .cta-box__badge {
        top: -26px;
        gap: 6px;
    }

    .cta-box .cta-badge-text {
        font-size: 19px;
    }

    .cta-box .badge-circle {
        width: 52px;
        height: 52px;
        font-size: 26px;
    }

    .cta-box .badge-sec {
        font-size: 12px;
        bottom: 1.1em;
        right: 0.25em;
    }

    .cta-box .cta-box__btn {
        height: 80px;
        padding: 0 24px;
        border-radius: 50px;
    }

    .cta-box .cta-box__title {
        font-size: 28px;
        letter-spacing: 0.12em;
    }

    .cta-box .cta-box__arrow {
        right: 20px;
    }

    .cta-box .cta-box__arrow img {
        width: 18px;
    }

}

@media screen and (max-width: 960px) {
    .price-grid {
        flex-direction: column;
        align-items: center;
        gap: 25px;
    }

    .price-card {
        max-width: none;
        width: 100%;
        padding: 20px 25px;
    }

    .simulator-wrapper {
        grid-template-columns: 1fr;
    }


    .simulator-wrapper {
        display: block !important;
        position: relative !important;
        overflow: visible !important;
    }

    .simulator-result-sidebar {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        width: 100vw !important;
        max-width: 100vw !important;
        margin-left: calc(-50vw + 50%) !important;
        margin-right: calc(-50vw + 50%) !important;
        box-sizing: border-box !important;
    }

    .result-sticky-box {
        display: block !important;
        margin-bottom: 26px !important;
        background-color: #132B4F !important;
        padding: 16px !important;
        box-sizing: border-box !important;
        position: relative !important;
        border-radius: 0 0;
    }

    .comparison-table {
        width: 96%;
    }




    .seo-option-row__title {
        font-size: 1.35rem;
        margin: 0 0 15px 0;
        display: flex;
        flex-direction: column;
        gap: 15px;
        line-height: 1.5;
    }


    .seo-option-row {
        padding: 24px 20px 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        height: auto;
    }

    .seo-option-row__price {
        font-size: 2.5rem;
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    .seo-option-row__price .seo-unit {
        font-size: 20px;
    }

    .seo-option-badge {
        font-size: 1rem;
    }

    .seo-option-row__desc {
        letter-spacing: 0rem;
    }



    .btn-submit-simulator {
        flex-shrink: 0;
        width: 100%;
        padding: 18px 13px;
        font-size: 1.25rem;
        font-weight: 700;
        border-radius: 40px;
        background-color: #EA9339;
        color: #ffffff;
        box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.2);
    }

    .mt-branding {
        display: flex;
        align-items: center;
        gap: 0px;
        flex-direction: column;
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
        padding: 20px 5px;

    }

    .mt-branding__text {
        border-top: none;
        border-bottom: none;
        padding: 0px 0px;
    }

    .mt-branding__logo img {
        max-width: 500px;
        width: 100%;
        height: auto;
    }
}

@media (max-width: 768px) {
    .header-banner {
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    html {
        font-size: 2.66667vw;
    }

    .container {
        width: 100%;
        padding: 2rem;
    }

    .top-nav {
        padding: 10px 10px 0px;
    }

    .top-nav__logo {
        max-width: 380px;
        margin: 0 auto 10px;
    }

    .top-nav-btn-fixed,
    .top-nav-btn-fixed.is-fixed {
        top: 60px !important;
        right: 50% !important;
        transform: translateX(50%);
        max-width: 480px;
    }

    .top-nav__actions,
    .top-nav-btn-fixed {
        max-width: 480px;
    }

    .circle-num {
        font-size: 21px;
        width: 2em;
        height: 2em;
        padding-right: 0.5em;
        padding-bottom: 0.2em;
    }

    .circle-num .sec-unit {
        font-size: 10px;
        right: 0.4em;
        bottom: 1.2em;
    }

    .btn-simulator {
        width: 100%;
        font-size: 17px;
        height: 50px;
        padding: 0 18px;
    }

    .main-wrapper {
        padding: 20px 20px 40px;
    }

    .mv-hero__sub-title {
        font-size: 2.083vw;
        gap: 6px;
        margin-bottom: 1.5vw;
    }

    .mv-hero__sub-title .wp-logo img {
        max-width: 17.395vw;
    }

    .particle-title-box {
        width: 76.427vw;
        height: 8.8125vw;
    }

    .title-sub-row {
        font-size: 4.9vw;
    }

    .mv-hero__question {
        font-size: 2.823vw;
    }

    .mv-hero__desc {
        font-size: 2.042vw;
        padding: 0px 14vw;
    }

    .mv-hero__solution-box {
        gap: 10px;
    }

    .solution-badge {
        font-size: 2.042vw;
    }

    .solution-logo {
        font-size: 4vw;
    }


    .scroll-link {
        width: 12.593vw;
        height: 12.593vw;
    }

    #main {
        padding: 0px 0 0px 0;
        margin-top: 45px;

    }

    #main::before {
        height: 95px;
    }

    .top-nav__logo img {
        width: 80%;
        max-width: 583px;
    }

    .message-container {
        padding-top: 0.5rem;
    }

    .solution-heading__sub {
        line-height: 1.8;
        margin-bottom: 10px;
    }

    .sub-title-wrapper {
        display: block;
        padding: 0px;
    }

    .sub-title-line {
        display: block;
    }

    .section-sub-title {
        padding: 15px 0px;
        line-height: 1.8;
    }

    .choose-section {
        padding: 0px 0 50px 0;
    }

    .mt-branding__text {
        padding: 0px 0px;
        line-height: 1.8;
    }


    .problem-card__bg.sp {
        display: block;
    }

    .problem-card__bg.pc {
        display: none;
    }


    .cta-bottom-text {
        margin-bottom: 2.5rem;
    }

    .why-section {
        padding: 35px 0 50px 0;
    }

    .why-title {
        line-height: 1.5;
    }

    .reason-section {
        padding: 20px 0 75px 0;
        margin-top: -1px;
    }

    .reason-title {
        padding: 0px;
        letter-spacing: 4px;
        line-height: 1.8;
    }

    .flow-section {
        padding: 20px 0 80px;
    }

    .flow-item {
        flex-direction: column;
        padding: 30px 20px 50px 20px;
        gap: 15px;
    }

    .flow-item__title {
        text-align: center;
    }

    .flow-item__arrow {
        right: 50%;
        top: auto;
        bottom: 12px;
        transform: translateX(50%);
    }

    .reasons-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        margin-top: 2rem;
    }

    .price-section {
        padding: 0 0 40px;
    }

    .price-grid {
        flex-direction: column;
        align-items: center;
        gap: 25px;
    }

    .price-card {
        width: 100%;
    }

    .price-card__name {
        min-height: auto;
    }

    .comp-cell.cell-label,
    .comp-header .cell-label {
        position: relative;
    }

    .support-table .support-cell.cell-label,
    .support-table .support-header .cell-empty {
        position: relative;
    }

    .notice-title {
        line-height: 1.5;
    }

    .consulting-banner.pc {
        display: none;
    }

    .consulting-banner.sp {
        display: block;
    }

    .support-notice-area {
        margin-bottom: 15px;
    }

    .consulting-banner {
        padding: 0px;
    }

    .consulting-banner .option-row {
        padding: 24px 20px 24px;
        height: auto;
    }

    .consulting-banner .option-row__title {
        font-size: 1.35rem;
        margin: 0 0 5px 0;
        flex-direction: column;
    }

    .consulting-banner .option-row__price_sp .label {
        font-size: 1.5rem;
    }

    .consulting-banner .option-row__price_sp .price {
        font-size: 2rem;
    }

    .sub-reason-wrapper {
        display: block;
    }

    .accordion-box__title .sub-title-desc {
        font-size: 14px;
        line-height: 1.5;
    }

    .accordion-box__header {
        padding: 20px 15px;
    }

    .accordion-box__title {
        margin-right: 10px;
    }

    .accordion-box__content .sp {
        display: block;
    }

    .consulting-banner .option-row {
        border-bottom: none;
    }

    .accordion-inner-list.pc {
        display: none;
    }

    .comparison-table {
        width: 95%;
    }

    .table-scroll-wrapper {
        position: relative !important;
    }

    .scroll-hint-badge {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 100;
        pointer-events: none;
        background-color: #818181de;
        opacity: 1;
        visibility: visible;
        transition: opacity 0.5s ease, visibility 0.5s ease;
        padding: 12px;
        border-radius: 7px;
    }

    .swipe-arrows {
        color: #ffffff;
        font-size: 20px;
        font-weight: bold;
        line-height: 1;
        margin-bottom: 2px;
        animation: arrowSwipe 1.2s infinite ease-in-out;
    }

    @keyframes arrowSwipe {

        0%,
        100% {
            transform: translateX(-4px);
        }

        50% {
            transform: translateX(4px);
        }
    }

    .scroll-hint-badge img {
        height: auto;
        display: block;
    }

    .scroll-hint-badge.is-hidden {
        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important;
    }


    .option-row {
        padding: 24px 20px 30px;
        height: auto;
    }

    .option-row__info_sp {
        width: 100%;
        text-align: center;
    }

    .option-row__title {
        font-size: 1.35rem;
        margin: 0 0 10px 0;
        gap: 15px;
        flex-direction: column;
        line-height: 1.5;
    }

    .option-badge {
        font-size: 1rem;
    }

    .option-row__price_sp {
        font-size: 2.5rem;
        margin-bottom: 10px;
    }

    .option-row__price_sp .unit {
        font-size: 20px;
        margin-left: 2px;
    }

    .option-row__desc {
        text-align: left;
        letter-spacing: 0rem;
    }

    .price-cta-area .price-cta-lead {
        margin: 35px 0px 40px;
        line-height: 1.5;
    }

    br.sp {
        display: block;
    }

    br.pc {
        display: none;
    }

    .company-section {
        padding: 50px 0 60px 0;
    }

    .company-lead {
        line-height: 1.5;
        margin-bottom: 30px;
    }

    .company-info-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        padding: 20px;
        text-align: center;
    }

    .company-info-row:last-child {
        border-bottom: none;
    }

    .company-info-label {
        width: 100%;
        border-bottom: 1px solid #879299;
        padding-bottom: 10px;
    }

    .company-info-detail {
        padding-left: 0;
        border-left: none;
        width: 100%;
    }

    .simulator-section {
        padding: 20px 0 0px 0;
    }

    .simulator-wrapper {
        grid-template-columns: 1fr;
    }

    .simulator-title {
        line-height: 2;
    }

    .radio-head {
        display: block;
    }

    .price-val {
        display: block;
        text-align: right;
        margin-top: 5px;
    }

    .choose-section::after,
    .reason-section::after,
    .price-section::after,
    .simulator-section::after {
        background: url(../images/v-bgr-white-sp.svg);
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: cover;
    }

    .why-section::after,
    .flow-section::after,
    .company-section::after {
        background: url(../images/v-bgr-mint-sp.svg);
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: cover;
    }

    .footer-address {
        line-height: 1.5;
    }

    .simulator-options-list--stacked .simulator-list-item {
        flex-wrap: wrap;
        align-items: flex-start;
    }

    .simulator-options-list--stacked .list-item-title {
        flex: 1;
        line-height: 1.4;
        margin-top: 3px;
    }

    .simulator-options-list--stacked .list-item-cost {
        width: 100%;
        text-align: right;
        margin-top: 4px;
        margin-left: 0;
        font-weight: 700;
    }

    .feature-card__num {
        position: absolute;
        top: 7%;
        left: 50%;
    }

    .feature-card__content {
        padding: 27% 5% 5% 5%;
    }

    .features-grid {
        gap: 40px;
    }

    .maintenance-options-list .simulator-radio {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding-bottom: 8px;
    }

    .maintenance-options-list .simulator-radio input[type="radio"] {
        margin: 0;
        flex-shrink: 0;
    }

    .maintenance-options-list .list-item-title {
        flex: 1;
        margin-left: 8px;
        line-height: 1.4;
        writing-mode: horizontal-tb;
        white-space: normal;
        padding-bottom: 2rem;
    }

    .maintenance-options-list .price-val {
        width: 100%;
        text-align: right;
        margin-top: -15px;
        font-weight: 700;
        color: #333333;
    }

    .maintenance-options-list .radio-desc {
        margin-top: 4px;
        color: #666666;
        line-height: 1.5;
    }

    .cta-box {
        max-width: 400px;
        margin-top: 0px;
    }

    .cta-box .cta-box__badge {
        top: -25px;
        gap: 5px;
    }

    .cta-box .cta-badge-text {
        font-size: 20px;
    }

    .cta-box .badge-circle {
        width: 50px;
        height: 50px;
        font-size: 25px;
    }

    .cta-box .badge-sec {
        font-size: 11px;
        bottom: 1.5em;
        right: 0.4em;
    }

    .cta-box .cta-box__btn {
        height: 80px;
        padding: 0 0px;
        border-radius: 40px;
    }

    .cta-box .cta-box__title {
        font-size: 25px;
        letter-spacing: 0.08em;
    }

    .cta-box .cta-box__arrow {
        right: 24px;
    }

}

@media screen and (max-width: 480px) {
    .header-banner {
        padding-top: 21vw;
    }



    .message-container {
        width: 100%;
        max-width: 100vw;
    }

    .top-nav {
        position: fixed;
        top: 0;
        width: auto;
    }

    .top-nav {
        padding: 10px 10px !important;
        width: 100% !important;
    }

    .top-nav__container {
        display: flex !important;
        justify-content: center !important;
        width: 100% !important;
    }

    .top-nav__logo {
        width: 100% !important;
        max-width: 280px !important;
        margin: 0 auto !important;
        display: flex !important;
        justify-content: center !important;
    }

    .top-nav__logo img.main-logo {
        width: 100% !important;
        height: auto !important;
        margin: 0 auto !important;
    }

    .top-nav-btn-fixed,
    .top-nav-btn-fixed.is-fixed {
        top: 45px !important;
        left: 50% !important;
        right: auto !important;
        transform: translateX(-50%) !important;
        width: 90% !important;
        max-width: 100% !important;
    }

    .top-nav__actions {
        width: 100%;
        max-width: 100%;
        padding: 0 0px;
        box-sizing: border-box;
    }

    .btn-simulator {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 1.5vw;
        width: 100%;
        height: 9.8vw;
        padding: 0 3.5vw;
        border-radius: 50px;
        box-sizing: border-box;
        overflow: hidden;
        font-size: 3.5vw;
    }

    .btn-simulator__text {
        display: inline-flex;
        align-items: center;
        white-space: nowrap;
        gap: 0.6vw;
    }

    .btn-simulator__badge {
        display: inline-flex;
        align-items: center;
        gap: 0.6vw;
    }

    .circle-num {
        width: 7.2vw;
        height: 7.2vw;
        min-width: 7.2vw;
        min-height: 7.2vw;
        border-radius: 50%;
        background-color: #ffffff;
        color: #00ACA2;
        font-weight: 900;
        aspect-ratio: 1 / 1;
        flex-shrink: 0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        position: relative;
        line-height: 1;
        font-size: 3.5vw;
        padding-bottom: 1vw;
        box-sizing: border-box;
    }

    .circle-num .sec-unit {
        position: absolute;
        right: 0.4vw;
        bottom: 1.9vw;
        font-size: 2vw;
        font-weight: 900;
        line-height: 1;
    }

    .btn-simulator__arrow {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        margin-left: 0px;
    }

    .btn-simulator__arrow img {
        width: 2.8vw;
        height: auto;
        display: block;
    }

    .particle-title-box {
        width: 85vw;
        height: 15vh;
    }

    .mv-hero__sub-title {
        flex-direction: column;
        font-size: clamp(1rem, 5.6vw, 2.25rem);
        gap: 7px;
        margin-bottom: 0.01em;
    }

    .mv-hero__sub-title .wp-logo {
        font-size: clamp(1.5rem, 7vw, 2.25rem);
    }


    .mv-hero__sub-title .wp-logo img {
        width: 100%;
        max-width: clamp(100px, 60vw, 230px);
        /* Tối đa 230px, co giãn theo 60vw */
        height: auto;
    }


    .title-sub-row {
        font-size: clamp(1.5rem, 9.333vw, 2rem);
    }

    .mv-hero__main-title {
        margin-bottom: 0.1em;
    }

    .mv-hero__question {
        font-size: clamp(1rem, 5.333vw, 1.25rem);
    }

    .mv-hero__desc {
        font-size: clamp(0.875rem, 4.267vw, 1rem);
        padding: 0 1vw;
        letter-spacing: 0.01em;
    }

    .mv-hero__solution-box {
        flex-direction: column;
        padding: 20px;
        gap: 0.3em;
    }

    .solution-badge {
        font-size: clamp(1rem, 5.333vw, 1.25rem);
    }

    .solution-logo {
        font-size: clamp(1.25rem, 10.667vw, 2.5rem);
    }

    .solution-logo img {
        width: 100%;
        max-width: clamp(220px, 80vw, 306px);
        height: auto;
        margin: 0 auto;
    }

    .scroll-link {
        width: clamp(80px, 26.933vw, 101px);
        height: clamp(80px, 26.933vw, 101px);
    }

    .scroll-arrow {
        width: 5.5vw;
        height: 5.5vw;
    }

    .choose-section {
        padding: 0px 0 50px 0;
    }







    .comparison-table {
        width: 93%;
    }

    .solution-heading__sub {
        font-size: clamp(1.2rem, 6.5vw, 2.1875rem);
        letter-spacing: 0.2em;
        line-height: 1.8;
        margin-bottom: 0px;
    }

    .solution-heading__main {
        font-size: clamp(1.5rem, 10vw, 3rem);
        letter-spacing: 0.08em;
        white-space: nowrap;
    }

    .problem-card img {
        width: 85vw;
        max-width: 320px;
    }

    .solution-heading {
        margin-bottom: 10px;
    }

    .mt-branding__text {
        padding: 0px 0px;
        line-height: 1.8;
    }


    .problem-card__text {
        font-size: clamp(0.5rem, 5.5vw, 1.5rem);
    }

    .problem-card__text .small-text {
        font-size: clamp(0.5rem, 3.8vw, 1rem);
    }

    .why-title {
        font-size: clamp(1.2rem, 7.5vw, 1.9rem);
        letter-spacing: clamp(0.05rem, 1.5vw, 0.15rem);
    }

    .why-title .en-bold {
        font-size: clamp(1.4rem, 8.5vw, 2.2rem);
    }

    .table-note {
        font-size: clamp(0.7rem, 4vw, 1rem);
        margin-top: clamp(1rem, 4.5vw, 1.5rem);
    }

    .cta-bottom-text {
        font-size: clamp(0.85rem, 4vw, 1rem);
        letter-spacing: clamp(0.5px, 0.5vw, 2.5px);
        margin-bottom: clamp(1.2rem, 12vw, 2.5rem);
    }

    .reason-title {
        font-size: clamp(1.2rem, 7.5vw, 1.9rem);
        letter-spacing: clamp(1px, 1vw, 3px);
    }

    .font-serif .section-sub-title {
        font-size: clamp(1.2rem, 6.5vw, 2.2rem);
    }

    .font-serif .section-sub-title span {
        font-size: clamp(0.9rem, 5vw, 1.5rem);
    }

    .reason-card__title {
        font-size: clamp(0.85rem, 4.5vw, 1rem);
    }

    .reason-card__title .text-orange {
        font-size: clamp(0.95rem, 5.5vw, 1.25rem);
        margin-top: 0.15rem;
    }

    .reason-card__desc {
        font-size: clamp(0.8rem, 3.8vw, 0.9rem);
        margin-bottom: 0.8rem;
        letter-spacing: 0.1px;
    }

    .features-list li {
        font-size: clamp(0.72rem, 3.5vw, 0.8rem);
        padding: 0.4rem 0.2rem;
    }

    .flow-title {
        font-size: clamp(1.2rem, 7.5vw, 1.9rem);
    }

    .flow-item__title {
        font-size: clamp(15px, 4.8vw, 19px);
    }

    .flow-item__desc {
        font-size: clamp(11.5px, 3.6vw, 13px);
    }

    .price-title {
        font-size: clamp(1.2rem, 7.5vw, 1.9rem);
    }

    .price-subtitle {
        text-align: center;
        line-height: 1.8;
        margin-top: 17vw;
        padding-left: 0px;
    }

    .price-subtitle::before {
        width: clamp(30px, 2.5vw, 30px);
        left: 45%;
        top: -25px;
        transform: rotate(90deg);
    }

    .price-subtitle {
        font-size: clamp(0.95rem, 6.5vw, 1.35rem);
    }

    .price-card__name {
        font-size: clamp(0.8rem, 5vw, 1.28rem);
    }

    .price-card__badge {
        font-size: clamp(0.72rem, 3.5vw, 0.85rem);
        padding: 3px 8px;
    }

    .price-card__cost {
        font-size: clamp(1.35rem, 7.5vw, 2.5rem);
    }

    .price-card__cost .unit {
        font-size: clamp(0.75rem, 3.8vw, 0.95rem);
    }

    .bullet-list li {
        font-size: clamp(0.6rem, 4.8vw, 1.1rem);
        padding-left: 0.85rem;
    }

    .target-text {
        font-size: clamp(0.6rem, 4.8vw, 1.1rem);
        line-height: 1.55;
    }

    .accordion-box__title {
        font-size: clamp(15px, 4.8vw, 20px);
    }

    .option-row__title {
        font-size: clamp(0.95rem, 5.8vw, 1.1rem);
    }

    .option-row__price_sp {
        font-size: clamp(1.5rem, 10vw, 2.5rem);
        margin-bottom: 6px;
    }

    .option-row__price_sp .unit {
        font-size: clamp(12px, 6vw, 20px);
        white-space: nowrap;
    }

    .option-row__desc {
        font-size: clamp(0.82rem, 4.8vw, 1.1rem);
        letter-spacing: 0.02rem;
        line-height: 1.6;
    }

    .seo-option-row__title {
        font-size: clamp(0.95rem, 5.8vw, 1.1rem);
    }

    .seo-option-row__price {
        font-size: clamp(1.5rem, 10vw, 2.5rem);
        margin-bottom: 6px;
    }

    .seo-option-row__price .seo-unit {
        font-size: clamp(12px, 6vw, 20px);
        white-space: nowrap;
    }

    .seo-option-row__desc {
        font-size: clamp(0.82rem, 4.8vw, 1.1rem);
        letter-spacing: 0.02rem;
        line-height: 1.6;
    }




    .notice-title {
        font-size: clamp(0.95rem, 5.5vw, 1.25rem);
        margin-bottom: 6px;
    }

    .notice-list li {
        font-size: clamp(0.82rem, 4.8vw, 1.1rem);
        line-height: 1.55;
        letter-spacing: 0.2px;
    }

    .consulting-banner .option-row__title {
        font-size: clamp(0.95rem, 5.8vw, 1.35rem);
    }

    .consulting-banner .option-row__price_sp .price {
        font-size: 2rem;
    }

    .consulting-banner .option-row__price_sp .price {
        font-size: clamp(1.35rem, 8vw, 2rem);
    }

    .consulting-banner .option-row__price_sp .label {
        font-size: clamp(1rem, 6vw, 1.5rem);
    }

    .price-cta-area .price-cta-lead {
        font-size: clamp(0.88rem, 5vw, 1.15rem);
    }

    .company-title {
        font-size: clamp(1.2rem, 7.5vw, 1.9rem);
    }

    .company-lead {
        font-size: clamp(0.88rem, 5vw, 1.1rem);
        margin-bottom: 22px;
    }

    .company-info-label {
        font-size: clamp(13px, 5.2vw, 18px);
    }

    .company-info-detail {
        font-size: clamp(13px, 5.2vw, 18px);
    }

    .simulator-title {
        font-size: clamp(1.2rem, 7.5vw, 1.9rem);
    }

    .simulator-lead {
        font-size: clamp(0.88rem, 5vw, 1.1rem);
    }

    .simulator-tax-note {
        font-size: clamp(0.72rem, 3.5vw, 0.9rem);
    }

    .simulator-card__title {
        font-size: clamp(0.95rem, 4.8vw, 1.2rem);
    }

    .radio-head strong,
    .price-val {
        font-size: clamp(0.84rem, 4vw, 0.95rem);
    }

    .radio-desc {
        font-size: clamp(0.75rem, 3.6vw, 0.875rem);
        margin-left: 2px;
    }

    .list-item-title,
    .list-item-cost {
        font-size: clamp(0.78rem, 3.8vw, 1.1rem);
    }

    .list-item-cost {
        margin-left: 6px;
    }

    .maintenance-options-list .badge-text {
        font-size: clamp(0.75rem, 3.2vw, 0.85rem);
    }

    .features-grid {
        margin-bottom: 10vw;
    }

    .feature-card {
        width: 100%;
        max-width: 358px;
    }

    .feature-card__num {
        font-size: clamp(1rem, 19vw, 5rem);
    }

    .feature-card__subtitle {
        font-size: clamp(1rem, 5vw, 1.55rem);
        margin-bottom: 8px;
    }

    .feature-card__main-text {
        font-size: clamp(2.2rem, 18vw, 5.32rem);
        margin-bottom: 12px;
    }

    .feature-card__desc {
        white-space: nowrap;
        font-size: clamp(0.4rem, 4vw, 1.1rem);
    }

    .feature-card__desc .note-text {
        white-space: nowrap;
        font-size: clamp(0.4rem, 3.2vw, 0.8rem);
        margin-top: 6px;
    }

    .cta-box {
        width: 100%;
        max-width: clamp(260px, 90vw, 350px);
        margin-top: clamp(16px, 5vw, 22px);
    }

    .cta-box .cta-box__badge {
        top: clamp(-33px, -8vw, -23px);
        gap: clamp(2px, 4vw, 7px);
    }

    .cta-box .badge-accent {
        transform: translateY(clamp(-3px, -1vw, -5px));
    }

    .cta-box .cta-badge-text {
        font-size: clamp(18px, 6vw, 25px);
    }

    .cta-box .badge-circle {
        width: clamp(48px, 16vw, 65px);
        height: clamp(48px, 16vw, 65px);
        font-size: clamp(25px, 8.5vw, 35px);
        padding-bottom: 0.2em;
    }

    .cta-box .badge-sec {
        font-size: clamp(11px, 4vw, 16px);
        bottom: 1.2em;
        right: 0.2em;
    }

    .cta-box .cta-box__btn {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: clamp(6px, 2.5vw, 12px);
        height: clamp(70px, 23vw, 95px);
        padding: 0 clamp(10px, 3vw, 20px);
        border-radius: clamp(35px, 12vw, 50px);
    }

    .cta-box .cta-box__title {
        font-size: clamp(14px, 5.8vw, 25px);
        letter-spacing: 0.03em;
    }

    .cta-box .cta-box__arrow {
        position: relative;
        top: 0;
        right: 0;
        transform: none;
        display: inline-flex;
        align-items: center;
    }

    .cta-box .cta-box__arrow img {
        width: clamp(10px, 6vw, 18px);
        height: auto;
        display: block;
    }

}


@media screen and (max-width: 280px) {
    .badge-layout {
        flex-wrap: wrap;
        justify-content: center;
    }

}