/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap');

@font-face {
    font-family: "D-DIN-BOLD";
    src: url(../fonts/D-DIN-Bold.ttf);
}

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
    box-sizing: border-box !important;
    transition: ease all 0.5s;
}

:root{
    --gold: #A68F2F;
    --blue: #0F4871;
    --sky-blue: #39B5CB;
    --yellow: #FFFF3F;
    --default-gray: #323232;
    --pink: #F04F9A;
}

html {
    scroll-behavior: smooth;
}

body {
    color: black;
    font-size: 14px;
    line-height: 1.80857;
    font-weight: 500;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none!important;
    opacity: 1
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

 :focus {
    outline: 0;
}

.paddind_bottom_0 {
    padding-bottom: 0 !important;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    float: left;
    width: 100%;
}

.layout_padding {
    padding-top: 90px;
    padding-bottom: 0px;
}

.padding_0 {
    padding: 0px;
}

picture img{
    /* width: 100%; */
}
.blue{
    color: #4463E5;
}
/* header top section start */

.header_top_section {
    width: 100%;
    display: flex;
    height: auto;
}

.header_top_main {
    display: flex;
    max-width: 1280px;
    justify-content: space-between;
    margin: auto;
    transform: translateX(25px);
}
.header_top_main .call_text{
    margin-top: 16px;
}
.call_text a {
    color: #ffffff;
}

.call_text a img{
    width: 271px;
}

.header_top_main .btn_wrapper a {
    padding: 15px 31px;
    color: white;
    background: rgba(240, 79, 93, 1);
    font-weight: 700;
    font-size: 18px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    display: inline-block;
    line-height: 1.4;
    box-shadow: 0px 4px 4px 0px rgb(0 0 0 / 25%);
}
.call_text a:hover {
    color: #fda417;
}

.call_text_1 {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    text-align: right;
}

.call_text_1 a {
    color: #ffffff;
}

.call_text_1 a:hover {
    color: #fda417;
}

.call_text_2 {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    text-align: right;
    text-align: center;
}

.call_text_2 a {
    color: #ffffff;
}

.call_text_2 a:hover {
    color: #fda417;
}

.padding_left_15 {
    padding-left: 10px;
}


/* header top section end */


/* header section start */

.header_section {
    width: 100%;
    box-sizing: border-box !important;
    position: relative;
}

.header_bg {
    background: #1f1f1f;
}

.bg-light {
    background-color: transparent !important;
}

.logo {
    width: auto;
}

.ml-auto,
.mx-auto {
    margin-left: auto!important;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 18px;
    color: #fcfefe;
    text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #fda417;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #fda417;
}

.navbar {
    padding: 30px 0px 30px 0px;
}

.login_text ul {
    margin: 0px;
    padding: 0px;
}

.login_text li {
    float: left;
    font-size: 18px;
    color: #ffffff;
    padding: 0px 30px;
}

.login_text li a {
    color: #ffffff;
}

.login_text li a:hover {
    color: #fda417;
}

.quote_btn {
    width: 170px;
    float: left;
}

.quote_btn a {
    width: 100%;
    float: left;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    background-color: #fda417;
    border-radius: 40px;
    padding: 8px;
    text-transform: uppercase;
}

.quote_btn a:hover {
    background-color: #ffffff;
    color: #252525;
}
.font-bold{
    font-weight: 700;
}
.text-blue{
    color: var(--blue);
}
.text-gold{
    color: var(--gold);
}
.bg_grid{
    background-image: url(../images/grid.png);
    background-repeat: repeat;
}
.d-pc{
    display: block;
}
.d-sp{
    display: none;
}
.sky-blue{
    color: var(--sky-blue) !important;
}
.yellow{
    color: var(--yellow);
}
.bg_yellow{
    background: var(--yellow);
}
.pink{
    color: var(--pink);
}
/* header section end */


/* banner section start */
.bg_top{
    background-image: url(../images/bg_top.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.banner_section {
    font-weight: 700;
    padding: 56px 0 76px;
    position: relative;
}
.banner_section .banner_section_inner{
    max-width: 1226px;
    margin: auto;
    transform: translateX(31px);
}
.banner_section .intro_service_title{
    font-size: 30px;
    margin-bottom: 13px;
}
.banner_section .intro_service_text{
    font-size: 68px;
    line-height: 1.26;
    font-weight: 900;
    padding: 0;
    position: relative;
}
.banner_section .intro_service_text small{
    font-size: 40px;
}
.banner_section .btn_top_downlad{
    margin-top: 27px;
}
.banner_section .banner_media{
    width: 58.6%;
    margin: -25px 0 0 -5%;
}
.btn_top_download{
    margin-top: 27px;
}
.btn_catalog_download a{
    background: #F04F5D;
    position: relative;
    display: inline-block;
}
.btn_catalog_download a:before{
    position: absolute;
    content: '';
    background-image: url(../images/book.png);
    background-size: 100% 100%;
    top: 0;
    left: 5%;
    transform: translateY(-20%);
}
.btn_catalog_download a:after{
    position: absolute;
    content: '';
    background-image: url(../images/arrow_down_black.svg);
    background-size: 100% 100%;
    top: 50%;
    right: 8%;
    transform: translateY(-20%);
}
.banner_section .btn_catalog_download a{
    font-size: 30px;
    line-height: 1.2;
    box-shadow: 0px 4px 4px 0px #00000040;
    padding: 37px 114px 37px 146px;
    border-radius: 55px;
}
.banner_section .btn_catalog_download a:before{
    width: 100px;
    height: 128px;
}
.banner_section .btn_catalog_download a:after{
    width: 29px;
    height: 14px;
}
.banner_section .top_merit_wrapper{
    width: 572px;
    justify-content: space-between;
    margin-top: 20px;
}
.banner_section .top_merit_wrapper .top_merit{
    background: linear-gradient(180deg, rgba(68,99,229,1) 0%, rgba(36,63,184,1) 100%);
    color: white;
    text-align: center;
    padding: 12px 0 17px;
    width: 32.5%;
    border-radius: 9px;
}
.banner_section .top_merit_wrapper .top_merit p{
    margin: 10px 0 0;
    font-size: 15px;
}
.banner_section .top_merit_wrapper .top_merit small{
    font-size: 17px;
}
.footer_fixed{
    background: #324D97;
    padding: 30px 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99;
}
.footer_fixed .btn_catalog_download{
    margin-left: 26px;
}
.footer_fixed .btn_catalog_download a{
    font-size: 20px;
    font-weight: 700;
    line-height: 1.28;
    padding: 22px 45px 22px 181px;
    border-radius: 39px;
    box-shadow: 0px 4px 4px 0px #00000040;
    color: white;
}
.footer_fixed .btn_catalog_download a:before{
    width: 141px;
    height: 100px;
    transform: rotate(-9.6deg) translateY(-15%);
}
.footer_fixed span{
    color: white;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.3;
}
.footer_fixed span .large{
    font-size: 64px;
    margin: 0 10px;
}
.section_title{
    font-size: 38px;
    position: relative;
    text-align: center;
    margin-bottom: 0;
    font-weight: bold
}
.section_subtitle{
    color: white;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    margin-top: 40px;
}
.problem{
    text-align: center;
    font-weight: 700;
    background-image: url(../images/bg_problem.png);
    background-size: 100% 100%;
    padding: 46px 0 180px;
}
.problem .problem_inner{
    line-height: 1.9;
    font-size: 20px;
    font-weight: 500;
    max-width: 820px;
    margin: 0 auto;
}
.problem .problem_desc{
    line-height: 1.9;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
}
.underline-yellow{
    text-decoration: underline;
    text-decoration-thickness: 13px;
    text-decoration-color: rgba(255, 232, 99, 1);
    text-underline-offset: -7px;
}
.problem .problem_intro{
    max-width: 740px;
    margin: 34px auto 0;
    background: linear-gradient(180deg, rgba(68,99,229,1) 0%, rgba(36,63,184,1) 100%);
    color: white;
    font-size: 18px;
    font-weight: 500;
    line-height: 2.2;
    padding: 30px 0 34px 157px;
    border-radius: 10px;
    text-align: left;
}
.problem .problem_intro span{
    font-size: 30px;
    margin-right: 4px;
}
.problem .problem_intro p{
    margin-bottom: 0;
}
.problem .problem_lifetime{
    margin-top: 60px;
}
.problem .lifetime_inner{
    max-width: 680px;
    margin: auto;
    align-items: flex-end;
}
.problem .lifetime_inner p {
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 26px;
}
.problem .lifetime_inner p span{
    color: #4463E5;
}
.problem .lifetime_desc{
    font-size: 18px;
    font-weight: 500;
    margin: 35px 0 0;
    line-height: 1.6;
}
.problem .trouble{
    margin-top: 55px;
}
.problem .trouble_title{
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 0;
}
.problem .trouble_detail{
    width: 48.8%;
    background: white;
    padding: 33px 40px 28px;
    border-radius: 20px;
    margin-top: 25px;
    box-shadow: 0 4px 4px rgb(0 0 0 / 10%);
}
.problem .trouble_detail:last-child{
    padding: 37px 50px 0;
}
.problem .trouble_detail_title{
    font-size: 17px;
    font-weight: bold;
    margin: 14px 0 0;
}
.problem .trouble_desc{
    margin-top: 10px;
    text-align: left;
}
.problem .trouble_desc p{
    font-weight: 500;
    margin-bottom: 0;
    line-height: 2.25;
    padding-left: 35px;
    position: relative;
    letter-spacing: -.08em;
}
.problem .trouble_desc p:before{
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 25px;
    height: 25px;
    background-image: url(../images/check.svg);
    background-size: 100% 100%;
}
.recommend{
    text-align: center;
}
.recommend .recommend_title{
    margin-bottom: 0;
}
.recommend .recommend_text{
    font-size: 18px;
    line-height: 1.6;
}
.recommend .recommend_media{
    margin-top: 53px;
    padding-bottom: 42px;
    background-image: url(../images/bg_recommend.png);
    background-size: 96% 285px;
    background-position: left bottom;
    background-repeat: no-repeat;
}
.recommend .recommend_media img{
    max-width: 736px;
    margin-left: -35px;
}
.solution{
    text-align: center;
    position: relative;
    padding: 94px 0 143px;
}
.solution .solution_inner{
    max-width: 756px;
    margin: auto;
    position: relative;
}
.solution .solution_inner:before{
    content: '';
    position: absolute;
    top: 20px;
    left: -270px;
    width: 312px;
    height: 312px;
    background-image: url(../images/solution_deco.png);
    background-size: 100% 100%;
}
.solution .solution_title{
    font-size: 35px;
    font-weight: bold;
    text-align: left;
    padding-left: .5em;
    text-indent: -.5em;
    margin-left: -.5em;
    position: relative;
}
.solution .solution_title:before{
    content: '';
    position: absolute;
    left: -30px;
    top: -50px;
    transform: rotate(-7deg);
    background-image: url(../images/new.svg);
    background-size: 100% 100%;
    width: 119px;
    height: 60px;
}
.solution .solution_title span{
    color: #4463E5;
}
.solution .solution_desc{
    line-height: 1.75;
    text-align: left;
    margin-bottom: 0;
}
.solution .solution_desc .deco{
    position: relative;
    font-weight: bold;
}
.solution .solution_desc .deco span{
    position: relative;
    z-index: 9;
}
.solution .solution_desc .deco:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 232, 99, 1);
    width: 100%;
    height: 13px;
}
.solution .solution_intro{
    margin: 45px 0 0;
}
.solution .solution_detail{
    width: 18.9%;
}
.solution .alsmart{
    max-width: 860px;
    margin: 200px auto 0;
    text-align: center;
    border: 5px solid #4463E5;
    border-radius: 20px;
    padding: 66px 0 81px;
    background-image: url(../images/bg_alsmart.png);
    background-size: 100% 100%;
}
.solution .solution_detail p{
    line-height: 1.25;
    margin: 4px 0 0;
}
.solution .alsmart_title small{
    font-size: 23px;
}
.solution .alsmart_subtitle{
    margin-top: 8px;
}
.solution .elecom{
    margin: 32px auto 0;
    max-width: 620px;
}
.solution .elecom_media{
    width: 67.9%;
}
.solution .elecom_text{
    text-align: left;
}
.solution .elecom_title{
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0 0;
}
.solution .elecom_desc{
    line-height: 1.7;
    margin-top: 12px;
}
.solution .alsmart_desc{
    background: #DAE1FD;
    border-radius: 10px;
    padding: 20px 0;
    max-width: 620px;
    margin: 30px auto 0;
}
.solution .alsmart_desc p{
    line-height: 1.75;
    margin-bottom: 0;
}
.download{
    background-image: url(../images/bg_download.png);
    background-repeat: repeat;
    padding: 43px 0;
}
.download .download_inner{
    max-width: 856px;
    margin: auto;
    border: 10px solid white;
    background: #F2F0E9;
    position: relative;
    padding: 34px 58px 34px 66px;
    box-shadow: 0 0 12px rgb(0 0 0 / 40%);
    border-radius: 10px;
}
.download .download_inner .alsmart_label{
    position: absolute;
    background-image: url(../images/almart_deco.svg);
    background-size: 100% 100%;
    width: 130px;
    height: 125px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    padding-top: 40px;
    top: -50px;
    left: -40px;
}
.download .download_inner img{
    width: 34%;
}
.download .download_text p{
    font-size: 32px;
    font-weight: bold;
    margin: 0;
    text-align: center;
}
.download .download_text p small{
    font-size: 20px;
}
.download a{
    background: #F04F5D;
    color: white !important;
    font-size: 20px;
    text-align: center;
    box-shadow: 0 4px 4px rgb(0 0 0 / 40%);
    padding: 17px 0;
    max-width: 360px;
    border-radius: 35px;
    margin: 25px auto 0;
    display: block;
}
.point{
    background-image: url(../images/bg_point.png);
    background-size: 100% 100%;
    margin-top: 118px;
    padding: 118px 0 192px;
}
.point .point_inner{
    max-width: 900px;
    margin: 42px auto 0;
}
.point .point_num{
    text-align: center;
    margin: 0;
}
.point .point_detail_inner{
    background: white;
    border-radius: 20px;
    box-shadow: 0 4px 4px rgb(0 0 0 / 10%);
    overflow: hidden;
    margin-top: 25px;
}
.point .point_inner_title{
    font-size: 23px;
    font-weight: bold;
    color: white;
    text-align: center;
    background: linear-gradient(180deg, rgba(68,99,229,1) 0%, rgba(36,63,184,1) 100%);
    margin: 0;
    padding: 20px 0;
}
.point .point_inner_desc{
    padding: 21px 90px 56px;
}
.point .point_desc_text{
    line-height: 1.75;
    margin-bottom: 0;
}
.point .point_inner_desc img{
    margin: 40px auto 0;
    max-width: 717px;
}
.contact_section{
    position: relative;
    padding: 570px 0 206px;
    background-image: url(../images/bg_contact.png);
    background-size: 100% 100%;
}
.contact_section .contact_section_inner{
    max-width: 1034px;
    margin: auto;
}
.contact_section .contact_title_wrapper{
    position: relative;
}
.contact_section .contact_title_wrapper:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-12%, -50%);
    width: 464px;
    height: 327px;
    background-image: url(../images/laptop.png);
    background-size: 100% 100%;
}
.contact_section .contact_title_inner{
    max-width: 730px;
    margin: 0 0 0 auto;
}
.contact_section .contact_title{
    font-size: 50px;
    font-weight: 900;
    line-height: 1;
    color: white;
}
.contact_section .contact_subtitle{
    margin: 25px 0 0;
    color: white;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.6;
    text-align: right;
}
.contact_section .contact_subtitle span{
    position: relative;
}
.contact_section .contact_logos{
    margin: 30px auto 0;
    text-align: center;
    background: white;
    border-radius: 10px;
    overflow: hidden;
}
.contact_section .contact_logos .contact_logos_title{
    background: var(--yellow);
    padding: 16px 0;
}
.contact_section .contact_logos .contact_logos_inner{
    max-width: 850px;
    margin: auto;
    padding: 16px 0 38px;
}
.contact_btn_wrapper{
    max-width: 680px;
    margin: 50px auto 0;
    position: relative;
    z-index: 9;
}
.contact_btn_wrapper a{
    width: 48.3%;
    font-size: 19px;
    font-weight: bold;
    text-align: center;
    padding: 18px 0;
    border-radius: 55px;
    position: relative;
    box-shadow: 0 4px 4px rgb(0 0 0 / 15%);
}
.contact_btn_wrapper a:after{
    content: '';
    background-size: 100% 100%;
    width: 19px;
    height: 8px;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
}
.contact_btn_wrapper .btn_contact{
    background: white;
    color: var(--sky-blue);
}
.contact_btn_wrapper .btn_contact:after{
    background-image: url(../images/arrow_down_blue.svg);
}
.contact_btn_wrapper .btn_consult{
    background: #F04F9A;
    color: white;
}
.contact_btn_wrapper .btn_consult:after{
    background-image: url(../images/arrow_down_white.svg);
}
.case{
    overflow: hidden;
    position: relative;
}
.case .swiper-scrollbar {
    background-color: #9A9A9A;
    height: 13px !important;
    border-radius: 0;
    width: 1048px;
    left: 50% !important;
    transform: translateX(-50%) !important;
    bottom: -85px !important;
}
.case .swiper-scrollbar-drag {
    background-color: #D9D9D9;
    border-radius: 0;
    width: 524px;
}
.case .case_inner{
    padding: 60px 0;
}
.case .carousel{
    margin-top: 60px;
}
.case .case_detail{
    max-width: 1010px;
    min-height: 525px;
    background: #F5F5F5;
    text-align: center;
    padding-top: 46px;
}
.case .case_detail .case_detail_media img{
    width: auto;
    height: 360px;
    margin-left: -20px;
}
.case .case_detail2{
    padding-top: 26px;
}
.case .case_detail2 .case_detail_media img{
    height: 380px;
}
.case .case_detail .case_detail_text{
    margin-top: 15px;
    width: 95%;
}
.case .case_detail .case_detail_title{
    font-size: 17px;
    line-height: 1.64;
    font-weight: bold;
    color: white;
    background: #4160E1;
    width: 27%;
    margin: 0;
    padding: 13px 0;
}
.case .case_detail .case_detail_desc{
    line-height: 2;
    font-size: 13px;
    font-weight: 400;
    text-align: left;
    width: 70.8%;
    margin: 0;
}
.case .case_detail .case_detail_desc span{
    background: #FFF59B;
}
.case .case_detail .case_detail_table{
    text-align: center;
    table-layout: fixed;
    width: 100%;
    margin-top: 32px;
}
.case .case_detail .case_detail_table{
    border-collapse: separate;
    border-spacing: 0 19px;
    margin-top: -8.5px;
}
.case .case_detail .case_detail_table td{
    padding: 6px 0;
    position: relative;
    width: 14.2%;
}
.case .case_detail .case_detail_table tr {
    position: relative;
}
.case .case_detail .case_detail_table tr:first-child::after{
    content: '';
    position: absolute;
    bottom: -31px;
    left: 50%;
    transform: translateX(-50%);
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 25px 26px 0 26px;
    border-color: #FF4532 transparent transparent transparent;
    z-index: 9;
}
.case .case_detail .case_detail_table tr:first-child td{
    border: 1px solid var(--sky-blue);
}
.case .case_detail .case_detail_table tr:last-child td{
    border: 1px solid #D2C797;
}
.case .case_detail .case_detail_table tr:first-child td:first-child{
    background: var(--sky-blue);
}
.case .case_detail .case_detail_table tr:last-child td:first-child{
    background: #D2C797;
}
.case .case_detail .case_detail_table tr .large{
    font-size: 18px;
}
.case .case_detail .case_detail_table td.red{
    color: #F54646;
}
.swiper-pagination{
    bottom: -50px !important;
}
.swiper-pagination-bullet{
    width: 15px;
    height: 15px;
}
.swiper-pagination-bullet-active{
    background: #4160E1 !important;
}
.step{
    margin-top: 30px;
    text-align: center;
    position: relative;
}

.step:before{
    content: '';
    position: absolute;
    left: 0;
    top: -121px;
    width: 354px;
    height: 287px;
    background-image: url(../images/step_deco1.png);
    background-size: 100% 100%;
}
.step:after{
    content: '';
    position: absolute;
    bottom: -204px;
    right: 40px;
    width: 312px;
    height: 292px;
    background-image: url(../images/step_deco2.png);
    background-size: 100% 100%;
}
.step .step_inner{
    padding: 67px 0 115px;
    background-image: url(../images/bg_step.png);
    background-repeat: repeat;
    position: relative;
}
.step img{
    max-width: 960px;
    margin: 70px auto 0;
}
.step .step_desc{
    margin-top: 20px;
}
.plan{
    text-align: center;
    margin: 20px 0 60px;
}
.plan .plan_logo{
    text-align: center;
    margin-top: 38px;
}
.plan .plan_standard{
    margin-top: 48px;
    background-image: url(../images/bg_plan.png);
    background-size: 100% 100%;
    padding: 51px 0 34px;
}
.plan .standard_title{
    font-size: 26px;
    line-height: 1;
    font-weight: bold;
}
.plan .standard_price{
    font-size: 26px;
    line-height: 1;
    font-weight: bold;
}
.plan .standard_price span{
    font-size: 52px;
    margin-left: 21px;
}
.plan .plan_desc{
    margin-top: 29px;
    font-size: 15px;
    line-height: 1.8;
    font-weight: 400;
}
.app{
    margin: 60px 0 80px;
}
.app .extend{
    width: 91.6%;
    background-image: url(../images/bg_app.png);
    background-size: 100% 100%;
}
.app .extend_inner{
    max-width: 980px;
    margin: 0 0 0 auto;
    transform: translateY(50px);
}
.app .extend_inner p{
    width: 40%;
    margin-top: 38px;
}
.app .extend_inner img{
    width: 48%;
}
.app .app_desc{
    max-width: 750px;
    line-height: 1.75;
    margin: 77px auto 0;
    font-weight: 400;
}
.app .app_example{
    margin-top: 94px;
    position: relative;
}
.app .app_example:before{
    content: '';
    position: absolute;
    left: 0;
    bottom: -70px;
    width: 382px;
    height: 434px;
    background-image: url(../images/app_deco1.png);
    background-size: 100% 100%;
}
.app .app_example:after{
    content: '';
    position: absolute;
    right: 0;
    bottom: -50px;
    width: 443px;
    height: 380px;
    background-image: url(../images/app_deco2.png);
    background-size: 100% 100%;
}
.app .example_inner{
    margin: 48px auto 0;
    max-width: 966px;
    position: relative;
    z-index: 9;
}
.app .app1{
    width: 38.8%;
}
.app .app2{
    width: 56%;
}
.app .app2_title{
    font-size: 22px;
    line-height: 1.36;
    background: linear-gradient(180deg, rgba(68,99,229,1) 0%, rgba(36,63,184,1) 100%);
    color: white;
    font-weight: bold;
    padding: 8px 0;
    padding-left: 18px;
    margin-bottom: 10px;
}
.app .app2_desc{
    line-height: 1.75;
    font-weight: 400;
    margin: 0;
}
.app .app2 img{
    margin-top: 35px;
}
.app .app_mobile{
    margin-top: 140px;
    position: relative;
}
.app .app_mobile:after{
    content: '';
    position: absolute;
    right: 0;
    bottom: -80px;
    background-image: url(../images/mobile_deco.png);
    background-size: 100% 100%;
    width: 146px;
    height: 262px;
}
.app .mobile_title{
    font-size: 23px;
    font-weight: bold;
    text-align: center;
}
.app .mobile_title_inner{
    position: relative;
    margin: 0;
}
.app .mobile_title_inner:before{
    content: '';
    position: absolute;
    left: -130px;
    top: -5px;
    transform: rotate(-7deg);
    background-image: url(../images/new.svg);
    background-size: 100% 100%;
    width: 119px;
    height: 60px;
}
.app .mobile_inner{
    width: 970px;
    margin: 40px auto 0;
}
.app .app_mobile_text{
    width: 30%;
}
.app .mobile_inner p{
    line-height: 1.75;
    font-weight: 400;
    margin: 0;
}
.app .mobile_inner .app_mobile_media{
    width: 66.6%;
}
.app .mobile_inner .app_mobile_media img{
    width: 100%;
}
.consult{
    background-image: url(../images/bg_consult.png);
    background-size: 100% 100%;
    padding: 100px 0px;
    margin-top: 60px;
}
.consult .consult_inner{
    max-width: 930px;
    margin: auto;
    border-radius: 20px;
    border: 5px solid #F04F9A;
    padding: 48px 48px 53px 53px;
}
.consult .consult_text{
    width: 64%;
}
.consult img{
    width: 36%;
}
.consult .consult_title{
    font-size: 26px;
    font-weight: bold;
    line-height: 1.5;
}
.consult .consult_title .pink{
    color: #F04F9A;
}
.consult .consult_desc{
    line-height: 1.8;
    font-weight: 400;
    margin: 0;
}
.contact_section .online_interview{
    background: white;
    border: 5px solid var(--pink);
    border-radius: 20px;
    padding: 31px 65px 20px 57px;
    margin-top: 38px;
}
.contact_section .online_interview_title{
    font-size: 26px;
    font-weight: bold;
    line-height: 1.5;
}
.contact_section .online_interview_desc{
    line-height: 1.875;
}
.contact_section .online_interview img{
    width: 42%;
}
.contact_section .online_interview .online_interview_text{
    width: 58%;
}
.contact_section_bottom{
    background-image: url(../images/bg_contact2.png);
    padding: 615px 0 237px;
    margin-top: -180px;
    position: relative;
}
.contact_section_bottom:after{
    content: '';
    width: 100%;
    height: 345px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: url(../images/bg_problem.png);
    background-repeat: repeat-x;
    transform: rotate(180deg);
}

.btn_main {
    width: 100%;
    display: flex;
}

.started_text {
    width: 180px;
    margin-right: 20px;
    margin-top: 30px;
}

.started_text a {
    width: 100%;
    float: left;
    padding: 10px 10px;
    color: #ffffff;
    background-color: #0b0b0b;
    text-align: center;
    font-size: 16px;
    border-radius: 40px;
}

.started_text a:hover {
    color: #ffffff;
    background-color: #fda417;
}

.started_text.active a {
    color: #ffffff;
    background-color: #fda417;
}

/* banner section end */

.image {
    display: block;
    width: 100%;
    height: auto;
    min-height: 310px;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgb(45, 45, 45, 0.5);
    margin: 0 auto;
}

@media (min-width: 1500px) {
    .container {
      max-width: 1440px;
    }
}

.container_main {
    position: relative;
}

.container_main:hover .overlay {
    opacity: 1;
}

.text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
}

.some_text {
    color: #fefefd;
    text-align: center;
    font-size: 20px;
    padding-bottom: 0;
    font-weight: bold;
}

i.fa.fa-link {
    background: #0fbdd7;
    padding: 20px 20px 18px 20px;
    border-radius: 100%;
}

.padding_right0 {
    padding-right: 0px;
}

.development_box {
    width: 100%;
    background: red;
    height: auto;
    background-size: cover;
}

.work_text {
    width: 100%;
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
}

.hover_main {
    width: 100%;
    float: left;
    transition: .3s all;
}

.hover_main:hover {
    transform: translateY(30px);
}

.padding_left_15 {
    padding-right: 0px;
}


/* contact section end */


/* footer section start */

.footer_section {
    width: 100%;
    float: left;
    background-color: #1f1f1f;
    height: auto;
    padding-bottom: 50px;
}

.footer_section_2 {
    width: 100%;
    float: left;
}

.useful_text {
    width: 100%;
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}

.lorem_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    margin: 0px;
    font-family: 'Poppins', sans-serif;
}

.location_text {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.location_text ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    text-align: center;
}

.location_text li {
    float: left;
    font-size: 16px;
    color: #ffffff;
    padding: 0px 120px 30px 120px;
    line-height: 30px;
    font-family: 'Poppins', sans-serif;
}

.location_text li a {
    color: #ffffff;
}

.location_text li a:hover {
    color: #fda417;
}

.location_text li.active a {
    color: #fda417;
}

.padding_15 {
    font-size: 30px;
}

.social_icon {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-top: 40px;
}

.social_icon ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
}

.social_icon li {
    float: left;
}

.social_icon li a {
    float: left;
    padding: 5px 15px;
    background-color: #ffffff;
    color: #000;
    border-radius: 100%;
    font-size: 22px;
    margin-right: 5px;
    width: 50px;
    text-align: center;
    margin-top: 10px;
}

.social_icon li a:hover {
    background-color: #fda417;
    color: #ffffff;
}

.update_mail {
    color: #918f8f;
    width: 100%;
    height: 55px;
    font-size: 18px;
    padding: 10px 20px 0px 20px;
    background-color: #ffffff;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    display: block;
    margin-top: 20px;
    border-radius: 40px;
}

.subscribe_bt {
    width: 170px;
    float: left;
    padding-top: 30px;
}

.subscribe_bt a {
    width: 100%;
    float: left;
    color: #ffffff;
    font-size: 16px;
    padding: 10px 0px;
    background-color: #fda417;
    text-transform: uppercase;
    text-align: center;
    border-radius: 40px;
}

.subscribe_bt a:hover {
    color: #252525;
    background-color: #ffffff;
}

.footer_menu_main {
    width: 100%;
    float: left;
}

.footer_menu {
    width: 77%;
    display: flex;
    flex-wrap: wrap;
}

.footer_menu ul {
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
}

.footer_menu li {
    font-size: 16px;
    color: #ffffff;
    padding: 5px 0px 0px 0px;
    flex-basis: 50%;
}

.footer_menu li a {
    color: #ffffff;
}

.footer_menu li a:hover {
    color: #fda417;
}

.footer_menu li.active a {
    color: #f9bc19;
}


/* footer section end */


/* copyright section start */

.copyright {
    width: 100%;
    background: white;
    padding: 64px 0 164px;
}
.copyright .addr{
    line-height: 2.25;
    text-align: center;
    margin: 0;
}
.copyright_text {
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 2.57;
    margin: 15px 0 0;
}

.copyright_text a {
    color: #252525;
}

.copyright_text a:hover {
    color: #0fbdd7;
}
.d-pc-none{
    display: none !important;
}
@media(max-width: 767px){
    .d-sp-none{
        display: none !important;
    }
    .d-pc-none{
        display: block !important;
    }
}
.slick-arrow {
    --position: 505px;
    --radius: 15px;
    font-size: 0;
    position: absolute;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 82px;
    background: rebeccapurple;
    border-radius: var(--radius);
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.10);
    background: linear-gradient(300deg, #B0D020 0%, #9CCD36 16.00%, #68C571 49.00%, #17B9CF 96.00%, #10B8D8 100%);
}
.case .slick-arrow:after{
    font-size: 25px;
    color: white;
}
.case .swiper-button-next{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    transform: translateY(-50%);
    left: calc(50% + var(--position));
}
.case .swiper-button-prev{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    transform: translateY(-50%);
    right: calc(50% + var(--position));
    left: auto;
}