/*  Technology
--------------------------------------------------------- */
/*- common -*/
.technology #gNav_Wrap--pc .gNav > li > a.gNav_technology{
    color: #000;
}
/* .technology .hMenu_Toggle--pc.gNav_technology:after {
    --size: 12px;
    content: "";
    display: block;
    position: absolute;
    top: 38px;
    left: calc(50% - (var(--size) / 2));
    z-index: 9999;
    background: #f1f1f1;
    height: calc(tan(60deg) * var(--size) / 2);
    width: var(--size);
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
} */

.technology #wrap #wrap__Inner{
    max-width: 1600px;
    
}

/*  TOP
--------------------------------------------------------- */

/*Solution*/
.technology #wrap .primary_container.Solution .primary_container_in{
    background-image: url("../img/top/bg_top01.png");
}

/*Stage V*/
.technology #wrap .primary_container.StageV .primary_container_in{
    background-image: url("../img/top/bg_top02.png");
}




/*-- pc --*/
@media print, screen and (min-width: 768px) {
    
 
}
/*-- //pc --*/



/*-- smartPhone --*/
@media screen and (max-width: 767px) {
}
/*-- //smartPhone --*/