
:root {
    --footer-honin-color-primary: #349936;
    --footer-honin-color-page-background: #FCF9F3;
    --footer-honin-color-card-background: #FFFFFF;
    --footer-honin-color-contact-background: #DDF2DD;
    --footer-honin-color-inquiry-background: #444444;
    --footer-honin-color-text: #444444;
    --footer-honin-color-on-primary: #FFFFFF;

    --footer-honin-font-family-base: "Noto Sans JP", sans-serif;
    --footer-honin-font-family-en: "Poppins", sans-serif;

    --footer-honin-font-weight-medium: 500;
    --footer-honin-font-weight-bold: 700;
}

.footer-preview {
    margin: 0;
}

.clinic-footer,
.clinic-footer * {
    box-sizing: border-box;
}

.clinic-footer {
    color: var(--footer-honin-color-text);
    background-color: var(--footer-honin-color-page-background);
    font-family: var(--footer-honin-font-family-base);
}



.clinic-footer--honin {
    font-family: var(--footer-honin-font-family-base);
}

.clinic-footer a {
    text-decoration: none;
}

.clinic-footer .clinic-footer__clinic-link,
.clinic-footer .clinic-footer__phone,
.clinic-footer .clinic-footer__inquiry {
    color: var(--footer-honin-color-on-primary);
}

.clinic-footer p,
.clinic-footer h2 {
    margin: 0;
}

.clinic-footer img {
    display: block;
}

.clinic-footer__inner {
    width: 1200px;
    margin: 0 auto;
    padding-top: 80px;
}



.clinic-footer--honin .clinic-footer__inner {
    padding-bottom: 40px;
}

.clinic-footer__columns {
    display: grid;
    grid-template-columns: 540px 620px;
    gap: 40px;
    align-items: start;
}

.clinic-footer__information {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 540px;
}

/* ==========================================================================
    Brand
    ========================================================================== */
.clinic-footer__brand {
    width: 540px;
}

.clinic-footer__brand--honin {
    display: flex;
    align-items: flex-start;
    height: 72px;
}

.clinic-footer__honin-symbol {
    width: 120px;
    height: 62px;
    margin-top: 5px;
    object-fit: cover;
}

.clinic-footer__honin-brand-copy {
    display: flex;
    flex-direction: column;
    margin-left: 10.5px;
    color: var(--footer-honin-color-primary);
    font-size: 24px;
    font-weight: var(--footer-honin-font-weight-bold);
    line-height: 36px;
    letter-spacing: 2.4px;
    white-space: nowrap;
}

.clinic-footer__honin-brand-copy strong {
    font: inherit;
}

.clinic-footer__sp-only,
.clinic-footer__sp-break,
.clinic-footer__saturday-note,
.clinic-footer__saturday-time {
    display: none;
}

/* ==========================================================================
    Schedule
    ========================================================================== */
.clinic-footer__schedule-card {
    width: 540px;
    background-color: var(--footer-honin-color-card-background);
}

.clinic-footer__schedule-card--honin {
    height: 332px;
    padding: 40px 24px 0;
    border-radius: 10px;
}

.clinic-footer__schedule-layout {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 492px;
}

.clinic-footer__schedule-head,
.clinic-footer__schedule-row {
    position: relative;
    width: 492px;
}



.clinic-footer--honin .clinic-footer__schedule-head,
.clinic-footer--honin .clinic-footer__schedule-row {
    height: 32px;
    font-size: 20px;
    line-height: 32px;
}

.clinic-footer__schedule-head strong {
    font-size: inherit;
    font-weight: var(--footer-honin-font-weight-bold);
}

.clinic-footer--honin .clinic-footer__schedule-head > strong {
    letter-spacing: 2px;
}

.clinic-footer__schedule-row > span:first-child {
    font-weight: var(--footer-honin-font-weight-medium);
    white-space: nowrap;
}

.clinic-footer--honin .clinic-footer__schedule-row > span:first-child {
    letter-spacing: 1px;
}

.clinic-footer__schedule-days {
    position: absolute;
    top: 0;
    left: 160px;
    display: grid;
    grid-template-columns: repeat(8, 20px);
    gap: 20px;
    font-size: 20px;
    font-weight: var(--footer-honin-font-weight-bold);
    letter-spacing: 0;
}

.clinic-footer--honin .clinic-footer__schedule-days {
    letter-spacing: 1px;
}

.clinic-footer__schedule-days span {
    display: block;
    width: 20px;
    text-align: center;
}

.clinic-footer__schedule-rule {
    width: 492px;
    height: 1px;
}



.clinic-footer__honin-schedule-marks {
    position: absolute;
    top: 6px;
    left: 159.5px;
    display: grid;
    grid-template-columns: repeat(8, 20px);
    gap: 20px;
    width: 300px;
    height: 20px;
}

.clinic-footer__honin-schedule-marks > span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
}

.clinic-footer__honin-schedule-marks img {
    flex: none;
}

.clinic-footer__honin-schedule-marks .clinic-footer__short-mark {
    transform: translateX(-1.5px);
}



.clinic-footer__schedule-notes {
    transform: translateY(-3px);
    font-size: 16px;
    font-weight: var(--footer-honin-font-weight-medium);
    line-height: 30px;
    letter-spacing: 0.8px;
    white-space: nowrap;
}

.clinic-footer__schedule-notes p {
    display: flex;
    align-items: center;
    height: 30px;
}

.clinic-footer__schedule-notes img {
    width: 25px;
    height: 19px;
    margin-right: 8px;
}

/* ==========================================================================
    Related clinic banner
    ========================================================================== */
.clinic-footer__clinic-link {
    position: relative;
    display: block;
    width: 540px;
    height: 150px;
    overflow: hidden;
    color: var(--footer-honin-color-on-primary);
    background-color: var(--footer-honin-color-primary);
    transition: filter 0.25s ease;
}

.clinic-footer__clinic-link:hover {
    filter: brightness(1.06);
}

.clinic-footer__clinic-photo {
    position: absolute;
    top: 16px;
    left: 16px;
    display: block;
    width: 157px;
    height: 118px;
    overflow: hidden;
    border-radius: 10px;
}

.clinic-footer__clinic-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.clinic-footer__clinic-copy--honin > strong {
    position: absolute;
    top: 17px;
    left: 251px;
    font-family: var(--footer-honin-font-family-base);
    font-size: 20px;
    font-weight: var(--footer-honin-font-weight-bold);
    line-height: 30px;
    letter-spacing: 1px;
    white-space: nowrap;
}

.clinic-footer__related-wordmark {
    position: absolute;
    top: 48px;
    left: 189px;
    display: block;
    width: 290px;
    height: 79px;
    overflow: hidden;
}

.clinic-footer__related-wordmark img {
    position: absolute;
    top: -5.26%;
    left: 0;
    width: 100%;
    height: 105.26%;
}

.clinic-footer__clinic-guide {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    width: 40px;
    height: 150px;
    padding-top: 10px;
    color: var(--footer-honin-color-primary);
    background-color: var(--footer-honin-color-card-background);
    border: 2px solid var(--footer-honin-color-primary);
    font-size: 16px;
    font-weight: var(--footer-honin-font-weight-bold);
    line-height: 18px;
    letter-spacing: 0.8px;
    writing-mode: vertical-rl;
}



.clinic-footer--honin .clinic-footer__clinic-guide {
    font-family: var(--footer-honin-font-family-base);
}

.clinic-footer__clinic-guide img {
    position: absolute;
    right: 4px;
    bottom: 4px;
    width: 10px;
    height: 10px;
}

/* ==========================================================================
    Contact
    ========================================================================== */
.clinic-footer__contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 620px;
    background-color: var(--footer-honin-color-contact-background);
    border-radius: 10px;
    text-align: center;
}



.clinic-footer--honin .clinic-footer__contact {
    height: 602px;
    padding-top: 83px;
}

.clinic-footer__contact-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    width: 368px;
}

.clinic-footer__contact-en {
    width: 100%;
    color: var(--footer-honin-color-primary);
    font-size: 16px;
    font-weight: var(--footer-honin-font-weight-medium);
    line-height: 16px;
}



.clinic-footer--honin .clinic-footer__contact-en {
    font-family: var(--footer-honin-font-family-en);
}

.clinic-footer__contact-title {
    width: 100%;
    color: var(--footer-honin-color-text);
    font-size: 24px;
    font-weight: var(--footer-honin-font-weight-bold);
    line-height: 36px;
    white-space: nowrap;
}



.clinic-footer--honin .clinic-footer__contact-title {
    letter-spacing: 2.4px;
}

.clinic-footer__phone-area {
    position: relative;
    width: 400px;
    height: 168px;
    margin-top: 32px;
}

.clinic-footer__phone {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 400px;
    height: 100px;
    padding-top: 15px;
    color: var(--footer-honin-color-on-primary);
    background-color: var(--footer-honin-color-primary);
    border-radius: 10px;
    transition: filter 0.25s ease;
}



.clinic-footer__phone:hover,
.clinic-footer__inquiry:hover {
    filter: brightness(1.08);
}

.clinic-footer__phone-label {
    font-size: 20px;
    font-weight: var(--footer-honin-font-weight-bold);
    line-height: 30px;
    white-space: nowrap;
}



.clinic-footer--honin .clinic-footer__phone-label {
    line-height: 32px;
    letter-spacing: 2px;
}

.clinic-footer__phone-number {
    display: flex;
    align-items: center;
    gap: 4px;
    height: 32px;
    margin-top: 5px;
    font-size: 32px;
    font-weight: var(--footer-honin-font-weight-bold);
    line-height: 32px;
    letter-spacing: 0.64px;
    white-space: nowrap;
}

.clinic-footer--honin .clinic-footer__phone-number {
    margin-top: 4px;
}

.clinic-footer__phone-number img {
    width: 28px;
    height: 28px;
}

.clinic-footer__phone-meta {
    position: absolute;
    top: 108px;
    left: 0;
    width: 400px;
    color: var(--footer-honin-color-text);
    font-size: 16px;
    font-weight: var(--footer-honin-font-weight-medium);
    line-height: 30px;
    letter-spacing: 0.8px;
    white-space: nowrap;
}

.clinic-footer__inquiry-area {
    position: relative;
    width: 400px;
    height: 148px;
    margin-top: 32px;
}



.clinic-footer__inquiry {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 400px;
    height: 100px;
    padding-top: 22px;
    color: var(--footer-honin-color-on-primary);
    background-color: var(--footer-honin-color-inquiry-background);
    border-radius: 10px;
    transition: filter 0.25s ease;
}



.clinic-footer__inquiry strong {
    font-size: 20px;
    font-weight: var(--footer-honin-font-weight-bold);
    line-height: 32px;
    letter-spacing: 2px;
    white-space: nowrap;
}



.clinic-footer__inquiry small {
    font-size: 14px;
    font-weight: var(--footer-honin-font-weight-medium);
    line-height: 26px;
    letter-spacing: 0.7px;
    white-space: nowrap;
}

.clinic-footer__insurance {
    position: absolute;
    top: 116px;
    left: 0;
    width: 400px;
    color: var(--footer-honin-color-text);
    font-size: 20px;
    font-weight: var(--footer-honin-font-weight-bold);
    line-height: 32px;
    letter-spacing: 2px;
    white-space: nowrap;
}



.clinic-footer .clinic-footer__copyright {
    margin-top: 40px;
    color: var(--footer-honin-color-text);
    font-size: 12px;
    font-weight: var(--footer-honin-font-weight-medium);
    line-height: 12px;
    letter-spacing: 0.6px;
    text-align: center;
    white-space: nowrap;
}

@media screen and (max-width: 1299.98px) {
    .clinic-footer__inner,
    .clinic-footer--honin .clinic-footer__inner {
        width: min(calc(100% - 32px), 620px);
        padding-top: 48px;
        padding-bottom: 40px;
    }

    .clinic-footer__columns {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .clinic-footer__information,
    .clinic-footer__contact {
        margin-right: auto;
        margin-left: auto;
    }
}

@media screen and (max-width: 1299.98px) {
    .clinic-footer__inner,
    .clinic-footer--honin .clinic-footer__inner {
        width: calc(100% - 24px);
        padding-top: 36px;
        padding-bottom: 32px;
    }

    .clinic-footer__columns {
        gap: 28px;
    }

    .clinic-footer__information,
    .clinic-footer__brand,
    .clinic-footer__schedule-card,
    .clinic-footer__clinic-link,
    .clinic-footer__contact {
        width: 100%;
    }

    .clinic-footer__information {
        gap: 20px;
    }

    

    

    .clinic-footer__brand--honin {
        height: auto;
        min-height: 62px;
    }

    .clinic-footer__honin-symbol {
        flex: 0 0 22.2%;
        width: 22.2%;
        height: auto;
    }

    .clinic-footer__honin-brand-copy {
        margin-left: 2%;
        font-size: clamp(14px, 4.2vw, 21px);
        line-height: 1.5;
        letter-spacing: 0.08em;
        white-space: normal;
    }

    .clinic-footer__schedule-card--honin {
        height: auto;
        padding: 28px 12px 30px;
        border-radius: 10px;
    }

    .clinic-footer__schedule-layout,
    .clinic-footer__schedule-head,
    .clinic-footer__schedule-row,
    .clinic-footer__schedule-rule {
        width: 100%;
    }

    .clinic-footer__schedule-layout {
        gap: 12px;
    }

    .clinic-footer--honin .clinic-footer__schedule-head,
    .clinic-footer--honin .clinic-footer__schedule-row {
        height: 28px;
        font-size: 14px;
        line-height: 28px;
        letter-spacing: 0.04em;
    }

    .clinic-footer__schedule-days {
        right: 0;
        left: auto;
        grid-template-columns: repeat(8, 1fr);
        gap: 0;
        width: calc(100% - 110px);
        font-size: 14px;
    }

    .clinic-footer__schedule-days span {
        width: auto;
    }

    

    .clinic-footer__honin-schedule-marks {
        top: 4px;
        right: 0;
        left: auto;
        grid-template-columns: repeat(8, 1fr);
        gap: 0;
        width: calc(100% - 110px);
    }

    .clinic-footer__schedule-notes {
        transform: none;
        font-size: 12px;
        line-height: 1.8;
        letter-spacing: 0.04em;
        white-space: normal;
    }

    .clinic-footer__schedule-notes p {
        height: auto;
        min-height: 25px;
    }

    .clinic-footer__schedule-notes img {
        flex: 0 0 18px;
        width: 18px;
        height: auto;
        margin-right: 4px;
    }

    .clinic-footer__clinic-link {
        height: 128px;
    }

    .clinic-footer__clinic-photo {
        top: 10px;
        left: 10px;
        width: 29%;
        height: 108px;
    }

    

    

    

    

    .clinic-footer__clinic-copy--honin > strong {
        top: 14px;
        right: 38px;
        left: 33%;
        font-size: 14px;
        text-align: center;
    }

    .clinic-footer__related-wordmark {
        top: 47px;
        right: 38px;
        left: 33%;
        width: auto;
        height: 66px;
    }

    .clinic-footer__clinic-guide {
        width: 32px;
        height: 128px;
        font-size: 13px;
        line-height: 15px;
    }

    .clinic-footer__clinic-guide img {
        right: 3px;
        bottom: 3px;
        width: 8px;
        height: 8px;
    }

    .clinic-footer--honin .clinic-footer__contact {
        height: auto;
        padding: 40px 16px;
    }

    .clinic-footer__contact-heading {
        width: 100%;
    }

    .clinic-footer__contact-title {
        font-size: clamp(18px, 5.5vw, 22px);
        letter-spacing: 0.05em;
        white-space: normal;
    }

    .clinic-footer__phone-area,
    .clinic-footer__inquiry-area {
        width: min(100%, 400px);
    }

    .clinic-footer__phone,
    .clinic-footer__inquiry,
    .clinic-footer__phone-meta,
    .clinic-footer__insurance {
        width: 100%;
    }

    .clinic-footer__phone-label,
    .clinic-footer__inquiry strong {
        font-size: 17px;
    }

    .clinic-footer__phone-number {
        font-size: clamp(24px, 8vw, 32px);
    }

    .clinic-footer__phone-meta {
        font-size: 13px;
        letter-spacing: 0.04em;
    }

    .clinic-footer__inquiry small {
        font-size: 12px;
    }

    .clinic-footer__insurance {
        font-size: clamp(14px, 4.5vw, 18px);
        letter-spacing: 0.05em;
        white-space: normal;
    }

    .clinic-footer__copyright {
        margin-top: 32px;
        font-size: 9px;
        letter-spacing: 0.04em;
        white-space: normal;
    }
}

@media (prefers-reduced-motion: reduce) {
    .clinic-footer__clinic-link,
    .clinic-footer__phone,
    .clinic-footer__inquiry {
        transition: none;
    }
}

/* ==========================================================================
    Figma SP footer (375px design / SP: less than 1300px)
    ========================================================================== */
@media screen and (max-width: 1299.98px) {
    .clinic-footer--honin {
        min-height: 1230px;
        background-color: #FCF9F3;
    }

    .clinic-footer--honin .clinic-footer__inner {
        width: min(327px, calc(100% - 48px));
        margin: 0 auto;
        padding: 56px 0 51px;
    }

    .clinic-footer--honin .clinic-footer__columns {
        display: grid;
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .clinic-footer--honin .clinic-footer__information {
        gap: 24px;
        width: 327px;
    }

    .clinic-footer--honin .clinic-footer__brand--honin {
        position: relative;
        display: block;
        width: 327px;
        height: 96px;
        min-height: 0;
    }

    .clinic-footer--honin .clinic-footer__honin-symbol {
        position: absolute;
        top: 17px;
        left: 0;
        width: 120px;
        height: 62px;
        margin: 0;
        object-fit: cover;
    }

    .clinic-footer--honin .clinic-footer__honin-brand-copy {
        position: absolute;
        top: 0;
        left: 130.5px;
        display: flex;
        width: 197px;
        margin: 0;
        font-size: 20px;
        line-height: 32px;
        letter-spacing: 2px;
        white-space: nowrap;
    }

    .clinic-footer--honin .clinic-footer__honin-brand-copy strong {
        width: 197px;
        white-space: normal;
    }

    .clinic-footer--honin .clinic-footer__schedule-card--honin {
        position: relative;
        width: 327px;
        height: 257px;
        padding: 24px 32px;
        border-radius: 10px;
    }

    .clinic-footer--honin .clinic-footer__schedule-layout {
        position: relative;
        display: block;
        width: 263px;
        height: 209px;
    }

    .clinic-footer--honin .clinic-footer__pc-only {
        display: none;
    }

    .clinic-footer--honin .clinic-footer__sp-only,
    .clinic-footer--honin .clinic-footer__sp-break,
    .clinic-footer--honin .clinic-footer__saturday-note,
    .clinic-footer--honin .clinic-footer__saturday-time {
        display: inline;
    }

    .clinic-footer--honin .clinic-footer__schedule-head {
        position: absolute;
        top: 0;
        left: 0;
        width: 263px;
        height: 30px;
        font-size: 16px;
        line-height: 30px;
        letter-spacing: 0.8px;
    }

    .clinic-footer--honin .clinic-footer__schedule-head > strong {
        letter-spacing: 0.8px;
    }

    .clinic-footer--honin .clinic-footer__schedule-days {
        top: 7px;
        right: auto;
        left: 113.5px;
        display: grid;
        grid-template-columns: repeat(6, 16px);
        gap: 10px;
        width: 146px;
        font-size: 16px;
        line-height: 16px;
        letter-spacing: 0.8px;
    }

    .clinic-footer--honin .clinic-footer__schedule-days span {
        width: 16px;
    }

    .clinic-footer--honin .clinic-footer__schedule-rule {
        position: absolute;
        left: 0;
        width: 263px;
        height: 1px;
    }

    .clinic-footer--honin .clinic-footer__schedule-rule:nth-of-type(1) {
        top: 40px;
    }

    .clinic-footer--honin .clinic-footer__schedule-rule:nth-of-type(2) {
        top: 91px;
    }

    .clinic-footer--honin .clinic-footer__schedule-rule:nth-of-type(3) {
        top: 161px;
    }

    .clinic-footer--honin .clinic-footer__schedule-row {
        position: absolute;
        left: 0;
        width: 263px;
        height: 30px;
        font-size: 14px;
        line-height: 26px;
        letter-spacing: 0.7px;
    }

    .clinic-footer--honin .clinic-footer__schedule-row:nth-of-type(2) {
        top: 51px;
    }

    .clinic-footer--honin .clinic-footer__schedule-row:nth-of-type(3) {
        top: 102px;
        height: 49px;
    }

    .clinic-footer--honin .clinic-footer__honin-schedule-marks {
        top: 8px;
        right: auto;
        left: 113.5px;
        display: grid;
        grid-template-columns: repeat(6, 14px);
        gap: 12px;
        width: 144px;
        height: 14px;
    }

    .clinic-footer--honin .clinic-footer__honin-schedule-marks > span {
        width: 14px;
        height: 14px;
    }

    .clinic-footer--honin .clinic-footer__honin-schedule-marks img {
        width: 14px;
        height: 14px;
    }

    .clinic-footer--honin .clinic-footer__honin-schedule-marks .clinic-footer__short-mark {
        width: 18px;
        height: 14px;
        transform: translateX(-1px);
    }

    .clinic-footer--honin .clinic-footer__honin-schedule-marks .clinic-footer__short-mark img {
        width: 18px;
        height: 14px;
    }

    .clinic-footer--honin .clinic-footer__saturday-note {
        position: absolute;
        top: 26px;
        left: 0;
        font-size: 10px;
        line-height: 16px;
        letter-spacing: 0.8px;
        white-space: nowrap;
    }

    .clinic-footer--honin .clinic-footer__saturday-time {
        position: absolute;
        top: 23px;
        left: 240.25px;
        font-size: 8px;
        line-height: 8px;
        letter-spacing: 0;
        text-align: center;
        white-space: nowrap;
    }

    .clinic-footer--honin .clinic-footer__schedule-notes {
        position: absolute;
        top: 157px;
        left: 0;
        width: 263px;
        transform: none;
        font-size: 14px;
        line-height: 26px;
        letter-spacing: 0.7px;
        white-space: normal;
    }

    .clinic-footer--honin .clinic-footer__schedule-notes p {
        display: block;
        width: 263px;
        height: auto;
        min-height: 0;
    }

    .clinic-footer--honin .clinic-footer__schedule-notes .clinic-footer__pc-only {
        display: none;
    }

    .clinic-footer--honin .clinic-footer__clinic-link {
        width: 327px;
        height: 131px;
        background-color: #349936;
    }

    .clinic-footer--honin .clinic-footer__clinic-photo {
        top: 11px;
        left: 10.39px;
        width: 108.984px;
        height: 82px;
        border-radius: 5px;
    }

    .clinic-footer--honin .clinic-footer__clinic-copy--honin > strong {
        top: 9px;
        right: auto;
        left: 156.12px;
        width: 134px;
        font-size: 16px;
        line-height: 30px;
        letter-spacing: 0.8px;
        text-align: left;
    }

    .clinic-footer--honin .clinic-footer__related-wordmark {
        top: 40px;
        right: auto;
        left: 128.12px;
        width: 190.502px;
        height: 51.856px;
    }

    .clinic-footer--honin .clinic-footer__clinic-guide {
        top: 98px;
        right: 0;
        display: block;
        width: 327px;
        height: 33px;
        padding: 6px 0 0;
        color: #349936;
        background-color: #FFFFFF;
        border: 2px solid #349936;
        font-size: 16px;
        line-height: 18px;
        letter-spacing: 3.2px;
        text-align: center;
        writing-mode: horizontal-tb;
    }

    .clinic-footer--honin .clinic-footer__clinic-guide img {
        right: 4px;
        bottom: 4px;
        width: 10px;
        height: 10px;
    }

    .clinic-footer--honin .clinic-footer__contact {
        width: 327px;
        height: 536px;
        padding: 32px 24px 0;
        border-radius: 5px;
    }

    .clinic-footer--honin .clinic-footer__contact-heading {
        gap: 4px;
        width: 279px;
    }

    .clinic-footer--honin .clinic-footer__contact-title {
        font-size: 24px;
        line-height: 36px;
        letter-spacing: 2.4px;
        white-space: nowrap;
    }

    .clinic-footer--honin .clinic-footer__phone-area {
        width: 279px;
        height: 164px;
        margin-top: 24px;
    }

    .clinic-footer--honin .clinic-footer__phone,
    .clinic-footer--honin .clinic-footer__phone-meta {
        width: 279px;
    }

    .clinic-footer--honin .clinic-footer__phone-label {
        font-size: 18px;
        line-height: 30px;
        letter-spacing: 0.9px;
    }

    .clinic-footer--honin .clinic-footer__phone-number {
        margin-top: 5px;
        font-size: 32px;
    }

    .clinic-footer--honin .clinic-footer__phone-meta {
        top: 112px;
        font-size: 14px;
        line-height: 26px;
        letter-spacing: 0.7px;
    }

    .clinic-footer--honin .clinic-footer__inquiry-area {
        width: 279px;
        height: 168px;
        margin-top: 24px;
    }

    .clinic-footer--honin .clinic-footer__inquiry {
        width: 279px;
        height: 100px;
    }

    .clinic-footer--honin .clinic-footer__inquiry strong {
        font-size: 16px;
        line-height: 30px;
        letter-spacing: 0.8px;
    }

    .clinic-footer--honin .clinic-footer__inquiry small {
        font-size: 14px;
    }

    .clinic-footer--honin .clinic-footer__insurance {
        top: 108px;
        width: 279px;
        font-size: 16px;
        line-height: 30px;
        letter-spacing: 0.8px;
        white-space: nowrap;
    }

    .clinic-footer--honin .clinic-footer__copyright {
        margin-top: 16px;
        font-size: 10px;
        line-height: 10px;
        letter-spacing: 0.5px;
        white-space: nowrap;
    }
}
