/* idx-banner */
.index-banner {
    margin: 0 auto;
    position: relative;
}
.index-banner .item {
    position: relative;
}
#video {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    pointer-events: none;
}
.owl-index {
    position: relative;
    overflow: hidden;
}
.owl-index.owl-theme .owl-nav [class*=owl-] { 
    margin: 0px; 
    padding: 0px; 
    position: absolute; 
    width: 21px; 
    height: 58px; 
    background: transparent; 
    overflow: hidden;
    opacity: 0.5;
    top: calc(50% - 29px);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.owl-index.owl-theme .owl-nav {
    margin-top: 0px;
}
.owl-index.owl-theme .owl-nav .owl-prev { 
    left: 50px;
}
.owl-index.owl-theme .owl-nav .owl-next { 
    right: 50px;
}
.owl-index.owl-theme .owl-nav .owl-prev::before, .owl-index.owl-theme .owl-nav .owl-next::before { 
    content: url(../images/banner/banner-btn.png);
    position: absolute;
    top: 0;
    left: 0;
}
.owl-index.owl-theme .owl-nav .owl-next::before {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.owl-index.owl-theme .owl-nav [class*=owl-]:hover {
    opacity: 1;
}
.owl-theme .owl-nav [class*=owl-], .owl-theme .owl-nav [class*=owl-]:hover {
    background: none !important;
}
.idx-scroll-btn {
    position: absolute;
    bottom: 30px;
    left: calc(50% - 29px);
    cursor: pointer;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    z-index: 99;
}
.idx-scroll-btn:hover {
    bottom: 20px;
}
.header-space {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 0;
}
.idx-container {
    margin-top: 240px;
}


/* about */
.idx-about {
    display: flex;
}
.idx-about .hidari {
    text-align: left;
    width: 50%;
    padding-left: 140px;
}
.idx-about .migi {
    width: 50%;
    padding-left: 40px;
    background: url(../images/index/003.png) top 50% right no-repeat;
    text-shadow: -1px 0 #FFF, 0 1px #FFF, 1px 0 #FFF, 0 -1px #FFF;
}
.idx-about-title {
    display: flex;
    align-items: flex-end;
}
.title-icon {
    margin-right: 25px;
}
.title-text {
    line-height: 1;
    padding-top: 5px;
}
.title-intro {
    max-width: 430px;
    margin-top: 65px;
    font-size: 17px;
}
.about-more-btn {
    margin-top: 15px;
    text-align: right;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.about-more-btn:hover {
    padding-right: 10px;
}
.about-scroll {
    position: relative;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
    width: 58px;
    top: 0;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.about-scroll:hover {
    top: 10px;
}


/* tools */
.idx-tools {
    margin-top: 25px;
    font-size: 17px;
}
.tools-block01 {
    background: url(../images/index/009-1.png) no-repeat center bottom;
}
.tools-block01 .wrap {
    display: flex;
    position: relative;
    align-items: center;
}
.tools-block01 .hidari {
    position: relative;
    max-width: 665px;
    width: 100%;
    bottom: -30px;
    left: 0;
    margin-top: 2%;
    padding-left: 40px;
}
.tools-block01 .hidari::before {
    content: '';
    background: url(../images/index/014.png) no-repeat center;
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 329px;
}
.tools-title01 {
    text-shadow: -1px 0 #FFF, 0 1px #FFF, 1px 0 #FFF, 0 -1px #FFF;
}
.tools-title02 {
    margin-bottom: 40px;
    text-shadow: -1px 0 #FFF, 0 1px #FFF, 1px 0 #FFF, 0 -1px #FFF;
}
.tools-more-btn {
    margin-left: 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.tools-more-btn:hover {
    margin-left: 10px;
}
.tools-block01 .migi {
    max-width: calc(100% - 665px);
    padding-left: 100px;
    width: 100%;
}
.owl-idx-tools.owl-theme .owl-nav [class*=owl-] { 
    margin: 0px; 
    padding: 0px; 
    position: absolute; 
    width: 39px;
    height: 39px;
    background: transparent; 
    overflow: hidden;
    top: calc(50% - 20px);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.owl-idx-tools.owl-theme .owl-nav {
    margin-top: 0px;
}
.owl-idx-tools.owl-theme .owl-nav .owl-prev { 
    left: 38px;
}
.owl-idx-tools.owl-theme .owl-nav .owl-next { 
    right: 38px;
}
.owl-idx-tools.owl-theme .owl-nav .owl-prev::before, .owl-idx-tools.owl-theme .owl-nav .owl-next::before { 
    content: url(../images/index/006.png);
    position: absolute;
    top: 50%;
    top: 0;
    left: 0;
}
.owl-idx-tools.owl-theme .owl-nav .owl-next::before {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.owl-idx-tools.owl-theme .owl-nav [class*=owl-]:hover {
    opacity: 1;
}
.owl-idx-tools .fix-pic { 
    position: relative; 
    padding-top: 82%; 
}
.owl-idx-tools .fix-pic figure { 
    position: absolute; 
    top: 0px; 
    left: 0px; 
    width: 100%; 
    height: 100%; 
    display: flex; 
    justify-content:center; 
    align-items: center; 
    overflow: hidden; 
}
.owl-idx-tools .fix-pic img { 
    width: auto !important; 
    height: auto !important; 
    max-width: 100% !important; 
    max-height: 100% !important; 
}
.tools-block02 {
    background: url(../images/index/009-2.png) no-repeat center;
    padding: 28px 0;
}
.tools-block02 .wrap {
    display: flex;
    position: relative;
}
.tools-block02 .hidari {
    position: relative;
    padding-left: 40px;
    padding-bottom: 50px;
    max-width: 665px;
}
.tools-block02 .hidari::before {
    content: '';
    background: url(../images/index/015.png) no-repeat center;
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 201px;
}
.tools-block02 .migi {
    position: relative;
    width: 50%;
    margin-left: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tools-block02 .migi::after {
    content: '';
    background: url(../images/index/016.png) no-repeat center;
    position: absolute;
    top: 0;
    right: 0;
    width: 3px;
    height: 201px;
}
.tools-title03 {
    margin-top: 20px;
}
.tools-item {
    margin-right: 40px;
}


/* solutions */
.idx-solutions {
    background: url(../images/index/022.png) no-repeat top right;
    padding-top: 90px;
}
.idx-solutions .wrap {
    display: flex;
}
.idx-solutions .hidari {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
}
.idx-solutions .migi {
    z-index: 2;
    max-width: 670px;
    width: 100%;
    margin: 210px 30px 0 auto;
}
.solutions-text {
    max-width: 510px;
    width: 100%;
    margin-top: 10px;
    font-size: 17px;
}
.solutions-more-btn {
    text-align: right;
    margin: 40px 40px 20px 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.solutions-more-btn:hover {
    margin: 40px 50px 20px 0;
}
.solutions-icon-block {
    display: flex;
}
.solutions-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #567497;
    font-size: 17px;
    margin-right: 50px;
}
.solutions-icon > div:first-child {
    margin-bottom: 20px;
}
.triangle-block {
    margin-top: 105px;
    background: url(../images/index/023.png) no-repeat top center;
    padding-top: 150px;
    padding-bottom: 80px;
    background-size: cover;
}
.idx-cu-block {
    text-align: center;
}
.idx-cu-intro {
    font-size: 17px;
}
.idx-cu-btn {
    position: relative;
    max-width: 474px;
    width: 100%;
    margin: 0 auto;
    top: 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.idx-cu-btn:hover {
    text-shadow: 8px 8px #c27b7b;
}
.idx-cu-click {
    position: absolute;
    top: 25px;
    left: 39%;
    color: #FFF;
    background: url(../images/index/024.png) no-repeat center;
    bottom: 0;
    left: calc(50% - 237px);
    width: 474px;
    height: 107px;
}
.idx-cu-click a {
    color: #FFF;
}
.triangle-text {
    display: flex;
    flex-direction: column;
    max-width: 740px;
    width: 100%;
    margin: 300px auto 0 250px;
    position: relative;
    padding-left: 40px;
    font-size: 17px;
}
.triangle-text::before {
    content: '';
    background: url(../images/index/025.png) no-repeat center;
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 269px;
}
.triangle-title {
    margin-bottom: 20px;
}


/* idx-products */
.idx-products {
    padding-top: 75px;
    margin-bottom: 140px;
}
.idx-pro-title {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 16px;
    text-align: center;
}
.idx-pro-title::after {
    content: '';
    background: url(../images/index/026.png) no-repeat center;
    position: absolute;
    bottom: 0;
    left: calc(50% - 130px);
    width: 269px;
    height: 3px;
}
.idx-pro-intro {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    font-size: 17px;
}
.idx-pro-item {
    position: relative;
    max-width: 395px;
    width: 100%;
    margin: 0 auto 55px auto;
        
}
.idx-pro-item::before {
    content: url(../images/index/031.png);
    position: absolute;
    bottom: -45px;
    left: 0px;
    z-index: -1;
    line-height: 0;
    background: #FFF;
}
.idx-pro-block .pic {
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    -ms-transition: all 0.7s;
    transition: all 0.7s;
}
.idx-pro-block:hover .pic {
    top: 20px;
}
.idx-pro-block:hover .idx-pro-item::before {
    background: -webkit-linear-gradient(left bottom,#ff9293, #9DC8EA);
    background: -o-linear-gradient(top right,#ff9293, #9DC8EA);
    background: -moz-linear-gradient(top right,#ff9293, #9DC8EA);
    background: linear-gradient(to top right,#ff9293, #9DC8EA);
    background: linear-gradient(to top right,#ff9293, #9DC8EA);
    animation: idx-gradient 4s ease infinite; 
    background-size: 400% 400%;
  
}
@-webkit-keyframes idx-gradient{
    0% {
        background-position: 0 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
@keyframes idx-gradient{
    0% {
        background-position: 0 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
.idx-pro-name {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 8px;
}
.idx-pro-text {
    display: flex;
    padding-left: 75px;
    justify-content: space-between;
}
.owl-idx-pro {
    margin-top: 60px;
}
.owl-idx-pro .fix-pic { 
    position: relative; 
    padding-top: 83%; 
}
.owl-idx-pro .fix-pic figure { 
    position: absolute;
    top: 0px; 
    left: 0px; 
    width: 100%; 
    height: 100%; 
    display: flex; 
    justify-content:center; 
    align-items: center; 
    overflow: hidden; 
}
.owl-idx-pro .fix-pic img { 
    width: auto !important; 
    height: auto !important; 
    max-width: 100% !important; 
    max-height: 100% !important; 
}
.owl-idx-pro.owl-theme .owl-nav [class*=owl-] { 
    margin: 0px; 
    padding: 0px; 
    position: absolute; 
    width: 39px;
    height: 39px;
    background: transparent; 
    overflow: hidden;
    top: 40%;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.owl-idx-pro.owl-theme .owl-nav {
    margin-top: 0px;
}
.owl-idx-pro.owl-theme .owl-nav .owl-prev { 
    left: -20px;
}
.owl-idx-pro.owl-theme .owl-nav .owl-next { 
    right: -17px;
}
.owl-idx-pro.owl-theme .owl-nav .owl-prev::before, .owl-idx-pro.owl-theme .owl-nav .owl-next::before { 
    content: url(../images/index/006.png);
    position: absolute;
    top: 50%;
    top: 0;
    left: 0;
}
.owl-idx-pro.owl-theme .owl-nav .owl-next::before {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.owl-idx-pro.owl-theme .owl-nav [class*=owl-]:hover {
    opacity: 1;
}
.owl-idx-pro.owl-theme .owl-dots .owl-dot span {
    width: 45px;
    height: 10px;
    margin: 20px 5px;
    background: #D81519;
    border-radius: 0;
}
.owl-idx-pro.owl-theme .owl-dots .owl-dot.active span {
    background: #15539C;
    width: 90px;
}
.owl-idx-pro.owl-theme .owl-dots .owl-dot:hover span {
    background: #15539C;
}
.idx-pro-text > div:first-child {
    width: calc(100% - 92px);
    padding-right: 10px;
}
.idx-pro-more {
    margin-right: 40px;
    width: 92px;
    margin-top: 5px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.idx-pro-more:hover {
    margin-right: 30px;
}
.idx-pro-link {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}



@media all and (max-width: 1680px) {
    .triangle-text {
        margin: 300px auto 0 20px;
    }
}

@media all and (max-width: 1400px) {
    .idx-scroll-btn {
        bottom: 20px;
        width: 38px;
        height: 38px;
    }
    .idx-scroll-btn:hover {
        bottom: 10px;
    }
    .idx-about .hidari {
        padding-left: 60px;
    }
    .idx-solutions .migi {
        margin: 60px 30px 0 auto;
    }
    .triangle-text {
        margin: 260px auto 0 40px;
        max-width: 670px;
    }
}

@media all and (max-width: 1366px) {
    .tools-block01 .hidari {
        margin-top: -6%;
    }
    .tools-block02 .migi {
        margin-left: 20px;
    }
}

@media all and (max-width: 1200px) {
    .tools-title02 {
        margin-bottom: 20px;
    }
}

@media all and (max-width: 1100px) {
    .index-banner {
        margin-top: 72px;
    }
    .idx-container {
        margin-top: 60px;
    }
    .idx-about {
        flex-wrap: wrap;
        padding: 0 20px;
    }
    .idx-about .hidari {
        text-align: center;
        width: 100%;
        padding-left: 0;
    }
    .idx-about .migi {
        width: 100%;
        padding-left: 0;
        background: none;
        text-shadow: none;
        margin: 30px 0;
    }
    .title-intro {
        max-width: 100%;
        margin-top: 30px;
    }
    .tools-block01 {
        background-size: cover;
    }
    .tools-block01 .wrap {
        flex-direction: column-reverse;
    }
    .tools-block01 .hidari {
        margin-top: 30px;
        margin-bottom: 60px;
        max-width: 100%;
        bottom: 0;
    }
    .tools-block01 .hidari::before {
        height: 220px;
    }
    .tools-block01 .migi {
        max-width: 100%;
        margin-top: 50px;
        padding-left: 0;
    }
    .owl-idx-tools .fix-pic {
        padding-top: 30%;
    }
    .tools-block02 {
        background-size: cover;
    }
    .tools-block02 .wrap {
        flex-wrap: wrap;
    }
    .tools-title03 {
        margin-top: 0;
        margin-bottom: 20px;
    }
    .tools-block02 .hidari {
        max-width: 100%;
    }
    .tools-block02 .hidari::before {
        height: 165px;
    }
    .tools-block02 .migi {
        margin-left: 0;
        width: 100%;
    }
    .tools-block02 .migi::after {
        background: none;
    }
    .tools-item {
        margin-right: 10px;
        margin-left: 10px;
    }
    .idx-solutions .wrap {
        flex-wrap: wrap;
    }
    .idx-solutions .hidari {
        margin: 0 auto;
    }
    .idx-solutions .migi {
        margin: 60px auto 0 auto;
        max-width: 100%;
    }
    .solutions-text {
        max-width: 100%;
    }
    .solutions-icon-block {
        justify-content: space-around;
    }
    .solutions-more-btn {
        margin: 10px 40px 45px 0;
    }
    .solutions-more-btn:hover {
        margin: 10px 30px 45px 0;
    }
    .triangle-block {
        padding: 50px 20px 80px 20px;
    }
    .triangle-title {
        text-shadow: -1px 0 #FFF, 0 1px #FFF, 1px 0 #FFF, 0 -1px #FFF;
    }
    .triangle-text {
        margin: 260px 0 0 0;
        padding: 0 20px;
    }
    .triangle-text::before {
        height: 230px;
    }

}

@media all and (max-width: 768px) { 
    .idx-scroll-btn {
        display: none;
    }
    .solutions-icon-block {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .solutions-icon {
        margin-right: 0;
        width: 50%;
        margin-bottom: 40px;
    }
    .idx-cu-triangle {
        border-width: 70px 147px 0 147px;
    }
}

@media all and (max-width: 570px) {
    .idx-container {
        margin-top: 30px;
    }
    .tools-block01 .hidari, .tools-block02 .hidari {
        padding-left: 0;
    }
    .tools-block01 .hidari::before, .tools-block02 .hidari::before {
        background: none;
    }
    .owl-idx-tools .fix-pic {
        padding-top: 82%;
    }
    .owl-idx-tools.owl-theme .owl-nav .owl-prev {
        left: 0;
    }
    .owl-idx-tools.owl-theme .owl-nav .owl-next {
        right: 0;
    }
    .triangle-block {
        padding: 130px 20px 50px 20px;
        margin-top: 0;
    }
    .triangle-text {
        margin: 200px 0 0 0;
        padding: 0;
    }
    .triangle-text::before {
        background: none;
    }
    .idx-cu-click {
        top: 0;
        background-size: 60%;
    }
    .idx-cu-btn {
        top: 19px;
        font-size: 20px;
    }
    .idx-pro-item::before {
        content: url(../images/index/031-m.png);
        position: absolute;
        bottom: 0;
        left: calc(50% - 150px);
    }
    .owl-idx-pro {
        margin-top: 20px;
    }
    .idx-pro-item {
        margin: 0 auto 25px auto;
    }
    .owl-idx-pro.owl-theme .owl-nav [class*=owl-] {
        top: 40%;
    }
    .owl-idx-pro.owl-theme .owl-nav .owl-next {
        right: -19px;
    }
    .owl-idx-pro .fix-pic {
        padding-top: 100%;
    }
    .idx-pro-text {
        padding-left: 10%;
    }
    .owl-idx-pro.owl-theme .owl-nav .owl-prev::before, .owl-idx-pro.owl-theme .owl-nav .owl-next::before {
        opacity: 0.5;
    }
}

@media all and (max-width: 414px) {
    .triangle-block {
        padding: 215px 20px 50px 20px;
        margin-top: -150px;
    }
}

@media all and (max-width: 320px) {
    .idx-pro-item::before {
        display: none;
    }
}