@charset "UTF-8";

* {
    border-color: hsl(0 0% 89.8%);
}
.container{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.container_top{
    /*position: fixed;*/
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 50;
    background-color:#F8FAFC;
    border-bottom: 1px solid rgb(30 58 95 / 0.15);
}
.container_top>div{
    max-width: 1440px;
    padding-left: 4rem;
    padding-right: 4rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.container_top>div>div{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top_logo{
}
.top_menu{
    display: flex;
    min-width: 768px;
    gap: 2.5rem;
    align-items: center;
}
.top_menu>a{
    position: relative;
    color:rgb(85 85 85);
    letter-spacing: 0.025em;
    font-size: 1rem;
    line-height: 1.5rem;
    cursor: pointer;
    border: 1px solid transparent;
    font-weight: 500;
}
.top_menu>a>span{
    background-color: rgb(255 193 7);
    width: 100%;
    height: 0.125rem;
    left: 0px;
    bottom: -0.375rem;
    position: absolute;
    visibility: hidden;
}
.top_menuitem_selected{
    color:rgb(30 58 95) !important;
    font-weight: 600;
}
.top_menuitem_selected>span{
    font-weight: 500;
    visibility: visible !important;
}
.top_contact{
    display: flex;
    align-items: center;
    gap: 0.625rem;
    color: rgb(30 58 95);
}
.top_contact_tel{
    display: flex;
    background-color: rgb(70 130 180 / 0.1);
    border-radius: 9999px;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 2.5rem;
}
.top_contact>span{
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 1.5rem;
}
.container_middle{
    flex: 1 1 0%;
    padding-bottom: 3rem;
}
.container_hero{
    padding-top: 5rem;
    padding-bottom: 5rem;
    position: relative;
}
.container_hero_main{
    padding-left: 9rem;
    padding-right: 9rem;
    max-width: 1440px;
    z-index: 10;
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 5rem;
}
.container_hero_left{
    width: 50%;
}
.container_hero_l1{
    box-shadow: 0 0 #0000;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    background-image: linear-gradient(to right, #F8FAFC , #fff , #F0F4F8);
    border: 1px solid rgb(30 58 95 / 0.15);
    border-radius: 9999px;
    gap: 0.75rem;
    align-items: center;
    display: inline-flex;
}
.container_hero_l1_icon{
    background-color: rgb(255 193 7 / 1.0);
    border-radius: 9999px;
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    width: 0.625rem;
    height: 0.625rem;
}
.container_hero_l1_label{
    color: rgb(30 58 95 / 1.0);
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.5rem;
}
.container_hero_l2{
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.container_hero_l2 h1>span {
    font-size: 3rem;
    line-height: 1;
    font-weight: 700;
}
.container_hero_l2 h1>span{
    color: transparent;
    background-clip: text;
    background-image: linear-gradient(to right, #1E3A5F , #2D5A8B , #4682B4);
}
.container_hero_l2 p{
    margin-top: 2rem;
    margin-bottom: 2rem;
    color: rgb(85 85 85 / 1.0);
    line-height: 1.625;
    font-weight: 300;
    font-size: 1.5rem;
    max-width: 42rem;
}
.container_hero_l3{
    display: flex;
    margin-top: 3rem;
    gap: 1.25rem;
    align-items: center;
}
.container_hero_l3>button{
    box-shadow: 0 0 #0000;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.75rem;
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    border-radius: 1rem;
    gap: 0.75rem;
    align-items: center;
}
.container_hero_l3>button:first-child{
    color: rgb(26 26 26 / 1.0);
    background-image: linear-gradient(to right, #FFC107 , #FFB300);
    display: flex;
    justify-content: space-between;
}
.container_hero_l3>button:last-child {
    color: rgb(70 130 180 / 1.0);
    border-color: rgb(70 130 180 / 1.0);
    border-width: 2px;
    background-color: white;
    display: inline-flex;
}
.container_hero_right{
    width: 50%;
    position: relative;
}
.container_hero_icon{
    width: 570px;
    height: 481px;
    background: url(../png/index/hero_small.png) no-repeat center;
    background-size: contain;
}
.container_ability{
    padding-left: 6rem;
    padding-right: 6rem;
}
.container_ability{
    padding-top: 5rem;
    background-color: rgb(255 255 255 / 1.0);
}
.container_title{
    text-align: center;
}
.container_title h2{
    color: rgb(26 26 26 / 1.0);
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 1;
    margin-bottom: 1.5rem;
}
.container_title p{
    color: rgb(85 85 85 / 1.0);
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 2rem;
    max-width: 48rem;
    margin-bottom: 1.5rem;
}
.container_ability_main{
    display: block;
    margin-top:3rem;
    background-color: #FEFEFE;
}
.container_ability_item{
    display: flex;
    flex-direction: row;
    gap: 70px;
    max-width: 100%;
    min-width: 0px;
    width: 100%;
}
.container_ability_info{
    display: flex;
    flex-direction: column;
    max-width: 16vw;
    min-width: 330px;
    align-items: flex-start;
    word-break: break-word;
    gap: 1rem;
}
.container_ability_info_seq{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border: 1px solid grey;
    text-align: center;
    font-size: 2rem;
    color: steelblue;
    font-weight: 600;
}
.container_ability_info>h2{
    margin: 0px;
    color: #2D5A8B;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: -0.025em;
    font-size: 1.8rem;
}
.container_ability_info>h3{
    margin: 0px;
    color: #14141C;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.025em;
    font-size: 1.2rem;
}
.container_ability_info>p{
    margin: 0px 0px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 300;
    color: #31263B;
}
.container_ability_legend{
    display: flex;
    position: relative;
    max-width: 100%;
    min-width: 0px;
    flex: 1 1 auto;
}
.container_ability_legend>div{
    display: flex;
    flex-direction: column;
    position: relative;
    border-radius: 6px;
    padding:3px;
    background-color: rgb(255, 255, 255);
    width: 100%;
    height: 100%;
    box-shadow: rgba(49, 38, 59, 0.22) 0px 0px 0px 1px, rgba(49, 38, 59, 0.09) 0px 103px 103px 0px, rgba(49, 38, 59, 0.1) 0px 26px 57px 0px;
    transition: box-shadow 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.container_advantage{
    padding-left: 6rem;
    padding-right: 6rem;
    padding-top: 5rem;
}
.container_advantage_main{
    display: flex;
    flex-direction: row;
    gap: 1rem;
    margin-top:3rem;
}
.container_advantage_item{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    word-break: break-word;
    gap: 1rem;
    padding: 1rem;
    background-color: rgb(255 255 255 / 1.0);
    box-shadow: 0 0 25px 2px rgb(196 206 213 / 50%);
    border-radius: 6px;
    width: 25%;
}
.container_advantage_info_seq{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border: 1px solid grey;
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
    background-color: #FFB300;
}
.container_advantage_item>h2{
    margin: 0px;
    font-weight: 800;
    letter-spacing: -0.025em;
    font-size: 1.4rem;
}
.container_advantage_item>p{
    margin: 0px 0px 3rem;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 300;
    color: #31263B;
}
.container_scene{
    padding-left: 6rem;
    padding-right: 6rem;
    padding-top: 5rem;
}
.container_scene_main{
    display: block;
    margin-top:3rem;
    background-color: #FEFEFE;
}
.container_industry{
    padding-left: 6rem;
    padding-right: 6rem;
    padding-top: 5rem;
}
.container_industry_main{
    display: flex;
    flex-direction: row;
    gap: 1rem;
    margin-top:3rem;
}
.container_industry_item{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    word-break: break-word;
    gap: 1rem;
    padding: 1rem;
    background-color: rgb(255 255 255 / 1.0);
    box-shadow: 0 0 25px 2px rgb(196 206 213 / 50%);
    border-radius: 6px;
    width: 33%;
}
.container_industry_item>h2{
    margin: 0px;
    font-weight: 400;
    letter-spacing: -0.025em;
    font-size: 1.2rem;
}
.container_industry_item>p{
    margin: 0px 0px 3rem;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 300;
    color: #31263B;
}

.container_footer{
}
.container_introduction{
    background-color: #03386B;
    min-height: 200px;
    display: flex;
    flex-direction: row;
    padding-left: 6rem;
    padding-right: 6rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.container_introduction_com{
    color: white;
    min-width: 50%;
}
.container_introduction_qr{
    min-width: 300px;
    width: 300px;
    padding-left: 50px;
    color: white;
}
.container_introduction_qr>div{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
.container_introduction_info{
    color: white;
    min-width: 350px;
    width: 350px;
}
.container_ipc{
    background-color: #03386B;
    border-top:1px solid hsla(0,0%,100%,.2);
    color: white;
    height: 60px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-left: 6rem;
}
.container_ipc>.wba{
    color: white;
    margin-left: 10px;
}
.duration-300 {
    transition-duration: 300ms;
}
.transition-all {
     transition-property: all;
     transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
     transition-duration: 150ms;
 }
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
button, [role="button"] {
    cursor: pointer;
}
button, input:where([type='button']), input:where([type='reset']), input:where([type='submit']) {
     -webkit-appearance: button;
     background-color: transparent;
     background-image: none;
}
button, select {
     text-transform: none;
}
button, input, optgroup, select, textarea {
     font-family: inherit;
     font-feature-settings: inherit;
     font-variation-settings: inherit;
     font-size: 100%;
     font-weight: inherit;
     line-height: inherit;
     letter-spacing: inherit;
     color: inherit;
     margin: 0;
     padding: 0;
}
blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre {
    margin: 0;
}
.transition-colors {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, #F8FAFC , #fff , #F0F4F8);
}
.w-5 {
    width: 1.25rem;
}
.h-5 {
     height: 1.25rem;
}
img, svg, video, canvas, audio, iframe, embed, object {
     vertical-align: middle;
}
.witr_adv_tab_menu {
    margin: 0 0 30px;
}
.witr_taba_style1 .nav-tabs {
    border: 0;
}
.nav-tabs {
    justify-content: center;
}
.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-tabs {
    justify-content: center;
}
.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}
.nav {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
a, address, cite, dfn, em, i, li, ol, ul, var {
    font-style: normal;
    font-weight: 400;
}
ul {
    margin: 0;
    padding: 0;
}
dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
.witr_taba_style1 .nav-tabs .nav-item {
    margin-bottom: 15px;
    text-align: center;
}
.nav-tabs .nav-item {
    margin-bottom: -1px;
}
a, address, cite, dfn, em, i, li, ol, ul, var {
    font-style: normal;
    font-weight: 400;
}
li {
    list-style: none;
}
li {
    display: list-item;
    unicode-bidi: isolate;
}
.witr_taba_style1 .nav-tabs .nav-link {
    margin-right: 15px;
    border: 0;
    border-radius: 5px;
    font-size: 17px;
    position: relative;
    box-shadow: 0 0 25px 2px rgb(196 206 213 / 20%);
    transition: .5s;
}
.nav-tabs .nav-link {
    padding: 25px 30px;
}
.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}
.nav-link {
    display: inline-block;
}
.nav-link {
    display: block;
    padding: .5rem 1rem;
}
a {
    color: #454545;
    transition: .5s;
}
a, address, cite, dfn, em, i, li, ol, ul, var {
    font-style: normal;
    font-weight: 400;
}
a {
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
.witr_taba_style1 .nav-tabs span {
    display: block;
    float: left;
    margin: 0 15px;
}
.nav-link strong {
    display: inline-block;
    font-weight: 700;
}
.witr_taba_style1 .nav-tabs .nav-item.show .nav-link, .witr_taba_style1 .nav-tabs .nav-link.active {
    background: #0959a5;
    color: #fff;
}
.witr_taba_style1 .nav-tabs .nav-link {
    margin-right: 15px;
    border: 0;
    border-radius: 5px;
    font-size: 17px;
    position: relative;
    box-shadow: 0 0 25px 2px rgb(196 206 213 / 20%);
    transition: .5s;
}
.nav-tabs .nav-link.active, .nav-tabs .active i {
    color: #fff !important;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}
.witr_adv_tab_content {
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 5%);
    padding: 60px 60px;
}
.fade:not(.show) {
    display: none;
}
.fade {
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.tab-content>.active {
    display: block;
}