@charset "UTF-8";
@media screen and (min-width:320px) and (max-width:768px) {
}
.fade-in {
    opacity: 0;
    transition: opacity 0.5s ease;
}

.fade-in.show {
    opacity: 1;
}

.delay-1 {
    transition-delay: 0.3s;
}

.delay-2 {
    transition-delay: 0.6s;
}

.delay-3 {
    transition-delay: 0.9s;
}
.bottom-page .content{
    padding-bottom: 0px;
}
.about.bottom-page .content{
    padding-bottom: 0;
}
.align-c,
section .inner.align-c{
    text-align: center;
}
.align-l{
    text-align: left;
}
.target01.o0{
    padding-top: 80px;
}
.target01.o0.active{
    padding-top: 0px;
}
.target02.o0{
    padding-top: 20px;
}
.target02.o0.active{
    padding-top: 0px;
}
.slide-on-scroll {
    opacity: 0;
    transform: translateX(100%);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}


/* Active state: Fully visible and in position */
.slide-on-scroll.active {
    opacity: 1;
    transform: translateX(0);
}

section{
    position: relative;
}
section .inner{
    position: relative;
    padding: 0 16px;
    z-index: 10;
    max-width: 1010px;
    margin: -1px auto;
    text-align: left;
    box-sizing:border-box;
}
section.solution-sec .inner,
section.articles-sec .inner,
section.icons-sec .inner,
section.solution-product-des-sec .inner,
section.des-img-main-lead-wrap .inner{
    max-width: 100%;
}
section.des-img-main-lead-wrap.m-w-980 .inner{
    max-width: 980px;
}
section.solution-product-des-sec.m-w-980 .inner{
    max-width: 980px;
}
section.solution-product-des-sec.m-w-100p .inner{
    max-width: 100%;
}
section.box-shadow{
    box-shadow: 0px -3px 3px rgba(0, 0, 0, 0.16)
}

section .inner.pad-l-r-0{
    padding-left: calc(var(--base-s) * 0);
    padding-right: calc(var(--base-s) * 0);
}
section .inner.p-b-x4,
.p-b-x4{
    padding-bottom: calc(var(--base-s) * 4);
}
.p-l-r-x2{
    padding-left: calc(var(--base-s) * 2);
    padding-right: calc(var(--base-s) * 2);
}

section .inner:after {
  content: ".";
  height: 0;
  display: block;
  clear: both;
  visibility: hidden;
}
@media only screen and (min-width: 980px){
    section .inner{
        padding-top: calc(var(--base-s) * 2);
    }
    section.w-p-t-0 .inner{
        padding-top: calc(var(--base-s) * 0);
    }
}

section p{
    margin-bottom: calc(var(--base-s) * 2);
}
section p:last-child{
    margin-bottom: calc(var(--base-s) * 0);
}
section p.m-b-x4{
    margin-bottom: calc(var(--base-s) * 4);
}
.z-top{
    z-index: 10;
}
.z-btm{
    z-index: 5;
}
.z-bg-top{
    z-index: 1;
}
.z-bg-btm{
    z-index: 0;
}
hr.short{
    width: 40px;
    margin: 0 auto calc(var(--base-s) * 4);
    opacity: 0.5;
}
hr.short.m-t-x2{
    margin: calc(var(--base-s) * 2) auto calc(var(--base-s) * 4);
}
.bdr-box{
    width: 100%;
    max-width: 320px;
    border-top:1px dotted white;
    margin: 0 auto calc(var(--base-s) * 4);
}
.pri-btn{
    display: block;
    font-size: 14px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-weight: 600;
    text-align: center;
    overflow: hidden;
    background: var(--pri-color);
    color: white;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.32);
    max-width: 196px;
    border-radius: 25px;
    box-sizing: border-box;

    background-repeat: no-repeat;
    background-size: 12px auto;
    background-position: right 20px center;
    background-image: url(../img/common/pri_btn_arrow_w.png);
}
.pri-btn:hover,
.sec-btn:hover {
    color: white;
    background-color: var(--pri-color-hover);
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.64);
    /*background-image: linear-gradient(to right, #fff347 , #fd9d24 5000%);*/
}
.pri-btn.style02{
    max-width: 160px;
    line-height: 40px;
    height: 40px;
    font-weight: 400;
    border: 1px solid var(--white);
}
.pri-btn.large,
.pri-btn.style02.large,
.pri-btn.style03.large,
.sec-btn.large{
    max-width: 260px;
    height: 50px;
    line-height: 50px;
}
.pri-btn.style03{
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-weight: 600;
    text-align: center;
    overflow: hidden;
    background: transparent;
    color: white;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.32);
    border: 1px solid var(--white);
    max-width: 196px;
    border-radius: 25px;
    box-sizing: border-box;

    background-repeat: no-repeat;
    background-size: 12px auto;
    background-position: right 20px center;
    background-image: url(../img/common/pri_btn_arrow_w.png);
}
.sec-btn{
    display: block;
    font-size: 14px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-weight: 600;
    text-align: center;
    overflow: hidden;
    background: var(--white);
    color: var(--pri-color);
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.32);
    max-width: 196px;
    border-radius: 25px;
    box-sizing: border-box;

    background-repeat: no-repeat;
    background-size: 12px auto;
    background-position: right 20px center;
    background-image: url(../img/common/blank_btn_arrow.png);
}
.sec-btn.style02{
    border: 1px soid var(--pri-color);
}
.clean-link,
.more-link {
    border-bottom: 1px solid #fff;
    color: #fff;
    border-top:0px;
    border-left: 0px;
    border-right: 0px;
    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;
}
.clean-link:hover{
    border-bottom: 1px solid #fff;
    color: #fff;
    opacity: 0.5;
}
.more-link.pri-color-link,
.clean-link.pri-color-link{
    border-bottom: 1px solid var(--pri-color);
    color: var(--pri-color);
}
.more-link.pri-color-link:hover,
.clean-link.pri-color-link:hover{
    opacity: 0.5;
    border-bottom: 1px solid var(--pri-color-hover);
    color: var(--pri-color-hover);
}
.clean-link-group .clean-link{
    margin-bottom: 5px;
    display: inline-block;
}
.blank-link{
    color: var(--pri-color);
    padding-right: calc(var(--base-s) * 3);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 12px auto;
    background-image: url(../img/common/blank_btn_arrow.png);
}
.blank-link:hover{
    color: var(--pri-color);
}
.sec-ttl-wrap{
    margin-bottom: calc(var(--base-s) * 4);
}
.form-alone .sec-ttl-wrap,
.sec-ttl-wrap.m-t-40{
    margin-top: calc(var(--base-s) * 5);
}
.sec-ttl-wrap.m-b-0{
    margin-bottom: calc(var(--base-s) * 0);
}
@media only screen and (min-width: 980px){
    .sec-ttl-wrap{
        margin-bottom: calc(var(--base-s) * 6);
    }

}
.sec-ttl{
    margin-bottom: 40px;
    font-size: 32px;
    line-height: 38px;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    box-sizing:border-box;
}
.sec-ttl.small{
    font-size: 28px;
    line-height: 32px;
}
.sec-ttl.light{
    font-weight: 600;
}
.sec-ttl.m-b-0{
    margin-bottom: 0;
}
.sec-ttl.m-b-x1{
    margin-bottom: calc(var(--base-s) * 1);
}
.sec-ttl.m-b-x2{
    margin-bottom: calc(var(--base-s) * 2);
}
.sec-ttl.m-b-x4{
    margin-bottom: calc(var(--base-s) * 4);
}
.sec-ttl.p-l-r-0{
    padding-left: 0px;
    padding-right: 0px;
}
.sec-ttl.txt-gradient{
    background: -webkit-linear-gradient(var(--pri-color),var(--sec-color));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.lead-img{
    max-width: 360px;
    margin: 0 auto calc(var(--base-s) * 3);
}
.lead-img.large{
    max-width: 100%;
    margin: 0 auto calc(var(--base-s) * 3);
}
.lead-img.m-t-x5{
    margin: calc(var(--base-s) * 5) auto calc(var(--base-s) * 3);
}
.deco-img{
    width: 100%;
    max-width: 480px;
    margin: calc(var(--base-s) * 5) auto;
}
.bar-btn .deco-img,
.img-txt-wrap .deco-img{
    max-width: 280px;
    margin: calc(var(--base-s) * 2) 0 0 auto;
}
.lead{
    /* opacity: 0.8; */
}
.lead.m-b-0{
    margin-bottom: 0;
}
.lead.large{
    /* opacity: 1; */
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
.lead.m-b-x2{
    margin-bottom: calc(var(--base-s) * 2);
}
.lead.m-b-x4{
    margin-bottom: calc(var(--base-s) * 4);
}
.lead.extra-large{
    /* opacity: 1; */
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
}
.pg-ttl-wrap{
    padding-top: calc(var(--base-s) * 4);
    margin-bottom: calc(var(--base-s) * 4);
}
.pg-ttl{
    margin-bottom: 40px;
    font-size: 32px;
    line-height: 38px;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    box-sizing:border-box;
}
.pg-ttl.p-l-0{
    padding-left: 0px;
}
.pg-ttl small{
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    display: block;
}
.pg-ttl.m-b-0{
    margin-bottom: 0;
}
.pg-ttl.m-b-x1{
    margin-bottom: calc(var(--base-s) * 1);
}
.pg-ttl.m-b-x2{
    margin-bottom: calc(var(--base-s) * 2);
}
.pg-ttl-img{
    width: 160px;
    margin:0 auto calc(var(--base-s) * 2);
}


.bg-wave{
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
}
.bg-wave.bg-w{
    background-size: cover;
    background-image: url(../img/common/bg_wave_w.png);
}
.bg-wave.bg-w:before{
    content: "";
    display: block;
    padding-top: 25%;
}
.bg-wave.bg-w.bg-btm{}
.fill-top{
    width: 100%;
    position: relative;
    z-index: 0;
    margin-top: -250px;
    padding-bottom: 200px;
}
.fill-btm{
    width: 100%;
    position: relative;
    z-index: 0;
    padding-top: 200px;
    margin-bottom: -250px;
}
.bg-white{
    background-color: var(--white);
}

.bg-blue{
    background-color: var(--blue);
}
.bg-green{
    background-color: var(--sec-color);
}
.bg-gray{
    background-color: var(--gray01);
}
.bg-abstract{
    background-repeat: no-repeat;
    background-position: bottom center;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-image: url(../img/common/bg_abstract.png);
    position: absolute;
    top: 0;
    left: 0;
}
.bg-abstract-waves{
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-image: url(../img/common/bg_abstract_wavs.jpg);
    position: absolute;
    top: 0;
    left: 0;
}
.bg-city{
    background-repeat: no-repeat;
    background-position: bottom center;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-image: url(../img/common/bg_city_narrow.jpg);
    position: absolute;
    top: 0;
    left: 0;
}
.bg-dining{
    background-repeat: no-repeat;
    background-position: bottom center;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-image: url(../img/common/bg_dining_narrow.jpg);
    position: absolute;
    top: 0;
    left: 0;
}
.bg-dining-short{
    background-repeat: no-repeat;
    background-position: bottom center;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-image: url(../img/common/bg_dining_short.jpg);
    position: absolute;
    top: 0;
    left: 0;
}
.bg-fixed{
    position: fixed;
    z-index: -10;
}

.bg-wave{
    background-repeat: no-repeat;
    background-position: bottom center;
    height: 100%;
    width: 100%;
    background-size: contain;
    background-image: url(../img/common/bg_wave_narrow.png);
    position: absolute;
    bottom: 0px;
    right: 0;
}
.bg-infinite-icon{
    width: 709px;
    height: 548px;
    bottom: -40px;
    right:0;
    position: absolute;
    background-repeat: no-repeat;
    background-size: 709px auto;
    background-image: url(../img/main-visual/slide_style01_bg02_wide01.png);
    background-position: center right;
    z-index: 0;

}
@media (min-width: 980px){
    .sec-ttl,
    .pg-ttl{
        font-size: 44px;
        line-height: 52px;
    }
    html[lang="zh-Hant"] .sec-ttl,
    html[lang="zh-Hant"] .pg-ttl{
        font-size: 44px;
        line-height: 58px;
    }
    .pg-ttl.small{
        font-size: 28px;
        line-height: 32px;
    }
    .lead{
        font-size: 20px;
        line-height: 26px;
    }
    .lead.lh-32{
        line-height: 32px;
    }
    .lead.lh-36{
        line-height: 36px;
    }
    .bg-wave{
        background-size: cover;
        background-image: url(../img/common/bg_wave_wide.png);
    }
    .lead-img.large{
        max-width: 540px;
    }
    .lead-img.large.large680{
        max-width: 680px;
    }
    .bg-abstract{
        background-image: url(../img/common/bg_abstract_wide.png);
    }
}

#btm-visual .bg-abstract{
    top: auto;
    bottom: 0;
}
#btm-visual .slide-conts{
    position: relative;
    z-index: 10;
}
.cross-logos,
#btm-visual .cross-logos{
    width: 290px;
    height: 38px;
    line-height: 38px;
    margin: calc(var(--base-s) * 1) auto 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url(../img/common/bg_cross_logos.png);
}
.cross-logos img,
#btm-visual .cross-logos img{
    width: 180px;
    margin-top: 10px;
}
.cross-logos.large,
#btm-visual .cross-logos.large{
    width: 290px;
    height: 38px;
    line-height: 38px;
    margin: calc(var(--base-s) * 2) auto 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url(../img/common/bg_cross_logos_large.png);
}
.cross-logos.large img,
#btm-visual .cross-logos.large img{
    margin-top: 8px;
}
canvas {
    display: block;
    position: relative;
    width: 100%;
    height: 250px; /* You can adjust the height */
}
.waveCanvas,
.waveCanvasUpsideDown {
	/* opacity: 0.2;
	margin-top: -100px;
	filter: blur(8px);
	transition:
		margin-top 1.2s ease-out,
		filter 1.2s ease-out,
		opacity 1.2s ease-out; */
}
.waveCanvas.visible,
.waveCanvasUpsideDown.animate-in {
	margin-top: 0;
	filter: blur(0px);
	opacity: 1;
}
.waveCanvasUpsideDown,
.waveCanvasUpsideDownGray {
    transform: rotate(180deg);
}

#main-visual{
    overflow: hidden;
}
.safari-fix{
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -2px;
  background: white;
  z-index: 20;
}
.safari-fix.bottom-0{
  bottom:0;
}
.page-template-page-solutions-list-hk-en #main-visual,
.page-template-page-solutions-list-tw-zh #main-visual,
.page-template-page-erp-hk-en #main-visual,
.page-template-page-erp-tw-zh #main-visual{
    overflow: visible;
}
.slide-single{
    position: relative;
    overflow: hidden;
}
.swiper-pagination-bullet-active{
    background-color: var(--black);
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 0;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 calc(var(--base-s) * 0.6);
}
.slide-single .swiper-slide{
    overflow: hidden;
}
.slide-single .swiper-slide.slide-style01{
    overflow: visible;
}

.slide-multiple{
    position: relative;
    overflow: hidden;
    /* padding-left: calc(var(--base-s) * 2); */
    padding-right: calc(var(--base-s) * 2);
}
.slide-multiple.p-b-40{
    padding-bottom: calc(var(--base-s) * 5);
}
.slide-multiple .swiper-slide{
    margin-bottom: calc(var(--base-s) * 3);
    padding-top: calc(var(--base-s) * 1);

    box-sizing: border-box;
    justify-content: center;
    height: auto;
}

#main-visual .slide-conts,
#btm-visual .slide-conts.p-l-r-b,
.btm-visual .slide-conts.p-l-r-b{
    position: relative;
    z-index: 10;
    width: 100%;
    box-sizing: border-box;
    padding-left: calc(var(--base-s) * 2);
    padding-right: calc(var(--base-s) * 2);
    padding-bottom: calc(var(--base-s) * 0);
}
#main-visual .slide-conts .slide-ttl,
#btm-visual.slide-style03 .slide-conts .slide-ttl{
    font-size: 48px;
    line-height: 52px;
    margin-bottom: calc(var(--base-s) * 1);
}
#main-visual .slide-conts .slide-ttl{
    padding-left: 6px;
}
#main-visual .slide-conts .slide-des,
#btm-visual.slide-style03 .slide-conts .slide-des{
    font-weight: 400;
    margin-bottom: calc(var(--base-s) * 2);
    font-size: 24px;
}
#main-visual .slide-conts .slide-des{
    padding-left: 6px;
}

#main-visual .swiper-pagination{
    bottom: -40px;
}
.anime-target.anime-cover{
    overflow: hidden;
}
.m-l-anime{
    margin-left: -100%;
    display: block;
}
.anime-target.active .m-l-anime{
    margin-left: 0;
}
@keyframes popUp {
    0% {
        transform: scale(0); /* Start at normal size */
    }
    50% {
        transform: scale(1.1); /* Enlarge the image */
    }
    100% {
        transform: scale(1); /* Return to normal size */
    }
}
.pop-up-once{
    transform: scale(0);
}
.anime-target.active .pop-up-once {
    animation: popUp 0.6s ease-in-out; /* Adjust the timing as needed */
    animation-fill-mode: forwards; /* Keep the final state */
}
.pop-up-once-btm,
.btn-ani{
    transform: scale(0);
}
.pop-up-once-btm.active,
.btn-ani.active{
    animation: popUp 0.6s ease-in-out; /* Adjust the timing as needed */
    animation-fill-mode: forwards; /* Keep the final state */
}
.popup-div{
    display: none;
}
.popup-div .popup-inner{
    max-width: 1010px;
    padding: calc(var(--base-s) * 4);
    box-sizing: border-box;
}
.popup-div .popup-inner .protected-text{
    margin-bottom: calc(var(--base-s) * 2);
}
.popup-div .popup-inner .agree-txt{
    text-align: center;
}
.slide-bg{
    position: absolute;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
}
.slide-style01 .slide-bg.bg01{
    top:0;
    left:0;
    width: 390px;
    height: 447px;
    background-size: 390px auto;
    background-image: url(../img/main-visual/slide_style01_bg01.jpg);
}
.slide-style01 .slide-bg.bg02{
    bottom:0;
    right: 0;
    width: 390px;
    height: 227px;
    background-size: 390px auto;
    background-image: url(../img/main-visual/slide_style01_bg02.png);

}
.slide-style02 .slide-bg.bg02{
    /* bottom:0;
    left: 0;
    width: 390px;
    height: 227px;
    background-size: 390px auto;
    background-image: url(../img/main-visual/slide_style02_bg02.png); */
}
.slide-style02 .btn-wrap{
    padding-top: 8px;
}

.slide-style03 .slide-bg.bg01{
    bottom:40px;
    left: 0;
    width: 96px;
    height: 193px;
    background-size: 96px auto;
    background-image: url(../img/main-visual/slide_style03_bg01.png);
     display: none;

}
.slide-style03 .slide-bg.bg02{
    top:-48px;
    right: 0;
    width: 110px;
    height: 633px;
    background-size: 110px auto;
    background-image: url(../img/main-visual/slide_style03_bg02.png);
    display: none;
}

.slide-style01 .bg-img{
    width: 278px;
    margin-right: 0;
    position: relative;
    z-index: 0;
}
.slide-style01 .front-img{
    width: 96px;
    position: absolute;
    bottom: -54px;
    right: -8px;
    z-index: 10;
}


.slide-style01{
    padding-top: 68px;
}
.slide-style01 .btm-conts{
    padding-top: 24px;
    width: 300px;
    margin-left: auto;
    position: relative;
}
.page-template-page-erp-hk-en .slide-style01 .btm-conts,
.page-template-page-erp-tw-zh .slide-style01 .btm-conts{
    padding-top: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    max-width: 480px;
}

.slide-style01 .btn-wrap-left{
    padding: 6px;
}
.slide-style02.success-stories-sec .succes-stories-item{
    padding: 8px 0 0;
}
.slide-style03{
    padding: 48px 0 0;
}
.btm-visual .slide-style03{
    padding: 0;
}
#main-visual .slide-style03 .slide-conts .slide-ttl,
#btm-visual.slide-style03 .slide-conts .slide-ttl{
    justify-content: center;
    line-height: 32px;
}
.slide-style03 .solution-icon{
    width: 65px;
    margin-right: 8px;
    margin-top: 1px;
}
.slide-style03 .txt-cont{
    width: 160px;
}
.slide-style04.ver02 .txt-cont{
    margin-top: -2px;
    width: 126px;
}
.slide-style03.propeller .txt-cont{
    width: 220px;
}
#main-visual .slide-style03 .slide-conts .slide-des,
#btm-visual.slide-style03 .slide-conts .slide-des{
    margin-bottom: 0;
}
#main-visual .slide-style03 .cross-logos,
#btm-visual.slide-style03 .cross-logos{
    /* background-image: none; */
    margin: calc(var(--base-s)* 1) auto calc(var(--base-s)* 2);
}
#main-visual .slide-style03 .cross-logos img,
#btm-visual.slide-style03 .cross-logos img{
    width: 200px;

}
#main-visual .slide-style03 .btn-wrap{
    margin: calc(var(--base-s)* 3) auto 0;
}
.slide-style03 .btm-conts{
    /* max-width: 560px; */
    max-width: 620px;
    margin: 0 auto;
}
#main-visual .slide-style03 .btn-wrap{
    padding-top: 0;
}
#main-visual .slide-style04 .slide-conts{
    /* padding-top: calc(var(--base-s)* 4); */
}
#main-visual .slide-style04 .solution-icon{
    width: 48px;
    margin-right: calc(var(--base-s)* 1);
}

#main-visual .slide-style04 .solution-txt-cont,
#main-visual .slide-style04 .solution-txt-cont.anchor{
    width: 186px;
}

#main-visual .slide-style04 .img-conts,
#main-visual .slide-style04 .txt-conts{
    /* padding-right: calc(var(--base-s)* 2);
    padding-left: calc(var(--base-s)* 2); */
}
#main-visual .slide-style04 .img-conts{
    padding-top: calc(var(--base-s)* 4);
    position: relative;
    z-index: 0;
}
#main-visual .slide-style04 .txt-conts{
    position: relative;
    z-index: 10;
}
#main-visual .slide-style04 .img-conts{
    margin: 0 auto calc(var(--base-s)* 1);
}
#main-visual .slide-style04.ver01 .img-conts{
    padding-bottom: 24px;
    padding-top: 56px;
}
#main-visual .slide-style04 .img-conts .img-wrap{
    width: 100%;
    max-width: 358px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

#main-visual .slide-style04 .slide-ttl{
    justify-content: center;
    margin-bottom: calc(var(--base-s)* 1.5);
    line-height: unset;
    align-items: end;
}
#main-visual .slide-style04 .slide-ttl .icon-logo-wrap{
    width: 100%;
    justify-content: center;
    align-items: end;
    margin-bottom: calc(var(--base-s)* 1);
}
.slide-style04.ver02 .slide-ttl .icon-logo-wrap .solution-icon{
    margin-bottom: calc(var(--base-s)* 0.5);
    margin-bottom: 7px;
}

#main-visual .slide-style04 .btm-conts .lead{
    font-size: 18px;
}
#main-visual .slide-style04 .btm-conts .tags-wrap{
    font-size: 14px;
    font-style: italic;
    padding-top: calc(var(--base-s)* 1);
}
#main-visual .slide-style04 .btm-conts .tags-wrap span{
    margin-right: calc(var(--base-s)* 1);
}
#main-visual .slide-style04 .cloud-bg-item{
    width: 400vw;
    max-width: 750px;
    padding: 0;
    aspect-ratio: 750 / 340;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%); /* center it */
    z-index: 0;
    background-image: url(../img/success-stories/bg_success_stories_wide.png);
}
#main-visual .slide-style04 .slide-conts{
    max-width: 1180px;
    margin: 0 auto;
}

#main-visual .slide-style04 .icons-wrap .icon{
    width: 36px;
    margin-right: calc(var(--base-s)* 1);
}
#main-visual .slide-style04 .icons-wrap{
    font-style: normal;
}
#main-visual .slide-style04 .icons-wrap .item{
    align-items: center;
    min-width: 50%;
    padding-right: calc(var(--base-s)* 2);
    box-sizing: border-box;
    margin-bottom: calc(var(--base-s)* 1);
}
#main-visual .slide-style04 .icons-wrap .item.multiple-lines{
    align-items: flex-start;
}
#main-visual .slide-style04 .icons-wrap .item.multiple-lines .txt{
    padding-top: 6px;
}
#main-visual .slide-style04 .icons-wrap .item.m-b-x0{
    margin-bottom: calc(var(--base-s)* 0);
}
#main-visual .slide-style04 .icons-wrap .item .txt{
    width: calc(100% - var(--base-s)* 7);
}
.btm-visual .slide-style01 .btm-conts img{
    margin-left: auto;
    margin-right: auto;
}
.btm-visual .slide-style01 .bg-img{
    width: 100%;
}
.btm-visual .slide-style01 .front-img{
    width: 148px;
    bottom: -30px;
    right: -26px;
}
#main-visual .slide-style04 .solution-txt-sub{
    font-size: 20px;
    font-style: italic;
    margin-left: 8px;
    align-self: end;
}
#main-visual .slide-style04 .solution-txt-sub.propeller{
    margin-bottom: 4px;
}
#main-visual .slide-style04 .btn-wrap{
    padding-bottom: calc(var(--base-s)* 1);
}
@media (max-width: 768px){
    #main-visual .slide-style04.narrow-2-lines{
        text-align: center;
    }
    #main-visual .slide-style04.narrow-2-lines .solution-icon{
        margin-left: auto;
        margin-right: auto;
    }
    #main-visual .slide-style04.narrow-2-lines .pg-ttl{
        padding-right: 0;
    }
    #main-visual .slide-style04.narrow-2-lines .pg-ttl .txt{
        width: 100%;
    }
}
@media (min-width: 768px){
    .slide-style01 .btm-conts{
        width: 420px;
    }
    .slide-style01 .bg-img{
        width: 390px;
    }
    .slide-style01 .slide-bg.bg02{
        width: 709px;
        height: 548px;
        background-size: 709px auto;
    }
}
@media (min-width: 980px){
    .home #main-visual,
    .home .slide-single{
        overflow: visible;
    }
    .slide-single .swiper-slide{
        overflow: visible;
    }
    .slide-style01 .slide-bg.bg01{
        width: 600px;
        height: 687px;
        background-size: 600px auto;
    }
    #main-visual .slide-conts,
    #btm-visual .slide-conts.p-l-r-b,
    .btm-visual .slide-conts.p-l-r-b{
        padding-bottom: calc(var(--base-s) * 6);
    }
    #main-visual .slide-conts .slide-ttl{
        font-size: 76px;
        line-height: 83px;
    }
    .slide-style01{
        padding-bottom: 120px;
    }
    #main-visual .slide-conts{
        max-width: 1280px;
        padding-left: 28px;
        margin:0 auto;
    }
    #main-visual.btm-visual .slide-style01 .slide-conts{
        padding-left: calc(var(--base-s)* 2);
        padding-bottom: 0;
    }
    #main-visual.btm-visual  .slide-conts
    .slide-style01 .btm-conts{
        padding-top: 100px;
        width: 540px;
    }
    #main-visual .slide-style01 .btm-conts{
        padding-top: 48px;
        width: 540px;
    }

    .slide-style01 .bg-img{
        width: 502px;
    }
    .slide-style01 .front-img{
        width: 122px;
    }
    .slide-style01 .slide-bg.bg02{
        width: 709px;
        height: 548px;
        background-size: 709px auto;
        background-image: url(../img/main-visual/slide_style01_bg02_wide01.png);
        bottom: auto;
        top: 120px;
    }
    .btm-visual .slide-style01{
        padding-top: 0;
    }
    .btm-visual .slide-style01 .btm-conts{
        margin-right: auto;
        padding-top: 0;
        width: 592px;
    }

    #main-visual .slide-style04 .slide-conts{
        flex-direction: row-reverse;
        align-items: center;
        padding-top: 56px;

    }
    .bottom-page #main-visual .slide-style04 .slide-conts{
        padding-top: calc(var(--base-s)* 0);
        padding-bottom: calc(var(--base-s)* 4);
    }
    .bottom-page .slide-style04 .slide-bg.bg02{
        top: -156px;
    }
    .page-template-page-solutions-list-hk-en .slide-style04.ver02 .slide-bg.bg01,
    .page-template-page-solutions-list-hk-en .slide-style04.ver02 .slide-bg.bg02,
    .page-template-page-solutions-list-hk-en .slide-style04.ver02 .slide-bg.bg03,
    .page-template-page-solutions-list-tw-zh .slide-style04.ver02 .slide-bg.bg01,
    .page-template-page-solutions-list-tw-zh .slide-style04.ver02 .slide-bg.bg02,
    .page-template-page-solutions-list-tw-zh .slide-style04.ver02 .slide-bg.bg03{
        display: none;
    }
    #main-visual .slide-style04 .slide-conts.p-t-adj{
        padding-top: 106px;
    }
    #main-visual.btm-visual .slide-style04 .slide-conts,
    #main-visual.btm-visual .slide-style04.ver02 .slide-conts{
        padding-top: 40px;
    }
    #main-visual .slide-style04 .slide-conts .img-conts,
    #main-visual .slide-style04 .slide-conts .txt-conts{
        width: 50%;
    }
    .bottom-page #main-visual .slide-style04 .slide-conts .txt-conts{
        padding-left: calc(var(--base-s)* 4);
        box-sizing: border-box;
    }
    #main-visual .slide-style04 .btm-conts .lead{
        font-size: 28px;
    }
    #main-visual  .slide-style04 .slide-conts .slide-ttl{
        justify-content: flex-start;
        padding-left: 0;
        line-height: inherit;
    }
    #main-visual .slide-style04 .solution-icon{
        width: 80px;
    }
   html[lang="zh-Hant"]  #main-visual .slide-style04 .solution-icon.m-b-10px{
        margin-bottom: 10px;
    }
    #main-visual .slide-style04 .solution-icon.size02{
        width: 46px;
    }
    #main-visual .slide-style04 .solution-txt-cont{
        width: 240px;
    }
    #main-visual .slide-style04 .solution-txt-sub{
        font-size: 20px;
        font-style: italic;
        margin-left: 8px;
        align-self: end;
        margin-bottom: 3px;
    }
    html[lang="zh-Hant"] #main-visual .slide-style04 .solution-txt-sub{
        margin-bottom: -1px;
    }
    #main-visual .slide-style04 .solution-txt-sub.propeller{
        margin-bottom: 15px;
    }
    html[lang="zh-Hant"] #main-visual .slide-style04 .solution-txt-sub.propeller{
        margin-bottom: 10px;
    }
    #main-visual .slide-style04 .btm-conts{
        text-align: left;
    }
    #main-visual .slide-style04 .slide-ttl{
        margin-bottom: calc(var(--base-s) * 2);
    }
    #main-visual .slide-style04 .btm-conts .tags-wrap{
        padding-top: calc(var(--base-s) * 2);
    }
    #main-visual .slide-style04 .btn-wrap{
        padding-top: calc(var(--base-s) * 2);
        padding-bottom: 0;
    }
    #main-visual .slide-style04 .img-conts .img-wrap{
        max-width: 564px;
    }
    #main-visual .slide-style04 .cloud-bg-item{
        max-width: 1150px;
        top: 80px;
        left: -70%;
        transform: translateX(0%);
        display: none;
    }
    .slide-style04.ver02 .txt-cont{
        margin-top: -2px;
        width: 200px;
    }
    .slide-multiple{
        padding-left: calc(var(--base-s) * 1);
        padding-right: calc(var(--base-s) * 2);
    }
    .slide-multiple .swiper-slide{
        padding-right: calc(var(--base-s) * 1);
    }
    #main-visual .slide-style04 .slide-ttl .icon-logo-wrap{
        justify-content: flex-start;
        width: auto;
    }
}
.solution-item{
    margin-bottom: calc(var(--base-s) * 4);
}
.solution-item .btn-wrap{
    margin-top: 18px;
    padding-top: 0;
}
.btn-wrap{
    margin: 0px auto 0;
    padding-top: 40px;
    padding-bottom: calc(var(--base-s) * 4);
    text-align: center;
}
.btn-wrap a{
    margin:0 auto;
}

.btn-wrap.btnx2 a{
    margin:0 auto calc(var(--base-s) * 3);
}
.btn-wrap.btnx2 a:last-child{
    margin:0 auto;
}
.form-btn-overlap-wrap{
    position: relative;
    width: 280px;
}
.icons-input-wrap .form-btn-overlap-wrap{
    text-align: center;
    padding-bottom: calc(var(--base-s) * 4);
    max-width: 480px;
}
.icons-input-wrap .form input[type="email"]{
    padding: 10px 16px;
    border-radius: 20px;
}
.icons-input-wrap .form input[type="email"]::placeholder{
    font-size: 14px;
}

.icons-input-wrap .form p{
    position: absolute;
    right: 2px;
    top:2px;
}
footer .icons-input-wrap .form [type="submit"]{
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0);
    display: none;
    opacity: 0;
}
footer .icons-input-wrap .form [type="submit"]:hover{
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0);
}

.icons-input-wrap .form-btn-overlap-wrap.is-on{
    width: 100%;
}
.icons-input-wrap .form-btn-overlap-wrap.is-on [type="submit"]{
    display: block;
    opacity: 1;
}

footer .form div.wpcf7 .ajax-loader{
    position: absolute;
    top: 0;
    margin-top: 3px;
    left: -42px;
    background-color: white;
    border-radius: 15px;
}

@media only screen and (min-width: 980px){
    .btn-wrap.btnx2.w-flex a{
        margin-left: 0;
        margin-right: calc(var(--base-s) * 3);
    }
    .btn-wrap.wide-align-l a{
        margin:0 auto 0 0;
    }
    .icons-input-wrap .form input[type="email"]{
        padding: 14px 16px;
        border-radius: 24px;
    }
    footer .icons-input-wrap .form [type="submit"]{
        height: 44px;
        line-height: 44px;
    }
    footer .form div.wpcf7 .ajax-loader{
        margin-top: 8px;
    }
}

.btn-wrap .clean-link{
    display: inline-block;
    margin-top: calc(var(--base-s) * 3);
}
.btn-wrap.p-t-0{
    padding-top: 0px;
    /* padding-bottom: calc(var(--base-s) * 4); */
}
.btn-wrap.p-t-x1{
    padding-top: calc(var(--base-s) * 1);
}
.btn-wrap.p-t-x2{
    padding-top: calc(var(--base-s) * 2);
}
.btn-wrap.p-b-0{
    padding-bottom: 0px;
}
.btn-wrap.m-b-0,
.img-txt-wrap .btn-wrap.m-b-0{
    margin-bottom: 0px;
}


@media only screen and (min-width: 980px){
    .solution-item{
        margin-bottom: calc(var(--base-s) * 6);
    }
}

.success-stories-sec{}
.success-stories-sec .succes-stories-item{
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto 100%;
    background-image: url(../img/success-stories/bg_success_stories.png);
    max-width: 1280px;
    margin:0 auto;
    padding: 48px 0 0;
}
.cloud-bg-item{
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto 100%;
    background-image: url(../img/success-stories/bg_success_stories.png);
    max-width: 1280px;
    margin:0 auto;
    padding: 48px 0 0;
}


section.success-stories-sec .inner{
    max-width: 100%;
    background-color: var(--white);
    /* max-width: 1280px; */
}

.success-stories-sec .succes-stories-item .img-conts{
    /* max-width: 584px; */
    max-width: 384px;
    margin:0 auto;
}
.success-stories-sec .succes-stories-item .txt-conts{
    padding-left: calc(var(--base-s) * 2);
    padding-right: calc(var(--base-s) * 2);
    position: relative;
    box-sizing: border-box;
    z-index: 10;
}
.success-stories-sec .succes-stories-item .quote-wrap{
    padding-top: calc(var(--base-s) * 4);
    padding-bottom: calc(var(--base-s) * 4);
    padding-left: calc(var(--base-s) * 3);
    padding-right: calc(var(--base-s) * 2);
    position: relative;
}
.item-ttl{
    font-size: 32px;
    line-height: 38px;
    margin:0 auto calc(var(--base-s) * 1);
}
.l-r-items .item-ttl{
    font-size: 24px;
    line-height: 30px;
}
.item-ttl .logo-icon{
    width: 140px;
    margin: 0 auto;
}
.item-ttl .logo-icon.large{
    width: 180px;
}
.l-r-items .item-ttl .txt{
    width: calc(100% - 32px);
}
.item-des{
    font-weight: 400;
}
.success-stories-sec .succes-stories-item .quote{
    width: 38px;
    height: 28px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
}
.success-stories-sec .succes-stories-item .quote.top{
    top: 0;
    left: 0;
    background-image: url(../img/success-stories/quote_success_stories_top.png);
}
.success-stories-sec .succes-stories-item .quote.btm{
    bottom: 0;
    right: 0;
    background-image: url(../img/success-stories/quote_success_stories_btm.png);
}
.success-stories-sec .succes-stories-item .quote-wrap .item-ttl{
    padding-top: 4px;
}
.success-stories-sec .succes-stories-item .quote-source{
    padding-left: calc(var(--base-s) * 3);
}
@media (min-width: 980px){
    .btn-wrap.w-align-l a{
        margin-left: 0;
    }
    .success-stories-sec .succes-stories-item .img-conts{
        width: 595px;
        max-width: 595px;
        z-index: 10;
    }
    .success-stories-sec .succes-stories-item .txt-conts{
        width: calc(100% - 600px);
        margin-top: calc(var(--base-s)* 7);
    }
    .success-stories-sec .item-ttl{
        font-size: 32px;
        line-height: 38px;
    }
    .success-stories-sec .succes-stories-item{
        background-position: top center;
        background-size: auto 115%;
    }
    .success-stories-sec .succes-stories-item .quote{
        width: 53px;
        height: 40px;
    }
    .success-stories-sec .succes-stories-item .quote-wrap {
        padding-top: calc(var(--base-s)* 6);
        padding-bottom: calc(var(--base-s)* 4);
        padding-left: calc(var(--base-s)* 4);
        padding-right: calc(var(--base-s)* 3);
    }
    .success-stories-sec .succes-stories-item .quote-source{
        padding-left: calc(var(--base-s)* 4);
    }
    .success-stories-sec .btn-wrap {
        background-color: transparent;
    }
    .success-stories-sec .btn-wrap a{
        margin-left: calc(var(--base-s)* 4);
    }
    .slide-style02.success-stories-sec .succes-stories-item {
        padding: 24px 0 32px;
    }
    .slide-style04 .slide-bg.bg01,
    .slide-style02.success-stories-sec .slide-bg.bg01{
        width: 162px;
        height: 548px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 162px auto;
        background-image: url(../img/main-visual/slide_style01_bg02_wide02.png);
        top: 120px;
        left: 0;
        z-index: 1;
    }
    .page-template-page-anchor-hk-en .slide-style04 .slide-bg.bg01,
    .page-template-page-anchor-tw-zh .slide-style04 .slide-bg.bg01,
    .page-template-page-solution-fb-hk-en .slide-style04 .slide-bg.bg01,
    .page-template-page-solution-fb-tw-zh .slide-style04 .slide-bg.bg01{
        display: none;
    }
     .slide-style04 .slide-bg.bg02,
    .slide-style02.success-stories-sec .slide-bg.bg02{
        width: 222px;
        height: 670px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 222px auto;
        background-image: url(../img/main-visual/slide_style02_bg02_wide01.png);
        top: -80px;
        right: 0;
        z-index: 1;
    }
    .slide-style03 .slide-bg.bg01{
        width: 346px;
        height: 670px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 346px auto;
        background-image: url(../img/main-visual/slide_style03_bg01_wide01.png);
        top: -80px;
        left: -1px;
        z-index: 5;
    }

    .slide-style04.ver02 .slide-bg.bg01{
        width: 346px;
        height: 670px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 346px auto;
        background-image: url(../img/main-visual/slide_style03_bg01_wide01.png);
        top: -80px;
        left: 38%;
        z-index: 5;
        display: block;
    }
     .slide-style04.ver02 .slide-bg.bg03{
        width: 38%;
        height: 670px;
        background-repeat: repeat-x;
        background-position: left center;
        background-size: auto 670px;
        background-image: url(../img/main-visual/slide_style03_bg01_repeat.png);
        top: -80px;
        left: 0;
        z-index: 5;
     }
    .slide-style03 .slide-bg.bg02,
    .slide-style04.ver02 .slide-bg.bg02{
        top: 0px;
        right: -1px;
        width: 308px;
        height: 687px;
        background-size: 308px auto;
        background-image: url(../img/main-visual/slide_style03_bg02_wide02.jpg);
        z-index: 5;
    }
    .l-r-items .item-ttl{
        font-size: 32px;
        line-height: 38px;
    }

}

.articles-items-wrap{
    margin-bottom:  calc(var(--base-s) * 5);
    justify-content: flex-start;
    overflow-x: hidden;
}
.articles-items-wrap.over-visible {
    overflow-x: visible;
}
.articles-items-wrap.jc-center{
    justify-content: center;
}
.articles-items-wrap.m-b-x0{
    margin-bottom:  calc(var(--base-s) * 0);
}
.articles-items-wrap .slide-multiple{
    padding-bottom:  calc(var(--base-s) * 5);
}

.articles-items-wrap .articles-item{
    background-color: var(--white);
    border-radius: var(--base-s);
    overflow: hidden;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.32);
    position: relative;
    height: 100%;
}
.articles-items-wrap .articles-item.img-wrap{}
.articles-items-wrap .articles-item.no-shadow{
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.32);
}
.articles-items-wrap .articles-item.zero-round-corner{
    border-radius: 0;
}
.articles-items-wrap.no-bg .articles-item{
    background-color: transparent;
    border-radius: 0;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0);
}

.articles-items-wrap .articles-wrap{
    height: 100%;
    align-items: stretch;
    justify-content: center;
}
.articles-items-wrap .articles-item .txt-conts{
    padding: calc(var(--base-s) * 1.5) calc(var(--base-s) * 2) calc(var(--base-s) * 8);
    position: relative;
    /* height: 100%; */
}
.articles-items-wrap .articles-item .txt-conts.p-b-x12{
    padding: calc(var(--base-s) * 1.5) calc(var(--base-s) * 2) calc(var(--base-s) * 12);
}
.articles-items-wrap .articles-item .txt-conts .ttl{
    font-size: 24px;
    line-height: 32px;
    margin-bottom: calc(var(--base-s) * 1);
}
.articles-items-wrap .articles-item .txt-conts .ttl.large{
    font-size: 24px;
    line-height: 30px;
}
.articles-items-wrap .articles-item .txt-conts .cat{
    margin-bottom: 0;
    margin-right: 4px;
}
.articles-items-wrap .articles-item .txt-conts .cat.display-inline{
    display: inline-block;

}

.articles-items-wrap .articles-item .blank-link{
    position: absolute;
    bottom: calc(var(--base-s) * 2);
    right: calc(var(--base-s) * 2);
}
.articles-items-wrap .articles-item .fixed-txt{
    position: absolute;
    bottom: calc(var(--base-s) * 2);
    right: calc(var(--base-s) * 0);
    width: 100%;
}
.articles-items-wrap .articles-item .pri-btn{
    position: absolute;
    bottom: calc(var(--base-s) * 2);
    left: 50%;
    margin-left: -98px;
}
.articles-items-wrap .articles-item .img-wrap img{
}
.articles-items-wrap.solution-items .articles-item .pri-btn{
    position: absolute;
    left: 50%;
    bottom: calc(var(--base-s) * 2);
    margin-left: -80px;
}
.articles-items-wrap.solution-items .articles-item .txt-conts{
    padding: 0 calc(var(--base-s)* 1) calc(var(--base-s)* 8);
}

@media (min-width: 980px){
    .articles-items-wrap{
        margin-bottom:  calc(var(--base-s) * 8);
    }
    .articles-items-wrap.m-b-x0{
        margin-bottom:  calc(var(--base-s) * 0);
    }
    .articles-items-wrap .articles-item{
        /* max-width: 400px; */
    }

}

.zoom-tar:hover img.zoom-item{
-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
        transform: scale(1.1);
}

.closed .vertical {
    transition: all 0.5s ease-in-out;
    transform: rotate(-90deg);
  }
  .closed .horizontal {
    transition: all 0.5s ease-in-out;
    transform: rotate(-90deg);
    opacity: 1;
  }

  .opened {
    opacity: 1;
  }
  .opened .vertical {
    transition: all 0.5s ease-in-out;
    transform: rotate(90deg);
  }
  .opened .horizontal {
    transition: all 0.5s ease-in-out;
    transform: rotate(90deg);
    opacity: 0;
  }
.bar-btn dl dd{
    border-top: 1px dotted white;
}
.circle-plus {
    height: 40px;
    width: 60px;
    font-size: 1em;
    display: none;
    margin-left: auto;
    margin-right: -1px;
}
.circle-plus:hover{
    cursor: pointer;
}
.circle-plus.active{
    display: block;
}
.circle-plus .circle {
    position: relative;
    width: 100%;
    height: 100%;
}
.circle-plus .circle .horizontal {
    position: absolute;
    background-color: var(--white);
    width: 17px;
    height: 1px;
    top: 50%;
    margin-top: 0px;
    right: 8px;
    left: auto;
    margin-left: auto;
}
.circle-plus .circle .vertical {
    position: absolute;
    background-color: var(--white);
    width: 1px;
    height: 17px;
    top: 50%;
    margin-top: -8.5px;
    right: 16px;
    left: auto;
}
.eventsbar:hover .horizontal,
.eventsbar:hover .vertical{
    background-color: var(--pri-color-hover);
}
.bar-btn.bar-btn-style02{
    max-width: 680px;
    margin:0 auto;
}
.nav .bar-btn.bar-btn-style02{
    width: 100%;
    max-width: 100%;
}

.bar-btn.bar-btn-style02 .circle-plus .circle .horizontal,
.bar-btn.bar-btn-style02 .circle-plus .circle .vertical {
    background-color: var(--pri-color);
}
.bar-btn.bar-btn-style02 dl{
    padding-top: calc(var(--base-s) * 1.5);
    padding-bottom: calc(var(--base-s) * 1.5);
    border-bottom: 1px dotted var(--gray03);
}
.bar-btn.bar-btn-style02 dl:first-child{
    border-top: 1px dotted var(--gray03);
}
.bar-btn.bar-btn-style02.no-border dl{
    border-bottom: 0px dotted var(--gray03);
}
.bar-btn.bar-btn-style02.no-border dl:first-child{
    border-top: 0px dotted var(--gray03);
}
.bar-btn.bar-btn-style02 dt{
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
}
.bar-btn.bar-btn-style02 dd{
    padding-top: calc(var(--base-s) * 1);
}
.bar-btn.bar-btn-style02 dt a:hover{
    /* cursor: default; */
    /* color: var(--pri-color-hover); */
}
.bar-btn.bar-btn-style02 dt .span-wrap{
    /* width: calc(100% - 70px); */
    width: auto;
    max-width: calc(100% - 70px);
}

.bar-btn.bar-btn-style03{
    max-width: 680px;
    margin: 0 auto;
    padding-bottom: calc(var(--base-s) * 6);
}
.bar-btn.bar-btn-style03.p-b-x0{
    padding-bottom: calc(var(--base-s) * 0);
}
.bar-btn.bar-btn-style03 .circle-plus .circle .horizontal,
.bar-btn.bar-btn-style03 .circle-plus .circle .vertical {
    background-color: var(--pri-color);
}
.bar-btn.bar-btn-style03 dl{
    background: var(--white);
    border-radius: calc(var(--base-s) * 1.5);
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.32);
    padding: calc(var(--base-s) * 1.5);
    margin-bottom: calc(var(--base-s) * 2);
}
.bar-btn.bar-btn-style03 dl:last-child{
    margin-bottom: 0;
}
.bar-btn.bar-btn-style03 dt{
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
}
.bar-btn.bar-btn-style03 dt .icon{
    width: 32px;
    height: auto;
    margin-right: calc(var(--base-s) * 1);
}
.bar-btn.bar-btn-style03 dt .span-wrap{
    width: calc(100% - 106px);
}
.bar-btn.bar-btn-style03 dd{
    border-top: 0;
    padding-top: calc(var(--base-s) * 1);
}

.solution-product-des-sec{}
.solution-product-des-sec .img-txt-wrap.m-b-x6{
    margin-bottom: calc(var(--base-s) * 6);
}
.solution-product-des-sec .img-txt-wrap.m-b-x8{
    margin-bottom: calc(var(--base-s) * 8);
}
.solution-product-des-sec .img-txt-wrap.m-b-x9{
    margin-bottom: calc(var(--base-s) * 9);
}

.des-img-main-lead-wrap .x-logo{
    width: 240px;
    margin: 0 auto calc(var(--base-s) * 2);
}
.des-img{
    padding-left: calc(var(--base-s) * 2);
    padding-right: calc(var(--base-s) * 2);
    margin: 0 auto calc(var(--base-s) * 4);
    box-sizing: border-box;
}
.main-lead{
    box-sizing: border-box;
}
.main-lead .main-lead-txt{
    font-size: 18px;
    line-height: 24px;
}
.solution-product-des-sec .main-lead.m-b-x8{
    margin:0 auto calc(var(--base-s) * 8);
}
@media (min-width: 980px){
    .des-img{
        width: 50%;
        padding-left: calc(var(--base-s) * 0);
        padding-right: calc(var(--base-s) * 3);
    }
    .main-lead {
        padding-left: calc(var(--base-s) * 3);
        width: 50%;
    }
    .main-lead.m-b-x4{
        margin-bottom: calc(var(--base-s) * 4);
    }
    .main-lead  .lead-txt{
        font-size: 18px;
        line-height: 24px;
    }
    .solution-product-des-sec .main-lead{
        padding-left: 0;
        width: 680px;
        margin:0 auto;
    }
    .solution-product-des-sec .main-lead.m-b-x4{
        margin:0 auto calc(var(--base-s) * 4);
    }
    .solution-product-des-sec .main-lead.m-b-x6{
        margin:0 auto calc(var(--base-s) * 6);
    }

    .bar-btn.bar-btn-style03 dl{
        padding: calc(var(--base-s) * 2);
        margin-bottom: calc(var(--base-s) * 3);
    }
}

.solution-product-des-sec .caption{
    font-size: 12px;
    line-height: 18px;
    margin-bottom: calc(var(--base-s) * 2);
}
.features-icons-wrap{
    max-width: 1280px;
    margin:0 auto;
}
.features-icons-wrap.m-w-1010{
    max-width: 1010px;
}
.features-icons-wrap.m-w-980{
    max-width: 980px;
}
.features-icons-wrap .flex{
    justify-content: center;
}

.features-icons-wrap .icon-wrap{
    width: 100%;
    max-width: 100px;
    margin: 0 auto calc(var(--base-s) * 0);
}
.features-icons-wrap .icon-wrap.w-80 img{
    max-width: 80px;
}
.features-icons-wrap .icon-wrap.w-100 img{
    max-width: 100px;
}
.features-icons-wrap .icon-wrap.m-b-x1{
    margin: 0 auto calc(var(--base-s) * 1);
}
.features-icons-wrap .icon-wrap.m-b-x2{
    margin: 0 auto calc(var(--base-s) * 2);
}
.features-icons-wrap .icon-ttl{
    font-weight: 700;
    font-size: 18px;
}
.features-icons-wrap .item{
    margin-bottom: calc(var(--base-s) * 3);
}
.features-icons-wrap .item.m-b-x5{
    margin-bottom: calc(var(--base-s) * 5);
}
.highlights-wrap{}

.highlights-wrap .flex .icon{
    width: 24px;
    max-width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url(../img/icons/icon_hl.png);
    display: block;
    margin-top: 2px;
}
.highlights-wrap .flex .icon.icon-small{
    width: 16px;
    height: 16px;
    max-width: 16px;
    background-size: 16px auto;
    margin-top: 3px;
}
.highlights-wrap .flex .icon.verified{
    width: 24px;
    max-width: 24px;
    height: 32px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 24px auto;
    background-image: url(../img/icons/icon_verified.png);
    display: block;
    margin-top: -2px;
}
.highlights-wrap .hl-ttl{
    font-weight: 600;
    margin-bottom: calc(var(--base-s) * 1);
}
.highlights-wrap .hl-ttl .txt{
    font-size: 24px;
    line-height: 28px;
    padding-left: calc(var(--base-s) * 1.5);
    width: calc(100% - 32px);
    box-sizing: border-box;
}
.highlights-wrap .hl-ttl.no-icon .txt{
    font-size: 20px;
    line-height: 24px;
    padding-left: 0;
}
.highlights-wrap .hl-ttl .txt.txt-small{
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    padding-left: calc(var(--base-s) * 1);
}

.highlights-wrap .hl-item{
    margin-bottom: calc(var(--base-s) * 4);
}
.hl-flex-txt .dot-wrap{
    width: 16px;
    text-align: center;
}
.hl-flex-txt .dot{
    width: 4px;
    height: 4px;
    display: block;
    border-radius: 100%;
    background: var(--black);
    margin-top: 9px;
    margin-left: auto;
    margin-right: auto;
}
.hl-flex-txt .txt{
    width: calc(100% - 16px);
    box-sizing: border-box;
    padding-left: calc(var(--base-s) * 0.5);
}
.hl-flex-txt .no-dot .txt{
    width: 100%;
}
.btm-lead{
    font-size: 17px;
    line-height: 22px;
    font-weight: 600;
    margin-top: calc(var(--base-s) * 1);
}
.img-txt-wrap{
    max-width: 680px;
    margin: 0 auto;
}
.img-txt-wrap .m-b-x5{
    margin: 0 auto calc(var(--base-s) * 5);
}
.img-txt-wrap .img-txt-item{
    /* margin-bottom: calc(var(--base-s) * 3); */
}

.img-txt-wrap .img-txt-item .img-item,
.img-solo{
    max-width: 240px;
    margin: 0 auto calc(var(--base-s) * 3);
}
.img-txt-wrap .img-txt-item .img-item.large{
    max-width: 320px;
}
.img-txt-wrap .img-txt-item .img-item.large-x2{
    max-width: 400px;
}
.img-txt-wrap .img-txt-item .img-item.w-560{
    max-width: 560px;
}
.img-txt-wrap .img-txt-item .img-item.m-b-x2{
    margin: 0 auto calc(var(--base-s) * 2);
}
.img-txt-wrap .img-txt-item .img-item.m-b-x1{
    margin: 0 auto calc(var(--base-s) * 1);
}
.img-txt-wrap .img-txt-item .img-item.narrow-m-b-x4{
    margin: 0 auto calc(var(--base-s) * 4);
}

.img-txt-wrap .img-txt-item .txt-conts{
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}
.img-txt-wrap .img-txt-item .txt-conts.align-l{
    text-align: left;
}

.img-txt-wrap .img-txt-item .txt-conts .txt-conts-ttl{
    font-size: 24px;
    line-height: 28px;
    margin-bottom: calc(var(--base-s) * 1.5);
}
.img-txt-wrap .img-txt-item .txt-conts .txt-conts-ttl.small-txt-only{
    font-size: 14px;
    line-height: 20px;
    padding: 0 calc(var(--base-s) * 2);
    margin-bottom: calc(var(--base-s) * 5);
}
.img-txt-wrap .img-txt-item .txt-conts .txt-conts-ttl.border-txt{
    border: 1px dotted var(--pri-color-light);
    padding: calc(var(--base-s) * 2) calc(var(--base-s) * 1.5);
    background-color: var(--pri-color-light);
}
.border-txt-alone{
    border-radius: var(--base-s);
    background-color: var(--white02);
    border: 1px dotted var(--pri-color-light);
    padding: calc(var(--base-s) * 3) calc(var(--base-s) * 3);
    /* box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.32) */
}
.border-txt-alone.m-t-x5{
    margin:calc(var(--base-s) * 5) auto 0;
}

.img-txt-wrap .img-txt-item .txt-conts .txt-conts-ttl.border-txt-white{
    border: 1px dotted var(--pri-color-light);
    padding: calc(var(--base-s) * 2) calc(var(--base-s) * 1.5);
}
.card-style{
    background: var(--white);
    border-radius: calc(var(--base-s)* 1.5);
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.32);
    padding: calc(var(--base-s)* 1.5);
    margin-bottom: calc(var(--base-s)* 2);
    box-sizing: border-box;
}
.card-style.m-b-x4{
    margin-bottom: calc(var(--base-s)* 4);
}
.img-txt-wrap .img-txt-item .txt-conts.card-style .txt-conts-ttl{
    font-size: 20px;
    line-height: 24px;
    margin-bottom: calc(var(--base-s)* 2);
}

.img-txt-wrap .btn-wrap{
    margin: calc(var(--base-s) * 2) auto calc(var(--base-s) * 7);
}

.text-container {
    position: relative;
}

.hidden-text {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    display: block; /* Make sure it's inline so it doesn't create a new line */
    transition: max-height 0.5s ease, opacity 0.5s ease;
}

.show-text {
    display: inline; /* Keep it inline when revealed */
    max-height: 200px; /* Slide down effect */
    opacity: 1;
}

.dots {
    display: inline;
}
.apply-wrap{
    padding-top: calc(var(--base-s) * 3);
    border-top: 1px dotted var(--gray03);
}
.single-post-wrap .post-conts .apply-wrap p:last-child{
    margin-bottom: 0;
}
@media (min-width: 980px){
    .img-txt-wrap .img-txt-item .txt-conts{
        text-align: left;
    }
    .img-txt-wrap .img-txt-item .img-item.narrow-m-b-x4.m-b-x1{
        margin: 0 auto calc(var(--base-s) * 1);
    }
}



.scenarios-wrap{}
.scenarios-wrap .scenario{
    margin: 0 auto calc(var(--base-s) * 5);
}
.scenarios-wrap .scenario:last-child{
    margin: 0 auto;
}
.scenarios-wrap .icon{
    width: 96px;
    margin: 0 auto calc(var(--base-s) * 1.5);
}
.scenarios-wrap .scenario-ttl{
    font-size: 24px;
    line-height: 28px;
    margin-bottom: calc(var(--base-s) * 1.5);
}
.form-sec .icon-wrap{
    width: 96px;
    margin: 0 auto calc(var(--base-s) * 1.5);
}
.form-sec .agree-txt{
    margin: calc(var(--base-s) * 4) auto;
    padding: calc(var(--base-s) * 3) calc(var(--base-s) * 4);
    border: 1px dotted var(--gray03);
}
.form-sec .agree-txt p,
.single-post-wrap .post-conts .form-sec .agree-txt p{
    margin-bottom: 0;
}
.why-introv-wrap{

}
.why-introv-wrap .badge{
    width: 128px;
    margin: 0 auto calc(var(--base-s) * 2);
}
.year-wrap .year{
    margin-bottom: 0;
}
.badges-box{
    margin-top: calc(var(--base-s) * 3);
}
.badges-box .cert-box{
    padding: calc(var(--base-s) * 2);
    box-sizing: border-box;
}
.badges-box .badge-item-solo{
    margin: 0 auto;
}
.li-ttl{
    font-size: 24px;
    line-height: 32px;
    margin-bottom: calc(var(--base-s) * 2);
}
.li-ttl.large{
    font-size: 32px;
    line-height: 40px;
}
.li-txt{
    max-width: 320px;
    margin: 0 auto;
    padding-left: 4px;
    box-sizing: border-box;
}
.li-txt.m-w-100p{
    max-width: 100%;
}

.li-txt .icon{
    width: 16px;
    height: 16px;
    display: block;
    margin-right: calc(var(--base-s) * 1);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    background-image: url(../img/common/icon_check.png);
    margin-top: 3px;
}
.li-txt .txt{
    width: calc(100% - 40px);
}
.li-txt .txt.thin{
    font-weight: 400;
}
.li-ttl.logo-icon{
    height: 40px;
}
.li-ttl.logo-icon img{
    width: 140px;
    /* height: 100%;
    width: auto; */
}
.li-ttl.logo-icon.large img{
    width: 180px;
}
.ttl-large{
    font-size: 24px;
    margin-bottom: calc(var(--base-s) * 3);
}
.ttl-large.m-b-x1{
    margin-bottom: calc(var(--base-s) * 1);
}
@media (min-width: 980px){
    .card-style{
        padding: calc(var(--base-s)* 3);
        margin-bottom: calc(var(--base-s)* 3);
        box-sizing: border-box;
    }
    .img-txt-wrap .img-txt-item .img-item,
    .img-solo{
        max-width: 320px;
        margin: 0 auto calc(var(--base-s) * 5);
    }
    .solution-product-des-sec.max-w-1280 .inner,
    .solution-product-des-sec .img-txt-wrap{
        max-width: 1140px;
    }
    .solution-product-des-sec .img-txt-wrap .img-txt-item {
        align-items: center;
    }
    .solution-product-des-sec .img-txt-wrap .img-txt-item.flex-h-top{
        align-items: flex-start;
    }
   .solution-product-des-sec .img-txt-wrap .img-txt-item .img-item{
        width: 50%;
        max-width: 400px;
        margin-right: 0;
        margin-left: auto;
    }
    .solution-product-des-sec .img-txt-wrap .img-txt-item .img-item.img-center{
        margin-right: auto;
        margin-left: auto;
    }
    .solution-product-des-sec .img-txt-wrap .img-txt-item .img-item.w-560{
        max-width: 560px;
    }
    .solution-product-des-sec .img-txt-wrap .img-txt-item .txt-conts{
        padding-left: calc(var(--base-s)* 6);
        width:calc(100% - 400px);
        /* max-width: 50%; */
    }
    .li-txt{
        max-width: 100%;
        font-size: 16px;
        margin-bottom: calc(var(--base-s)* 3);
    }
    hr.short.m-t-x2{
        margin: calc(var(--base-s)* 6) auto calc(var(--base-s)* 8);
    }
    .solution-product-des-sec .img-txt-wrap .img-txt-item .txt-conts .txt-conts-ttl{
        padding-left: calc(var(--base-s)* 1);
        text-align: left;
        font-size: 32px;
        line-height: 38px;
    }
    .solution-product-des-sec .img-txt-wrap .img-txt-item.pc-reverse .txt-conts{
        padding-left: calc(var(--base-s)* 0);
        padding-right: calc(var(--base-s)* 6);
        text-align: right;
    }
    .solution-product-des-sec .img-txt-wrap .img-txt-item.pc-reverse .txt-conts.align-l{
        text-align: left;
    }

    .solution-product-des-sec .img-txt-wrap .img-txt-item.pc-reverse .txt-conts .btn-wrap.w-align-l a{
        margin-left: auto;
        margin-right: 0;
    }
}
.industries-visual,
.services-visual,
.about-visual {
    width: 100%;

    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.industries-visual:before,
.services-visual:before,
.about-visual:before{
    content: "";
    display: block;
    padding-top: 12.5%;
}
.industries-visual.bg-retail{
    background-image: url(../img/industries/retail_bg.jpg);
}
.industries-visual.bg-food-beverage{
    background-image: url(../img/industries/food_beverage_bg.jpg);
}
.industries-visual.bg-professsional-service{
    background-image: url(../img/industries/professsional_service_bg.jpg);
}
.industries-visual.bg-real-estate{
    background-image: url(../img/industries/real_estate_bg.jpg);
}
.industries-visual.bg-manufacturing{
    background-image: url(../img/industries/manufacturing_bg.jpg);
}
.industries-visual.bg-ngo{
    background-image: url(../img/industries/ngo_bg.jpg);
}
.industries-visual.bg-wholesale-distribution{
    background-image: url(../img/industries/wholesale_distribution_bg.jpg);
}

.services-visual{
    background-image: url(../img/services/bg_services.jpg);
}

.about-visual{
    background-image: url(../img/about/bg_about.jpg);
}

.industries-visual .pg-ttl-wrap,
.services-visual .pg-ttl-wrap,
.about-visual .pg-ttl-wrap{
    padding-top: calc(var(--base-s)* 0);
    margin-bottom: calc(var(--base-s)* 0);
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.32);
}
.bg-gradient{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
    background-image: url(../img/industries/bg_gradient.png);
    /* background: linear-gradient(#9bdb3f 0%, #22a2e6 100%);
    opacity: 0.77; */
}
.bg-black{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--black);
    opacity: 0.77;
}
.bg-gradient-blue{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(#c4e4f5 0%, #e0eef5 100%);
}
.bg-gradient-colorful{
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /* opacity: 0.8; */
    background: linear-gradient(347deg, #94DDF7, #DBEBC5, #FFE6B5);
    background-size: 600% 600%;

    -webkit-animation: AnimationName 15s ease infinite;
    -moz-animation: AnimationName 15s ease infinite;
    animation: AnimationName 15s ease infinite;
}
@-webkit-keyframes AnimationName {
    0%{background-position:1% 0%}
    50%{background-position:99% 100%}
    100%{background-position:1% 0%}
}
@-moz-keyframes AnimationName {
    0%{background-position:1% 0%}
    50%{background-position:99% 100%}
    100%{background-position:1% 0%}
}
@keyframes AnimationName {
    0%{background-position:1% 0%}
    50%{background-position:99% 100%}
    100%{background-position:1% 0%}
}

@media (min-width: 980px){
    #btm-visual .inner{
        padding-top: 0;
        padding-bottom: calc(var(--base-s) * 10);
    }
    #btm-visual .inner.p-b-x5{
        padding-bottom: calc(var(--base-s) * 5);
    }
    #btm-visual .inner.p-b-0{
        padding-bottom: calc(var(--base-s) * 0);
    }
    .industries-visual:before{
        padding-top: calc(var(--base-s) * 15);
    }
    .industries-visual.bg-retail{
        background-image: url(../img/industries/retail_bg_wide.jpg);
    }
    .industries-visual.bg-food-beverage{
    background-image: url(../img/industries/food_beverage_bg_wide.jpg);
    }
    .industries-visual.bg-professsional-service{
        background-image: url(../img/industries/professsional_service_bg_wide.jpg);
    }
    .industries-visual.bg-real-estate{
        background-image: url(../img/industries/real_estate_bg_wide.jpg);
    }
    .industries-visual.bg-manufacturing{
        background-image: url(../img/industries/manufacturing_bg_wide.jpg);
    }
    .industries-visual.bg-ngo{
        background-image: url(../img/industries/ngo_bg_wide.jpg);
    }
    .industries-visual.bg-wholesale-distribution{
        background-image: url(../img/industries/wholesale_distribution_bg_wide.jpg);
    }
    .services-visual{
        background-image: url(../img/services/bg_services_wide.jpg);
    }
    .about-visual{
        background-image: url(../img/about/bg_about_wide.jpg);
    }
}
.grid-items .item{
    /* padding:0 calc(var(--base-s) * 2); */
    box-sizing: border-box;
    margin-bottom: calc(var(--base-s) * 5);
}
.grid-items .item .grid-ttl{
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: calc(var(--base-s) * 1);
}
.grid-items .item .img-wrap{
    margin-bottom: calc(var(--base-s) * 2);
}
.grid-items .item .img-wrap.m-b-x0{
    margin-bottom: calc(var(--base-s) * 0);
}
.grid-items .item .img-wrap.m-b-x1{
    margin-bottom: calc(var(--base-s) * 1);
}
.category-success-stories .grid-items .item .img-wrap{
    border-bottom: 1px solid var(--gray03);
}

.categories-wrap{
    margin-bottom: calc(var(--base-s) * 5);
}
.categories-wrap ul li{
    display: inline-block;
    font-size: 18px;
}
.categories-wrap ul li.divider{
    margin: 0 calc(var(--base-s) * 1);
    /* height: 12px;
    width: 1px;
    background-color: var(--gray04); */
}
.categories-wrap ul li a{
    color: var(--gray05);
    border-bottom: 1px solid var(--white);
}
.categories-wrap ul li a:hover{
    color: var(--pri-color-hover);
    border-bottom: 1px solid var(--pri-color-hover);
}
.categories-wrap ul li a.here-local{
    color: var(--pri-color);
    border-bottom: 1px solid var(--pri-color);
}
.pagination{
    margin-top: calc(var(--base-s) * 0);
    margin-bottom: calc(var(--base-s) * 5);
}
.pagination a{
    text-decoration: none;
    border-bottom: 0;
}
.pagination .prev-post:before{
    font-family: 'FontAwesome' !important;
    content: '\f104';
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    padding-right: 20px;
}
.pagination .next-post{}
.pagination .next-post:after{
    font-family: 'FontAwesome' !important;
    content: '\f105';
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    padding-left: 20px;
}
.pagination .wp-pagenavi{
    text-align: center;
}
.pagination .wp-pagenavi .pages,
.pagination .wp-pagenavi .last,
.pagination .wp-pagenavi .first{
    display: none;
}
.pagination .wp-pagenavi a,
.pagination .wp-pagenavi span{
    border: 0px solid #BFBFBF;
    padding: 3px 5px;
    margin: 0 8px;
    display: none;
    width:40px;
    box-sizing:border-box;
    border-bottom:1px solid white;
}
.pagination .wp-pagenavi a{
    color: var(--pri-color);
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.pagination .wp-pagenavi a:hover{
    color: var(--pri-color-hover);
}
.pagination .wp-pagenavi span.current{
    color: #1b1b1b;
    font-size: 20px;
    border-bottom:1px solid #1b1b1b;
}
.pagination .wp-pagenavi .previouspostslink,
.pagination .wp-pagenavi .nextpostslink{
    position: absolute;
    display: block;
    width: 80px;
    top: auto;
    bottom: 0;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 12px auto;
    text-indent: -9999999999999px;
}
.pagination .wp-pagenavi .previouspostslink:hover,
.pagination .wp-pagenavi .nextpostslink:hover{
    opacity: 0.5;
    border-bottom: 0;
}
.pagination .wp-pagenavi .previouspostslink{
    background-image: url(../img/common/blank_btn_arrow_l.png);
    left: 0;
}
.pagination .wp-pagenavi .nextpostslink{
    background-image: url(../img/common/blank_btn_arrow.png);
    right: 0;
}
.pagination .wp-pagenavi .previouspostslink:before {
    /* font-family: 'FontAwesome' !important;
    content: '\f104';
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    padding-right: 20px; */
}
.pagination .wp-pagenavi .nextpostslink:after {
    /* font-family: 'FontAwesome' !important;
    content: '\f105';
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    padding-left: 20px; */
}

@media (min-width: 980px){
    .pagination .wp-pagenavi a,
    .pagination .wp-pagenavi span{
        display: inline-block;
    }
}
.cat-wrap{
    margin-bottom: calc(var(--base-s) * 0.5);
}
.cat-wrap li{
    display: inline-block;
    margin-right: calc(var(--base-s) * 1);
}
.cat-wrap.overflow-wrap{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cat-wrap.m-b-0{
    margin-bottom: calc(var(--base-s) * 0);
}

/*start blog*/
.single-post-wrap .btn-btm-wrap{}
.single-post-wrap .btn-btm-wrap .inner{
    padding-top: calc(var(--base-s) * 0);
    padding-bottom: calc(var(--base-s) * 5);
}
.single-post-wrap .btn-btm-wrap .inner .btn-wrap{
  padding-top: 0;
}
.single-post-wrap .btn-btm-wrap .inner .btn-wrap .btn-pri{
  color: white;
}
.single-post-wrap .post-conts{
    padding-top: calc(var(--base-s) * 3);
    max-width: 744px;
    padding-left: calc(var(--base-s) * 2);
    padding-right: calc(var(--base-s) * 2);
}
.single-post-wrap .post-conts .post-thumb,
.single-post-wrap .post-conts .hash-wrap,
.single-post-wrap .post-conts .meta-wrap{

}
.single-post-wrap .post-conts .post-thumb{
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
}
.single-post-wrap .post-conts .meta-wrap span{
    margin-left:  calc(var(--base-s) * 1.5);
}
.single-post-wrap .post-conts .hash-wrap{
    font-style: italic;
}
.single-post-wrap .post-conts .hash-wrap span{
    margin-right:  calc(var(--base-s) * 1.5);
}
.single-post-wrap .pg-ttl-wrap{
    padding-top: calc(var(--base-s) * 3);
    margin-bottom: calc(var(--base-s) * 3);
}
.single-post-wrap .pg-ttl-wrap .pg-ttl{
    padding-left: 0;
    padding-right: 0;
}


.single-post-wrap section.pagination .inner{
    padding-top: calc(var(--base-s) * 0);
    padding-bottom: calc(var(--base-s) * 4);
}
.single-post-wrap .post-conts .inner .img-wrap{
    max-width: 100%;
}
.single-post-wrap .post-conts .inner .featured-img{
    margin:0 auto 16px;
    width: 100%;
    /* box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.32); */
}
.single-post-wrap .page-ttl,
.single-post-wrap .post-conts h1{
    text-align: left;
    margin-bottom: calc(var(--base-s) * 0.5);
    font-size: 26px;
    line-height: 30px;
    width: 100%;
    box-sizing: border-box;
    letter-spacing: 0;
}
html[lang="zh-Hant"] .single-post-wrap .page-ttl,
html[lang="zh-Hant"] .single-post-wrap .post-conts h1{
  line-height: 36px;
}
.single-post-wrap .post-conts h2 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: calc(var(--base-s) * 2);
}
.single-post-wrap .post-conts h3,
.single-post-wrap .post-conts h4,
.single-post-wrap .post-conts h5,
.single-post-wrap .post-conts h6 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: calc(var(--base-s) * 2);
}
.single-post-wrap .post-conts p{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: calc(var(--base-s) * 2.5);
}
.single-post-wrap .post-conts .hl-group{
  /* border: 1px solid black; */
  background-color: var(--gray01);
  padding: calc(var(--base-s) * 2.5);
  margin-bottom: calc(var(--base-s) * 2.5);
}
.single-post-wrap .post-conts .hl-group p:last-child{
  margin-bottom: 0;
}
.single-post-wrap .post-conts p.cat{
  display: inline-block;
  font-style: italic;
  margin-right: calc(var(--base-s) * 1);
  margin-bottom: calc(var(--base-s) * 0);
}
.single-post-wrap .post-conts p.date{
  margin-bottom: calc(var(--base-s) * 0);
}
.single-post-wrap .post-conts p.author{
  margin-bottom: calc(var(--base-s) * 1.5);
}

.single-post-wrap .post-conts .entry-contents{
  margin-top: calc(var(--base-s) * 1.5);
}
.single-post-wrap .post-conts ul,
.single-post-wrap .post-conts ol{
    margin-left: 16px;
    margin-bottom: calc(var(--base-s) * 1.5);
}
.single-post-wrap .post-conts ul li,
ul.disc-style li{
    list-style: disc;
}
ul.disc-style li{
    margin-left: 16px;
}
.single-post-wrap .post-conts ol li{
    list-style: decimal;
}
.single-post-wrap .post-conts ol.alpha,
.single-post-wrap .post-conts ol.alpha li{
    list-style-type: lower-alpha;
}
.single-post-wrap .post-conts li{
    font-size: 16px;
    line-height: 24px;
}
.single-post-wrap .post-conts li h2,
.single-post-wrap .post-conts li h3,
.single-post-wrap .post-conts li h4,
.single-post-wrap .post-conts li h5,
.single-post-wrap .post-conts li h6{
  margin-bottom: 0;
}
.single-post-wrap .post-conts .page-btm-btn{
    margin: 40px auto;
}

/*templates*/

.single-post-wrap .post-conts b,
.single-post-wrap .post-conts strong {
    font-weight: 700;
}
.single-post-wrap .post-conts strong,
.single-post-wrap .post-conts strong a{
  color: var(--brown);
}
.single-post-wrap .post-conts strong.f-black{
  color: var(--black);
}
.single-post-wrap .post-conts strong.f-black a{
  color: var(--green);
}

.single-post-wrap .post-conts cite,
.single-post-wrap .post-conts dfn,
.single-post-wrap .post-conts em,
.single-post-wrap .post-conts i {
    font-style: italic;
}
.single-post-wrap .post-conts iframe {
    max-width: 100%;
    height: auto;
}
.single-post-wrap .post-conts .wp-block-preformatted{
    font-size: 16px;
    line-height: 24px;
    margin-left: calc(var(--base-s) * 4);
    margin-right: calc(var(--base-s) * 4);
    margin-bottom: calc(var(--base-s) * 2);
}
.single-post-wrap .post-conts blockquote {
    /* border: 1px #DDDDDD solid;
    padding: 12px 24px;
    max-width: 500px;
    box-sizing:border-box;
    margin: 0 auto 24px; */
    max-width: 90%;
    margin: 0 auto calc(var(--base-s) * 2.5);
    position: relative;
}
.single-post-wrap .post-conts blockquote p::before,
.single-post-wrap .post-conts blockquote p::after {
  content: "";
  display: inline-block;
  background-size: auto 12px;
  background-repeat: no-repeat;
  width: 20px;
  height: 16px;
}

.single-post-wrap .post-conts blockquote p::before {
  background-image: url("../img/common/quote_open.png");
  background-repeat: no-repeat;
  margin-left: -20px;
}

.single-post-wrap .post-conts blockquote p::after {
  background-image: url("../img/common/quote_close.png");
  background-position: right center;
  margin-right: -20px;
}

.single-post-wrap .post-conts blockquote > p:last-child {
    margin-bottom: 0;
}
.single-post-wrap .post-conts blockquote b,
.single-post-wrap .post-conts blockquote strong {
    font-weight: 700;
}
.single-post-wrap .post-conts blockquote cite,
.single-post-wrap .post-conts blockquote em,
.single-post-wrap .post-conts blockquote i {
    /* font-style: normal; */
}
.single-post-wrap .post-conts address {
    font-style: italic;
    margin: 0 0 24px;
}
.single-post-wrap .post-conts a.pri-btn{
    color: white;
}
.single-post-wrap .post-conts sub,
.single-post-wrap .post-conts sup {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
.single-post-wrap .post-conts sup {
    bottom: 1ex;
}
.single-post-wrap .post-conts sub {
    top: 0.5ex;
}
.single-post-wrap .post-conts small {
    font-size: 75%;
}
.single-post-wrap .post-conts big {
    font-size: 125%;
}
.single-post-wrap .post-conts hr {
    border: 0;
    height: 1px;
    margin-bottom: 24px;
}
.single-post-wrap hr.top-divider{
  border-top:1px dotted var(--gray05);
  height: 0;
  margin-top: 24px;
}
.single-post-wrap hr.top-divider.btm-adj{
  margin-top: 48px;
  margin-bottom: 0;
}
.single-post-wrap .post-conts dl {
    margin: 0 0 24px;
}
.single-post-wrap .post-conts dl dt {
    font-weight: 700;
}
.single-post-wrap .post-conts dl dd {
    margin: 0 0 24px;
}
.single-post-wrap .post-conts .form dl{
    margin:0;
}
.single-post-wrap .post-conts .form dl dd{
    margin-bottom:20px;
}

.single-post-wrap .post-conts img {
    border: 0;
    height: auto!important;
    max-width: 100%;
    vertical-align: middle;
   box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
}
.single-post-wrap .post-conts img.no-shadow{
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
.call-to-action-box{
    background-color: var(--white02);
    padding: calc(var(--base-s) * 2) calc(var(--base-s) * 2) calc(var(--base-s) * 3);
    margin-bottom: calc(var(--base-s) * 0);
}
.message .notification{
    padding: calc(var(--base-s) * 3) calc(var(--base-s) * 2);
}
.single-post-wrap .post-conts .call-to-action-box .logo{
    width: 106px;
    height: auto;
    margin-left: calc(var(--base-s) * 1.5);
    vertical-align: text-top;
    margin-top: 2px;
}
html[lang="zh-Hant"] .single-post-wrap .post-conts .call-to-action-box .logo{
    margin-top: 5px;
}

.single-post-wrap .post-conts .call-to-action-box .robot{
    width: 106px;
}
.message .notification .ttl,
.call-to-action-box .txt-box .ttl{
    font-size: 24px;
    font-weight: 700;
}
.call-to-action-box .item.img-wrap{
    max-width: 140px;
    height: auto;
}
.call-to-action-box .flex-box{
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
}
.call-to-action-box .flex-box .item{

}
.call-to-action-box .item.txt-box{
    width: calc(100% - 106px);
}
.call-to-action-box .item.robot-wrap{
    width: 106px;
    margin-top: 32px;
}
.single-post-wrap .call-to-action-box p{
    margin-bottom: calc(var(--base-s) * 3);
}


.grid-wrap .inner{
  padding-bottom: 0;
}
.grid-wrap .btn-wrap.btns-2{
  padding-top: 0;
  padding-bottom: calc(var(--base-s) * 4);
}
.grid-wrap a,
.single-post-wrap .post-conts a {
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.grid-wrap a.f-brown,
.single-post-wrap .post-conts .f-brown a{
  color: var(--brown);
}
.grid-wrap .flex.n-col01 .item{
  max-width: 380px;
}
.grid-wrap .btn-wrap a{
  text-decoration: none!important;
}
.grid-wrap a:hover,
.single-post-wrap .post-conts a:hover{
    opacity: 0.5;
}
.grid-wrap a.obtn-stop:hover, .single-post-wrap .post-conts a.obtn-stop:hover{
  opacity: 1;
}
.single-post-wrap .float-bnr{
  max-width: 320px;
  width: 100%;
  margin: 0 auto calc(var(--base-s) * 2);
}
.more-txt .ans-wrap{
  overflow: hidden;
  transition: max-height 0.5s ease;
}
.more-txt .ans-wrap .ans-wrap-target{
  display: block;
    overflow: hidden;
}
.more-txt .ans-wrap .ans-wrap-target.opened{
  display: inline;
  max-height: 100vh; /* Or set to a value high enough to show all content */
  overflow: visible;
}
.more-txt .ans-wrap .more-btn{
  margin-left: 5px;
}
.more-txt .ans-wrap .more-btn:after {
    content: ".";
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
}
.entry-footer{
    width: 100%;
    margin-top: calc(var(--base-s) * 6);
    border-top:1px dotted var(--gray05);
    border-bottom:1px dotted var(--gray05);
}
.entry-footer .sns-wrap{
    padding-top: calc(var(--base-s) * 3);
    padding-bottom: calc(var(--base-s) * 3);
}
.entry-footer .sns-wrap p{
    margin-bottom: 0;
    display: inline-block;
    line-height: 40px;
    vertical-align: top;
    margin-right: calc(var(--base-s) * 0.5);
}

.content-wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.content-text {
  display: inline;
}

.more-text {
  display: none; /* Hide the text initially */
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.more-btn-ai {
  cursor: pointer;
  display: inline;
}



.single-post-wrap .post-conts a img {
    display: block;
}
.single-post-wrap .post-conts .wp-block-image,
.single-post-wrap .post-conts .wp-block-table {
    margin: 0 0 24px;
}
.single-post-wrap .post-conts .wp-block-image figcaption{
  background-color: var(--gray01);
  color: var(--green);
  text-align: center;
  margin: 8px auto 0;
  padding: 8px;
  box-sizing: border-box;
  font-weight: 700;
}
.single-post-wrap .post-conts .wp-block-image .aligncenter figcaption{
  display: inline-block;
  box-sizing: border-box;
  padding-left:calc(var(--base-s) * 4);
  padding-right:calc(var(--base-s) * 4);
}

.single-post-wrap .post-conts table{
    margin-top: 0;
    margin-bottom: 0;
}
.single-post-wrap .post-conts table.m-b-x25{
    margin-bottom:calc(var(--base-s) * 2.5);
}
.single-post-wrap .post-conts table th,
.single-post-wrap .post-conts table td{
    padding:calc(var(--base-s) * 2);
}
.single-post-wrap .post-conts table td{
    border-bottom: 1px dotted var(--gray04);
}
.single-post-wrap .post-conts table th{
    color: var(--white);
}
.single-post-wrap .post-conts th p:last-child,
.single-post-wrap .post-conts td p:last-child{
    margin-bottom: 0;
}

.single-post-wrap .post-conts .alignleft {
    float: none;
    /*margin: 0 24px calc(var(--base-s) * 1.5) 0;*/
}
.single-post-wrap .post-conts .wp-block-image .alignleft,
.single-post-wrap .post-conts .wp-block-image .alignright{
  margin: 0 auto;
}

.single-post-wrap .post-conts .alignright {
    float: none;
    /*margin: 0 0 calc(var(--base-s) * 1.5) 24px;*/
}
.single-post-wrap .post-conts .aligncenter {
    clear: both;
    display: block;
    margin: 24px auto;
    text-align: center;
}
.single-post-wrap .post-conts .cta-bnrs-single a:hover{
  opacity: 1;
}
.single-post-wrap .post-conts .cta-bnrs-single{
  margin-left: calc(var(--base-s) * -1);
  margin-right: calc(var(--base-s) * -1);
}
.single-post-wrap .post-conts .cta-bnrs-single .item{
  max-width: 320px;
  margin: 0 auto;
}
.single-post-wrap .post-conts .cta-bnrs-single .item a{
  display: block;
  width: 100%;
}
.single-post-wrap figure{
    width: 100%;
    vertical-align: top;
    height: auto;
}
.iframe-wrap,
.single-post-wrap .wp-block-embed__wrapper,
.single-post-wrap .fluid-width-video-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  margin-bottom: calc(var(--base-s) * 2);
}

.single-post-wrap .post-conts .iframe-wrap iframe,
.iframe-wrap iframe,
.single-post-wrap .wp-block-embed__wrapper iframe,
.single-post-wrap .fluid-width-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}



.success-stories-post.single-post-wrap .success-stories-sec .succes-stories-item{
    padding: 0;
    background-image: none;
}
.success-stories-post.single-post-wrap .success-stories-sec .succes-stories-item .txt-conts{
    padding-left: calc(var(--base-s) * 0);
    padding-right: calc(var(--base-s) * 0);
    width: 100%;
}
.success-stories-post.single-post-wrap .success-stories-sec .succes-stories-item .quote.btm{
    bottom: 8px;
}
.success-stories-post.single-post-wrap .succes-stories-item .quote-source{
    margin-bottom: 0;
}
.success-stories-post.single-post-wrap .succes-stories-item .quote{
    width: 16px;
    height: 12px;
}
.success-stories-post.single-post-wrap .succes-stories-item .quote-wrap{
    padding-top: calc(var(--base-s) * 1.5);
    padding-bottom: calc(var(--base-s) * 1);
    padding-left: calc(var(--base-s) * 1);
    padding-right: calc(var(--base-s) * 1.5);
}
.success-stories-post.single-post-wrap .post-conts .hash-wrap,
.success-stories-sec .succes-stories-item .quote-source{
    padding-left: calc(var(--base-s) * 1);
}
.success-stories-post.single-post-wrap.no-quote-story .post-conts .hash-wrap{
    padding-left: calc(var(--base-s) * 0);
}

@media (min-width: 768px){
    .single-post-wrap .page-ttl{
    }
    .single-post-wrap h2 {
    }
    .single-post-wrap h3,
    .single-post-wrap h4,
    .single-post-wrap h5,
    .single-post-wrap h6 {
    }
    .single-post-wrap p{
    }
    .single-post-wrap .post-conts ul,
    .single-post-wrap .post-conts ol{
        margin-bottom: 24px;
    }
    .single-post-wrap .post-conts .alignleft,
    .single-post-wrap .post-conts .wp-block-image .alignleft {
        max-width: 50%;
        margin: 0 24px calc(var(--base-s) * 1.5) 0;
        float: left;
    }
    .single-post-wrap .post-conts .alignright,
    .single-post-wrap .post-conts .wp-block-image .alignright {
        max-width: 50%;
        margin: 0 0 calc(var(--base-s) * 1.5) 24px;
        float: right;
    }
    .single-post-wrap .post-conts .cta-bnrs-single .item{
      max-width: 100%;
    }
}
@media (min-width: 980px){
    .success-stories-post.single-post-wrap{

    }
    .success-stories-post.single-post-wrap .top-visual{
        align-items: flex-start;
    }
    .success-stories-post.single-post-wrap.no-quote-story .top-visual{
        align-items: center;
    }
    .success-stories-post.single-post-wrap .post-thumb{
        max-width: 240px;
        margin-right: calc(var(--base-s) * 3);
    }
    .success-stories-post.single-post-wrap .pg-ttl-wrap{
        width: calc(100% - 280px);
    }
    .success-stories-post.single-post-wrap .pg-ttl-wrap{
        padding-top: 0;
        margin-bottom: 0;
    }
    .success-stories-post.single-post-wrap .succes-stories-item .txt-conts{
        margin-top: 0;
    }
}

.fancybox-slide--iframe {
  /* aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
  max-height: 80vh; Optional */
}
.fancybox-slide--iframe .fancybox-content{
    width: 100%;
    height:auto;
    max-width: 800px;
    max-height: none;
    /* margin:0 auto;
    box-sizing: border-box; */
}
.fancybox-slide--iframe .fancybox-content .fancybox-iframe{
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;

}
.highlight-items{}

.highlight-items .main-txt{
    font-size: 44px;
    line-height: 52px;
}
.highlight-items .main-txt small{
    font-size: 36px;
    padding-left: 4px;
}
.highlight-items .main-txt small.small-txt{
    font-size: 24px;
}
.timeline-wrap{
    max-width: 720px;
    margin: 0 auto;
}

.timeline-wrap .year{
    width: 70px;
    max-width: 70px;
    text-align: right;
    padding-right: calc(var(--base-s) * 2);
    box-sizing: border-box;
}
.timeline-wrap .circle-wrap{
    width: 24px;
    max-width: 24px;
}
.timeline-wrap .circle{
    min-width: 24px;
    width: 24px;
    max-width: 24px;
    height: 24px;
    max-height: 24px;
    border-radius: 12px;
    border: 4px solid var(--blue);
    box-sizing: border-box;
    background-color: white;
    position: relative;
    z-index: 10;
}
.timeline-wrap .divider{
    width: 4px;
    height: 100%;
    background-color: var(--blue);
    margin: 0 auto;
    position: relative;
    z-index: 0;
}
.timeline-wrap .main-conts{
    margin-left: calc(var(--base-s) * 2);
    padding-left: calc(var(--base-s) * 2);
    width: calc(100% - 148px);
    padding-bottom: calc(var(--base-s) * 3);
}

.timeline-wrap .main-conts ul li{
    list-style: disc;
}
.map-info{
    margin-bottom: calc(var(--base-s) * 3);
}
.map-info a{
    display: block;
}
.map-wrap{
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.32);
}
.map-wrap-wide{
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
}
.l-r-items{
    width: 100%;
    max-width: 980px;
    margin:0 auto;
    position: relative;
    z-index: 10;
}
.l-r-items .item-ttl-des{
    font-style: italic;
    font-weight: 400;
    font-size: 18px;
}
.circle-icon{
    width: 20px;
    height: 20px;
    display: inline-block;
    border: 4px solid var(--blue);
    border-radius: 100%;
    box-sizing: border-box;
    margin-right: calc(var(--base-s) * 1);
    vertical-align: top;
    margin-top: 5px;
}
.l-r-items.w-col-02 .item{
    margin-bottom: calc(var(--base-s) * 2);
}
.l-r-items.w-col-02 .item .item-ttl-wrap{
    margin-bottom: calc(var(--base-s) * 2);
}
@media (min-width: 980px){
    .timeline-wrap .year{
        width: 100px;
        max-width: 100px;
    }
    .l-r-items.w-col-02 .item{
        padding-left: calc(var(--base-s) * 3);
        padding-right: calc(var(--base-s) * 3);
        margin-bottom: calc(var(--base-s) * 4);
        box-sizing: border-box;
    }
    .l-r-items.w-col-02 .item .item-ttl-wrap{
        margin-bottom: calc(var(--base-s) * 2);
    }
    .l-r-items.w-col-02 .item .item-ttl-wrap.m-b-x1{
        margin-bottom: calc(var(--base-s) * 1);
    }
    .l-r-items.w-col-02 .item .item-ttl-wrap .item-ttl{
        font-size: 24px;
        margin-bottom: calc(var(--base-s) * 0);
    }
    .circle-icon{
        margin-top: 9px;
    }

}

.swiper-trigger-multiple-dynamic-wrap{
    padding-top: calc(var(--base-s) * 4);
    padding-bottom: calc(var(--base-s) * 6);
    overflow: hidden;
}
.swiper-trigger-multiple-dynamic-wrap .not-initialized .swiper-slide{
    padding-left: calc(var(--base-s) * 1);
    padding-right: calc(var(--base-s) * 1);
    box-sizing: border-box;
}

@media (min-width: 980px){
    .swiper-trigger-multiple-dynamic-wrap.narrow-slide{
        max-width: 1360px;
        margin:0 auto;

    }
    .swiper-trigger-multiple-dynamic-wrap.narrow-slide .item{
        padding-left: calc(var(--base-s) * 1);
        padding-right: calc(var(--base-s) * 1);
        box-sizing: border-box;
    }
    .swiper-trigger-multiple-dynamic-wrap{
        padding-left: calc(var(--base-s) * 2);
        padding-right: calc(var(--base-s) * 2);
    }
}
.cover-msg{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #1b1b1b;
  z-index: 99999;
  opacity: 0.5;
  color: white;
  text-align: center;
  padding-top: 30%;
}
.cover-conts{
  width: 80%;
  height: 200px;
  color: #1b1b1b;
  z-index: 999999;
  position: fixed;
  top: 0;
  left: 10%;
  background: white;
  font-size: 18px;
  font-weight: 900;
  top: 20%;
  padding: 40px;
  box-sizing:border-box;
  text-align: center;
}
.cover-conts img{
    width: 60px;
    margin: 20px auto 0;
    display: block;
}
/* .form2020 div.wpcf7 .ajax-loader,
.form2020b div.wpcf7 .ajax-loader{
  width: 30px;
  height: 30px;
  background-image: url(../assets/img/common/loader.gif);
  background-size: 30px auto;
} */
.cover-msg.active{
  display: block;
}
.form button.m-b-x4, .form [type="submit"].m-b-x4,
.btn-submit.m-b-x4{
  margin-bottom: calc(var(--base-s) * 4);
}
.search.cus-pagination a{
  margin-left: calc(var(--base-s) * 1);
  margin-right: calc(var(--base-s) * 1);
  padding-left: calc(var(--base-s) * 0.5);
  padding-right: calc(var(--base-s) * 0.5);
}
