/**  Mixins */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
:root {
    --base-width: 375;
}

@media (min-width: 768px) {
    :root {
        --base-width: 1366;
    }
}
/*------------------------------------*\
    breakpoint vars
\*------------------------------------*/
/*------------------------------------*\
    breakpoint mixin
\*------------------------------------*/
/** Break desktop first**/
/** Global **/
*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

a {
    color: #6096c4;
    text-decoration: none;
}
a:hover {
    opacity: 0.8;
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}

pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
}

figure {
    margin: 0;
    padding: 0;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

select {
    word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
    cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type=radio],
input[type=checkbox] {
    box-sizing: border-box;
    padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

:root {
    --white: #ffffff;
    --black: #000000;
    --smoke: #f4f5ef;
    --gray: #e5e5e5;
    --brown: #8B7450;
    --green: #2A6D4E;
    --red: #DF0700;
    --primary: #05415A;
    --second: #EF860A;
    --third: #46AA7B;
    --text-body: #222;
    --link: #1466FF;
    --radius: 4px;
}

/* Base Setting
---------------------------------------- */
body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: "Noto Sans JP", sans-serif;
    overflow-wrap: break-word;
    font-weight: 400;
    color: var(--text-body);
    overflow-x: hidden;
    line-height: 1.5;
    position: relative;
    width: 100%;
    background: var(--white);
}

p:last-of-type {
    margin: 0;
}

a {
    transition: all 0.3s;
    color: var(--text-body);
    outline: none !important;
}
a:hover {
    opacity: 0.7;
    color: var(--primary);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
}

h1 {
    font-size: 36px;
    line-height: 1.3;
}
@media (min-width: 48em) {
    h1 {
        font-size: 46px;
    }
}

h2 {
    font-size: 40px;
    line-height: 1.15;
}
@media (min-width: 48em) {
    h2 {
        font-size: 56px;
    }
}

h3 {
    font-size: 34px;
    line-height: 1.16;
}
@media (min-width: 48em) {
    h3 {
        font-size: 40px;
    }
}

h4 {
    font-size: 28px;
    line-height: 1.16;
}
@media (min-width: 48em) {
    h4 {
        font-size: 36px;
    }
}

h5 {
    font-size: 20px;
    line-height: 1.2;
}
@media (min-width: 48em) {
    h5 {
        font-size: 24px;
    }
}

h6 {
    font-size: 18px;
    line-height: 1.3;
}
@media (min-width: 48em) {
    h6 {
        font-size: 20px;
    }
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

iframe {
    max-width: 100%;
}

.container-fluid, .container--lg, .container--sm, .container {
    width: 100%;
    max-width: 1132px;
    margin: 0 auto;
    padding: 0 16px;
    position: relative;
}

.business-list__item ul, .start-section__col ul, .pagination ul, .breadcrumb ul, .site-footer__bottom ul, .site-footer__nav ul, .site-header ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.contact-section {
    background: linear-gradient(275.75deg, #FF5C00 12.44%, #EF860A 84.12%);
}

input[type=text],
input[type=email],
input[type=password],
input[type=phone],
input[type=search],
textarea,
select {
    border: 1px solid var(--gray);
    border-radius: var(--radius);
    padding: 15px 24px;
    outline: none !important;
}

.btn {
    transition: all 0.3s;
    color: var(--white);
    padding: 5px 20px;
    min-width: 200px;
    min-height: 54px;
    text-align: center;
    font-weight: 700;
    outline: none !important;
    border-radius: var(--radius);
    background: var(--primary);
    text-transform: uppercase;
    border: 0;
    box-shadow: 0px 4px 16px 0px #00000029;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}
@media only screen and (min-width: 768px) {
    .btn {
        min-height: 64px;
    }
}
.btn--sm {
    min-width: 87px;
    min-height: 36px;
    padding: 5px;
}
@media only screen and (min-width: 768px) {
    .btn--sm {
        min-width: 136px;
        min-height: 56px;
        padding: 5px 10px;
    }
}
.btn--lg {
    min-height: 69px;
    min-width: 300px;
}
@media only screen and (min-width: 768px) {
    .btn--lg {
        min-width: 400px;
    }
}
.btn--orange {
    background: linear-gradient(275.75deg, #FF5C00 12.44%, #EF860A 84.12%);
}
.btn--green {
    background: linear-gradient(275.75deg, #26714E 12.44%, #46AA7B 84.12%);
}
.btn:hover {
    opacity: 0.8;
    color: var(--white);
}

.btn-outline, .btn-outline--arrow {
    transition: all 0.3s;
    color: var(--text-body);
    padding: 5px 20px;
    min-width: 230px;
    min-height: 64px;
    text-align: center;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    outline: none !important;
    border-radius: 4px;
    background: var(--white);
    text-transform: uppercase;
    border: 1px solid var(--primary);
    box-shadow: 0px 2px 4px 0px #00000029;
}
.btn-outline--arrow {
    gap: 12px;
    background-image: url("../images/arrow-right.svg");
    background-position: calc(100% - 20px) 50%;
    background-repeat: no-repeat;
    background-size: 24px;
    padding-right: 60px;
    color: var(--primary);
}
.btn-outline--arrow.btn--lg {
    width: 100%;
    max-width: 446px;
    min-width: auto;
    font-size: 20px;
}
.btn-outline:hover, .btn-outline--arrow:hover {
    opacity: 1;
    color: var(--text-body);
    background-color: #e1ecf7;
}

.container--sm {
    max-width: 832px;
}
.container--lg {
    max-width: 1358px;
}

.container-fluid {
    max-width: 1920px;
}
@media (min-width: 48em) {
    .container-fluid {
        padding: 0 64px;
    }
}

.section {
    padding-block: 56px;
}
@media only screen and (min-width: 768px) {
    .section {
        padding-block: 80px;
    }
}
.section--blue {
    background: #E1ECF7;
}
.section--blue-light {
    background: #F5F7FA;
}

.section-heading {
    margin: 0 0 32px;
    font-size: 16px;
    line-height: 1.7;
    font-weight: 700;
    text-align: center;
}
.about-section .section-heading {
    margin: 0 0 15px;
}
@media only screen and (min-width: 768px) {
    .section-heading {
        margin: 0 0 40px;
        font-size: 18px;
    }
}
@media only screen and (min-width: 992px) {
    .section-heading {
        margin: 0 0 56px;
        font-size: 20px;
    }
}
.section-heading h3 {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    color: var(--white);
    background: var(--primary);
    border-radius: 90px;
    margin: 0 0 20px;
    display: inline-block;
    padding: 11px 13px;
}
@media only screen and (min-width: 768px) {
    .section-heading h3 {
        padding: 13px 16px;
    }
}
.section-heading h2 {
    line-height: 1.2;
    font-weight: 700;
    color: var(--primary);
    margin: 0 0 16px;
    font-size: 28px;
}
@media only screen and (min-width: 768px) {
    .section-heading h2 {
        font-size: 32px;
        margin: 0 0 20px;
    }
}
@media only screen and (min-width: 992px) {
    .section-heading h2 {
        font-size: 40px;
    }
}

.heading-border {
    font-size: 22px;
    line-height: 1.2;
    font-weight: 700;
    color: var(--primary);
    border-bottom: 1px solid #BFC0C3;
    padding-bottom: 12px;
    margin: 0 0 28px;
}
@media only screen and (min-width: 768px) {
    .heading-border {
        font-size: 32px;
        margin: 0 0 40px;
        padding-bottom: 8px;
    }
}

.section-buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    justify-content: center;
    margin-top: 32px;
    flex-direction: column;
}
@media only screen and (min-width: 768px) {
    .section-buttons {
        margin-top: 56px;
        flex-direction: row;
    }
}
.section-buttons .btn {
    width: 100%;
    max-width: 400px;
}
@media only screen and (min-width: 768px) {
    .section-buttons .btn {
        max-width: 320px;
    }
}
@media only screen and (min-width: 992px) {
    .section-buttons .btn {
        max-width: 400px;
    }
}

.hamburger {
    position: relative;
    width: 32px;
    height: 28px;
    line-height: 1;
    cursor: pointer;
    display: block;
    right: 0;
    z-index: 99;
    opacity: 1;
}
.hamburger span {
    width: 32px;
    height: 4px;
    background: #303035;
    backface-visibility: hidden;
    position: absolute;
    display: block;
    margin: auto;
    transition: 0.3s all ease;
    transform: rotate(0deg);
    top: calc(50% - 2px);
    left: calc(50% - 16px);
}
.hamburger span::before, .hamburger span::after {
    content: "";
    transform-origin: center center;
    width: 100%;
    height: 4px;
    background: #303035;
    backface-visibility: hidden;
    position: absolute;
    left: 0;
    top: 11px;
    transition: 0.3s all ease;
    opacity: 1;
}
.hamburger span::after {
    top: -11px;
}
.hamburger.active span {
    transform: rotate(225deg);
}
.hamburger.active span::before {
    transform: rotate(-90deg);
    top: 0;
}
.hamburger.active span::after {
    opacity: 0;
}

.accordion__item {
    border: 1px solid var(--primary);
    padding: 16px;
    border-radius: 6px;
    background: var(--white);
}
@media only screen and (min-width: 768px) {
    .accordion__item {
        padding: 20px;
        border-radius: 8px;
    }
}
.accordion__item + .accordion__item {
    margin-top: 13px;
}
@media only screen and (min-width: 768px) {
    .accordion__item + .accordion__item {
        margin-top: 16px;
    }
}
.accordion__item--header h3 {
    position: relative;
    font-size: 20px;
    color: var(--primary);
    line-height: 1.2;
    margin: 0;
    display: flex;
    align-items: center;
    min-height: 32px;
    cursor: pointer;
    padding-right: 30px;
}
@media only screen and (min-width: 768px) {
    .accordion__item--header h3 {
        padding-right: 40px;
    }
}
.accordion__item--header h3::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(0deg);
    background: url("../images/plus.svg") no-repeat 50% 50%/100%;
    width: 22px;
    height: 22px;
}
@media only screen and (min-width: 768px) {
    .accordion__item--header h3::after {
        width: 31px;
        height: 32px;
    }
}
.accordion__item--body {
    padding-top: 6px;
    margin-top: 6px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.7;
    border-top: 1px solid #AFB3C1;
    display: none;
}
@media only screen and (min-width: 768px) {
    .accordion__item--body {
        font-size: 16px;
        padding-top: 8px;
        margin-top: 8px;
    }
}
.accordion__item--body strong {
    color: #DF0700;
    font-weight: 700;
}
.accordion__item--body small {
    font-size: 12px;
}
@media only screen and (min-width: 768px) {
    .accordion__item--body small {
        font-size: 14px;
    }
}
.accordion__item.show .accordion__item--header h3::after {
    transform: translateY(-50%) rotate(45deg);
}
.accordion--min .accordion__item--body {
    font-size: 12px;
}
@media only screen and (min-width: 768px) {
    .accordion--min .accordion__item--body {
        font-size: 14px;
    }
}
.accordion--min .accordion__item--body small {
    font-size: 10px;
}
@media only screen and (min-width: 768px) {
    .accordion--min .accordion__item--body small {
        font-size: 12px;
    }
}
.accordion--min .accordion__item--body span {
    color: #DF0700;
}
.accordion--faqs .accordion__item--header h3 {
    gap: 12px;
}
.accordion--faqs .accordion__item--header h3::before {
    content: "Q";
    font-family: "Inter", sans-serif;
    align-self: flex-start;
    padding-block: 4px;
    line-height: 1;
    font-size: 18px;
}
@media only screen and (min-width: 768px) {
    .accordion--faqs .accordion__item--header h3::before {
        font-size: 24px;
    }
}
.accordion--faqs .accordion__item--body {
    font-weight: 700;
}

.slick-slider .slick-arrow {
    z-index: 9;
    transition: all 0.3s;
    width: 36px;
    height: 36px;
}
@media only screen and (min-width: 768px) {
    .slick-slider .slick-arrow {
        width: 40px;
        height: 40px;
    }
}
.slick-slider .slick-arrow::before, .slick-slider .slick-arrow::after {
    display: none;
}
.slick-slider .slick-arrow.slick-prev {
    background: url("../images/arrow-circle-left.svg") no-repeat 0 0/100%;
    left: 15px;
}
.slick-slider .slick-arrow.slick-next {
    background: url("../images/arrow-circle-right.svg") no-repeat 0 0/100%;
    right: 15px;
}
.slick-slider .slick-arrow:hover {
    opacity: 0.8;
}
.slick-slider .slick-dots {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: center;
    left: 0;
}
@media only screen and (min-width: 768px) {
    .slick-slider .slick-dots {
        gap: 8px;
    }
}
.slick-slider .slick-dots li {
    display: block;
    margin: 0;
    width: auto;
    height: auto;
}
.slick-slider .slick-dots li button {
    width: 6px;
    height: 6px;
    display: block;
    margin: 0;
    border-radius: 50%;
    background: #CBCCCF;
    padding: 0;
}
@media only screen and (min-width: 768px) {
    .slick-slider .slick-dots li button {
        width: 8px;
        height: 8px;
    }
}
.slick-slider .slick-dots li button::before, .slick-slider .slick-dots li button::after {
    display: none;
}
.slick-slider .slick-dots li.slick-active button {
    background: var(--primary);
}
.slick-slider.slider-nav--2 .slick-arrow.slick-prev {
    left: -56px;
}
@media only screen and (min-width: 1276px) {
    .slick-slider.slider-nav--2 .slick-arrow.slick-prev {
        left: -72px;
    }
}
.slick-slider.slider-nav--2 .slick-arrow.slick-next {
    right: -56px;
}
@media only screen and (min-width: 1276px) {
    .slick-slider.slider-nav--2 .slick-arrow.slick-next {
        right: -72px;
    }
}
.slick-slider.arrow-square .slick-arrow {
    background-color: #DFE1E5;
    width: 28px;
    height: 28px;
    border-radius: 2px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 13px;
}
@media only screen and (min-width: 768px) {
    .slick-slider.arrow-square .slick-arrow {
        background-size: 16px;
        width: 40px;
        height: 40px;
    }
}
.slick-slider.arrow-square .slick-arrow.slick-prev {
    left: 0;
    background-image: url("../images/arrow-left-dark.svg");
}
.slick-slider.arrow-square .slick-arrow.slick-next {
    right: 0;
    background-image: url("../images/arrow-right-dark.svg");
}

@media screen and (min-width: 1024px) {
    .pcbr {
        display: block;
    }

    .spbr {
        display: none;
    }
}
@media screen and (max-width: 1024px) {
    .pcbr {
        display: none;
    }

    .spbr {
        display: block;
    }
}
@media only screen and (max-width: 767px) {
    .hide-sp {
        display: none;
    }
}

@media only screen and (min-width: 768px) {
    .hide-pc {
        display: none;
    }
}

#wpadminbar {
    position: fixed;
    top: 0;
}

body.admin-bar .site-header {
    top: 46px;
}
@media only screen and (min-width: 783px) {
    body.admin-bar .site-header {
        top: 32px;
    }
}
@media only screen and (max-width: 991px) {
    body.show-nav {
        overflow: hidden;
    }
    body.show-nav .site-header__nav {
        opacity: 1;
        visibility: visible;
    }
}

.site-header {
    font-weight: 300;
    z-index: 999;
    background: var(--white);
    padding-block: 10px;
    box-shadow: 0px 2px 4px 0px #0000001A;
    position: sticky;
    top: 0;
}
@media only screen and (min-width: 992px) {
    .site-header {
        padding-block: 12px;
    }
}
.site-header .container {
    position: static;
    max-width: 1318px;
}
.site-header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 17px;
}
@media only screen and (min-width: 992px) {
    .site-header__inner {
        gap: 20px;
    }
}
@media only screen and (min-width: 1200px) {
    .site-header__inner {
        gap: 40px;
    }
}
.site-header__logo {
    margin-right: auto;
}
@media only screen and (max-width: 991px) {
    .site-header__logo {
        position: relative;
        z-index: 9;
    }
}
.site-header__logo img {
    height: 36px;
}
@media only screen and (min-width: 768px) {
    .site-header__logo img {
        height: 50px;
    }
}
@media only screen and (max-width: 991px) {
    .site-header__nav {
        position: absolute;
        top: 0;
        left: 0;
        background: #fff;
        width: 100%;
        padding: 65px 20px 30px;
        transition: all 0.3s;
        height: 100vh;
        visibility: hidden;
        opacity: 0;
        z-index: 3;
    }
}
@media only screen and (min-width: 992px) {
    .site-header__nav {
        display: block !important;
    }
}
@media only screen and (max-width: 991px) {
    .site-header__nav nav {
        max-height: calc(100vh - 265px);
        overflow-y: auto;
    }
}
.site-header__nav ul {
    font-size: 16px;
}
@media only screen and (min-width: 992px) {
    .site-header__nav ul {
        display: flex;
        flex-wrap: wrap;
        gap: 24px;
        align-items: center;
    }
}
@media only screen and (max-width: 991px) {
    .site-header__nav ul li {
        border-bottom: 1px solid #D9D9D9;
    }
}
.site-header__nav ul li a {
    color: var(--text-body);
    display: block;
    position: relative;
    padding: 19px 11px;
}
@media only screen and (min-width: 992px) {
    .site-header__nav ul li a {
        font-weight: 700;
        padding: 2px 0;
    }
}
.site-header__nav ul li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--primary);
    opacity: 0;
    transition: all 0.3s;
}
@media only screen and (max-width: 767px) {
    .site-header__nav ul li.menu-other > a {
        color: #404040;
    }
}
.site-header__nav ul li.active > a {
    color: var(--primary);
}
.site-header__nav ul li.active > a::after {
    opacity: 1;
}
.site-header__btn {
    position: relative;
    z-index: 8;
}
@media only screen and (min-width: 992px) {
    .site-header__btn {
        display: none;
    }
}
.site-header__buttons {
    display: flex;
    gap: 13px;
    position: relative;
    z-index: 3;
}
@media only screen and (min-width: 768px) {
    .site-header__buttons {
        gap: 20px;
    }
}
.site-header__buttons .btn {
    font-size: 14px;
    gap: 8px;
}
@media only screen and (min-width: 768px) {
    .site-header__buttons .btn {
        font-size: 16px;
        gap: 12px;
    }
}
.site-header__buttons .btn img {
    max-width: 11px;
    max-height: 13px;
}
@media only screen and (min-width: 768px) {
    .site-header__buttons .btn img {
        max-width: 16px;
        max-height: 21px;
    }
}

.contact-section {
    padding: 28px 12px;
}
@media only screen and (min-width: 768px) {
    .contact-section {
        padding: 40px 0;
    }
}
.contact-section__inner {
    border: 1px solid var(--white);
    border-radius: 6px;
    color: var(--white);
    display: flex;
    gap: 6px;
    padding: 16px;
    flex-direction: column;
}
@media only screen and (min-width: 768px) {
    .contact-section__inner {
        padding: 20px;
        border-radius: 8px;
        gap: 20px;
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
    }
}
@media only screen and (min-width: 992px) {
    .contact-section__inner {
        padding: 33px 40px;
    }
}
.contact-section__inner h2 {
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    font-size: 32px;
}
@media only screen and (min-width: 768px) {
    .contact-section__inner h2 {
        font-size: 36px;
        white-space: nowrap;
    }
}
@media only screen and (min-width: 992px) {
    .contact-section__inner h2 {
        font-size: 40px;
    }
}
@media only screen and (min-width: 1200px) {
    .contact-section__inner h2 {
        font-size: 56px;
    }
}
.contact-section__inner:hover {
    color: var(--white);
    opacity: 0.8;
}
.contact-section__content {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.45;
}
@media only screen and (min-width: 768px) {
    .contact-section__content {
        font-size: 16px;
    }
}
@media only screen and (min-width: 992px) {
    .contact-section__content {
        font-size: 20px;
    }
}
.contact-section__button {
    text-align: right;
}
.contact-section__button img {
    max-width: 40px;
}
@media only screen and (min-width: 768px) {
    .contact-section__button img {
        max-width: 60px;
    }
}
@media only screen and (min-width: 992px) {
    .contact-section__button img {
        max-width: 84px;
    }
}

.site-footer {
    background-color: var(--primary);
    color: var(--white);
    padding-block: 28px;
}
@media only screen and (min-width: 768px) {
    .site-footer {
        padding-block: 40px;
    }
}
.site-footer .container {
    max-width: 1318px;
}
.site-footer a {
    color: var(--white);
}
.site-footer__logo {
    text-align: center;
    margin-bottom: 20px;
}
.site-footer__logo img {
    height: 48px;
}
@media only screen and (min-width: 992px) {
    .site-footer__logo img {
        height: 64px;
    }
}
.site-footer__nav ul {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    flex-direction: column;
}
@media only screen and (min-width: 768px) {
    .site-footer__nav ul {
        flex-direction: row;
        justify-content: center;
        gap: 20px;
    }
}
@media only screen and (min-width: 992px) {
    .site-footer__nav ul {
        gap: 24px;
    }
}
.site-footer__nav ul li a {
    font-weight: 700;
    line-height: 1.2;
    font-size: 16px;
    display: block;
    padding: 13px;
    border-top: 1px solid #AFB3C1;
}
@media only screen and (min-width: 768px) {
    .site-footer__nav ul li a {
        padding: 0;
        border: 0;
    }
}
@media only screen and (min-width: 992px) {
    .site-footer__nav ul li a {
        font-size: 20px;
    }
}
.site-footer__bottom {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-top: 16px;
    border-top: 1px solid #BFC0C3;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
}
@media only screen and (min-width: 768px) {
    .site-footer__bottom {
        margin-top: 20px;
        padding-top: 20px;
        gap: 20px;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
}
.site-footer__bottom ul {
    display: flex;
    gap: 6px;
    font-weight: 700;
    line-height: 1.2;
    font-size: 13px;
    flex-direction: column;
}
@media only screen and (min-width: 768px) {
    .site-footer__bottom ul {
        flex-direction: row;
        font-size: 16px;
        gap: 16px;
    }
}
@media only screen and (min-width: 992px) {
    .site-footer__bottom ul {
        gap: 24px;
    }
}

/** Sections */
.breadcrumb {
    padding-block: 16px;
}
@media only screen and (min-width: 768px) {
    .breadcrumb {
        padding-block: 20px;
    }
}
.breadcrumb ul {
    display: flex;
    font-weight: 700;
    line-height: 1.2;
    font-size: 14px;
    white-space: nowrap;
    overflow-x: auto;
    margin-right: -16px;
    min-height: 18px;
}
@media only screen and (min-width: 768px) {
    .breadcrumb ul {
        font-size: 18px;
        min-height: 23px;
    }
}
.breadcrumb ul li::after {
    content: ">";
    margin-inline: 2px 5px;
}
.breadcrumb ul li:last-child::after {
    display: none;
}

.page-title {
    background: #E1ECF7;
    padding-block: 28px;
}
@media only screen and (min-width: 768px) {
    .page-title {
        padding-block: 40px;
    }
}
.page-title h1 {
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    margin: 0;
    font-size: 32px;
    color: var(--primary);
}
@media only screen and (min-width: 768px) {
    .page-title h1 {
        font-size: 40px;
    }
}
@media only screen and (min-width: 992px) {
    .page-title h1 {
        font-size: 56px;
    }
}

.page-content {
    padding-block: 56px;
}
@media only screen and (min-width: 768px) {
    .page-content {
        padding-block: 80px;
    }
}
.page-content__body {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
    margin-bottom: 28px;
}
@media only screen and (min-width: 768px) {
    .page-content__body {
        font-size: 20px;
        margin-bottom: 40px;
    }
}
.page-content__box {
    background: #E1ECF7;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
    padding: 16px;
    border-radius: 8px;
    border: 1px solid #05415A;
    margin-bottom: 28px;
    margin-top: 28px;
}
@media only screen and (min-width: 768px) {
    .page-content__box {
        font-size: 20px;
        padding: 20px;
        margin-bottom: 40px;
    }
}

.pagination {
    margin-top: 56px;
}
.pagination ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: var(--primary);
    text-align: center;
    font-weight: 500;
    font-size: 16px;
}
@media only screen and (min-width: 992px) {
    .pagination ul {
        font-size: 20px;
        gap: 8px;
    }
}
.pagination ul li a,
.pagination ul li span {
    padding: 2px 6px;
    min-width: 24px;
    min-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    line-height: 1;
    color: var(--primary);
}
@media only screen and (min-width: 992px) {
    .pagination ul li a,
    .pagination ul li span {
        min-width: 28px;
        min-height: 28px;
        padding: 4px 8px;
    }
}
.pagination ul li span {
    background: var(--primary);
    color: var(--white);
}
.pagination ul li.page-prev a, .pagination ul li.page-next a {
    border-radius: 2px;
    background: #DFE1E5;
    padding: 4px;
}
.pagination ul li.page-prev a img, .pagination ul li.page-next a img {
    max-width: 13px;
}
@media only screen and (min-width: 992px) {
    .pagination ul li.page-prev a img, .pagination ul li.page-next a img {
        max-width: 16px;
    }
}

.banner {
    padding-top: calc(24 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
    .banner {
        padding-top: 0;
    }
}
@media only screen and (min-width: 768px) {
    .banner__inner {
        display: flex;
        align-items: center;
    }
}
.banner__inner picture {
    display: block;
    margin: -15px -16px 0;
}
@media only screen and (min-width: 768px) {
    .banner__inner picture {
        width: 50%;
        padding-bottom: 30px;
        margin: 0;
    }
}
@media only screen and (min-width: 768px) {
    .banner__inner picture img {
        max-width: none;
        margin-right: -16px;
        width: 50vw;
    }
}
@media only screen and (min-width: 1132px) {
    .banner__inner picture img {
        margin-right: calc((100vw - 1132px) / -2);
    }
}
.banner__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 2;
    text-align: center;
}
@media only screen and (min-width: 768px) {
    .banner__body {
        width: 50%;
        align-items: flex-start;
        text-align: left;
    }
}
.banner__body img {
    width: 100%;
    max-width: calc(96 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
    .banner__body img {
        max-width: calc(140 / var(--base-width) * 100vw);
    }
}
@media only screen and (min-width: 1200px) {
    .banner__body img {
        max-width: 160px;
    }
}
.banner__body h1 {
    line-height: 1.1875;
    font-weight: 700;
    color: var(--white);
    background: var(--primary);
    border-radius: 200px;
    padding: calc(5 / var(--base-width) * 100vw) calc(13 / var(--base-width) * 100vw);
    margin: 0 0 calc(6 / var(--base-width) * 100vw);
    font-size: calc(18 / var(--base-width) * 100vw);
    text-align: center;
}
@media only screen and (min-width: 768px) {
    .banner__body h1 {
        font-size: calc(34 / var(--base-width) * 100vw);
        padding: 4px 16px;
        margin: 0 0 12px;
    }
}
@media only screen and (min-width: 1200px) {
    .banner__body h1 {
        font-size: 32px;
        margin: 0 0 16px;
    }
}
.banner__body h2 {
    font-size: calc(32 / var(--base-width) * 100vw);
    line-height: 1.2;
    padding: calc(3 / var(--base-width) * 100vw) calc(12 / var(--base-width) * 100vw);
    font-weight: 700;
    color: var(--primary);
    margin: 0 0 calc(6 / var(--base-width) * 100vw);
    border: 1px solid var(--primary);
}
@media only screen and (min-width: 768px) {
    .banner__body h2 {
        font-size: calc(60 / var(--base-width) * 100vw);
        padding: 4px 16px;
        margin: 0 0 12px;
    }
}
@media only screen and (min-width: 1200px) {
    .banner__body h2 {
        font-size: 59px;
        margin: 0 0 16px;
    }
}
.banner__body h3 {
    font-size: calc(37 / var(--base-width) * 100vw);
    line-height: 1.3;
    font-weight: 700;
    color: var(--primary);
    margin: 0;
}
@media only screen and (min-width: 768px) {
    .banner__body h3 {
        font-size: calc(60 / var(--base-width) * 100vw);
        line-height: 1.2;
    }
}
@media only screen and (min-width: 1200px) {
    .banner__body h3 {
        font-size: 59px;
    }
}
.banner__buttons {
    display: flex;
    gap: 16px;
    margin-top: 18px;
}
@media only screen and (min-width: 768px) {
    .banner__buttons {
        gap: 20px;
        margin-top: 20px;
    }
}
@media only screen and (min-width: 1200px) {
    .banner__buttons {
        margin-top: 24px;
    }
}
.banner__buttons .btn {
    font-size: calc(16 / var(--base-width) * 100vw);
    min-width: calc(160 / var(--base-width) * 100vw);
    min-height: calc(70 / var(--base-width) * 100vw);
    flex-grow: 1;
    line-height: 1.1;
    border-radius: 4px;
    padding: calc(5 / var(--base-width) * 100vw) calc(20 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
    .banner__buttons .btn {
        min-width: calc(160 / var(--base-width) * 100vw);
        font-size: calc(22 / var(--base-width) * 100vw);
        min-height: calc(82 / var(--base-width) * 100vw);
        padding: calc(10 / var(--base-width) * 100vw) calc(30 / var(--base-width) * 100vw);
    }
}
@media only screen and (min-width: 1200px) {
    .banner__buttons .btn {
        font-size: 20px;
        min-height: 64px;
        padding: 5px 20px;
    }
}

.about-section {
    background: linear-gradient(360deg, #FFFFFF 0%, #F5F7FA 100%);
    padding-block: 32px 28px;
}
.about-note {
    margin: 0 0 40px;
    text-align: center;
}
.about-note span {
    border: 1px solid #BFC0C3;
    padding: 3px 8px;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
}
@media only screen and (min-width: 768px) {
    .about-section {
        padding-block: 56px 40px;
    }
}
.about-section .container {
    max-width: 1212px;
}
.about-section__inner {
    padding: 16px;
    background: var(--white);
    border-radius: 6px;
}
@media only screen and (min-width: 768px) {
    .about-section__inner {
        padding: 56px 50px 40px;
        border-radius: 8px;
    }
}
.about-section picture {
    display: block;
}
.about-section picture img {
    width: 100%;
}

.features__inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
}
@media only screen and (min-width: 768px) {
    .features__inner {
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
    }
}
@media only screen and (min-width: 992px) {
    .features__inner {
        gap: 40px;
    }
}
.features__item {
    border-radius: 6px;
    background: var(--white);
}
@media only screen and (min-width: 992px) {
    .features__item {
        border-radius: 8px;
    }
}
.features__item h3 {
    font-size: 22px;
    line-height: 1.2;
    font-weight: 700;
    color: var(--white);
    margin: 0;
    text-align: center;
    background: var(--primary);
    border-radius: 6px 6px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    min-height: 52px;
}
@media only screen and (min-width: 992px) {
    .features__item h3 {
        font-size: 32px;
        min-height: 70px;
        border-radius: 8px 8px 0 0;
    }
}
.features__item--body {
    padding: 16px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.7;
}
@media only screen and (min-width: 992px) {
    .features__item--body {
        padding: 20px;
        font-size: 18px;
    }
}
.features__item--body picture {
    display: block;
    text-align: center;
    margin: 0 0 16px;
}

.start-section__inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
    max-width: 960px;
    margin-inline: auto;
}
@media only screen and (min-width: 768px) {
    .start-section__inner {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}
@media only screen and (min-width: 992px) {
    .start-section__inner {
        gap: 40px;
    }
}
.start-section__col {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.start-section__col h3 {
    background: #F2E4D6;
    color: var(--brown);
    min-height: 34px;
    border-radius: 99px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px 10px;
    font-size: 18px;
    line-height: 1.2;
    margin: 0 0 18px;
    width: 100%;
}
@media only screen and (min-width: 992px) {
    .start-section__col h3 {
        font-size: 24px;
        margin: 0 0 24px;
        min-height: 51px;
    }
}
.start-section__col ul {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    gap: 20px;
    min-width: 250px;
}
@media only screen and (min-width: 992px) {
    .start-section__col ul {
        font-size: 24px;
        gap: 20px;
        min-width: auto;
    }
}
.start-section__col ul li {
    display: flex;
    align-items: center;
    gap: 6px;
}
@media only screen and (min-width: 992px) {
    .start-section__col ul li {
        gap: 8px;
    }
}
.start-section__col ul li a {
    display: flex;
    align-items: center;
    gap: 6px;
}
@media only screen and (min-width: 992px) {
    .start-section__col ul li a {
        gap: 8px;
    }
}
.start-section__col ul li img {
    width: 36px;
    min-width: 36px;
}
@media only screen and (min-width: 992px) {
    .start-section__col ul li img {
        width: 40px;
        min-width: 40px;
    }
}
.start-section__col--green h3 {
    background: #DDEAD8;
    color: var(--green);
}

.business-list__inner {
    margin-inline: 56px;
}
@media only screen and (min-width: 1276px) {
    .business-list__inner {
        margin-inline: 0;
    }
}
.business-list__inner .slick-list {
    padding-bottom: 15px;
}
.business-list__item {
    box-shadow: 0px 4px 8px 0px #00000014;
    background: var(--white);
    border-radius: 6px;
    padding: 13px;
    margin-inline: 8px;
}
@media only screen and (min-width: 768px) {
    .business-list__item {
        border-radius: 8px;
        padding: 16px;
    }
}
.business-list__item figure {
    margin: 0 0 13px;
}
@media only screen and (min-width: 768px) {
    .business-list__item figure {
        margin: 0 0 16px;
    }
}
.business-list__item figure img {
    width: 100%;
    aspect-ratio: 360/200;
    object-fit: cover;
}
.business-list__item ul {
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 700;
}
@media only screen and (min-width: 768px) {
    .business-list__item ul {
        font-size: 14px;
        gap: 8px;
    }
}
.business-list__item ul li {
    gap: 8px;
    display: flex;
    align-items: center;
}
.business-list__item ul li span {
    background: var(--primary);
    color: var(--white);
    padding: 2px;
    border-radius: 2px;
    min-height: 24px;
    min-width: 44px;
    width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.business-list__item .btn,
.business-list__item .btn-outline,
.business-list__item .btn-outline--arrow {
    width: 100%;
    min-height: 28px;
    min-width: auto;
    margin-top: 13px;
    font-size: 13px;
}
@media only screen and (min-width: 768px) {
    .business-list__item .btn,
    .business-list__item .btn-outline,
    .business-list__item .btn-outline--arrow {
        margin-top: 16px;
        min-height: 39px;
        font-size: 16px;
    }
}
.business-list .accordion {
    max-width: 800px;
    margin: 70px auto 0;
}
.business-list .accordion .accordion__item + .accordion__item {
    margin-top: 32px;
}
@media only screen and (min-width: 768px) {
    .business-list .accordion .accordion__item + .accordion__item {
        margin-top: 56px;
    }
}

.how-to-use__row + .how-to-use__row {
    margin-top: 32px;
}
@media only screen and (min-width: 768px) {
    .how-to-use__row + .how-to-use__row {
        margin-top: 56px;
    }
}
.how-to-use__row h3 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 22px;
    line-height: 1.2;
    font-weight: 700;
    background-color: var(--brown);
    border-radius: 99px;
    min-height: 51px;
    padding: 3px 10px;
    color: var(--white);
    font-size: 18px;
    min-width: 110px;
}
@media only screen and (min-width: 768px) {
    .how-to-use__row h3 {
        font-size: 24px;
        min-width: 152px;
        margin: 0 0 32px;
    }
}
.how-to-use__row--green h3 {
    background-color: var(--green);
}
.how-to-use__row picture {
    display: block;
}
.how-to-use__row picture img {
    width: 100%;
}

.news__item {
    border-block: 1px solid #AFB3C1;
}
.news__item + .news__item {
    border-top: 0;
    border-bottom: 1px solid #AFB3C1;
}
.news__item a {
    display: block;
    background: url("../images/arrow-right.svg") no-repeat 100% 50%/24px;
    padding: 13px 30px 13px 0;
}
@media only screen and (min-width: 768px) {
    .news__item a {
        padding: 16px 30px 16px 0;
    }
}
.news__item a > span {
    margin: 0 0 9px;
    display: flex;
    gap: 10px;
    align-items: center;
}
.news__item a > span time {
    font-weight: 500;
    color: #717073;
    font-size: 14px;
    min-width: 73px;
}
@media only screen and (min-width: 768px) {
    .news__item a > span time {
        font-size: 18px;
        min-width: 108px;
    }
}
.news__item a > span span {
    background: var(--primary);
    color: var(--white);
    line-height: 1.1;
    border-radius: 99px;
    padding: 3px 16px;
    font-size: 13px;
}
.news__item a > span span.press_releases {
    background: #8B7450;
}

.news__item a > span span.other {
    background: #2A6D4E;
}
@media only screen and (min-width: 768px) {
    .news__item a > span span {
        font-size: 16px;
        padding: 3px 20px;
    }
}
.news__item--brown a > span span {
    background: var(--brown);
}
.news__item--green a > span span {
    background: var(--green);
}

.contact-form, .login-form {
    max-width: 640px;
    margin-inline: auto;
}

.wpcf7-radio .wpcf7-list-item {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
}
@media only screen and (min-width: 768px) {
    .wpcf7-radio .wpcf7-list-item {
        font-size: 18px;
    }
}
.wpcf7-radio .wpcf7-list-item label {
    margin: 0;
    cursor: pointer;
}
.wpcf7-radio .wpcf7-list-item input,
.tml input[type=radio], .tml input[type=checkbox] {
    width: 0;
    height: 0;
    opacity: 0;
}
.wpcf7-radio .wpcf7-list-item input:checked + span::after {
    opacity: 1;
}
.wpcf7-radio .wpcf7-list-item span {
    position: relative;
    padding-left: 33px;
}
.wpcf7-radio .wpcf7-list-item span::before, .wpcf7-radio .wpcf7-list-item span::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
}
@media only screen and (min-width: 768px) {
    .wpcf7-radio .wpcf7-list-item span::before, .wpcf7-radio .wpcf7-list-item span::after {
        top: 3px;
    }
}
.wpcf7-radio .wpcf7-list-item span::before {
    border: 2px solid #2B2C31;
    width: 20px;
    height: 20px;
}
.wpcf7-radio .wpcf7-list-item span::after {
    width: 10px;
    height: 10px;
    background: #2B2C31;
    top: 5px;
    left: 5px;
    opacity: 0;
    transition: all 0.3s;
}
@media only screen and (min-width: 768px) {
    .wpcf7-radio .wpcf7-list-item span::after {
        top: 8px;
    }
}

.wpcf7-checkbox .wpcf7-list-item {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.7;
    margin: 0;
}
.wpcf7-checkbox .wpcf7-list-item label {
    margin: 0;
    cursor: pointer;
}
.wpcf7-checkbox .wpcf7-list-item input {
    width: 0;
    height: 0;
    opacity: 0;
}
.wpcf7-checkbox .wpcf7-list-item input:checked + span::after {
    opacity: 1;
}
.wpcf7-checkbox .wpcf7-list-item span {
    position: relative;
    padding-left: 30px;
}
.wpcf7-checkbox .wpcf7-list-item span::before, .wpcf7-checkbox .wpcf7-list-item span::after {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
}
.wpcf7-checkbox .wpcf7-list-item span::before {
    border: 2px solid #2B2C31;
    width: 18px;
    height: 18px;
}
.wpcf7-checkbox .wpcf7-list-item span::after {
    width: 6px;
    height: 10px;
    border-bottom: 2px solid #2B2C31;
    border-right: 2px solid #2B2C31;
    transform: rotate(45deg);
    top: 6px;
    left: 6px;
    opacity: 0;
    transition: all 0.3s;
}

.wpcf7-acceptance .wpcf7-list-item {
    font-weight: 500;
    line-height: 1.7;
    margin: 0;
    font-size: 14px;
}
@media only screen and (min-width: 768px) {
    .wpcf7-acceptance .wpcf7-list-item {
        font-size: 18px;
    }
}
.wpcf7-acceptance .wpcf7-list-item label {
    margin: 0;
    cursor: pointer;
}
.wpcf7-acceptance .wpcf7-list-item input {
    width: 0;
    height: 0;
    opacity: 0;
}
.wpcf7-acceptance .wpcf7-list-item input:checked + span::after {
    opacity: 1;
}
.wpcf7-acceptance .wpcf7-list-item span {
    position: relative;
    padding-left: 30px;
}
.wpcf7-acceptance .wpcf7-list-item span::before, .wpcf7-acceptance .wpcf7-list-item span::after {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
}
@media only screen and (min-width: 768px) {
    .wpcf7-acceptance .wpcf7-list-item span::before, .wpcf7-acceptance .wpcf7-list-item span::after {
        top: 4px;
    }
}
.wpcf7-acceptance .wpcf7-list-item span::before {
    border: 2px solid #2B2C31;
    width: 18px;
    height: 18px;
}
.wpcf7-acceptance .wpcf7-list-item span::after {
    width: 6px;
    height: 10px;
    border-bottom: 2px solid #2B2C31;
    border-right: 2px solid #2B2C31;
    transform: rotate(45deg);
    top: 3px;
    left: 6px;
    opacity: 0;
    transition: all 0.3s;
}
@media only screen and (min-width: 768px) {
    .wpcf7-acceptance .wpcf7-list-item span::after {
        top: 6px;
    }
}
.wpcf7-acceptance .wpcf7-list-item a {
    color: #1466FF;
    text-decoration: underline;
}

.form-row {
    margin-bottom: 22px;
}
@media only screen and (min-width: 768px) {
    .form-row {
        margin-bottom: 32px;
    }
}
.form-row > p {
    margin: 0;
}
.form-row > p > label,
.form-row > label,
.tml .tml-label {
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 16px;
    font-size: 14px;
    display: flex;
    gap: 8px;
    align-items: center;
}
@media only screen and (min-width: 768px) {
    .form-row > p > label,
    .form-row > label,
    .tml .tml-label {
        font-size: 18px;
    }
}
.form-row > p > label span,
.form-row > label span,
.tml .tml-label span {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2;
    background: #DF0700;
    color: var(--white);
    flex: 0 0 auto;
    padding: 4px;
}
.form-row .wpcf7-radio {
    display: flex;
    gap: 16px 20px;
    flex-wrap: wrap;
}
.form-row__input input[type=text],
.form-row__input input[type=tel],
.form-row__input input[type=email],
.form-row__input textarea,
.tml-field {
    border: 1px solid #AFB3C1 !important;
    background: #F2F2F3;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.7;
    padding: 5px 13px !important;
    min-height: 57px;
    width: 100%;
    border-radius: 3px;
}
@media only screen and (min-width: 768px) {
    .form-row__input input[type=text],
    .form-row__input input[type=tel],
    .form-row__input input[type=email],
    .form-row__input textarea,
    .tml-field {
        padding: 5px 16px;
        min-height: 57px;
        border-radius: 4px;
    }
}
.form-row__input textarea {
    height: 243px;
    padding: 13px;
}
@media only screen and (min-width: 768px) {
    .form-row__input textarea {
        height: 249px;
        padding: 16px;
    }
}

.form-submit {
    margin-top: 32px;
    text-align: center;
}
@media only screen and (min-width: 768px) {
    .form-submit {
        margin-top: 56px;
    }
}
.form-submit input,
.form-submit button,
.tml-button {
    background: linear-gradient(275.75deg, #FF5C00 12.44%, #EF860A 84.12%);
    box-shadow: 0px 4px 16px 0px #00000029;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 57px;
    min-height: 45px;
    border-radius: 3px;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    border: 0;
    outline: none;
    color: var(--white);
    padding: 5px 20px;
    max-width: 400px;
}
@media only screen and (min-width: 768px) {
    .form-submit input,
    .form-submit button,
    .tml-button {
        font-size: 20px;
        min-height: 56px;
    }
}
.form-submit .wpcf7-spinner {
    display: block;
    margin: 10px auto 0;
}

.property-page__inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
}
@media only screen and (min-width: 768px) {
    .property-page__inner {
        grid-template-columns: 275px 1fr;
        gap: 30px;
    }
}
@media only screen and (min-width: 1200px) {
    .property-page__inner {
        gap: 40px;
    }
}
.property-page__filter {
    border-radius: 8px;
    border: 1px solid var(--primary);
    background: #F2F2F3;
    padding: 16px;
}
@media only screen and (min-width: 768px) {
    .property-page__filter {
        position: sticky;
        top: 130px;
        padding: 20px;
    }
}
.property-page__filter--inner {
    border-top: 1px solid #BFC0C3;
    padding-top: 16px;
    display: none;
}
@media only screen and (min-width: 768px) {
    .property-page__filter--inner {
        padding-top: 20px;
        display: block !important;
    }
}
.property-page__filter h3 {
    font-weight: 700;
    line-height: 1.2;
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0;
    padding: 8.5px 30px 8.5px 0;
    font-size: 16px;
    position: relative;
}
@media only screen and (min-width: 768px) {
    .property-page__filter h3 {
        padding: 8px 0;
        gap: 8px;
    }
}
@media only screen and (min-width: 992px) {
    .property-page__filter h3 {
        font-size: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .property-page__filter h3::before, .property-page__filter h3::after {
        content: "";
        position: absolute;
        top: calc(50% - 1px);
        right: 5px;
        width: 14px;
        height: 2px;
        background: #1C1B1F;
        transition: all 0.3s;
    }
    .property-page__filter h3::after {
        transform: rotate(90deg);
    }
}
.property-page__filter h3 img {
    width: 24px;
    min-width: 24px;
}
.property-page__filter--row {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
    .property-page__filter--row {
        max-width: 226px;
        margin: 0 auto 13px;
    }
}
.property-page__filter--row label {
    margin: 0;
    color: #222;
    font-size: 16px;
    font-weight: 700;
    width: 70px;
    padding-right: 5px;
}
@media only screen and (min-width: 768px) {
    .property-page__filter--row label {
        font-size: 20px;
        width: 88px;
    }
}
.property-page__filter--row input,
.property-page__filter--row select {
    width: calc(100% - 70px);
    font-weight: 500;
    padding: 2px 8px;
    border-radius: 2px;
    border: 1px solid #BFC0C3;
    background: #FFF;
    height: 30px;
    font-size: 14px;
}
@media only screen and (min-width: 768px) {
    .property-page__filter--row input,
    .property-page__filter--row select {
        width: calc(100% - 88px);
        height: 35px;
        font-size: 18px;
    }
}
.property-page__filter--row select {
    background: url("../images/arrow-drop-down.svg") no-repeat calc(100% - 15px) 50% var(--white);
    -webkit-appearance: none;
    padding: 2px 30px 2px 6px;
}
@media only screen and (min-width: 768px) {
    .property-page__filter--row select {
        padding: 2px 30px 2px 8px;
    }
}
.property-page__filter--count {
    max-width: 226px;
    margin: 16px auto 13px;
}
@media only screen and (min-width: 768px) {
    .property-page__filter--count {
        margin: 20px 0 16px;
        max-width: none;
    }
}
.property-page__filter--count h4 {
    font-size: 16px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
.property-page__filter--count h4 strong {
    font-weight: 700;
}
.property-page__filter--submit {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}
@media only screen and (min-width: 768px) {
    .property-page__filter--submit {
        gap: 20px;
    }
}
.property-page__filter--submit .btn--orange {
    width: 100%;
    min-height: 45px;
    min-width: auto;
    font-size: 16px;
}
@media only screen and (min-width: 768px) {
    .property-page__filter--submit .btn--orange {
        min-height: 56px;
        font-size: 20px;
    }
}
.property-page__filter--submit .btn-outline, .property-page__filter--submit .btn-outline--arrow {
    width: 100%;
    max-width: 140px;
    min-height: 40px;
    min-width: auto;
    padding: 5px 10px;
    font-size: 12px;
}
@media only screen and (min-width: 768px) {
    .property-page__filter--submit .btn-outline, .property-page__filter--submit .btn-outline--arrow {
        min-height: 49px;
        font-size: 14px;
        max-width: 165px;
    }
}
.property-page__filter.show h3::after {
    opacity: 0;
}

.property-item {
    display: grid;
    padding: 16px;
    gap: 18px;
    border-radius: 6px;
    border: 1px solid #BFC0C3;
    background: var(--white);
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.12);
    margin-bottom: 16px;
    grid-template-columns: 1fr;
}
@media only screen and (min-width: 992px) {
    .property-item {
        grid-template-columns: 1fr 405px;
        padding: 20px;
        gap: 24px;
        border-radius: 8px;
        margin-bottom: 20px;
    }
}
.property-item picture {
    display: block;
}
.property-item picture img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    border-radius: 8px;
}
.property-item__body {
    font-size: 12px;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
@media only screen and (min-width: 768px) {
    .property-item__body {
        gap: 8px;
        font-size: 14px;
    }
}
.property-item__body table {
    border-bottom: 1px solid #BFC0C3;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
}
@media only screen and (min-width: 768px) {
    .property-item__body table {
        font-size: 16px;
    }
}
@media only screen and (max-width: 767px) {
    .property-item__body table tr {
        display: grid;
        grid-template-columns: 140px 1fr;
    }
}
.property-item__body table tr td,
.property-item__body table tr th {
    border-top: 1px solid #BFC0C3;
    padding: 3px 6px;
    vertical-align: middle;
}
@media only screen and (min-width: 768px) {
    .property-item__body table tr td,
    .property-item__body table tr th {
        padding: 4px 8px;
    }
}
@media only screen and (max-width: 767px) {
    .property-item__body table tr td,
    .property-item__body table tr th {
        align-content: center;
    }
}
.property-item__body table tr th {
    background: #F2F2F3;
    color: var(--primary);
    font-weight: 700;
    font-size: 12px;
    line-height: 1.2;
}
@media only screen and (min-width: 768px) {
    .property-item__body table tr th {
        font-size: 14px;
    }
}
.property-item__title {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.property-item__title h3 {
    color: var(--primary);
    font-weight: 700;
    margin: 0;
    text-decoration: underline;
    font-size: 18px;
}
@media only screen and (min-width: 992px) {
    .property-item__title h3 {
        font-size: 20px;
    }
}
@media only screen and (min-width: 1200px) {
    .property-item__title h3 {
        font-size: 24px;
    }
}
.property-item__title h3 a {
    color: var(--primary);
}
.property-item__title h4 {
    background: var(--primary);
    color: var(--white);
    font-weight: 700;
    padding: 3px 6px;
    line-height: 1;
    border-radius: 4px;
    margin: 0;
    font-size: 14px;
}
@media only screen and (min-width: 992px) {
    .property-item__title h4 {
        font-size: 16px;
        padding: 4px 8px;
    }
}
@media only screen and (min-width: 1200px) {
    .property-item__title h4 {
        font-size: 18px;
    }
}
.property-item__time {
    display: flex;
    gap: 10px;
    margin-bottom: 3px;
}
@media only screen and (min-width: 768px) {
    .property-item__time {
        gap: 12px;
        margin-bottom: 0;
    }
}
.property-item__time p {
    margin: 0;
}
.property-item__number {
    margin-bottom: 3px;
}
@media only screen and (min-width: 768px) {
    .property-item__number {
        margin-bottom: 0;
    }
}
.property-item__button {
    text-align: right;
}
.property-item__button .btn {
    min-width: auto;
    width: 100%;
    max-width: 100px;
    min-height: 28px;
    padding: 5px 10px;
    font-size: 13px;
}
@media only screen and (min-width: 768px) {
    .property-item__button .btn {
        font-size: 16px;
        max-width: 120px;
        min-height: 35px;
    }
}

.login-request {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
}
@media only screen and (min-width: 768px) {
    .login-request {
        gap: 8px;
    }
}
.login-request p {
    font-weight: 700;
    color: var(--red);
    margin: 0;
    font-size: 16px;
}
@media only screen and (min-width: 768px) {
    .login-request p {
        font-size: 20px;
    }
}
.login-request__btn {
    display: flex;
    gap: 6px;
}
@media only screen and (min-width: 768px) {
    .login-request__btn {
        gap: 8px;
    }
}
.login-request__btn .btn {
    min-width: 136px;
    padding: 5px 10px;
    font-size: 16px;
    min-height: 31px;
}
@media only screen and (min-width: 768px) {
    .login-request__btn .btn {
        min-height: 40px;
        min-width: 136px;
    }
}
.login-request__btn .btn img {
    max-width: 12px;
}
@media only screen and (min-width: 768px) {
    .login-request__btn .btn img {
        max-width: 16px;
    }
}

.property-detail__time {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 13px;
    font-weight: 500;
    line-height: 1.2;
    font-size: 13px;
}
@media only screen and (min-width: 768px) {
    .property-detail__time {
        font-size: 16px;
        gap: 20px;
        margin-bottom: 16px;
    }
}
.property-detail__time p {
    margin: 0;
}
.property-detail__meta {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 15px;
    display: flex;
    gap: 10px;
    align-items: center;
}
@media only screen and (min-width: 768px) {
    .property-detail__meta {
        font-size: 16px;
        margin-bottom: 16px;
        gap: 30px;
    }
}
.property-detail__meta h4 {
    font-weight: 700;
    font-size: 14px;
    margin: 0;
    background: var(--primary);
    color: var(--white);
    padding: 2px 6px;
    border-radius: 3px;
    line-height: 1.2;
}
@media only screen and (min-width: 768px) {
    .property-detail__meta h4 {
        font-size: 18px;
        padding: 3px 8px;
        border-radius: 4px;
    }
}
.property-detail__meta p {
    margin: 0;
}
.property-detail h1 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 13px;
    color: var(--primary);
}
@media only screen and (min-width: 768px) {
    .property-detail h1 {
        font-size: 42px;
        margin: 0 0 16px;
    }
}
@media only screen and (min-width: 992px) {
    .property-detail h1 {
        font-size: 56px;
    }
}
.property-detail__info {
    margin-bottom: 13px;
}
@media only screen and (min-width: 768px) {
    .property-detail__info {
        margin-bottom: 16px;
    }
}
.property-detail__info--row {
    display: flex;
    gap: 6px;
    align-items: center;
    flex-wrap: wrap;
}
.property-detail__info--row + .property-detail__info--row {
    margin-top: 16px;
    gap: 8px;
}
.property-detail__info--row h4 {
    margin: 0;
    font-weight: 700;
    line-height: 1.2;
    min-width: 116px;
    width: 116px;
    font-size: 16px;
}
@media only screen and (min-width: 768px) {
    .property-detail__info--row h4 {
        min-width: 160px;
        width: 160px;
        font-size: 20px;
    }
}
.property-detail__info--row h4 small {
    font-size: 10px;
}
.property-detail__info--row h6 {
    font-weight: 700;
    color: var(--red);
    margin: 0;
    font-size: 13px;
}
@media only screen and (min-width: 768px) {
    .property-detail__info--row h6 {
        font-size: 20px;
    }
}
.property-detail__info--content {
    font-weight: 500;
    line-height: 1.2;
    font-size: 16px;
}
@media only screen and (min-width: 768px) {
    .property-detail__info--content {
        font-size: 20px;
    }
}
.property-detail__info--content p {
    margin: 0;
}
.property-detail__info--content h3 {
    color: var(--red);
    font-weight: 700;
    margin: 0;
    font-size: 22px;
}
@media only screen and (min-width: 768px) {
    .property-detail__info--content h3 {
        font-size: 28px;
    }
}
.property-detail__note {
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 16px;
    font-size: 10px;
}
@media only screen and (min-width: 768px) {
    .property-detail__note {
        font-size: 12px;
    }
}
.property-detail__images {
    margin: 56px auto 50px;
    max-width: 800px;
    padding-inline: 44px;
}
@media only screen and (min-width: 768px) {
    .property-detail__images {
        padding-inline: 60px;
        margin: 56px auto 70px;
    }
}
.property-detail__images .slick-dots {
    bottom: -22px;
}
@media only screen and (min-width: 768px) {
    .property-detail__images .slick-dots {
        bottom: -28px;
    }
}
.property-detail__images.slick-slider {
    margin-bottom: 70px;
}
.property-detail__images figure img {
    border-radius: 8px;
}
.property-detail__join {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
    .property-detail__join {
        gap: 20px;
    }
}
.property-detail__join .btn {
    min-height: 45px;
    width: 100%;
    max-width: 400px;
    min-width: auto;
    font-size: 16px;
}
@media only screen and (min-width: 768px) {
    .property-detail__join .btn {
        min-height: 56px;
        font-size: 20px;
    }
}
.property-detail__join p {
    line-height: 1.5;
    font-weight: 500;
    font-size: 14px;
}
@media only screen and (min-width: 768px) {
    .property-detail__join p {
        font-size: 18px;
    }
}
.property-detail__join p a {
    color: var(--link);
    text-decoration: underline;
}
.property-detail__detail + .property-detail__detail {
    margin-top: 28px;
}
@media only screen and (min-width: 768px) {
    .property-detail__detail + .property-detail__detail {
        margin-top: 40px;
    }
}
.property-detail__detail--inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3px 40px;
}
@media only screen and (min-width: 768px) {
    .property-detail__detail--inner {
        grid-template-columns: 1fr 1fr;
        gap: 8px 40px;
    }
}
@media only screen and (min-width: 992px) {
    .property-detail__detail--inner {
        gap: 8px 56px;
    }
}
.property-detail__detail--bottom {
    margin-top: 6px;
    font-weight: 500;
    line-height: 1.2;
    font-size: 10px;
}
@media only screen and (min-width: 768px) {
    .property-detail__detail--bottom {
        font-size: 12px;
        margin-top: 8px;
    }
}
.property-detail__detail .login-request {
    margin-bottom: 28px;
}
@media only screen and (min-width: 768px) {
    .property-detail__detail .login-request {
        margin-bottom: 40px;
    }
}
@media only screen and (min-width: 992px) {
    .property-detail__detail .login-request {
        gap: 40px;
    }
}
.property-detail__detail.hidden-text .property-detail__item--content {
    filter: blur(8px);
}
.property-detail__item {
    display: grid;
    grid-template-columns: 124px 1fr;
}
@media only screen and (min-width: 768px) {
    .property-detail__item {
        grid-template-columns: 155px 1fr;
    }
}
@media only screen and (min-width: 992px) {
    .property-detail__item {
        grid-template-columns: 240px 1fr;
    }
}
.property-detail__item--title {
    display: flex;
    align-items: center;
    background: #F2F2F3;
    padding: 13px;
}
@media only screen and (min-width: 992px) {
    .property-detail__item--title {
        padding: 16px;
    }
}
.property-detail__item--title h4 {
    font-weight: 700;
    line-height: 1;
    color: var(--primary);
    margin: 0;
    font-size: 14px;
}
@media only screen and (min-width: 992px) {
    .property-detail__item--title h4 {
        font-size: 18px;
    }
}
.property-detail__item--title h4 small {
    font-size: 10px;
}
.property-detail__item--content {
    align-self: center;
    padding: 16px;
    font-size: 14px;
}
@media only screen and (min-width: 992px) {
    .property-detail__item--content {
        font-size: 18px;
    }
}

.news-list {
    border-bottom: 1px solid #AFB3C1;
}

.post-item {
    border-top: 1px solid #AFB3C1;
    position: relative;
}

.post-item a {
    background: url(../images/arrow_forward_ios.png) no-repeat right center;
    display: block;
    padding: 15px 30px 15px 0;
}

.post-item h3 {
    font-size: 20px;
    font-weight: 500;
    margin: 6px 0 0;
}

.post-date {
    color: #717073;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    margin-right: 10px;
    line-height: 24px;
}

.post-category {
    background: #05415A;
    border-radius: 15px;
    color: #fff;
    display: inline-block;
    line-height: 1.5;
    font-size: 16px;
    padding: 0 25px;
    line-height: 22px;
    padding-bottom: 2px;
    vertical-align: top;
}

.post-category.press_releases {
    background: #8B7450;
}

.post-category.other {
    background: #2A6D4E;
}

ul.page-numbers {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: center;
}

ul.page-numbers li a, ul.page-numbers li span {
    display: block;
    width: 28px;
    text-align: center;
}

ul.page-numbers li a.next {
    background: #DFE1E5 url(../images/arrow_next_ios_new.png) no-repeat center;
}

ul.page-numbers li a.prev {
    background: #DFE1E5 url(../images/arrow_back_ios_new.png) no-repeat center;
}

.single-post article, .single-page .post-content {
    font-size: 18px;
    line-height: 2;
}

.single-post .post-tag {
    margin: 0 0 20px;
}

.single-post .post-title {
    border-bottom: 1px solid #AFB3C1;
    color: #05415A;
    font-size: 40px;
    font-weight: bold;
    margin: 0 0 20px;
    line-height: normal;
    padding-bottom: 15px;
}

.single-post article figure {
    margin: 0 0 1rem;
}

.single-post article h2, .single-page h2 {
    background: #E1ECF7;
    color: #05415A;
    font-size: 32px;
    font-weight: bold;
    padding: 8px 20px;
    line-height: 1.1875;
    margin: 0 0 20px;
}

.single-post article h3, .single-post article h4, .single-page h3, .single-page h4 {
    color: #05415A;
    font-size: 24px;
    line-height: 1.1875;
    margin: 0 0 20px;
}

.single-post article h4, .single-page h4 {
    font-size: 20px;
}

.single-post article h3:before, .single-post article h4:before {
    background: #72B9D3;
    content: "";
    display: inline-block;
    height: 12px;
    width: 12px;
    border-radius: 6px;
    margin-right: 10px;
}

.single-post article p {
    margin: 0 0 2rem;
}

.back-to-news {
    margin-top: 40px;
    text-align: center;
}

.back-to-news a {
    font-size: 20px;
    width: 50%;
    position: relative;
}

.back-to-news a:after {
    background: url(../images/arrow_forward_ios.png) no-repeat;
    content: "";
    position: absolute;
    right: 20px;
    top: 20px;
    height: 24px;
    width: 24px;
}

.tml-login {
    position: relative;
}

.tml .tml-field-wrap {
    margin-bottom: 2rem;
}

.tml-submit-wrap {
    margin-top: 4rem;
    text-align: center;
}

.tml-extra {
    margin-top: 2rem;
    text-align: center;
}

.tml-extra label {
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 35px;
    position: relative;
}

.tml-extra label:before {
    content: "";
    border-top: 1px solid #000;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    z-index: -1;
}

.tml-extra label span {
    background: #fff;
    display: inline-block;
    padding: 0 20px;
}

.tml-extra .btn {
    width: 100%;
}

.tml-login .tml-button {
    max-width: none;
}

.tml-rememberme-wrap {
    display: none;
}

.tml-links {
    list-style: none;
    padding: 0;
}

.tml-lostpassword-link a {
    font-size: 18px;
    font-weight: bold;
}

.tml-login .tml-links {
    position: absolute;
    bottom: 62px;
}

.tml-login .tml-links .tml-register-link {
    display: none;
}

.tml .tml-message, 
.tml-lostpassword .tml-links,
.tml-register .tml-links {
    display: none;
}

.tml-how_found-wrap {
    display: flex;
    flex-wrap: wrap;
}

.tml .tml-how_found-wrap .tml-label:first-child {
    width: 100%;
}

.tml input[type=radio]+.tml-label {
    line-height: 1.7;
    position: relative;
    padding-left: 33px;
    margin-right: 20px;
}

.tml input[type=radio]+.tml-label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    border-radius: 50%;
    border: 2px solid #2B2C31;
    width: 20px;
    height: 20px;
}

.tml input[type=radio]+.tml-label:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #2B2C31;
    border-radius: 50%;
    top: 10px;
    left: 5px;
    opacity: 0;
    transition: all 0.3s;
}

.tml input[type=radio]:checked+.tml-label:after,
.tml input[type=checkbox]:checked+.tml-label:after {
    opacity: 1;
}

.tml input[type=checkbox]+.tml-label {
    line-height: 1.7;
    position: relative;
    padding-left: 30px;
}

.tml input[type=checkbox]+.tml-label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    border: 2px solid #2B2C31;
    width: 20px;
    height: 20px;
}

.tml input[type=checkbox]+.tml-label:after {
    content: "";
    position: absolute;
    width: 6px;
    height: 10px;
    border-bottom: 2px solid #2B2C31;
    border-right: 2px solid #2B2C31;
    transform: rotate(45deg);
    top: 6px;
    left: 7px;
    opacity: 0;
    transition: all 0.3s;
}

.tml-label a {
    color: #1466FF;
    text-decoration: underline;
}

@media only screen and (min-width: 768px) {
    .tml .tml-address-wrap .tml-field {
        width: 50%;
    }
}

.wpcf7 .form-row input[type="file"] {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
#file1_name {
  margin-left: 10px;
}
.form-row__input-file label {
    background: #F2F2F3 url(../images/folder_open.png) no-repeat 13px 18px;
    border: 1px solid #BFC0C3;
    border-radius: 4px;
    cursor: pointer;
    padding: 10px 13px 10px 50px;
}

.property-detail__images.type2 .slick-list:before,
.property-detail__images.type3 .slick-list:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 9;
}
.property-detail__images.type2 .slick-list:after
{
    content: "売却済";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: red;
    color: #fff;
    text-align: center;
    padding: 5px 20px;
    z-index: 9;
    font-weight: 700;
    font-size: 24px;

}
.property-detail__images.type3 .slick-list:after{
    content: "交渉中";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: var(--primary);
    font-size: 24px;
    color: #fff;
    text-align: center;
    padding: 5px 20px;
    z-index: 9;
    font-weight: 700;
}

.site-footer {
    background: #fff;
    color: #222;
}

.site-footer a {
    color: #222;
}


@media only screen and (max-width: 767px){
    .business-list__inner{
        margin-inline: 20px;
    }
    .slick-slider.slider-nav--2 .slick-arrow.slick-prev{
        left: -20px;
    }
    .slick-slider.slider-nav--2 .slick-arrow.slick-next{
        right: -20px;
    }
}

.business-list__item .business-list__item--inner ul li:first-child ins{
    position: relative;
}
body:not(.logged-in) .business-list__item .business-list__item--inner ul li:first-child ins:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    filter: blur(2px);
}

.blur-not-logined{
    position: relative;
}
.blur-not-logined:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    filter: blur(4px);
}

.tml-indicator-wrap, .tml-indicator_hint-wrap {
	display: none;
}
.login_note{text-align:center;margin-bottom:50px !important;}
@media only screen and (max-width: 767px){
    .business-list__inner{
        margin-inline: 0;
    }
    .business-list__item{
        margin-inline: 0;
        border: 1px solid #BFC0C3;
        box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.12);
        padding: 16px;
    }
    .business-list__item figure img{
        aspect-ratio: 16/9;
        border-radius: 8px;
    }
    .business-list__item ul{
        gap: 0;
    }
    .business-list__item .business-list__item--inner ul li{
        border-bottom: 1px solid #BFC0C3;
        align-items: stretch;
        text-align: center;
        font-size: 13px;
        font-weight: 500;
    }
    .business-list__item .business-list__item--inner ul li:first-child{
        border-top: 1px solid #BFC0C3;
    }
    .business-list__item .business-list__item--inner ul li span{
        min-width: 140px;
        width: 140px;
        background: #F2F2F3;
        color: var(--primary);
        font-weight: 700;
        font-size: 12px;
        line-height: 1.2;
        padding: 3px 6px;
    }
    .business-list__item .business-list__item--inner ul li ins{
        flex: 1;
        align-self: center;
        text-decoration: none;
    }

    .business-list__inner.slick-slider.slider-nav--2 .slick-arrow.slick-next{
        right: -10px;
    }
    .business-list__inner.slick-slider.slider-nav--2 .slick-arrow.slick-prev{
        left: -10px;
    }
    .business-list__inner.slick-slider.slider-nav--2 .slick-arrow{
        width: 26px;
        height: 26px;
    }
	.hidden-phone {
		display: none;
	}
}