@charset "UTF-8";
/*------------------------------------*\
    breakpoint vars
\*------------------------------------*/
/*------------------------------------*\
    breakpoint mixin
\*------------------------------------*/
/** Break desktop first**/
.container--xs {
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}

.order-list ul, .order-list, .bullet-list ul, ul.bullet-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

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

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

.container--xs {
    max-width: 740px;
}

.table-responsive {
    overflow-x: auto;
}

.table {
    width: 100%;
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
    font-weight: 500;
    color: #00443C;
    border-right: 1px solid #C8F0EB;
    border-bottom: 1px solid #C8F0EB;
    margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
    .table {
        font-size: 18px;
    }
}
.table tr th,
.table tr td {
    border-left: 1px solid #C8F0EB;
    border-top: 1px solid #C8F0EB;
    padding: 10px;
    min-width: 80px;
}
@media only screen and (min-width: 768px) {
    .table tr th,
    .table tr td {
        padding: 12px;
    }
}
.table tr th {
    background: var(--primary);
    color: var(--white);
}
.table small {
    font-size: 14px;
}
.table .cell-green {
    background: #ECF6F5;
    color: #3EA79E;
}
.table .cell-red {
    background: #FFEBF0;
}
.table .cell-heading {
    background: #6ED2C8;
    color: var(--white);
}
.table .cell-heading-green {
    background: #ECF6F5;
    color: #00443C;
    font-size: 16px;
}
.table .cell-heading-red {
    background: #FFC8D2;
    color: #DC2350;
    font-size: 16px;
}

.btn-arrow--second {
    transition: all 0.3s;
    color: var(--white);
    padding: 12px 42px 12px 20px;
    text-align: center;
    font-weight: 700;
    display: inline-flex;
    outline: none !important;
    border-radius: 100px;
    text-transform: uppercase;
    border: 0;
    font-weight: 500;
    gap: 6px;
    align-items: center;
    font-size: 16px;
    min-height: 52px;
    background: url("../images/arrow-circle.svg") no-repeat calc(100% - 10px) 50%/26px #00443C;
    justify-content: flex-start;
}
@media only screen and (min-width: 768px) {
    .btn-arrow--second {
        min-height: 60px;
    }
}
.btn-arrow--second svg {
    max-height: 20px;
}
.btn-arrow--second:hover {
    opacity: 0.8;
    color: var(--white);
}

.section-heading h3 {
    font-weight: 500;
    color: #00443C;
    line-height: 1.2;
    margin: 10px 0;
    font-size: 24px;
}
@media only screen and (min-width: 768px) {
    .section-heading h3 {
        font-size: 32px;
    }
}
@media only screen and (min-width: 992px) {
    .section-heading h3 {
        font-size: 36px;
    }
}

.overflow-hidden {
    overflow: hidden;
}

.case-study__list .swiper-wrapper {
    height: auto;
}

.swiper .swiper-pagination {
    display: flex;
    justify-content: center;
    gap: 10px 14px;
}
.swiper .swiper-pagination span {
    margin: 0 !important;
    background: #ECF6F5;
    width: 14px;
    height: 14px;
    opacity: 1;
}
.swiper .swiper-pagination span.swiper-pagination-bullet-active {
    background: var(--primary);
}

.section--sm {
    padding-block: 50px;
}
@media only screen and (min-width: 768px) {
    .section--sm {
        padding-block: 60px;
    }
}

.spacing {
    height: 40px;
}
@media only screen and (min-width: 768px) {
    .spacing {
        height: 60px;
    }
}
.spacing--xxs {
    height: 5px;
}
@media only screen and (min-width: 768px) {
    .spacing--xxs {
        height: 10px;
    }
}
.spacing--xs {
    height: 10px;
}
@media only screen and (min-width: 768px) {
    .spacing--xs {
        height: 20px;
    }
}
.spacing--lg {
    height: 60px;
}
@media only screen and (min-width: 768px) {
    .spacing--lg {
        height: 80px;
    }
}

.page-banner {
    overflow: hidden;
    padding-bottom: 60px;
}
@media only screen and (min-width: 768px) {
    .page-banner {
        padding-bottom: 80px;
    }
}
.page-banner .container {
    position: relative;
    z-index: 1;
}
.page-banner .container::before {
    content: "";
    width: calc(100% - 20px);
    background: #ECF6F5;
    height: calc(100% + 60px);
    position: absolute;
    top: 0;
    right: 20px;
    z-index: -2;
    border-radius: 0 0 40px 0;
}
@media only screen and (min-width: 768px) {
    .page-banner .container::before {
        height: calc(100% + 80px);
    }
}
@media only screen and (min-width: 1040px) {
    .page-banner .container::before {
        width: calc(50vw + 500px);
    }
}
.page-banner picture {
    position: absolute;
    z-index: -1;
    left: 20px;
    top: 0;
    height: 100%;
    width: calc(100% - 20px);
}
@media only screen and (min-width: 1040px) {
    .page-banner picture {
        width: calc(50vw + 500px);
    }
}
.page-banner picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 0 0 40px;
}
.page-banner__inner {
    display: flex;
    flex-direction: column;
    gap: 6px;
    color: var(--white);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    justify-content: flex-end;
    padding: 40px;
    min-height: 300px;
}
@media only screen and (min-width: 768px) {
    .page-banner__inner {
        min-height: 380px;
    }
}
.page-banner__inner h1 {
    margin: 0;
    color: var(--white);
    /*font-size: 36px;*/
    font-size: min(36px, 8.2vw);
    line-height: 1.2;
    font-weight: 500;
}
@media only screen and (min-width: 768px) {
    .page-banner__inner h1 {
        font-size: 42px;
    }
}
@media only screen and (min-width: 992px) {
    .page-banner__inner h1 {
        font-size: 56px;
    }
}
.page-banner__inner p {
    margin: 0;
}

.page-content {
    font-size: 16px;
    line-height: 1.5;
    color: #595857;
    font-weight: 500;
    letter-spacing: 0.2em;
}
@media only screen and (min-width: 768px) {
    .page-content {
        font-size: 18px;
        line-height: 1.4;
    }
}
.page-content p {
    margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
    .page-content p {
        margin-bottom: 26px;
    }
}

.text-base {
    font-size: 16px;
    line-height: 1.5;
    color: #595857;
    font-weight: 500;
    letter-spacing: 0.2em;
}
@media only screen and (min-width: 768px) {
    .text-base {
        font-size: 18px;
        line-height: 1.4;
    }
}

.h2 {
    font-size: 26px;
    margin-bottom: 10px;
    margin: 20px 0 10px;
}
@media only screen and (min-width: 768px) {
    .h2 {
        font-size: 36px;
    }
}

.h3 {
    font-size: 22px;
    margin: 20px 0 10px;
}
@media only screen and (min-width: 768px) {
    .h3 {
        font-size: 32px;
    }
}

.h4 {
    font-size: 20px;
    margin: 20px 0 10px;
}
@media only screen and (min-width: 768px) {
    .h4 {
        font-size: 26px;
    }
}

.h5 {
    font-size: 18px;
    margin: 20px 0 10px;
}
@media only screen and (min-width: 768px) {
    .h5 {
        font-size: 24px;
    }
}

.h6 {
    font-size: 16px;
    margin: 20px 0 10px;
}
@media only screen and (min-width: 768px) {
    .h6 {
        font-size: 22px;
    }
}

.heading-bg {
    background: #ECF6F5;
    font-weight: 500;
    border-left: 4px solid #3EA79E;
    letter-spacing: 0.06em;
    padding: 15px 20px;
    color: #00443C;
}
@media only screen and (min-width: 768px) {
    .heading-bg {
        border-left-width: 8px;
        padding: 17px 30px;
    }
}

.heading-border {
    font-weight: 500;
    border-bottom: 3px solid #ECF6F5;
    letter-spacing: 0.06em;
    margin: 30px 0 15px;
    position: relative;
    color: #00443C;
}
@media only screen and (min-width: 768px) {
    .heading-border {
        border-bottom-width: 6px;
        margin: 40px 0 20px;
    }
}
.heading-border span {
    padding-bottom: 5px;
    display: inline-block;
    position: relative;
}
.heading-border span::before {
    content: "";
    height: 3px;
    background: #3EA79E;
    width: 100%;
    position: absolute;
    bottom: -3px;
    left: 0;
}
@media only screen and (min-width: 768px) {
    .heading-border span::before {
        height: 6px;
        bottom: -6px;
    }
}

.heading-line {
    font-weight: 500;
    letter-spacing: 0.06em;
    margin: 30px 0 15px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #00443C;
}
@media only screen and (min-width: 768px) {
    .heading-line {
        margin: 40px 0 60px;
    }
}
.heading-line::after {
    content: "";
    flex-basis: 0;
    flex-grow: 1;
    background: #3EA79E;
    min-width: 40px;
    height: 4px;
}

.heading-dot {
    font-weight: 500;
    letter-spacing: 0.06em;
    margin: 30px 0 20px;
    color: #00443C;
    display: flex;
    align-items: center;
    gap: 8px;
    letter-spacing: 1.6px;
}
@media only screen and (min-width: 768px) {
    .heading-dot {
        margin: 40px 0 26px;
    }
}
.heading-dot::before {
    content: "";
    width: 30px;
    height: 30px;
    border: 4px solid #3EA79E;
    min-width: 30px;
    border-radius: 50%;
}

.heading-first, .heading-first--center {
    font-weight: 500;
    letter-spacing: 0.06em;
    color: #00443C;
    position: relative;
    z-index: 1;
    padding-left: 20px;
    font-size: 30px;
    line-height: 1.2;
    margin: 0 0 40px;
}
@media only screen and (min-width: 768px) {
    .heading-first, .heading-first--center {
        font-size: 36px;
        padding-left: 25px;
        margin-bottom: 70px;
    }
}
.heading-first span, .heading-first--center span {
    position: relative;
    font-size: 36px;
    z-index: -1;
}
@media only screen and (min-width: 768px) {
    .heading-first span, .heading-first--center span {
        font-size: 46px;
    }
}
.heading-first span::before, .heading-first--center span::before {
    content: "";
    border: 4px solid #ECF6F5;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    border-radius: 50%;
    width: 80px;
    height: 80px;
}
@media only screen and (min-width: 768px) {
    .heading-first span::before, .heading-first--center span::before {
        width: 100px;
        height: 100px;
    }
}
.heading-first--center {
    text-align: center;
}

.list-icon {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.list-icon__item {
    width: 100%;
    background: var(--primary);
    color: var(--white);
    padding: 10px 20px 10px 84px;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    border-radius: 100px;
    min-height: 70px;
    display: flex;
    align-items: center;
    line-height: 1.3;
}
@media only screen and (min-width: 768px) {
    .list-icon__item {
        width: calc(50% - 10px);
    }
}
@media only screen and (min-width: 992px) {
    .list-icon__item {
        font-size: 26px;
        padding-left: 95px;
    }
}
.list-icon__item p {
    margin: 0;
}
.list-icon__item figure {
    width: 60px;
    height: 60px;
    background: var(--white);
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 4px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.list-icon__item figure img {
    max-width: 40px;
    max-height: 40px;
}

@media only screen and (min-width: 768px) {
    .faq--2 .faq__item {
        border-radius: 20px;
        padding: 18px 40px;
    }
}
@media only screen and (min-width: 768px) {
    .faq--2 .faq__item--heading h3 {
        font-size: 20px;
    }
}
.faq--2 .faq__item--heading h3::before
{
    display: none;
}
.faq--2 .faq__item--body {
    color: #787878;
    padding-left: 0;
}
.faq--2 .faq__item--body::before {
    display: none;
}

.list-step__item {
    background: var(--primary);
    color: var(--white);
    padding: 10px 10px 10px 100px;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    border-radius: 100px;
    min-height: 100px;
    display: flex;
    line-height: 1.3;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
}
@media only screen and (min-width: 992px) {
    .list-step__item {
        padding: 10px 20px 10px 120px;
    }
}
.list-step__item p {
    margin: 0;
}
.list-step__item figure {
    width: 80px;
    height: 80px;
    background: var(--white);
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.list-step__item figure img {
    max-width: 50px;
    max-height: 50px;
}
.list-step__item h3 {
    margin: 0;
    font-size: 22px;
    font-weight: 500;
    color: var(--white);
    line-height: 1.2;
}
@media only screen and (min-width: 768px) {
    .list-step__item h3 {
        font-size: 26px;
    }
}
.list-step__item + .list-step__item {
    margin-top: 20px;
}
.list-step__item + .list-step__item::before {
    content: "";
    position: absolute;
    left: calc(50% - 2px);
    background: var(--primary);
    width: 4px;
    height: 20px;
    bottom: 100%;
}

.voice-horizontal {
    padding: 0 20px 58px;
}
@media only screen and (min-width: 768px) {
    .voice-horizontal {
        width: 200%;
        transform: translateX(calc(-25% + 20px));
    }
}
@media only screen and (min-width: 1140px) {
    .voice-horizontal {
        width: 130%;
        transform: translateX(calc(-12% + 20px));
    }
}
.voice-horizontal .swiper-wrapper {
    height: auto;
}
.voice-horizontal__item {
    border-radius: 20px;
    background: #ECF6F5;
    padding: 24px;
}
@media only screen and (min-width: 768px) {
    .voice-horizontal__item {
        padding: 40px;
    }
}
.voice-horizontal__item--heading {
    display: flex;
    align-items: center;
    gap: 10px 20px;
    border-bottom: 2px solid var(--primary);
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.voice-horizontal__item--heading figure {
    width: 60px;
    height: 60px;
    min-width: 60px;
}
.voice-horizontal__item--heading figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
}
.voice-horizontal__item--heading h3 {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
    margin: 0;
    color: var(--black);
    letter-spacing: 0.2em;
}
.voice-horizontal__item--body {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 500;
    color: #595857;
}
.voice-horizontal__item--body p {
    margin: 0;
}
.voice-horizontal__item--box {
    background: var(--white);
    border-radius: 10px;
    margin-top: 20px;
}
.voice-horizontal__item--box h4 {
    color: var(--white);
    background: var(--primary);
    text-align: center;
    padding: 5px 20px;
    border-radius: 10px 10px 0 0;
    margin: 0;
    min-height: 43px;
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
    justify-content: center;
}
.voice-horizontal__item--box-inner {
    padding: 20px;
}

.bullet-list {
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: 0.2em;
    font-size: 16px;
    color: #595857;
    padding-left: 35px;
    margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
    .bullet-list {
        margin-bottom: 28px;
    }
}
.bullet-list > li {
    padding-left: 28px;
    position: relative;
    font-size: 14px;
    color: #00443C;
    letter-spacing: 1.6px;
}
.bullet-list > li+li{
    margin-top: 15px;
}
.bullet-list > li::before {
    content: "";
    border: 3px solid #ECF6F5;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 2px;
}
.bullet-list ul {
    font-size: 16px;
    color: #595857;
    list-style: decimal;
    padding-left: 28px;
    margin-top: 5px;
}

.order-list {
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: 0.2em;
    font-size: 16px;
    color: #595857;
    padding-left: 35px;
    margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
    .order-list {
        margin-bottom: 28px;
    }
    .bullet-list > li{
        font-size: 18px;
    }
}
.order-list > li {
    position: relative;
    font-size: 18px;
    color: #00443C;
}
.order-list > li::before {
    content: counter(list-item) "  ";
    color: #3EA79E;
    font-size: 20px;
}
@media only screen and (min-width: 768px) {
    .order-list > li::before {
        font-size: 26px;
    }
}
.order-list ul {
    font-size: 16px;
    color: #595857;
    list-style: decimal;
    padding-left: 56px;
    margin-top: 5px;
}

.row-content {
    margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
    .row-content {
        display: flex;
    }
}
@media only screen and (min-width: 768px) {
    .row-content figure {
        width: 240px;
    }
}
@media only screen and (min-width: 992px) {
    .row-content figure {
        width: 320px;
    }
}
.row-content figure img {
    width: 100%;
    border-radius: 20px 20px 0 0;
}
@media only screen and (min-width: 768px) {
    .row-content figure img {
        height: 100%;
        object-fit: cover;
        border-radius: 20px 0 0 20px;
    }
}
.row-content__body {
    background: #ECF6F5;
    border-radius: 0 0 20px 20px;
    padding: 30px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0.2em;
}
@media only screen and (min-width: 768px) {
    .row-content__body {
        width: calc(100% - 240px);
        border-radius: 0 20px 20px 0;
        padding: 40px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}
@media only screen and (min-width: 992px) {
    .row-content__body {
        width: calc(100% - 320px);
    }
}
.row-content__body h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.2em;
    color: #00443C;
    display: flex;
    gap: 10px;
    align-items: center;
    margin: 0 0 20px;
}
@media only screen and (min-width: 992px) {
    .row-content__body h3 {
        font-size: 26px;
    }
}
.row-content__body h3 span {
    font-size: 46px;
    color: var(--primary);
    white-space: nowrap;
}
@media only screen and (min-width: 992px) {
    .row-content__body h3 span {
        font-size: 66px;
    }
}
@media only screen and (min-width: 768px) {
    .row-content.reverse figure {
        order: 2;
    }
}
@media only screen and (min-width: 768px) {
    .row-content.reverse figure img {
        border-radius: 0 20px 20px 0;
    }
}
@media only screen and (min-width: 768px) {
    .row-content.reverse .row-content__body {
        border-radius: 20px 0 0 20px;
    }
}

.time-line {
    position: relative;
}
@media only screen and (min-width: 768px) {
    .time-line {
        padding-block: 50px;
    }
}
.time-line::before {
    content: "";
    width: 40px;
    background: #ECF6F5;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100px;
}
.time-line__item {
    background: var(--primary);
    color: var(--white);
    border-radius: 30px;
    margin-inline: 60px 0;
    position: relative;
    z-index: 1;
    padding: 10px 10px 40px 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    align-items: center;
    text-align: center;
}
@media only screen and (min-width: 768px) {
    .time-line__item {
        margin-inline: 90px;
        border-radius: 200px;
        display: flex;
        gap: 10px 16px;
        padding: 6px;
        text-align: left;
    }
}
.time-line__item + .time-line__item {
    margin-top: 55px;
}
@media only screen and (min-width: 768px) {
    .time-line__item + .time-line__item {
        margin-top: 80px;
    }
}
.time-line__item::before {
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    background: var(--primary);
    z-index: 1;
    left: -55px;
    top: 42px;
}
@media only screen and (min-width: 768px) {
    .time-line__item::before {
        left: -85px;
        top: 15px;
    }
}
.time-line__item::after {
    content: "";
    width: 70px;
    height: 4px;
    position: absolute;
    left: -40px;
    background: var(--primary);
    z-index: -1;
    top: 56px;
}
@media only screen and (min-width: 768px) {
    .time-line__item::after {
        top: 28px;
        left: -70px;
        width: 100px;
    }
}
.time-line__item h3 {
    font-size: 26px;
    font-weight: 500;
    line-height: 1.2;
    color: var(--primary);
    margin: 0 0 10px;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
    background: #ECF6F5;
    border-radius: 100px;
    text-align: center;
}
@media only screen and (min-width: 768px) {
    .time-line__item h3 {
        margin: 0;
        min-width: 142px;
        width: 142px;
    }
}
.time-line__item p {
    margin: 0;
}
.time-line__item .btn-arrow--second {
    position: absolute;
    bottom: -25px;
    border: 3px solid var(--white);
    min-height: 56px;
    min-width: 166px;
    padding: 8px 45px 8px 20px;
    border-radius: 100px 0 0 100px;
    right: -20px;
    border-right: 0;
}
@media only screen and (min-width: 768px) {
    .time-line__item .btn-arrow--second {
        border-radius: 200px;
        border-right: 3px;
        right: -90px;
    }
}
.time-line__item .btn-arrow--second:hover {
    opacity: 1;
}

.contact-box a {
    display: flex;
    flex-direction: column;
    background: url("../images/contact-bg.jpg") no-repeat 50% 50%/cover;
    min-height: 120px;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    color: var(--white);
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0.2em;
    gap: 4px;
    justify-content: center;
    padding: 30px 40px;
}
@media only screen and (min-width: 768px) {
    .contact-box a {
        min-height: 160px;
        padding: 40px 60px;
    }
}
.contact-box a::before, .contact-box a::after {
    content: "";
    position: absolute;
    z-index: -1;
}
.contact-box a::before {
    border: 4px solid rgba(236, 246, 245, 0.4);
    border-radius: 100%;
    top: 50%;
    transform: translateY(-50%);
    width: 90px;
    height: 90px;
    left: 10px;
}
@media only screen and (min-width: 768px) {
    .contact-box a::before {
        width: 120px;
        height: 120px;
        left: 20px;
    }
}
.contact-box a::after {
    background: rgba(62, 167, 158, 0.8);
    background: linear-gradient(90deg, rgba(62, 167, 158, 0.8) 0%, rgba(110, 202, 255, 0.8) 100%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -2;
}
.contact-box a strong {
    margin: 0;
    color: var(--white);
    font-weight: 500;
    font-size: 36px;
}
@media only screen and (min-width: 768px) {
    .contact-box a strong {
        font-size: 42px;
    }
}
@media only screen and (min-width: 992px) {
    .contact-box a strong {
        font-size: 56px;
    }
}
.contact-box a img {
    width: 40px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.row-link {
    margin-bottom: 30px;
    background: #ECF6F5;
    border-bottom: 4px solid var(--primary);
}
@media only screen and (min-width: 768px) {
    .row-link {
        display: flex;
        border-bottom: 0;
        border-right: 8px solid var(--primary);
    }
}
@media only screen and (min-width: 768px) {
    .row-link figure {
        width: 42%;
    }
}
.row-link figure img {
    width: 100%;
    aspect-ratio: 1.9;
    object-fit: cover;
}
@media only screen and (min-width: 768px) {
    .row-link figure img {
        height: 100%;
    }
}
@media only screen and (min-width: 768px) {
    .row-link__body {
        width: 58%;
    }
}
.row-link__body a {
    display: flex;
    width: 100%;
    align-items: center;
    font-weight: 500;
    font-size: 26px;
    color: var(--primary);
    line-height: 1.2;
    background: url("../images/arrow-circle-green.svg") no-repeat calc(100% - 20px) 50%/40px;
    padding: 40px 80px 40px 30px;
}
@media only screen and (min-width: 768px) {
    .row-link__body a {
        height: 100%;
        padding: 40px 100px 40px 40px;
    }
}
@media only screen and (min-width: 768px) {
    .row-link.reverse {
        border-right: 0;
        border-left: 8px solid var(--primary);
    }
}
@media only screen and (min-width: 768px) {
    .row-link.reverse figure {
        order: 2;
    }
}

/*# sourceMappingURL=service.css.map */
