@charset "utf-8";

/*共通*/
h2{
    text-align: center;
}
h4{
    font-size: 2.4rem;
}
h5{
    font-size: 2rem;
}
h6{
    font-size: 1.8rem;
}

/*ページTOP*/

.top-image__block h1{
    margin: 0;
}
.top-image .top-image__text{
    width: fit-content;
    position: relative;
    margin: 30px 0;
}
.top-image__inner{
    display: flex;
    /*margin-top: 40px;*/
    width: fit-content;
    align-items: center;
}
.top-image__arrow{
    width: 10px;
    height: auto;
    object-fit: contain;
    margin-left: 25px;
}
.top-image p a{
    color: white;
    font-size: 1.6rem;
}
@media (max-width: 786px) {
    p{
        font-size: initial;
        line-height: initial;
    }
    .top-image__inner{
        margin-top:0px;
    }
    .top-image .top-image__text{
        margin-top: 12px;
        margin-bottom: 15px;
    }
    .top-image__block{
        /* margin-left: 4%;
        margin-top: 4%; */
    }
    .top-image__block > p{
        font-size: 2.6vw;
        font-weight: 300;
    }
}
/*背景*/
.bg-darkgray--full{
    background-color: #666666;
    margin: 0 calc(50% - 50vw);
}
.bg-softgray--full{
    background-color: #ececec;
    margin: 0 calc(50% - 50vw);
}
.bg-lightgray--full{
    background-color: #f6f6f6;
    margin: 0 calc(50% - 50vw);
}
.bg-darkgray__block{
    max-width: 1000px;
    width: 95%;
    margin: auto;
}
.bg-darkgray__block h2{
    color: white;
    text-align: center;
    margin-bottom: 60px;
}
.bg-darkgray--full h2{
    color: white;
    margin-bottom: 48px;
}
.products-relation-link{
    background-color: #000;
    margin: 0 calc(50% - 50vw);
    padding: 60px 0;
    text-align: center;
}
@media (max-width: 788px) {
    .bg-lightgray--full{
        padding-top: 50px;
        padding-bottom: 25px;
    }
    .bg-darkgray--full{
        padding: 45px 0 40px 0;
    }
}

/*サブメニュー*/
nav.sub_menu{
    background-color: #333333;
    height:55px;
    color:white;
    position: relative;
}
.sub_spmenu{
    display: none;
}
nav.sub_menu ul{
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    margin: auto;
    height: 100%;
}
nav.sub_menu ul li{
    height: 100%;
    width:calc(100%/4);
    border-right: solid 1px #fff;
}
nav.sub_menu ul.ele-5 li{
    width:calc(100%/5);
    cursor: pointer;
}
nav.sub_menu ul.ele-6 li{
    width:calc(100%/6);
}
nav.sub_menu ul.ele-7 li{
    width:calc(100%/7);
}
nav.sub_menu ul.ele-8 li{
    width:calc(100%/8);
}
nav.sub_menu ul li:nth-child(1){
    border-left: solid 1px #fff;
}
nav.sub_menu ul li a{
    cursor: pointer;
    color: white;
    font-size: 90%;
    display: block;
    line-height: 5.5rem;
    text-align: center;
    height: 100%;
}

/*サブメニューのオンマウスウィンドウ*/
nav.sub_menu div.sub_menu_child{
    display: none;
}
/* nav.sub_menu ul li a:hover + div.sub_menu_child,
nav.sub_menu div.sub_menu_child:hover{
    display: block;
} */
nav.sub_menu ul li.active a + div.sub_menu_child, nav.sub_menu div.sub_menu_child.active{
    display: block;
}
nav.sub_menu div.sub_menu_child{
    width: 100%;
    background: #333;
    position: absolute;
    z-index: 51;
    left:0;
    top:50px;
    padding-bottom: 2rem;
}
nav.sub_menu div.sub_menu_child_title{
    width: 90%;
    margin: auto;
    font-size: 2rem;
    font-weight: bold;
}
nav.sub_menu div.sub_menu_child_title a::after{
    content: '';
    background-image: url(../img/common/arrow-gray.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 10px;
    height: 15px;
    display: inline-block;
    margin-left: 10px;
}
nav.sub_menu div.child-list-label{
    border-bottom: solid white 1px;
    width: 90%;
    padding: 1rem 0;
}
nav.sub_menu .sub_menu_child a{
    text-align: left;
}
nav.sub_menu div.sub_menu_child ul{
    display: flex;
    flex-wrap: wrap;
}
nav.sub_menu div.sub_menu_child ul li{
    border:none;
    width: 33%;
}
nav.sub_menu div.sub_menu_child ul.child-list{
    display: block;
}
nav.sub_menu div.sub_menu_child ul.child-list li{
    width: 100%;
}
nav.sub_menu div.sub_menu_child ul.child-list li a{
    display: flex;
    text-align: left;
    line-height: 3rem;
}
nav.sub_menu div.sub_menu_child ul.child-list li a::before{
    flex-shrink: 0;
    content: '';
    background-image: url(../img/common/arrow-gray.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-top: 11px;
    margin-left: 10px;
}

/*ボタン*/
.products-btn{
    width: 278px;
    border: 2px solid #182e40;
    background-color: white;
    text-align: center;
    position: relative;
    margin: auto;
}
.products-btn a{
    color: #182e40;
    display: block;
    padding: 15px 0;
}
.btn--exsmall{
    max-width: 143px;
    width: 95%;
}
.btn--exsmall a{
    font-size: 1.2rem;
}
.products-btn.btn--exsmall::after{
    width: 10px;
    height: 12px;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
}
.btn--small{
    width: 198px;
}
.products-btn.btn--medium{
    width: 318px;
}
.products-btn.btn--large{
    width: 398px;
}
.products-btn.btn--exlarge{
    width: 418px;
}
.products-btn::after{
    position: absolute;
    content: '';
    background-image: url(../img/common/black-arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
@media (max-width: 768px) {
    .sub_spmenu{
        display: block;
    }
    .products-btn{
        width: 80%;
    }
    .products-btn a{
        font-size: 3.64vw;
    }
    .products-btn.btn--medium{
        width: 95%;
        line-height: 5rem;
        font-size: 2rem;
    }
    .btn--small{
        width: 120px;
    }
    .products-btn.btn--small::after{
        width: 6px;
        height: 10px;
        top: 50%;
        right: 15px;
    }
    .network .products-lineup__list li .products-btn{
        /* bottom: 15px;
        right: 15px; */
        transform: translateX(0)!important;
    }
    .bg-white--sp{
        border: 1px solid white;
        background-color: unset;
    }
    .bg-white--sp a{
        color: white;
    }
    .products-btn.bg-white--sp::after{
        background-image: url(../img/common/arrow-white.png);
    }
}

/*CTA*/
.product-cta{
    display: flex;
    justify-content: center;
    background: #ececec;
    padding: 60px 0;
    position: relative;
}
.explanatory-text{
    max-width: 1000px;
    width: 95%;
    margin: 20px auto 20px;
    text-align: center;
}
.product-cta h3{
    margin-bottom: 24px;
}
.product-cta__block{
    width: 50%;
    padding:0 5vw;
}
.product-cta__block:first-child:after{
    content: '';
    width: 2px;
    height: 250px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    background-color: #cccccc;
}
.product-cta__block h5{
    margin-bottom: 20px;
    text-align: center;
}
.product-cta__block p{
    margin: 30px auto 0 auto;
    text-align: center;
    line-height: 28px;
    font-size: 1.4rem;
}
.product-cta__block .tel-num{
    display: block;
    font-size: 3.3rem;
}
.cta-btn{
    background-color: #044687;/* 20241004 #043666→#044687 */
    text-align: center;
    margin: auto;
    padding: 0px;
}
.cta-btn.lightblue {
    padding: 0px;
    background-color: #1991c0;
}
.cta-btn a {
    color: white;
    font-size: 1.8rem;
    display: block;
    line-height: 6rem;
    position: relative;
}
.cta-btn a span{
    position: relative;
}
.cta-btn a span::before {
    content: '';
    background-image: url(../img/common/icon-mail.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 16px;
    display: block;
    position: absolute;
    top: 55%;
    left: -30px;
    transform: translateY(-50%);
}
.cta-btn.lightblue a span::before {
    background-image: url(../img/common/icon-tel.png);
    width: 23px;
    height: 30px;
}
.cta-btn a::after,
.cta-btn.lightblue a::after{
    content: '';
    background-image: url(../img/common/arrow-white.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 12px;
    height: 17px;
    display: block;
    position: absolute;
}
.cta-btn a::after {
    top: 23px;
    right: 1vw;
}
.product-cta-link{
    max-width: 1000px;
    width: 100%;
    margin: 54px auto 22px auto;
    text-align: right;
}
.product-cta-link a{
    text-decoration: underline;
    text-underline-offset: 8px;
    color: white;
}
.product-cta-link a:first-child{
    margin-right: 10px;
}
.products-relation-link h2{
    color: white;
}
@media(max-width: 950px){
    .product-cta__block{
        width: 50%;
        padding:0 4vw;
    }
}
@media(max-width: 768px){
    .product-cta{
        flex-direction: column;
        gap: 65px 0;
    }
    .product-cta__block {
        width: 90%;
        margin: auto;
    }
    .product-cta__block .tel-num {
        font-size: 5.5vw;
    }
    .product-cta__block:first-child:after{
        width: 80%;
        height: 1px;
    }
    .product-cta h3{
        font-size: 3.64vw;
    }
    .cta-btn a{
        line-height: 9rem;
        font-size: 3.12vw;
    }
    .cta-btn a::after {
        top: 38px;
        right: 6vw;
    }
    .cta-btn a span::before{
        left:-7vw;
        width: 5.5vw;
        height: 4vw;
    }
    .cta-btn.lightblue a span::before{
        width: 5vw;
        height: 6.6vw;
    }
    .explanatory-text{
        font-size: 3.64vw;
        margin: 4% auto 6%;
    }
    .product-cta__block p{
        font-size: 3.12vw;
        line-height: normal;
    }
    .product-cta-link a{
        font-size: 2.86vw;
    }
}

/*関連リンク*/
.products-relate__link{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: max-content;
    gap: 20px 5px;
    max-width: 1000px;
    width: 97%;
    margin: 30px auto 0 auto;
}
.products-relate__link li{
    position: relative;
    max-width: 320px;
    width: 95%;
    background-color: white;
    text-align: left;
}
.products-relate__link li a{
    font-size: 1.5rem;
    padding: 20px 0 20px 20px;
    display: block;
}
.products-relate__link li .relate-link__img{
    padding: 0;
}
.products-relate__link li::after{
    content: '';
    background-image: url(../img/common/black-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 10px;
    height: 15px;
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(-50%, -50%);
}
.products-relate__link li:has(.relate-link__img)::after{
    background-image: none;
}
.primergy .breadcrumb-list{
    margin-top: 34px;
}
.tablet{
    display: none;
}
@media(max-width: 768px){
    .products-relate__link{
        grid-template-columns: auto;
        place-items: center;
    }
    .products-relate__link li{
        max-width: unset;
    }
    .products-relate__link li a{
        font-size: 3.64vw;
        font-weight: 500;
    }
    .products-relate__link li::after{
        width: 1.3%;
        height: 2vw;
    }
}

/*ニュース・トピックス系*/
.products-news{
    margin-top: 100px;
}
.products-news h2{
    text-align: left;
}
.products-news article{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px solid #cccccc;
}
.products-news a:first-child article{
    border-top: 1px solid #cccccc;
}
.products-news article span{
    margin-right: 2rem;
}
.products-news article div{
    display: flex;
    align-items: center;
}
.products-news article p{
    font-size: 1.4rem;
    color: #888888;
}
.post-arrow{
    width: 10px;
    height: 15px;
    margin-left: 10px;
    margin-right: 15px;
    object-fit: cover;
}
.products-news-cat,
.security-cat{
    width: 121px;
    background-color: #f6f6f6;
    font-size: 1.2rem;
    text-align: center;
    padding: 9px 0;
    display: block;
}
.security-cat{
    margin-top: 20px;
    margin-bottom: 16px;
}
.products-news-cat.cat-blue{
    width: 150px;
    background-color: #107baa;
    color: white;
    margin-right: 15px;
    margin-left: 15px;
}
.products-news__sub-title{
    letter-spacing: 0.08em;
    margin-top: 10px;
    margin-bottom: 25px;
    font-size: 2rem;
}
article h6{
    font-size: 1.6rem;
    flex: 1;
    font-weight: 500;
}
.post-date{
    color: #888888;
    font-size: 1.4rem;
    font-weight: 500;
    margin-right: 15px;
    margin-left: 15px;;
}
.news-tab{
    display: flex;
    text-align: center;
    margin-bottom: 30px;
    border-bottom: 1px solid #107baa;
}
.news-tab p{
    width: 240px;
    border: none;
    padding: 18px 0;
    background-color: #efefef;
}
.news-tab p:nth-child(n + 2){
    margin-left: 23px;
}
.news-tab p.active{
    border: 1px solid #107baa;
    border-bottom: none;
    background-color: white;
    position: relative;
}
.news-tab p.active::after{
    content: '';
    background-color: white;
    height: 1px;
    width: 100%;
    display: block;
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
}
.article-block.tab-2{
    display: none;
}
.storage .article-block,
.cloud .article-block{
    display: none;
}
.storage .article-block.active,
.cloud .article-block.active{
    display: block;
}
@media (max-width: 768px) {
    .products-news{
        margin-top: 45px;
    }
    .products-news article div{
        width: 100%;
        flex-direction: row-reverse;
        justify-content: space-between;
    }
    .products-news article{
        flex-wrap: wrap;
        gap: 15px 0;
    }
    .post-date {
        margin-left: 0;
        font-size: 2.6vw;
    }
    .products-news article p{
        margin-left: 15px;
        font-size: 2.6vw;
    }
    .products-news__sub-title{
        font-size: 2.6vw;
    }
    .products-news article span{
        font-size: 2.6vw;
        width: fit-content;
        padding-left: 1.17%;
        padding-right: 1.17%;
        margin-right: 0;
    }
    article h6{
        font-size: 3.12vw;
    }
}

/*リスト*/
.products .product-list{
    margin-top: 50px;
}
.products h5{
    font-weight: 500;
    margin-top: 20px;
}
.products .product-list .product-list__text{
    font-size: 1.2rem;
}
.products .product-list.column-3{
    gap: 42px 20px;
}
.product-list{
    display: grid;
    max-width: 1000px;
    width: 95%;
    margin: auto;
    grid-auto-rows: auto;
}
.product-list.column-1{
    background: white;
    padding: 30px 50px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
}
.product-list.column-2{
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
}
.product-list.column-3{
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
}
.product-list.column-4{
    gap: 0 12px;
    grid-template-columns: repeat(4, 1fr);
}
.product-list.column-5{
    grid-template-columns: repeat(5, 1fr);
}
.column-3 li{
    max-width: 320px;
}
.products .bg-lightgray--full{
    margin-top: 100px;
    margin-bottom: 80px;
    padding-top: 80px;
    padding-bottom: 120px;
}
.customer-area{
    max-width: 1000px;
    width: 95%;
    margin: auto;
}
.btn-list{
    max-width: 1000px;
    width: 100%;
    margin: auto;
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.btn-list li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border: 2px solid #182E40;
    text-align: left;
}
.btn-list li::after{
    content: '';
    background-image: url(../img/common/black-arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 15px;
    height: 20px;
    margin-left: 40px;
}
.btn-list li p{
    width: 171px;
}
.customer-icon{
    width: 40px;
    height: 40px;
    margin-right: 15px;
}
.related-information{
    margin-bottom: 184px;
}
.related-information h2{
    text-align: center;
}
.related-information ul{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 40px;
    margin-top: 60px;
}
.related-information ul li{
    max-width: 320px;
}
.related-information ul li h6{
    margin-top: 20px;
    font-weight: 500;
}
.product-list p{
    font-size: 1.4rem;
}
.product-list h6{
    line-height: 24px;
    margin: 16px 0;
    font-weight: 500;
    letter-spacing: normal;
    font-size: 1.6rem;
}
@media (max-width: 1010px) {
    .btn-list{
        width: 88%;
        gap: 15px 0;
        justify-content: center;
        margin-top: 30px;
        flex-direction: column;
        margin-top: 30px;
    }
    .btn-list li:not(:first-child){
        margin-top: 20px;
    }
    .btn-list .products-btn:not(:first-child){
        margin-top: 15px;
    }
}
@media (max-width: 768px) {
    .product-list.column-3{
        grid-template-columns: repeat(2, 1fr);
        gap: 46px 40px;
    }
    .products h5{
        margin-top: 8px;
    }
    .products .bg-lightgray--full{
        margin-top: 55px;
        margin-bottom: 40px;
        padding-top: 40px;
        padding-bottom: 65px;
    }
    .btn-list li{
        margin: auto;
    }
    .related-information ul{
        margin-top: 30px;
        gap: 0 20px;
    }
    .related-information ul li h6{
        font-size: 1.4rem;
    }
    .related-information{
        margin-bottom: 45px;
    }
    .sp-col-1{
        display: block;
    }
    .sp-col-1 li{
        max-width: unset;
    }
    .sp-col-1 li a{
        display: flex;
    }
    .sp-col-1 li a img{
        width: 100%;
    }
    .sp-col-1 li a div{
        width: 100%;
        margin-left: 10px;
    }
    .sp-col-1 li a div h6{
        margin: 0;
    }
    .sp-col-1 li a div .product-list__text{
        margin-top: 30px;
    }
    .sp-col-1 li:not(:first-child){
        margin-top: 10px;
    }
    .product-list.column-4{
        grid-template-columns: repeat(2, 1fr);
        gap: 40px 12px;
    }
    .product-list.column-3{
        gap: 40px 10px;
    }
}

/*LINE UPリスト*/
.lineup-list-col3{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    max-width: 1000px;
    width: 100%;
    margin: auto;
}
@media(max-width: 768px){
    .lineup-list-col3{
        grid-template-columns: repeat(2, 1fr);
        width: 90%;
        max-width: 680px;
    }
}

/*PRIMEGY*/
main.primergy{
    margin-top: 0;
}
.primergy-top{
    margin-top: 36px;
}
.primergy .products-news{
    margin-top: 65px;
}
.products-lineup{
    max-width: 1000px;
    margin: 100px auto 0 auto;
    width: 95%;
}
.primergy-top-h6{
    margin: 16px 0;
}
.primergy .btn-list li{
    text-align: center;
}
.primergy .primergy-os,
.primergy .primergy-lineup{
    padding-bottom: 37px;
    padding-top: 85px;
}
.primergy .product-cta-link{
    margin-top: 18px;
}
.primergy .product-cta-link a{
    color: white;
    margin-left: 10px;
}
.primergy .product-cta-link span{
    color: white;
    float: left;
}
.primergy .article-block{
    margin-bottom: 100px;
}
.product-list .product-list__text{
    font-weight: 500;
    font-size: 1.6rem;
}
.select-list{
    max-width: 1000px;
    width: 95%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    text-align: left;
}
.select-list li{
    border-left: 2px solid white;
    padding-left: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
}
.select-list li a{
    color: white;
}
.select-list__arrow{
    width: 10px;
    height: 15px;
    object-fit: cover;
    margin-right: 15px;
}
.select-list li:last-child{
    border-right: 2px solid white;
}
.products-lineup h2{
    text-align: center;
    margin-bottom: 40px;
    color: white;
}
.products-lineup h3{
    color: white;
    margin: 15px 0;
    text-align: left;
}
.products-lineup h3::after{
    content: '';
/*  background-image: url(../img/common/arrow-white.png);*/
    background-size: contain;
    background-repeat: no-repeat;
    width: 12px;
    height: 17px;
    display: inline-block;
    margin-left: 20px;
}
.primergy-relation,
.product-relation-info{
    text-align: center;
    padding-top: 80px;
    padding-bottom: 100px;
}
.product-relation-info{
    margin-bottom: 80px;
}
.product-relation-info h2{
    margin-bottom: 50px;
}
.primergy-relation .product-list{
    max-width: 1000px;
    width: 95%;
    margin: auto;
    margin-top: 40px;
}
.primergy-relation h5{
    margin: 20px 0;
}
.primergy-relation h5,
.primergy-relation .product-list__text{
    text-align: left;
}
.primergy-relation h6{
    text-align: left;
}
.product-list__sub-text{
    text-align: left;
    display: block;
    font-size: 1.4rem;
    margin-top: -20px;
    margin-bottom: 20px;
}
.primergy-os h2{
    text-align: center;
    color: white;
}
.primergy-os .product-list{
    margin-top: 40px;
}
.primergy-os .product-list p{
    margin-top: 20px;
}
.bg-darkgray--full .product-list__text{
    color: white;
}
.product-relation-info .product-list li{
    max-width: 490px;
    width: 100%;
    background-color: white;
}
.product-relation-info .product-list h4{
    margin: 50px 0;
}
.primergy-relate__img{
    width: 25px;
    height: auto;
    margin: 0.5rem;
}
.primergy-relate__arrow{
    width: 10px;
    height: 16px;
}
.primergy-relate__item,
.primergy-relate__sub{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80%;
    margin: auto;
}
.primergy-relate__sub p{
    flex: 1;
    margin-left: 30px;
}
.primergy-relate__item p{
    flex: 1;
    text-align: left;
    margin-left: 15px;
    font-size: 1.8rem;
    font-weight: 700;
}
.primergy-consultation h4{
    text-align: center;
    margin-bottom: 80px;
}
.product-relation-info .product-list .primergy-relate__item{
    margin-bottom: 18px;
}
.product-consultation h4{
    text-align: center;
}
.product-consultation .product-cta{
    padding: 50px 0;
    background-color: #f6f6f6;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: 55px;
}

@media (max-width: 1010px) {
    .select-list{
        flex-wrap: wrap;
        gap: 10px 10px;
        justify-content: center;
        width: 97%;
    }
    .select-list li{
        flex: unset;
        max-width: 240px;
        width: 48%;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 1.5%;
    }
    .select-list li a{
        font-size: 2.6vw;
    }
    .select-list__arrow{
        margin-left: 5px;
        margin-right: 1.5vw;
    }
    .select-list li{
        border-left: none;
        border: 1px solid white;
    }
    .tablet{
        display: block;
    }
    .primergy .products-lineup .pc-only{
        display: none;
    }
    .products-lineup{
        margin-top: 60px;
    }
    .products-lineup h3{
        margin-top: 35px;
        margin-bottom: 12px;
    }
}
@media (max-width: 768px) {
    .select-list li{
        width: 31%;
    }
    .primergy{
        margin-top: 15px;
    }
    .primergy .product-list{
        margin-top: 0;
    }
    .primergy .btn-list{
        margin-top: 45px;
    }
    .primergy .article-block{
        margin-bottom: 55px;
    }
    .primergy .products-news h2{
        margin-left: -1.5vw;
    }
    .product-cta-link{
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        gap: 10px 0px;
    }
    .product-cta-link
    .primergy .product-cta-link{
        flex-direction: column;
        margin-top: 40px;
    }
    .primergy .product-cta-link span,
    .primergy .product-cta-link a{
        font-size: 2.86vw;
    }
    .product-cta-link div{
        padding-right: 9px;
    }
    .product-list__sub-text{
        font-weight: 700;
        font-size: 3.64vw;
    }
    .product-relation-info h2{
        margin-top: 0;
        margin-bottom: 39px;
    }
    .product-relation-info{
        /* margin-bottom: 40px; */
        margin-bottom: 12.36vw;
    }
    .product-relation-info .product-list h4{
        margin: 0 0 9.11% 0;
        font-size: 4.16vw;
    }
    .primergy-relate__item p{
        font-size: 3.64vw;
    }
    .primergy-relate__img{
        width: 20px;
    }
    .primergy-consultation h4{
        font-size: 1.8rem;
        margin-bottom: 30px;
    }
    .primergy-relation{
        padding-top: 13%;
        padding-bottom: 56px;
    }
    .primergy-os .product-list p{
        font-size: 3.12vw;
    }
    .primergy-relation h2{
        margin-bottom: 13%;
    }
    .primergy-relation .product-list h6{
        font-size: 3.64vw;
        line-height: normal;
    }
    .primergy .products-news{
        margin-top: 10.8%;
    }
    .product-relation-info .product-list li{
        margin: auto;
        max-width: unset;
        padding-top: 10%;
        padding-bottom: 10%;
    }
    .product-consultation .product-cta{
        gap: 65px 0;
    }
    .primergy-relation .product-list__text{
        font-size: 2.86vw;
        line-height: normal;
        font-weight: 400;
    }
    .product-relation-info .product-list .primergy-relate__item{
        margin-bottom: 4.55%;
    }
    .primequest .product-list .primergy-relate__item > p{
        font-size: 3.64vw;
    }
    .primergy-relation,
    .product-relation-info{
        padding-bottom: 5.72%;
        padding-top: 9.5%;
    }
}

/*PRIMEQUEST*/
main.primequest{
    margin-top: 50px;
}
section.primequest-lineup{
    padding-top:60px;
}
.primequest-products{
    text-align: center;
}
.primequest-products > h2{
    margin-bottom: 30px;
}
.primequest-lineup{
    margin-top: 80px;
    margin-bottom: 146px;
    text-align: center;
    padding-bottom: 25px;
}
.primequest-lineup .hover-item button{
    padding:1rem;
    background:white;
    border: 2px solid #182e40;
    width: 85%;
    height: 5rem;
    padding-left: 15%;
}
.primequest-lineup .hover-item span.text{
    text-align: left;
    font-size: 1.5rem;
    width: 85%;
    margin: auto;
    font-weight: 400;
}
.primequest-lineup .hover-item span.bt{
    padding: 1rem;
}
.lineup-list,
.lineup-list-text{
    display: flex;
    max-width: 1000px;
    width: 100%;
    margin: auto;
}
.lineup-list-text{
    justify-content: space-evenly;
    margin-top: 37px;
    margin-bottom: 50px;
}
.lineup-list li{
    position: relative;
}
.lineup-list li a p{
    border: 0;
    z-index: 10;
    color: white;
    background-color: rgba(4, 70, 135, 1);
    padding: 4%;
    font-size:1.5rem;
}
.lineup-list li:hover a p{
    background-color: rgba(4, 70, 135, 0.8);
}
.lineup-list li:hover a p button{
    width: 85%;
    height: 5rem;
    padding-left: 17%;
    cursor: pointer;
}
.lineup-list li:hover a p button img{
    height: 1.5rem;
    margin-top:2px;
}
.lineup-list-text li a{
    color: white;
}
.lineup-list-text li{
    position: relative;
    padding-left: 15px;
}
.lineup-list-text li::before{
    content: '';
    background-image: url(../img/common/arrow-white.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 10px;
    height: 15px;
    position: absolute;
    left: -5px;
    top: 5px;
}
.article-block{
    margin-bottom: 50px;
}
.primequest-case{
    margin-top: 100px;
}
.primequest-case h2{
    text-align: center;
}
.primequest-case .product-list{
    margin-top: 40px;
    margin-bottom: 50px;
}
.product-list.column-4 li{
    max-width: 267px;
    flex: 1;
}
.primequest-solution{
    margin-top: 99px;
}
.primequest-solution .products-btn{
    margin-top: 50px;
}
.primequest-solution h2{
    text-align: center;
    margin-bottom: 50px;
}
.primequest-oracle{
    margin-top: 100px;
    padding: 80px 0 100px 0;
}
.primequest-oracle__block{
    display: flex;
    align-items: center;
    max-width: 1000px;
    margin: auto;
    width: 100%;
    border: 2px solid #cccccc;
    background-color: white;
    margin-top: 50px;
}
.primequest-oracle__block img{
    width: 50%;
}
.primequest-oracle__inner{
    width: 50%;
    text-align: left;
    margin-left: 29px;
}
.primequest-oracle__inner h4{
    font-weight: 500;
}
.primequest-oracle__inner p{
    margin-top: 20px;
    margin-bottom: 30px;
    line-height: 31px;
}
.primequest-oracle__inner span{
    font-size: 3.2rem;
}
.primequest-oracle__inner .products-btn{
    margin-right: 29px;
}
.primequest-os{
    padding: 80px 0 100px 0;
    text-align: center;
}
.primequest-os h2{
    margin-bottom: 48px;
    color: white;
}
.primequest-os .product-list.column-4 .product-list__text{
    text-align: left;
    color: white;
    margin-top: 20px;
}
.primequest-os .products-btn{
    margin-top: 50px;
    background-color: unset;
    border: 1px solid white;
}
.primequest-os .products-btn a{
    color: white;
}
.primequest-os .products-btn::after{
    background-image: url(../img/common/arrow-white.png);
}
.primequest .products-relation-link{
    margin-top: 87px;
}
.primequest-news{
    max-width: 1000px;
    width: 95%;
    margin: auto;
    background: white;
    margin-top: 64px;
}
.primequest-news div{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.8rem;
    padding: 35px 0;
    font-weight: bold;
    text-align: left;
}
.primequest-news a{
    max-width: 341px;
    width: 95%;
    margin-left: 16px;
}
.products-relation-link h4{
    color: white;
}
.primequest .primergy-relate .primergy-relate__item.sub-list{
    display: block;
}
.sub-list__title{
    display: flex;
    align-items: center;
}
.sub-list__item{
    width: 89%;
    margin-left: auto;
    margin-top: 5px;
    display: flex;
    align-items: center;
}
.icon-circle{
    width: 8px;
    height: 8px;
}
.primequest + .products-relation-link{
    margin-bottom: 60px;
}
@media (max-width: 768px) {
    main.primequest{
        margin-top: 10.28%;
    }
    .primequest-products > h2{
        margin-bottom: 7.55%;
    }
    .primequest-products p{
        font-size: 2.86vw;
    }
    .product-list.column-4 li{
        max-width: none;
    }
    .primequest-oracle__block{
        flex-direction: column;
        width: 90%;
        margin-top: 7.16%;
    }
    .primequest-oracle__block img{
        width: 100%;
    }
    .lineup-list{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        gap: 4.55%;
        width: 95%;
    }
    .primequest-lineup{
        margin-top: 11.7%;
        margin-bottom: 12.72%;
    }
    .primequest-lineup .lineup-list strong{
        font-size: 2.6vw;
    }
    .lineup-list-text{
        flex-direction: column;
        width: 55%;
        gap: 20px 0;
        margin-top: 12.23%;
    }
    .primequest .product-cta-link{
        width: 95%;
    }
    .primequest .product-list h6{
        font-size: 3.64vw;
        line-height: 4.55vw;
        font-weight: 500;
    }
    .primequest .product-list p{
        font-size: 2.86vw;
    }
    .primequest-case{
        margin-top: 13.02%;
    }
    .primequest-case .product-list{
        grid-template-columns: auto;
    }
    .primequest-case .product-list.column-3 li{
        max-width: none;
    }
    .primequest-case .product-list h6{
        font-size: 3.64vw;
        line-height: normal;
        margin: 6.38% auto 4.68%;
    }
    .primequest-case .product-list .product-list__text{
        font-size: 3.12vw;
        font-weight: 400;
    }
    .primequest-solution{
        margin-top: 22.52%;
    }
    .primequest-oracle__inner{
        width: 62%;
        margin: 5.33% auto 3.77% auto;
    }
    .primequest-oracle__inner h4{
        font-size: 4.16vw;
    }
    .primequest-oracle__inner p{
        font-size: 2.6vw;
    }
    .primequest-oracle__inner p span{
        font-size: 4.68vw;
    }
    .primequest-oracle__inner .products-btn.btn--small::after {
        content: unset;
    }
    .primequest-oracle .products-btn{
        width: 70%;
        margin: auto;
    }
    .primequest-os .product-list__text{
        font-size: 3.12vw;
    }
    .primequest-news{
        margin-top: 6.38%;
    }
    .primequest-news div{
        width: 80%;
        margin: auto;
    }
    .primequest-news a{
        flex: 1;
        max-width: unset;
        font-size: 3.64vw;
    }
    .primequest-lineup .hover-item span.text{
        font-size: 2.86vw;
    }
    .lineup-list li:hover a p button img{
        margin-left: 2rem;
        height: 3.5vw;
    }
    .lineup-list-text li a{
        font-size: 3.64vw;
    }
    .lineup-list-text li::before{
        width: 3.3%;
        height: 2.95vw;
        top: 55%;
        transform: translateY(-50%);
    }
    .product-relation-info .product-list .sub-list__title > p{
        font-size: 3.64vw;
    }
    .product-relation-info .product-list .sub-list__item > p{
        font-size: 3.12vw;
        font-weight: 500;
    }
    .sub-list__item{
        margin-top: 2.6%;
    }
    section.primequest-lineup{
        padding-top: 6.51%;
    }
    .primequest-solution h2{
        margin-bottom: 6.11%;
    }
}
@media(max-width: 500px){
    .lineup-list li a p{
        padding: 2%
    }
}


/*PRIMEFLEX*/
.primeflex-head{
    text-align: center;
    margin-top: -50px;
}
.primeflex-head h2{
    margin-bottom: 30px;
}
.primeflex .lineup-bg{
    margin-top: 100px;
    margin-bottom: 0;
    padding-top: 80px;
    padding-bottom: 100px;
}
.lineup-list-col3 .first-bg{
    background-color: black;
    color: white;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
}
.lineup-list-col3 p{
    background-color: rgba(12, 112, 160, 1);
    padding: 14px;
    text-align: left;
    color:white;
}
.lineup-list-col3 li:hover p{
    background-color: rgba(12, 112, 160, 0.8);
}
.lineup-list-col3 .first-bg::after{
    content: '';
    background-color: rgba(12, 112, 160, 1);
    opacity: 0.8;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}
.lineup-list-col3 .first-bg h4{
    padding-left: 30px;
    z-index: 15;
    margin: auto;
}
.lineup-list-col3 li{
    position: relative;
}

.pcserver-lineup {
    display: flex;
    flex-wrap: wrap;
    background: white;
    padding-bottom: 10px;
}

.pcserver-lineup .hover-item {
    box-shadow: inset 0 0 5px 5px rgba(255, 255, 255, 1);
    width: 25%;
    text-align: center;
    background-color: white;
}
.pcserver-lineup .hover-item p{
    font-size: 1.4rem;
    background:rgba(112, 111, 103, 1);
    padding: 3%;
    color: white;
    border: 5px solid white;
    border-top: 0;
    border-bottom: 0;
    height: 25%;
}
.pcserver-lineup .hover-item p span.title{
    font-size: 1.4rem;
    display: block;
    transition: padding 0.5s ease;
}
.pcserver-lineup .hover-item:hover p{
    background:rgba(112, 111, 103, 0.8);
    height: 97%;
}
.pcserver-lineup .hover-item:hover p span.title{
    padding:28% 0;
}
.pcserver-lineup .hover-item img{
    border:5px solid white;
}

.lyt-panel-a a {
    display: block;
    text-decoration: none;
}
.lineup-past{
    max-width: 800px;
    width: 95%;
    margin: auto;
}
.lineup-bg h4{
    margin: 60px auto 20px auto;
    color: white;
    width: 100%;
    text-align: left;
}
.lineup-past__list{
    color: white;
    text-align: left;
}
.lineup-past__list a{
    color: white;
}
.lineup-past__list .lineup-past__name{
    position: relative;
    padding-left: 35px;
}
.lineup-past__list .lineup-past__name::before{
    content: '';
    background-image: url(../img/common/plus.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 5px;
}
.lineup-past__list .lineup-past__item.active .lineup-past__name::before{
    content: '';
    background-image: url(../img/common/minus.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 12px;
}
.lineup-past__list li{
    padding: 20px 0;
    border-bottom: 1px solid white;
}
.lineup-past__list a{
    display: none;
    padding: 20px 8% 20px 0;
    padding-left: 8%;
    position: relative;
}
.lineup-past__link{
    position: relative;
}
.lineup-past__link::before{
    position: absolute;
    background-image: url(../img/common/arrow-white.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: block;
}
.lineup-past__item.active a{
    display: block;
}
.primeflex-case{
    margin-top: 0;
    margin-bottom: 0;
    padding: 80px 0 100px 0;
    text-align: center;
}
.primeflex-case__list p{
    font-size: 1.8rem;
    font-weight: 600;
}
.primeflex-case__list{
    width: 45%;
    margin-left: auto;
    list-style: disc;
}
.primeflex-case__list li{
    text-align: left;
}
.primeflex-case__list li:last-child{
    margin-top: 40px;
}
.primeflex-case__list .products-btn:first-child{
    margin-top: 20px;
    margin-right: auto;
    margin-left: 0;
}
.primeflex-case__list .products-btn{
    margin-left: 0;
    margin-top: 21px;
}
.primeflex .products-relation-link{
    margin-top: 0;
    margin-bottom: 0;
}
.primeflex .products-relate__link li{
    padding: 0;
}
.primeflex .products-relate__link li::after{
    content: unset;
}
.primeflex .product-list{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background: white;
    padding: 50px 0;
    gap: 25px 0;
}
.product-relate__item{
    align-items: center;
    justify-content: space-between;
    padding-left: 10%;
    padding-right: 7%;
    text-align: left;
}
.product-relate__item p{
    font-size: 1.8rem;
    font-weight: 700;
}
.relate__arrow{
    width: 10px;
    height: auto;
    margin: 0.5rem;
    float: right;
}
.primeflex .product-relation-info{
    margin-top: 0;
    margin-bottom: 59px;
}
.product-relation-info .product-list{
    padding: 50px 10px;
    gap: 15px 20px;
}
.product-relation-info .product-list p{
    display: inline-block;
    text-align: left;
}
.lineup-past__item.active a{
    position: relative;
}
.lineup-past__item.active a::before{
    content: '';
    background-image: url(../img/common/arrow-white.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 15px;
    height: 12px;
    position: absolute;
    left: 4%;
    top: 55%;
    transform: translateY(-50%);
}
.product-relation-info.primeflex-cta .product-list .product-relate__item{
    display: flex;
    padding: 0 5%;
}
.product-relation-info.primeflex-cta .product-list .product-relate__item p{
    flex: 1;
    margin-left: 15px;
}
/* .lineup-past__item.active a:not(:last-child) {
    padding-bottom: 0;
} */

@media (max-width: 768px) {
    main.primeflex{
        margin-bottom: 0;
    }
    .pcserver-lineup .hover-item{
        width: 50%;
    }
    .product-relation-info .product-list{
        grid-template-columns: auto;
        padding: 0;
        padding: 5.03vw 0 8.89vw;
    }
    .primeflex-head h2{
        margin-bottom: 6.38%;
    }
    .primeflex-head > p{
        font-size: 2.86vw;
    }
    .primeflex-case__list {
        width: 80%;
        margin: auto;
        margin-top: 10.41%;
        margin-bottom: 5.98%;
    }
    .primeflex-case__list .products-btn{
        width: 100%;
    }
    .primeflex-relate .products-relate__link{
        grid-template-columns: repeat(2, 1fr);
        gap: unset;
    }
    .lineup-past{
        width: 87%;
    }
    .pcserver-lineup .hover-item p{
        padding: 3%;
    }
    .pcserver-lineup .hover-item p span.title{
        font-size: 3.54vw;
    }
    .lineup-list li:hover a p button{
        padding: 0;
        font-size: 2.6vw;
    }
    .primeflex .lineup-bg{
        margin-top: 7.81%;
        padding-top: 3.12%;
        padding-bottom: 6.77%;
    }
    .primeflex .lineup-bg.bg-darkgray--full h2{
        margin-bottom: 7.94%;
    }
    .lineup-list-col3 .first-bg h4{
        font-size: 3.12vw;
    }
    .lineup-list-col3 p{
        padding: 1.43vw 0 2.08vw 1.82vw;
        font-size: 3.12vw;
    }
    .lineup-bg h4{
        font-size: 3.64vw;
        font-weight: 500;
        margin: 10.67% auto 4.55% auto;
    }
    .lineup-past__list .lineup-past__name{
        font-size: 3.12vw;
    }
    .lineup-past__list .lineup-past__name::before{
        top: 1.04vw;
        width: 2.6vw;
        height: 2.6vw;
    }
    .lineup-past__item.active a{
        font-size: 2.86vw;
        padding: 1.23vw 8% 1.23vw 8%;
    }
    .lineup-past__item.active a::before{
        width: 2vw;
        height: 1.5vw;
    }
    .lineup-past__list .lineup-past__item.active .lineup-past__name::before{
        width: 3vw;
        height: 2.5vw;
        top: 50%;
    }
    .primeflex-case{
        padding-top: 6.9%;
        padding-bottom: 25.9%;
    }
    .primeflex-case__list li:last-child{
        margin-top: 0;
    }
    .primeflex-case__list p{
        font-size: 3.12vw;
        font-weight: 500;
    }
    .primeflex-case__list .products-btn{
        margin-top: 3.12vw;
    }
    .primeflex-case__list .products-btn a{
        font-size: 3.12vw;
    }
    .primeflex-relate{
        padding-top: 6.77vw;
        padding-bottom: 5.07vw;
    }
    .product-relation-info.primeflex-cta .product-list li{
        padding: 1.05vw 0;
    }
    .product-relation-info.primeflex-cta .product-list p{
        font-size: 3.64vw;
        flex: 1;
        margin-left: 1.95vw;
    }
    .product-relation-info.primeflex-cta .product-list .product-relate__item{
        display: flex;
    }
    .product-relation-info.primeflex-cta .product-list .primergy-relate__img{
        width: 4.5vw;
    }
    .product-relation-info.primeflex-cta{
        padding-bottom: 10.28vw;
    }
}

/*CLOUD*/
.cloud-head{
    margin-top: 62px;
}
.cloud-head .product-list{
    align-items: flex-start;
    margin-top: 50px;
}
.cloud-head h2{
    text-align: center;
}
.cloud-head .product-list h6{
    font-size: 1.8rem;
    margin: 20px 0;
}
.endsalse-products{
    background-color: #969696;
    margin: 0 calc(50% - 50vw);
    margin-top: 120px;
    margin-bottom: 115px;
    padding: 60px 0 70px;
    text-align: center;
}
.endsalse-products h2{
    color: white;
}
.endsalse-products ul{
    max-width: 1000px;
    width: 100%;
    margin: 40px auto 0 auto;
    display: flex;
    justify-content: center;
}
.endsalse-products ul li{
    max-width: 180px;
}
.endsalse-products ul li:first-child{
    margin-right: 30px;
}
.product-consultation h2{
    text-align: center;
}
.cloud .product-consultation{
    margin-bottom: 65px;
}
@media (max-width: 768px) {
    .product-list h6{
        text-align: left;
    }
}
/*STORAGE*/
.product-slider{
    width: calc(100vw - 10px);
    /* margin-left: calc((100vw - 1000px) / -2); */
    margin: 0 calc(50% - 50vw); /* 20250829 add */
}
.product-slider .slick-prev,
.product-slider .slick-next{
    width: 60px;
    height: 60px;
    background-color: white;
    border-radius: 50%;
    background-size: 20%, contain;
    background-position: center;
    border: 1px solid #0e212f;
}
.product-slider .slick-slide{
    margin-right: 20px;
    margin-left: 20px;
    opacity: .5;
}
.product-slider .slick-slide.slick-active{
    opacity: 1;
}
.tbn--exlarge{
    width: 518px;
}
.storage{
    margin-top: 0;
}
.storage .storage-head{
    margin-top: 60px;
    margin-bottom: 50px;
}
.storage-head .products-btn{
    margin-top: 50px;
}
.storage-head .products-btn p:last-child{
    font-size: 1.8rem;
    font-weight: 600;
}
/* .storage-products{
    margin-top: 152px;
    margin-bottom: 80px;
}
.storage-products h2{
    text-align: center;
}
.storage-products__block{
    max-width: 1000px;
    margin: 60px auto 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 60px 20px;
    color: #000000;
}
.storage-products__item{
    max-width: 320px;
}
.storage-products__item h4{
    text-align: center;
    font-weight: 600;
    margin-bottom: 20px;
}
.storage-products__item h4::after{
    content: '';
    background-color: #107baa;
    display: block;
    width: 100%;
    height: 1px;
    margin-top: 20px;
} */
.storage .lineup-bg{
    margin-top: 0;
    margin-bottom: 0;
    padding: 80px 0 100px;
}
.storage .storage-products h2{
    color: #182e40;
    text-align: center;
    margin-bottom: 60px;
}
.cloud .news-tab{
    margin-top: 50px;
}
.storage-lineup{
    max-width: 1000px;
    width: 95%;
    margin: auto;
    color: white;
}
.lineup-head{
    display: flex;
    gap: 0 5px;
    border-bottom: 1px solid white;
}
.lineup-head .lineup-head__list{
    flex: 1;
}
.lineup-head__name{
    padding: 15px 0;
    font-size: 1.2rem;
    border: 1px solid white;
    border-bottom: none;
    text-align: center;
}
.storage-lineup__inner{
    display: none;
}
.storage-lineup__inner.active{
    display: block;
}
.lineup-head__list.active{
    background-color: #0e212f;
    position: relative;
}
.storage-lineup__title{
    display: flex;
}
.lineup-head__list.active::after{
    content: '';
    background-color: #0e212f;
    width: 99%;
    height: 1px;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.storage-list-wrap{
    width: 100%;
    padding: 0 1%;
    background: #0e212f;
    border: 1px solid white;
    border-top: none;
}
.storage-lineup__detail{
    display: flex;
    align-items: center;
    border: 1px solid white;
    border-top: none;
    border-bottom: none;
    background-color: #0e212f;
    padding: 40px 30px;
}
.storage-lineup__detail h4{
    width: 45%;
    margin: auto;
}
.storage-lineup__detail p {
    width: 100%;
}
.storage-lineup__list{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    gap: 20px;
    margin-top: 70px;
    /*margin-bottom: 575px;*/
}
.storage-lineup__cat-list{
    font-size: 1rem;
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    letter-spacing: 0;
}
.storage-lineup__cat-list p{
    padding: 5px 8px;
    width: fit-content;
}
.storage-lineup__cat-list p:first-child{
    background-color: #132533;
    color: white;
}
.storage-lineup__cat-list p:not(:first-child){
    border: 1px solid #132533;
}
.storage-lineup__content{
    font-size: 1.4rem;
    margin-top: 15px;
    margin-bottom: 30px;
}
.storage-lineup__list li{
    background-color: white;
    color: #182e40;
    padding-bottom: 30px;
    position: relative;
}
.storage-lineup__item{
    padding: 0 20px;
    text-align: left;
    margin-bottom: 90px;
}
.storage-lineup__item h5{
    margin: 15px 0;
    letter-spacing: 0;
}
.storage-lineup__list .products-btn{
    position: absolute;
    right: 20px;
    bottom: 20px;
}
.storage-list-wrap .storage-lineup__list{
    display: none;
}
.storage-list-wrap .storage-lineup__list.active{
    display: grid;
}
.storage-lineup-more{
    max-width: 1000px;
    margin: auto;
    display: flex;
    justify-content: space-evenly;
    margin-top: 25px
}
.storage-lineup-more .products-btn{
    width: 418px;
}
.storage-movie{
    padding: 80px 0;
    background: #f6f6f6;
    text-align: center;
}
.storage-movie iframe{
    margin: 30px 0 40px 0;
}
.storage-case{
    max-width: 1000px;
    width: 95%;
    margin: 100px auto 100px auto;
}
.storage-case h2{
    text-align: center;
}
.storage-case .product-list p{
    font-size: 1.4rem;
}
.storage-case .product-list .storage-case__text{
    font-size: 1.6rem;
    margin: 20px 0;
}
.storage-case .product-list{
    margin: 50px 0;
}
.storage .product-consultation{
    max-width: 1000px;
    width: 95%;
    margin: 80px auto 66px auto;
}
.storage .product-consultation h2{
}
.opinion-cta{
    background-color: #ececec;
    margin: 60px calc(50% - 50vw) 80px;
    padding: 60px 0;
}
.opinion-cta__link{
    max-width: 1000px;
    margin: 40px auto 0 auto;
    width: 95%;
    text-align: center;
}
.opinion-cta__link a{
    text-decoration: underline;
    text-underline-offset: 8px;
}
.opinion-cta__link a:not(:last-child){
    padding-right: 10px;
}
.storage-relate{
    background-color: #666666;
    margin: 0 calc(50% - 50vw);
    padding: 80px 0 115px 0;
}
.storage-relate h2{
    color: white;
    text-align: center;
    margin-bottom: 60px;
}
.storage-relate .products-btn{
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}
.storage-relate .product-list p{
    font-size: 1.4rem;
    margin-bottom: 105px;
}
.storage-relate .products-btn a{
    font-size: 1.2rem;
    padding: 10px 0;
}
.storage-relate .product-list{
    gap: 13px;
}
.storage-relate li{
    padding: 20px;
    background-color: white;
    max-width: 191px;
    /* height: 213px; */
    position: relative;
    border-radius: 8px;
}
.storage-relate .product-list li h6{
    text-align: center;
    margin: 0 0 9px 0;
    position: relative;
    font-weight: bold;
}
.storage-relate .product-list li h6::after{
    content: '';
    display: block;
    background-color: #044687;/* 20241004 #043666→#044687 */
    height: 1px;
    width: 100%;
    margin: 4px auto 0 auto;
    position: absolute;
}
.storage .products-news{
    margin-bottom: 100px;
}
.storage .product-cta__block p{
    max-width: 430px;
    text-align: left;
}
@media (max-width: 768px) {
    .product-slider .slick-slide{
        margin-left: 5px;
        margin-right: 5px;
    }
    .lineup-head.pc-only{
        display: none;
    }
    .storage-lineup__title{
        display: block;
    }
    .storage-lineup__detail h4,
    .storage-lineup__detail p{
        width: 100%;
        position: relative;
    }
    .storage-lineup__detail h4{
        padding: 25px 0;
    }
    .storage-lineup__detail h4::after{
        content: '';
        background-image: url(../img/common/arrow-white.png);
        background-size: contain;
        background-repeat: no-repeat;
        width: 15px;
        height: 15px;
        display: block;
        position: absolute;
        top: 35px;
        transform: rotate(90deg);
        right: 0;
    }
    .storage-lineup__inner.active h4::after{
        top: 30px;
        transform: rotate(-90deg);
    }
    .storage-lineup__inner.active{
        display: block;
        background-color: #0E212C;
        padding-bottom: 40px;
    }
    .storage-lineup__detail p{
        display: none;
    }
    .storage-lineup__title p{
        margin-top: 15px;
    }
    .storage-lineup__detail p.active{
        display: block;
    }
    .storage-lineup__detail{
        display: block;
        border-top: 1px white solid;
        background-color: #375165;
        padding: 0;
    }
    .storage-lineup__inner{
        display: block;
        padding: 0 20px;
        border: 1px solid white;
        border-left: none;
        border-right: none;
        border-top: none;
    }
    .storage-lineup__inner:last-child{
        border-bottom: none;
    }
    .storage-lineup__list{
        display: none;
        margin-top: 30px;
        margin-bottom: 0px;
    }
    .storage-lineup__list.active{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .storage-lineup__item{
        padding: 0 10px;
    }
    .storage-lineup__cat-list p{
        width: fit-content;
    }
    .storage-lineup__list .products-btn.btn--small{
        width: 80%;
    }
    iframe{
        width: 90%;
        margin: auto;
    }
    .storage-lineup-more{
        flex-direction: column;
        gap: 20px 0px;
    }
    .storage-relate .product-list.column-5 {
        grid-template-columns: repeat(2, 1fr);
    }
    .storage-relate li{
        max-width: unset;
    }
}

/*NETWORK*/
.network-head{
    margin-bottom: 65px;
}
.network-head .product-list{
    margin-top: 64px;
    margin-bottom: 50px;
}
.network-head .slick-slide img{
    /* height: 17rem; */
    overflow: hidden;
    object-fit: cover;
}
.network-lineup__head a{
    color: white;
}
.network-lineup h2{
    text-align: center;
}
.network-lineup{
    text-align: center;
}
.network > h2{
    text-align: center;
    margin-top: 100px;
    margin-bottom: 40px;
}
.network .product-list h6{
    font-size: 1.8rem;
}
.network .product-list p{
    font-size: 1.6rem;
}
.network-lineup li{
    flex: 1;
}
.network .bg-darkgray--full{
    padding: 52px 0;
}
.network-lineup__head{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /*grid-template-rows: repeat(2, 1fr);*/
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: white;
    font-weight: 500;
    max-width: 685px;
    width: 95%;
    margin: auto;
    margin-bottom: 90px;
}
.network-lineup__head div:nth-child(3n){
    position: relative;
}
.network-lineup__head div:nth-child(3n)::after{
    content: '';
    position: absolute;
    right: 0;
    width: 1px;
    height: 50px;
    background-color: white;
    display: block;
    bottom: 19px;
}
.network-lineup__head p{
    padding: 30px 0;
    position: relative;
}
.network-lineup__head p::before{
    content: '';
    display: block;
    height: 50px;
    width: 1px;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.network-lineup__head p:nth-child(3n)::after{
    content: '';
    display: block;
    height: 45px;
    width: 1px;
    background-color: white;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.network-lineup__head div:nth-child(-n + 3) p::after{
    content: '';
    display: block;
    height: 1px;
    width: 90%;
    background-color: white;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}
.network .network-lineup{
    max-width: 1000px;
    width: 95%;
    margin: auto;
}
.network .lineup-bg{
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 120px;
}
.newtwork-lineup{
    max-width: 1000px;
    margin: auto;
    width: 95%;
}
.newtwork-lineup h4{
    margin-bottom: 37px;
    text-align: left;
    color: white;
    font-weight: 500;
}
.products-lineup__list{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: max-content;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    gap: 20px;
    margin-bottom: 80px;
}
.network .products-lineup__list li{
    background-color: white;
    /*height: 460px;*/
    position: relative;
}
.network .products-lineup__list li .products-btn{
    border-width: 0 !important;
    background-color: transparent!important;
    position: absolute;
    bottom: 5px;
    right: 0;
}
.network-lineup__arrow{
    width: 10px;
    height: 15px;
    transform: rotate(90deg);
    vertical-align: middle;
    margin-left: 10px;
}
.products-lineup__inner{
    padding: 20px;
    text-align: left;
    letter-spacing: 0;
}
.products-lineup__inner h5{
    text-align: left;
    line-height: 24px;
}
.products-lineup__inner h5 span{
    font-size: 1.6rem;
}
.products-lineup__inner.inner-wide{
    /*width: 106%;*/
    padding: 20px 15px;
    padding-bottom:90px;
}
.products-lineup__inner p{
    line-height: 2;
    font-size: 1.4rem;
    margin-top: 20px;
    margin-bottom: 40px;
}
.cta-bg--gray{
    background-color: #ececec;
    margin: 0 calc(50% - 50vw);
}
.network .network-cta__contact{
    padding: 60px 0;
    margin-top: 53px;
    margin-bottom: 80px;
    text-align: center;

}
.network-cta__contact h2{
    text-align: center;
    margin-bottom: 25px;
}
.network-cta__contact .products-btn.btn--medium{
    width: 400px;
}
.network-cta__contact .products-btn a{
    padding: 20px 0;
    background-color: #182e40;
    color: #fff;
}
.network-cta__contact .products-btn::after {
    background-image: url(../img/common/arrow-white-right.png);
}
.network .breadcrumb-list{
    margin: 34px 0;
}
.head-text{
    text-align: center;
    margin: 80px 0;
}
.product-list__img{
    max-width: 170px;
}
.lineup-bg .product-list{
    color: #182e40;
}
@media (max-width: 1080px) {
    .product-slider{
        margin-left: 0;
        margin-bottom: 35px;
        width: unset;
    }
}
@media (max-width: 768px) {
    .network{
        margin-top: 40px;
    }
    .network .bg-darkgray--full{
        padding: 60px 0;
    }
    .network .bg-darkgray--full h2{
        margin-bottom: 60px;
    }
    .network-lineup__head{
        grid-template-columns: repeat(3, 1fr);
        gap: 9px 7px;
        margin-bottom: 63px;
        max-width: initial;
    }
    .network-lineup__head p::before,
    .network-lineup__head p::after,
    .network-lineup__head div:nth-child(-n + 3) p::after,
    .network-lineup__head div:nth-child(3n)::after{
        content: none;
    }
    .network-lineup__head p{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 5px 0;
        padding: 10px 0;
    }
    .network-lineup__head div:nth-child(3n){
        position: unset;
    }
    .network-lineup__head div{
        border: 1px solid white;
    }
    /* .newtwork-lineup h4{
        margin-bottom: 17px;
        font-size: 1.4rem;
    } */
    .products-lineup__list{
        grid-template-columns: repeat(2, 1fr);
        gap: 17px 13px;
        margin-bottom: 0;
    }
    .products-lineup__list:not(:last-child){
        margin-bottom: 50px;
    }
    .products-lineup__inner{
        padding: 15px 10px;
    }
    /* .products-lineup__inner h5{
        font-size: 1.2rem;
        line-height: normal;
    } */
    /* .products-lineup__inner p{
        font-size: 1.2rem;
        margin-top: 10px;
    } */
    .network .network-lineup{
        width: 100%;
    }
    .network .products-lineup__list li{
       /* height: 320px;*/
    }
    /* .products-lineup__inner h5 span{
        font-size: 0.9rem;
    } */
    .network .products-lineup__list .sp-list{
        /*height: 360px;*/
    }
    .network .network-cta__contact{
        margin-top: 0;
        margin-bottom: 0;
    }
    .network-lineup__arrow{
        margin-left: 0;
        width: 8px;
        height: 13px;
    }
}

/*isvihv*/
.isvihv{
    max-width: 1100px;
}
.isvihv .head-text{
    margin: 72px 0 65px 0;
}
.isvihv .products-news{
    max-width: 1000px;
    width: 95%;
    margin: auto;
}
.isvihv .product-list li{
    background-color: white;
    padding: 30px 20px 40px;
    position: relative;
    height: 467px;
    text-align: center;
}
.isvihv .product-list li h5{
    margin: 20px 0;
}
.isvihv .product-list li .products-btn{
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
}
.isvihv-category{
    margin: 82px calc(50% - 50vw) 103px;
    padding-top: 80px;
    padding-bottom: 100px;
}
.isvihv-category h2{
    margin-bottom: 60px;
}
.isvihv-category .product-list p{
    font-size: 1.6rem;
}
.isvihv-cta{
    padding: 60px 0;
    max-width: 1000px;
    width: 95%;
    margin: auto;
}
.isvihv-cta__block{
    margin: 50px 0;
}
.isvihv-cta__block p{
    margin-top: 10px;
}
.isvihv-cta__block h5:last-of-type{
    margin-top: 20px;
    font-size: 2.5rem;
    font-weight: 500;
}
.isvihv .notes{
    margin-top: 71px;
    margin-bottom: 100px;
}
.isvihv .notes .product-cta-link{
    margin-top: 30px;
    margin-bottom: 52px;
}
.isvihv .notes .product-cta-link a{
    color: #182e40;
}
.isvihv .contact-btn a{
    padding: 3rem 0;
    font-size: 2rem;
}
.notes{
    max-width: 1000px;
    width: 95%;
    margin: auto;
}
.notes h2{
    text-align: center;
    background-color: #444444;
    color: white;
    padding: 20px 0;
}
.notes ul{
    border: 1px solid #888888;
}
.notes ul li{
    max-width: 800px;
    width: 95%;
    position: relative;
    margin: 30px auto;
}
.notes ul li::before{
    content: '';
    background-image: url(../img/common/icon-note.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 19px;
    height: 17px;
    left: -25px;
    top: 5px;
}
.software .notes ul li::before{
    background-image: url(../img/common/icon-note-black.png);
}
.cta-block,
.relate-block{
    max-width: 1000px;
    width: 95%;
    margin: auto;
    text-align: center;
}
.relate-block h2{
    padding-top: 60px;
    margin-bottom: 31px;
}
.cta-block__icon {
    width: 36px;
    height: auto;
    object-fit: contain;
}
.cta-block ul{
    /* display: flex;
    justify-content: space-between;
    align-items: center; */
    padding-bottom: 80px;
}
.cta-block ul li{
    position: relative;
    display: flex;
    background-color: white;
    padding: 30px;
    border: 1px solid #182e40;
    text-align: left;
    max-width: 318px;
    width: 95%;
}
.cta-block__inner{
    margin-left: 10px;
}
.cta-block__inner::after{
    content: '';
    background-image: url(../img/common/black-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 10px;
    height: 15px;
    display: block;
    position: absolute;
    right: 7%;
    bottom: 45%;
}
.cta-block__inner h5{
    line-height: 24px;
}
.cta-block__inner p{
    font-size: 1.4rem;
}
@media (max-width: 1010px) {
    .cta-block ul li{
        max-width: unset;
        width: 90%;
        margin: auto;
    }
    .isvihv .cta-block__inner::after{
        content: none;
    }
}
@media (max-width: 768px) {
    .isvihv{
        margin: 8vw auto;
    }
    .isvihv .head-text{
        margin: 9vw 12vw;
        font-size: 2.6vw;
    }
    .isvihv-category{
        padding-top: 8vw;
        margin-bottom: 0;
    }
    .isvihv-category .product-list.column-3{
        grid-template-columns: auto;
    }
    .isvihv-category .product-list.column-3 li{
        max-width: unset;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .isvihv-category .product-list.column-3 li .product-list__img{
        width: 160px;
        height: 160px;
        object-fit: contain;
    }
    .isvihv .product-list li{
        height: auto;
        padding-top: 2vw;
        padding-bottom: 2vw;
    }
    .isvihv .product-list li div:not(.products-btn){
        width: 61%;
        text-align: left;
        margin-left: 5%;
        margin-bottom: 70px;
    }
    .isvihv .product-list li .products-btn{
        width: 198px;
        position: absolute;
        bottom: 10%;
        left: unset;
        right: 5%;
        transform: unset;
        margin: unset;
    }
    .isvihv .products-btn a{
        font-size: 2vw;
        padding: 1.5vw;
    }
    .isvihv-cta__block{
        margin:14vw 4vw 5vw;
    }
    .isvihv-cta__block p{
        font-size: 2.8vw;
    }
    .isvihv .contact-btn{
        width: 90vw;
    }
    .isvihv .contact-btn a{
        line-height: 13vw;
        font-size: 4vw;
        text-align: left;
        padding-left: 8vw;
    }
    .relate-block h2{
        padding-top: 0;
        margin-bottom: 7vw;
    }
    .isvihv .cta-block ul li{
        height: 23vw;
        width: 100%;
    }
    .isvihv .cta-block__inner h5{
        font-size: 3.5vw;
        font-weight: 400;
    }
    .isvihv .cta-block__inner{
        width: 100%;
    }
}

/*SOFTWARE*/
.software .software-list{
    margin-top: 96px;
}
.software .software-db{
    margin-top: 70px;
}
.software .software-list h2,
.software .software-db h2{
}
.software .notes{
    margin-bottom: 80px;
}
.software .cta-block ul{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    place-items: center;
    gap: 20px 0;
}
.software-catlist{
    margin-top: 69px;
    margin-bottom: 126px;
}
.software-catlist .software-list__title:not(:first-child){
    margin-top: 89px;
}
.software-catlist li{
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid #666666;
}
.software-catlist li::after{
    content: '';
    background-image: url(../img/common/black-arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 15px;
    height: 15px;
    right: 4%;
}
.software-catlist li a{
    display: flex;
    align-items: center;
    width: 100%;
    padding: 20px 30px;
    line-height: 24px;
    height: 8.4rem;
}
.software-catlist li a p{
    flex: 1;
    margin-top: none;
    font-size: 2rem;
}
.software-catlist__icon{
    width: 30px;
    height: auto;
    margin-right: 11px;
    padding: 25px 0;
}
.software .cta-block .cta-block__inner{
    margin-left: 0;
}
.software .cta-block ul li {
    height: 75px;
    justify-content: center;
    align-items: center;
}
.software .cta-block .cta-block__inner::after{
    bottom: 40%;
}
.software .software-relate .product-list{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 13px;
}
.software .bg-darkgray--full.software-relate .product-list li{
    background: white;
    padding: 15px;
    border-radius: 8px;
    height: 267px;
    position: relative;
}
.software .product-list.product-list.column-4 h5{
    font-size: 1.8rem;
    text-align: center;
}
.software .product-list.product-list.column-4 h5::after{
    content: '';
    background-color: #182e40;
    height: 1px;
    width: 90%;
    display: block;
    margin: auto;
    margin-top: 9px;
}
.software .product-list li .products-btn{
    position: absolute;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
}
.product-list__banner{
    width: 169px;
    height: auto;
    object-fit: cover;
}
.software-check{
    margin: 80px auto 40px auto;
}
.software-check h2{
    text-align: center;
}
.software-check .product-list{
    margin: 47px auto 60px auto;
    text-align: center;
}
.software-check .product-list p{
    font-size: 1.6rem;
    text-align: left;
}
.software-list__title,
.security-list__title{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 31px;
}
.software-list__title h2,
.security-list__title h2{
    margin-bottom: 0;
}
.software-list__title img,
.security-list__title img{
    width: auto;
    height: 36px;
    margin-right: 20px;
    object-fit: contain;
}

/*SECURITY*/
.security{
    margin-top: 48px;
    margin-bottom: 100px;
}
.security .product-list img{
    width: 320px;
    height: 240px;
    object-fit: contain;
}
.security .product-list p{
    font-size: 1.6rem;
}
.security .product-list h5{
    margin-bottom: 16px;
}
.security .product-list{
    gap: 50px 20px;
}
.security-list{
    padding-top: 70px;
    padding-bottom: 100px;
}
.security-list .column-3 li {
    background: white;
    position: relative;
    height: 155px;
}
.security-list .column-3 li a{
    padding: 29px 12px;
    display: block;
    height: 155px;
}
.security-list .column-3 li::after{
    content: '';
    background-image: url(../img/common/black-arrow.png);
    width: 20px;
    height: 20px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}
@media (max-width: 768px) {
    .software-list__title{
        margin-bottom: 7vw;
    }
    .security-list__title{
        margin-bottom: 16vw;
    }
    .software-list__title img,
    .security-list__title img{
        width: auto;
        height: 4.5vw;
    }
    .security-list{
        padding-top: 70px;
        padding-bottom: 100px;
    }

}

/* 2025.7.11 add cta-btn */
.f-size01 {
	font-size: 1.4em;
    font-weight: 600;
    text-align: center;
}
.products-common__cta {
	background: #efefef;
    display: flex;
    justify-content: center;
	margin: 20px auto;
    max-width: 1000px;
	padding: 48px 0;
    position: relative;
    width: 100%;
}
.products-common__cta-btn {
    background-color: #044687;
    margin: 10px auto;
    text-align: center;
    padding: 20px;
	width: 360px;
}
.products-common__cta-btn a {
    color: #ffffff!important;
    font-size: 1.6rem;
    display: block;
    position: relative;
	text-decoration: none!important;
}
.products-common__cta-btn a::before {				
    background-image: url(/ja-jp/img/common/icon-mail.png);
    background-repeat: no-repeat;
    background-size: contain;
	content: '';
	display: block;
    height: 20px;
    left: 46px;
    position: absolute;
    top: 5px;
	width: 20px;
}
.products-common__cta-btn a::after {				    
    background-image: url(/ja-jp/img/common/arrow-white.png);
    background-repeat: no-repeat;
    background-size: contain;
	content: '';
    display: block;
    height: 17px;
	right: 20px;
    top: 4px;
    position: absolute;
	width: 12px;
}
/* FIX */
/* 20250806 add */
.products-cta__width {
    max-width: 1200px;
    margin: 30px auto;
}

/* 20251105 add service-desk component */
.info-service-desk-contact {
    background-color: #eee;
    margin: 0 calc(50% - 50vw);
	padding: 20px;
}
.info-service-desk-contact__container {
    max-width: 1200px;
    margin: 0 auto;
}
.info-service-desk-contact__container h2 {
	margin: 20px 0;
	text-align: center;
}
.info-service-desk-contact__box {
	background-color: #ffffff;
	display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
	margin: 20px 0;
	padding: 20px;
}
.info-service-desk-contact__box h3 {
	margin-bottom: 20px;
	text-align: left;
}
@media (min-width: 768px) {
	.info-service-desk-contact__inner {
		display: grid;
		grid-template-columns: repeat( 2, 1fr);
		grid-gap: 0 40px;
	}
}
			
			
			
			
			
			.info-service-desk-contact__cta-btn__area {
	text-align: center;
	margin: 40px 0 10px;
}
.info-service-desk-contact__cta-btn {
	background: #044687;
	border: 1px solid #044687;
	box-shadow: 5px 4px 10px -4px #666;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1;
	min-width: 250px;
	outline: none;
	overflow: hidden;
	position: relative;    
	padding: 20px 30px;
	text-decoration: none;
	text-align: center;    
	transform: skewX(-15deg);
}
.info-service-desk-contact__cta-btn::before {
	background: #fff;
	content: '';
	height: 100%;
	left: -130%;
	position: absolute;
	top: 0;
	transition: left 0 ease-in-out;   
	width: 120%;
}
.info-service-desk-contact__cta-btn:hover::before {
	left: -10%;
	transition: left 0.3s ease-in-out;
}
.info-service-desk-contact__cta-btn p {	
	color: #fff;
	display: inline-block;	
	position: relative;
	transform: skewX(15deg);
	z-index: 3;
}
.info-service-desk-contact__cta-btn p::before {    
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	content: "";
	display: inline-block;
	height: 6px;
	margin: -8px 8px -4px -4px;    
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	vertical-align: middle;
	width: 6px;
}
.info-service-desk-contact__cta-btn:hover {
	box-shadow: none;
}
.info-service-desk-contact__cta-btn:hover p {
	color: #044687;
}
.info-service-desk-contact__cta-btn:hover p::before {
	border-top: 2px solid #044687;
	border-right: 2px solid #044687;
}

@media screen and (max-width: 768px) {
	.info-service-desk-contact__cta-btn__area {
		margin: 40px 0 10px;
	}	
}