/*@ sourceURL=css/home.css */
@charset "utf-8";

/* ------------------------------------------ */
/* HOME CSS */
/* ------------------------------------------ */
.sec-wrap {
}

.sec-wrap .wrap {
    position: relative;
}

.sec-wrap .sample-image {
    display: block;
}

.sec-wrap .sample-image img {
    display: block;
}

#sec {
    background-color: #d5f0ff;
}

/* メインスライド */
.main-slideArea {
    position: relative;
}

/*
.main-slideArea:before {
	content: "";
	display: block;
	width: 100%;
	height: 170px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;background: url("https://nissin-cars.com/demo/css/../img/home/bg_slide.png") no-repeat center top;
	background-size: cover;
	z-index: 555;
}
*/
.main-slideArea .bg-layer {
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    z-index: 555;
}

.main-slideArea .bg-layer img {
    display: block;
}

.slider {
    opacity: 0;
    transition: opacity .3s linear;
}

.slider.slick-initialized {
    opacity: 1;
}

/* sec-01 */
#sec-01 {
    background-color: #d5f0ff
}

#sec-01 .col-wrap {
    display: flex;
    width: 100%;
}

#sec-01 .col-wrap .col-text {
    width: 50%;
}

#sec-01 .col-wrap .col-text .c-title {
    display: block;
    line-height: 1;
}

#sec-01 .col-wrap .col-text .c-title .text {
    display: block;
    line-height: 1.5;
    letter-spacing: 0.01em;
    font-size: 3.4vw;
}

#sec-01 .col-wrap .col-text .c-text {
    display: block;
    line-height: 1;
}

#sec-01 .col-wrap .col-text .c-text .text {
    display: block;
    line-height: 2.5;
    letter-spacing: 0.01em;
}

#sec-01 .col-wrap .col-image {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

#sec-01 .col-wrap .col-image .items {
    display: block;
    padding-left: 30px;
    padding-bottom: 30px;
}

#sec-01 .col-wrap .col-image .items img {
    display: block;
    max-width: 536px;
}

@media (max-width: 991px) {
    #sec-01 .col-wrap {
        display: block;
    }

    #sec-01 .col-wrap .col-text {
        width: 100%;
    }

    #sec-01 .col-wrap .col-text .c-title .text {
        font-size: 34px;
    }

    #sec-01 .col-wrap .col-text .c-text .text {
        line-height: 2;
    }

    #sec-01 .col-wrap .col-image {
        width: 100%;
        display: block;
    }

    #sec-01 .col-wrap .col-image .items {
        display: table;
        padding-left: 0;
        padding-bottom: 0;
        margin: 30px auto 0;
    }
}

@media (max-width: 480px) {
    #sec-01 .col-wrap .col-text .c-title .text {
        font-size: 25px;
    }

    #sec-01 .col-wrap .col-text .c-text .text {
        line-height: 1.8;
    }

    #sec-01 .col-wrap .col-image .items {
        display: table;
        padding-left: 0;
        padding-bottom: 0;
        margin: 30px auto 0;
    }
}

/* about-wrap */
.about-wrap {
    display: flex;
    padding-top: 30px;
    width: calc(100% + 5%);
    margin-left: -2.5%;
    margin-right: -2.5%;
}

.about-wrap .item-box {
    width: 33.33333% ;
    width : -webkit-calc(100% / 3) ;
    width : calc(100% / 3) ;
    padding: 0 2.5%;
}

.about-wrap .item-box .img-header {
    display: block;
    position: relative;
}

.about-wrap .item-box .img-header .number {
    display: table;
    position: absolute;
    z-index: 1;
    left: 50%;
    -webkit-transform: translateX(-50%);
    /* Safari用 */
    transform: translateX(-50%);
    top: -35px;
}

.about-wrap .item-box .img-header .number .text {
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 0.008em;
    color: #0ca7ad;
    font-style: italic;
}

.about-wrap .item-box .img-header .image {
    display: block;
    text-align: center;
}

.about-wrap .item-box .img-header .image img {
    width: 100%;
    max-width: 315px;
    height: auto;
    margin: 0 auto;
}

.about-wrap .item-box .text-box {
    display: block;
}

.about-wrap .item-box .text-box .c-title {
    display: block;
    text-align: center;
    line-height: 1;
    border-bottom: 1px solid #a2a7b3;
}

.about-wrap .item-box .text-box .c-title .text {
    color: #0ca7ad;
    display: block;
    line-height: 1.1;
    letter-spacing: 0.05em;
}

.about-wrap .item-box .text-box .c-text {
    display: block;
}

.about-wrap .item-box .text-box .c-text .text {
    display: block;
    line-height: 1.8;
    letter-spacing: 0.01em;
}

@media (max-width: 768px) {
    .about-wrap {
        display: block;
        padding-top: 0;
        width: 100%;
        margin: 0;
    }

    .about-wrap .item-box {
        width: 100%;
        padding: 0;
        margin-top: 30px;
        margin-bottom: 60px;
        display: flex;
    }

    .about-wrap .item-box .img-header {
        width: 30%;
    }

    .about-wrap .item-box .img-header .number {
        display: table;
        position: absolute;
        z-index: 1;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        top: -35px;
    }

    .about-wrap .item-box .img-header .number .text {
        font-weight: 600;
        line-height: 1.1;
        letter-spacing: 0.008em;
        color: #0ca7ad;
        font-style: italic;
    }

    .about-wrap .item-box .img-header .image {
        display: block;
        text-align: center;
    }

    .about-wrap .item-box .img-header .image img {
        width: 100%;
        max-width: 315px;
        height: auto;
        margin: 0 auto;
    }

    .about-wrap .item-box .text-box {
        width: 100%;
        flex: 1;
        padding-left: 20px;
    }

    .about-wrap .item-box .text-box .c-title {
        padding-top: 0;
        margin-top: -30px;
    }
}

@media (max-width: 480px) {
    .about-wrap {
        display: block;
        padding-top: 0;
        width: 100%;
        margin: 0;
    }

    .about-wrap .item-box {
        width: 100%;
        padding: 0;
        margin-top: 70px;
        margin-bottom: 60px;
        display: block;
    }

    .about-wrap .item-box .img-header {
        width: 70%;
        margin: 0 auto;
    }

    .about-wrap .item-box .img-header .number {
        display: table;
        position: absolute;
        z-index: 1;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        top: -30px;
    }

    .about-wrap .item-box .img-header .number .text {
        font-weight: 600;
        line-height: 1.1;
        letter-spacing: 0.008em;
        color: #0ca7ad;
        font-style: italic;
        font-size: 5rem;
    }

    .about-wrap .item-box .img-header .image {
        display: block;
        text-align: center;
    }

    .about-wrap .item-box .img-header .image img {
        width: 100%;
        max-width: 315px;
        height: auto;
        margin: 0 auto;
    }

    .about-wrap .item-box .text-box {
        width: 100%;
        flex: 1;
        padding-left: 0;
    }

    .about-wrap .item-box .text-box .c-title {
        padding-top: 0;
        margin-top: 20px;
    }
}

/* サービス紹介 */
#sec-03 {
    background-color: #e9f6fd;
}

#sec-03 .sec-contents {
}

#sec-03 .sec-contents .sv-box {
    display: flex;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 50px;
}

#sec-03 .sec-contents .sv-box .sv-image {
    display: block;
    width: 47%;
}

#sec-03 .sec-contents .sv-box .sv-image img {
    display: block;
    width: 100%;
    max-width: 520px;
    height: 100%;
}

#sec-03 .sec-contents .sv-box .sv-contents {
    display: block;
    width: 53%;
    background-color: #fff;
    padding: 40px;
}

#sec-03 .sec-contents .sv-box .sv-contents .sv-ttl {
    display: block;
    line-height: 1.1;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid #284fa2;
}

#sec-03 .sec-contents .sv-box .sv-contents .sv-ttl .text {
    display: block;
    line-height: 1.3;
    color: #284fa2;
}

#sec-03 .sec-contents .sv-box .sv-contents .sv-text {
    display: block;
}

#sec-03 .sec-contents .sv-box .sv-contents .sv-text .text {
    display: block;
    letter-spacing: 0.01em;
    line-height: 1.8;
}

#sec-03 .sec-contents .sv-box .sv-contents .sv-text .text .text-col {
    color: #0ca7ad;
}

@media (max-width: 768px) {
    #sec-03 .sec-contents .sv-box {
        display: block;
        border-radius: 10px;
    }

    #sec-03 .sec-contents .sv-box .sv-image {
        width: 100%;
    }

    #sec-03 .sec-contents .sv-box .sv-image img {
        max-width: inherit;
    }

    #sec-03 .sec-contents .sv-box .sv-contents {
        width: 100%;
        padding: 20px;
    }
}

/* Q&A */
#sec-qa {
}

#sec-qa .qa-box {
    position: relative;
    width: 100%;
}

#sec-qa .qa-box .c-wrap {
    background-color: #fff;
    border: 2px solid #000;
    border-radius: 10px;
    padding: 20px 40px;
    cursor: pointer;
    margin-bottom: 22px;
}

#sec-qa .qa-box .c-wrap:last-child {
    margin: 0;
}

#sec-qa .qa-box .c-wrap .qbox {
    position: relative;
    padding-right: 50px;
}

#sec-qa .qa-box .c-wrap .qbox .c-box {
    display: flex;
    align-items: center;
}

#sec-qa .qa-box .c-wrap .qbox .c-box .icon-q {
    display: block;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: #fff100;
}

#sec-qa .qa-box .c-wrap .qbox .c-box .icon-q .icon {
    display: table;
    line-height: 42px;
    margin: 0 auto;
}

#sec-qa .qa-box .c-wrap .qbox .c-box .text-q {
    display: block;
    padding-left: 18px;
    width: 100%;
    flex: 1;
}

#sec-qa .qa-box .c-wrap .qbox .c-box .text-q .text {
    display: block;
    font-feature-settings: "palt";
    line-height: 1.3;
    text-align: justify;
}

#sec-qa .qa-box .c-wrap .qbox .icon-open {
    display: table;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#sec-qa .qa-box .c-wrap .qbox .icon-open span {
    position: relative;
}

#sec-qa .qa-box .c-wrap .qbox .icon-open span:before {
    content: "";
    display: block;
    width: 20px;
    height: 3px;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all 0.28s ease;
}

#sec-qa .qa-box .c-wrap .qbox .icon-open span:after {
    content: "";
    display: block;
    width: 3px;
    height: 20px;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all 0.28s ease;
    visibility: visible;
    opacity: 1;
}

#sec-qa .qa-box .c-wrap .qbox.open .icon-open span:after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
    visibility: hidden;
    opacity: 0;
}

#sec-qa .qa-box .c-wrap .abox {
    padding-top: 50px;
    padding-left: 15px;
    display: none;
}

#sec-qa .qa-box .c-wrap .abox .c-box {
    display: flex;
}

#sec-qa .qa-box .c-wrap .abox .c-box .icon-a {
    display: block;
    padding-top: 5px;
}

#sec-qa .qa-box .c-wrap .abox .c-box .icon-a .icon {
    display: block;
    line-height: 1;
}

#sec-qa .qa-box .c-wrap .abox .c-box .text-a {
    display: block;
    padding-left: 30px;
    padding-right: 50px;
}

#sec-qa .qa-box .c-wrap .abox .c-box .text-a .text {
    display: block;
    font-feature-settings: "palt";
    line-height: 1.8;
    text-align: justify;
}

@media (max-width: 768px) {
    #sec-qa {
    }

    #sec-qa .qa-box {
        /* position: relative; */
        /* width: 100%; */
    }

    #sec-qa .qa-box .c-wrap {
        /* background-color: #fff; */
        /* border: 2px solid #000; */
        /* border-radius: 10px; */
        padding: 17px 15px;
        /* cursor: pointer; */
        /* margin-bottom: 22px; */
    }

    #sec-qa .qa-box .c-wrap:last-child {
        margin: 0;
    }

    #sec-qa .qa-box .c-wrap .qbox {
        /* position: relative; */
        padding-right: 25px;
    }

    #sec-qa .qa-box .c-wrap .qbox .c-box {
        /* display: flex; */
        /* align-items: center; */
    }

    #sec-qa .qa-box .c-wrap .qbox .c-box .icon-q {
        /* display: block; */
        width: 25px;
        height: 25px;
        /* border-radius: 50%; */
        /* background-color: #fff100; */
    }

    #sec-qa .qa-box .c-wrap .qbox .c-box .icon-q .icon {
        /* display: table; */
        line-height: 25px;
        font-size: 15px;
        /* margin: 0 auto; */
    }

    #sec-qa .qa-box .c-wrap .qbox .c-box .text-q {
        /* display: block; */
        padding-left: 10px;
    }

    #sec-qa .qa-box .c-wrap .qbox .c-box .text-q .text {
        /* display: block; */
        /* font-feature-settings: "palt"; */
        /* line-height: 1.3; */
    }

    #sec-qa .qa-box .c-wrap .qbox .icon-open {
        /* display: table; */
        /* position: absolute; */
        /* right: 10px; */
        /* top: 50%; */
        /* -webkit-transform: translateY(-50%); */
        /* transform: translateY(-50%); */
    }

    #sec-qa .qa-box .c-wrap .qbox .icon-open span {
        /* position: relative; */
    }

    #sec-qa .qa-box .c-wrap .qbox .icon-open span:before {
        /* content: ""; */
        /* display: block; */
        width: 15px;
        height: 2px;
        /* background-color: #000; */
        /* position: absolute; */
        /* top: 50%; */
        /* left: 50%; */
        /* -webkit-transform: translate(-50%, -50%); */
        /* transform: translate(-50%, -50%); */
        /* transition: all 0.28s ease; */
    }

    #sec-qa .qa-box .c-wrap .qbox .icon-open span:after {
        /* content: ""; */
        /* display: block; */
        width: 2px;
        height: 15px;
        /* background-color: #000; */
        /* position: absolute; */
        /* top: 50%; */
        /* left: 50%; */
        /* -webkit-transform: translate(-50%, -50%); */
        /* transform: translate(-50%, -50%); */
        /* transition: all 0.28s ease; */
        /* visibility: visible; */
        /* opacity: 1; */
    }

    #sec-qa .qa-box .c-wrap .qbox.open .icon-open span:after {
        -webkit-transform: translate(-50%, -50%) rotate(90deg);
        transform: translate(-50%, -50%) rotate(90deg);
        visibility: hidden;
        opacity: 0;
    }

    #sec-qa .qa-box .c-wrap .abox {
        padding-top: 15px;
        padding-left: 8px;
        display: none;
    }

    #sec-qa .qa-box .c-wrap .abox .c-box {
        /* display: flex; */
    }

    #sec-qa .qa-box .c-wrap .abox .c-box .icon-a {
        /* display: block; */
        padding-top: 5px;
    }

    #sec-qa .qa-box .c-wrap .abox .c-box .icon-a .icon {
        /* display: block; */
        /* line-height: 1; */
        font-size: 15px;
    }

    #sec-qa .qa-box .c-wrap .abox .c-box .text-a {
        /* display: block; */
        padding-left: 15px;
        padding-right: 25px;
    }

    #sec-qa .qa-box .c-wrap .abox .c-box .text-a .text {
        display: block;
        font-feature-settings: "palt";
        line-height: 1.8;
    }
}

#sec-qa .faq-contact {
}

#sec-qa .faq-contact .wrap {
    max-width: 825px;
    position: relative;
}

#sec-qa .faq-contact .fc-title {
    display: block;
    text-align: center;
    padding-bottom: 10px;
}

#sec-qa .faq-contact .fc-title .text {
    display: block;
    line-height: 1.1;
    font-feature-settings: "palt";
}

#sec-qa .faq-contact .fc-wrap {
    display: block;
    text-align: center;
}

#sec-qa .faq-contact .fc-wrap .fc-tel {
    display: block;
}

#sec-qa .faq-contact .fc-wrap .fc-tel .tel {
    display: table;
    margin: 25px auto 0;
}

#sec-qa .faq-contact .fc-wrap .fc-tel .fc-footer {
    display: flex;
    padding-top: 30px;
    padding-bottom: 20px;
    align-items: center;
    justify-content: center;
}

#sec-qa .faq-contact .fc-wrap .fc-tel .fc-footer .title {
    display: block;
    line-height: 28px;
    width: 120px;
    height: 32px;
    border: 1px solid #000;
    letter-spacing: 0.01em;
}

#sec-qa .faq-contact .fc-wrap .fc-tel .fc-footer .text {
    display: block;
    padding-left: 10px;
    letter-spacing: 0.03em;
    font-feature-settings: "palt";
}

#sec-qa .faq-contact .wrap .item01 {
    display: table;
    position: absolute;
    left: 0;
    bottom: -2px;
}

#sec-qa .faq-contact .wrap .item01 img {
}

#sec-qa .faq-contact .wrap .item02 {
    display: table;
    position: absolute;
    right: 0;
    bottom: -5px;
}

#sec-qa .faq-contact .wrap .item02 img {
}

@media (max-width: 768px) {
    #sec-qa .faq-contact {
    }
    
    #sec-qa .faq-contact .wrap {
        max-width: 825px;
        position: relative;
    }
    
    #sec-qa .faq-contact .fc-title {
        display: block;
        text-align: center;
        padding-bottom: 10px;
    }
    
    #sec-qa .faq-contact .fc-title .text {
        display: block;
        line-height: 1.1;
        font-feature-settings: "palt";
    }
    
    #sec-qa .faq-contact .fc-wrap {
        display: block;
        text-align: center;
    }
    
    #sec-qa .faq-contact .fc-wrap .fc-tel {
        display: block;
    }
    
    #sec-qa .faq-contact .fc-wrap .fc-tel .tel {
        display: table;
        margin: 25px auto 0;
    }
    
    #sec-qa .faq-contact .fc-wrap .fc-tel .fc-footer {
        display: block;
        padding-top: 30px;
        padding-bottom: 20px;
        align-items: center;
        justify-content: center;
    }
    
    #sec-qa .faq-contact .fc-wrap .fc-tel .fc-footer .title {
        margin: 0px auto 10px;
    }
    
    #sec-qa .faq-contact .fc-wrap .fc-tel .fc-footer .text {
        display: block;
        padding-left: 10px;
        letter-spacing: 0.03em;
        font-feature-settings: "palt";
    }
    
    #sec-qa .faq-contact .wrap .item01 {
        width: 90px;
    }
    
    #sec-qa .faq-contact .wrap .item01 img {
    }
    
    #sec-qa .faq-contact .wrap .item02 {
        width: 55px;
    }
    
    #sec-qa .faq-contact .wrap .item02 img {
    }
}




/* アクセス */
#sec-04 {
    background-color: #e9f6fd;
}

#sec-04 .map-box {
    position: relative;
    width: 100%;
}

#sec-04 .map-box:before {
    content: "";
    display: block;
    padding-top: 51.0204%;
}

#sec-04 .map-box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* 会社概要 */
#sec-05 {
}

#sec-05 .company-info {
    background-color: #fff;
    padding: 50px 85px;
    border-radius: 20px;
}

#sec-05 .company-info dl {
    display: flex;
    width: 100%;
    align-items: center;
    padding: 25px 0;
    border-bottom: 1px solid #dcdcdc;
}

#sec-05 .company-info dl:last-child {
    border: none;
}

#sec-05 .company-info dl dt {
    width: 18%;
}

#sec-05 .company-info dl dt .text {
    display: block;
    letter-spacing: 0.01em;
    line-height: 1.4;
}

#sec-05 .company-info dl dd {
    width: 100%;
    flex: 1;
}

#sec-05 .company-info dl dd .text {
    display: block;
    letter-spacing: 0.01em;
    line-height: 1.4;
}

@media (max-width: 768px) {
    #sec-05 .company-info {
        padding: 20px 30px;
        border-radius: 10px;
    }

    #sec-05 .company-info dl {
        display: block;
        padding: 20px 0;
    }

    #sec-05 .company-info dl dt {
        width: 100%;
        padding-bottom: 10px;
    }

    #sec-05 .company-info dl dt .text {
        font-weight: bold;
    }
}

#sec-05 .shop-box {
    display: flex;
    margin-bottom: 50px;
}

#sec-05 .shop-box .sv-image {
    display: block;
    width: 50%;
    overflow: hidden;
    border-radius: 20px;
}

#sec-05 .shop-box .sv-image img {
    display: block;
    width: 100%;
    height: 100%;
}

#sec-05 .shop-box .sv-contents {
    display: block;
    width: 50%;
    padding: 20px 80px 20px 60px;
}

#sec-05 .shop-box .sv-contents .sv-ttl {
    display: block;
    line-height: 1.1;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid #284fa2;
}

#sec-05 .shop-box .sv-contents .sv-ttl .text {
    display: block;
    line-height: 1.3;
    color: #284fa2;
}

#sec-05 .shop-box .sv-contents .sv-text {
    display: block;
}

#sec-05 .shop-box .sv-contents .sv-text .text {
    display: block;
    letter-spacing: 0.01em;
    line-height: 1.8;
}

#sec-05 .shop-box .sv-contents .sv-text .text .text-col {
    color: #0ca7ad;
}

@media (max-width: 768px) {
    #sec-05 .shop-box {
        display: block;
        border-radius: 10px;
    }

    #sec-05 .shop-box .sv-image {
        width: 100%;
    }

    #sec-05 .shop-box .sv-image img {
        max-width: inherit;
    }

    #sec-05 .shop-box .sv-contents {
        width: 100%;
        padding: 30px 0 0;
    }
}

/* 採用情報 */
#sec-06 {
}

#sec-06 .mani-col {
    display: flex;
}

#sec-06 .mani-col .col-left {
    width: 40%;
}

#sec-06 .mani-col .col-left .sec-text {
    display: block;
}

#sec-06 .mani-col .col-left .sec-text .text {
    display: block;
    line-height: 1.8;
    letter-spacing: 0.01em;
}

#sec-06 .mani-col .col-right {
    width: 100%;
    flex: 1;
}

#sec-06 .mani-col .col-right .item {
    display: block;
    margin-top: -30px;
}

#sec-06 .mani-col .col-right .item img {
    display: block;
    max-width: 486px;
    height: auto;
    margin: 0 auto;
}

@media (max-width: 768px) {
    #sec-06 .mani-col {
        display: block;
    }

    #sec-06 .mani-col .col-left {
        width: 100%;
    }

    #sec-06 .mani-col .col-right .item {
        display: block;
        margin-top: 30px;
    }

    #sec-06 .mani-col .col-right .item img {
        display: block;
        max-width: 486px;
        height: auto;
        margin: 0 auto;
    }
}

#sec-06 .btn-sec06 {
    display: block;
    border-radius: 40px;
    max-width: 300px;
    width: 80%;
    background: rgb(255,151,70);
    background: linear-gradient(90deg, rgba(255,151,70,1) 0%, rgba(254,126,92,1) 46%, rgba(252,99,116,1) 100%);
}

#sec-06 .btn-sec06 .btn-box {
    display: flex;
    padding: 26px 30px 26px 40px;
    align-items: center;
    justify-content: space-between;
    line-height: 1.1;
}

#sec-06 .btn-sec06 .btn-box .text {
    display: table;
    letter-spacing: 0.01em;
    line-height: 1.1;
    color: #fff;
}

#sec-06 .btn-sec06 .btn-box .arrow {
    display: block;
    width: 12px;
    height: 12px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg);
    transition: all 0.28s ease;
}

#sec-06 .btn-sec06:hover .btn-box .arrow {
    margin-right: -10px;
}

@media (max-width: 768px) {
    #sec-06 .btn-sec06 {
        margin: 0 auto;
    }
}
