.page-top .section:not(.section-kv, .section-search) .headline {
    display: grid;
    position: relative;
    z-index: 0
}

@media only screen and (min-width: 769px) {
    .page-top .section:not(.section-kv, .section-search) .headline {
        gap: 15px
    }
}

@media only screen and (max-width: 768px) {
    .page-top .section:not(.section-kv, .section-search) .headline {
        gap: 8px
    }
}

.page-top .section:not(.section-kv, .section-search) .headline::before {
    content: "";
    position: absolute;
    z-index: -1;
    background-image: url("../img/common/headline_img-01.svg")
}

@media only screen and (min-width: 769px) {
    .page-top .section:not(.section-kv, .section-search) .headline::before {
        left: -57px;
        top: -73px;
        width: 138px;
        height: 116px
    }
}

@media only screen and (max-width: 768px) {
    .page-top .section:not(.section-kv, .section-search) .headline::before {
        left: -30px;
        top: -46px;
        width: 83px;
        height: 70px
    }
}

.page-top .section:not(.section-kv, .section-search) .headline__caption {
    font-family: "Barlow", sans-serif;
    color: #005f46;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .02em;
    line-height: 1.4328358209;
    margin-block: calc((1em - 1lh)/2)
}

@media only screen and (min-width: 769px) {
    .page-top .section:not(.section-kv, .section-search) .headline__caption {
        font-size: 6.7rem
    }
}

@media only screen and (max-width: 768px) {
    .page-top .section:not(.section-kv, .section-search) .headline__caption {
        font-size: 3.8rem
    }
}

.page-top .section:not(.section-kv, .section-search) .headline__title {
    font-weight: 600;
    margin-block: calc((1em - 1lh)/2)
}

@media only screen and (max-width: 768px) {
    .page-top .section:not(.section-kv, .section-search) .headline__title {
        font-size: 1.4rem
    }
}

.page-top .section-kv {
    background-color: #005f46;
    position: relative;
    z-index: 0
}

.page-top .section-kv .bg {
    overflow: hidden;
    position: absolute;
    inset: 0
}

.page-top .section-kv .bg .bg-top {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0
}

@media only screen and (max-width: 768px) {
    .page-top .section-kv .bg .bg-top {
        width: 100%
    }

    .page-top .section-kv .bg .bg-top img {
        width: 100%
    }
}

.page-top .section-kv .section-content {
    position: relative;
    z-index: 0
}

.page-top .section-kv .headline {
    position: absolute;
    display: grid;
    gap: 30px;
    left: 100px;
    top: 154px;
    z-index: 2
}

@media only screen and (max-width: 768px) {
    .page-top .section-kv .headline {
        gap: 16px;
        top: 100px;
        left: 40px
    }
}

@media only screen and (max-width: 768px) {
    .page-top .section-kv .headline img:nth-child(1) {
        max-width: 274px
    }

    .page-top .section-kv .headline img:nth-child(2) {
        max-width: 265px
    }
}

.page-top .section-kv .content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

@media only screen and (min-width: 769px) {
    .page-top .section-kv .content {
        padding-top: 55.5555555556%
    }
}

@media only screen and (max-width: 768px) {
    .page-top .section-kv .content {
        padding-top: 124.8%
    }
}

.page-top .section-kv .kv {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0
}

.page-top .section-kv .kv img {
    width: 100%
}

.page-top .bg-top {
    width: 65%
}

.page-top .headline-jp,
.page-top .headline-en {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    display: block
}

.page-top .animate .headline-jp {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 2.5s;
    transition-delay: 2.5s;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.page-top .animate .headline-en {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: 3s;
    transition-delay: 3s;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.page-top .kv-logo1 {
    -webkit-transition: all .7s;
    transition: all .7s;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.page-top .animate .kv-logo1 {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition-delay: 2s;
    transition-delay: 2s
}

.page-top .kv-logo3 {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .7s;
    transition: all .7s;
    -webkit-transition-delay: .5s;
    transition-delay: .5s
}

.page-top .animate .kv-logo3 {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.page-top .kv-logo-body {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all .7s;
    transition: all .7s;
    -webkit-transition-delay: 1s;
    transition-delay: 1s
}

.page-top .animate .kv-logo-body {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.page-top .bg-top {
    width: 65%
}

.page-top .kv-logo-body,
.page-top .kv-logo3 {
    -webkit-transition: -webkit-transform .7s;
    transition: -webkit-transform .7s;
    transition: transform .7s;
    transition: transform .7s, -webkit-transform .7s
}

.page-top .headline-jp,
.page-top .headline-en {
    opacity: 0;
    -webkit-transition: .8s, opacity 1s, -webkit-transform;
    transition: .8s, opacity 1s, -webkit-transform;
    transition: transform, .8s, opacity 1s;
    transition: transform, .8s, opacity 1s, -webkit-transform;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px)
}

.page-top .animate .headline-jp {
    opacity: 1;
    -webkit-transition-delay: 2.5s;
    transition-delay: 2.5s;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.page-top .animate .headline-en {
    opacity: 1;
    -webkit-transition-delay: 3s;
    transition-delay: 3s;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.page-top .kv-logo1 {
    -webkit-transition: -webkit-transform .7s;
    transition: -webkit-transform .7s;
    transition: transform .7s;
    transition: transform .7s, -webkit-transform .7s;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.page-top .kv-logo3 {
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.page-top .kv-logo-body {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.page-top .animate .kv-logo-body {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.page-top .animate .kv-logo3 {
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.page-top .animate .kv-logo1 {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition-delay: 2s;
    transition-delay: 2s
}

.page-top .section-search {
    position: relative;
    z-index: 5
}

.page-top .section-search .section-content {
    position: relative;
    z-index: 5;
    background-color: #005f46;
    color: #fff
}

@media only screen and (min-width: 769px) {
    .page-top .section-search .section-content {
        padding: 40px 40px 52px;
        margin-inline: max(3rem, ((100% - 1160px) / 2))
    }
}

@media only screen and (max-width: 768px) {
    .page-top .section-search .section-content {
        padding: 25px 20px 42px
    }
}

.page-top .section-search .section-content::before {
    content: "";
    width: 100%;
    background-color: #65bf97;
    position: absolute;
    left: 0
}

@media only screen and (min-width: 769px) {
    .page-top .section-search .section-content::before {
        top: -16px;
        height: 16px
    }
}

@media only screen and (max-width: 768px) {
    .page-top .section-search .section-content::before {
        top: -12px;
        height: 12px
    }
}

.page-top .section-search .headline {
    font-weight: 600
}

@media only screen and (min-width: 769px) {
    .page-top .section-search .headline {
        margin-bottom: 37px
    }
}

@media only screen and (max-width: 768px) {
    .page-top .section-search .headline {
        margin-bottom: 30px
    }
}

.page-top .section-search .headline::before {
    content: none
}

.page-top .section-search .search__title {
    font-size: 3rem;
    letter-spacing: .06em;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

@media only screen and (min-width: 769px) {
    .page-top .section-search .search__title {
        gap: 4px
    }
}

@media only screen and (max-width: 768px) {
    .page-top .section-search .search__title {
        font-size: 2.2rem;
        gap: 6px
    }
}

.page-top .section-search .search__title::after {
    content: "";
    display: inline-block;
    background-color: #65bf97;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-image: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MC4wMiAyOC42OSI+CiAgPHBhdGggZD0iTTIwLjAxIDBIMHYyMy41NGg1Ljg4di01Ljg5aDMuOTFMMjAuMDEgMHptLTQuNzcgMjMuNTRIOC4xOEwyMS43NyAwaDcuMDZMMTUuMjQgMjMuNTR6bTguODMgMGgtNy4wNkwzMC42IDBoNy4wNkwyNC4wNyAyMy41NHptMS43NyAwaDEwLjg3VjQuNzFMMjUuODQgMjMuNTR6bTI0LjE4LTEwLjU5SDQ1Ljl2NC43aC0zLjUzVjguODNoNC43MUw0NC43IDQuNzFoLTYuNDV2MTguODNoMTEuNzdWMTIuOTV6TTYuMTEgMjguNjljMi4wMyAwIDMuNjgtMS42NSAzLjY4LTMuNjhIMi40M2MwIDIuMDMgMS42NSAzLjY4IDMuNjggMy42OFptMzUuODIgMGMyLjAzIDAgMy42OC0xLjY1IDMuNjgtMy42OGgtNy4zNmMwIDIuMDMgMS42NSAzLjY4IDMuNjggMy42OFoiIGNsYXNzPSJjbHMtMSIvPgo8L3N2Zz4=");
    mask-image: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MC4wMiAyOC42OSI+CiAgPHBhdGggZD0iTTIwLjAxIDBIMHYyMy41NGg1Ljg4di01Ljg5aDMuOTFMMjAuMDEgMHptLTQuNzcgMjMuNTRIOC4xOEwyMS43NyAwaDcuMDZMMTUuMjQgMjMuNTR6bTguODMgMGgtNy4wNkwzMC42IDBoNy4wNkwyNC4wNyAyMy41NHptMS43NyAwaDEwLjg3VjQuNzFMMjUuODQgMjMuNTR6bTI0LjE4LTEwLjU5SDQ1Ljl2NC43aC0zLjUzVjguODNoNC43MUw0NC43IDQuNzFoLTYuNDV2MTguODNoMTEuNzdWMTIuOTV6TTYuMTEgMjguNjljMi4wMyAwIDMuNjgtMS42NSAzLjY4LTMuNjhIMi40M2MwIDIuMDMgMS42NSAzLjY4IDMuNjggMy42OFptMzUuODIgMGMyLjAzIDAgMy42OC0xLjY1IDMuNjgtMy42OGgtNy4zNmMwIDIuMDMgMS42NSAzLjY4IDMuNjggMy42OFoiIGNsYXNzPSJjbHMtMSIvPgo8L3N2Zz4=");
    -webkit-transform: translateY(20%);
    transform: translateY(20%)
}

@media only screen and (min-width: 769px) {
    .page-top .section-search .search__title::after {
        width: 50px;
        height: 29px
    }
}

@media only screen and (max-width: 768px) {
    .page-top .section-search .search__title::after {
        width: 38px;
        height: 25px
    }
}

.page-top .section-search .search__label {
    display: block;
    text-align: center;
    font-size: 2rem;
    letter-spacing: .06em;
    margin-bottom: 30px;
    font-weight: 600;
    line-height: 1
}

@media only screen and (max-width: 768px) {
    .page-top .section-search .search__label {
        text-align: left;
        font-size: 1.3rem
    }
}

@media only screen and (max-width: 768px)and (max-width: 768px) {
    .page-top .section-search .search__label {
        margin-bottom: 8px
    }
}

.page-top .section-search .search__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (min-width: 769px) {
    .page-top .section-search .search__row {
        gap: 25px 60px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media only screen and (max-width: 768px) {
    .page-top .section-search .search__row {
        gap: 20px 80px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.page-top .section-search .search__col {
    position: relative;
    z-index: 0
}

@media only screen and (min-width: 769px) {
    .page-top .section-search .search__col {
        width: min(308px, 100%)
    }
}

@media only screen and (max-width: 768px) {
    .page-top .section-search .search__col {
        width: 100%
    }
}

.page-top .section-search .search__col:not(:first-child)::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: currentColor;
    left: -30px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media only screen and (max-width: 768px) {
    .page-top .section-search .search__col:not(:first-child)::before {
        display: none
    }
}

.page-top .section-search .search__col:first-child,
.page-top .section-search .search__col:last-child {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media only screen and (min-width: 769px) {
    .page-top .section-search .search__col:nth-child(2) {
        width: 35%
    }
}

.page-top .section-search .search__form {
    font-family: inherit;
    letter-spacing: inherit;
    color: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer
}

.page-top .section-search .search__form:focus {
    outline: none
}

.page-top .section-search .search__form--select {
    --arrow-bg: #65bf97;
    --arrow-icon: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMC4wNiA4Ljg2Ij4KICA8cGF0aCBmaWxsPSIjZmZmIiBkPSJtMCAwIDUuMDMgNS40OUwxMC4wNiAwdjMuMzZsLTUuMDMgNS41TDAgMy4zNlYweiIvPgo8L3N2Zz4=");
    --arrow-size: 10px;
    --select-bg: #fff;
    --select-size: 45px;
    --gap-size: 10px;
    --p-x: 12px;
    --p-y: 8px;
    position: relative;
    border-radius: 6px;
    background-color: #fff;
    color: #000;
    width: 100%;
    padding: var(--p-y) calc(var(--select-size) + var(--gap-size)) var(--p-y) var(--p-x);
    background: var(--arrow-icon) no-repeat right calc((var(--select-size) - var(--arrow-size))/2) center/var(--arrow-size), -webkit-gradient(linear, right top, left top, from(var(--arrow-bg)), to(var(--select-bg)));
    background: var(--arrow-icon) no-repeat right calc((var(--select-size) - var(--arrow-size))/2) center/var(--arrow-size), linear-gradient(to left, var(--arrow-bg) var(--select-size), var(--select-bg) var(--select-size))
}

@media only screen and (max-width: 768px) {
    .page-top .section-search .search__form--select {
        --p-y: 4px;
        --select-size: 34px
    }
}

.page-top .section-search .search__form--button {
    padding: 0;
    border: 0;
    border-radius: 0;
    margin-top: 50px;
    height: 60px;
    font-size: 2.2rem;
    font-weight: 600;
    letter-spacing: .06em;
    --lupe-icon: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxOS41NyAxOS41NyI+CiAgPHBhdGggZmlsbD0iI2ZmZiIgZD0iTTcuOTIgMTIuMTJjMS4xOCAwIDIuMTctLjQgMi45OC0xLjIxLjgxLS44MSAxLjIxLTEuOCAxLjIxLTIuOThzLS40LTIuMTctMS4yMS0yLjk4Yy0uODEtLjgxLTEuOC0xLjIxLTIuOTgtMS4yMXMtMi4xNy40LTIuOTggMS4yMWMtLjgxLjgxLTEuMjEgMS44LTEuMjEgMi45OHMuNCAyLjE3IDEuMjEgMi45OCAxLjggMS4yMSAyLjk4IDEuMjFabTkgNy40NS00Ljg5LTQuODljLS42Mi40LTEuMjguNy0xLjk4Ljg5cy0xLjQxLjI4LTIuMTIuMjhjLTIuMjEgMC00LjA4LS43Ny01LjYyLTIuMzFTMCAxMC4xMyAwIDcuOTJzLjc3LTQuMDggMi4zMS01LjYxQzMuODQuNzcgNS43MiAwIDcuOTIgMHM0 LjA4Ljc3IDUuNjIgMi4zMSAyLjMxIDMuNDEgMi4zMSA1LjYyYzAgLjcxLS4xIDEuNDItLjMgMi4xMnMtLjUgMS4zNi0uOTEgMS45OGw0Ljk0IDQuOTQtMi42NiAyLjYxWiIvPgo8L3N2Zz4=");
    --pos-right: 18px;
    --lupe-size: 20px;
    background: var(--lupe-icon) no-repeat right var(--pos-right) center/var(--lupe-size), -webkit-gradient(linear, left top, left bottom, from(#65bf97), to(#65bf97));
    background: var(--lupe-icon) no-repeat right var(--pos-right) center/var(--lupe-size), linear-gradient(#65bf97, #65bf97)
}

@media only screen and (min-width: 769px) {
    .page-top .section-search .search__form--button {
        width: min(307px, 100%)
    }
}

@media only screen and (max-width: 768px) {
    .page-top .section-search .search__form--button {
        width: 100%;
        height: 42px;
        margin-top: 30px;
        font-size: 1.7rem;
        --lupe-size: 15px
    }
}

.page-top .section-search .search__select_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 14px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.page-top .search__dropdown {
    position: relative
}

.page-top .search__dropdown__btn {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: default
}

.page-top .search__dropdown__content {
    max-height: 250px;
    overflow: auto;
    border-radius: 6px;
    position: absolute;
    top: calc(100% + 1rem);
    left: 0;
    right: 0;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .2);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .2);
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.page-top .search__dropdown__content.open {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .3s;
    transition: all .3s
}

.page-top .search__dropdown__content__item {
    background: #fff
}

.page-top .search__dropdown__content__item+.search__dropdown__content__item {
    border-top: 1px solid #efefef
}

.page-top .search__dropdown__content__label {
    display: inline-block;
    padding: 1rem 1.5rem 1rem 4rem;
    color: #000;
    position: relative
}

.page-top .search__dropdown__content__label::before,
.page-top .search__dropdown__content__label::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.page-top .search__dropdown__content__label::before {
    width: 18px;
    height: 18px;
    border: 1px solid #707070;
    left: 1.5rem
}

.page-top .search__dropdown__content__label::after {
    background: #65bf97;
    width: 10px;
    height: 10px;
    opacity: 0;
    left: 1.9rem
}

.page-top input:checked+.search__dropdown__content__label::after {
    opacity: 1
}

.page-top .search__info {
    position: absolute;
    top: calc(100% + .5rem);
    left: 0;
    white-space: nowrap;
    font-size: 1.2rem
}

.page-top .section-pickup {
    position: relative;
    z-index: 0
}

.page-top .section-pickup .bg {
    position: absolute;
    inset: 0
}

.page-top .section-pickup .bg .bg-top {
    position: absolute;
    z-index: -1;
    top: -280px;
    left: 0;
    width: 100%
}

@media only screen and (max-width: 768px) {
    .page-top .section-pickup .bg .bg-top {
        top: -48px
    }
}

.page-top .section-pickup .bg .bg-bottom {
    position: absolute;
    z-index: -1;
    bottom: -80px;
    right: 0
}

@media only screen and (max-width: 768px) {
    .page-top .section-pickup .bg .bg-bottom {
        width: 234px;
        bottom: -70px
    }
}

.page-top .section-pickup .section-content {
    position: relative;
    z-index: 0
}

@media only screen and (min-width: 769px) {
    .page-top .section-pickup .section-content {
        padding: 190px 0 0
    }
}

@media only screen and (max-width: 768px) {
    .page-top .section-pickup .section-content {
        padding: 95px 0 0
    }
}

.page-top .section-pickup .headline {
    margin-inline: max(3rem, ((100% - 1160px) / 2));
    margin-bottom: 80px
}

@media only screen and (max-width: 768px) {
    .page-top .section-pickup .headline {
        gap: 10px;
        margin-bottom: 32px
    }
}

@media only screen and (max-width: 768px) {
    .page-top .section-pickup .headline__caption {
        font-size: 3.8rem
    }
}

@media only screen and (max-width: 768px) {
    .page-top .section-pickup .headline__title {
        font-size: 1.4rem
    }
}

.page-top .section-pickup .content {
    margin-inline: max(3rem, ((100% - 1160px) / 2))
}

.page-top .section-pickup .pickup__btn {
    position: relative;
    letter-spacing: .06em;
    font-weight: 600;
    background-color: #000;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 384px;
    margin: 110px auto
}

@media only screen and (min-width: 769px) {
    .page-top .section-pickup .pickup__btn {
        height: 75px;
        font-size: 2.2rem;
        margin-bottom: 165px
    }
}

@media only screen and (max-width: 768px) {
    .page-top .section-pickup .pickup__btn {
        font-size: 1.6rem;
        margin-top: 70px;
        height: 55px;
        margin-bottom: 95px
    }
}

@media(any-hover: hover) {
    .page-top .section-pickup .pickup__btn {
        -webkit-transition: opacity 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
        transition: opacity 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95)
    }
}

@media(any-hover: hover) {
    .page-top .section-pickup .pickup__btn:hover {
        opacity: .7
    }
}

.page-top .section-pickup .pickup__btn::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #65bf97;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-image: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMi4xNSAxMy44Ij4KICA8cGF0aCBmaWxsPSIjMDAwIiBkPSJtMCAxMy44IDcuNTMtNi45TDAgMGg0LjYybDcuNTMgNi45LTcuNTMgNi45SDB6Ii8+Cjwvc3ZnPg==");
    mask-image: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMi4xNSAxMy44Ij4KICA8cGF0aCBmaWxsPSIjMDAwIiBkPSJtMCAxMy44IDcuNTMtNi45TDAgMGg0LjYybDcuNTMgNi45LTcuNTMgNi45SDB6Ii8+Cjwvc3ZnPg==")
}

@media only screen and (min-width: 769px) {
    .page-top .section-pickup .pickup__btn::before {
        right: 30px;
        width: 12px;
        height: 12px
    }
}

@media only screen and (max-width: 768px) {
    .page-top .section-pickup .pickup__btn::before {
        right: 20px;
        width: 10px;
        height: 10px
    }
}

@media only screen and (min-width: 769px) {
    .page-top .section.section-price .headline__title {
        font-size: 2.6rem
    }
}

.page-top .section.section-price .headline__caption {
    color: #fff
}

.page-top .section-price {
    position: relative;
    z-index: 1;
    background-color: #005f46
}

.page-top .section-price .bg {
    position: absolute;
    inset: 0;
    overflow: hidden
}

.page-top .section-price .bg .bg-top {
    position: absolute;
    z-index: -1;
    bottom: -217px;
    left: 0;
    width: 100%
}

@media only screen and (max-width: 768px) {
    .page-top .section-price .bg .bg-top {
        top: 0
    }
}

.page-top .section-price .section-content {
    position: relative;
    z-index: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-inline: max(3rem, ((100% - 1160px) / 2))
}

@media only screen and (min-width: 769px) {
    .page-top .section-price .section-content {
        padding: 150px 0 120px;
        gap: 32px 40px
    }
}

@media only screen and (max-width: 768px) {
    .page-top .section-price .section-content {
        padding: 83px 0 92px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 25px 40px
    }
}

.page-top .section-price .headline {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #fff
}

.page-top .section-price .headline__caption {
    color: #fff
}

@media only screen and (max-width: 768px) {
    .page-top .section-price .headline__caption {
        font-size: 3.8rem
    }
}

.page-top .section-price .headline__desc {
    font-size: 1.9rem;
    font-weight: 600;
    line-height: 1.5789473684;
    letter-spacing: .06em
}

@media only screen and (min-width: 769px) {
    .page-top .section-price .headline__desc {
        margin-top: 32px
    }
}

@media only screen and (max-width: 768px) {
    .page-top .section-price .headline__desc {
        margin-top: 23px;
        font-size: 1.3rem;
        line-height: 1.6923076923
    }
}

.page-top .section-price .headline__info {
    font-weight: 400;
    font-size: 1.2rem;
    letter-spacing: .06em
}

@media only screen and (max-width: 768px) {
    .page-top .section-price .headline__info {
        font-size: 1rem
    }
}

.page-top .section-price .price {
    display: grid;
    gap: 30px;
    max-width: 768px
}

.page-top .section-price .price__card {
    display: grid;
    grid-template-columns: min(512px, 100%) 1fr
}

@media only screen and (max-width: 768px) {
    .page-top .section-price .price__card {
        grid-template-columns: 1fr
    }
}

.page-top .section-price .price__desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    background-color: #65bf97;
    gap: 18px
}

@media only screen and (min-width: 769px) {
    .page-top .section-price .price__desc {
        padding: 43px 20px 34px 34px
    }
}

@media only screen and (max-width: 768px) {
    .page-top .section-price .price__desc {
        padding: 26px 23px 23px
    }
}

.page-top .section-price .price__desc__title {
    font-size: 2rem;
    letter-spacing: .06em;
    font-weight: 600;
    line-height: 1
}

.page-top .section-price .price__desc__title::after {
    content: "";
    display: block;
    width: 58px;
    height: 2px;
    background-color: #005d45;
    margin-top: 24px
}

@media only screen and (max-width: 768px) {
    .page-top .section-price .price__desc__title::after {
        margin-top: 14px
    }
}

@media only screen and (max-width: 768px) {
    .page-top .section-price .price__desc__title {
        font-size: 1.4rem
    }
}

.page-top .section-price .price__desc__footer {
    margin-top: auto
}

.page-top .section-price .price__price {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

@media only screen and (max-width: 768px) {
    .page-top .section-price .price__price {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.page-top .section-price .price__price__month {
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: .06em;
    padding: 8px 6px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    border: solid 1px currentColor
}

.page-top .section-price .price__price__lg {
    font-size: 8.6rem;
    letter-spacing: 0;
    line-height: 1;
    font-weight: 700;
    font-family: "Barlow", sans-serif;
    line-height: 1
}

.page-top .section-price .price__price__lg::before,
.page-top .section-price .price__price__lg::after {
    content: "";
    display: block;
    height: 0;
    width: 0
}

.page-top .section-price .price__price__lg::before {
    margin-bottom: calc(-0.1744186047em + 0px)
}

.page-top .section-price .price__price__lg::after {
    margin-top: calc(-0.0930232558em + 0px)
}

@media only screen and (min-width: 769px) {
    .page-top .section-price .price__price__lg {
        padding-left: 5px
    }
}

@media only screen and (max-width: 768px) {
    .page-top .section-price .price__price__lg {
        margin-left: 10px;
        font-size: 7.1rem
    }
}

.page-top .section-price .price__price__sm {
    font-size: 2.5rem;
    line-height: 1;
    letter-spacing: .06em;
    font-weight: 700
}

@media only screen and (min-width: 769px) {
    .page-top .section-price .price__price__sm {
        margin-left: 3px
    }
}

@media only screen and (max-width: 768px) {
    .page-top .section-price .price__price__sm {
        margin-left: 6px
    }
}

.page-top .section-price .price__slider {
    position: relative;
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.page-top .section-price .price__slide {
    width: 100%
}

.page-top .section-price .price__nav {
    position: absolute;
    z-index: 1;
    bottom: 26px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 16px;
    margin-top: 60px
}

@media only screen and (max-width: 768px) {
    .page-top .section-price .price__nav {
        bottom: 12px
    }
}

.page-top .section-price .price__nav__pagination {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px
}

.page-top .section-price .price__nav__pagination .swiper-pagination-bullet {
    border-radius: unset;
    margin: unset;
    width: 20px;
    height: 12px;
    opacity: 1;
    position: relative;
    background-color: rgba(0, 0, 0, 0);
    z-index: 0
}

@media only screen and (max-width: 768px) {
    .page-top .section-price .price__nav__pagination .swiper-pagination-bullet {
        width: 16px
    }
}

.page-top .section-price .price__nav__pagination .swiper-pagination-bullet::before {
    content: "";
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 3px
}

.page-top .section-price .price__nav__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    background-color: #65bf97
}

.page-top .section-price .price__nav__btn {
    cursor: pointer;
    width: 14px;
    height: 16px;
    background-color: #fff;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-image: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNC4wOCAxNiI+CiAgPHBhdGggZmlsbD0iIzAwMCIgZD0ibTAgMTYgOC43My04TDAgMGg1LjM1bDguNzMgOC04LjczIDhIMHoiLz4KPC9zdmc+");
    mask-image: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNC4wOCAxNiI+CiAgPHBhdGggZmlsbD0iIzAwMCIgZD0ibTAgMTYgOC43My04TDAgMGg1LjM1bDguNzMgOC04LjczIDhIMHoiLz4KPC9zdmc+")
}

@media only screen and (max-width: 768px) {
    .page-top .section-price .price__nav__btn {
        width: 12px;
        height: 13px
    }
}

.page-top .section-price .price__nav__btn--prev {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.page-top .section-process {
    background-color: #ecf2f2;
    position: relative;
    z-index: 0
}

.page-top .section-process .bg {
    position: absolute;
    inset: 0;
    overflow: hidden
}

.page-top .section-process .bg .bg-top {
    position: absolute;
    z-index: -1;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    top: 217px;
    left: 0;
    width: 100%
}

@media only screen and (max-width: 768px) {
    .page-top .section-process .bg .bg-top {
        display: none
    }
}

.page-top .section-process .bg .bg-bottom {
    position: absolute;
    z-index: -1;
    bottom: 78px;
    right: 0
}

@media only screen and (max-width: 768px) {
    .page-top .section-process .bg .bg-bottom {
        width: 224px;
        bottom: unset;
        top: 64px
    }
}

.page-top .section-process .section-content {
    position: relative;
    z-index: 0
}

@media only screen and (min-width: 769px) {
    .page-top .section-process .section-content {
        padding: 160px 0 120px
    }
}

@media only screen and (max-width: 768px) {
    .page-top .section-process .section-content {
        padding: 100px 0 77px
    }
}

.page-top .section-process .headline {
    position: relative;
    z-index: 1;
    margin-inline: max(3rem, ((100% - 1160px) / 2))
}

@media only screen and (min-width: 769px) {
    .page-top .section-process .headline {
        margin-bottom: 70px
    }
}

@media only screen and (max-width: 768px) {
    .page-top .section-process .headline {
        margin-bottom: 42px
    }
}

@media only screen and (max-width: 768px) {
    .page-top .section-process .headline__caption {
        font-size: 3.8rem
    }
}

.page-top .section-process .content {
    -webkit-margin-start: max(3rem, ((100% - 1160px) / 2));
    margin-inline-start: max(3rem, ((100% - 1160px) / 2))
}

.page-top .section-process .process__card {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.page-top .section-process .process__card__header {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 297px;
    height: 297px;
    background-color: #005f46;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    gap: 28px;
    padding: 16px
}

@media only screen and (max-width: 768px) {
    .page-top .section-process .process__card__header {
        width: 217px;
        height: 217px
    }
}

.page-top .section-process .process__card__content {
    background-color: #fff;
    padding: 30px;
    height: 100%
}

@media only screen and (max-width: 768px) {
    .page-top .section-process .process__card__content {
        padding: 24px 20px 20px
    }
}

.page-top .section-process .process__card__step {
    color: #65bf97;
    text-transform: uppercase;
    font-size: 2.8rem;
    letter-spacing: .02em;
    line-height: 1;
    font-weight: 700;
    font-family: "Barlow", sans-serif
}

@media only screen and (max-width: 768px) {
    .page-top .section-process .process__card__step {
        font-size: 2.6rem
    }
}

.page-top .section-process .process__card__title {
    color: #fff;
    font-size: 2.2rem;
    letter-spacing: .02em;
    line-height: 1;
    font-weight: 700
}

@media only screen and (max-width: 768px) {
    .page-top .section-process .process__card__title {
        font-size: 1.8rem
    }
}

.page-top .section-process .process__card__desc {
    font-size: 1.6rem;
    letter-spacing: 0;
    line-height: 1.75;
    font-weight: 500
}

@media only screen and (max-width: 768px) {
    .page-top .section-process .process__card__desc {
        font-size: 1.2rem;
        line-height: 1.6666666667
    }
}

.page-top .section-process .process__slide {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: auto
}

.page-top .section-process .process__slide:not(:last-child)::before {
    content: "";
    position: absolute;
    right: -32px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 14px;
    height: 29px;
    background-color: #65bf97;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
    clip-path: polygon(0 0, 0% 100%, 100% 50%)
}

.page-top .section-process .process__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 16px;
    margin-top: 60px
}

@media only screen and (max-width: 768px) {
    .page-top .section-process .process__nav {
        gap: 8px
    }
}

.page-top .section-process .process__nav__pagination {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px
}

@media only screen and (max-width: 768px) {
    .page-top .section-process .process__nav__pagination {
        gap: 5px
    }
}

.page-top .section-process .process__nav__pagination .swiper-pagination-bullet {
    border-radius: unset;
    margin: unset;
    width: 26px;
    height: 12px;
    opacity: 1;
    position: relative;
    background-color: rgba(0, 0, 0, 0);
    z-index: 0
}

@media only screen and (max-width: 768px) {
    .page-top .section-process .process__nav__pagination .swiper-pagination-bullet {
        width: 20px
    }
}

.page-top .section-process .process__nav__pagination .swiper-pagination-bullet::before {
    content: "";
    background-color: #000;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 3px
}

.page-top .section-process .process__nav__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    background-color: #65bf97
}

.page-top .section-process .process__nav__btn {
    cursor: pointer;
    width: 14px;
    height: 16px;
    background-color: #65bf97;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-image: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNC4wOCAxNiI+CiAgPHBhdGggZmlsbD0iIzAwMCIgZD0ibTAgMTYgOC43My04TDAgMGg1LjM1bDguNzMgOC04LjczIDhIMHoiLz4KPC9zdmc+");
    mask-image: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNC4wOCAxNiI+CiAgPHBhdGggZmlsbD0iIzAwMCIgZD0ibTAgMTYgOC43My04TDAgMGg1LjM1bDguNzMgOC04LjczIDhIMHoiLz4KPC9zdmc+")
}

.page-top .section-process .process__nav__btn--prev {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

@media only screen and (min-width: 769px) {
    .page-top .section.section-reason .headline::before {
        top: -95px
    }
}

@media only screen and (max-width: 768px) {
    .page-top .section.section-reason .headline::before {
        left: -31px;
        top: -55px
    }
}

@media only screen and (min-width: 769px) {
    .page-top .section.section-reason .headline__caption {
        font-size: 3.6rem
    }
}

@media only screen and (max-width: 768px) {
    .page-top .section.section-reason .headline__caption {
        font-size: 2.4rem
    }
}

.page-top .section-reason {
    position: relative;
    z-index: 0
}

.page-top .section-reason .bg {
    position: absolute;
    inset: 0
}

@media only screen and (max-width: 768px) {
    .page-top .section-reason .bg {
        display: none
    }
}

.page-top .section-reason .bg .bg-top {
    position: absolute;
    z-index: -1;
    top: 425px;
    left: 0;
    width: 100%
}

.page-top .section-reason .bg .bg-bottom {
    position: absolute;
    z-index: -1;
    bottom: 88px;
    right: 0
}

.page-top .section-reason .section-content {
    position: relative;
    z-index: 0
}

@media only screen and (min-width: 769px) {
    .page-top .section-reason .section-content {
        padding: 180px 0 182px
    }
}

@media only screen and (max-width: 768px) {
    .page-top .section-reason .section-content {
        padding: 100px 0 96px
    }
}

.page-top .section-reason .headline {
    margin-inline: max(3rem, ((100% - 1223px) / 2));
    position: relative;
    z-index: 0
}

@media only screen and (min-width: 769px) {
    .page-top .section-reason .headline {
        margin-bottom: 160px
    }
}

@media only screen and (max-width: 768px) {
    .page-top .section-reason .headline {
        margin-bottom: 44px;
        padding-top: 75px
    }
}

.page-top .section-reason .headline__caption {
    font-size: 3.6rem;
    position: absolute;
    left: 0;
    top: 0
}

@media only screen and (max-width: 768px) {
    .page-top .section-reason .headline__caption {
        font-size: 2.4rem
    }
}

.page-top .section-reason .headline__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (max-width: 768px) {
    .page-top .section-reason .headline__title img {
        width: 192px
    }
}

.page-top .section-reason .reason {
    display: grid
}

@media only screen and (min-width: 769px) {
    .page-top .section-reason .reason {
        gap: 78px
    }
}

@media only screen and (max-width: 768px) {
    .page-top .section-reason .reason {
        gap: 53px
    }
}

.page-top .section-reason .reason__row {
    -webkit-margin-end: max(3rem, ((100% - 1223px) / 2));
    margin-inline-end: max(3rem, ((100% - 1223px) / 2))
}

@media only screen and (max-width: 768px) {
    .page-top .section-reason .reason__row {
        margin-inline: unset
    }
}

.page-top .section-reason .reason__row.animate .reason__marker {
    background-size: 100% 1em
}

.page-top .section-reason .reason__row:nth-of-type(even) {
    -webkit-margin-end: unset;
    margin-inline-end: unset;
    -webkit-margin-start: max(3rem, ((100% - 1223px) / 2));
    margin-inline-start: max(3rem, ((100% - 1223px) / 2))
}

@media only screen and (max-width: 768px) {
    .page-top .section-reason .reason__row:nth-of-type(even) {
        margin-inline: unset
    }
}

.page-top .section-reason .reason__row__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media only screen and (min-width: 769px) {
    .page-top .section-reason .reason__row__inner {
        gap: 34px 84px
    }
}

@media only screen and (max-width: 768px) {
    .page-top .section-reason .reason__row__inner {
        gap: 40px 84px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.page-top .section-reason .reason__row:nth-of-type(even) .reason__row__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

@media only screen and (max-width: 768px) {
    .page-top .section-reason .reason__row:nth-of-type(even) .reason__row__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.page-top .section-reason .reason__desc {
    display: grid;
    max-width: 504px
}

@media only screen and (min-width: 769px) {
    .page-top .section-reason .reason__desc {
        gap: 15px
    }
}

@media only screen and (max-width: 768px) {
    .page-top .section-reason .reason__desc {
        margin-inline: max(3rem, ((100% - 1223px) / 2))
    }
}

@media only screen and (max-width: 768px) {
    .page-top .section-reason .reason__img {
        width: calc(100% - 30px)
    }
}

.page-top .section-reason .reason__row:nth-of-type(even) .reason__img {
    margin-left: auto
}

@media only screen and (max-width: 768px) {
    .page-top .section-reason .reason__point {
        width: 110px;
        margin-left: -8px
    }
}

.page-top .section-reason .reason__title {
    letter-spacing: .06em;
    font-weight: 700
}

@media only screen and (min-width: 769px) {
    .page-top .section-reason .reason__title {
        font-size: 3.5rem;
        line-height: 1.4285714286
    }
}

@media only screen and (max-width: 768px) {
    .page-top .section-reason .reason__title {
        font-size: 2rem;
        line-height: 1.5;
        margin-top: .75em
    }
}

.page-top .section-reason .reason__lead {
    letter-spacing: .06em;
    font-weight: 500
}

@media only screen and (min-width: 769px) {
    .page-top .section-reason .reason__lead {
        font-size: 1.6rem;
        line-height: 1.875
    }
}

@media only screen and (max-width: 768px) {
    .page-top .section-reason .reason__lead {
        font-size: 1.2rem;
        line-height: 1.8333333333;
        margin-top: 1.25em
    }
}

.page-top .section-reason .reason__marker {
    background-size: 0 1em;
    background-image: -webkit-gradient(linear, left top, right top, from(#7ae6c5), to(#7ae6c5));
    background-image: linear-gradient(to right, #7ae6c5, #7ae6c5);
    background-position: center left;
    background-repeat: no-repeat;
    -webkit-transition: background-size 1s ease;
    transition: background-size 1s ease
}

.page-top .section-reason .reason__emphasis {
    color: #005f46
}

.page-top .section.section-voice .headline {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media only screen and (min-width: 769px) {
    .page-top .section.section-voice .headline {
        justify-items: center;
        gap: 40px
    }
}

@media only screen and (max-width: 768px) {
    .page-top .section.section-voice .headline {
        gap: 8px
    }
}

@media only screen and (min-width: 769px) {
    .page-top .section.section-voice .headline::before {
        top: -95px
    }
}

@media only screen and (max-width: 768px) {
    .page-top .section.section-voice .headline::before {
        left: -31px;
        top: -53px
    }
}

.page-top .section.section-voice .headline__caption {
    font-size: 3.6rem
}

@media only screen and (max-width: 768px) {
    .page-top .section.section-voice .headline__caption {
        font-size: 2.4rem
    }
}

.page-top .section.section-voice .headline__title {
    font-size: 7.6rem;
    font-weight: 900
}

@media only screen and (min-width: 769px) {
    .page-top .section.section-voice .headline__title {
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl
    }
}

@media only screen and (max-width: 768px) {
    .page-top .section.section-voice .headline__title {
        font-size: 3rem
    }
}

.page-top .section.section-voice .headline__emphasis {
    color: #005f46
}

.page-top .section-voice {
    position: relative;
    z-index: 0;
    background-color: #ecf2f2
}

.page-top .section-voice .bg {
    position: absolute;
    inset: 0;
    overflow: hidden
}

.page-top .section-voice .bg .bg-top {
    position: absolute;
    z-index: -1;
    top: 145px;
    right: 0;
    width: 100%
}

@media only screen and (max-width: 768px) {
    .page-top .section-voice .bg .bg-top {
        top: 196px
    }
}

.page-top .section-voice .bg .bg-bottom {
    position: absolute;
    z-index: -1;
    bottom: 88px;
    right: 0
}

.page-top .section-voice .section-content {
    position: relative;
    z-index: 0;
    margin-inline: max(3rem, ((100% - 1156px) / 2));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 8px 78px
}

@media only screen and (min-width: 769px) {
    .page-top .section-voice .section-content {
        padding: 197px 0 158px
    }
}

@media only screen and (max-width: 768px) {
    .page-top .section-voice .section-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 93px 0 85px
    }
}

@media only screen and (max-width: 768px) {
    .page-top .section-voice .content {
        margin: 0 auto
    }
}

.page-top .section-voice .voice {
    display: grid;
    gap: 56px
}

@media only screen and (max-width: 768px) {
    .page-top .section-voice .voice {
        gap: 24px
    }
}

.page-top .section-voice .voice__review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 52px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: start;
    align-content: flex-start
}

@media only screen and (max-width: 768px) {
    .page-top .section-voice .voice__review {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

.page-top .section-voice .voice__avatar {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media only screen and (max-width: 768px) {
    .page-top .section-voice .voice__avatar {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        gap: 16px;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

.page-top .section-voice .voice__avatar__img {
    margin-bottom: 12px
}

@media only screen and (max-width: 768px) {
    .page-top .section-voice .voice__avatar__img {
        margin-bottom: 0;
        width: 80px
    }
}

.page-top .section-voice .voice__avatar__label {
    display: grid
}

@media only screen and (max-width: 768px) {
    .page-top .section-voice .voice__avatar__label {
        justify-items: flex-end;
        padding-bottom: 12px
    }
}

.page-top .section-voice .voice__avatar__caption {
    color: #005f46;
    font-size: 1.6rem;
    letter-spacing: .02em;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 9px
}

@media only screen and (max-width: 768px) {
    .page-top .section-voice .voice__avatar__caption {
        font-size: 1.2rem
    }
}

.page-top .section-voice .voice__avatar__name {
    font-size: 2.2rem;
    letter-spacing: .02em;
    line-height: 1;
    font-weight: 600
}

@media only screen and (max-width: 768px) {
    .page-top .section-voice .voice__avatar__name {
        font-size: 1.4rem
    }
}

.page-top .section-voice .voice__balloon {
    position: relative;
    z-index: 0;
    margin-left: 27px
}

@media only screen and (min-width: 769px) {
    .page-top .section-voice .voice__balloon {
        padding: 45px 48px 40px
    }
}

@media only screen and (max-width: 768px) {
    .page-top .section-voice .voice__balloon {
        padding: 24px;
        margin-left: unset;
        margin-top: 16px
    }
}

.page-top .section-voice .voice__balloon__bg {
    background-color: #fff;
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: calc(100% - 22px);
    height: calc(100% - 22px)
}

@media only screen and (max-width: 768px) {
    .page-top .section-voice .voice__balloon__bg {
        width: calc(100% - 10px);
        height: calc(100% - 10px)
    }
}

.page-top .section-voice .voice__balloon__border {
    position: absolute
}

.page-top .section-voice .voice__balloon__border--arrow {
    top: 0;
    left: -25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: calc(100% - 46px)
}

@media only screen and (max-width: 768px) {
    .page-top .section-voice .voice__balloon__border--arrow {
        height: unset;
        width: calc(100% - 26px);
        left: unset;
        top: -16px;
        right: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.page-top .section-voice .voice__balloon__border--arrow::before,
.page-top .section-voice .voice__balloon__border--arrow::after {
    content: "";
    display: block;
    border-right: solid 1px #65bf97;
    height: 100%
}

@media only screen and (max-width: 768px) {

    .page-top .section-voice .voice__balloon__border--arrow::before,
    .page-top .section-voice .voice__balloon__border--arrow::after {
        width: 100%;
        height: auto;
        border-right: unset;
        border-bottom: solid 1px #65bf97
    }
}

.page-top .section-voice .voice__balloon__border--arrow::before {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2
}

.page-top .section-voice .voice__balloon__border--arrow::after {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.page-top .section-voice .voice__balloon__border--arrow span {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    width: 25px;
    height: 25px;
    display: block;
    border-top: solid 1px #65bf97
}

@media only screen and (max-width: 768px) {
    .page-top .section-voice .voice__balloon__border--arrow span {
        border-top: unset;
        border-right: solid 1px #65bf97;
        width: 16px;
        height: 16px
    }
}

.page-top .section-voice .voice__balloon__border--arrow span::before {
    content: "";
    position: absolute;
    width: 141.4%;
    height: 141.4%;
    -webkit-transform: rotate(45deg) translateX(-0.5px);
    transform: rotate(45deg) translateX(-0.5px);
    border-top: solid 1px #65bf97;
    -webkit-transform-origin: top left;
    transform-origin: top left
}

@media only screen and (max-width: 768px) {
    .page-top .section-voice .voice__balloon__border--arrow span::before {
        border-top: solid 1px #65bf97;
        right: 0;
        -webkit-transform-origin: top right;
        transform-origin: top right;
        -webkit-transform: rotate(-45deg) translateX(-0.5px);
        transform: rotate(-45deg) translateX(-0.5px)
    }
}

.page-top .section-voice .voice__balloon__border--top {
    border-top: solid 1px #65bf97;
    top: 0;
    right: 0;
    width: 100%
}

@media only screen and (max-width: 768px) {
    .page-top .section-voice .voice__balloon__border--top {
        width: unset;
        height: 100%;
        border-top: unset;
        border-right: solid 1px #65bf97
    }
}

.page-top .section-voice .voice__balloon__border--bottom {
    bottom: 0;
    right: 0;
    border-bottom: solid 1px #005f46;
    border-right: solid 1px #005f46;
    width: 100%;
    height: calc(100% - 46px)
}

@media only screen and (max-width: 768px) {
    .page-top .section-voice .voice__balloon__border--bottom {
        right: unset;
        left: 0;
        border-right: unset;
        border-left: solid 1px #005f46;
        width: calc(100% - 26px);
        height: 100%
    }
}

.page-top .section-voice .voice__comment {
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: .06em;
    line-height: 1.75;
    max-width: 549px;
    min-height: 8.75em
}

@media only screen and (max-width: 768px) {
    .page-top .section-voice .voice__comment {
        font-size: 1.2rem;
        line-height: 1.8333333333
    }
}

.page-top .section-contact {
    position: relative;
    z-index: 0
}

.page-top .section-contact .bg {
    position: absolute;
    z-index: -1;
    inset: 0;
    overflow: hidden
}

.page-top .section-contact .bg .bg-bottom {
    position: absolute;
    inset: 0
}

.page-top .section-contact .bg .bg-bottom img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center bottom;
    object-position: center bottom
}

.page-top .section-contact .section-content {
    position: relative;
    z-index: 0;
    margin-inline: max(3rem, ((100% - 1160px) / 2));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 42px 80px
}

@media only screen and (min-width: 769px) {
    .page-top .section-contact .section-content {
        padding: 174px 0 142px
    }
}

@media only screen and (max-width: 768px) {
    .page-top .section-contact .section-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 90px 0 94px
    }
}

.page-top .section-contact .headline__caption {
    line-height: 1;
    font-size: 6.6rem
}

@media only screen and (max-width: 768px) {
    .page-top .section-contact .headline__caption {
        font-size: 3.8rem
    }
}

.page-top .section-contact .content {
    width: min(568px, 100%)
}

@media only screen and (max-width: 768px) {
    .page-top .section-contact .content {
        margin: 0 auto
    }
}

.page-top .section-contact .contact {
    display: grid;
    gap: 50px
}

@media only screen and (max-width: 768px) {
    .page-top .section-contact .contact {
        gap: 36px
    }
}

.page-top .section-contact .contact__info {
    font-size: 1.8rem;
    letter-spacing: .06em;
    font-weight: 600;
    line-height: 1
}

@media only screen and (min-width: 769px) {
    .page-top .section-contact .contact__info {
        margin-bottom: 18px
    }
}

@media only screen and (max-width: 768px) {
    .page-top .section-contact .contact__info {
        font-size: 1.4rem;
        padding-bottom: 15px
    }
}

.page-top .section-contact .contact__btn {
    font-size: 2.2rem;
    letter-spacing: .06em;
    line-height: 1;
    height: 85px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

@media(any-hover: hover) {
    .page-top .section-contact .contact__btn {
        -webkit-transition: opacity 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
        transition: opacity 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95)
    }
}

@media(any-hover: hover) {
    .page-top .section-contact .contact__btn:hover {
        opacity: .7
    }
}

@media only screen and (max-width: 768px) {
    .page-top .section-contact .contact__btn {
        font-size: 1.6rem
    }
}

.page-top .section-contact .contact__btn--form {
    background-color: #000;
    color: #fff
}

@media only screen and (max-width: 768px) {
    .page-top .section-contact .contact__btn--form {
        height: 55px
    }
}

.page-top .section-contact .contact__btn--form::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #65bf97;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-image: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMi4xNSAxMy44Ij4KICA8cGF0aCBmaWxsPSIjMDAwIiBkPSJtMCAxMy44IDcuNTMtNi45TDAgMGg0LjYybDcuNTMgNi45LTcuNTMgNi45SDB6Ii8+Cjwvc3ZnPg==");
    mask-image: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMi4xNSAxMy44Ij4KICA8cGF0aCBmaWxsPSIjMDAwIiBkPSJtMCAxMy44IDcuNTMtNi45TDAgMGg0LjYybDcuNTMgNi45LTcuNTMgNi45SDB6Ii8+Cjwvc3ZnPg==")
}

@media only screen and (min-width: 769px) {
    .page-top .section-contact .contact__btn--form::before {
        right: 25px;
        width: 14px;
        height: 14px
    }
}

@media only screen and (max-width: 768px) {
    .page-top .section-contact .contact__btn--form::before {
        right: 20px;
        width: 10px;
        height: 10px
    }
}

.page-top .section-contact .contact__btn--tel {
    background-color: #fff;
    color: #005f46
}

@media only screen and (max-width: 768px) {
    .page-top .section-contact .contact__btn--tel {
        height: 90px
    }
}

.page-top .section-contact .contact__btn__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px 20px
}

@media only screen and (max-width: 768px) {
    .page-top .section-contact .contact__btn__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.page-top .section-contact .contact__btn__icon {
    width: 25px;
    height: 25px;
    background-color: currentColor;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-image: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNS41NSAyNS41NSI+CiAgPHBhdGggZmlsbD0iIzAwMCIgZD0iTTI0LjA2IDI1LjU1Yy0yLjk2IDAtNS44OC0uNjQtOC43Ni0xLjkzLTIuODktMS4yOS01LjUxLTMuMTItNy44OC01LjQ4cy00LjItNS01LjQ5LTcuODlDLjY0IDcuMzcgMCA0LjQ1IDAgMS40OSAwIDEuMDYuMTQuNzEuNDMuNDNTMS4wNyAwIDEuNDkgMGg1Ljc1Yy4zMyAwIC42My4xMS44OS4zNHMuNDEuNDkuNDYuOGwuOTIgNC45N2MuMDUuMzguMDQuNy0uMDQuOTZzLS4yLjQ4LS4zOS42N2wtMi41OSAyLjYyYy0uNTIuNTItLjYgMS4zNC0uMiAxLjk2LjMyLjQ5LjY2Ljk3IDEuMDMgMS40NC42NS44MiAxLjM3IDEuNiAyLjE1IDIuMzYuNzMuNzMgMS41IDEuNDEgMi4zMSAyLjA0LjQ4LjM4Ljk4LjczIDEuNSAxLjA3LjYxLjQgMS40Mi4yOSAxLjkzLS4yM2wyLjQ2LTIuNDZjLjIxLS4yMS40OS0uMzcuODMtLjQ4cy42OC0uMTQgMS4wMS0uMDlsNC45Ljk5Yy4zMy4wOS42LjI3LjgyLjUxcy4zMi41My4zMi44M3Y1Ljc1YzAgLjQzLS4xNC43OC0uNDMgMS4wNnMtLjY0LjQzLTEuMDYuNDNabS0xOC0xOC44Yy4zNi0uMzYuNTItLjg3LjQzLTEuMzhsLS4yMy0xLjI2Yy0uMTMtLjc0LS43OC0xLjI4LTEuNTMtMS4yOGgtLjA0Yy0uOTggMC0xLjcxLjktMS41MyAxLjg2LjA2LjM0LjEzLjY4LjIxIDEuMDEuMDIuMTEuMDUuMjIuMDguMzMuMjkgMS4xNyAxLjc2IDEuNTYgMi42MS43MVptMTIuNjggMTIuNzJjLS44NC44NC0uNDcgMi4yOS42OCAyLjYuMTMuMDQuMjYuMDcuMzkuMS4zNi4wOS43My4xNyAxLjA5LjIzLjk0LjE3IDEuOC0uNTggMS44LTEuNTR2LS4wOGMwLS43NC0uNTItMS4zOC0xLjI1LTEuNTJMMjAuMTggMTljLS41MS0uMS0xLjA0LjA2LTEuNDEuNDJsLS4wNC4wNFoiLz4KPC9zdmc+");
    mask-image: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNS41NSAyNS41NSI+CiAgPHBhdGggZmlsbD0iIzAwMCIgZD0iTTI0LjA2IDI1LjU1Yy0yLjk2IDAtNS44OC0uNjQtOC43Ni0xLjkzLTIuODktMS4yOS01LjUxLTMuMTItNy44OC01LjQ4cy00LjItNS01LjQ5LTcuODlDLjY0IDcuMzcgMCA0LjQ1IDAgMS40OSAwIDEuMDYuMTQuNzEuNDMuNDNTMS4wNyAwIDEuNDkgMGg1Ljc1Yy4zMyAwIC42My4xMS44OS4zNHMuNDEuNDkuNDYuOGwuOTIgNC45N2MuMDUuMzguMDQuNy0uMDQuOTZzLS4yLjQ4LS4zOS42N2wtMi41OSAyLjYyYy0uNTIuNTItLjYgMS4zNC0uMiAxLjk2LjMyLjQ5LjY2Ljk3IDEuMDMgMS40NC42NS44MiAxLjM3IDEuNiAyLjE1IDIuMzYuNzMuNzMgMS41IDEuNDEgMi4zMSAyLjA0LjQ4LjM4Ljk4LjczIDEuNSAxLjA3LjYxLjQgMS40Mi4yOSAxLjkzLS4yM2wyLjQ2LTIuNDZjLjIxLS4yMS40OS0uMzcuODMtLjQ4cy42OC0uMTQgMS4wMS0uMDlsNC45Ljk5Yy4zMy4wOS42LjI3LjgyLjUxcy4zMi41My4zMi44M3Y1Ljc1YzAgLjQzLS4xNC43OC0uNDMgMS4wNnMtLjY0LjQzLTEuMDYuNDNabS0xOC0xOC44Yy4zNi0uMzYuNTItLjg3LjQzLTEuMzhsLS4yMy0xLjI2Yy0uMTMtLjc0LS43OC0xLjI4LTEuNTMtMS4yOGgtLjA0Yy0uOTggMC0xLjcxLjktMS41MyAxLjg2LjA2LjM0LjEzLjY4LjIxIDEuMDEuMDIuMTEuMDUuMjIuMDguMzMuMjkgMS4xNyAxLjc2IDEuNTYgMi42MS43MVptMTIuNjggMTIuNzJjLS44NC44NC0uNDcgMi4yOS42OCAyLjYuMTMuMDQuMjYuMDcuMzkuMS4zNi4wOS43My4xNyAxLjA5LjIzLjk0LjE3IDEuOC0uNTggMS44LTEuNTR2LS4wOGMwLS43NC0uNTItMS4zOC0xLjI1LTEuNTJMMjAuMTggMTljLS41MS0uMS0xLjA0LjA2LTEuNDEuNDJsLS4wNC4wNFoiLz4KPC9zdmc+")
}

@media only screen and (max-width: 768px) {
    .page-top .section-contact .contact__btn__icon {
        width: 22px;
        height: 22px
    }
}

.page-top .section-contact .contact__btn__main {
    font-size: 3.8rem;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    letter-spacing: .02em;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

@media only screen and (max-width: 768px) {
    .page-top .section-contact .contact__btn__main {
        font-size: 3.4rem
    }
}

.page-top .section-contact .contact__btn__info {
    color: #000;
    font-size: 1.2rem;
    letter-spacing: .06em;
    line-height: 1.4166666667;
    font-weight: 400
}

@media only screen and (max-width: 768px) {
    .page-top .section-contact .contact__btn__info br {
        display: none
    }
}

.page-top .section.section-faq .headline__title {
    color: #fff;
    font-size: 2.6rem;
    letter-spacing: .06em
}

@media only screen and (max-width: 768px) {
    .page-top .section.section-faq .headline__title {
        font-size: 1.4rem
    }
}

.page-top .section.section-faq .headline__caption {
    color: #fff;
    font-size: 6.6rem
}

@media only screen and (max-width: 768px) {
    .page-top .section.section-faq .headline__caption {
        font-size: 3.8rem
    }
}

.page-top .section-faq {
    background-color: #005f46
}

.page-top .section-faq .section-content {
    position: relative;
    z-index: 0;
    margin-inline: max(3rem, ((100% - 1160px) / 2));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 32px 80px
}

@media only screen and (min-width: 769px) {
    .page-top .section-faq .section-content {
        padding: 165px 0 150px
    }
}

@media only screen and (max-width: 768px) {
    .page-top .section-faq .section-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 85px 0 90px
    }
}

.page-top .section-faq .content {
    width: min(772px, 100%)
}

.page-top .section-faq .faq {
    display: grid;
    gap: 26px
}

@media only screen and (max-width: 768px) {
    .page-top .section-faq .faq {
        gap: 20px
    }
}

.page-top .section-faq .faq__faq__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    color: #005f46;
    font-weight: 500;
    letter-spacing: .06em;
    width: 100%;
    text-align: left
}

@media only screen and (min-width: 769px) {
    .page-top .section-faq .faq__faq__title {
        padding: 19px 30px 19px 24px;
        font-size: 1.8rem
    }
}

@media only screen and (max-width: 768px) {
    .page-top .section-faq .faq__faq__title {
        font-size: 1.2rem;
        line-height: 1.6666666667;
        padding: 14px 16px;
        gap: 8px
    }
}

.page-top .section-faq .faq__faq__title::before {
    content: "Q.";
    font-size: 4.4rem;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    letter-spacing: .02em;
    line-height: 1;
    color: #65bf97
}

@media only screen and (max-width: 768px) {
    .page-top .section-faq .faq__faq__title::before {
        font-size: 2.6rem
    }
}

.page-top .section-faq .faq__faq__arrow {
    width: 14px;
    height: 12px;
    background-color: #65bf97;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-image: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMy44IDEyLjE1Ij4KICA8cGF0aCBmaWxsPSIjMDAwIiBkPSJtMCAwIDYuOSA3LjUzTDEzLjggMHY0LjYybC02LjkgNy41M0wwIDQuNjJWMHoiLz4KPC9zdmc+");
    mask-image: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMy44IDEyLjE1Ij4KICA8cGF0aCBmaWxsPSIjMDAwIiBkPSJtMCAwIDYuOSA3LjUzTDEzLjggMHY0LjYybC02LjkgNy41M0wwIDQuNjJWMHoiLz4KPC9zdmc+");
    margin: 0 0 0 auto;
    -webkit-transition: .3s;
    transition: .3s
}

.page-top .section-faq .faq__faq [aria-expanded=true] .faq__faq__arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.page-top .section-faq .faq__faq__desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    background-color: #005246;
    color: #fff;
    font-weight: 500;
    letter-spacing: .06em
}

@media only screen and (min-width: 769px) {
    .page-top .section-faq .faq__faq__desc {
        padding: 26px 30px 42px 24px
    }
}

@media only screen and (max-width: 768px) {
    .page-top .section-faq .faq__faq__desc {
        font-size: 1.2rem;
        line-height: 1.6666666667;
        gap: 8px;
        padding: 14px 16px 18px
    }
}

.page-top .section-faq .faq__faq__desc::before {
    content: "A.";
    font-size: 4.4rem;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    letter-spacing: .02em;
    line-height: 1;
    color: #fbaa3b;
    margin-top: -0.15em
}

@media only screen and (max-width: 768px) {
    .page-top .section-faq .faq__faq__desc::before {
        font-size: 2.6rem
    }
}

.page-vehicle .pagination a.page-numbers:not(.prev, .next),
.page-vehicle .pagination span.page-numbers:not(.prev, .next),
.page-vehicle .post-nav-links a.page-numbers:not(.prev, .next),
.page-vehicle .post-nav-links span.page-numbers:not(.prev, .next) {
    position: relative;
    font-size: 2rem;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    padding: 0 0 9px;
    min-height: 25px;
    width: 26px;
    -webkit-transition: .3s;
    transition: .3s;
    font-family: "Barlow", sans-serif
}

@media only screen and (max-width: 768px) {

    .page-vehicle .pagination a.page-numbers:not(.prev, .next),
    .page-vehicle .pagination span.page-numbers:not(.prev, .next),
    .page-vehicle .post-nav-links a.page-numbers:not(.prev, .next),
    .page-vehicle .post-nav-links span.page-numbers:not(.prev, .next) {
        width: 26px
    }
}

.page-vehicle .pagination a.page-numbers:not(.prev, .next)::before,
.page-vehicle .pagination a.page-numbers:not(.prev, .next)::after,
.page-vehicle .pagination span.page-numbers:not(.prev, .next)::before,
.page-vehicle .pagination span.page-numbers:not(.prev, .next)::after,
.page-vehicle .post-nav-links a.page-numbers:not(.prev, .next)::before,
.page-vehicle .post-nav-links a.page-numbers:not(.prev, .next)::after,
.page-vehicle .post-nav-links span.page-numbers:not(.prev, .next)::before,
.page-vehicle .post-nav-links span.page-numbers:not(.prev, .next)::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    -webkit-transform-origin: right;
    transform-origin: right
}

.page-vehicle .pagination a.page-numbers:not(.prev, .next)::before,
.page-vehicle .pagination span.page-numbers:not(.prev, .next)::before,
.page-vehicle .post-nav-links a.page-numbers:not(.prev, .next)::before,
.page-vehicle .post-nav-links span.page-numbers:not(.prev, .next)::before {
    background-color: #e6e6e6
}

.page-vehicle .pagination a.page-numbers:not(.prev, .next)::after,
.page-vehicle .pagination span.page-numbers:not(.prev, .next)::after,
.page-vehicle .post-nav-links a.page-numbers:not(.prev, .next)::after,
.page-vehicle .post-nav-links span.page-numbers:not(.prev, .next)::after {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    background-color: #005f46
}

.page-vehicle .pagination a.page-numbers:not(.prev, .next):not(.current),
.page-vehicle .pagination span.page-numbers:not(.prev, .next):not(.current),
.page-vehicle .post-nav-links a.page-numbers:not(.prev, .next):not(.current),
.page-vehicle .post-nav-links span.page-numbers:not(.prev, .next):not(.current) {
    color: #5b5873
}

.page-vehicle .pagination a.page-numbers:not(.prev, .next).current,
.page-vehicle .pagination a.page-numbers:not(.prev, .next):hover,
.page-vehicle .pagination span.page-numbers:not(.prev, .next).current,
.page-vehicle .pagination span.page-numbers:not(.prev, .next):hover,
.page-vehicle .post-nav-links a.page-numbers:not(.prev, .next).current,
.page-vehicle .post-nav-links a.page-numbers:not(.prev, .next):hover,
.page-vehicle .post-nav-links span.page-numbers:not(.prev, .next).current,
.page-vehicle .post-nav-links span.page-numbers:not(.prev, .next):hover {
    color: #005f46
}

.page-vehicle .pagination a.page-numbers:not(.prev, .next).current::after,
.page-vehicle .pagination a.page-numbers:not(.prev, .next):hover::after,
.page-vehicle .pagination span.page-numbers:not(.prev, .next).current::after,
.page-vehicle .pagination span.page-numbers:not(.prev, .next):hover::after,
.page-vehicle .post-nav-links a.page-numbers:not(.prev, .next).current::after,
.page-vehicle .post-nav-links a.page-numbers:not(.prev, .next):hover::after,
.page-vehicle .post-nav-links span.page-numbers:not(.prev, .next).current::after,
.page-vehicle .post-nav-links span.page-numbers:not(.prev, .next):hover::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left;
    transform-origin: left
}

.page-vehicle .pagination a.page-numbers.prev,
.page-vehicle .pagination a.page-numbers.next,
.page-vehicle .pagination span.page-numbers.prev,
.page-vehicle .pagination span.page-numbers.next,
.page-vehicle .post-nav-links a.page-numbers.prev,
.page-vehicle .post-nav-links a.page-numbers.next,
.page-vehicle .post-nav-links span.page-numbers.prev,
.page-vehicle .post-nav-links span.page-numbers.next {
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 11px;
    color: #e6e6e6;
    margin-bottom: -0.5lh;
    -webkit-transition: .3s;
    transition: .3s
}

.page-vehicle .pagination a.page-numbers.prev:hover,
.page-vehicle .pagination a.page-numbers.prev.is-active,
.page-vehicle .pagination a.page-numbers.next:hover,
.page-vehicle .pagination a.page-numbers.next.is-active,
.page-vehicle .pagination span.page-numbers.prev:hover,
.page-vehicle .pagination span.page-numbers.prev.is-active,
.page-vehicle .pagination span.page-numbers.next:hover,
.page-vehicle .pagination span.page-numbers.next.is-active,
.page-vehicle .post-nav-links a.page-numbers.prev:hover,
.page-vehicle .post-nav-links a.page-numbers.prev.is-active,
.page-vehicle .post-nav-links a.page-numbers.next:hover,
.page-vehicle .post-nav-links a.page-numbers.next.is-active,
.page-vehicle .post-nav-links span.page-numbers.prev:hover,
.page-vehicle .post-nav-links span.page-numbers.prev.is-active,
.page-vehicle .post-nav-links span.page-numbers.next:hover,
.page-vehicle .post-nav-links span.page-numbers.next.is-active {
    color: #005f46
}

.page-vehicle .pagination a.page-numbers.prev::after,
.page-vehicle .pagination a.page-numbers.next::after,
.page-vehicle .pagination span.page-numbers.prev::after,
.page-vehicle .pagination span.page-numbers.next::after,
.page-vehicle .post-nav-links a.page-numbers.prev::after,
.page-vehicle .post-nav-links a.page-numbers.next::after,
.page-vehicle .post-nav-links span.page-numbers.prev::after,
.page-vehicle .post-nav-links span.page-numbers.next::after {
    content: "";
    width: 18px;
    height: 1lh;
    display: inline-block;
    vertical-align: bottom;
    background-color: currentColor;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-image: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxOC44MSAyMS4zNyI+CiAgPHBhdGggZmlsbD0iIzAwMCIgZD0ibTAgMjEuMzcgMTEuNjYtMTAuNjlMMCAwaDcuMTVsMTEuNjYgMTAuNjhMNy4xNSAyMS4zN0gweiIvPgo8L3N2Zz4=");
    mask-image: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxOC44MSAyMS4zNyI+CiAgPHBhdGggZmlsbD0iIzAwMCIgZD0ibTAgMjEuMzcgMTEuNjYtMTAuNjlMMCAwaDcuMTVsMTEuNjYgMTAuNjhMNy4xNSAyMS4zN0gweiIvPgo8L3N2Zz4=")
}

.page-vehicle .pagination a.page-numbers.prev,
.page-vehicle .pagination span.page-numbers.prev,
.page-vehicle .post-nav-links a.page-numbers.prev,
.page-vehicle .post-nav-links span.page-numbers.prev {
    margin-right: 22px
}

.page-vehicle .pagination a.page-numbers.prev::after,
.page-vehicle .pagination span.page-numbers.prev::after,
.page-vehicle .post-nav-links a.page-numbers.prev::after,
.page-vehicle .post-nav-links span.page-numbers.prev::after {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.page-vehicle .pagination a.page-numbers.next,
.page-vehicle .pagination span.page-numbers.next,
.page-vehicle .post-nav-links a.page-numbers.next,
.page-vehicle .post-nav-links span.page-numbers.next {
    margin-left: 22px
}

.page-vehicle .pagination ul.page-numbers {
    word-break: keep-all;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 9px
}

@media only screen and (max-width: 768px) {
    .page-vehicle .pagination ul.page-numbers {
        gap: 6px
    }
}

.page-vehicle .pagination .sr {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important
}

.page-vehicle .post-nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 40px 0;
    gap: 16px
}

@media only screen and (min-width: 769px) {
    .page-vehicle .section-hero .headline__title span {
        padding-right: 67px
    }
}

@media only screen and (max-width: 768px) {
    .page-vehicle .section-hero .headline__title span {
        padding-right: 47px
    }
}

.page-vehicle .section-hero .headline__title span::before {
    content: "";
    display: inline-block;
    background-color: #65bf97;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-image: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1Ni44MiAzMi41OSI+CiAgPHBhdGggZD0iTTIyLjczIDBIMHYyNi43NGg2LjY4di02LjY5aDQuNDRMMjIuNzMgMHptLTUuNDEgMjYuNzRIOS4zTDI0LjczIDBoOC4wMkwxNy4zMiAyNi43NHptMTAuMDIgMGgtOC4wMkwzNC43NiAwaDguMDJMMjcuMzQgMjYuNzR6bTIuMDEgMEg0MS43VjUuMzVMMjkuMzUgMjYuNzR6bTI3LjQ3LTEyLjAzaC00LjY4djUuMzRoLTQuMDFWMTAuMDNoNS4zNWwtMi43LTQuNjhoLTcuMzN2MjEuMzloMTMuMzdWMTQuNzF6TTYuOTQgMzIuNTljMi4zMSAwIDQuMTgtMS44NyA0LjE4LTQuMThIMi43NmMwIDIuMzEgMS44NyA0LjE4IDQuMTggNC4xOFptNDAuNjkgMGMyLjMxIDAgNC4xOC0xLjg3IDQuMTgtNC4xOGgtOC4zNmMwIDIuMzEgMS44NyA0LjE4IDQuMTggNC4xOFoiIGNsYXNzPSJjbHMtMSIvPgo8L3N2Zz4=");
    mask-image: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1Ni44MiAzMi41OSI+CiAgPHBhdGggZD0iTTIyLjczIDBIMHYyNi43NGg2LjY4di02LjY5aDQuNDRMMjIuNzMgMHptLTUuNDEgMjYuNzRIOS4zTDI0LjczIDBoOC4wMkwxNy4zMiAyNi43NHptMTAuMDIgMGgtOC4wMkwzNC43NiAwaDguMDJMMjcuMzQgMjYuNzR6bTIuMDEgMEg0MS43VjUuMzVMMjkuMzUgMjYuNzR6bTI3LjQ3LTEyLjAzaC00LjY4djUuMzRoLTQuMDFWMTAuMDNoNS4zNWwtMi43LTQuNjhoLTcuMzN2MjEuMzloMTMuMzdWMTQuNzF6TTYuOTQgMzIuNTljMi4zMSAwIDQuMTgtMS44NyA0LjE4LTQuMThIMi43NmMwIDIuMzEgMS44NyA0LjE4IDQuMTggNC4xOFptNDAuNjkgMGMyLjMxIDAgNC4xOC0xLjg3IDQuMTgtNC4xOGgtOC4zNmMwIDIuMzEgMS44NyA0LjE4IDQuMTggNC4xOFoiIGNsYXNzPSJjbHMtMSIvPgo8L3N2Zz4=");
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0%, -40%);
    transform: translate(0%, -40%)
}

@media only screen and (min-width: 769px) {
    .page-vehicle .section-hero .headline__title span::before {
        width: 57px;
        height: 36px
    }
}

@media only screen and (max-width: 768px) {
    .page-vehicle .section-hero .headline__title span::before {
        width: 39px;
        height: 22px
    }
}

.page-vehicle .section-search {
    position: relative;
    z-index: 5
}

.page-vehicle .section-search .section-content {
    position: relative;
    z-index: 5;
    background-color: #005f46;
    color: #fff
}

@media only screen and (min-width: 769px) {
    .page-vehicle .section-search .section-content {
        padding: 40px 40px 52px;
        margin-inline: max(3rem, ((100% - 1160px) / 2))
    }
}

@media only screen and (max-width: 768px) {
    .page-vehicle .section-search .section-content {
        padding: 25px 20px 42px
    }
}

.page-vehicle .section-search .section-content::before {
    content: "";
    width: 100%;
    background-color: #65bf97;
    position: absolute;
    left: 0
}

@media only screen and (min-width: 769px) {
    .page-vehicle .section-search .section-content::before {
        top: -16px;
        height: 16px
    }
}

@media only screen and (max-width: 768px) {
    .page-vehicle .section-search .section-content::before {
        top: -12px;
        height: 12px
    }
}

.page-vehicle .section-search .headline {
    font-weight: 600
}

@media only screen and (min-width: 769px) {
    .page-vehicle .section-search .headline {
        margin-bottom: 37px
    }
}

@media only screen and (max-width: 768px) {
    .page-vehicle .section-search .headline {
        margin-bottom: 30px
    }
}

.page-vehicle .section-search .headline::before {
    content: none
}

.page-vehicle .section-search .search__title {
    font-size: 3rem;
    letter-spacing: .06em;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

@media only screen and (min-width: 769px) {
    .page-vehicle .section-search .search__title {
        gap: 4px
    }
}

@media only screen and (max-width: 768px) {
    .page-vehicle .section-search .search__title {
        font-size: 2.2rem;
        gap: 6px
    }
}

.page-vehicle .section-search .search__title::after {
    content: "";
    display: inline-block;
    background-color: #65bf97;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-image: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MC4wMiAyOC42OSI+CiAgPHBhdGggZD0iTTIwLjAxIDBIMHYyMy41NGg1Ljg4di01Ljg5aDMuOTFMMjAuMDEgMHptLTQuNzcgMjMuNTRIOC4xOEwyMS43NyAwaDcuMDZMMTUuMjQgMjMuNTR6bTguODMgMGgtNy4wNkwzMC42IDBoNy4wNkwyNC4wNyAyMy41NHptMS43NyAwaDEwLjg3VjQuNzFMMjUuODQgMjMuNTR6bTI0LjE4LTEwLjU5SDQ1Ljl2NC43aC0zLjUzVjguODNoNC43MUw0NC43IDQuNzFoLTYuNDV2MTguODNoMTEuNzdWMTIuOTV6TTYuMTEgMjguNjljMi4wMyAwIDMuNjgtMS42NSAzLjY4LTMuNjhIMi40M2MwIDIuMDMgMS42NSAzLjY4IDMuNjggMy42OFptMzUuODIgMGMyLjAzIDAgMy42OC0xLjY1IDMuNjgtMy42OGgtNy4zNmMwIDIuMDMgMS42NSAzLjY4IDMuNjggMy42OFoiIGNsYXNzPSJjbHMtMSIvPgo8L3N2Zz4=");
    mask-image: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MC4wMiAyOC42OSI+CiAgPHBhdGggZD0iTTIwLjAxIDBIMHYyMy41NGg1Ljg4di01Ljg5aDMuOTFMMjAuMDEgMHptLTQuNzcgMjMuNTRIOC4xOEwyMS43NyAwaDcuMDZMMTUuMjQgMjMuNTR6bTguODMgMGgtNy4wNkwzMC42IDBoNy4wNkwyNC4wNyAyMy41NHptMS43NyAwaDEwLjg3VjQuNzFMMjUuODQgMjMuNTR6bTI0LjE4LTEwLjU5SDQ1Ljl2NC43aC0zLjUzVjguODNoNC43MUw0NC43IDQuNzFoLTYuNDV2MTguODNoMTEuNzdWMTIuOTV6TTYuMTEgMjguNjljMi4wMyAwIDMuNjgtMS42NSAzLjY4LTMuNjhIMi40M2MwIDIuMDMgMS42NSAzLjY4IDMuNjggMy42OFptMzUuODIgMGMyLjAzIDAgMy42OC0xLjY1IDMuNjgtMy42OGgtNy4zNmMwIDIuMDMgMS42NSAzLjY4IDMuNjggMy42OFoiIGNsYXNzPSJjbHMtMSIvPgo8L3N2Zz4=");
    -webkit-transform: translateY(20%);
    transform: translateY(20%)
}

@media only screen and (min-width: 769px) {
    .page-vehicle .section-search .search__title::after {
        width: 50px;
        height: 29px
    }
}

@media only screen and (max-width: 768px) {
    .page-vehicle .section-search .search__title::after {
        width: 38px;
        height: 25px
    }
}

.page-vehicle .section-search .search__label {
    display: block;
    text-align: center;
    font-size: 2rem;
    letter-spacing: .06em;
    margin-bottom: 30px;
    font-weight: 600;
    line-height: 1
}

@media only screen and (max-width: 768px) {
    .page-vehicle .section-search .search__label {
        text-align: left;
        font-size: 1.3rem
    }
}

@media only screen and (max-width: 768px)and (max-width: 768px) {
    .page-vehicle .section-search .search__label {
        margin-bottom: 8px
    }
}

.page-vehicle .section-search .search__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (min-width: 769px) {
    .page-vehicle .section-search .search__row {
        gap: 25px 60px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media only screen and (max-width: 768px) {
    .page-vehicle .section-search .search__row {
        gap: 20px 80px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.page-vehicle .section-search .search__col {
    position: relative;
    z-index: 0
}

@media only screen and (min-width: 769px) {
    .page-vehicle .section-search .search__col {
        width: min(308px, 100%)
    }
}

@media only screen and (max-width: 768px) {
    .page-vehicle .section-search .search__col {
        width: 100%
    }
}

.page-vehicle .section-search .search__col:not(:first-child)::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: currentColor;
    left: -30px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media only screen and (max-width: 768px) {
    .page-vehicle .section-search .search__col:not(:first-child)::before {
        display: none
    }
}

.page-vehicle .section-search .search__col:first-child,
.page-vehicle .section-search .search__col:last-child {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media only screen and (min-width: 769px) {
    .page-vehicle .section-search .search__col:nth-child(2) {
        width: 35%
    }
}

.page-vehicle .section-search .search__form {
    font-family: inherit;
    letter-spacing: inherit;
    color: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer
}

.page-vehicle .section-search .search__form:focus {
    outline: none
}

.page-vehicle .section-search .search__form--select {
    --arrow-bg: #65bf97;
    --arrow-icon: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMC4wNiA4Ljg2Ij4KICA8cGF0aCBmaWxsPSIjZmZmIiBkPSJtMCAwIDUuMDMgNS40OUwxMC4wNiAwdjMuMzZsLTUuMDMgNS41TDAgMy4zNlYweiIvPgo8L3N2Zz4=");
    --arrow-size: 10px;
    --select-bg: #fff;
    --select-size: 45px;
    --gap-size: 10px;
    --p-x: 12px;
    --p-y: 8px;
    position: relative;
    border-radius: 6px;
    background-color: #fff;
    color: #000;
    width: 100%;
    padding: var(--p-y) calc(var(--select-size) + var(--gap-size)) var(--p-y) var(--p-x);
    background: var(--arrow-icon) no-repeat right calc((var(--select-size) - var(--arrow-size))/2) center/var(--arrow-size), -webkit-gradient(linear, right top, left top, from(var(--arrow-bg)), to(var(--select-bg)));
    background: var(--arrow-icon) no-repeat right calc((var(--select-size) - var(--arrow-size))/2) center/var(--arrow-size), linear-gradient(to left, var(--arrow-bg) var(--select-size), var(--select-bg) var(--select-size))
}

@media only screen and (max-width: 768px) {
    .page-vehicle .section-search .search__form--select {
        --p-y: 4px;
        --select-size: 34px
    }
}

.page-vehicle .section-search .search__form--button {
    padding: 0;
    border: 0;
    border-radius: 0;
    margin-top: 50px;
    height: 60px;
    font-size: 2.2rem;
    font-weight: 600;
    letter-spacing: .06em;
    --lupe-icon: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxOS41NyAxOS41NyI+CiAgPHBhdGggZmlsbD0iI2ZmZiIgZD0iTTcuOTIgMTIuMTJjMS4xOCAwIDIuMTctLjQgMi45OC0xLjIxLjgxLS44MSAxLjIxLTEuOCAxLjIxLTIuOThzLS40LTIuMTctMS4yMS0yLjk4Yy0uODEtLjgxLTEuOC0xLjIxLTIuOTgtMS4yMXMtMi4xNy40LTIuOTggMS4yMWMtLjgxLjgxLTEuMjEgMS44LTEuMjEgMi45OHMuNCAyLjE3IDEuMjEgMi45OCAxLjggMS4yMSAyLjk4IDEuMjFabTkgNy40NS00Ljg5LTQuODljLS42Mi40LTEuMjguNy0xLjk4Ljg5cy0xLjQxLjI4LTIuMTIuMjhjLTIuMjEgMC00LjA4LS43Ny01LjYyLTIuMzFTMCAxMC4xMyAwIDcuOTJzLjc3LTQuMDggMi4zMS01LjYxQzMuODQuNzcgNS43MiAwIDcuOTIgMHM0 LjA4Ljc3IDUuNjIgMi4zMSAyLjMxIDMuNDEgMi4zMSA1LjYyYzAgLjcxLS4xIDEuNDItLjMgMi4xMnMtLjUgMS4zNi0uOTEgMS45OGw0Ljk0IDQuOTQtMi42NiAyLjYxWiIvPgo8L3N2Zz4=");
    --pos-right: 18px;
    --lupe-size: 20px;
    background: var(--lupe-icon) no-repeat right var(--pos-right) center/var(--lupe-size), -webkit-gradient(linear, left top, left bottom, from(#65bf97), to(#65bf97));
    background: var(--lupe-icon) no-repeat right var(--pos-right) center/var(--lupe-size), linear-gradient(#65bf97, #65bf97)
}

@media only screen and (min-width: 769px) {
    .page-vehicle .section-search .search__form--button {
        width: min(307px, 100%)
    }
}

@media only screen and (max-width: 768px) {
    .page-vehicle .section-search .search__form--button {
        width: 100%;
        height: 42px;
        margin-top: 30px;
        font-size: 1.7rem;
        --lupe-size: 15px
    }
}

.page-vehicle .section-search .search__select_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 14px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.page-vehicle .search__dropdown {
    position: relative
}

.page-vehicle .search__dropdown__btn {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: default
}

.page-vehicle .search__dropdown__content {
    max-height: 250px;
    overflow: auto;
    border-radius: 6px;
    position: absolute;
    top: calc(100% + 1rem);
    left: 0;
    right: 0;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .2);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .2);
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.page-vehicle .search__dropdown__content.open {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .3s;
    transition: all .3s
}

.page-vehicle .search__dropdown__content__item {
    background: #fff
}

.page-vehicle .search__dropdown__content__item+.search__dropdown__content__item {
    border-top: 1px solid #efefef
}

.page-vehicle .search__dropdown__content__label {
    display: inline-block;
    padding: 1rem 1.5rem 1rem 4rem;
    color: #000;
    position: relative
}

.page-vehicle .search__dropdown__content__label::before,
.page-vehicle .search__dropdown__content__label::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.page-vehicle .search__dropdown__content__label::before {
    width: 18px;
    height: 18px;
    border: 1px solid #707070;
    left: 1.5rem
}

.page-vehicle .search__dropdown__content__label::after {
    background: #65bf97;
    width: 10px;
    height: 10px;
    opacity: 0;
    left: 1.9rem
}

.page-vehicle input:checked+.search__dropdown__content__label::after {
    opacity: 1
}

.page-vehicle .search__info {
    position: absolute;
    top: calc(100% + .5rem);
    left: 0;
    white-space: nowrap;
    font-size: 1.2rem
}

.page-vehicle .section-vehicles {
    position: relative;
    z-index: 1
}

.page-vehicle .section-vehicles .bg {
    position: absolute;
    inset: 0
}

.page-vehicle .section-vehicles .bg .bg-top {
    position: absolute;
    z-index: -1;
    top: 515px;
    left: 0;
    width: 100%
}

@media only screen and (max-width: 768px) {
    .page-vehicle .section-vehicles .bg .bg-top {
        top: -134px
    }
}

.page-vehicle .section-vehicles .bg .bg-bottom {
    position: absolute;
    z-index: -1;
    bottom: 400px;
    right: 0
}

@media only screen and (max-width: 768px) {
    .page-vehicle .section-vehicles .bg .bg-bottom {
        width: 210px;
        bottom: 35px
    }
}

.page-vehicle .section-vehicles .section-content {
    position: relative;
    z-index: 0;
    padding: 88px 0 140px
}

@media only screen and (max-width: 768px) {
    .page-vehicle .section-vehicles .section-content {
        padding: 20px 0 120px
    }
}

.page-vehicle .section-vehicles .headline {
    margin-inline: max(3rem, ((100% - 1160px) / 2));
    margin-bottom: 80px
}

@media only screen and (max-width: 768px) {
    .page-vehicle .section-vehicles .headline {
        gap: 10px;
        margin-bottom: 32px
    }
}

@media only screen and (max-width: 768px) {
    .page-vehicle .section-vehicles .headline__caption {
        font-size: 3.8rem
    }
}

@media only screen and (max-width: 768px) {
    .page-vehicle .section-vehicles .headline__title {
        font-size: 1.4rem
    }
}

.page-vehicle .section-vehicles .content {
    margin-inline: max(3rem, ((100% - 1160px) / 2))
}

.page-vehicle .section-vehicles .vehicles__title {
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: .06em;
    margin-bottom: 92px
}

@media only screen and (max-width: 768px) {
    .page-vehicle .section-vehicles .vehicles__title {
        font-size: 1.4rem;
        margin-bottom: 25px
    }
}

.page-vehicle .section-vehicles .vehicles__title__emphasis {
    font-size: 4rem;
    letter-spacing: 0;
    font-weight: 700;
    color: #005f46;
    font-family: "Barlow", sans-serif
}

@media only screen and (max-width: 768px) {
    .page-vehicle .section-vehicles .vehicles__title__emphasis {
        font-size: 3rem
    }
}

.page-vehicle .section-vehicles .vehicles__other_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    font-weight: 600;
    font-size: 2.6rem;
    margin-bottom: 56px
}

@media only screen and (max-width: 768px) {
    .page-vehicle .section-vehicles .vehicles__other_title {
        font-size: 1.8rem
    }
}

.page-vehicle .section-vehicles .vehicles__other_title::after {
    content: "";
    display: block;
    width: 58px;
    height: 2px;
    background-color: #65bf97;
    margin-top: 35px
}

@media only screen and (max-width: 768px) {
    .page-vehicle .section-vehicles .vehicles__other_title::after {
        margin-top: 16px
    }
}

.page-vehicle .section-vehicles .vehicles__btn {
    position: relative;
    font-size: 2.2rem;
    letter-spacing: .06em;
    font-weight: 600;
    background-color: #000;
    color: #fff;
    height: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 384px;
    margin: 110px auto
}

@media only screen and (max-width: 768px) {
    .page-vehicle .section-vehicles .vehicles__btn {
        margin-top: 70px
    }
}

.page-vehicle .section-vehicles .vehicles__btn::before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #65bf97;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-image: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMi4xNSAxMy44Ij4KICA8cGF0aCBmaWxsPSIjMDAwIiBkPSJtMCAxMy44IDcuNTMtNi45TDAgMGg0LjYybDcuNTMgNi45LTcuNTMgNi45SDB6Ii8+Cjwvc3ZnPg==");
    mask-image: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMi4xNSAxMy44Ij4KICA8cGF0aCBmaWxsPSIjMDAwIiBkPSJtMCAxMy44IDcuNTMtNi45TDAgMGg0LjYybDcuNTMgNi45LTcuNTMgNi45SDB6Ii8+Cjwvc3ZnPg==")
}

.page-vehicle .section-vehicles .vehicles__pagination {
    margin-top: 135px
}

@media only screen and (max-width: 768px) {
    .page-vehicle .section-vehicles .vehicles__pagination {
        margin-top: 75px
    }
}

.page-vehicle .section-detail_hero {
    position: relative;
    z-index: 0
}

.page-vehicle .section-detail_hero .bg {
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: calc(100% - 184px);
    background-color: #005f46
}

@media print {
    .page-vehicle .section-detail_hero .bg {
        height: calc(100% - 28.9277777778mm)
    }
}

.page-vehicle .section-detail_hero .section-content {
    position: relative;
    padding: 167px 0 0
}

@media only screen and (max-width: 768px) {
    .page-vehicle .section-detail_hero .section-content {
        padding-top: 70px
    }
}

@media print {
    .page-vehicle .section-detail_hero .section-content {
        padding-top: 12.3472222222mm
    }
}

.page-vehicle .section-detail_hero .content {
    margin-inline: max(3rem, ((100% - 1160px) / 2))
}

@media print {
    .page-vehicle .section-detail_hero .content {
        margin-inline: unset;
        padding: 0 1.17cm
    }
}

.page-vehicle .section-detail_hero .detail_hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 30px 50px
}

@media only screen and (max-width: 768px) {
    .page-vehicle .section-detail_hero .detail_hero {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

@media print {
    .page-vehicle .section-detail_hero .detail_hero {
        gap: 8.1138888889mm;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.page-vehicle .section-detail_hero .detail_hero__slider_col {
    width: 65.8620689655%;
    max-width: 764px
}

@media only screen and (max-width: 768px) {
    .page-vehicle .section-detail_hero .detail_hero__slider_col {
        width: 100%
    }
}

@media print {
    .page-vehicle .section-detail_hero .detail_hero__slider_col {
        width: unset;
        max-width: 105.0219444444mm
    }
}

.page-vehicle .section-detail_hero .detail_hero__desc {
    position: relative;
    z-index: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 246px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px
}

@media only screen and (min-width: 769px) {
    .page-vehicle .section-detail_hero .detail_hero__desc {
        min-width: 346px
    }
}

@media only screen and (max-width: 768px) {
    .page-vehicle .section-detail_hero .detail_hero__desc {
        padding-top: unset;
        padding-bottom: unset;
        gap: 0
    }
}

@media print {
    .page-vehicle .section-detail_hero .detail_hero__desc {
        -ms-flex-negative: unset;
        flex-shrink: unset;
        padding-top: 0;
        gap: 5.1152777778mm;
        padding-bottom: unset
    }
}

.page-vehicle .section-detail_hero .detail_hero__slider {
    position: relative;
    z-index: 0
}

.page-vehicle .section-detail_hero .detail_hero__slider--thumb {
    position: relative;
    margin-top: 40px;
    gap: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width: 768px) {
    .page-vehicle .section-detail_hero .detail_hero__slider--thumb {
        margin-top: 10px
    }
}

@media print {
    .page-vehicle .section-detail_hero .detail_hero__slider--thumb {
        margin-top: 5.6444444444mm
    }
}

.page-vehicle .section-detail_hero .detail_hero__slider--thumb .swiper-slide {
    cursor: pointer
}

@media print {
    .page-vehicle .section-detail_hero .detail_hero__slider--thumb .swiper-slide img {
        max-height: 10.5833333333mm;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.page-vehicle .section-detail_hero .detail_hero__slider img {
    width: 100%;
    aspect-ratio: 60/37;
    -o-object-fit: cover;
    object-fit: cover
}

.page-vehicle .section-detail_hero .detail_hero__slide {
    background-color: #fff
}

.page-vehicle .section-detail_hero .detail_hero__slide img {
    width: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover
}

@media print {
    .page-vehicle .section-detail_hero .detail_hero__slide--parent img {
        max-height: 58.2083333333mm;
        max-width: 105.0219444444mm
    }
}

@media print {
    .page-vehicle .section-detail_hero .detail_hero__slide--thumb {
        width: 16.6666666667%
    }
}

@media print {

    .page-vehicle .section-detail_hero .detail_hero__slide--thumb,
    .page-vehicle .section-detail_hero .detail_hero__slide--thumb img {
        max-height: 10.5833333333mm;
        max-width: 17.1802777778mm
    }
}

.page-vehicle .section-detail_hero .detail_hero__nav {
    cursor: pointer;
    position: absolute;
    z-index: 1;
    top: calc(50% - 56px);
    background-color: rgba(255, 255, 255, .5);
    height: 112px;
    width: 12px;
    display: grid;
    place-content: center;
    place-items: center
}

@media only screen and (max-width: 768px) {
    .page-vehicle .section-detail_hero .detail_hero__nav {
        height: 70px;
        top: calc(50% - 35px);
        width: 12px
    }
}

@media print {
    .page-vehicle .section-detail_hero .detail_hero__nav {
        width: 2.4694444444mm;
        height: 15.5222222222mm;
        top: calc(50% - 7.7611111111mm)
    }
}

.page-vehicle .section-detail_hero .detail_hero__nav--prev {
    left: 20px
}

@media only screen and (max-width: 768px) {
    .page-vehicle .section-detail_hero .detail_hero__nav--prev {
        left: 10px
    }
}

@media print {
    .page-vehicle .section-detail_hero .detail_hero__nav--prev {
        left: 2.7516666667mm
    }
}

.page-vehicle .section-detail_hero .detail_hero__nav--next {
    right: 20px
}

@media only screen and (max-width: 768px) {
    .page-vehicle .section-detail_hero .detail_hero__nav--next {
        right: 10px
    }
}

@media print {
    .page-vehicle .section-detail_hero .detail_hero__nav--next {
        right: 2.7516666667mm
    }
}

.page-vehicle .section-detail_hero .detail_hero__nav::before {
    content: "";
    width: 12px;
    height: 14px;
    background-color: #005f46;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-image: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNC4wOCAxNiI+CiAgPHBhdGggZmlsbD0iIzAwMCIgZD0ibTAgMTYgOC43My04TDAgMGg1LjM1bDguNzMgOC04LjczIDhIMHoiLz4KPC9zdmc+");
    mask-image: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNC4wOCAxNiI+CiAgPHBhdGggZmlsbD0iIzAwMCIgZD0ibTAgMTYgOC43My04TDAgMGg1LjM1bDguNzMgOC04LjczIDhIMHoiLz4KPC9zdmc+")
}

@media only screen and (max-width: 768px) {
    .page-vehicle .section-detail_hero .detail_hero__nav::before {
        width: 12px;
        height: 13px
    }
}

@media print {
    .page-vehicle .section-detail_hero .detail_hero__nav::before {
        width: 1.6580555556mm;
        height: 1.8697222222mm
    }
}

.page-vehicle .section-detail_hero .detail_hero__nav--prev {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.page-vehicle .section-detail_hero .detail_hero__thumb_nav {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    cursor: pointer;
    width: 12px;
    height: 14px;
    background-color: #005f46;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-image: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNC4wOCAxNiI+CiAgPHBhdGggZmlsbD0iIzAwMCIgZD0ibTAgMTYgOC43My04TDAgMGg1LjM1bDguNzMgOC04LjczIDhIMHoiLz4KPC9zdmc+");
    mask-image: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNC4wOCAxNiI+CiAgPHBhdGggZmlsbD0iIzAwMCIgZD0ibTAgMTYgOC43My04TDAgMGg1LjM1bDguNzMgOC04LjczIDhIMHoiLz4KPC9zdmc+")
}

@media only screen and (max-width: 768px) {
    .page-vehicle .section-detail_hero .detail_hero__thumb_nav {
        display: none
    }
}

@media print {
    .page-vehicle .section-detail_hero .detail_hero__thumb_nav {
        position: absolute;
        width: 1.6580555556mm;
        height: 1.8697222222mm;
        top: calc(50% - .9348611111mm)
    }
}

@media print {
    .page-vehicle .section-detail_hero .detail_hero__thumb_nav--next {
        right: -3.2455555556mm
    }
}

.page-vehicle .section-detail_hero .detail_hero__thumb_nav--prev {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

@media print {
    .page-vehicle .section-detail_hero .detail_hero__thumb_nav--prev {
        left: -3.2455555556mm
    }
}

.page-vehicle .section-detail_hero .detail_hero .swiper-slide-thumb-active {
    border: solid 2px #005f46
}

.page-vehicle .section-detail_hero .detail_hero__number {
    font-weight: 500;
    font-size: 1.6rem;
    font-family: "Barlow", sans-serif
}

@media only screen and (max-width: 768px) {
    .page-vehicle .section-detail_hero .detail_hero__number {
        font-size: 1rem
    }
}

@media print {
    .page-vehicle .section-detail_hero .detail_hero__number {
        font-size: 2.8222222222mm
    }
}

.page-vehicle .section-detail_hero .detail_hero__number__label {
    font-weight: 600;
    font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, Verdana, sans-serif
}

.page-vehicle .section-detail_hero .detail_hero__title {
    font-size: 2.6rem;
    letter-spacing: .06em;
    font-weight: 600;
    line-height: 1
}

@media only screen and (max-width: 768px) {
    .page-vehicle .section-detail_hero .detail_hero__title {
        font-size: 1.6rem;
        margin-top: .75em
    }
}

@media print {
    .page-vehicle .section-detail_hero .detail_hero__title {
        font-size: 4.2333333333mm
    }
}

.page-vehicle .section-detail_hero .detail_hero__title::after {
    content: "";
    display: block;
    width: 58px;
    height: 2px;
    background-color: #65bf97;
    margin-top: 28px
}

@media only screen and (max-width: 768px) {
    .page-vehicle .section-detail_hero .detail_hero__title::after {
        margin-top: 16px
    }
}

@media print {
    .page-vehicle .section-detail_hero .detail_hero__title::after {
        margin-top: 4.2333333333mm
    }
}

.page-vehicle .section-detail_hero .detail_hero__favorite {
    cursor: pointer;
    font-size: 1.6rem;
    letter-spacing: .06em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px 14px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff
}

@media only screen and (max-width: 768px) {
    .page-vehicle .section-detail_hero .detail_hero__favorite {
        font-size: 1.2rem;
        line-height: 1.25;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: absolute;
        right: 0;
        bottom: 0
    }
}

@media print {
    .page-vehicle .section-detail_hero .detail_hero__favorite {
        display: none
    }
}

@media only screen and (min-width: 769px) {
    .page-vehicle .section-detail_hero .detail_hero__favorite .mobile {
        display: none
    }
}

@media print {
    .page-vehicle .section-detail_hero .detail_hero__favorite .mobile {
        display: none
    }
}

.page-vehicle .section-detail_hero .detail_hero__favorite.is_active {
    color: #fcd621
}

.page-vehicle .section-detail_hero .detail_hero__favorite.is_active .add {
    display: none
}

.page-vehicle .section-detail_hero .detail_hero__favorite:not(.is_active) .remove {
    display: none
}

.page-vehicle .section-detail_hero .detail_hero__favorite__icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    width: 44px;
    height: 44px;
    background-color: #fff;
    border-radius: 100%
}

.page-vehicle .section-detail_hero .detail_hero__favorite__icon::before {
    content: "";
    position: absolute;
    inset: 0;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-image: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0My42MiA0My42MiI+CiAgPHBhdGggZmlsbD0iIzAwNWY0NiIgZD0ibTIxLjgxIDMzLjM2LTkuMzMtOS4zM2MtLjc0LS43NC0xLjI0LTEuNjEtMS40OC0yLjYtLjI1LS45OS0uMjQtMS45NyAwLTIuOTUuMjUtLjk4Ljc0LTEuODMgMS40OC0yLjU2Ljc2LS43NCAxLjYyLTEuMjQgMi41OS0xLjQ4Ljk3LS4yNCAxLjk0LS4yNCAyLjkxIDAgLjk3LjI1IDEuODQuNzQgMi41OSAxLjQ4bDEuMjMgMS4yIDEuMjMtMS4yYy43Ni0uNzQgMS42My0xLjIzIDIuNi0xLjQ4Ljk3LS4yNSAxLjk0LS4yNSAyLjkxIDBzMS44NC43NCAyLjU5IDEuNDhjLjc0LjczIDEuMjMgMS41OCAxLjQ4IDIuNTZzLjI1IDEuOTYgMCAyLjk1Yy0uMjQuOTktLjc0IDEuODUtMS40OCAyLjZsLTkuMzMgOS4zM1oiLz4KPC9zdmc+");
    mask-image: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0My42MiA0My42MiI+CiAgPHBhdGggZmlsbD0iIzAwNWY0NiIgZD0ibTIxLjgxIDMzLjM2LTkuMzMtOS4zM2MtLjc0LS43NC0xLjI0LTEuNjEtMS40OC0yLjYtLjI1LS45OS0uMjQtMS45NyAwLTIuOTUuMjUtLjk4Ljc0LTEuODMgMS40OC0yLjU2Ljc2LS43NCAxLjYyLTEuMjQgMi41OS0xLjQ4Ljk3LS4yNCAxLjk0LS4yNCAyLjkxIDAgLjk3LjI1IDEuODQuNzQgMi41OSAxLjQ4bDEuMjMgMS4yIDEuMjMtMS4yYy43Ni0uNzQgMS42My0xLjIzIDIuNi0xLjQ4Ljk3LS4yNSAxLjk0LS4yNSAyLjkxIDBzMS44NC43NCAyLjU5IDEuNDhjLjc0LjczIDEuMjMgMS41OCAxLjQ4IDIuNTZzLjI1IDEuOTYgMCAyLjk1Yy0uMjQuOTktLjc0IDEuODUtMS40OCAyLjZsLTkuMzMgOS4zM1oiLz4KPC9zdmc+");
    background-color: #ccc
}

.page-vehicle .section-detail_hero .detail_hero__favorite.is_active .detail_hero__favorite__icon {
    background-color: #fcd621
}

.page-vehicle .section-detail_hero .detail_hero__favorite.is_active .detail_hero__favorite__icon::before {
    background-color: #005f46
}

.page-vehicle .section-detail_hero .detail_hero__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: auto;
    gap: 22px 12px
}

@media only screen and (max-width: 768px) {
    .page-vehicle .section-detail_hero .detail_hero__price {
        gap: 8px 6px;
        margin-top: 15px
    }
}

@media print {
    .page-vehicle .section-detail_hero .detail_hero__price {
        gap: 3.5277777778mm 2.1166666667mm;
        margin-top: unset
    }
}

.page-vehicle .section-detail_hero .detail_hero__price__caption {
    width: 100%;
    font-size: 2rem;
    letter-spacing: .06em;
    font-weight: 600;
    color: #65bf97
}

@media only screen and (max-width: 768px) {
    .page-vehicle .section-detail_hero .detail_hero__price__caption {
        font-size: 1.2rem
    }
}

@media print {
    .page-vehicle .section-detail_hero .detail_hero__price__caption {
        line-height: 1;
        font-size: 3.5277777778mm
    }
}

.page-vehicle .section-detail_hero .detail_hero__price__month {
    display: inline-block;
    font-weight: 500;
    border: solid 1px currentColor;
    padding: 8px;
    font-size: 1.6rem;
    line-height: 1
}

@media only screen and (max-width: 768px) {
    .page-vehicle .section-detail_hero .detail_hero__price__month {
        padding: 4px;
        font-size: 1.2rem
    }
}

@media print {
    .page-vehicle .section-detail_hero .detail_hero__price__month {
        font-size: 2.4694444444mm;
        padding: 1.2347222222mm
    }
}

.page-vehicle .section-detail_hero .detail_hero__price__main {
    font-size: 4.4rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    font-family: "Barlow", sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 10px
}

@media only screen and (max-width: 768px) {
    .page-vehicle .section-detail_hero .detail_hero__price__main {
        gap: 4px;
        font-size: 3.1rem
    }
}

@media print {
    .page-vehicle .section-detail_hero .detail_hero__price__main {
        font-size: 7.7611111111mm
    }
}

.page-vehicle .section-detail_hero .detail_hero__price__yen {
    font-size: 2rem;
    letter-spacing: .06em
}

@media only screen and (max-width: 768px) {
    .page-vehicle .section-detail_hero .detail_hero__price__yen {
        font-size: 1.4rem
    }
}

@media print {
    .page-vehicle .section-detail_hero .detail_hero__price__yen {
        font-size: 3.5277777778mm
    }
}

.page-vehicle .section-detail_hero .detail_hero__price__crop::after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-top: -4px
}

.page-vehicle .section-data {
    position: relative;
    z-index: 0
}

.page-vehicle .section-data .bg {
    overflow: hidden;
    position: absolute;
    inset: 0
}

.page-vehicle .section-data .section-content {
    position: relative
}

@media only screen and (min-width: 769px) {
    .page-vehicle .section-data .section-content {
        padding-top: 60px
    }
}

@media only screen and (max-width: 768px) {
    .page-vehicle .section-data .section-content {
        padding-top: 41px
    }
}

@media print {
    .page-vehicle .section-data .section-content {
        padding-top: 10.5833333333mm
    }
}

.page-vehicle .section-data .content {
    margin-inline: max(3rem, ((100% - 1160px) / 2))
}

.page-vehicle .section-data .data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width: 768px) {
    .page-vehicle .section-data .data {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media print {
    .page-vehicle .section-data .data {
        display: block
    }
}

.page-vehicle .section-data .data__details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

@media only screen and (min-width: 769px) {
    .page-vehicle .section-data .data__details {
        padding-top: 18px;
        margin-right: 50px
    }
}

@media print {
    .page-vehicle .section-data .data__details {
        max-width: unset;
        padding-top: unset;
        margin-right: unset;
        gap: 5.9972222222mm
    }
}

.page-vehicle .section-data .data__contact {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media only screen and (min-width: 769px) {
    .page-vehicle .section-data .data__contact {
        width: 347px
    }
}

@media only screen and (max-width: 768px) {
    .page-vehicle .section-data .data__contact {
        width: 100%;
        margin-top: 53px
    }
}

@media print {
    .page-vehicle .section-data .data__contact {
        display: none
    }
}

.page-vehicle .section-data .data__contact__title {
    text-transform: uppercase;
    font-size: 3.4rem;
    font-weight: 700;
    letter-spacing: .02em;
    color: #005f46;
    line-height: 1;
    font-family: "Barlow", sans-serif
}

@media only screen and (max-width: 768px) {
    .page-vehicle .section-data .data__contact__title {
        font-size: 2.4rem
    }
}

.page-vehicle .section-data .data__contact__caption {
    font-weight: 500;
    line-height: 1.5
}

@media only screen and (min-width: 769px) {
    .page-vehicle .section-data .data__contact__caption {
        font-size: 1.6rem;
        margin-top: 6px
    }
}

@media only screen and (max-width: 768px) {
    .page-vehicle .section-data .data__contact__caption {
        font-size: 1.2rem;
        margin-top: 1em
    }
}

.page-vehicle .section-data .data__title {
    font-size: 2.6rem;
    letter-spacing: .06em;
    font-weight: 600;
    line-height: 1
}

@media only screen and (max-width: 768px) {
    .page-vehicle .section-data .data__title {
        font-size: 1.8rem
    }
}

@media print {
    .page-vehicle .section-data .data__title {
        font-size: 4.2333333333mm
    }
}

.page-vehicle .section-data .data__table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

@media only screen and (min-width: 769px) {
    .page-vehicle .section-data .data__table {
        margin-top: 45px
    }
}

@media only screen and (max-width: 768px) {
    .page-vehicle .section-data .data__table {
        margin-top: 23px
    }
}

@media print {
    .page-vehicle .section-data .data__table {
        padding-bottom: 1.7638888889mm
    }
}

.page-vehicle .section-data .data__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (min-width: 769px) {
    .page-vehicle .section-data .data__info {
        width: 50%
    }
}

@media only screen and (max-width: 768px) {
    .page-vehicle .section-data .data__info {
        width: 100%
    }
}

@media print {
    .page-vehicle .section-data .data__info {
        width: 50%
    }
}

.page-vehicle .section-data .data__info.full-width {
    width: 100%;
    padding: 0
}

@media only screen and (min-width: 769px) {
    .page-vehicle .section-data .data__info:not(:nth-of-type(-n+2)) {
        margin-top: 2px
    }
}

@media print {
    .page-vehicle .section-data .data__info:not(:nth-of-type(-n+2)) {
        margin-top: .7055555556mm
    }
}

@media only screen and (max-width: 768px) {
    .page-vehicle .section-data .data__info:not(:nth-of-type(-n+1)) {
        margin-top: 1px
    }
}

@media only screen and (min-width: 769px) {
    .page-vehicle .section-data .data__info:nth-of-type(2n) {
        padding-left: 30px
    }
}

@media print {
    .page-vehicle .section-data .data__info:nth-of-type(2n) {
        padding-left: 5.9972222222mm
    }
}


/* @media only screen and (max-width: 768px) {
    .page-vehicle .section-data .data__info:nth-child(1) {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
}

@media only screen and (max-width: 768px) {
    .page-vehicle .section-data .data__info:nth-child(2) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
}

@media only screen and (max-width: 768px) {
    .page-vehicle .section-data .data__info:nth-child(3) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media only screen and (max-width: 768px) {
    .page-vehicle .section-data .data__info:nth-child(4) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
}

@media only screen and (max-width: 768px) {
    .page-vehicle .section-data .data__info:nth-child(5) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

@media only screen and (max-width: 768px) {
    .page-vehicle .section-data .data__info:nth-child(6) {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
}

@media only screen and (max-width: 768px) {
    .page-vehicle .section-data .data__info:nth-child(7) {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
}

@media only screen and (max-width: 768px) {
    .page-vehicle .section-data .data__info:nth-child(8) {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }
}

@media only screen and (max-width: 768px) {
    .page-vehicle .section-data .data__info:nth-child(9) {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }
}

@media only screen and (max-width: 768px) {
    .page-vehicle .section-data .data__info:nth-child(10) {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }
}

@media only screen and (max-width: 768px) {
    .page-vehicle .section-data .data__info:nth-child(11) {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }
} */

.page-vehicle .section-data .data__info__title {
    font-size: 1.6rem;
    font-weight: 600;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    min-width: 138px;
    background-color: #005f46;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (min-width: 769px) {
    .page-vehicle .section-data .data__info__title {
        min-height: 69px
    }
}

@media only screen and (max-width: 768px) {
    .page-vehicle .section-data .data__info__title {
        font-size: 1.3rem;
        min-width: 100px;
        min-height: 40px
    }
}

@media print {
    .page-vehicle .section-data .data__info__title {
        font-size: 3.5277777778mm;
        min-height: 15.5222222222mm;
        background-color: #005f46
    }
}

.page-vehicle .section-data .data__info__desc {
    font-size: 1.6rem;
    font-weight: 600;
    width: 100%;
    background-color: #eaf6f0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 26px;
    overflow-wrap: anywhere
}

@media only screen and (max-width: 768px) {
    .page-vehicle .section-data .data__info__desc {
        font-size: 1.2rem;
        padding: 8px 14px
    }
}

@media print {
    .page-vehicle .section-data .data__info__desc {
        font-size: 3.5277777778mm
    }
}

@media only screen and (min-width: 769px) {
    .page-vehicle .section-data .data__info--secondary {
        min-height: 70px
    }
}

.page-vehicle .section-data .data__info--secondary .data__info__title {
    font-weight: 500;
    position: relative;
    z-index: 0;
    background-color: unset;
    color: #005f46
}

.page-vehicle .section-data .data__info--secondary .data__info__title::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    bottom: 0;
    left: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    background-color: #005f46
}

.page-vehicle .section-data .data__info--secondary .data__info__desc {
    font-weight: 400;
    background-color: unset;
    position: relative;
    z-index: 0
}

@media only screen and (min-width: 769px) {
    .page-vehicle .section-data .data__info--secondary .data__info__desc {
        padding: 20px 26px
    }
}

@media only screen and (max-width: 768px) {
    .page-vehicle .section-data .data__info--secondary .data__info__desc {
        padding: 8px 14px
    }
}

.page-vehicle .section-data .data__info--secondary .data__info__desc::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    background-color: #ccc
}

.page-vehicle .section-data .data__tag {
    display: inline-block;
    line-height: 1;
    padding: 4px;
    background-color: #eaf6f0;
    font-size: 1.4rem;
    font-weight: 400;
    margin: 0 3px
}

@media only screen and (max-width: 768px) {
    .page-vehicle .section-data .data__tag {
        font-size: 1rem
    }
}

@media print {
    .page-vehicle .section-data .data__tag {
        font-size: 3.175mm
    }
}

.page-vehicle .section-data .data__box {
    height: 100%;
    background-color: #ecf2f2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column
}

@media only screen and (min-width: 769px) {
    .page-vehicle .section-data .data__box {
        gap: 45px;
        padding: 53px 34px 49px;
        margin-top: 23px
    }
}

@media only screen and (max-width: 768px) {
    .page-vehicle .section-data .data__box {
        padding: 35px 30px 40px;
        margin-top: 22px
    }
}

@media only screen and (max-width: 768px) {
    .page-vehicle .section-data .data__box__col:not(:first-of-type) {
        margin-top: 22px
    }
}

.page-vehicle .section-data .data__box__info {
    font-size: 1.6rem;
    font-weight: 500
}

@media only screen and (min-width: 769px) {
    .page-vehicle .section-data .data__box__info {
        margin-bottom: 14px
    }
}

@media only screen and (max-width: 768px) {
    .page-vehicle .section-data .data__box__info {
        font-size: 1.4rem;
        margin-bottom: 12px
    }
}

.page-vehicle .section-data .data__btn {
    font-size: 1.8rem;
    letter-spacing: .06em;
    line-height: 1;
    height: 62px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 0;
    cursor: pointer
}

@media only screen and (max-width: 768px) {
    .page-vehicle .section-data .data__btn {
        font-size: 1.6rem;
        height: 56px
    }
}

@media(any-hover: hover) {
    .page-vehicle .section-data .data__btn {
        -webkit-transition: opacity 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
        transition: opacity 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95)
    }
}

@media(any-hover: hover) {
    .page-vehicle .section-data .data__btn:hover {
        opacity: .7
    }
}

.page-vehicle .section-data .data__btn--form {
    background-color: #000;
    color: #fff
}

.page-vehicle .section-data .data__btn--form::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 11px;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #65bf97;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-image: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMi4xNSAxMy44Ij4KICA8cGF0aCBmaWxsPSIjMDAwIiBkPSJtMCAxMy44IDcuNTMtNi45TDAgMGg0LjYybDcuNTMgNi45LTcuNTMgNi45SDB6Ii8+Cjwvc3ZnPg==");
    mask-image: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMi4xNSAxMy44Ij4KICA8cGF0aCBmaWxsPSIjMDAwIiBkPSJtMCAxMy44IDcuNTMtNi45TDAgMGg0LjYybDcuNTMgNi45LTcuNTMgNi45SDB6Ii8+Cjwvc3ZnPg==")
}

.page-vehicle .section-data .data__btn--tel {
    background-color: #fff;
    color: #005f46
}

.page-vehicle .section-data .data__btn--print {
    color: #005f46;
    border-bottom: solid 2px #005f46
}

.page-vehicle .section-data .data__btn__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.page-vehicle .section-data .data__btn__icon {
    background-color: currentColor;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat
}

.page-vehicle .section-data .data__btn__icon--tel {
    width: 19px;
    height: 19px;
    -webkit-mask-image: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNS41NSAyNS41NSI+CiAgPHBhdGggZmlsbD0iIzAwMCIgZD0iTTI0LjA2IDI1LjU1Yy0yLjk2IDAtNS44OC0uNjQtOC43Ni0xLjkzLTIuODktMS4yOS01LjUxLTMuMTItNy44OC01LjQ4cy00LjItNS01LjQ5LTcuODlDLjY0IDcuMzcgMCA0LjQ1IDAgMS40OSAwIDEuMDYuMTQuNzEuNDMuNDNTMS4wNyAwIDEuNDkgMGg1Ljc1Yy4zMyAwIC42My4xMS44OS4zNHMuNDEuNDkuNDYuOGwuOTIgNC45N2MuMDUuMzguMDQuNy0uMDQuOTZzLS4yLjQ4LS4zOS42N2wtMi41OSAyLjYyYy0uNTIuNTItLjYgMS4zNC0uMiAxLjk2LjMyLjQ5LjY2Ljk3IDEuMDMgMS40NC42NS44MiAxLjM3IDEuNiAyLjE1IDIuMzYuNzMuNzMgMS41IDEuNDEgMi4zMSAyLjA0LjQ4LjM4Ljk4LjczIDEuNSAxLjA3LjYxLjQgMS40Mi4yOSAxLjkzLS4yM2wyLjQ2LTIuNDZjLjIxLS4yMS40OS0uMzcuODMtLjQ4cy42OC0uMTQgMS4wMS0uMDlsNC45Ljk5Yy4zMy4wOS42LjI3LjgyLjUxcy4zMi41My4zMi44M3Y1Ljc1YzAgLjQzLS4xNC43OC0uNDMgMS4wNnMtLjY0LjQzLTEuMDYuNDNabS0xOC0xOC44Yy4zNi0uMzYuNTItLjg3LjQzLTEuMzhsLS4yMy0xLjI2Yy0uMTMtLjc0LS43OC0xLjI4LTEuNTMtMS4yOGgtLjA0Yy0uOTggMC0xLjcxLjktMS41MyAxLjg2LjA2LjM0LjEzLjY4LjIxIDEuMDEuMDIuMTEuMDUuMjIuMDguMzMuMjkgMS4xNyAxLjc2IDEuNTYgMi42MS43MVptMTIuNjggMTIuNzJjLS44NC44NC0uNDcgMi4yOS42OCAyLjYuMTMuMDQuMjYuMDcuMzkuMS4zNi4wOS43My4xNyAxLjA5LjIzLjk0LjE3IDEuOC0uNTggMS44LTEuNTR2LS4wOGMwLS43NC0uNTItMS4zOC0xLjI1LTEuNTJMMjAuMTggMTljLS41MS0uMS0xLjA0LjA2LTEuNDEuNDJsLS4wNC4wNFoiLz4KPC9zdmc+");
    mask-image: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNS41NSAyNS41NSI+CiAgPHBhdGggZmlsbD0iIzAwMCIgZD0iTTI0LjA2IDI1LjU1Yy0yLjk2IDAtNS44OC0uNjQtOC43Ni0xLjkzLTIuODktMS4yOS01LjUxLTMuMTItNy44OC01LjQ4cy00LjItNS01LjQ5LTcuODlDLjY0IDcuMzcgMCA0LjQ1IDAgMS40OSAwIDEuMDYuMTQuNzEuNDMuNDNTMS4wNyAwIDEuNDkgMGg1Ljc1Yy4zMyAwIC42My4xMS44OS4zNHMuNDEuNDkuNDYuOGwuOTIgNC45N2MuMDUuMzguMDQuNy0uMDQuOTZzLS4yLjQ4LS4zOS42N2wtMi41OSAyLjYyYy0uNTIuNTItLjYgMS4zNC0uMiAxLjk2LjMyLjQ5LjY2Ljk3IDEuMDMgMS40NC42NS44MiAxLjM3IDEuNiAyLjE1IDIuMzYuNzMuNzMgMS41IDEuNDEgMi4zMSAyLjA0LjQ4LjM4Ljk4LjczIDEuNSAxLjA3LjYxLjQgMS40Mi4yOSAxLjkzLS4yM2wyLjQ2LTIuNDZjLjIxLS4yMS40OS0uMzcuODMtLjQ4cy42OC0uMTQgMS4wMS0uMDlsNC45Ljk5Yy4zMy4wOS42LjI3LjgyLjUxcy4zMi41My4zMi44M3Y1Ljc1YzAgLjQzLS4xNC43OC0uNDMgMS4wNnMtLjY0LjQzLTEuMDYuNDNabS0xOC0xOC44Yy4zNi0uMzYuNTItLjg3LjQzLTEuMzhsLS4yMy0xLjI2Yy0uMTMtLjc0LS43OC0xLjI4LTEuNTMtMS4yOGgtLjA0Yy0uOTggMC0xLjcxLjktMS41MyAxLjg2LjA2LjM0LjEzLjY4LjIxIDEuMDEuMDIuMTEuMDUuMjIuMDguMzMuMjkgMS4xNyAxLjc2IDEuNTYgMi42MS43MVptMTIuNjggMTIuNzJjLS44NC44NC0uNDcgMi4yOS42OCAyLjYuMTMuMDQuMjYuMDcuMzkuMS4zNi4wOS43My4xNyAxLjA5LjIzLjk0LjE3IDEuOC0uNTggMS44LTEuNTR2LS4wOGMwLS43NC0uNTItMS4zOC0xLjI1LTEuNTJMMjAuMTggMTljLS41MS0uMS0xLjA0LjA2LTEuNDEuNDJsLS4wNC4wNFoiLz4KPC9zdmc+")
}

.page-vehicle .section-data .data__btn__icon--print {
    width: 20px;
    height: 18px;
    -webkit-mask-image: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAxOCI+CiAgPHBhdGggZD0iTTE0IDVWMkg2djNINFYwaDEydjVoLTJaTTIgN2gxNkgyWm0xNCAyLjVjLjI4IDAgLjUyLS4xLjcxLS4yOXMuMjktLjQzLjI5LS43MS0uMS0uNTItLjI5LS43MS0uNDMtLjI5LS43MS0uMjktLjUyLjEtLjcxLjI5LS4yOS40My0uMjkuNzEuMS41Mi4yOS43MS40My4yOS43MS4yOVpNMTQgMTZ2LTRINnY0aDhabTIgMkg0di00SDBWOGMwLS44NS4yOS0xLjU2Ljg4LTIuMTRDMS40NiA1LjI4IDIuMTcgNSAzLjAxIDVoMTRjLjg1IDAgMS41Ni4yOSAyLjE0Ljg2cy44NiAxLjI5Ljg2IDIuMTR2NmgtNHY0Wm0yLTZWOGMwLS4yOC0uMS0uNTItLjI5LS43MVMxNy4yOCA3IDE3IDdIM2MtLjI4IDAtLjUyLjEtLjcxLjI5UzIgNy43MiAyIDh2NGgydi0yaDEydjJoMloiLz4KPC9zdmc+");
    mask-image: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAxOCI+CiAgPHBhdGggZD0iTTE0IDVWMkg2djNINFYwaDEydjVoLTJaTTIgN2gxNkgyWm0xNCAyLjVjLjI4IDAgLjUyLS4xLjcxLS4yOXMuMjktLjQzLjI5LS43MS0uMS0uNTItLjI5LS43MS0uNDMtLjI5LS43MS0uMjktLjUyLjEtLjcxLjI5LS4yOS40My0uMjkuNzEuMS41Mi4yOS43MS40My4yOS43MS4yOVpNMTQgMTZ2LTRINnY0aDhabTIgMkg0di00SDBWOGMwLS44NS4yOS0xLjU2Ljg4LTIuMTRDMS40NiA1LjI4IDIuMTcgNSAzLjAxIDVoMTRjLjg1IDAgMS41Ni4yOSAyLjE0Ljg2cy44NiAxLjI5Ljg2IDIuMTR2NmgtNHY0Wm0yLTZWOGMwLS4yOC0uMS0uNTItLjI5LS43MVMxNy4yOCA3IDE3IDdIM2MtLjI4IDAtLjUyLjEtLjcxLjI5UzIgNy43MiAyIDh2NGgydi0yaDEydjJoMloiLz4KPC9zdmc+");
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.page-vehicle .section-data .data__btn__main {
    font-size: 2.8rem;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    letter-spacing: .02em;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

@media only screen and (max-width: 768px) {
    .page-vehicle .section-data .data__btn__main {
        font-size: 2.5rem
    }
}

.page-vehicle .section-data .data__btn__info {
    color: #000;
    font-size: 1.2rem;
    letter-spacing: .06em;
    line-height: 1;
    font-weight: 400
}

@media only screen and (max-width: 768px) {
    .page-vehicle .section-data .data__btn__info {
        font-size: 1rem
    }
}

.page-vehicle .section-other {
    position: relative;
    z-index: 0
}

@media print {
    .page-vehicle .section-other {
        display: none
    }
}

.page-vehicle .section-other .bg {
    position: absolute;
    inset: 0
}

.page-vehicle .section-other .bg .bg-top {
    position: absolute;
    z-index: -1;
    top: -280px;
    left: 0;
    width: 100%
}

@media only screen and (max-width: 768px) {
    .page-vehicle .section-other .bg .bg-top {
        top: -48px
    }
}

.page-vehicle .section-other .bg .bg-bottom {
    position: absolute;
    z-index: -1;
    bottom: -80px;
    right: 0
}

@media only screen and (max-width: 768px) {
    .page-vehicle .section-other .bg .bg-bottom {
        width: 234px;
        bottom: -70px
    }
}

.page-vehicle .section-other .section-content {
    position: relative;
    z-index: 0;
    padding: 140px 0 0
}

@media only screen and (max-width: 768px) {
    .page-vehicle .section-other .section-content {
        padding: 75px 0 0
    }
}

.page-vehicle .section-other .headline {
    margin-inline: max(3rem, ((100% - 1160px) / 2));
    margin-bottom: 80px
}

@media only screen and (max-width: 768px) {
    .page-vehicle .section-other .headline {
        gap: 10px;
        margin-bottom: 32px
    }
}

@media only screen and (max-width: 768px) {
    .page-vehicle .section-other .headline__caption {
        font-size: 3.8rem
    }
}

@media only screen and (max-width: 768px) {
    .page-vehicle .section-other .headline__title {
        font-size: 1.4rem
    }
}

.page-vehicle .section-other .content {
    margin-inline: max(3rem, ((100% - 1160px) / 2))
}

.page-vehicle .section-other .other__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    font-weight: 600;
    font-size: 2.6rem;
    margin-bottom: 56px
}

@media only screen and (max-width: 768px) {
    .page-vehicle .section-other .other__title {
        font-size: 1.8rem
    }
}

.page-vehicle .section-other .other__title::after {
    content: "";
    display: block;
    width: 58px;
    height: 2px;
    background-color: #65bf97;
    margin-top: 35px
}

@media only screen and (max-width: 768px) {
    .page-vehicle .section-other .other__title::after {
        margin-top: 16px
    }
}

.page-vehicle .section-other .other__btn {
    position: relative;
    font-size: 2.2rem;
    letter-spacing: .06em;
    font-weight: 600;
    background-color: #000;
    color: #fff;
    height: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 384px;
    margin: 110px auto
}

@media only screen and (max-width: 768px) {
    .page-vehicle .section-other .other__btn {
        margin-top: 70px
    }
}

.page-vehicle .section-other .other__btn::before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #65bf97;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-image: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMi4xNSAxMy44Ij4KICA8cGF0aCBmaWxsPSIjMDAwIiBkPSJtMCAxMy44IDcuNTMtNi45TDAgMGg0LjYybDcuNTMgNi45LTcuNTMgNi45SDB6Ii8+Cjwvc3ZnPg==");
    mask-image: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMi4xNSAxMy44Ij4KICA8cGF0aCBmaWxsPSIjMDAwIiBkPSJtMCAxMy44IDcuNTMtNi45TDAgMGg0LjYybDcuNTMgNi45LTcuNTMgNi45SDB6Ii8+Cjwvc3ZnPg==")
}

@media print {

    .page-vehicle.single .site-header,
    .page-vehicle.single .section-other,
    .page-vehicle.single .section-search,
    .page-vehicle.single .footer {
        display: none
    }
}

@media only screen and (min-width: 769px) {
    .search__conditions {
        margin-bottom: 60px;
        margin-top: -60px;
        font-size: 20px
    }
}

@media only screen and (max-width: 768px) {
    .search__conditions {
        margin-bottom: 30px
    }
}

.search__conditions__title {
    color: #005f46;
    font-weight: bold;
    display: block
}

@media only screen and (min-width: 769px) {
    .search__conditions__title {
        font-size: 24px;
        margin-bottom: 10px
    }
}

@media only screen and (max-width: 768px) {
    .search__conditions__title {
        margin-bottom: 10px;
        font-size: 18px
    }
}

@media only screen and (min-width: 769px) {
    .search__conditions__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.search__conditions__item {
    display: block
}

@media only screen and (min-width: 769px) {
    .search__conditions__item {
        line-height: 1
    }
}

@media only screen and (min-width: 769px) {
    .search__conditions__item:not(:last-child) {
        padding-right: 30px;
        margin-right: 30px;
        border-right: 1px solid #ccc
    }
}

.page-favorite .pagination a.page-numbers:not(.prev, .next),
.page-favorite .pagination span.page-numbers:not(.prev, .next),
.page-favorite .post-nav-links a.page-numbers:not(.prev, .next),
.page-favorite .post-nav-links span.page-numbers:not(.prev, .next) {
    position: relative;
    font-size: 2rem;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    padding: 0 0 9px;
    min-height: 25px;
    width: 26px;
    -webkit-transition: .3s;
    transition: .3s;
    font-family: "Barlow", sans-serif
}

@media only screen and (max-width: 768px) {

    .page-favorite .pagination a.page-numbers:not(.prev, .next),
    .page-favorite .pagination span.page-numbers:not(.prev, .next),
    .page-favorite .post-nav-links a.page-numbers:not(.prev, .next),
    .page-favorite .post-nav-links span.page-numbers:not(.prev, .next) {
        width: 26px
    }
}

.page-favorite .pagination a.page-numbers:not(.prev, .next)::before,
.page-favorite .pagination a.page-numbers:not(.prev, .next)::after,
.page-favorite .pagination span.page-numbers:not(.prev, .next)::before,
.page-favorite .pagination span.page-numbers:not(.prev, .next)::after,
.page-favorite .post-nav-links a.page-numbers:not(.prev, .next)::before,
.page-favorite .post-nav-links a.page-numbers:not(.prev, .next)::after,
.page-favorite .post-nav-links span.page-numbers:not(.prev, .next)::before,
.page-favorite .post-nav-links span.page-numbers:not(.prev, .next)::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    -webkit-transform-origin: right;
    transform-origin: right
}

.page-favorite .pagination a.page-numbers:not(.prev, .next)::before,
.page-favorite .pagination span.page-numbers:not(.prev, .next)::before,
.page-favorite .post-nav-links a.page-numbers:not(.prev, .next)::before,
.page-favorite .post-nav-links span.page-numbers:not(.prev, .next)::before {
    background-color: #e6e6e6
}

.page-favorite .pagination a.page-numbers:not(.prev, .next)::after,
.page-favorite .pagination span.page-numbers:not(.prev, .next)::after,
.page-favorite .post-nav-links a.page-numbers:not(.prev, .next)::after,
.page-favorite .post-nav-links span.page-numbers:not(.prev, .next)::after {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    background-color: #005f46
}

.page-favorite .pagination a.page-numbers:not(.prev, .next):not(.current),
.page-favorite .pagination span.page-numbers:not(.prev, .next):not(.current),
.page-favorite .post-nav-links a.page-numbers:not(.prev, .next):not(.current),
.page-favorite .post-nav-links span.page-numbers:not(.prev, .next):not(.current) {
    color: #5b5873
}

.page-favorite .pagination a.page-numbers:not(.prev, .next).current,
.page-favorite .pagination a.page-numbers:not(.prev, .next):hover,
.page-favorite .pagination span.page-numbers:not(.prev, .next).current,
.page-favorite .pagination span.page-numbers:not(.prev, .next):hover,
.page-favorite .post-nav-links a.page-numbers:not(.prev, .next).current,
.page-favorite .post-nav-links a.page-numbers:not(.prev, .next):hover,
.page-favorite .post-nav-links span.page-numbers:not(.prev, .next).current,
.page-favorite .post-nav-links span.page-numbers:not(.prev, .next):hover {
    color: #005f46
}

.page-favorite .pagination a.page-numbers:not(.prev, .next).current::after,
.page-favorite .pagination a.page-numbers:not(.prev, .next):hover::after,
.page-favorite .pagination span.page-numbers:not(.prev, .next).current::after,
.page-favorite .pagination span.page-numbers:not(.prev, .next):hover::after,
.page-favorite .post-nav-links a.page-numbers:not(.prev, .next).current::after,
.page-favorite .post-nav-links a.page-numbers:not(.prev, .next):hover::after,
.page-favorite .post-nav-links span.page-numbers:not(.prev, .next).current::after,
.page-favorite .post-nav-links span.page-numbers:not(.prev, .next):hover::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left;
    transform-origin: left
}

.page-favorite .pagination a.page-numbers.prev,
.page-favorite .pagination a.page-numbers.next,
.page-favorite .pagination span.page-numbers.prev,
.page-favorite .pagination span.page-numbers.next,
.page-favorite .post-nav-links a.page-numbers.prev,
.page-favorite .post-nav-links a.page-numbers.next,
.page-favorite .post-nav-links span.page-numbers.prev,
.page-favorite .post-nav-links span.page-numbers.next {
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 11px;
    color: #e6e6e6;
    margin-bottom: -0.5lh;
    -webkit-transition: .3s;
    transition: .3s
}

.page-favorite .pagination a.page-numbers.prev:hover,
.page-favorite .pagination a.page-numbers.prev.is-active,
.page-favorite .pagination a.page-numbers.next:hover,
.page-favorite .pagination a.page-numbers.next.is-active,
.page-favorite .pagination span.page-numbers.prev:hover,
.page-favorite .pagination span.page-numbers.prev.is-active,
.page-favorite .pagination span.page-numbers.next:hover,
.page-favorite .pagination span.page-numbers.next.is-active,
.page-favorite .post-nav-links a.page-numbers.prev:hover,
.page-favorite .post-nav-links a.page-numbers.prev.is-active,
.page-favorite .post-nav-links a.page-numbers.next:hover,
.page-favorite .post-nav-links a.page-numbers.next.is-active,
.page-favorite .post-nav-links span.page-numbers.prev:hover,
.page-favorite .post-nav-links span.page-numbers.prev.is-active,
.page-favorite .post-nav-links span.page-numbers.next:hover,
.page-favorite .post-nav-links span.page-numbers.next.is-active {
    color: #005f46
}

.page-favorite .pagination a.page-numbers.prev::after,
.page-favorite .pagination a.page-numbers.next::after,
.page-favorite .pagination span.page-numbers.prev::after,
.page-favorite .pagination span.page-numbers.next::after,
.page-favorite .post-nav-links a.page-numbers.prev::after,
.page-favorite .post-nav-links a.page-numbers.next::after,
.page-favorite .post-nav-links span.page-numbers.prev::after,
.page-favorite .post-nav-links span.page-numbers.next::after {
    content: "";
    width: 18px;
    height: 1lh;
    display: inline-block;
    vertical-align: bottom;
    background-color: currentColor;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-image: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxOC44MSAyMS4zNyI+CiAgPHBhdGggZmlsbD0iIzAwMCIgZD0ibTAgMjEuMzcgMTEuNjYtMTAuNjlMMCAwaDcuMTVsMTEuNjYgMTAuNjhMNy4xNSAyMS4zN0gweiIvPgo8L3N2Zz4=");
    mask-image: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxOC44MSAyMS4zNyI+CiAgPHBhdGggZmlsbD0iIzAwMCIgZD0ibTAgMjEuMzcgMTEuNjYtMTAuNjlMMCAwaDcuMTVsMTEuNjYgMTAuNjhMNy4xNSAyMS4zN0gweiIvPgo8L3N2Zz4=")
}

.page-favorite .pagination a.page-numbers.prev,
.page-favorite .pagination span.page-numbers.prev,
.page-favorite .post-nav-links a.page-numbers.prev,
.page-favorite .post-nav-links span.page-numbers.prev {
    margin-right: 22px
}

.page-favorite .pagination a.page-numbers.prev::after,
.page-favorite .pagination span.page-numbers.prev::after,
.page-favorite .post-nav-links a.page-numbers.prev::after,
.page-favorite .post-nav-links span.page-numbers.prev::after {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.page-favorite .pagination a.page-numbers.next,
.page-favorite .pagination span.page-numbers.next,
.page-favorite .post-nav-links a.page-numbers.next,
.page-favorite .post-nav-links span.page-numbers.next {
    margin-left: 22px
}

.page-favorite .pagination ul.page-numbers {
    word-break: keep-all;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 9px
}

@media only screen and (max-width: 768px) {
    .page-favorite .pagination ul.page-numbers {
        gap: 6px
    }
}

.page-favorite .pagination .sr {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important
}

.page-favorite .post-nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 40px 0;
    gap: 16px
}

@media only screen and (min-width: 769px) {
    .page-favorite .section-favorite {
        margin-top: 140px;
        margin-bottom: 175px
    }
}

.page-contact .address__lead {
    font-weight: 600
}

@media only screen and (min-width: 769px) {
    .page-contact .address__lead {
        font-size: 18px
    }
}

@media only screen and (max-width: 768px) {
    .page-contact .address__lead {
        font-size: 14px
    }
}

.page-contact .address-outer {
    background-color: #ecf2f2;
    text-align: center;
    position: relative
}

@media only screen and (min-width: 769px) {
    .page-contact .address-outer {
        margin-top: 90px;
        padding: 36px 0 30px
    }
}

@media only screen and (max-width: 768px) {
    .page-contact .address-outer {
        margin-top: 35px;
        padding: 35px 0
    }
}

.page-contact .address__head {
    font-weight: 700;
    color: #005f46;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

@media only screen and (min-width: 769px) {
    .page-contact .address__head {
        top: -22px;
        font-size: 22px
    }
}

@media only screen and (max-width: 768px) {
    .page-contact .address__head {
        top: -16px
    }
}

.page-contact .address-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px
}

@media only screen and (max-width: 768px) {
    .page-contact .address-inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 5px
    }
}

.page-contact .address__tel {
    font-weight: 700;
    font-family: "Barlow", sans-serif;
    line-height: 1;
    color: #005f46;
    letter-spacing: 0
}

@media only screen and (min-width: 769px) {
    .page-contact .address__tel {
        font-size: 52px
    }
}

@media only screen and (max-width: 768px) {
    .page-contact .address__tel {
        font-size: 36px
    }
}

.page-contact .address-time {
    text-align: left;
    line-height: 1.25;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width: 768px) {
    .page-contact .address-time {
        font-size: 12px
    }
}

.page-contact .address-img {
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width: 768px) {
    .page-contact .address-img img {
        width: 24px;
        height: 24px
    }
}

@media only screen and (min-width: 769px) {
    .page-contact .address__text {
        font-size: 14px;
        margin-top: 5px
    }
}

@media only screen and (max-width: 768px) {
    .page-contact .address__text {
        font-size: 12px;
        margin-top: 20px;
        line-height: 1.5
    }
}

.page-contact .car__title {
    font-weight: 600;
    background-color: #005f46;
    color: #fff
}

@media only screen and (min-width: 769px) {
    .page-contact .car__title {
        font-size: 20px;
        padding: 22px 35px
    }
}

@media only screen and (max-width: 768px) {
    .page-contact .car__title {
        font-size: 18px;
        padding: 11px 20px
    }
}

.page-contact .car-outer {
    background-color: #ecf2f2
}

@media only screen and (min-width: 769px) {
    .page-contact .car-outer {
        padding: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 50px
    }
}

@media only screen and (max-width: 768px) {
    .page-contact .car-outer {
        padding: 20px 20px 40px
    }
}

@media only screen and (min-width: 769px) {
    .page-contact .car-img {
        width: 386px
    }
}

@media only screen and (max-width: 768px) {
    .page-contact .car-img {
        width: 100%;
        max-width: 350px;
        margin-inline: auto
    }
}

@media only screen and (min-width: 769px) {
    .page-contact .car-inner {
        padding-top: 10px
    }
}

@media only screen and (max-width: 768px) {
    .page-contact .car-inner {
        max-width: 350px;
        margin-inline: auto
    }
}

.page-contact .car__kind {
    font-weight: 700
}

@media only screen and (min-width: 769px) {
    .page-contact .car__kind {
        font-size: 20px
    }
}

@media only screen and (max-width: 768px) {
    .page-contact .car__kind {
        margin-top: 27px
    }
}

.page-contact .car__deco {
    width: 55px;
    height: 2px;
    background-color: #65bf97
}

@media only screen and (min-width: 769px) {
    .page-contact .car__deco {
        margin-top: 20px
    }
}

@media only screen and (max-width: 768px) {
    .page-contact .car__deco {
        margin-top: 15px
    }
}

.page-contact .car-def {
    line-height: 2.125
}

@media only screen and (min-width: 769px) {
    .page-contact .car-def {
        margin-top: 25px
    }
}

@media only screen and (max-width: 768px) {
    .page-contact .car-def {
        margin-top: 16px;
        font-size: 12px
    }
}

.page-contact .car-def-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.page-contact .car-def__tit {
    color: #005f46
}

@media only screen and (min-width: 769px) {
    .page-contact .car-def__tit {
        min-width: 135px
    }
}

@media only screen and (max-width: 768px) {
    .page-contact .car-def__tit {
        min-width: 100px
    }
}

@media only screen and (min-width: 769px) {
    .page-contact .section-form {
        margin-top: 120px
    }
}

@media only screen and (max-width: 768px) {
    .page-contact .section-form {
        margin-top: 30px
    }
}

@media only screen and (min-width: 769px) {
    .page-contact .section-form .form {
        margin-top: 45px
    }
}

@media only screen and (max-width: 768px) {
    .page-contact .section-form .form {
        margin-top: 25px
    }
}

@media only screen and (min-width: 769px) {
    .page-contact .section-form {
        padding-bottom: 130px
    }
}

@media only screen and (max-width: 768px) {
    .page-contact .section-form {
        padding-bottom: 40px
    }
}

@media only screen and (max-width: 768px) {
    .page-contact .section-form .row {
        padding: 32px
    }
}

.page-contact .section-form .form-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.page-contact .section-form .form-block:not(:last-child) {
    border-bottom: 1px solid #e6e6e6
}

@media only screen and (min-width: 769px) {
    .page-contact .section-form .form-block {
        padding: 36px 19px 36px 0
    }
}

@media only screen and (max-width: 768px) {
    .page-contact .section-form .form-block {
        padding: 24px 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 8px
    }
}

.page-contact .section-form .form-block__title {
    width: 290px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (min-width: 769px) {
    .page-contact .section-form .form-block__title.top {
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        padding-top: 14px
    }
}

.page-contact .section-form .form-block__title.required {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px
}

.page-contact .section-form .form-block__title.required::after {
    content: "必須";
    display: inline-block;
    font-size: 1.4rem;
    color: #ff3264
}

@media only screen and (min-width: 769px) {
    .page-contact .section-form .form-block__title.required::after {
        padding-top: 4px
    }
}

.page-contact .section-form .form-block-field {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.page-contact .section-form .form-block-field.tel,
.page-contact .section-form .form-block-field.postCode {
    -webkit-box-flex: inherit;
    -ms-flex-positive: inherit;
    flex-grow: inherit
}

@media only screen and (min-width: 769px) {

    .page-contact .section-form .form-block-field.tel .form-block-input,
    .page-contact .section-form .form-block-field.postCode .form-block-input {
        max-width: 160px;
        width: 100%
    }
}

@media only screen and (max-width: 768px) {
    .page-contact .section-form .form-block-field.postCode {
        max-width: 180px
    }

    .page-contact .section-form .form-block-field.postCode .form-block-input {
        max-width: 77px;
        width: 100%
    }
}

.page-contact .section-form .form-block-field.prefectures .form-block-input {
    max-width: 352px;
    width: 100%;
    position: relative
}

.page-contact .section-form .form-block-field.prefectures .form-block-input,
.page-contact .section-form .form-block-field.shape .form-block-input {
    position: relative
}

.page-contact .section-form .form-block-field.prefectures .form-block-input::before,
.page-contact .section-form .form-block-field.shape .form-block-input::before {
    content: "";
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
    background-image: url(../img/contact/arrow.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 12px;
    height: 11px
}

.page-contact .section-form .form-block-field.grid2 {
    display: grid;
    gap: 32px;
    grid-template-columns: 1fr 1fr
}

@media only screen and (max-width: 768px) {
    .page-contact .section-form .form-block-field.grid2 {
        gap: 10px
    }
}

.page-contact .section-form .form-block-field.grid3 {
    display: grid;
    gap: 32px;
    grid-template-columns: 1fr 1fr 1fr
}

@media only screen and (max-width: 768px) {
    .page-contact .section-form .form-block-field.grid3 {
        gap: 18px
    }
}

.page-contact .section-form .form-block-field.hyphen .form-block-input:not(:first-child) {
    position: relative
}

.page-contact .section-form .form-block-field.hyphen .form-block-input:not(:first-child)::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: -24px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 16px;
    height: 1px;
    background-color: #000
}

@media only screen and (max-width: 768px) {
    .page-contact .section-form .form-block-field.hyphen .form-block-input:not(:first-child)::before {
        width: 7px;
        left: -13px
    }
}

.page-contact .section-form .form-block-outer {
    display: grid;
    border-bottom: 1px solid #e6e6e6
}

@media only screen and (min-width: 769px) {
    .page-contact .section-form .form-block-outer {
        padding: 54px 19px 54px 0;
        grid-template-columns: 145px 1fr
    }
}

@media only screen and (max-width: 768px) {
    .page-contact .section-form .form-block-outer {
        padding: 26px 0
    }
}

@media only screen and (min-width: 769px) {
    .page-contact .section-form .form-block-outer__head {
        padding-top: 18px
    }
}

@media only screen and (max-width: 768px) {
    .page-contact .section-form .form-block-outer__head {
        margin-bottom: 18px
    }
}

.page-contact .section-form .form-block-outer .form-block {
    border-bottom: none;
    padding: 0
}

@media only screen and (min-width: 769px) {
    .page-contact .section-form .form-block-outer .form-block+.form-block {
        margin-top: 20px
    }
}

@media only screen and (max-width: 768px) {
    .page-contact .section-form .form-block-outer .form-block+.form-block {
        margin-top: 10px
    }
}

.page-contact .section-form .form-block-outer .form-block__title {
    width: 145px
}

@media only screen and (max-width: 768px) {
    .page-contact .section-form .form-block-outer .form-block__title {
        font-size: 14px
    }
}

.page-contact .section-form .form-block-3col {
    display: grid
}

@media only screen and (min-width: 769px) {
    .page-contact .section-form .form-block-3col {
        gap: 36px;
        grid-template-columns: 1fr 1fr 1fr
    }
}

@media only screen and (max-width: 768px) {
    .page-contact .section-form .form-block-3col {
        gap: 10px
    }
}

.page-contact .section-form .form-block-3col .form-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px
}

@media only screen and (min-width: 769px) {
    .page-contact .section-form .form-block-3col .form-block {
        border-bottom: none
    }
}

@media only screen and (max-width: 768px) {
    .page-contact .section-form .form-block-3col .form-block {
        padding: 12px 0 24px
    }
}

.page-contact .section-form .form-block-3col .form-block__title {
    width: 100%
}

@media only screen and (min-width: 769px) {
    .page-contact .section-form .form-block-3col .form-block-input {
        width: 100%;
        max-width: 289px
    }
}

.page-contact .section-form .form-block-input input[type=text],
.page-contact .section-form .form-block-input input[type=tel],
.page-contact .section-form .form-block-input input[type=email],
.page-contact .section-form .form-block-input select,
.page-contact .section-form .form-block-input textarea {
    background-color: #f2f6f8;
    width: 100%;
    border-radius: 4px;
    padding: 18px;
    border: none
}

@media only screen and (max-width: 768px) {

    .page-contact .section-form .form-block-input input[type=text],
    .page-contact .section-form .form-block-input input[type=tel],
    .page-contact .section-form .form-block-input input[type=email],
    .page-contact .section-form .form-block-input select,
    .page-contact .section-form .form-block-input textarea {
        border-radius: 2px;
        padding: 12px;
        font-size: 12px
    }
}

@media only screen and (min-width: 769px) {
    .page-contact .section-form .form-block-input textarea {
        height: 260px
    }
}

@media only screen and (max-width: 768px) {
    .page-contact .section-form .form-block-input textarea {
        height: 133px
    }
}

.page-contact .section-form .form-block-input select.is-empty {
    color: #949494
}

.page-contact .section-form .agree {
    text-align: center;
    padding-left: 44px
}

@media only screen and (min-width: 769px) {
    .page-contact .section-form .agree {
        margin-top: 40px
    }
}

@media only screen and (max-width: 768px) {
    .page-contact .section-form .agree {
        margin-top: 25px
    }
}

.page-contact .section-form .agree-check input[type=checkbox] {
    display: block;
    opacity: 0;
    width: 0;
    height: 0
}

.page-contact .section-form .agree-check input[type=checkbox]+label {
    position: relative;
    cursor: pointer
}

.page-contact .section-form .agree-check input[type=checkbox]+label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 32px;
    height: 32px;
    border: 1px solid #ccddd6;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -44px;
    -webkit-transition: 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95)
}

.page-contact .section-form .agree-check input[type=checkbox]+label::after {
    position: absolute;
    content: "";
    display: inline-block;
    -webkit-transition: 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    border-bottom: 4px solid #fff;
    border-left: 4px solid #fff;
    width: 1.4em;
    height: .6em;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    top: 40%;
    left: -39px;
    opacity: 0
}

.page-contact .section-form .agree-check a {
    border-bottom: 2px solid #000;
    position: relative;
    cursor: pointer;
    -webkit-transition: 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95)
}

@media(any-hover: hover) {
    .page-contact .section-form .agree-check a:hover {
        border-color: rgba(0, 0, 0, 0)
    }
}

.page-contact .section-form .agree-check input[type=checkbox]:checked+label::before {
    content: "";
    display: inline-block;
    background-color: #ccddd6
}

.page-contact .section-form .agree-check input[type=checkbox]:checked+label::after {
    opacity: 1
}

.page-contact .section-form .agree-check span {
    display: inline-block;
    vertical-align: super;
    margin: 0 .25em
}

.page-contact .section-form .btn {
    color: #fff;
    background-color: #000;
    font-weight: 600;
    display: block;
    margin: auto;
    -webkit-transition: 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    cursor: pointer;
    position: relative;
    width: 100%
}

.page-contact .section-form .btn.disabled {
    pointer-events: none;
    opacity: .5
}

@media(hover: hover) {
    .page-contact .section-form .btn:hover {
        opacity: .7
    }
}

@media only screen and (min-width: 769px) {
    .page-contact .section-form .btn {
        max-width: 380px;
        padding: 18px;
        font-size: 22px;
        margin-top: 85px
    }
}

@media only screen and (max-width: 768px) {
    .page-contact .section-form .btn {
        font-size: 16px;
        max-width: 300px;
        padding: 13px;
        margin-top: 60px
    }
}

.page-contact .section-form .btn::before {
    content: "";
    display: inline-block;
    position: absolute;
    background-image: url(../img/contact/arrow.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 12px;
    height: 13px;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
    right: 20px;
    top: 50%
}

.page-contact .confirm__title {
    text-align: center;
    font-weight: 700
}

@media only screen and (min-width: 769px) {
    .page-contact .confirm__title {
        font-size: 30px
    }
}

@media only screen and (max-width: 768px) {
    .page-contact .confirm__title {
        font-size: 20px
    }
}

.page-contact .confirm__text {
    text-align: center;
    font-weight: 600
}

@media only screen and (max-width: 768px) {
    .page-contact .confirm__text {
        font-size: 14px
    }
}

.page-contact .confirm-table {
    width: 100%;
    table-layout: fixed
}

@media only screen and (max-width: 768px) {
    .page-contact .confirm-table {
        font-size: 13px
    }
}

.page-contact .confirm-tbody2 .confirm__tr:first-child .confirm__th {
    border-bottom: none;
    padding: 20px 4px 4px
}

.page-contact .confirm-tbody2 .confirm__tr:not(:first-child) .confirm__th {
    padding-left: 80px;
    font-weight: 500
}

@media only screen and (max-width: 768px) {
    .page-contact .confirm-tbody2 .confirm__tr:not(:first-child) .confirm__th {
        padding-left: 40px
    }
}

@media only screen and (max-width: 768px) {
    .page-contact .confirm-tbody2 .confirm__tr:not(:first-child) .confirm__td {
        padding-left: 40px
    }
}

.page-contact .confirm__tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width: 768px) {
    .page-contact .confirm__tr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .page-contact .confirm__tr+.confirm__tr {
        margin-top: 10px
    }
}

.page-contact .confirm__th,
.page-contact .confirm__td {
    text-align: left
}

@media only screen and (min-width: 769px) {

    .page-contact .confirm__th,
    .page-contact .confirm__td {
        padding: 20px 5px;
        border-bottom: 1px solid #e6e6e6
    }
}

@media only screen and (max-width: 768px) {

    .page-contact .confirm__th,
    .page-contact .confirm__td {
        padding: 4px
    }
}

.page-contact .confirm__th {
    width: 240px;
    vertical-align: top;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media only screen and (max-width: 768px) {
    .page-contact .confirm__th {
        width: 100%
    }
}

.page-contact .confirm__td {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

@media only screen and (max-width: 768px) {
    .page-contact .confirm__td {
        border-bottom: 1px solid #e6e6e6
    }
}

.page-contact .form .btn-wrap {
    display: grid
}

@media only screen and (min-width: 769px) {
    .page-contact .form .btn-wrap {
        margin-top: 60px;
        grid-template-columns: 1fr 1fr;
        gap: 30px
    }
}

@media only screen and (max-width: 768px) {
    .page-contact .form .btn-wrap {
        margin-top: 40px;
        gap: 20px
    }
}

.page-contact .form .btn-wrap .btn {
    margin-top: 0
}

.page-404 .headline {
    padding-top: 2rem
}

@media only screen and (max-width: 768px) {
    .page-404 .headline__title {
        font-size: 2.1rem !important
    }
}

.page-404 .headline__sub-title.en {
    color: #fff
}

.page-404 .link-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 2rem;
    margin-top: 4rem
}

.page-404 .link {
    background: #015f46;
    color: #fff;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 300px;
    max-width: 100%
}

.page-404 .link:hover {
    opacity: .8
}

.section-404 {
    text-align: center
}

@media only screen and (min-width: 769px) {
    .section-404 {
        padding: 8rem 0
    }
}

@media only screen and (max-width: 768px) {
    .section-404 {
        padding: 4rem 0
    }
}