@charset "utf-8";


body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input,
textarea,
select,
button {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    *font-size: 100%;
    border-radius: 0;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    background-color: inherit;
}

input,
textarea,
select {
    font-size: 16px;
}

textarea {
    resize: vertical;
    display: block;
}

button {
    padding: 0;
    cursor: pointer;
}

legend {
    color: #000;
}

main {
    display: block;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover,
a:focus,
a:active,
a:visited {
    text-decoration: none;
    color: inherit;
}

img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
    object-fit: contain;
}

svg {
    display: block;
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
}

*::before,
*::after {
    box-sizing: border-box;
}

:root {
    --yellow: #FFF101;
}

/* ------------------------------ */
/* メインコンテンツ */
/* ------------------------------ */

body {

    font-size: 16px;
    line-height: 1.5;
    color: #33464B;
}

.lp-contents {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    position: relative;
    font-family: 'Noto Sans JP', sans-serif;
}


.m-cta__btn {
    width: fit-content;
    min-width: 290px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: opacity 0.3s;
}

.m-cta__btn:hover {
    opacity: 0.8;
}

.m-cta__btn-text-black {
    color: #33464B;
    margin-top: 32px;
    margin-bottom: 8px;
    font-size: 17px;
    font-weight: 500;
}

@media (max-width: 410px) {
    .m-cta__btn-text-black {
        font-size: 15px;
    }
}

.m-cta__btn-text {
    text-align: center;
    font-size: 20px;
    margin-bottom: 6px;
}

@media (min-width: 460px) {
    .m-cta__btn-text {
        font-size: 28px;
    }
}

.m-cta__btn-link {
    background: #FF963A;
    width: 100%;
    padding: 8px 40px;
    border-radius: 8px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #fff !important;
    box-shadow: inset -1px -1px 12px 0 rgba(0, 0, 0, 0.25);
}

@media (min-width: 460px) {
    .m-cta__btn-link {
        font-size: 28px;
    }

}

.m-cta__btn-link span {
    font-size: 14px;
    font-weight: 400;
}

@media (min-width: 460px) {
    .m-cta__btn-link span {
        font-size: 20px;
    }
}

.m-cta__img {
    width: 50px;
    position: absolute;
    bottom: 0;
    right: -10px;
    transform: translateY(50%);
    animation: hand-icon-animation 1s infinite;
}

@keyframes hand-icon-animation {
    0% {
        transform: translate(10%, 50%);
    }

    100% {
        transform: translate(0%, 35%);
    }
}

.scale-19 {
    font-size: 19px;
    font-weight: bold;
}

.scale-20 {
    font-size: 20px;
    font-weight: bold;
}

.scale-50 {
    font-size: 50px;
    font-weight: 900;
}

.scale-24 {
    font-size: 24px;
    font-weight: bold;
}

.scale-26 {
    font-size: 26px;
    font-weight: bold;
}

.border {
    font-weight: bold;
    text-decoration: underline;
    text-decoration-thickness: 5px;
    text-decoration-color: var(--yellow);
    text-underline-offset: 0px;
}

.lp-contents h3 {
    font-family: 'Noto Sans JP', sans-serif;
}

.lp-contents #ast-scroll-top {
    display: none !important;
}

/* ------------------------------ */
/* ヘッダー */
/* ------------------------------ */

.header {
    background: #fff;
    position: fixed;
    top: 0;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    max-width: 600px;
    z-index: 100;
}

.header__inner {
    display: flex;
    padding: 9px 24px;
    align-items: center;
    max-width: 600px;
    margin: 0 auto;
    justify-content: space-between;
}

.header__logo {
    width: clamp(64px, 19%, 85px);
}

.header__tel {
    font-family: 'Roboto', sans-serif;
    font-size: clamp(18px, 5%, 28px);
}

.header__tel-icon {
    width: clamp(26px, 7%, 32px);
    flex-shrink: 0;
    line-height: 1;
}

@media (min-width: 500px) {
    .header__tel-icon {
        width: 32px;
    }
}

.header__tel a {
    display: flex;
    width: fit-content;
    align-items: center;
    justify-content: center;
}

.header__btn {
    color: #fff;
    background: #FF963A;
    padding: 6px 10px;
    flex-shrink: 0;
    border-radius: 4px;
}

.header__btn a {
    font-size: 16px;
}

@media (min-width: 430px) {
    .header__btn a {
        font-size: 18px;
    }
}

@media (min-width: 500px) {
    .header__btn a {
        font-size: 24px;
    }
}

.header__tel span {
    font-size: 18px;
}

@media (min-width: 430px) {
    .header__tel span {
        font-size: 24px;
    }
}

@media (min-width: 500px) {
    .header__tel span {
        font-size: 32px;
    }
}

/* ------------------------------ */
/* メインビジュアル */
/* ------------------------------ */
.mainV {
    padding: 0 20px;
    padding-top: 60px;
    position: relative;
    padding-bottom: 45px;
    width: 100%;
    height: auto;
    background: url("../../lp-img/fv.webp") center center / cover no-repeat;
}

.mainV__title {
    padding-top: 40px;
}

.mainV__hum {
    width: 62%;
    margin-top: 15px;
}



.mainV__cta {
    margin-top: 16px;
    color: #fff;


}

.mainV__img {
    margin-top: 28px;
}

.worry img {
    object-fit: cover;
}

.solution__content {
    background: url("../../lp-img/section-bg.webp") center top / cover no-repeat;
    padding: 0 20px;
}

.solution__item {
    margin-top: 56px;
}

.solution__title-no {
    display: inline-block;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    padding: 10px 12px;
    line-height: 1;
    background: #FCB7B8;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    border-radius: 10px;
    margin-right: 16px;
}

.solution__title-text {
    color: #FCB7B8;
    text-decoration: underline 2px solid #FCB7B8;
    text-underline-offset: 8px;
}

.solution__img {
    width: 65%;
    margin: 0 auto;
    margin-top: 16px;
    margin-bottom: 16px;
}

.solution__content-text {
    text-align: center;
}



/* 実績 */
.case {
    background: #EFF8FC;
    margin-top: 48px;
}

.case__head {
    padding-top: 70px;
    padding-bottom: 130px;
    background: url("../../lp-img/Achievementsーbg.webp") center top / cover no-repeat;
}

.case__title {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.5;
    background: rgba(255, 255, 255, 0.7);

}

.case__list {
    padding: 0 20px;
    padding-bottom: 47px;
    display: flex;
    flex-direction: column;
    gap: 13px;
    margin-top: -50px;
}

.case__item {
    background: #fff;
    border-radius: 4px;
    box-shadow: 2px 4px 8px 0 rgba(0, 0, 0, 0.25);
}

.case__item-title {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    line-height: 1.5;
    padding: 8px;
    color: #fff;
    background: #33464B;
    border-radius: 4px 4px 0 0;
}

@media (max-width: 400px) {
    .case__item-title {
        font-size: 17px;
    }
}

.case__item-inner {
    padding: 10px;
}

.case__item-img {
    width: 100%;
    object-fit: cover;
}

.case__item-content {
    background: #EFF8FC;
    padding: 8px 16px;
}

.solution__arrow-box {
    position: relative;
    margin-top: 45px;
}

.solution__arrow {
    width: 36%;
    margin: 0 auto;
}

.solution__arrow-text {
    font-size: 34px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -100%);
}

@media (max-width: 400px) {
    .solution__arrow-text {
        font-size: 28px;
        top: 60%;
    }
}

.renovation {
    background: #FCB7B8;
    margin-top: 39px;
    padding: 48px 21px;
}

.renovation__title {
    font-size: 34px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 1.5;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.25);
}

@media (max-width: 400px) {
    .renovation__title {
        font-size: 28px;
    }
}

.renovation__title-yellow {
    color: #FFF101;
}

.renovation__copy {
    color: #fff;
    margin-top: 32px;
}

.renovation__copy-text {
    text-align: center;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.25);
}

@media (max-width: 410px) {
    .renovation__copy-text {
        font-size: 14px;
    }
}


@media (max-width: 430px) {
    .renovation__copy-text .scale-20 {
        font-size: 18px;
    }
}

@media (max-width: 410px) {
    .renovation__copy-text .scale-20 {
        font-size: 17px;
    }
}

.step {
    padding-bottom: 30px;
    background: url("../../lp-img/flow-bg.webp") center center / cover no-repeat;
}

.step__content {
    background: #FCB7B8;
    padding: 16px 18px;
    text-align: center;
}

.step__copy-01 {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}

.step__copy-02 {
    width: fit-content;
    padding: 4px 10px;
    color: #FCB7B8;
    font-size: 24px;
    font-weight: bold;
    background: #fff;
    border-radius: 8px;
    margin: 0 auto;
    margin-top: 6px;
}

.step__copy-03 {
    text-align: center;
    margin-top: 26px;
    margin-bottom: 42px;
    line-height: 1.7;
}


.chance {
    background: url("../../lp-img/chance-bg.webp") center center / cover no-repeat;
    padding-top: 37px;
    padding-bottom: 48px;
}

.chance__title {
    text-align: center;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.5;
}

.chance__copy {
    text-align: center;
    line-height: 1.7;
    margin-bottom: 13px;
    margin-top: 18px;
}

.chance__copy-white {
    background: #fff;
    font-size: 17px;
}

.chance__img {
    margin-bottom: 28px;
}

.chance__img-btm {
    padding: 0 20px;
    margin-top: 38px;
}

/* ------------------------------ */
/* フッター */
/* ------------------------------ */
.top-btn {
    display: block;
    background: #33464B;
    padding: 2px;
    text-align: center;
}

.top-btn span {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(-45deg) translate(-25%, 25%);
}

.footer__inner-3col {
    display: grid;
    grid-template-columns: .5fr 1fr 1fr;
    padding: 25px 20px 20px 20px;
    gap: 15px;
}

.footer__sns {
    display: flex;
    margin-top: 6px;
    gap: 13px;
}

.footer__logo {
    width: 85px;
    margin-top: 8px;
}

.footer__line {
    width: 24px;
}

.footer__instagram {
    width: 24px;
}

/* .footer__center {
    margin-right: 50px;
    margin-left: 18px;
} */

.footer__nav-item {
    margin-top: 8px;
}

.footer__nav-item-text {
    white-space: nowrap;
}

@media (max-width: 400px) {
    .footer__nav-item-text {
        font-size: 14px;
    }
}

.footer__tel-fax {
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 16px;
    align-items: center;
}

.footer__tel-fax .footer__tel,
.footer__tel-fax .footer__fax {
    margin: 0;
    flex-shrink: 0;
}

.footer__copyright {
    font-size: 14px;
    text-align: center;
    border-top: 1px solid #33464B;
    white-space: nowrap;
    padding: 8px 16px 16px;
}

.footer__inner {
    padding: 20px;
    padding-bottom: 16px;
    line-height: 1.7;
    position: relative;
}

.footer__inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 20px;
    right: 20px;
    border-top: 1px solid #D9D9D9;
}

/* ------------------------------ */
/* コンタクトフォーム */
/* ------------------------------ */


.contact {
    position: relative;
    padding: 5%;
    background: #FCB7B8;
    padding-top: 22px;
}

.contact__inner {
    position: relative;
    background: #fff;
    border-radius: 12px;
}

.contact__inner::before {
    width: 96%;
    height: 98%;
    border: 2px solid #FCB7B8;
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    z-index: 1;
    transform: translate(-50%, -50%);
    border-radius: 12px;
    pointer-events: none;
}

.contact__form {
    padding: 5%;
}

.contact__head {
    background: #FFF9B4;
    padding-top: 30px;
    border-radius: 12px 12px 0 0;
    padding-bottom: 15px;
}

.contact__title {
    width: 75%;
    margin: 0 auto;
    text-align: center;
    color: #FCB7B8;
    font-size: 18px;
}

.contact-icon {
    width: 72px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    transform: translate(5%, -25%);
}

@media (min-width: 460px) {
    .contact-icon {
        width: 94px;
    }
}

input[type=email],
input[type=number],
input[type=password],
input[type=reset],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
    background: #EFF8FC;
}

.wpcf7 input:not([type=submit]):focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
    background: #FFF9B4 !important;
}

.wpcf7-submit.form__submit {
    background-image: url("../../lp-img/submit.webp");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 60px;
    padding: 0;
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    border-radius: 0 !important;
    transition: opacity 0.3s;
}

.wpcf7-submit.form__submit:hover {
    opacity: 0.5 !important;
}

/* .wpcf7 form>div,
.wpcf7 form>p {
    margin: 0 !important;
} */


.contact-p {
    text-align: center;
    font-size: 17px;
    margin-top: 32px !important;
}

@media (max-width: 390px) {
    .contact-p {
        font-size: 15px;
    }
}

.contact-p span {
    font-weight: bold;
    font-size: 18px;
}

@media (max-width: 390px) {
    .contact-p span {
        font-size: 16px;
    }
}


.wpcf7-submit.form__submit:hover,
.wpcf7-submit.form__submit:focus {
    background-image: url("../../lp-img/submit.webp");
    background-color: transparent;
    opacity: 0.9;
}

.contact__tel-box {
    text-align: center;
    margin-top: 24px;
    margin-bottom: 32px;
}

.contact__tel-box .scale-20 {

    font-weight: 500;
}

.contact__tel {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    color: var(--yellow);
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 500;
    margin: 10px 0;
}

.contact__tel {
    span {
        width: 32px;
        line-height: 1;
    }
}

/* フォーム必須・任意ラベル */
.form-unit__head {
    position: relative;
    display: inline-block;
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 17px;
}

.form-unit__head.m-required::before {
    content: '必須';
    display: inline-block;
    background: #FCB7B8;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 2px 8px;
    border-radius: 4px;
    margin-right: 8px;
    vertical-align: middle;
    transform: translateY(-2px);
}

.form-unit__head.m-optional::before {
    content: '任意';
    display: inline-block;
    background: #fff;
    color: #FCB7B8;
    font-size: 16px;
    font-weight: 500;
    padding: 2px 8px;
    border-radius: 4px;
    margin-right: 8px;
    vertical-align: middle;
    border: 1px solid #FCB7B8;
    transform: translateY(-2px);
}

/* セレクトボックスプルダウンアイコン */
.form-unit__select,
.wpcf7 select {
    position: relative;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: none;
    padding-right: 40px;
}

.form-unit__select::-ms-expand,
.wpcf7 select::-ms-expand {
    display: none;
}

.wpcf7-form-control-wrap[data-name="select"],
.wpcf7-form-control-wrap:has(select) {
    position: relative;
    display: inline-block;
    width: 100%;
}

.wpcf7-form-control-wrap[data-name="select"]::after,
.wpcf7-form-control-wrap:has(select)::after {
    content: '';
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #33464B;
    pointer-events: none;
    z-index: 1;
}

/* FAQ section */
.faq {
    background-color: #EFF8FC;
    padding: 32px 20px;
    padding-bottom: 48px;
}

.faq__title {
    font-size: 32px;
    font-weight: 500;
    text-align: center;
    color: #33464B;
    font-family: 'Noto Sans JP', sans-serif;
    margin-bottom: 40px;
}

.faq__list {
    max-width: 560px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.faq__item {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.faq__question {
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
    transition: background-color 0.3s;
}

.faq__question:hover {
    background-color: #fafafa;
}

.faq__question-text {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    color: #33464B;
    padding-right: 40px;
}

.faq__icon {
    width: 32px;
    height: 32px;
    background-color: #33464B;
    border-radius: 50%;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s, background-color 0.3s;
}

.faq__icon::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: translate(-50%, -70%) rotate(45deg);
    transition: transform 0.3s;
}

.faq__item.is-open .faq__icon {
    background-color: #33464B;
}

.faq__item.is-open .faq__icon::before {
    transform: translate(-50%, -30%) rotate(-135deg);
}

.faq__answer {
    display: none;
}

.faq__answer-inner {
    padding: 24px;
    background-color: #f4f8fa;
    margin: 0 16px 16px;
    border-radius: 8px;
}

.faq__answer-text {
    font-size: 16px;
    line-height: 1.8;
    color: #33464B;
}

@media (max-width: 480px) {
    .faq__title {
        font-size: 26px;
        margin-bottom: 30px;
    }

    .faq__question {
        padding: 20px;
    }

    .faq__question-text {
        font-size: 16px;
        padding-right: 30px;
    }

    .faq__icon {
        width: 28px;
        height: 28px;
        right: 15px;
    }
}

/* ------------------------------ */
/* 感謝ページ */
/* ------------------------------ */
.thanks-page {
    background: url("../../lp-img/thanks-bg.webp") center center / cover no-repeat;
    padding: 100px 20px 60px;
    position: relative;
}

.thanks-page__inner {
    max-width: 600px;
    margin: 0 auto;
    position: relative;

}



.thanks-page__title {
    font-size: 24px;
    font-weight: 500;
    color: #2C5F6B;
    margin-bottom: 8px;
    line-height: 1.5;
}

.thanks-page__subtitle {
    font-size: 20px;
    font-weight: 400;
    color: #4A8A9A;
    line-height: 1.5;
}

.thanks-page__illustration {
    width: 100%;

    margin: 0 auto;
    text-align: center;
}

.thanks-page__illustration img {
    width: 100%;
    height: auto;
}

.thanks-page__divider {
    width: 100%;
    height: 1px;
    background: #D9D9D9;
    margin: 20px 0 24px;
}

.thanks-page__message {
    margin-bottom: 24px;
}

.thanks-page__message-text {
    font-size: 18px;
    color: #33464B;
    line-height: 1.8;
    text-align: left;
    margin-top: 10px;
}

@media screen and (max-width: 480px) {
    .thanks-page__message-text {
        font-size: 16px;
    }
}

.thanks-page__highlight {
    color: #4A9BC7;
    font-weight: 600;
}

.sp-only {
    display: none;
}

@media (max-width: 480px) {
    .sp-only {
        display: block;
    }
}

.thanks-page__contact-box {
    background: #fff;
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 24px;
    display: flex;
    align-items: flex-start;
    gap: 16px;

    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.thanks-page__contact-icon {
    width: 48px;
    flex-shrink: 0;
    line-height: 1;
}

.thanks-page__contact-icon img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.thanks-page__contact-content {
    flex: 1;

}

.thanks-page__contact-text {
    font-size: 16px;
    color: #33464B;
    line-height: 1.8;
}

@media screen and (max-width: 480px) {
    .thanks-page__contact-text {
        font-size: 14px;
    }
}

.thanks-page__contact-item {
    display: flex;
    align-items: center;
    gap: 16px;
}


.thanks-page__phone {
    margin: 12px 0 8px;
    text-align: center;
}

.thanks-page__phone a {
    font-size: 36px;
    font-weight: bold;
    color: #4A9BC7;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    display: inline-block;
    letter-spacing: 0.05em;
}

.thanks-page__phone a:hover {
    opacity: 0.8;
}

.thanks-page__hours {
    font-size: 16px;
    color: #33464B;
    margin-bottom: 4px;
    line-height: 1.6;
    text-align: center;
}

.thanks-page__holidays {
    font-size: 14px;
    color: #33464B;
    text-align: center;
    line-height: 1.6;
}

.thanks-page__note {
    margin-bottom: 40px;
}

.thanks-page__note p {
    font-size: 16px;
    color: #33464B;
    line-height: 1.8;
    text-align: left;
}

.thanks-page__logo {

    width: 120px;
    margin: 0 0 0 auto;
}

.thanks-page__logo img {
    width: 100%;
    height: auto;
}

@media (max-width: 480px) {
    .thanks-page {
        padding: 80px 16px 40px;
    }

    .thanks-page__inner {
        min-height: auto;
    }



    .thanks-page__title {
        font-size: 20px;
    }

    .thanks-page__subtitle {
        font-size: 18px;
    }



    .thanks-page__contact-box {
        padding: 16px;
        flex-direction: row;
        align-items: flex-start;
        text-align: left;
    }

    .thanks-page__contact-icon {
        width: 40px;
    }

    .thanks-page__phone a {
        font-size: 28px;
    }

    .thanks-page__logo {
        width: 100px;
        position: relative;
        margin-top: 40px;
        margin-left: auto;
    }
}