@charset "UTF-8";

.page-main{}
.page-main .text{
    display: block;
}

.page-main .headline{
    font-size: clamp(16px,0.95vw,18px);
    line-height: 1.1;
    font-weight: 600;
}
.page-main .unit{
    display: block;
    margin-bottom: clamp(32px,3.2vw,60px);
    font-size: clamp(16px,1.7vw,32px);
    line-height: 1.1;
    font-weight: 600;
}


.jsTextMotionBox{
    display: block;
    overflow: hidden;
}
.jsTextMotion{
    display: block;
    overflow: hidden;
}



/* ========== sect-intro ========== */
.sect-intro{
    overflow: hidden;
    position: relative;
    width: 100%;
    height: min(970px, 50.55vw);
    /* min-height: 100vh; */
}
.sect-intro::before{
    z-index: 1;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: image-set(
        url('../img/sect_intro/intro_bg.webp') type('image/webp'),
        url('../img/sect_intro/intro_bg.png') type('image/png')
    );
}
.sect-intro .inner{
    z-index: 1;
    position: relative;
    width: 100%;
    height: 100%;
}
.sect-intro .btm-wrap{
    position: absolute;
    bottom: clamp(40px,4.2vw,80px);
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    /* width: calc(100% - 120px); */
    width: calc(100% - calc((clamp(32px,3.15vw,60px) * 2)));
}
.sect-intro .logo-box{}
.sect-intro .text{}
.sect-intro .text span{}
.sect-intro .logo{}
.sect-intro .logo svg{
    width: clamp(256px, 25vw, 480px);
    height: auto;
}
.sect-intro .slogan-box{}
.sect-intro .slogan-box h2{
    margin-bottom: 16px;
    font-size: clamp(18px,1.3vw,24px);
    font-weight: 600;
}
.sect-intro .slogan-box p{
    font-size: clamp(14px,1.05vw,20px);
    font-weight: 600;
    color: #8e8e8e;
}

.sect-intro .intro-bg{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.sect-intro .intro-bg .line-area{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.sect-intro .intro-bg .line-grid-box{
    width: 100%;
    height: 100%;
}
.sect-intro .intro-bg .line-grid-box .line-grid{
    opacity: 0;
}
.sect-intro .intro-bg .line-grid-box .line-grid-horizontal{
    position: absolute;
    left: 0;
    right: 0;
    bottom: min(18.5vw, 355px);
    width: 100%;
    height: 1px;
    background: #4b4b4b;
}
.sect-intro .intro-bg .line-grid-box .line-grid-vertical{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50vw;
    width: 1px;
    height: 100%;
    background: #4b4b4b;
}
.sect-intro .intro-bg .axis-circle-box{
    z-index: 1;
    position: absolute;
    left: calc(50vw - 6px);
    bottom: calc(min(18.5vw, 355px) - 6px);
}
.sect-intro .intro-bg .axis-circle{
    display: block;
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
    opacity: 0;
}
.sect-intro .intro-bg .line-arch-box{
    position: absolute;
    left: calc(50vw);
    bottom: calc(min(18.5vw, 355px));
}
.sect-intro .intro-bg .line-arch{
    width: min(840px,43.75vw);
    height: min(524px,27.3vw);
}
.sect-intro .intro-bg .line-arch svg{
    width: 100%;
    height: 100%;
}
.sect-intro .intro-bg .line-arch svg path{
    opacity: 0;
}


/* ========== sect-about ========== */
.sect-about{
    padding: clamp(100px,9.4vw,180px) 0 clamp(100px,12.5vw,240px);
    background: #fff;
    color: #1e1e1e;
}
.sect-about .slogan-box{}
.sect-about .slogan-box h2{
    margin-bottom: clamp(16px,1.05vw,20px);
    font-size: clamp(24px,2.5vw,48px);
    line-height: 1.1;
    font-weight: 600;
}
.sect-about .slogan-box h2 .text{}
.sect-about .slogan-box h2 .text:nth-of-type(2){
    padding-left: clamp(24px,8vw,153px);
}
.sect-about .slogan-box h2 .text span{}
.sect-about .slogan-box p{
    font-size: clamp(17px,1.7vw,32px);
    font-weight: 600;
    color: #A5A5A5;
}

.sect-about .symbol-area{
    margin-top: clamp(60px,8.35vw,160px);
}
.sect-about .symbol-area .inner{}
.sect-about .swiper{}
.sect-about .swiper-wrapper{
    display: inline-flex;
    justify-content: flex-end;
}
.sect-about .swiper-slide{
    padding-left: clamp(32px,2.1vw,40px);
    margin-left: clamp(32px,2.1vw,40px);
    width: clamp(182px,17.85vw,342px);
    box-sizing: content-box;
}
.sect-about .swiper-slide:not(:first-child){
    border-left: 1px solid #e8e8e8;
}
.sect-about .swiper-slide .symbol{
    margin-bottom: clamp(32px,2.1vw,40px);
    width: clamp(180px,10.45vw,200px);
    height: clamp(180px,10.45vw,200px);
    /* background: url('../img/sect_about/symbol1_wh.png') no-repeat center / cover; */
}
.sect-about .swiper-slide .symbol .lottie-box{
    width: 100%;
    height: 100%;
}
/* .sect-about .swiper-slide .symbol svg path{
    will-change: transform;
    transition: transform .65s cubic-bezier(0.72, 0, 0.28, 1);
    transition: transform .3s ease-in-out;
}
body.theme-dark .sect-about .swiper-slide .symbol svg path{
    fill: #fff;
}
body.theme-white .sect-about .swiper-slide .symbol svg path{
    fill: #1e1e1e;
} */
/* body.theme-dark .sect-about .swiper-slide:last-of-type .symbol svg path{
    fill: transparent;
} */
/* body.theme-white .sect-about .swiper-slide .symbol{
    background-image: url('../img/sect_about/symbol1.png');
} */
.sect-about .swiper-slide .symbol img{}
.sect-about .swiper-slide h3{
    margin-bottom: 16px;
    font-size: clamp(18px,1.7vw,32px);
    line-height: 1.1;
    font-weight: 600;
}
.sect-about .swiper-slide p{
    font-size: clamp(14px,0.85vw,16px);
    font-weight: 600;
    color: #a5a5a5;
}


/* ========== sect-philosophy ========== */
.sect-philosophy{
    overflow: hidden;
    position: relative;
    padding: clamp(40px,6.25vw,120px) 0 clamp(40px,4.2vw,80px);
    height: min(49vw, 940px);
    border-bottom: 1px solid #4b4b4b;
}
.sect-philosophy .inner{}
.sect-philosophy .flex-inner{
    z-index: 2;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}
.sect-philosophy .headline{}
.sect-philosophy .slogan-box{}
.sect-philosophy .slogan-box strong{
    font-size: clamp(40px,4.2vw,80px);
    line-height: 1.1;
    font-weight: 600;
}
.sect-philosophy .slogan-box strong .text{}
.sect-philosophy .slogan-box strong .text span{}
.sect-philosophy .slogan-box p{
    margin-top: 16px;
    font-size: clamp(14px,1.05vw,20px);
    font-weight: 600;
    color: #8E8E8E;
}

.sect-philosophy .philosophy-bg{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.sect-philosophy .philosophy-bg .line-area{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.sect-philosophy .philosophy-bg .line-philogrid-box{
    position: relative;
    bottom: max(-9.9vw, -190px);
    /* opacity: 0; */
}
.sect-philosophy .philosophy-bg .line-philogrid-box img{
    width: 100%;
    height: 100%;
}
.sect-philosophy .philosophy-bg .line-philogrid{
    /* opacity: 0; */
}
.sect-philosophy .philosophy-bg .line-philogrid-horizontal{
    position: absolute;
    left: 0;
    right: 0;
    bottom: min(590px, 30.75vw);
    width: calc(100% - min(160px, 8.35vw));
    height: 1px;
    background: #4b4b4b;
}
.sect-philosophy .philosophy-bg .line-philogrid-vertical{
    position: absolute;
    /* bottom: 0; */
    bottom: max(-9.9vw,-190px);
    right: min(160px, 8.35vw);
    width: 1px;
    /* height: min(590px, 30.75vw); */
    height: min(780px, 40.65vw);
    background: #4b4b4b;
}
.sect-philosophy .philosophy-bg .line-diagonal-box{}
.sect-philosophy .philosophy-bg .line-diagonal{
    /* opacity: 0; */
    position: absolute;
    bottom: 0;
    right: min(373px, 19.45vw);
    width: min(30.75vw, 590px);
    height: min(944px, 49.2vw);
}
.sect-philosophy .philosophy-bg .line-diagonal svg{
    width: 100%;
    height: 100%;
}


/* ========== sect-values ========== */
.sect-values{
    padding: clamp(100px,10.45vw,200px) 0 clamp(100px,6.3vw,120px);
}
.sect-values .flex-inner{
    justify-content: space-between;
}
.sect-values h2{}
.sect-values .values-list{
    display: flex;
    flex-wrap: wrap;
    width: 66%;
}
.sect-values .values-item{
    padding-bottom: clamp(40px,5.25vw,100px);
    width: 50%;
}
.sect-values .values-item:nth-child(even){
    padding-left: clamp(20px,2.1vw,40px);
    border-left: 1px solid #4b4b4b;
}
.sect-values .values-item:nth-child(n+3){
    padding-top: clamp(20px,2.1vw,40px);
    border-top: 1px solid #4b4b4b;
}
.sect-values .values-item .num-box{
    margin-bottom: clamp(27px,1.7vw,32px);
    display: block;
}
.sect-values .values-item .num{
    position: relative;
    font-size: clamp(14px,0.85vw,16px);
    line-height: 0.9;
    color: #626262;
}
.sect-values .values-item .num::before{
    content: '';
    position: absolute;
    right: -18px;
    top: 2px;
    width: 18px;
    height: 28px;
    /* background-image: linear-gradient(
        to bottom left,
        transparent calc(50% - 1px),
        #626262 calc(50% - 1px),
        #626262 calc(50% + 1px),
        transparent calc(50% + 1px)
    );
    transform: scaleX(-1); */
    background: url('../img/sect_values/line_dash.png') no-repeat center / cover;
}
.sect-values .values-item h3{
    margin-bottom: 16px;
    font-size: clamp(32px,2.5vw,48px);
    line-height: 1.1;
    font-weight: 600;
}
.sect-values .values-item h3 .text{}
.sect-values .values-item h3 .text span{
    display: block;
}
.sect-values .values-item p{
    font-size: clamp(14px,1.05vw,20px);
    font-weight: 600;
    color: #8E8E8E;
}


/* ========== sect-principle ========== */
.sect-principle{
    padding: clamp(100px,10.45vw,200px) 0 clamp(100px,12.5vw,240px);
    background: #F5F5F5;
    color: #1e1e1e;
}
.sect-principle .flex-inner{
    justify-content: space-between;
}
.sect-principle .headline{
    color: #1e1e1e;
}
.sect-principle .text-wrap{
    padding-right: clamp(40px,4.2vw,80px);
    font-size: clamp(26px,2.5vw,48px);
    font-weight: 600;
    color: #a5a5a5;
}
.sect-principle .text-wrap .text{}
.sect-principle .text-wrap .text span{}
.sect-principle .text-wrap .text span b{
    color: #1e1e1e;
}

/* body.theme-dark .sect-principle .headline{
    color: #fff;
}
body.theme-white .sect-principle .headline{
    color: #1e1e1e;
}
body.theme-gray .sect-principle .headline{
    color: #1e1e1e;
}
body.theme-dark .sect-principle .text-wrap .text span b{
    color: #fff;
    transition: color .65s cubic-bezier(0.72, 0, 0.28, 1);
}
body.theme-white .sect-principle .text-wrap .text span b{
    color: #1e1e1e;
}
body.theme-gray .sect-principle .text-wrap .text span b{
    color: #1e1e1e;
} */


/* ========== sect-portfolio ========== */
.sect-portfolio{
    padding: clamp(100px,6.3vw,120px) 0 clamp(100px,12.5vw,240px);
    background: #fff;
    color: #1e1e1e;
    border-bottom: 1px solid #D2D2D2;
}
.sect-portfolio .inner{}
.sect-portfolio .flex-inner{
    justify-content: space-between;
}
.sect-portfolio .slogan-box{}
.sect-portfolio .slogan-box h2{
    margin-bottom: 16px;
    font-size: clamp(32px,4.2vw,80px);
    line-height: 1.1;
    font-weight: 600;
}
.sect-portfolio .slogan-box .text{}
.sect-portfolio .slogan-box .text:nth-of-type(2){
    padding-left: clamp(24px,8vw,153px);
    color: #A5A5A5;
}
.sect-portfolio .slogan-box .text span{}
.sect-portfolio .slogan-box p{
    font-size: clamp(14px,1.7vw,32px);
    font-weight: 600;
    color: #A5A5A5;
}
.sect-portfolio .arrow-deco{
    display: flex;
    gap: clamp(12px,2.1vw,40px);
}
.sect-portfolio .arrow-deco .deco{
    width: clamp(60px, 9.2vw, 176px);
    height: clamp(60px, 9.2vw, 176px);
}
.sect-portfolio .arrow-deco .deco img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* .sect-portfolio .arrow-deco .deco svg{
    width: 100%;
    height: 100%;
} */


/* ========== sect-contact ========== */
.sect-contact{
    padding: clamp(100px,6.25vw,120px) 0 clamp(40px,4.2vw,80px);
    background: #fff;
    color: #1e1e1e;
}
.sect-contact .flex-inner{
    justify-content: space-between;
    align-items: flex-end;
}
.sect-contact .group-left{
    width: clamp(388px,37.9vw,727px);
    min-width: 600px;
}
.sect-contact .slogan-box{
    margin-bottom: 40px;
}
.sect-contact .slogan-box h2{
    margin-bottom: clamp(16px,1.05vw,20px);
    font-size: clamp(24px,1.7vw,32px);
    line-height: 1.1;
    font-weight: 600;
}
.sect-contact .slogan-box h2 .text{}
.sect-contact .slogan-box h2 .text span{}
.sect-contact .slogan-box p{
    font-size: 16px;
    font-weight: 600;
    color: #a5a5a5;
}
.sect-contact .link-contact{
    display: inline-flex;
    align-items: center;
    background: #F5F5F5;
    border-radius: 99px;
    margin: 40px 0;
}
.sect-contact .link-contact .email{
    padding: 20px 48px;
    font-size: 32px;
    line-height: 1;
    font-weight: 600;
    color: #8e8e8e;
}
.sect-contact .link-contact .contact-wrap{
    padding: 16px 24px;
    background: #1e1e1e;
    color: #fff;
    font-weight: 600;
    border-radius: 99px;
    line-height: 1;
}
.sect-contact .link-contact .contact-wrap svg{}

.sect-contact .text-rolling-box{
    position: relative;
    top: 1px;
    display: inline-block;
    overflow: hidden;
}
.sect-contact .text-rolling{
    display: flex;
    align-items: center;
    gap: 4px;

    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    width: 100%;
    text-align: center;
}
.sect-contact .text-rolling.top{
    transform: translateY(0%);
    opacity: 1;
}
.sect-contact .text-rolling.btm{
    transform: translateY(100%);
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
}
.sect-contact .link-contact:hover .text-rolling.top{
    transform: translateY(-100%);
    opacity: 0;
}
.sect-contact .link-contact:hover .text-rolling.btm{
    transform: translateY(0%);
    opacity: 1;
}

.sect-contact .faq-area{
    margin-top: 90px;
    min-height: 320px;
    display: flex;
    align-items: flex-end;
}
.sect-contact .faq-list{
    width: 100%;
}
.sect-contact .faq-item-wrap{}
.sect-contact .faq-item-wrap + .faq-item-wrap{
    border-top: 1px solid #D2D2D2;
}
.sect-contact .faq-item-wrap .btn-faq{
    position: relative;
    padding: 16px 0;
    width: 100%;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    color: #8E8E8E;
}
.sect-contact .faq-item-wrap .btn-faq::after{
    content: '';
    position: absolute;
    right: 0;
    top: 16px;
    width: 20px;
    height: 20px;
    background: url('../img/sect_contact/icon_plus.png') no-repeat center / cover;
}
.sect-contact .faq-item-wrap .btn-faq.on::after{
    background-image: url('../img/sect_contact/icon_minus.png');
}
.sect-contact .faq-item-wrap .btn-faq span{
    display: block;
    width: 86%;
}
.sect-contact .faq-item-wrap .desc-box{
    padding-bottom: 16px;
}
.sect-contact .faq-item-wrap .desc-box p{
    width: 86%;
    font-size: 14px;
    font-weight: 450;
    color: #8E8E8E;
}

.sect-contact .group-right{
    text-align: right;
    width: 32%;
}
.sect-contact .group-right .logo{}


@media(max-width: 1279px){
    .sect-contact .group-left{
        min-width: 530px;
    }
    .sect-contact .faq-area{
        min-height: 340px;
    }
}


@media(max-width: 1023px){
    /* ========== sect-intro ========== */
    .sect-intro{
        /* height: min(654px,64vw); */
        height: 654px;
        min-height: auto;
    }
    .sect-intro::before{
        background-image: 
        image-set(url(../img/sect_intro/intro_bg_mo.webp) type('image/webp'), 
        url(../img/sect_intro/intro_bg_mo.png) type('image/png'));
    }
    .page-main .unit{
        margin-bottom: 24px;
        font-size: 16px;
    }
    .sect-intro .logo svg{
        width: 208px;
    }
    .sect-intro .btm-wrap{
        flex-direction: column;
        align-items: flex-start;
        /* gap: min(120px, 11.8vw); */
        gap: 120px;
        width: calc(100% - 40px);
    }
    .sect-intro .slogan-box p{
        max-width: 500px;
    }
    .sect-intro .intro-bg .line-arch{
        /* width: min(360px, 35.2vw);
        height: min(360px, 35.2vw); */
        width: 360px;
        height: 360px;
    }
    .sect-intro .intro-bg .line-arch-box{
        /* bottom: calc(min(23.5vw, 240px) - 2px); */
        /* bottom: calc(240px - 2px); */
        bottom: 240px;
    }
    .sect-intro .intro-bg .line-grid-box .line-grid-horizontal{
        /* bottom: min(240px, 23.5vw); */
        bottom: 240px;
    }
    .sect-intro .intro-bg .axis-circle-box{
        /* bottom: calc(min(23.5vw, 240px) - 6px); */
        bottom: calc(240px - 6px);
    }
    .sect-intro .intro-bg .axis-circle{
        background: #aeaeae;
    }


    /* ========== sect-about ========== */
    .sect-about .slogan-box h2 .text:nth-of-type(2){
        padding-left: 24px;
    }
    .sect-about .slogan-box p{
        max-width: 500px;
        font-size: 14px;
    }
    .sect-about .swiper-wrapper{
        justify-content: flex-start;
    }
    .sect-about .swiper-slide{
        margin-left: 0;
        margin-right: 32px;
        padding-left: 0;
        padding-right: 32px;
        width: 240px;
    }
    .sect-about .swiper-slide:not(:first-child) {
        border-left: 0;
    }
    .sect-about .swiper-slide:not(:last-child){
        border-right: 1px solid #e8e8e8;
    }
    .sect-about .swiper-slide:last-child{
        padding-right: 0;
        margin-right: 0;
    }


    /* ========== sect-philosophy ========== */
    .sect-philosophy{
        padding: 40px 0;
        height: 680px;
    }
    .sect-philosophy .philosophy-bg::before{
        z-index: 1;
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        background-image: 
        image-set(url('../img/sect_philosophy/philosophy_bg_mo.webp') type('image/webp'), 
        url('../img/sect_philosophy/philosophy_bg_mo.png') type('image/png'));
    }
    .sect-philosophy .headline{
        font-size: 12px;
    }
    .sect-philosophy .slogan-box strong{
        font-size: 40px;
    }
    .sect-philosophy .slogan-box p{
        max-width: 500px;
        font-size: 20px;
    }
    .sect-philosophy .philosophy-bg .line-diagonal{
        position: absolute;
        /* height: 680px;
        width: 424px;
        right: 66px;
        bottom: 0px; */
        bottom: 0;
        right: 126px;
        width: 424px;
        height: 680px;
    }


    /* ========== sect-values ========== */
    .sect-values .flex-inner{
        flex-direction: column;
        gap: 60px;
    }
    .sect-values .values-list{
        width: 100%;
    }
    .sect-values .values-item{
        padding-bottom: 40px;
        width: 100%;
    }
    .sect-values .values-item:nth-child(even){
        padding-left: 0;
        border-left: 0;
    }
    .sect-values .values-item:nth-child(n+3){
        padding-top: 28px;
    }
    .sect-values .values-item:nth-child(n+2){
        padding-top: 28px;
        border-top: 1px solid #4b4b4b;
    }
    .sect-values .values-item:last-child{
        padding-bottom: 0;
    }


    /* ========== sect-principle ========== */
    .sect-principle .flex-inner{
        flex-direction: column;
        gap: 60px;
    }
    .sect-principle .text-wrap{
        max-width: 660px;
    }


    /* ========== sect-portfolio ========== */
    .sect-portfolio .flex-inner{
        flex-direction: column;
        gap: 60px;
    }
    .sect-portfolio .slogan-box .text:nth-of-type(2){
        padding-left: 24px;
    }
    .sect-portfolio .arrow-deco{
        justify-content: flex-end;
    }


    /* ========== sect-contact ========== */
    .sect-contact .flex-inner{
        flex-direction: column;
        align-items: flex-start;
    }
    .sect-contact .group-left{
        width: 100%;
        min-width: auto;
    }
    .sect-contact .link-contact{
        display: flex;
        max-width: 100%;
        justify-content: center;
        margin: 32px 0;
    }
    .sect-contact .link-contact .email{
        padding: 16px 36px;
        font-size: 24px;
    }
    .sect-contact .faq-area{
        margin-top: 64px;
        min-height: auto;
    }
    .sect-contact .group-right{
        margin-top: 104px;
        margin-left: auto;
    }

}


@media(max-width: 767px){
    .page-main .unit{
        margin-bottom: 24px;
    }


    /* ========== sect-intro ========== */
    .sect-intro .logo svg{
        width: 208px;
    }
    .sect-intro .intro-bg .line-arch{
        width: min(360px, 52vw);
        height: min(360px, 52vw);
    }


    /* ========== sect-about ========== */
    .sect-about .symbol-area{
        margin-top: 60px;
    }
    .sect-about .symbol-area .inner{
        padding: 0;
    }
    .sect-about .swiper{
        padding-left: 20px;
        padding-right: 20px;
    }
    .sect-about .swiper-slide h3{
        font-size: 24px;
    }


    /* ========== sect-philosophy ========== */
    .sect-philosophy{
        padding: 40px 0;
    }


    /* ========== sect-principle ========== */
    .sect-principle .text-wrap{
        padding-right: 0;
        font-size: 20px;
    }
    .sect-portfolio .arrow-deco{
        gap: 12px;
    }
    .sect-portfolio .arrow-deco .deco{
        width: 60px;
        height: 60px;
    }


    /* ========== sect-contact ========== */
    .sect-contact .slogan-box{
        margin-bottom: 32px;
    }
    .sect-contact .slogan-box p{
        font-size: 14px;
    }
    .sect-contact .link-contact{
        margin: 24px 0;
    }
    .sect-contact .link-contact .email{
        padding: 14px 28px;
        font-size: 18px;
    }
    .sect-contact .faq-item-wrap .btn-faq{
        font-size: 14px;
    }
    .sect-contact .faq-item-wrap .btn-faq::after{
        width: 18px;
        height: 18px;
    }
    .sect-contact .group-right{
        width: 232px;
    }

}


@media(max-width: 480px){

}