/* Front page deterministic fix: header white bands + hero responsive stability */

body.is-infobiz-home-rebuild {
    background: #ffffff;
}

html:has(body.is-infobiz-home-rebuild) {
    margin-top: 0 !important;
}

body.is-infobiz-home-rebuild,
body.is-infobiz-home-rebuild .l-wrapper,
body.is-infobiz-home-rebuild .l-main {
    margin: 0 !important;
    padding: 0 !important;
}

body.is-infobiz-home-rebuild .l-wrapper {
    min-width: 0 !important;
    padding-top: 0 !important;
}

body.is-infobiz-home-rebuild .l-main::before,
body.is-infobiz-home-rebuild .l-main::after {
    content: none !important;
    display: none !important;
}

body.is-infobiz-home-rebuild .l-wrapper > .drawer-content + .l-main,
body.is-infobiz-home-rebuild .l-wrapper > .l-header + .drawer-content + .l-main,
body.is-infobiz-home-rebuild .l-wrapper > .l-main {
    margin-top: -1px !important;
    padding-top: 0 !important;
    border-top: 0 !important;
}

body.is-infobiz-home-rebuild .l-header,
body.is-infobiz-home-rebuild .l-header.is-compact {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #1bb5d2 !important;
    box-shadow: none !important;
}

body.is-infobiz-home-rebuild.admin-bar .l-header,
body.is-infobiz-home-rebuild.admin-bar .l-header.is-compact {
    margin-top: 32px !important;
}

body.is-infobiz-home-rebuild .l-header__inner {
    width: 100% !important;
    max-width: none !important;
    min-height: 82px;
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    align-items: stretch;
}

body.is-infobiz-home-rebuild .l-header__logo {
    margin: 0 !important;
    padding: 10px 0 10px 20px !important;
    display: flex;
    align-items: center;
}

body.is-infobiz-home-rebuild .l-header__logo-image {
    width: 117px;
    filter: brightness(0) invert(1);
}

body.is-infobiz-home-rebuild .l-header__nav {
    margin-left: auto;
    height: 100%;
}

body.is-infobiz-home-rebuild .l-header__navlist {
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    align-items: stretch;
    height: 100%;
    white-space: nowrap;
    gap: 0 !important;
}

body.is-infobiz-home-rebuild .l-header__navlist > a {
    min-height: 82px;
    display: inline-flex;
    align-items: center;
    line-height: 1;
    letter-spacing: 0.01em;
    text-decoration: none;
}

body.is-infobiz-home-rebuild .l-header__navlist > a:not(.button) {
    color: #ffffff !important;
    margin-right: 28px !important;
    font-size: 30px;
    font-size: 1.6rem;
    font-weight: 700;
    position: relative;
}

body.is-infobiz-home-rebuild .l-header__navlist > a:not(.button)::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    height: 2px;
    background: #ffffff;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.2s ease;
}

body.is-infobiz-home-rebuild .l-header__navlist > a:not(.button):hover::after {
    transform: scaleX(1);
}

body.is-infobiz-home-rebuild .l-header__navlist > a.button {
    margin-left: 0 !important;
    min-width: 188px;
    padding: 0 24px !important;
    border-radius: 0 !important;
    background: #ecf1f4 !important;
    color: #109fba !important;
    font-weight: 700;
    box-shadow: none;
}

body.is-infobiz-home-rebuild .l-header__navlist > a.button::before {
    content: "\2709";
    display: inline-block;
    margin-right: 8px;
}

body.is-infobiz-home-rebuild .home-main {
    margin: 0 !important;
    padding: 0 !important;
    max-width: none !important;
    min-width: 0 !important;
    height: auto !important;
    border-radius: 0 !important;
    background: #1bb5d2 !important;
    position: relative;
    z-index: 1;
}

body.is-infobiz-home-rebuild .l-wrapper > .l-header + .drawer-content + .l-main > .home-main,
body.is-infobiz-home-rebuild .l-wrapper > .l-main > .home-main {
    margin-top: -1px !important;
}

body.is-infobiz-home-rebuild .home-main::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -96px;
    height: 96px;
    background: #1bb5d2;
    z-index: -1;
}

body.is-infobiz-home-rebuild .l-footer {
    background: #1bb5d2 !important;
    background-image: none !important;
}

body.is-infobiz-home-rebuild .l-footer__logo img,
body.is-infobiz-home-rebuild .l-footer__description img {
    filter: brightness(0) invert(1);
}

body.is-infobiz-home-rebuild .l-footer-cv__button a {
    transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

body.is-infobiz-home-rebuild .l-footer-cv__button a.is-order {
    background: #ffffff !important;
    color: #1bb5d2 !important;
    border: 1px solid #ffffff !important;
}

body.is-infobiz-home-rebuild .l-footer-cv__button a.is-contact {
    background: #f29a1a !important;
    color: #ffffff !important;
    border: 1px solid #f29a1a !important;
}

body.is-infobiz-home-rebuild .l-footer-cv__button a.is-order:hover,
body.is-infobiz-home-rebuild .l-footer-cv__button a.is-contact:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 18px rgba(9, 56, 116, 0.28);
}

body.is-infobiz-home-rebuild .l-footer-cv__button a.is-order:hover {
    background: #e8f7fa !important;
}

body.is-infobiz-home-rebuild .l-footer-cv__button a.is-contact:hover {
    background: #e58e12 !important;
}

body.is-infobiz-home-rebuild .l-footer__bottom {
    border-top-color: #0b4b94 !important;
}

body.is-infobiz-home-rebuild .l-footer-subnav__link {
    color: #ffffff !important;
}

body.is-infobiz-home-rebuild .l-footer-subnav__link:hover {
    color: #d9f7ff !important;
}

body.is-infobiz-home-rebuild .ib-country-type-block + .ib-country-type-block {
    margin-top: 18px;
}

body.is-infobiz-home-rebuild .ib-country-type-block__title {
    margin: 0 0 10px;
    font-size: 2rem;
    font-weight: 800;
    color: #0b3768;
}

body.is-infobiz-home-rebuild .home-feature.home__section.is-bg {
    background-color: #eef2f5 !important;
    background-image: none !important;
    position: relative;
    overflow: hidden;
}

body.is-infobiz-home-rebuild .home-feature.home__section.is-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("/assets/img/bg_home_feature.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    filter: grayscale(1) brightness(1.35) contrast(1.35);
    mix-blend-mode: screen;
    opacity: 0.55;
    pointer-events: none;
}

body.is-infobiz-home-rebuild .home-feature .container {
    position: relative;
    z-index: 1;
}

body.is-infobiz-home-rebuild .home-feature .home-heading__title--ja,
body.is-infobiz-home-rebuild .home-feature .home-heading__read {
    color: #111111 !important;
}

body.is-infobiz-home-rebuild .home-feature .home-heading__title--en {
    color: #1bb5d2 !important;
}

body.is-infobiz-home-rebuild .home-country-links .home-heading__title--en,
body.is-infobiz-home-rebuild .home-voice .home-heading__title--en,
body.is-infobiz-home-rebuild .home-flow .home-heading__title--en,
body.is-infobiz-home-rebuild .home-plan .home-heading__title--en,
body.is-infobiz-home-rebuild .home-news .home-heading__title--en,
body.is-infobiz-home-rebuild #home-contents .home-heading__title--en,
body.is-infobiz-home-rebuild .home__section.is-bg .home-heading__title--en {
    color: #1bb5d2 !important;
}

body.is-infobiz-home-rebuild .home-feature-list__title,
body.is-infobiz-home-rebuild .home-feature-list__subtitle {
    color: #1bb5d2 !important;
}

body.is-infobiz-home-rebuild .home-feature-list__number {
    width: 8rem;
    height: 8rem;
    border-radius: 9999px;
    background: #1bb5d2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    line-height: 1;
}

body.is-infobiz-home-rebuild .home-feature-list__number img {
    display: none !important;
}

body.is-infobiz-home-rebuild .home-feature-list__number-label {
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.05em;
}

body.is-infobiz-home-rebuild .home-feature-list__number-value {
    margin-top: 0.3rem;
    font-size: 2.1rem;
    font-weight: 800;
    letter-spacing: 0.02em;
}

body.is-infobiz-home-rebuild .home-main__container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 28px 20px 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 420px;
    gap: 36px;
    align-items: start;
}

body.is-infobiz-home-rebuild .l-main {
    display: flex;
    flex-direction: column;
}

@media (max-width: 1023px) {
    /* Prevent anonymous text-node line box gap between header and first section on tablet */
    body.is-infobiz-home-rebuild .l-main {
        line-height: 0 !important;
    }

    body.is-infobiz-home-rebuild .l-main > * {
        line-height: normal;
    }
}

body.is-infobiz-home-rebuild .home-main { order: 1; }
body.is-infobiz-home-rebuild .home-country-links { order: 2; }
body.is-infobiz-home-rebuild .home-feature { order: 3; }
body.is-infobiz-home-rebuild .home-voice { order: 4; }
body.is-infobiz-home-rebuild .home-plan { order: 5; }
body.is-infobiz-home-rebuild #home-contents { order: 6; }
body.is-infobiz-home-rebuild .home-flow { order: 7; }
body.is-infobiz-home-rebuild .home-faq { order: 8; }
body.is-infobiz-home-rebuild .home-news { order: 9; }

/* Top section spacing */
body.is-infobiz-home-rebuild .home__section {
    margin: 0 !important;
    padding: 140px 0 !important;
}

body.is-infobiz-home-rebuild #home-contents .ib-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

body.is-infobiz-home-rebuild #home-contents .ib-card__title {
    font-size: 18px !important;
}

@media (max-width: 860px) {
    body.is-infobiz-home-rebuild #home-contents .ib-cards {
        grid-template-columns: 1fr !important;
    }
}

/* TOP typography tuning (requested) */
body.is-infobiz-home-rebuild .home-feature-list__text {
    font-size: 14px !important;
}

body.is-infobiz-home-rebuild .home-voice-card__name,
body.is-infobiz-home-rebuild .home-voice-card__text,
body.is-infobiz-home-rebuild .home-voice-card__textno {
    font-size: 14px !important;
}

body.is-infobiz-home-rebuild .home-plan .plan-note__text {
    font-size: 14px !important;
}

body.is-infobiz-home-rebuild .home-flow .flow-list__content p,
body.is-infobiz-home-rebuild .home-flow .flow-list__lists {
    font-size: 14px !important;
}

body.is-infobiz-home-rebuild .home-faq .faq-list__q,
body.is-infobiz-home-rebuild .home-faq .faq-list__q.js-accordion {
    font-size: 14px !important;
}

body.is-infobiz-home-rebuild .home-news-card__title {
    font-size: 14px !important;
}

body.is-infobiz-home-rebuild .home-news-card__excerpt {
    font-size: 14px !important;
}

body.is-infobiz-home-rebuild .l-footer-cv__title,
body.is-infobiz-home-rebuild .l-footer-nav__item {
    font-size: 14px !important;
}

body.is-infobiz-home-rebuild #home-contents {
    padding-top: 0 !important;
}

body.is-infobiz-home-rebuild .home-faq {
    background: #ffffff !important;
}

body.is-infobiz-home-rebuild .home-voice,
body.is-infobiz-home-rebuild .home-faq {
    border-bottom: 1px solid #e5e7eb !important;
}

body.is-infobiz-home-rebuild .home-country-links .button.button-ghost,
body.is-infobiz-home-rebuild .home-news .button.button-ghost,
body.is-infobiz-home-rebuild #home-contents .button.button-ghost {
    padding: 10px 50px !important;
    margin-top: 50px !important;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

body.is-infobiz-home-rebuild .home-country-links .button.button-ghost:hover,
body.is-infobiz-home-rebuild .home-news .button.button-ghost:hover,
body.is-infobiz-home-rebuild #home-contents .button.button-ghost:hover {
    background: #1bb5d2 !important;
    color: #ffffff !important;
    border-color: #1bb5d2 !important;
}

body.is-infobiz-home-rebuild .home-news-list {
    display: grid;
    gap: 0;
}

body.is-infobiz-home-rebuild .home-news-card {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #e5e7eb;
    border-radius: 0;
}

body.is-infobiz-home-rebuild .home-news-card__link {
    position: relative;
    display: block;
    padding: 20px 64px 18px 22px;
    border: 0;
    text-decoration: none;
    color: inherit;
}

body.is-infobiz-home-rebuild .home-news-card__date {
    display: inline-block;
    color: #9ba3ad;
    font-size: 13px;
    font-weight: 700;
}

body.is-infobiz-home-rebuild .home-news-card__title {
    margin: 8px 0 10px;
    color: #111111;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.35;
}

body.is-infobiz-home-rebuild .home-news-card__excerpt {
    margin: 0 0 10px;
    color: #5c6570;
    font-size: 15px;
    line-height: 1.7;
}

body.is-infobiz-home-rebuild .home-news-card__posted {
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #6a7480;
    font-size: 13px;
    font-weight: 600;
}

body.is-infobiz-home-rebuild .home-news-card__cat {
    width: 10px;
    height: 10px;
    border-radius: 9999px;
    display: inline-block;
}

body.is-infobiz-home-rebuild .home-news-card__cat.is-info {
    background: #1bb5d2;
}

body.is-infobiz-home-rebuild .home-news-card__cat.is-country {
    background: #f29a1a;
}

body.is-infobiz-home-rebuild .home-news-card__arrow {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    border: 1px solid #d8dee5;
    border-radius: 9999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #778390;
    font-size: 2rem;
    line-height: 1;
    transition: border-color 0.2s ease, color 0.2s ease, background-color 0.2s ease;
}

body.is-infobiz-home-rebuild .home-news-card__link:hover .home-news-card__arrow {
    border-color: #1bb5d2;
    background: #1bb5d2;
    color: #ffffff;
}

body.is-infobiz-home-rebuild .home-cta-wide {
    margin: 64px calc(50% - 50vw) 0;
    padding: 78px 0;
    background: #12b3d0;
    overflow: hidden;
}

body.is-infobiz-home-rebuild .home-cta-wide__inner {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 24px;
}

body.is-infobiz-home-rebuild .home-cta-wide__headline {
    margin: 0 0 44px;
    color: #ffffff;
    text-align: center;
    font-size: clamp(30px, 2.1vw, 44px);
    font-weight: 900;
    line-height: 1.3;
}

body.is-infobiz-home-rebuild .home-cta-wide__content {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 450px);
    gap: 48px;
    align-items: center;
}

body.is-infobiz-home-rebuild .home-cta-wide__lead {
    display: flex;
    align-items: center;
    gap: 20px;
}

body.is-infobiz-home-rebuild .home-cta-wide__mascot {
    flex: 0 0 auto;
    width: 130px;
}

body.is-infobiz-home-rebuild .home-cta-wide__mascot img {
    width: 100%;
    height: auto;
    display: block;
}

body.is-infobiz-home-rebuild .home-cta-wide__copy {
    color: #ffffff;
}

body.is-infobiz-home-rebuild .home-cta-wide__check {
    display: inline-block;
    margin: 0 0 14px;
    padding: 8px 20px;
    border-radius: 9999px;
    background: #ffffff;
    color: #12b3d0;
    font-size: 30px;
    font-size: 1.5rem;
    font-weight: 900;
    line-height: 1;
}

body.is-infobiz-home-rebuild .home-cta-wide__text {
    margin: 0;
    color: #ffffff;
    font-size: 34px;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.85;
}

body.is-infobiz-home-rebuild .home-cta-wide__button-wrap {
    margin: 30px 0 0;
}

body.is-infobiz-home-rebuild .home-cta-wide__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 520px;
    padding: 20px 34px;
    border-radius: 9999px;
    background: #ffef00;
    color: #0f8fb1;
    font-size: clamp(28px, 1.6vw, 40px);
    font-weight: 900;
    text-decoration: none;
    box-shadow: 0 12px 24px rgba(8, 72, 88, 0.18);
    transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

body.is-infobiz-home-rebuild .home-cta-wide__button::after {
    content: "\203A";
    margin-left: 16px;
    font-size: 1.15em;
    line-height: 1;
}

body.is-infobiz-home-rebuild .home-cta-wide__button:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 26px rgba(8, 72, 88, 0.26);
    filter: brightness(0.98);
}

body.is-infobiz-home-rebuild .home-cta-wide__right {
    position: relative;
    min-height: 320px;
}

body.is-infobiz-home-rebuild .home-cta-wide__sheet {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 430px;
    margin-left: auto;
}

body.is-infobiz-home-rebuild .home-cta-wide__sheet::before,
body.is-infobiz-home-rebuild .home-cta-wide__sheet::after {
    content: "";
    position: absolute;
    inset: 24px -24px -24px 24px;
    background: #ffffff;
    border-radius: 2px;
    box-shadow: 0 14px 26px rgba(11, 43, 56, 0.25);
    z-index: -1;
}

body.is-infobiz-home-rebuild .home-cta-wide__sheet::after {
    inset: 44px -44px -44px 44px;
    opacity: 0.95;
}

body.is-infobiz-home-rebuild .home-cta-wide__sheet img {
    display: block;
    width: 100%;
    height: auto;
    background: #ffffff;
    box-shadow: 0 16px 30px rgba(11, 43, 56, 0.3);
}

body.is-infobiz-home-rebuild .home-main__left {
    min-width: 0;
}

body.is-infobiz-home-rebuild .home-main__eyebrow {
    margin: 0 0 20px;
    color: rgba(255, 255, 255, 0.95);
    font-size: 34px;
    font-size: 1.8rem;
    letter-spacing: 0.06em;
    font-weight: 700;
}

body.is-infobiz-home-rebuild .home-main__title {
    margin: 0;
    color: #ffffff;
    font-weight: 900;
    font-size: 74px;
    line-height: 1.08;
    letter-spacing: 0.02em;
}

body.is-infobiz-home-rebuild .home-main__subtitle {
    margin: 20px 0 0;
    color: #ffffff;
    font-size: 56px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 0.08em;
}

body.is-infobiz-home-rebuild .home-main__price-row {
    margin-top: 14px;
    display: flex;
    align-items: center;
    gap: 20px;
}

body.is-infobiz-home-rebuild .home-main__price {
    margin: 0;
    display: inline-block;
    width: auto;
    max-width: 100%;
    padding: 12px 30px;
    border-radius: 9999px;
    color: #ffffff;
    background: #bf8500;
    font-weight: 900;
    font-size: clamp(24px, 1.75vw, 33px);
    line-height: 1.1;
    letter-spacing: 0.01em;
    white-space: nowrap;
}

body.is-infobiz-home-rebuild .home-main__illust {
    margin: 0;
    position: relative;
    z-index: 3;
    transform: translateY(0);
}

body.is-infobiz-home-rebuild .home-main__illust img {
    width: 500px;
    max-width: none;
    height: auto;
    display: block;
}

body.is-infobiz-home-rebuild .home-main__right {
    padding-top: 2px;
    padding-bottom: 28px;
}

body.is-infobiz-home-rebuild .home-hero-form {
    border-radius: 12px;
    overflow: hidden;
    border: 6px solid rgba(255, 255, 255, 0.9);
    background: #dbe2e7;
}

body.is-infobiz-home-rebuild .home-hero-form__title {
    margin: 0;
    padding: 14px 18px;
    color: #ffffff;
    font-weight: 900;
    font-size: 41px;
    font-size: 2.24rem;
    line-height: 1.2;
    background: #1bb5d2;
}

body.is-infobiz-home-rebuild .home-hero-form__body {
    padding: 14px 18px 18px;
}

body.is-infobiz-home-rebuild .home-hero-form__field + .home-hero-form__field {
    margin-top: 8px;
}

body.is-infobiz-home-rebuild .home-hero-form__field label {
    color: #0f2330;
    font-weight: 800;
    font-size: 34px;
    font-size: 1.8rem;
    margin-bottom: 6px;
    display: inline-block;
}

body.is-infobiz-home-rebuild .home-hero-form__field select,
body.is-infobiz-home-rebuild .home-hero-form__field input {
    width: 100%;
    height: 48px;
    border: 1px solid #bdc6cf;
    border-radius: 0;
    background: #ffffff;
    padding: 0 14px;
    font-size: 32px;
    font-size: 1.6rem;
}

body.is-infobiz-home-rebuild .home-hero-form__actions {
    margin-top: 14px;
}

body.is-infobiz-home-rebuild .home-hero-form__submit {
    width: 100%;
    height: 56px;
    border: 0;
    border-radius: 9999px;
    background: #1bb5d2;
    color: #ffffff;
    font-size: 48px;
    font-size: 2.5rem;
    font-weight: 900;
    cursor: pointer;
}

@media (min-width: 1100px) {
    body.is-infobiz-home-rebuild #home-contents .ib-cards {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 1280px) {
    body.is-infobiz-home-rebuild .home-main__container {
        grid-template-columns: minmax(0, 1fr) 400px;
        gap: 28px;
    }

    body.is-infobiz-home-rebuild .home-main__price {
        font-size: clamp(22px, 1.9vw, 31px);
    }

    body.is-infobiz-home-rebuild .home-main__title {
        font-size: 66px;
    }

    body.is-infobiz-home-rebuild .home-main__subtitle {
        font-size: 46px;
    }

    body.is-infobiz-home-rebuild .home-main__illust img {
        width: 440px;
    }
}

@media (max-width: 1080px) {
    body.is-infobiz-home-rebuild .home-main__container {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 22px 16px 0;
    }

    body.is-infobiz-home-rebuild .home-main__right {
        max-width: 580px;
        width: 100%;
        padding-bottom: 22px;
    }

    body.is-infobiz-home-rebuild .home-main__illust {
        margin-top: 4px;
    }

    body.is-infobiz-home-rebuild .home-main__title {
        font-size: 56px;
    }

    body.is-infobiz-home-rebuild .home-main__subtitle {
        font-size: 38px;
    }

    body.is-infobiz-home-rebuild .home-main__price-row {
        flex-wrap: nowrap;
    }

    body.is-infobiz-home-rebuild .home-cta-wide {
        margin-top: 48px;
        padding: 56px 0;
    }

    body.is-infobiz-home-rebuild .home-cta-wide__content {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    body.is-infobiz-home-rebuild .home-cta-wide__button {
        min-width: 0;
        width: 100%;
    }

    body.is-infobiz-home-rebuild .home-cta-wide__right {
        min-height: 0;
    }

    body.is-infobiz-home-rebuild .home-cta-wide__sheet {
        margin: 0 auto;
    }
}

@media (max-width: 860px) {
    body.is-infobiz-home-rebuild.admin-bar .l-header,
    body.is-infobiz-home-rebuild.admin-bar .l-header.is-compact {
        margin-top: 46px !important;
    }

    body.is-infobiz-home-rebuild .l-header__inner {
        min-height: 64px;
    }

    body.is-infobiz-home-rebuild .l-header__logo {
        padding: 10px 0 10px 12px !important;
    }

    body.is-infobiz-home-rebuild .l-header__logo-image {
        width: 90px;
    }

    body.is-infobiz-home-rebuild .home-main__title {
        font-size: clamp(32px, 8.8vw, 38px);
        line-height: 1.15;
        overflow-wrap: anywhere;
    }

    body.is-infobiz-home-rebuild .home-main__subtitle {
        font-size: clamp(22px, 6.2vw, 28px);
        letter-spacing: 0.04em;
        overflow-wrap: anywhere;
    }

    body.is-infobiz-home-rebuild .home-main__price {
        font-size: clamp(18px, 5vw, 24px);
        padding: 10px 16px;
        max-width: 100%;
    }

    body.is-infobiz-home-rebuild .home-main::before {
        top: -56px;
        height: 56px;
    }

    body.is-infobiz-home-rebuild .home-main__illust {
        margin: 0;
        flex: 1 1 auto;
        min-width: 0;
        display: flex;
        justify-content: flex-end;
    }

    body.is-infobiz-home-rebuild .home-main__illust img {
        width: min(46vw, 220px);
        max-width: 100%;
        height: auto;
    }

    body.is-infobiz-home-rebuild .home-main__price-row {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 10px;
        max-width: 100%;
        min-width: 0;
    }

    body.is-infobiz-home-rebuild .home-main,
    body.is-infobiz-home-rebuild .home-main__container,
    body.is-infobiz-home-rebuild .home-main__left,
    body.is-infobiz-home-rebuild .home-main__right {
        max-width: 100%;
        min-width: 0;
        overflow-x: clip;
    }

    body.is-infobiz-home-rebuild .home-hero-form__title {
        font-size: 1.8rem;
    }

    body.is-infobiz-home-rebuild .home-hero-form__submit {
        font-size: 2.1rem;
    }

    body.is-infobiz-home-rebuild .home__section {
        margin: 0 !important;
        padding: 80px 0 !important;
    }

    body.is-infobiz-home-rebuild .home-cta-wide__inner {
        padding: 0 14px;
    }

    body.is-infobiz-home-rebuild .home-cta-wide__headline {
        margin-bottom: 28px;
        font-size: clamp(22px, 6.1vw, 34px);
    }

    body.is-infobiz-home-rebuild .home-cta-wide__lead {
        align-items: flex-start;
        gap: 12px;
    }

    body.is-infobiz-home-rebuild .home-cta-wide__mascot {
        width: 80px;
    }

    body.is-infobiz-home-rebuild .home-cta-wide__check {
        margin-bottom: 8px;
        padding: 5px 14px;
        font-size: 1.15rem;
    }

    body.is-infobiz-home-rebuild .home-cta-wide__text {
        font-size: 1.5rem;
        line-height: 1.7;
    }

    body.is-infobiz-home-rebuild .home-cta-wide__button {
        padding: 14px 24px;
        font-size: 1.8rem;
    }

    body.is-infobiz-home-rebuild .home-cta-wide__sheet::before {
        inset: 16px -16px -16px 16px;
    }

    body.is-infobiz-home-rebuild .home-cta-wide__sheet::after {
        inset: 28px -28px -28px 28px;
    }

    body.is-infobiz-home-rebuild .home-news-card__link {
        padding: 14px 46px 13px 14px;
    }

    body.is-infobiz-home-rebuild .home-news-card__title {
        font-size: 18px;
        color: #111111;
    }

    body.is-infobiz-home-rebuild .home-news-card__excerpt {
        font-size: 15px;
        line-height: 1.6;
    }

    body.is-infobiz-home-rebuild .home-news-card__posted {
        font-size: 13px;
    }

    body.is-infobiz-home-rebuild .home-news-card__arrow {
        width: 28px;
        height: 28px;
        right: 12px;
    }
}
