@charset "utf-8";

/* ==========================================================================
   Variables
   ========================================================================== */
:root {
    --navy: #1a5c1a;
    --blue: #339933;
    --rightblue: #F2F9F2;
    --darkgray: #49565E;
    --rightgray: #F0F0F0;
    --gr: linear-gradient(90deg, #a3d9a3, #8ccc8c, #74bf74, #5cb35c, #47a647, #339933, #267326, #1a5c1a);
    --cv: #2a5c3a;
    --awesome: 'Font Awesome 5 Free';
    --opensans: 'Open Sans', sans-serif;
}

/* ==========================================================================
   Reset
   ========================================================================== */
html {
    overflow-x: auto;
    overflow-y: scroll;
    font-size: 62.5%;
}

* {
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6,
p, ul, ol, li, div, dl, dt, dd,
form, img, hr, table, tr, td,
br, em, figure {
    margin: 0;
    padding: 0;
    border: none;
    font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    font-size: 1.6rem;
}

ul, ol, dl {
    list-style: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
body {
    margin: 0 auto;
    padding: 0;
    line-height: 1;
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    color: #333;
    font-family: "Yu Gothic", YuGothic, "游ゴシック体", "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN", "ヒラギノ角ゴ Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background: #fff;
    -webkit-text-size-adjust: 100%;
    word-break: break-all;
    min-width: 1300px;
}

p {
    font-size: 1.6rem;
    line-height: 1.7;
}

#wrapper {
    width: 100%;
    height: 100%;
    min-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

#main {
    display: block;
}

@media screen and (max-width: 768px) {
    img {
        height: auto;
        margin: 0 auto;
    }

    body {
        min-width: inherit;
    }

    #wrapper {
        min-width: 100%;
    }
}

/* ==========================================================================
   Link
   ========================================================================== */
a:link,
a:visited {
    color: #333;
    text-decoration: none;
    transition: 0.5s;
}

a:hover {
    transition: 0.3s;
}

::-moz-selection {
    color: #fff;
    background: #656f72;
}

a[href^="tel:"] {
    pointer-events: none;
}

@media screen and (max-width: 768px) {
    a:link,
    a:visited {
        transition: 0;
    }

    a[href^="tel:"] {
        pointer-events: inherit;
    }
}

/* ==========================================================================
   Layout
   ========================================================================== */
.inner {
    margin: 0 auto;
    max-width: 1200px;
    min-width: 1200px;
    width: calc(100% - 200px);
    height: inherit;
}

@media screen and (max-width: 768px) {
    .inner {
        max-width: 100%;
        min-width: 100%;
        width: 100%;
    }
}

/* ==========================================================================
   Responsive Utilities
   ========================================================================== */
.sp-display {
    display: none;
}

.sp-display-b {
    display: none;
}

br.pc-br {
    display: inline;
}

br.sp-br {
    display: none;
}

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

    .pc-display-b {
        display: none;
    }

    .sp-display {
        display: inline;
    }

    .sp-display-b {
        display: block;
    }

    br.pc-br {
        display: none;
    }

    br.sp-br {
        display: inline;
    }
}

/* ==========================================================================
   Breadcrumbs
   ========================================================================== */
.breadcrumbs {
    position: absolute;
    width: 100%;
    padding: 10px 0;
    font-size: 1.2rem;
    background: transparent;
    z-index: 5;
    right: 0;
    left: 0;
    top: 633px;
}

.breadcrumbs a {
    font-size: 1.2rem;
    letter-spacing: 0.2rem;
}

.breadcrumbs a:hover {
    opacity: .7;
}

.breadcrumbs p {
    font-size: 1.2rem;
    position: relative;
    z-index: 1;
}

.breadcrumbs .fa {
    color: #3F83A6;
    margin: 0 5px;
    font-size: 1.4rem;
    vertical-align: middle;
}

@media screen and (max-width: 768px) {
    .breadcrumbs {
        display: none;
    }
}

/* ==========================================================================
   Page Title
   ========================================================================== */
.page-title-area {
    height: 555px;
    position: relative;
    background: var(--rightblue);
    margin-top: 0;
    z-index: 3;
}

.page-title-area::after {
    content: "";
    display: inline-block;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 50%;
    min-width: 800px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.page-title-area .inner {
    height: 100%;
}

.page-title-area .inner::before {
    position: absolute;
    content: "";
    background-color: #FFFFFF;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 100 60'%3E%3Cg %3E%3Crect fill='%23FFFFFF' width='11' height='11'/%3E%3Crect fill='%23fcfdfb' x='10' width='11' height='11'/%3E%3Crect fill='%23f9fcf8' y='10' width='11' height='11'/%3E%3Crect fill='%23f5faf4' x='20' width='11' height='11'/%3E%3Crect fill='%23f2f8f1' x='10' y='10' width='11' height='11'/%3E%3Crect fill='%23eff6ed' y='20' width='11' height='11'/%3E%3Crect fill='%23ecf5e9' x='30' width='11' height='11'/%3E%3Crect fill='%23e8f3e6' x='20' y='10' width='11' height='11'/%3E%3Crect fill='%23e5f1e2' x='10' y='20' width='11' height='11'/%3E%3Crect fill='%23e2f0df' y='30' width='11' height='11'/%3E%3Crect fill='%23dfeedb' x='40' width='11' height='11'/%3E%3Crect fill='%23dbecd8' x='30' y='10' width='11' height='11'/%3E%3Crect fill='%23d8ead4' x='20' y='20' width='11' height='11'/%3E%3Crect fill='%23d5e9d0' x='10' y='30' width='11' height='11'/%3E%3Crect fill='%23d2e7cd' y='40' width='11' height='11'/%3E%3Crect fill='%23cfe5c9' x='50' width='11' height='11'/%3E%3Crect fill='%23cbe4c6' x='40' y='10' width='11' height='11'/%3E%3Crect fill='%23c8e2c2' x='30' y='20' width='11' height='11'/%3E%3Crect fill='%23c5e0bf' x='20' y='30' width='11' height='11'/%3E%3Crect fill='%23c2debb' x='10' y='40' width='11' height='11'/%3E%3Crect fill='%23beddb8' y='50' width='11' height='11'/%3E%3Crect fill='%23bbdbb4' x='60' width='11' height='11'/%3E%3Crect fill='%23b8d9b1' x='50' y='10' width='11' height='11'/%3E%3Crect fill='%23b5d8ae' x='40' y='20' width='11' height='11'/%3E%3Crect fill='%23b2d6aa' x='30' y='30' width='11' height='11'/%3E%3Crect fill='%23aed4a7' x='20' y='40' width='11' height='11'/%3E%3Crect fill='%23abd2a3' x='10' y='50' width='11' height='11'/%3E%3Crect fill='%23a8d1a0' x='70' width='11' height='11'/%3E%3Crect fill='%23a5cf9c' x='60' y='10' width='11' height='11'/%3E%3Crect fill='%23a1cd99' x='50' y='20' width='11' height='11'/%3E%3Crect fill='%239ecc96' x='40' y='30' width='11' height='11'/%3E%3Crect fill='%239bca92' x='30' y='40' width='11' height='11'/%3E%3Crect fill='%2397c88f' x='20' y='50' width='11' height='11'/%3E%3Crect fill='%2394c68b' x='80' width='11' height='11'/%3E%3Crect fill='%2391c588' x='70' y='10' width='11' height='11'/%3E%3Crect fill='%238ec385' x='60' y='20' width='11' height='11'/%3E%3Crect fill='%238ac181' x='50' y='30' width='11' height='11'/%3E%3Crect fill='%2387bf7e' x='40' y='40' width='11' height='11'/%3E%3Crect fill='%2383be7a' x='30' y='50' width='11' height='11'/%3E%3Crect fill='%2380bc77' x='90' width='11' height='11'/%3E%3Crect fill='%237dba74' x='80' y='10' width='11' height='11'/%3E%3Crect fill='%2379b870' x='70' y='20' width='11' height='11'/%3E%3Crect fill='%2376b76d' x='60' y='30' width='11' height='11'/%3E%3Crect fill='%2372b56a' x='50' y='40' width='11' height='11'/%3E%3Crect fill='%236fb366' x='40' y='50' width='11' height='11'/%3E%3Crect fill='%236bb263' x='90' y='10' width='11' height='11'/%3E%3Crect fill='%2368b060' x='80' y='20' width='11' height='11'/%3E%3Crect fill='%2364ae5c' x='70' y='30' width='11' height='11'/%3E%3Crect fill='%2361ac59' x='60' y='40' width='11' height='11'/%3E%3Crect fill='%235dab56' x='50' y='50' width='11' height='11'/%3E%3Crect fill='%2359a952' x='90' y='20' width='11' height='11'/%3E%3Crect fill='%2355a74f' x='80' y='30' width='11' height='11'/%3E%3Crect fill='%2352a54b' x='70' y='40' width='11' height='11'/%3E%3Crect fill='%234ea448' x='60' y='50' width='11' height='11'/%3E%3Crect fill='%234aa245' x='90' y='30' width='11' height='11'/%3E%3Crect fill='%2345a041' x='80' y='40' width='11' height='11'/%3E%3Crect fill='%23419e3e' x='70' y='50' width='11' height='11'/%3E%3Crect fill='%233d9d3a' x='90' y='40' width='11' height='11'/%3E%3Crect fill='%23389b37' x='80' y='50' width='11' height='11'/%3E%3Crect fill='%23339933' x='90' y='50' width='11' height='11'/%3E%3C/g%3E%3C/svg%3E");
    background-attachment: fixed;
    background-size: cover;
    background-position: left center;
    width: 100%;
    height: 620px;
    left: 0;
    z-index: -1;
}

.page-title-area .section-title {
    font-weight: bold;
    line-height: 1.5;
    position: absolute;
    top: 40%;
}

.page-title-area .section-title .en {
    font-family: var(--opensans);
    display: block;
    font-size: 7.0rem;
    font-weight: 400;
    color: var(--darkgray);
}

.page-title-area .section-title .ja {
    display: block;
    font-size: 2.0rem;
    margin-top: 20px;
    position: relative;
    color: var(--darkgray);
    padding-left: 25px;
}

.page-title-area .section-title .ja::before {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: var(--blue);
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
    .page-title-area {
        margin: 0;
        padding: 0 20px;
        height: auto;
        min-height: 220px;
    }

    .page-title-area .inner::before {
        display: none;
    }

    .page-title-area::after {
        width: 100%;
        height: 170px;
        min-width: initial;
    }

    .page-title-area .section-title {
        line-height: 1.5;
        left: 0;
        top: 140px;
        background-color: #fff;
        padding: 15px 20px;
    }

    .page-title-area .section-title .en {
        font-size: 2.8rem;
        text-shadow: 0 0 3px var(--rightblue), 0 0 6px var(--rightblue), 0 0 9px var(--rightblue), 0 0 12px var(--rightblue);
    }

    .page-title-area .section-title .ja {
        display: block;
        font-size: 1.4rem;
        margin-top: 10px;
        font-weight: 500;
        text-shadow: 0 0 3px var(--rightblue), 0 0 6px var(--rightblue), 0 0 9px var(--rightblue), 0 0 12px var(--rightblue);
    }

    .page-title-area .section-title .ja::before {
        top: 50%;
        transform: translateY(-50%);
    }
}

/* ==========================================================================
   Title Styles
   ========================================================================== */
.en-ttl {
    font-family: var(--opensans);
    color: var(--darkgray);
    font-size: 7.0rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
}

.jp-ttl {
    font-size: 1.8rem;
    color: var(--darkgray);
    font-weight: 500;
    line-height: 1.2;
    padding: 5px 0 0 30px;
    position: relative;
}

.jp-ttl::before {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: var(--blue);
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.catch {
    font-size: 3.6rem;
    line-height: 1.5;
    font-weight: 400;
}

p.img {
    line-height: 1;
}

.en {
    font-family: 'Poppins';
    font-weight: 700;
    line-height: 0.7;
}

@media screen and (max-width: 768px) {
    .en-ttl {
        font-size: 4.0rem;
    }

    .catch {
        font-size: 2.4rem;
        font-weight: 500;
    }
}

/* ==========================================================================
   FontAwesome
   ========================================================================== */
a::after,
a::before,
::after,
::before {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 900;
}

a::after,
a::before {
    display: block;
    position: absolute;
    line-height: 1;
}

/* ==========================================================================
   Image Wrap / Animation
   ========================================================================== */
.img-wrap {
    overflow: hidden;
    position: relative;
}

.img-animation {
    animation: img-opacity 1.5s cubic-bezier(.7, 0, .2, 1);
}

.img-animation:before {
    animation: img-animation 1.5s cubic-bezier(.7, 0, .2, 1) forwards;
    background: var(--navy);
    bottom: 0;
    content: '';
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
}

@keyframes img-opacity {
    0% { opacity: 0; }
}

@keyframes img-animation {
    100% { transform: translateY(100%); }
}

/* ==========================================================================
   Hover Background
   ========================================================================== */
.hover-bg {
    position: relative;
}

.hover-bg::before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 0;
    transition: all 0.4s ease;
    background: var(--navy);
}

.hover-bg:hover::before {
    left: 0;
    width: 100%;
}

/* ==========================================================================
   Service Area
   ========================================================================== */
.service-area.common {
    position: relative;
    z-index: 3;
    background-color: #fff;
}

.service-area.common .bg-wrap {
    padding: 100px 0 60px;
    background-color: #C8E6C9;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='400' viewBox='0 0 800 800'%3E%3Cg fill='none' stroke='%231B5E20' stroke-width='1'%3E%3Cpath d='M769 229L1037 260.9M927 880L731 737 520 660 309 538 40 599 295 764 126.5 879.5 40 599-197 493 102 382-31 229 126.5 79.5-69-63'/%3E%3Cpath d='M-31 229L237 261 390 382 603 493 308.5 537.5 101.5 381.5M370 905L295 764'/%3E%3Cpath d='M520 660L578 842 731 737 840 599 603 493 520 660 295 764 309 538 390 382 539 269 769 229 577.5 41.5 370 105 295 -36 126.5 79.5 237 261 102 382 40 599 -69 737 127 880'/%3E%3Cpath d='M520-140L578.5 42.5 731-63M603 493L539 269 237 261 370 105M902 382L539 269M390 382L102 382'/%3E%3Cpath d='M-222 42L126.5 79.5 370 105 539 269 577.5 41.5 927 80 769 229 902 382 603 493 731 737M295-36L577.5 41.5M578 842L295 764M40-201L127 80M102 382L-261 269'/%3E%3C/g%3E%3Cg fill='%2366BB6A'%3E%3Ccircle cx='769' cy='229' r='5'/%3E%3Ccircle cx='539' cy='269' r='5'/%3E%3Ccircle cx='603' cy='493' r='5'/%3E%3Ccircle cx='731' cy='737' r='5'/%3E%3Ccircle cx='520' cy='660' r='5'/%3E%3Ccircle cx='309' cy='538' r='5'/%3E%3Ccircle cx='295' cy='764' r='5'/%3E%3Ccircle cx='40' cy='599' r='5'/%3E%3Ccircle cx='102' cy='382' r='5'/%3E%3Ccircle cx='127' cy='80' r='5'/%3E%3Ccircle cx='370' cy='105' r='5'/%3E%3Ccircle cx='578' cy='42' r='5'/%3E%3Ccircle cx='237' cy='261' r='5'/%3E%3Ccircle cx='390' cy='382' r='5'/%3E%3C/g%3E%3C/svg%3E");
    position: relative;
    overflow: hidden;
}

.service-area.common .bg-wrap .en-ttl,
.service-area.common .bg-wrap .jp-ttl {
    color: var(--navy);
}

.service-area.common .bg-wrap .catch,
.service-area.common .bg-wrap .txt.top {
    color: var(--darkgray);
}

.service-area.common .bg-wrap .jp-ttl::before {
    background-color: var(--blue);
}

.service-area.common .bg-wrap .catch {
    margin: 30px 0;
}

.service-area.common .bg-wrap .inner {
    position: relative;
}

.service-area.common .bg-wrap .inner .service-list {
    margin: 50px 0 0;
    padding: 378px 0 0;
    display: flex;
}

.service-area.common .bg-wrap .inner .service-list .service-item {
    width: calc(100% / 3);
    background-color: #fff;
    position: relative;
    transition: .5s;
}

.service-area.common .bg-wrap .inner .service-list .service-item:not(:last-of-type) {
    border-right: solid 1px #339933;
}

.service-area.common .bg-wrap .inner .service-list .service-item:before {
    position: absolute;
    content: "";
    width: 45px;
    height: 1px;
    background-color: var(--blue);
    bottom: 20px;
    right: 20px;
    transition: .5s;
}

.service-area.common .bg-wrap .inner .service-list .service-item:hover::before {
    right: 15px;
    transition: .5s;
}

.service-area.common .bg-wrap .inner .service-list .service-item::after {
    position: absolute;
    content: "";
    width: 1200px;
    height: 378px;
    top: -378px;
    left: 0;
}

.service-area.common .bg-wrap .inner .service-list .service-item:nth-child(1)::after {
    background-image: url(../img/service01.jpg);
    z-index: 20;
    background-position: right;
}

.service-area.common .bg-wrap .inner .service-list .service-item:nth-child(2)::after {
    background-image: url(../img/service02.jpg);
    left: -400px;
}

.service-area.common .bg-wrap .inner .service-list .service-item:nth-child(3)::after {
    background-image: url(../img/service03.jpg);
    left: -800px;
    background-position: right;
}

.service-area.common .bg-wrap .inner .service-list .service-item:nth-child(1):hover::after,
.service-area.common .bg-wrap .inner .service-list .service-item:nth-child(2):hover::after,
.service-area.common .bg-wrap .inner .service-list .service-item:nth-child(3):hover::after {
    z-index: 20;
}

.service-area.common .bg-wrap .inner .service-list .service-item a {
    display: block;
    padding: 40px;
    width: 100%;
    height: 100%;
}

.service-area.common .bg-wrap .inner .service-list .service-item a .item-ttl {
    color: var(--navy);
    font-size: 2.5rem;
    letter-spacing: 0.05em;
    line-height: 1.5;
    position: relative;
}

.service-area.common .bg-wrap .inner .service-list .service-item a .item-ttl span {
    font-size: 2.0rem;
    display: block;
}

.service-area.common .bg-wrap .inner .service-list .service-item a .item-catch {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    color: var(--blue);
    margin: 10px 0 15px;
    line-height: 1.5;
    position: relative;
}

.service-area.common .bg-wrap .inner .service-list .service-item a .txt {
    position: relative;
}

.service-area.common .bg-wrap .inner .service-list .service-item a:hover .item-ttl,
.service-area.common .bg-wrap .inner .service-list .service-item a:hover .item-catch,
.service-area.common .bg-wrap .inner .service-list .service-item a:hover .txt {
    color: #fff !important;
}

.service-area.common .bg-wrap .inner .service-list .service-item:hover:before {
    background-color: #fff;
    z-index: 1;
}

@media screen and (max-width: 768px) {
    .service-area.common {
        padding: 0;
    }

    .service-area.common .bg-wrap {
        width: 100%;
        margin: 0;
        background-color: #C8E6C9;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='400' viewBox='0 0 800 800'%3E%3Cg fill='none' stroke='%231B5E20' stroke-width='1'%3E%3Cpath d='M769 229L1037 260.9M927 880L731 737 520 660 309 538 40 599 295 764 126.5 879.5 40 599-197 493 102 382-31 229 126.5 79.5-69-63'/%3E%3Cpath d='M-31 229L237 261 390 382 603 493 308.5 537.5 101.5 381.5M370 905L295 764'/%3E%3Cpath d='M520 660L578 842 731 737 840 599 603 493 520 660 295 764 309 538 390 382 539 269 769 229 577.5 41.5 370 105 295 -36 126.5 79.5 237 261 102 382 40 599 -69 737 127 880'/%3E%3Cpath d='M520-140L578.5 42.5 731-63M603 493L539 269 237 261 370 105M902 382L539 269M390 382L102 382'/%3E%3Cpath d='M-222 42L126.5 79.5 370 105 539 269 577.5 41.5 927 80 769 229 902 382 603 493 731 737M295-36L577.5 41.5M578 842L295 764M40-201L127 80M102 382L-261 269'/%3E%3C/g%3E%3Cg fill='%2366BB6A'%3E%3Ccircle cx='769' cy='229' r='5'/%3E%3Ccircle cx='539' cy='269' r='5'/%3E%3Ccircle cx='603' cy='493' r='5'/%3E%3Ccircle cx='731' cy='737' r='5'/%3E%3Ccircle cx='520' cy='660' r='5'/%3E%3Ccircle cx='309' cy='538' r='5'/%3E%3Ccircle cx='295' cy='764' r='5'/%3E%3Ccircle cx='40' cy='599' r='5'/%3E%3Ccircle cx='102' cy='382' r='5'/%3E%3Ccircle cx='127' cy='80' r='5'/%3E%3Ccircle cx='370' cy='105' r='5'/%3E%3Ccircle cx='578' cy='42' r='5'/%3E%3Ccircle cx='237' cy='261' r='5'/%3E%3Ccircle cx='390' cy='382' r='5'/%3E%3C/g%3E%3C/svg%3E");
        padding: 40px 20px 30px;
    }

    .service-area.common .bg-wrap .inner .service-list {
        flex-wrap: wrap;
        padding: 0;
        margin: 30px 0 0;
        gap: 30px;
    }

    .service-area.common .bg-wrap .inner .service-list .service-item {
        width: 100%;
    }

    .service-area.common .bg-wrap .inner .service-list .service-item::after {
        width: 100%;
        height: 160px;
        right: 0;
        left: 0;
        top: 0;
    }

    .service-area.common .bg-wrap .inner .service-list .service-item:nth-child(1)::after {
        background-image: url(../img/service01-sp.jpg);
        background-size: cover;
    }

    .service-area.common .bg-wrap .inner .service-list .service-item:nth-child(2)::after {
        background-image: url(../img/service02-sp.jpg);
        left: 0;
        background-size: cover;
    }

    .service-area.common .bg-wrap .inner .service-list .service-item:nth-child(3)::after {
        background-image: url(../img/service03-sp.jpg);
        background-size: cover;
        left: 0;
    }

    .service-area.common .bg-wrap .inner .service-list .service-item a {
        padding: 180px 20px 20px;
        height: 100%;
        position: relative;
    }

    .service-area.common .bg-wrap .inner .service-list .service-item a .item-catch {
        font-size: 1.7rem;
        margin: 5px 0 0;
    }

    .service-area.common .bg-wrap .inner .service-list .service-item a .item-ttl {
        font-size: 2.3rem;
    }

    .service-area.common .bg-wrap .inner .service-list .service-item a .item-ttl span {
        font-size: 1.8rem;
    }

    .service-area.common .bg-wrap .inner .service-list .service-item:before {
        right: -10px;
        background-color: #333;
    }
}
