@charset "utf-8";

/* common */
.content-header-section, .content-section, .content-bottom-section {
    width:100%;
    background-color: #fff;
    text-align: center;
}

.content-header-section {
    padding:77px 0 0 0;
}


/* content-header */
.content-header-section h3 {
    font-size: 38px;
    font-weight: 700;
    color: #277588;
    padding: 0;
    margin: 0 0 24px 0;    
    line-height: 1.3;
}

.content-header-section p {
    font-size: 20px;
    color: #262626;
    padding: 0;
    margin: 0;    
    line-height: 1.9;
}


/* content */
.content-section-inner {
    margin-top: 100px;
}

.content-section-inner.top {
    margin-top: 0px !important;
}

.content-section-inner p {
    font-size: 20px;
    color: #262626;
    padding: 0;
    margin: 0 0 36px 0;    
    line-height: 1.95;
}
.content-section-inner .text-small {
    font-size: 15px;
    color: #4c4c4c;
    padding: 0;
    margin: 0;    
    line-height: 1.7;
}
.content-section-inner h3 {
    font-size: 38px;
    font-weight: 700;
    color: #277588;
    padding: 71px 0 39px 0;
    margin: 0 0 0 0;    
}
.content-section-inner h4 {
    font-size: 30px;
    font-weight: 700;
    color: #CDCDCD;
    padding: 21px 0 19px 0;
    margin: 0 0 0 0;    
}

.content-section-inner .section-item {
    padding:0 0 65px 0;
}
.content-section-inner .section-item h3 {
    font-size: 38px;
    color: #277588;
    font-weight: 700;
    padding: 0;
    margin: 0 0 37px 0;
}
.content-section-inner .section-item p {
    font-size: 15px;
    color: #4c4c4c;
    padding: 0;
    margin: 10px 0;
    line-height: 1.85;
}
.content-section-inner .section-item .text-small {
    font-size: 11px;
    color: #4c4c4c;
    padding: 0;
    margin: 0;
    line-height: 1.8;
}
.section-image {
    margin: 41px 0 59px 0;
    text-align: center;
}








.plugin-wrapper {
    margin: 100px 0;
}
.plugin-section {
    width:100%;
    background-color: #fff;
    border-top:1px solid #d9d9d9;
    border-bottom:1px solid #d9d9d9;
}
.plugin-section-inner {
    padding: 0 0 0 0;
}
.plugin-section.last {
    border-top:none;
}
.plugin-section-inner .list-item {
    float: left;
    width: 33.33%;
    margin: 0;
    padding: 0;
    border-right:1px solid #d9d9d9;
    background-color: #fff;
}
.plugin-section-inner .list-item:first-child {
    border-left:1px solid #d9d9d9;   
}
.plugin-section-inner .list-item-inner {
    margin: 2px;
    background-color: #fff;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;    
}
.plugin-section-inner .item-top {
    position: relative;
    height: 125px;
}
.plugin-section-inner .item-circle {
    position: absolute;
    width: 156px;
    height: 156px;
    border-radius: 50%;
    top:-31px;
    left:50%;
    margin-left:-78px;
    text-align: center;
    background-color: #3298ba;
    border:6px solid #fff;
    color: #fff;
    background-image:
        linear-gradient(
          to top left, 
          #36abbc, #3195ba
        );    
    /*
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;      
    */
}
.plugin-section-inner .item-circle i {
    font-size: 54px;
    line-height: 146px;
}
.plugin-section-inner .list-item.i-1 .item-circle i {
    font-size: 54px;
}
.plugin-section-inner .list-item.i-2 .item-circle i {
    font-size: 50px;
}
.plugin-section-inner .list-item.i-3 .item-circle i {
    font-size: 50px;
}
.plugin-section-inner .list-item.i-4 .item-circle i {
    font-size: 45px;
}
.plugin-section-inner .list-item.i-5 .item-circle i {
    font-size: 54px;
}
.plugin-section-inner .list-item.i-6 .item-circle i {
    font-size: 51px;
}
.plugin-section-inner .item-content {
    // padding: 27px 20px 21px 20px;
    padding: 17px 10px 11px 10px;
    color: #4c4c4c;
}
.plugin-section-inner .item-content h5 {
    font-size: 21px;
    font-weight: 700;    
    text-align: center;
    padding: 0;
    margin: 0 0 7px 0;
}
.plugin-section-inner .item-content p {
    font-size: 15px;
    line-height: 1.9;
    padding: 0;
    margin: 0;
    text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center;    
}
.plugin-section-inner .item-button {
    text-align: center;
    padding: 0 20px 112px 20px;
}
.plugin-section-inner .btn {
    font-size: 12px;
    color: #292929;
    border:1px solid #b5b5b5;
    width: 143px;
    height: 33px;
    line-height: 32px;
    padding: 0 10px;
    background-image: none;
}
.plugin-section-inner .list-item:hover .list-item-inner {
    background-color: #f9f9f9;
}
.plugin-section-inner .list-item:hover .item-circle {
    width: 148px;
    height: 148px;
    top:-25px;
    margin-left:-74px;
    background-color: #fff;
    border:2px solid #329aba;
    color: #329aba;
    background-image: none;    
}
.plugin-section-inner .list-item:hover .item-circle i {
    line-height: 146px;
    color: #329aba;
}
.plugin-section-inner .list-item:hover .btn {
    color: #fff;
    background-color: #3195ba;
    border:1px solid #3195ba;
    background-image:
        linear-gradient(
          to top left, 
          #36abbc, #3195ba
        );    
}

.content-header-section {
    padding:77px 0 113px 0;
}.content-bottom-section {
    padding:113px 0 77px 0;
}

.content-solid-section {
    width:100%;
    background-color: #f7f7f7;
}.content-solid-section:nth-child(odd) {
    background-color: #fff;
}

.content-solid-section-inner {
    padding:53px 0 66px 0;
}.content-solid-section:nth-child(odd) .content-solid-section-inner {
    padding:84px 0 95px 0;
}

.content-solid-section-inner .item-left {
    float: left;
    width: 46%;
    padding: 0 15px 0 0;
}.content-solid-section:nth-child(odd) .content-solid-section-inner .item-left {
    float: left;
    width: 50%;
}
.content-solid-section-inner .item-right {
    float: left;
    width: 54%;
}.content-solid-section:nth-child(odd) .content-solid-section-inner .item-right {
    float: left;
    width: 50%;
    text-align: right;
}

.content-solid-section-inner h5 {
    font-size: 26px;
    font-weight: 700;
    color: #277588;
    padding: 0;
    margin: 0 0 5px 0;    
    line-height: 1.3;
}
.content-solid-section-inner h6 {
    font-size: 18px;
    font-weight: 700;
    color: #38b5bd;
    padding: 0;
    margin: 0 0 27px 0;    
    line-height: 1.3;
}
.content-solid-section-inner p {
    color: #4c4c4c;
    padding: 0 0 29px 0;
    margin: 0;    
    line-height: 1.85;
}


.content-solid-section-inner .split-list {
    position: relative;
}
.content-solid-section-inner ul {
    list-style-type: none;
    padding: 13px 0 0 0;
}.content-solid-section-inner .split-list ul {
    display: block;
    width: 50%;
    float: left;
}
.content-solid-section-inner li {
    position: relative;
    padding: 0 0 0 30px;
    margin: 0 0 10px 0;
    font-size: 16px;
    color: #010101;
    line-height: 1.5;
}
.content-solid-section-inner li:last-child {
    margin: 0;
}
.content-solid-section-inner li:before {
    content: ".";
    position: absolute;
    left: 0;
    top: -1px;
    color: #6ec8ce;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
}

.plan-table-section {
    width:100%;
    background-color: #e7f2f4;
    margin-top: 150px;
}
.plan-table-section-inner {
    padding:0 0 165px 0;
}
.plan-table-section-inner .items-list {
    /*margin:-25px 0 0 0;*/
}
.plan-table-section-inner .list-item {
    float: left;
    width: 24.314%;
    margin: -193px 0.784% 0 0;
}
.plan-table-section-inner .list-item:last-child {
    margin-right: 0;
}
.plan-table-section-inner .list-item.i-1 {
    border:2px solid #e9b553;
}
.plan-table-section-inner .list-item.i-2 {
    border:2px solid #28b6a4;
}
.plan-table-section-inner .list-item.i-3 {
    border:2px solid #e1556c;
}
.plan-table-section-inner .list-item.i-4 {
    border:2px solid #5dbdd5;
}
.plan-table-section-inner .list-item .part-1 {
    padding: 17px 0 10px 0;
    height: 191px;
}
.plan-table-section-inner .list-item .part-1 h6 {
    font-size: 17px;
    color: #fff;
    text-align: center;
    padding: 0 0 12px 0;
    margin: 0;
}
.plan-table-section-inner .list-item .part-1 p {
    font-size: 14px;
    padding: 0 18px;
    margin: 0;
    line-height: 1.55;
}
.plan-table-section-inner .list-item.i-1 .part-1 {
    background-color: rgba(233, 181, 83, 0.9);
}
.plan-table-section-inner .list-item.i-1 .part-2 {
    background-color: #e2ae4c;
}
.plan-table-section-inner .list-item.i-1 .part-1 p,
.plan-table-section-inner .list-item.i-1 .part-2 p {
    color: #664301;
}
.plan-table-section-inner .list-item.i-2 .part-1 {
    background-color: rgba(53, 192, 174, 0.9);
}
.plan-table-section-inner .list-item.i-2 .part-2 {
    background-color: #28b6a4;
}
.plan-table-section-inner .list-item.i-2 .part-1 p,
.plan-table-section-inner .list-item.i-2 .part-2 p {
    color: #014938;
}
.plan-table-section-inner .list-item.i-3 .part-1 {
    background-color: rgba(236, 101, 123, 0.9);
}
.plan-table-section-inner .list-item.i-3 .part-2 {
    background-color: #e1556c;
}
.plan-table-section-inner .list-item.i-3 .part-1 p,
.plan-table-section-inner .list-item.i-3 .part-2 p {
    color: #750f20;
}
.plan-table-section-inner .list-item.i-4 .part-1 {
    background-color: rgba(109, 196, 218, 0.9);
}
.plan-table-section-inner .list-item.i-4 .part-2 {
    background-color: #5dbdd5;
}
.plan-table-section-inner .list-item.i-4 .part-1 p,
.plan-table-section-inner .list-item.i-4 .part-2 p {
    color: #044454;
}
.plan-table-section-inner .list-item .part-2 {
    padding: 31px 18px 27px 18px;
    text-align: center;
}
.plan-table-section-inner .list-item .part-2 h5 {
    font-size: 22px;
    color: #fff;
    padding: 0 0 0 0;
    margin: 0;
}
.plan-table-section-inner .list-item .part-2 p {
    font-size: 12px;
    padding: 0 0;
    margin: 0;
    line-height: 1.55;
}

.plan-table-section-inner .list-item .part-3 {
    padding: 18px 11px 3px 11px;
    background-color: #fff;
    height: 256px;
}
.plan-table-section-inner .list-item .part-3 p {
    font-size: 13px;
    color: #9c9c9c;
    padding: 0 0 13px 0;
    margin: 0;
    line-height: 1.55;
}
.plan-table-section-inner .list-item .part-3 p a {
    color: #2f83b3;
    text-decoration: none;
}
.plan-table-section-inner .list-item .part-3 p a:hover {
    color:#23527c;
}
.plan-table-section-inner .list-item .part-3 p i {
    padding: 0 0 0 3px;
}
.tooltip-inner {
    border-radius: 0;
    background-color: #4c4c4c;
}
.tooltip.top .tooltip-arrow {
    border-top-color: #4c4c4c;
}
.plan-table-section-inner .list-item .part-3 ul {
    list-style-type: none;
    padding: 0 12px;
}
.plan-table-section-inner .list-item .part-3 li {
    position: relative;
    font-size: 14px;
    line-height: 1.4;
    color: #4c4c4c;
    font-weight: 700;
    margin: 0 0 14px 0;
}
.plan-table-section-inner .list-item .part-3 li i {
    font-size: 20px;
    padding: 0 14px 0 0;
    vertical-align: -4px;
}
.plan-table-section-inner .list-item.i-1 .part-3 li i {
    color: #be8c2e;
}
.plan-table-section-inner .list-item.i-2 .part-3 li i {
    color: #0e8677;
}
.plan-table-section-inner .list-item.i-3 .part-3 li i {
    color: #c73a51;
}
.plan-table-section-inner .list-item.i-4 .part-3 li i {
    color: #3ea4be;
}

.plan-table-section-inner .list-item .part-4 {
    position: relative;
    padding: 15px 11px 4px 11px;
    background-color: #fff;
    height: 109px;
}
.plan-table-section-inner .list-item .part-4:before {
    content: "";
    display: block;
    position: absolute;
    width: 91%;
    height: 1px;
    border-top:1px solid #dbdbdb;
    top:0;
    left:4.5%;
}
.plan-table-section-inner .list-item .part-4 p {
    font-size: 13px;
    color: #9c9c9c;
    padding: 0 12px 9px 12px;
    margin: 0;
    line-height: 1.55;
}
.plan-table-section-inner .list-item .part-4 ul {
    list-style-type: none;
    padding: 0 12px;
}
.plan-table-section-inner .list-item .part-4 li {
    position: relative;
    font-size: 14px;
    line-height: 1.4;
    color: #4c4c4c;
    font-weight: 700;
    margin: 0 0 10px 0;
}
.plan-table-section-inner .list-item .part-4 li i {
    font-size: 20px;
    padding: 0 14px 0 0;
    vertical-align: -4px;
}
.plan-table-section-inner .list-item .part-4 li.li-1 i {
    font-size: 13px;
    vertical-align: -1px;
}

.plan-table-section-inner .list-item .part-5 {
    position: relative;    
    padding: 13px 11px 33px 11px;
    background-color: #fff;
}
.plan-table-section-inner .list-item .part-5:before {
    content: "";
    display: block;
    position: absolute;
    width: 91%;
    height: 1px;
    border-top:1px solid #dbdbdb;
    top:0;
    left:4.5%;
}
.plan-table-section-inner .list-item .part-5 ul {
    list-style-type: none;
    padding: 0 12px;
}
.plan-table-section-inner .list-item .part-5 li {
    position: relative;
    font-size: 13px;
    line-height: 1.4;
    color: #4c4c4c;
    margin: 0 0 2px 0;
}
.plan-table-section-inner .list-item .part-6 {
    padding: 0 11px 0 11px;
    background-color: #fff;
}
.plan-table-section-inner .list-item .part-6 .btn {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    background-color: #dda948;
    border: 1px solid #dda948;
    height: 43px;
    width: 100%;
    line-height: 41px;
    text-align: center;
    padding: 0 10px;
    margin-bottom: -22px;
}
.plan-table-section-inner .list-item .part-6 .btn:hover {
    background-color: #fff;
    color: #dda948;
}
.plan-table-section-inner .list-item.i-2 .part-6 .btn {
    background-color: #28b6a4;
    border: 1px solid #28b6a4;
}
.plan-table-section-inner .list-item.i-2 .part-6 .btn:hover {
    background-color: #fff;
    color: #28b6a4;    
}
.plan-table-section-inner .list-item.i-3 .part-6 .btn {
    background-color: #f06c81;
    border: 1px solid #f06c81;
}
.plan-table-section-inner .list-item.i-3 .part-6 .btn:hover {
    background-color: #fff;
    color: #f06c81;    
}
.plan-table-section-inner .list-item.i-4 .part-6 .btn {
    background-color: #59b8cf;
    border: 1px solid #59b8cf;
}
.plan-table-section-inner .list-item.i-4 .part-6 .btn:hover {
    background-color: #fff;
    color: #59b8cf;    
}


.b-section-1 {
    position: relative;
    width:100%;
    background-color: #fafafa;
    /*
    background-image: url("/ux2/img/s1-bg.png");
    background-position: bottom center;
    background-repeat: no-repeat;
    */
    /*
    -webkit-background-size: 100% auto;
    background-size: 100% auto;*/
    min-height: 677px;
    text-align: center;
}
.b-section-1-animation-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 445px;
    width: 100%;
    /*
    background-image: url("/ux2/img/s1-bg.png");
    background-position: bottom center;
    background-repeat: no-repeat;  
    */
}
.b-section-1-animation-inner {
    position: relative;    
    height: 445px;
    width: 100%;
}
.b-section-1-animation-left {
    float: left;
    width: 50%;
    height: 445px;
    background-image: url("/ux2/img/s1-bg-l.png");
    background-position: top right;
    background-repeat: repeat-x;     
}
.b-section-1-animation-right {
    float: right;
    width: 50%;
    height: 445px;
    background-image: url("/ux2/img/s1-bg-r.png");
    background-position: top right;
    background-repeat: repeat-x;     
}
.b-section-1-animation {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 445px;
    width: 100%;
    max-width: 1920px;
    background-image: url("/ux2/img/s1-bg.png");
    background-position: bottom center;
    background-repeat: no-repeat;  
    z-index: 5; 
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); 
}
.b-section-1-animation-wrap {
    position: relative;    
    width: 100%;
    height: 100%;
    max-height: 445px;
    max-width: 1024px;
    margin: 0 auto;
}
.b-section-1-animation-wrap .e-6 {
    position: absolute;
    width: 100%;
    height: 152px;
    top: 151px;
    left: 0;
    overflow: hidden;
}
.b-section-1-animation-wrap .e-6 .e-6-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    /*background-color: #fff;*/
} 
.b-section-1-animation-wrap .e-6 path {
    stroke-width: 5px;
    fill: transparent;
}
.b-section-1-animation-wrap .e-6 .bg {
    stroke: #3195ba;
    stroke-dasharray: 4 12;
}
.b-section-1-animation-wrap .e-6 .move {
    stroke: #b5e9fd;
    animation: link-anim 3s infinite steps(21);
    stroke-dasharray: 4 12 4 12 4 300;
}

@keyframes link-anim {
  0% {
    stroke-dashoffset: 368;
  }
  100% {
    stroke-dashoffset: 32;
  }
}

.b-section-1-animation-wrap .e-1 {
    position: absolute;
    width: 174px;
    height: 119px;
    background-image: url(/ux2/img/items/a/e1-1.png);
    background-position: center;
    background-repeat: no-repeat;
    top: 7.19%;
    left: 415px;
}
.b-section-1-animation-wrap .e-2 {
    position: absolute;
    width: 224px;
    height: 155px;
    background-image: url(/ux2/img/items/a/e2-1.png);
    background-position: center;
    background-repeat: no-repeat;
    top: 65.17%;
    left: -66px;
}
.b-section-1-animation-wrap .e-2-1 {
    position: absolute;
    top: 16px;
    left: 38px;
    width: 0;
    height: 12px;
}
.b-section-1-animation-wrap .e-2-2 {
    position: absolute;
    top: 35px;
    right: 39px;
    width: 148px;
    height: 114px;
    opacity: 0;
}
.b-section-1-animation-wrap .e-3 {
    position: absolute;
    width: 155px;
    height: 192px;
    background-image: url(/ux2/img/items/a/e3-1.png);
    background-position: center;
    background-repeat: no-repeat;
    top: 56.63%;
    left: 302px;
}
.b-section-1-animation-wrap .e-inner {
    position: relative;
    width: 100%;
    height: 100%;
}
.b-section-1-animation-wrap .e-3 img {
    position: absolute;
    right: -4px;
    bottom: 41px;
    width: 113px;
    height: 90px;    
}
.b-section-1-animation-wrap .e-3-2,
.b-section-1-animation-wrap .e-3-3,
.b-section-1-animation-wrap .e-3-4,
.b-section-1-animation-wrap .e-3-5 {
    opacity: 0;
}
.b-section-1-animation-wrap .e-4 {
    position: absolute;
    width: 169px;
    height: 157px;
    background-image: url(/ux2/img/items/a/e4-1.png);
    background-position: center;
    background-repeat: no-repeat;
    top: 287px;
    right: 268px;
}
.b-section-1-animation-wrap .e-4-1 {
    position: absolute;
    top: 25px;
    left: 25px;
    height: 5px;
    width: 19px;
}
.b-section-1-animation-wrap .e-4-2 {
    position: absolute;
    top: 51px;
    left: 44px;
    height: 4px;
    width: 19px;
}
.b-section-1-animation-wrap .e-4-3 {
    position: absolute;
    top: 58px;
    left: 36px;
    height: 5px;
    width: 27px;
}
.b-section-1-animation-wrap .e-4-4 {
    position: absolute;
    top: 97px;
    left: 110px;
    width: 11px;
    height: 11px;
}
.b-section-1-animation-wrap .e-4-5 {
    position: absolute;
    top: 113px;
    left: 123px;
    height: 11px;
    width: 11px;
}
.b-section-1-animation-wrap .e-5 {
    position: absolute;
    width: 144px;
    height: 142px;
    top: 303px;
    right: 0;
}
.b-section-1-animation-wrap .e-5-1 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 144px;
    height: 142px;
}
.b-section-1-animation-wrap .e-5-2 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;    
    left: 0;
    opacity: 0;
    width: 144px;
    height: 142px;    
}

.b-cover-1 {
    /*visibility: hidden;*/
    z-index: 11;
}



.b-section-1-inner {
    padding:85px 0 445px 0;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
}
.b-section-1 h2 {
    font-size: 60px;
    font-weight: 700;
    color: #585858;
    padding: 0;
    margin: 0 0 29px 0;    
    line-height: 1.3;
    font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro";
}
.b-section-1 h2 .text-small {
    font-size: 40px;
}
.b-section-1 p {
    font-size: 20px;
    color: #19546a;
    padding: 0;
    margin: 0 0 0 0;    
    line-height: 2.1;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
}
.b-section-1 .section-buttons {
    text-align: center;
    margin: 55px 0 0 0;
}
.b-section-1 .btn {
    font-size: 18px;
    color: #fff;    
    font-weight: 700;
    width: 245px;
    height: 47px;
    line-height: 43.5px;
    padding: 0 10px;
    border:1px solid #3195ba;
    background-color: #3195ba;
    border-radius: 0;    
    background-image:
        linear-gradient(
          to top left, 
          #36abbc, #3195ba
        );
}
.b-section-1 .btn:hover {
    color: #29a9ae;
    background-color: #fff;
    background-image: none;
}
.b-section-1 .btn + .btn {
    margin: 0 0 0 39px;
}
.b-section-1 .btn-1 {
    color: #29a9ae;
    background-color: #fff;
    background-image: none;
}
.b-section-1 .btn-1:hover {
    color: #fff;
    background-color: #3195ba;
    background-image:
        linear-gradient(
          to top left, 
          #36abbc, #3195ba
        );    
}

.scrollmagic-pin-spacer {
    background-color: #fff;
}

.b-section-2-outer {
    position: relative;
    width:100%;
    max-width: 100%;
    height: 100%;
}

.b-section-2 {
    width:100%;
    background-color: #fff;
    border-bottom: 1px solid #b6b6b6;
    margin-top: 80px;
}
.b-section-2 .center-content {
    max-width: 1155px;
    padding: 0;
}
.b-section-2 .b-section-2-inner {
    background-color: #fff;
    margin: 0;
    padding: 174px 10px 222px 0;
}
.b-section-2 .b-section-content {
    position: relative;
    min-height: 590px;
}

.b-section-2 .box{
    margin-top: 40px;
    height: 1000px;
}

.b-section-2 .box-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 700px;
    height: 590px;
}

.b-section-2 .box-bg .bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

.b-section-2 .bg.active{
    opacity: 1;
}

.b-section-2 .bg.bg-0 {
    background: url(/ux2/img/items/p1/i1.png) top left no-repeat;
}
.b-section-2 .bg.bg-1 {
    background: url(/ux2/img/items/p1/i2.png) top left no-repeat;
}
.b-section-2 .bg.bg-2 {
    background: url(/ux2/img/items/p1/i3.png)  top left no-repeat;
}
.b-section-2 .bg.bg-3 {
    background: url(/ux2/img/items/p1/i4.png)  top left no-repeat;
}
.b-section-2 .b-section-content .content-wrapper {
    max-width: 590px;
    margin: 0 0 0 550px;
    position: relative;
    z-index: 10;
}

.trigger{ min-height: 1px;}

.b-section-2 .b-section-content h3 {
    font-size: 40px;
    font-weight: 700;
    color: #277588;
    margin: 0;
    padding: 126px 0 65px 0;
}
.b-section-2 .b-section-content p {
    font-size: 20px;
    color: #262626;
    padding: 0;
    margin: 0;
    line-height: 2;
}

.b-section-2 .b-section-2-2 .b-section-content h3 {
    font-size: 38px;
}

.b-section-2 .menu{
    position: absolute;
    top: 400px;
    left: 40px;
}

.b-section-2 .menu a{
    display: block;
    width: 12px;
    height: 12px;
    background-color: #e3e3e3;
    margin-top: 8px;
}

.b-section-2 .menu a.active{
    background-color: #3195ba;
}

.b-section-2 .container-button{
    margin-bottom: 80px;
    text-align: center;
}

.b-section-2 .btn-gradient-blue{
    display: inline-block;
    background: url("/ux2/img/blue-bg-btn.png") no-repeat top center;
    width: 302px;
    height: 53px;
    line-height: 53px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

.b-section-2 .btn-gradient-blue:hover{
    opacity: 0.7;
}


.b-section-3 {
    position: relative;
    width:100%;
    background-color: #1e859f;
}
.b-section-3-inner {
    position: relative;
    padding:0 0 0 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.b-section-3:after {
    border-left: 45px solid transparent;
    border-right: 45px solid transparent;
    border-top: 40px solid #fff;
    content: " ";
    height: 0;
    left: 50%;
    margin: 0 0 0 -45px;
    position: absolute;
    top: -1px;
    visibility: visible;
    width: 0;
    z-index: 17;
}
.b-section-3-inner .section-item {
    float: left;
    width: 50%;
    background-image: url("/ux2/img/items/p1/i-1.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;    
    min-height: 751px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;      
}
.b-section-3-inner .section-item:first-child {
    border-right: 1px solid #e5e5e5;
}
.b-section-3-inner .section-item:last-child {
    background-image: url("/ux2/img/items/p1/i-2.jpg");
}
.b-section-3-inner .section-item:hover {
    background-image: none; 
    background-color: #1d859e;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;     
}
.b-section-3-inner .section-item-inner {
    width: 376px;
    margin: 0 auto;
    text-align: center;
}
.b-section-3-inner .item-header {
    padding: 149px 0 0 0;
}
.b-section-3-inner .item-header i {
    font-size: 54px;
    color: #fff;
}
.b-section-3-inner .item-header h3 {
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    padding: 0;
    margin: 54px 0 37px 0;
}
.b-section-3-inner .item-content p {
    font-size: 20px;
    color: #fff;
    padding: 0;
    margin: 0;
    line-height: 1.85;
}
.b-section-3-inner .section-item .btn {
    width: 202px;
    height: 41px;
    line-height: 41px;
    padding: 0 10px;
    color: #fff;
    margin: -15px 0 0 0;
}
.b-section-3-inner .section-item:hover .btn {
    background-color: #fff;
    color: #033041;
}

.docslist-section {
    width:100%;
    background-color: #fff;
    border-top:1px solid #d9d9d9;
    border-bottom:1px solid #d9d9d9;
}
.docslist-section-inner {
    padding:0 0 0 0;
}
.docslist-section.last {
    border-top:none;
}
.docslist-section-inner .list-item {
    float: left;
    width: 20%;
    margin: 0;
    padding: 0;
    border-right:1px solid #d9d9d9;
    background-color: #fff;
}
.docslist-section-inner .list-item:first-child {
    border-left:1px solid #d9d9d9;   
}
.docslist-section-inner .list-item-inner {
    margin: 2px;
    background-color: #fff;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;    
}
.docslist-section-inner .item-top {
    position: relative;
    text-align: center;
    height: 95px;
    padding: 40px 0 0 0;
    margin: 0 0 32px 0;
}
.docslist-section-inner .item-top i {
    font-size: 52px;
    color: #329aba;
}
.docslist-section-inner .item-top img {
    margin-top: -2px;
}
.docslist-section-inner .item-content {
    padding: 0 0 24px 0;
    color: #4c4c4c;
}
.docslist-section-inner .item-content h5 {
    font-size: 21px;
    font-weight: 700;    
    text-align: center;
    padding: 0 15px;
    margin: 0 0 7px 0;
}
.docslist-section-inner .item-content p {
    font-size: 15px;
    line-height: 1.85;
    padding: 0 30px;
    margin: 0;
    text-align: justify;  
}
.docslist-section-inner .item-button {
    text-align: center;
    padding: 0 24px 22px 24px;
}
.docslist-section-inner .btn {
    font-size: 12px;
    color: #097497;
    border:1px solid #097497;
    width: 100%;
    height: 33px;
    line-height: 31px;
    padding: 0 10px;
    background-image: none;    
}
.docslist-section-inner .list-item:hover .list-item-inner {
    background-color: #f9f9f9;
}
.docslist-section-inner .list-item:hover .btn {
    color: #fff;
    background-color: #097497;
    border:1px solid #097497;
    background-image:
        linear-gradient(
          to top left, 
          #36abbc, #097497
        );    
}

