@charset "UTF-8";
@import "base.css";
@import "fonts.css";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&family=Noto+Sans+JP:wght@300;400;500;700&display=swap');
/*==========================================================*/
/*  Copyright (C) 2009 株式会社フリーセル All Rights Reserved.  */
/*==========================================================*/

/* CUSTOM FONT - TEXT */
h1,h2,h3,h4,h5,h6,input,button,textarea,select,p,blockquote,th,td,pre,address,li,dt,dd{font-size:160%}
h1,h2,h3,h4,h5,h6{line-height:1.4em}
img{max-width:100%;vertical-align:bottom}
a{color:#05353C;transition:all .2s;text-decoration:none}
table{width:100%}
p{margin:0 0 1.5em}
p:last-child{margin-bottom:0}
p,dd,td,th,li{line-height:1.7em}

/* CUSTOM ALL */
html{background:#fff}
body{color:#05353C;-webkit-text-size-adjust:none;min-width:320px;font-family: 'Noto Sans JP', sans-serif;}
*{box-sizing:border-box;outline:none}
::before,::after{box-sizing:border-box}
#wrapper{min-width:1340px;overflow:hidden;}
.inner{width:1280px;margin:0 auto}
.inner-sm{width:1200px;margin:0 auto}
/* CUSTOM HAMBUGER */
.hamburger{font:inherit;display:block;overflow:visible;margin:0;padding:10px 8px 5px;cursor:pointer;transition-timing-function:linear;transition-duration:.15s;transition-property:opacity,filter;text-transform:none;color:inherit;border:0}
.hamburger-box{position:relative;display:inline-block;width:35px;height:24px}
.hamburger-inner{top:50%;display:block;margin-top:-2px}
.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before{position:absolute;width:35px;height:2px;transition-timing-function:ease;transition-duration:.15s;transition-property:transform;border-radius:4px;background-color:#000}
.hamburger-inner:after,
.hamburger-inner:before{display:block;content:""}
.hamburger-inner:before{top:-10px}
.hamburger-inner:after{bottom:-10px}
.hamburger--3dxy .hamburger-box{perspective:80px}
.hamburger--3dxy .hamburger-inner{transition:transform .15s cubic-bezier(0.645,0.045,0.355,1),background-color 0 cubic-bezier(0.645,0.045,0.355,1) .1s}
.hamburger--3dxy .hamburger-inner:after,
.hamburger--3dxy .hamburger-inner:before{transition:transform 0 cubic-bezier(0.645,0.045,0.355,1) .1s}
.hamburger--3dxy.is-active .hamburger-inner{transform:rotateX(180deg) rotateY(180deg);background-color:transparent!important}
.hamburger--3dxy.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}
.hamburger--3dxy.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}
.hamburger--3dxy-r .hamburger-box{perspective:80px}
.hamburger--3dxy-r .hamburger-inner{transition:transform .15s cubic-bezier(0.645,0.045,0.355,1),background-color 0 cubic-bezier(0.645,0.045,0.355,1) .1s}
.hamburger--3dxy-r .hamburger-inner:after,
.hamburger--3dxy-r .hamburger-inner:before{transition:transform 0 cubic-bezier(0.645,0.045,0.355,1) .1s}
.hamburger--3dxy-r.is-active .hamburger-inner{transform:rotateX(180deg) rotateY(180deg) rotate(-180deg);background-color:transparent!important}
.hamburger--3dxy-r.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}
.hamburger--3dxy-r.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}

/* CUSTOM CLASS */
.section{padding:0 0 30px}
.section .section{padding:0 0 10px}
.image-l{float:left;margin:0 55px 0 0}
.image-r{float:right;margin:0 0 0 55px}
.position-rel{position:relative}

.flex{display:flex}
.flex-wrap{display:flex;flex-wrap:wrap}
.flex-center{display: flex; justify-content: center; align-items: center;}
.flex-between{display: flex; justify-content: space-between;}
.flex-align{display:flex;align-items:center;justify-content:space-between}
.flex-col{display:flex;flex-direction: column;}
.flex-col-center{display: flex; justify-content: center; align-items: center; flex-direction: column;}

.bold{font-weight: 700!important;}
.left{text-align:left!important}
.center{text-align:center!important}
.right{text-align:right!important}
.auto{margin-left: auto !important; margin-right: auto !important;}

.box-640,.box-560,.box-520,.box-460,.box-420,.box-360{display:none!important}
.idx-fixed{position:fixed!important;z-index:9999}


/*==========================================================
                       H E A D E R
==========================================================*/
#header{position: relative;max-width: 1920px;margin: 0 auto;}
#header::after{ content: ""; position: absolute; width: 1800px; height:2030px; background: url('../images/header-bg.png') no-repeat center /cover; top: -2030px; right: -530px; z-index: -1; transition: all 2s; -webkit-transition: all 2s; -moz-transition: all 2s; -ms-transition: all 2s; -o-transition: all 2s; }
#header.animate::after{top: -1315px;}


.box-header{width:100%;position: fixed; z-index: 9999;  margin: 0 auto;background-color: transparent;}
.box-header .inner{width: 100%;max-width: 1640px; margin: 0 auto; padding: 0 20px; }
.logo{display:block;margin: 0 auto 15px 0}
.h-information{ width:100%; display:flex; justify-content:space-between; height: 90px; align-items: flex-end; transition: all 0.3s; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; }

.header-contact a{font-size: 17px;font-weight: bold;color: #FFF;width: 180px;height: 90px;border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;background-color: #C2BD18;text-align: center;display: flex;justify-content: center;align-items: flex-end;padding-bottom: 19px;}
.header-contact a span{display: inline-block;position: relative;padding-right: 30px;}
.header-contact a span::after{content: "";position: absolute;width: 21px;height: 15px;background: url('../images/ic-right.png') no-repeat center /cover;right: -6px;top: calc(50% - 6px);z-index: 1;}
.main-nav ul li.no-link a{color:#F0EFED !important; pointer-events: none;}

/*==========================================================
                        S E A R C H
==========================================================*/

.search-form__area {
    background: #31A2B2;
    border-radius: 0 0 8px 8px;
    cursor: pointer;
    height: 90px;
    margin-right: 5px;
    position: relative;
    transition: .3s;
    width: 60px;
}

.search-form__area .btn-open {
    display: block;
    height: 100%;
    position: relative;
    width: 100%;
}

.search-form__area .btn-open::after{
    background-image: url("../images/icon_search.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 18px;
    content: "";
    height: 18px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 18px;
}

.search-form__area .search-form {
    background: #31A2B2;
    border-radius: 0 0 8px 8px;
    bottom: 0;
    opacity: 0;
    padding: 35px 45px 5px 20px;
    position: absolute;
    right: 0;
    transition: .3s;
    visibility: hidden;
    width: 450px;
    z-index: 999;
}

.search-form__area .btn-close {
    bottom: 25px;
    cursor: pointer;
    height: 20px;
    position: absolute;
    right: 13px;
    width: 20px;
}

.search-form__area .btn-close::before{
    background: #fff;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 8px;
    width: 100%;
    transform: rotate(45deg);
}

.search-form__area .btn-close::after{
    background: #fff;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 8px;
    width: 100%;
    transform: rotate(-45deg);
}

.search-form__area .search-form.is-active {
    opacity: 1;
    visibility: visible;
}

/*==========================================================
                        S L I D E R
==========================================================*/
/*========= MENU FIXED EFFECT =======*/
@-webkit-keyframes scrolltop {
    0%{transform:translate(50%,-130px);opacity:0;transition:ease-in-out}
    100%{transform:translate(50%,0);opacity:1}
}
@-moz-keyframes scrolltop {
    0%{transform:translate(50%,-90px);opacity:0;transition:ease-in-out}
    100%{transform:translate(50%,0);opacity:1}
}
@keyframes scrolltop {
    0%{transform:translate(50%,-90px);transform-origin:center;opacity:0;transition:ease-in-out}
    100%{ transform:translate(50%,0); opacity:1; }
}
.box-header.idx-fixed{ animation: scrolltop 1s; animation-iteration-count: 1; -webkit-animation: scrolltop 1s; background:#fff;width:100%; position: fixed;}
.visual-h2{font-size: 50px;color: #005F73;font-weight: bold;margin-bottom: 15px;}
.visual-sub{font-size: 25px;margin-bottom: 18px;color: #005F73;}
.visual-slogan{font-size: 22px; color: #00353D; font-weight: bold;font-family: 'Montserrat', sans-serif;}

/* ============== SLIDER 02 ============== */
#wrap-slider{padding: 135px 0 90px;}
.main-visual-img{position: relative; width: 590px; height: 581px; display: flex; justify-content: center; align-items: center;}
.main-visual-img-logo{position: relative; z-index: 5; width: 134px; z-index: 10;}
.main-visual-img-logo::after{content: "";width: 162px;height: 183px;background: url('../images/main-img01_1.png') no-repeat center /cover; left: calc(50% - 81px); top: calc(50% - 92px); z-index:-1; position: absolute;}
.main-visual-img-ab{position: absolute; width: 279px;}
.main-visual-img-ab.ite01{top: 0;left: calc(50% - 140px);}
.main-visual-img-ab.ite02{left: 0;bottom: 0;}
.main-visual-img-ab.ite03{right: 0;bottom: 0;}


.main-visual-img-logo{ transform:scale(0) ; transition: all 2s; transition-delay: 1.6s;}
.main-visual-img-logo::after{ transform:rotate(360deg) ; -webkit-transform:rotate(360deg) ; -moz-transform:rotate(360deg) ; -ms-transform:rotate(360deg) ; -o-transform:rotate(360deg) ; transition: all 2s; -webkit-transition: all 2s; -moz-transition: all 2s; -ms-transition: all 2s; -o-transition: all 2s; transition-delay: 1.6s;}

.main-visual-img-ab{ transition: all 2s; transition-delay: 1.6s; opacity: 0; }
.main-visual-img-ab.ite01{top: -500px;}
.main-visual-img-ab.ite02{left: -500px; bottom: -500px;}
.main-visual-img-ab.ite03{right: -500px; bottom: -500px;}
.main-visual-img{ transition: all 1.6s !important; transform: none !important;  }
.main-visual-content{ transition:all 1s ; }
.main-visual-img.aos-animate .main-visual-img-logo{ transform:scale(1); }
.main-visual-img.aos-animate .main-visual-img-logo::after{ transform:rotate(0) ; -webkit-transform:rotate(0) ; -moz-transform:rotate(0) ; -ms-transform:rotate(0) ; -o-transform:rotate(0) ; }
.main-visual-img.aos-animate .main-visual-img-ab{opacity: 1;}
.main-visual-img.aos-animate .main-visual-img-ab.ite01{top: 0;}
.main-visual-img.aos-animate .main-visual-img-ab.ite02{left: 0;bottom: 0;}
.main-visual-img.aos-animate .main-visual-img-ab.ite03{right: 0; bottom: 0;}


/*==========================================================
                       M A I N
==========================================================*/
.top-h4{font-size: 22px;font-weight: bold;color: #005F73;text-align: center;}

.h3-en{font-size: 16px;font-weight: 500;color: #31A2B2;text-align: center;text-transform: uppercase;position: relative;padding-top: 50px;letter-spacing: 0.05rem;margin-bottom: 40px;font-family: 'Montserrat', sans-serif;}
.h3-en::before{content: "";position: absolute;width: 2px;height: 80px;background-color: #31A2B2;left: calc(50% - 1px);top: -36px;z-index: 1;}
h2{font-size: 34px;text-align: center;font-weight: bold;color: #005F73;}
h2:not(:last-child){margin-bottom: 45px;}
.cl-green{color: #80CC9E !important; }
.cl-pink{color: #EAA2B4 !important; }
.cl-violet{color: #B499C8 !important; }
.cl-blue{color: #5092C2 !important; }
.cl-white{color: #ffffff !important; }

.wp-cate{background-color:#31A2B2;padding: 2px 12px 3px;text-align: center;color: #FFF;font-size: 14px;display: inline-block;line-height: 1.2;margin-bottom: 7px;}
.wp-title{font-size: 20px;font-weight: bold;color: #005F73;margin-bottom: 36px;line-height: 1.55;text-overflow: ellipsis; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.wp-list{display: flex;margin-bottom: 40px;flex-wrap: wrap}
.wp-list li{width: calc(calc(100% - 80px) / 3); max-width: 400px;}
.wp-list li:not(:last-child){margin-right: 40px;}
.wp-list img{ display: inline-block; transition:all 0.3s ; -webkit-transition:all 0.3s ; -moz-transition:all 0.3s ; -ms-transition:all 0.3s ; -o-transition:all 0.3s ; position: relative; top: 50%; left: 50% ; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); }


.btn-sm a{ font-weight: bold; color: #C2BC36; width: 220px; height: 34px; border-radius: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; display: flex; justify-content: center; align-items: center; margin: 0 auto; border: 1px solid #C2BC36; background: url('../images/sec02-ite-btn-ic.png') no-repeat center right 10px /21px; padding-bottom: 2px;}
.btn-primary a{width: 300px;height: 60px;display: flex;justify-content: center;align-items: center;font-size: 18px;color: #fff;font-weight: bold;background: url('../images/ic-right.png') no-repeat center right 17px /21px #C2BD18;border-radius:8px;-webkit-border-radius:8px;-moz-border-radius:8px;-ms-border-radius:8px;-o-border-radius:8px;}
.btn-primary.center a,.btn-sm.center a{margin-left: auto; margin-right: auto;}

[data-aos=fade-up] { transform: translate3d(0,50px,0); -webkit-transform: translate3d(0,50px,0); -moz-transform: translate3d(0,50px,0); -ms-transform: translate3d(0,50px,0); -o-transform: translate3d(0,50px,0); }
/*==================== SEC01 ===================*/
#sec01{padding: 36px 0 55px;position: relative;max-width: 1920px;margin: 0 auto;}
#sec01::before{ content: ""; position: absolute; width: 1600px; height: 1806px; background: url('../images/sec01-bg.png') no-repeat center /cover; left: -1600px; top: -350px; z-index: -1; transition: all 2s ; -webkit-transition: all 2s ; -moz-transition: all 2s ; -ms-transition: all 2s ; -o-transition: all 2s ; }
#sec01.aos-animate::before{left: -1440px;}


.sec01-list dl dt{margin: 0 auto 15px auto;max-width: 300px;}
.sec01-list dl dt img{margin: 0 auto; display: block;}

/*==================== SEC02 ===================*/
#sec02{padding: 100px 0 80px;}
.sec02-des{text-align: center;font-size: 18px;color: #00353D;margin-bottom: 48px;}
.sec02-tt{text-align: center;font-size: 22px;font-weight: bold;color: #00353D;margin-bottom: 32px;text-transform: uppercase;font-family: 'Montserrat', sans-serif;}
.sec02-tt span{display: inline-block; position: relative;}
.sec02-tt span::before,.sec02-tt span::after{content: "";position: absolute; width: 200px; height: 1px; background-color: #00353D; top: calc(50% - 1px); z-index: 1;}
.sec02-tt span::before{left: -228px;}
.sec02-tt span::after{right: -229px;}

.sec02-list{display: flex;flex-wrap: wrap;justify-content: space-between;margin-bottom: 40px;}
.sec02-list dl:not(:last-child){margin-bottom: 38px;}
.sec02-list dl.big{width: 100%;}
.sec02-list dl dt{ position: relative; height: 40px; padding: 0 18px 0 18px; font-weight: bold; transform:translateY(15px) ; -webkit-transform:translateY(15px) ; -moz-transform:translateY(15px) ; -ms-transform:translateY(15px) ; -o-transform:translateY(15px) ; }
.sec02-list dl dd{padding: 40px 40px 40px;background-color: #F0EFED;}
.sec02-ite-icon{position: absolute;left: -20px;top: calc(50% - 68px);z-index: 2;}
.sec02-ite-icon img{max-width: 122px;}
.sec02-ite-tt span{font-size: 16px;}
.sec02-ite-slogan{width: 100%;height: 100%;display: flex;align-items: center;background-color: #00353D;padding-left: 15px;position: relative; justify-content: center;}
.sec02-ite-slogan::before{content: "";position: absolute;width: 35px;height: 40px;background: url('../images/sec02-ite-slogan-ic.png') no-repeat center /cover; left: -18px; z-index: -1; top: 0}
.sec02-ite-slogan::after{content: "";position: absolute;width: 35px;height: 40px;background: url('../images/sec02-ite-slogan-ic.png') no-repeat center /cover; right: -18px; z-index: -1; top: 0}
.sec02-ite-img{margin-bottom: 28px;}
.sec02-ite-img img{display: block;margin: 0 auto;}
/*==================== SEC03 ===================*/
#sec03{padding: 76px 0 23px;}
.sec03-list{display: flex; align-items: center; flex-wrap: wrap; justify-content: space-around;}
.sec03-list li{margin-bottom: 30px;max-width:160px}

/*==================== SEC04 ===================*/
#sec04{padding: 100px 0;}
.sec04-h3{text-align: center !important;}
.sec04-list.wp-list{margin-bottom: 72px;}
.sec04-list .sec04-ite-img{width: 100%; height: 220px; position: relative; overflow: hidden;}
.sec04-ite-img{margin-bottom: 0; position: relative; z-index: 1;}
.sec04-ite-box{padding: 13px 25px 26px;background: #F0EFED;width: calc(100% - 60px);margin: -28px auto 0 auto;position: relative;z-index: 2;}
.sec04-case-btn a{margin-left: 0;}

.wp-list .slick-dots{bottom: -38px;}
.wp-list .slick-dots li{width:12px;height:12px;border-radius:50%;background-color:#B7B6B6}
.wp-list .slick-dots li:not(:last-child){margin-right: 5px;}
.wp-list .slick-dots li:hover{opacity:.7}
.wp-list .slick-dots li.slick-active:hover{opacity:1}
.wp-list .slick-dots li.slick-active{background-color:#C2BC36}
.wp-list .slick-dots li button:before{content:""}
.wp-list .slick-list{z-index:1}
.wp-list .slick-dots{z-index:2}


.slick-prev,.slick-prev:focus{left: -52px;background:url(../images/ic-slider-left.png) no-repeat center /24px;}
.slick-next,.slick-next:focus{right: -50px;background:url(../images/ic-slider-right.png) no-repeat center /24px}
.slick-prev,.slick-next,.slick-prev:focus,.slick-next:focus{z-index:95;height:45px;width:24px}
.slick-prev:before,.slick-next:before{display:none}
.slick-next:hover{background:url(../images/ic-slider-righ-hvt.png) no-repeat center /24px;}
.slick-prev:hover{background:url(../images/ic-slider-left-hv.png) no-repeat center /24px;}
.sec04-case-tt{font-size: 22px; font-weight: bold; color: #00353D;font-family: 'Montserrat', sans-serif; text-transform: uppercase; text-align: center; max-width: 1280px; overflow: hidden; margin-bottom: -19px;}
.sec04-case-tt span{display: inline-block; position: relative;}
.sec04-case-tt span::before,.sec04-case-tt span::after{content: "";position: absolute; width: 600px; height: 2px; background-color: #00353D; top: calc(50% - 1px); z-index: 1;}
.sec04-case-tt span::before{left: -640px;}
.sec04-case-tt span::after{right: -640px;}

.sec04-case-flex{display: flex;justify-content: space-between;align-items: center;background-color: #F0EFED;padding: 50px 40px 38px;margin-bottom: 40px;}
.sec04-case-flex dl{width: 47.5%;display: flex;}
.sec04-case-flex dl dt{flex-shrink: 0;margin-right: 25px;}
.sec04-case-flex dl .sec04-case-tt01{margin-bottom: 5px;}
.sec04-case-flex dl .sec04-case-tt02{font-size: 18px; font-weight: bold; color: #005F73;line-height: 1.6; margin-bottom: 20px;}

.sec04-case-btn a{ width: 200px;}

/*==================== SEC05 ===================*/
#sec05{padding: 54px 0;}
.sec05-ite-img{margin-bottom: 0 !important; position: relative; overflow: hidden; height: 225px;background-color: #dedede;}
.sec05-ite-img img{ display: inline-block; top: 50%; left: 50%; position: absolute; transform: translate(-50%,-50%); -webkit-transform:; -moz-transform:; -ms-transform:; -o-transform:; }
.sec05-ite-box{background-color: #ebeff0;padding: 24px 25px 34px;}
.sec05-ite-flex{display: flex;justify-content: space-between;align-items: center;margin-bottom: 10px;}
.sec05-ite-date{color: #7A7A7A;margin-top: -4px;}
.sec05-ite-des{text-overflow: ellipsis; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical}
/*==================== SEC06 ===================*/
#sec06{padding: 100px 0 54px;}
.sec06-h3{text-align: center !important;}
.sec06-list{width: 100%;justify-content: center}
.sec06-list li{ background-color: #F0EFED; padding: 20px 23px 36px 25px; border-top: 2px solid #005F73; transition: all 0.3s ; -webkit-transition: all 0.3s ; -moz-transition: all 0.3s ; -ms-transition: all 0.3s ; -o-transition: all 0.3s ; }
.sec06-list .sec06-ite-time{border-bottom: 1px solid #b3bfc0;font-size: 18px;padding-bottom: 2px;margin-bottom: 13px;}
.sec06-list .sec06-ite-time .date{font-weight: bold; display: inline-block;}

/*==================== SEC07 ===================*/
#sec07{padding: 100px 0 120px;}
.sec07-list{max-width: 1000px;margin: 0 auto 41px auto;border-top: 2px solid #005F73;}
.sec07-list li{display: flex;padding: 19px 0 16px;border-bottom: 1px dashed #B7B6B6;}
.sec07-list li p{margin-bottom: 0;}
.sec07-ite-tt{text-overflow:ellipsis; overflow:hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.sec07-ite-date{flex-shrink: 0;width: 80px;margin-right: 23px;}
.sec07-ite-cate{width: 124px;height: 23px;margin-right: 20px;flex-shrink: 0;line-height: 1.3;white-space: nowrap;}

/*==========================================================
                        F O O T E R
==========================================================*/
footer{padding: 80px 0 0;background-color: #00353D;position: relative;}
.ft-box{display: flex;padding-bottom: 30px;}
.ft-logo{flex-shrink: 0;margin-right: auto;}
.ft-ite-link{padding-left: 20px; border-left: 1px solid #005F73;}
.solusion .ft-ite-link {height: 80%;}
.ft-ite-link-02{padding-left: 14px;}
.ft-ite-link.pd0{padding-left: 0;}
.ft-ite-link-sm{margin-bottom: 5px;font-size: 14px; font-weight: bold;}
.solusion .ft-ite-link-sm {color: #31A2B2;}
.ft-ite-link-big{margin-bottom: 10px;font-weight: bold;font-size: 16px;}
.ft-ite-link-big.no-link a{color: #505050; pointer-events: none;}
.ft-ite a,.ft-ite li{color: #FFF;}
.ft-ite li:not(.no-link){margin-left: 15px;}
.solusion .ft-ite li:not(.no-link){margin-left: 0;}
.ft-ite ul{padding-left: 14px;margin-bottom: 12px;}
.ft-ite ul.pd0{padding-left: 0;}
.ft-ite ul li{line-height: 1.5;}
.ft-ite ul li a{font-size: 14px;position: relative;padding-left: 10px;}
.ft-ite ul li a::before{content: ""; position: absolute; width: 4px; height: 1px; background-color: #FFF; left: 0; top: 12px; z-index: 1;}
.ft-ite-big .ft-ite-link-big:not(:last-child){margin-bottom: 37px;}
.solusion .ft-ite-big .ft-ite-link-big:not(:last-child){margin-bottom: 1.0416vw;}
.solusion .ft-logoArea {margin-bottom: 3.1614vw;}
.solusion .ft-logoArea img {width: 50%;}
.ft-ite-Area {display: grid;grid-template-columns: repeat(3,1fr);flex: 7;}
.solusion .ft-ite.ft-ite-big {flex: 1;}


address{display: flex;justify-content: space-between;border-top: 1px solid #fff;padding: 23px 0;}
address *{color: #FFF; font-size: 14px;}
.address-tt span:not(:last-child){margin-right: 40px;display: inline-block;}

/*============================= TO TOP =============================*/
.to-top-img{display:none}
.to-top img{width:100%}
.to-top{position:fixed;z-index:100;width:60px;height:60px;bottom:20px;right:20px;cursor:pointer;transition:all .2s;opacity:0;visibility:hidden}
.to-top.show{transform:scale(1);opacity:1;visibility:visible}

.button-fixed{ width: 212px; height: 239px; background: url('../images/button-fixed-bg.png') no-repeat center /cover; position: fixed; right: 10px; bottom: 20px; z-index: 102; display: flex; flex-direction: column; justify-content: center; align-items: center; right: -212px; transition:all 0.3s ; -webkit-transition:all 0.3s ; -moz-transition:all 0.3s ; -ms-transition:all 0.3s ; -o-transition:all 0.3s ;}
.button-fixed.active{ right: 10px;}
.button-fixed-tt{font-size: 22px;font-weight: bold;color: #C2BD18;text-align: center;margin-bottom: 5px;line-height: 1.4;}
.button-fixed-des{margin-bottom: 5px;text-align: center;color: #FFF;font-size: 14px;}
.button-fixed-btn a{ width: 131px; height: 26px; font-size: 14px; padding-right: 20px; display: flex; justify-content: center; align-items: center; color: #C2BC36; border: 1px solid #C2BC36; border-radius: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; background: url('../images/ic-right-sm.png') no-repeat center right 5px /17px; font-weight: bold;}
.button-fixed-close{ width: 26px; height: 30px; background: url('../images/ic-close-active.png') no-repeat center /cover;  top: 30px; position: absolute; z-index: 1; cursor: pointer; transition: all 0.3s; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; right:calc(100% + 5px)}
.button-fixed.active .button-fixed-close{right: 0;background: url('../images/ic-close.png') no-repeat center /cover; }



/*==========================================================
                        FIX-IE
==========================================================*/

@media screen\0 {
    body{zoom: 1 !important;}
}

/* EGDE */

@supports (-ms-ime-align: auto) {}

/* FIREFOX */

@-moz-document url-prefix() {}

/* Safari 10.1+ (which is the latest version of Safari at this time) */

@media not all and (min-resolution: 0.001dpcm) {}




