h2 {
    background: none;
}
h2 a:hover {
    text-decoration: none;
}
h2 span {
    font-size: 140%;
    padding: 0;
    background: none;
}
body *{
    box-sizing: border-box;
}

body.wide .GridSet {
    width: 100%;
}

.PageTitleStyle1{
    max-width: 1275px;
    /* margin: 0 auto; */
    margin: 10px auto 15px;
}

.PageTitleStyle1 h1{
    /* color: #000; */
}

#Contents {
    min-height: 500px;
}

#aboutus ul.productsList li a p.ImgOnlyStyle{
    /* height: 200px; */
    aspect-ratio: 7 / 5;
    display: flex;
    align-items: center;
}

#aboutus ul.productsList li a p.ImgOnlyStyle img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

p.ImgOnlyStyle,
p.ImgOnlyStyle img{
    margin-bottom: 0;
}

p.ImgOnlyStyle img{
    width: 100%;
}

.topList {
    margin-bottom: 50px;
}

.topList h2{
    text-align: center;
    font-weight: bold;
    font-size: 30px;
}



/**************** 银河集团在中国 start ****************/

#hitachiInChina h2 span {
    font-size: 140%;
}

#hitachiInChina .sp a:link {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: #222;
}

#hitachiInChina .sp a:hover {
    color: #B1010E;
    text-decoration: underline;
}

#hitachiInChina .sp a::after {
    content: "";
    display: inline-block;
    width: 28px;
    aspect-ratio: 1/1;
    background: url(/image/ml_portal/2022/icon/link_arrowR.svg) center center no-repeat;
    background-size: cover;
    margin-left: 8px;
}

#hitachiInChina div.timeline {
    position: relative;
    padding: 20px 0;
}

#hitachiInChina div.timeline::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 20px;
    width: 32px;
    height: calc(100% - 65px);
    background: url(/image/ml_portal/2022/icon/history_timeline.svg) top center no-repeat;
    background-size: cover;
    z-index: 1;
}

#hitachiInChina div.timeline dl {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 100px;
    background: #FFF;
    transition: 500ms;
}

#hitachiInChina div.timeline dl:hover {
    box-shadow: inset 0 0 30px rgba(0, 0, 0, .3);
}

#hitachiInChina div.timeline dl:nth-child(2n) {
    background: #F7F7F7;
}

#hitachiInChina div.timeline dl dt {
    position: relative;
    background: url(/image/ml_portal/2022/icon/icon_circle.svg) 20px center no-repeat;
    background-size: 32px 32px;
    height: 32px;
    z-index: 5;
}

#hitachiInChina div.timeline dl dt a {
    line-height: 32px;
    margin-left: 60px;
    font-size: 120%;
    font-weight: 900;
}

#hitachiInChina div.timeline dl dd {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
    padding: 15px;
}

#hitachiInChina div.timeline dl dd img {
    width: 80px;
    aspect-ratio: 1/1;
    border-radius: 5px;
}

#hitachiInChina .pubBox {
    display: flex;
    gap: 20px;
    padding: 20px;
    border-radius: 5px;
    margin: 10px auto 50px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

#hitachiInChina .pubBox.new{
    position: relative;
}

#hitachiInChina .pubBox.new span{
    position: absolute;
    left: 0;
    top: 40px;
    border-radius: 0 50px 50px 0;
    background-color: #b1000e;
    color: #fff;
    z-index: 1;
    text-align: center;
    padding: 3px 15px;
    font-size: 14px;
}

#hitachiInChina .pubBox p.img {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 250px;
    padding: 20px;
    border-radius: 5px;
    background: #F7F7F7;
}

#hitachiInChina .pubBox p.img img {
    position: relative;
    height: 100%;
    width: auto;
    max-width: 200px;
    box-shadow: 15px 5px 15px -10px rgba(0, 0, 0, .3);
}

#hitachiInChina .pubBox dl dt {
    padding: 20px 0;
    font-size: 140%;
    font-weight: 900;
    line-height: 1.5;
    margin-bottom: 20px;
}
/* #hitachiInChina div.timeline {
    position: relative;
    padding: 20px 0;
}

#hitachiInChina div.timeline::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 20px;
    width: 32px;
    height: calc(100% - 65px);
    background: url(/image/ml_portal/2022/icon/history_timeline.svg) top center no-repeat;
    background-size: cover;
    z-index: 1;
}

#hitachiInChina div.timeline dl {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 100px;
    background: #FFF;
    transition: 500ms;
}

#hitachiInChina div.timeline dl:hover {
    box-shadow: inset 0 0 30px rgba(0, 0, 0, .3);
}

#hitachiInChina div.timeline dl:nth-child(2n) {
    background: #F7F7F7;
}

#hitachiInChina div.timeline dl dt {
    position: relative;
    background: url(/image/ml_portal/2022/icon/icon_circle.svg) 20px center no-repeat;
    background-size: 32px 32px;
    height: 32px;
    z-index: 5;
}

#hitachiInChina div.timeline dl dt a {
    line-height: 32px;
    margin-left: 60px;
    font-size: 120%;
    font-weight: 900;
}

#hitachiInChina div.timeline dl dd {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
    padding: 15px;
}

#hitachiInChina div.timeline dl dd img {
    width: 80px;
    aspect-ratio: 1/1;
    border-radius: 5px;
}

#hitachiInChina .sp a::after {
    content: "";
    display: inline-block;
    width: 28px;
    aspect-ratio: 1 / 1;
    background: url(/image/ml_portal/2022/icon/link_arrowR.svg) center center no-repeat;
    background-size: cover;
    margin-left: 8px;
}

#hitachiInChina .pubBox {
    display: flex;
    gap: 20px;
    padding: 20px;
    border-radius: 5px;
    margin: 10px auto 50px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

#hitachiInChina .pubBox.new{
    position: relative;
}

#hitachiInChina .pubBox.new span{
    position: absolute;
    left: 0;
    top: 40px;
    border-radius: 0 50px 50px 0;
    background-color: #b1000e;
    color: #fff;
    z-index: 1;
    text-align: center;
    padding: 3px 15px;
    font-size: 14px;
}

#hitachiInChina .pubBox p.img {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 250px;
    padding: 20px;
    border-radius: 5px;
    background: #F7F7F7;
}

#hitachiInChina .pubBox p.img img {
    position: relative;
    height: 100%;
    width: auto;
    max-width: 200px;
    box-shadow: 15px 5px 15px -10px rgba(0, 0, 0, .3);
}

#hitachiInChina .pubBox dl dt {
    padding: 20px 0;
    font-size: 140%;
    font-weight: 900;
    line-height: 1.5;
    margin-bottom: 20px;
} */
/**************** 银河集团在中国 end ****************/


#aboutus .wonderfulVideo {
    background-color:#F1F1F1;
    padding: 50px 0;
    margin-top: 50px;
}

#aboutus .wonderfulVideo h2{
    text-align: left;
    font-weight: bold;
    font-size: 22px;
    padding-bottom: 0;
    margin-left: calc((100% - 1275px) / 2);
}

#aboutus .wonderfulVideo .videoCentent{
    max-width: 1275px;
    margin: 0 auto;
    display: flex;
    gap: 100px;
}

#aboutus .wonderfulVideo .videoCentent .CategoryNavi{
    width: calc(50% - 50px);
    padding-bottom: 0;
    border-radius: 10px;
    overflow: unset;
}


#aboutVideo .CategoryNavi li a{
    height: auto;
    padding: 12px 20px;
}


#aboutus .wonderfulVideo .videoCentent .CategoryNavi a.videoLink p.ImgOnlyStyle{
    display: flex;
    align-items: center;
    margin-bottom: 0;
    height: 330px;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}


#aboutus .wonderfulVideo .videoCentent .CategoryNavi a.videoLink p.ImgOnlyStyle img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-bottom: 0;
    transition: .3s ease;
}

#aboutus .wonderfulVideo .videoCentent .CategoryNavi a.videoLink p.ImgOnlyStyle:hover img{
    transition: .3s ease;
    transform: scale(1.1);
}

#aboutus .wonderfulVideo .videoCentent .videoText{
    width: calc(50% - 50px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}


#aboutus .wonderfulVideo .videoCentent .videoText h3{
    font-size: 25px;
    line-height: 1.6;
    color: #000;
    margin-bottom: 50px;
}

#aboutus .wonderfulVideo .videoCentent .videoText a{
    text-decoration: none;
    background-color: #B1000E;
    border-radius: 20px;
    display: inline-flex;
    align-self: flex-start;
    padding: 7px 60px;
    color: white;
    transition: .3s ease;
}

#aboutus .wonderfulVideo .videoCentent .videoText a:hover{
    transition: .3s ease;
    background-color: #7e000a;
}

#aboutus .wonderfulVideo .videoCentent .videoText a span{
    font-size: 14px;
    display: inline-block;
}

/**************** 精彩视频页面 start ***************/
#aboutVideo #videoArea .flexSet {
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: 0;
}

#aboutVideo #videoArea .flexSet .Column {
    display: block;
    background-color: #eee;
    border-radius: 5px;
    transition: all 0.5s;
    margin-bottom: 30px;
}

#aboutVideo #videoArea .flexSet .Column.hide {
    display:none;
    transition: all 0.5s;
}

#aboutVideo #videoArea .flexSet .Column:hover {
    box-shadow: 0 0px 50px rgba(0,0,0, 0.38);
    background-color: #FFF;
}

#aboutVideo #videoArea .flexSet .Column:hover img,
#aboutVideo #videoArea .flexSet .Column:hover .ModalYouTubeLink::before {
    transform: scale(1.06);
}

#aboutVideo #videoArea .flexSet .Column a {
    display: block;
    overflow: hidden;
    border-radius: 5px 5px 0 0;
}

#aboutVideo #videoArea .flexSet .Column a p.ImgOnlyStyle {
    display: flex;
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    justify-content: center;
    align-items: center;
}

#aboutVideo #videoArea .flexSet .Column a p.ImgOnlyStyle img {
    min-height: 100%;
    min-width: 100%;
    max-width: unset;
    max-height: unset;
    object-fit: cover;
    border-radius: 5px 5px 0 0;
    transition: all 0.5s;
}

#aboutVideo #videoArea .Column .Panel2Text {
    display: block;
    padding: 15px 10px;
    font-size: 90%;
}
/**************** 精彩视频 end ***************/
#aboutus #hotSpot p.linksButton{
    display: none;
}


#aboutus #videoArea{
    background-color: #000;
    padding: 50px 0;
    position: relative;
    overflow: hidden;
}

#aboutus #videoArea .videoNav{
    max-width: 1275px;
    margin: 0 auto;
    margin-bottom: 30px;
}

#aboutus #videoArea .videoNav ul{
    display: flex;
    justify-content: center;
    gap: 20px;
}

#aboutus #videoArea .videoNav ul li a{
    text-decoration: none;
    border-radius: 50px;
    padding: 5px 20px;
    color: #fff;
    font-size: 16px;
}

#aboutus #videoArea .videoNav ul li a.active{
    background-color: #fff;
    color: #B1000E;
}

#aboutus #videoArea::before{
    content: '';
    width: calc((100% - 1275px) / 2);
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}

#aboutus #videoArea::after {
    content: '';
    width: calc((100% - 1275px) / 2);
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}

#aboutus #videoArea .vdSwiperList{
    position: relative;
    max-width: 1275px;
    margin: 0 auto;
}

#aboutus #videoArea .vdSwiperList .video_swiper .swiper-wrapper{
    display: flex;
}

#aboutus #videoArea .vdSwiperList .video_swiper .swiper-button-prev,
#aboutus #videoArea .vdSwiperList .video_swiper .swiper-button-next {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background-color: #fff;
    transition: all .3s;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .3);
    z-index: 3;
    color: #B1000E;
}

#aboutus #videoArea .vdSwiperList .video_swiper .swiper-button-prev:hover,
#aboutus #videoArea .vdSwiperList .video_swiper .swiper-button-next:hover {
    background-color: rgba(255, 255, 255, .7);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .5);
}

#aboutus #videoArea .vdSwiperList .video_swiper .swiper-button-prev:after,
#aboutus #videoArea .vdSwiperList .video_swiper .swiper-button-next:after {
    font-size: 25px;
}

#aboutus #videoArea .vdSwiperList .video_swiper .swiper-button-next {
    right: -5vw;
}

#aboutus #videoArea .vdSwiperList .video_swiper .swiper-button-prev {
    left: -5vw;
}


#aboutus #videoArea .vdSwiperList .video_swiper .swiper-slide{
    width: calc((100% - 90px) / 4);
}

#aboutus #videoArea .vdSwiperList .video_swiper a{
    text-decoration: none;
    position: relative;
    padding-bottom: 30px;
    display: block;
}

#aboutus #videoArea .vdSwiperList .video_swiper a p.ImgOnlyStyle {
    height: 190px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
}

#aboutus #videoArea .vdSwiperList .video_swiper a:hover p.ImgOnlyStyle img{
    transform: scale(1.1);
    transition: .3s ease;
}

#aboutus #videoArea .vdSwiperList .video_swiper a p.ImgOnlyStyle img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s ease;
}


#aboutus #videoArea .vdSwiperList .video_swiper a p.TextStyle1{
    width: 90%;
    display: flex;
    flex-direction: column;
    opacity: 1 !important;
    z-index: 2;
    color: #000;
    opacity: 0;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    padding: 10px;
    height: 80px;
    margin-bottom: 0;
    font-size: 13px;
}

#aboutus #videoArea .vdSwiperList .video_swiper a.videoLink::before{
    top: 40%;
}

#aboutus #videoArea .vdSwiperList .video_swiper a.videoLink:after{
    top: 40%;
}

#aboutus #videoArea .vdSwiperList .video_swiper a.videoLink p.ImgOnlyStyle:after{
    top: 46%;
}

#aboutus .social_Innovation{
    background: url('/image/ml_portal/about/about_innovation_bg.png') no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    padding: 70px 0;
    position: relative;
}


#aboutus .social_Innovation>div{
    width: 1275px;
    margin: 0 auto;
    display: flex;
    margin-bottom: 50px;
    gap: 100px;
    position: relative;
}


#aboutus .social_Innovation h2{
    position: absolute;
    top: 0;
    left: 0;
    font-size: 25px;
    font-weight: bold;
    padding-top: 3vw;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-left: 6vw;
}

#aboutus .social_Innovation>div p.ImgOnlyStyle{
    order: 1;
}


#aboutus .social_Innovation>div div{
    display: flex;
    justify-content: center;
    width: calc(35% - 50px);
    position: relative;
}


#aboutus .social_Innovation>div div a{
    width: 650px;
    text-decoration: none;
    padding: 20px 20px 50px;
    position: absolute;
    bottom: 50px;
    left: 0;
}

#aboutus .social_Innovation>div div a:hover h3,
#aboutus .social_Innovation>div div a:hover span{
    color: #B1000E;
    transition: .3s ease;
}

#aboutus .social_Innovation>div div a::after{
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-image: url('/image/ml_portal/2022/icon/arrow_right_gray.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
    position: absolute;
    right: 20px;
    bottom: 20px;
}

#aboutus .social_Innovation>div div a:hover::after{
    background-image: url('/image/ml_portal/2022/icon/arrow_right_red.svg');
    transition: all .3s;
}

#aboutus .social_Innovation>div div a span{
    color: #000;
    font-size: 14px;
    transition: .3s ease;

}

#aboutus .social_Innovation>div div a h3{
    color: #000;
    font-size: 18px;
    line-height: 1.6;
    transition: .3s ease;
}

#aboutus .social_Innovation>div p.ImgOnlyStyle{
    width: calc(65% - 50px);
}

#aboutus .social_Innovation>a{
    text-align: center;
    text-decoration: none;
    display: inline-flex;
    align-self: flex-start;
    justify-content: center;
    padding: 5px 50px;
    border-radius: 20px;
    border: 1px solid #B1000E;
    margin: 0 auto;
    transition: .3s ease;
    font-size: 14px;
}

#aboutus .social_Innovation>a:hover{
    background-color: #B1000E;
    transition: .3s ease;
    color: #fff;
}

#aboutus .globalArea{
    display: flex;
    flex-direction: column;
    position: relative;
    background: url('/image/ml_portal/about/global_bg.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 650px;
}

#aboutus .globalArea h2{
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    padding-top: 50px;
}

#aboutus .globalArea p.ImgOnlyStyle{
    display: flex;
}

#aboutus .globalArea p.ImgOnlyStyle img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#aboutus .globalArea div{
    width: calc(1275px / 2);
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    display: flex;
    flex-direction: column;
    padding: 40px;
    margin-left: calc(((100% - 1275px) / 2) + (1275px / 2));
    margin-top: 5vw;
}

#aboutus .globalArea div p.TextStyle1{
    margin-bottom: 20px;
    font-size: 14px;
}

#aboutus .globalArea div h3{
    color: #000;
    font-size: 20px;
    padding-bottom: 20px;
    margin-bottom: 0;
}

#aboutus .globalArea div a{
    text-decoration: none;
    padding: 8px 40px;
    border-radius: 20px;
    background-color: #B1000E;
    display: flex;
    align-self: flex-start;
    margin-bottom: 20px;
    transition: .3s ease;
}

#aboutus .globalArea div a:hover{
    transition: .3s ease;
    background-color: #7e000a;
}

#aboutus .globalArea div a:last-child{
    margin-bottom: 0;
}

#aboutus .globalArea div a span{
    color: #fff;
    font-size: 14px;
}


@media screen and (max-width: 1500px) {
    #aboutus #videoArea .vdSwiperList .video_swiper .swiper-button-prev{
        left: 2vw;
    }
    #aboutus #videoArea .vdSwiperList .video_swiper .swiper-button-next {
        right: 2vw;
    }
}

@media screen and (max-width: 1304px){
    #aboutus .wonderfulVideo h2{
        margin-left: 0;
    }
    #aboutVideo{
        padding: 0 15px;
    }

    .OptionWideRWD #Contents{
        padding: 0;
    }
    
    .OptionWideRWD #Contents img{
        height: 100%;
    }

    .OptionWideRWD .Grid4{
        padding: 0;
    }

    .OptionWideRWD .GridSet{
        margin: 0;
    }

    .PageTitleStyle1 h1{
        padding-left: 15px;
    }

    #aboutus .Section.topList{
        padding: 0 15px;
    }

    #aboutus .wonderfulVideo{
        padding: 50px 15px;
    }

    #aboutus .blackBg{
        padding: 50px 15px;
    }

    #aboutus #videoArea .vdSwiperList{
        padding: 0 15px;
    }

    #aboutus .globalArea{
        padding-right: 15px;
    }

    #aboutus .globalArea div{
        width: 50%;
        margin-left: calc(100% / 2);
        padding: 25px;
    }

    #aboutus .globalArea h2{
        font-size: 25px;
    }

    #aboutus .social_Innovation{
        padding: 50px 15px;
    }

    #aboutus .social_Innovation>div{
        gap: 50px;
        max-width: 1275px;
        width: auto;
    }
    #aboutus .social_Innovation>div div{
        width: calc(35% - 25px);
    }

    #aboutus .social_Innovation>div p.ImgOnlyStyle{
        width: calc(65% - 25px);
    }

    #aboutus .social_Innovation>div div a{
        width: 500px;
        padding: 20px;
        bottom: 20px;
    }

}


@media screen and (max-width: 1250px) {
   #aboutus  #videoArea .vdSwiperList .video_swiper a p.TextStyle1{
        height: 75px;
    }
}

@media screen and (max-width: 1084px){
   #aboutus #videoArea .vdSwiperList .video_swiper .swiper-slide{
        width: calc((100% - 60px) / 3);
    }

    #aboutus #videoArea .vdSwiperList .video_swiper a p.TextStyle1{
        height: 60px;
    }
}

@media screen and (max-width: 1000px){
    #hitachiInChina div.timeline dl dd img {
        width: 60px;
    }
    #aboutus #internal .imgBoxStyle.expo .swiper,
    #aboutus #internal .imgBoxStyle > .swiper {
        width: 360px;
    }
    
    #aboutus #internal .imgBoxStyle.expo {
        grid-template-columns: 360px auto;
        grid-template-rows: auto auto;
    }
}
@media screen and (max-width: 966px){ 
    #aboutus #headerPart .Section {
        padding: 15px;
        background: none;
    }
    #aboutus #headerPart .Section h1 {
        margin: 0;
    }
    #aboutus #headerPart .Section p {
        margin: 0;
        text-shadow: 0 0 5px rgba(0, 0, 0, .7);
    }
    #aboutus #newsPart div.flex {
        flex-direction: column;
    }
    #aboutus #newsPart ul.buttonList {
        display: flex;
        gap: 50px;
        padding: 15px 0 0;
    }
    #aboutus #newsPart ul.buttonList li {
        margin-bottom: 0;
    }
    #aboutus #internal .imgBoxStyle > .info {
        padding: 20px;
    }
    #aboutus #internal .imgBoxStyle > .info .navList {
        margin-bottom: 15px;
    }
    #aboutus #internal .imgBoxStyle.expo .buttonList {
        padding: 0 0 0 20px;
    }
    #aboutus #internal .imgBoxStyle ul.buttonList li {
        margin-bottom: 15px;
    }

}

@media screen and (max-width: 994px){
    .JS .GridSet {
        background-color: #FFF;
    }

    .JS .Grid4{
        padding: 0;
    }

    .JS .GridSet{
        margin: 0;
    }    
    
    .JS .GridSet {
        background-color: #FFF;
    }


    #aboutus .globalArea h2{
        font-size: 25px;
    }

    #aboutus .OptionWideRWD #Contents img{
        height: 100%;
    }

    #aboutus ul.productsList li{
        width: calc((100% - 30px) / 2);
    }

    #aboutus ul.productsList li a p.ImgOnlyStyle{
        aspect-ratio: 5 / 3;
    }

    #aboutus .wonderfulVideo .videoCentent{
        gap: 50px;
    }

    #aboutus .wonderfulVideo .videoCentent .CategoryNavi{
        width: calc(50% - 25px);
    }

    #aboutus .wonderfulVideo .videoCentent .videoText{
        width: calc(50% - 25px);
    }

    #aboutus .wonderfulVideo .videoCentent .videoText h3{
        font-size: 20px;
        margin-bottom: 30px;
    }

    #aboutus .wonderfulVideo .videoCentent .videoText a{
        padding: 5px 60px;
    }

    #aboutus .wonderfulVideo .videoCentent .CategoryNavi a.videoLink p.ImgOnlyStyle{
        height: 270px;
    }

    #aboutus .topList h2{
        font-size: 25px;
    }

    #aboutus .wonderfulVideo h2{
        font-size: 20px;
    }

    #aboutus .globalArea{
        align-items: center;
        padding-right: 0;
    }

    #aboutus .globalArea div {
        width: 60%;
        margin-left: 35vw;
        margin-right: 0;
        padding: 25px;
    }

    #aboutus #internal .imgBoxStyle > .swiper {
        width: 300px;
    }
    #aboutus #internal .imgBoxStyle .info h3 {
        font-size: 100%;
    }
    #aboutus #internal .imgBoxStyle.expo {
        grid-template-columns: 300px auto;
    }
    #aboutus #internal .imgBoxStyle.expo .swiper {
        width: 300px;
    }
    #aboutus #internal .imgBoxStyle ul.buttonList li {
        font-size: 90%;
        padding: 5px;
        min-width: 200px;
    }
    #aboutus #internal .imgBoxStyle > .info {
        padding: 20px 20px 0;
    }
    #aboutus #internal .imgBoxStyle > .info p {
        font-size: 83%;
    }

    #hitachiInChina div.timeline::after {
        left: 10px;
    }

    #hitachiInChina div.timeline dl dt {
        background-size: 20px 20px;
        background-position: 16px center;
    }
    #hitachiInChina div.timeline dl dt a {
        font-size: 100%;
        margin-left: 45px;
    }
    #hitachiInChina div.timeline dl dd {
        padding: 10px;
        gap: 10px;
    }
    #hitachiInChina .sp a::after {
        width: 20px;
    }
}

@media screen and (max-width: 921px) {
    #aboutus .social_Innovation h2{
        padding-top: 0;
        font-size: 20px;
    }

    #aboutus .social_Innovation>div div a h3{
        font-size: 16px;
        line-height: 1.4;
    }

    #aboutus .social_Innovation>div div a span{
        font-size: 12px;
    }
}

@media screen and (max-width: 900px) {
    #hitachiInChina div.timeline::after {
        left: 10px;
    }

    #hitachiInChina div.timeline dl dt {
        background-size: 20px 20px;
        background-position: 16px center;
    }
    #hitachiInChina div.timeline dl dt a {
        font-size: 100%;
        margin-left: 45px;
    }
    #hitachiInChina div.timeline dl dd {
        padding: 10px;
        gap: 10px;
    }
    #hitachiInChina .sp a::after {
        width: 20px;
    }
}



@media screen and (max-width: 767px){
    .JS .PageTitleStyle1 h1{
        font-size: 110%;
    }
    #aboutus .topList h2{
        font-size: 20px;
    }

    #aboutus .wonderfulVideo h2{
        margin-bottom: 15px;
    }

    #aboutus .wonderfulVideo h2{
        font-size: 18px;
    }

    #aboutus .globalArea h2{
        font-size: 20px;
    }

    #aboutus .wonderfulVideo .videoCentent{
        flex-direction: column;
        gap: 20px;
    }

    #aboutus .wonderfulVideo .videoCentent .CategoryNavi{
        width: 100%;
    }

    #aboutus .wonderfulVideo .videoCentent .CategoryNavi a{ 
        width: 100%;
    }

    #aboutus .wonderfulVideo .videoCentent .CategoryNavi a.videoLink p.ImgOnlyStyle{
        height: fit-content;
    }

    #aboutus .wonderfulVideo .videoCentent .videoText{
        width: 100%;
    }

    #aboutus .wonderfulVideo .videoCentent .videoText h3{
        font-size: 16px;
        margin-bottom: 20px;
    }

    #aboutus #videoArea .vdSwiperList .video_swiper .swiper-slide{
        width: calc((100% - 30px) / 2);
    }

    #aboutus #videoArea .videoNav ul{
        gap: 10px;
    }

    #aboutus #videoArea .videoNav ul li a{
        font-size: 14px;
    }

    #aboutus #videoArea .vdSwiperList .video_swiper .swiper-button-prev,
    #aboutus #videoArea .vdSwiperList .video_swiper .swiper-button-next{
        width: 45px;
        height: 45px;
    }

    #aboutus #videoArea .vdSwiperList .video_swiper .swiper-button-prev:after,
    #aboutus #videoArea .vdSwiperList .video_swiper .swiper-button-next:after{
        font-size: 20px;
    }

    #aboutus .globalArea {
        min-height: 500px;
    }

    #aboutus .globalArea div{
        margin-left: 0;
        width: 80%;
        margin-top: 3vw;
    }

    #aboutus .social_Innovation h2{
        position: sticky;
    }

    #aboutus .social_Innovation>div p.ImgOnlyStyle{
        width: 100%;
    }

    #aboutus .social_Innovation>div{
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    #aboutus .social_Innovation>div div{
        width: 100%;
    }

    #aboutus .social_Innovation>div div a{
        position: sticky;
        width: 100%;
    }

    #aboutus .social_Innovation>div p.ImgOnlyStyle{
        order: 0;
    }

    #aboutus .social_Innovation h2{
        padding-left: 0;
        text-align: center;
    }
   #hitachiInChina .pubBox p.img {
        width: 150px;
    }

    
    #hitachiInChina h2 {
        margin: 0;
    }
    #hitachiInChina .pubBox p.img {
        width: 150px;
    }
}

@media screen and (max-width: 579px) {
    #aboutus .globalArea div{
        margin-top: 8vw;
    }

    #aboutus ul.productsList {
        gap: 15px;
    }

    #aboutus ul.productsList li{
        width: calc((100% - 15px) / 2);
    }

    #aboutus ul.productsList li a p.ImgOnlyStyle{
        aspect-ratio: 5 / 4;
    }

    #aboutus .wonderfulVideo .videoCentent .CategoryNavi a.videoLink p.ImgOnlyStyle{
        height: 250px;
    }

    #aboutus #videoArea .vdSwiperList .video_swiper .swiper-slide{
        width: 100%;
    }

    #aboutus #videoArea .vdSwiperList .video_swiper a p.ImgOnlyStyle{
        height: 230px;
    }

    #aboutus #videoArea .videoNav ul li a{
        font-size: 12px;
    }

    #aboutus .wonderfulVideo .videoCentent .videoText h3 {
        font-size: 14px;
    }

    #aboutus .wonderfulVideo .videoCentent .videoText a {
        padding: 2px 50px;
    }

    #aboutus .globalArea {
        min-height: 431px;
    }

    #aboutus .globalArea h2{
        padding-top: 30px;
    }

    #aboutus .globalArea div{
        width: 90%;
    }

    #aboutus .globalArea div a{
        padding: 5px 20px;
    }

    #aboutus .globalArea div p.TextStyle1{
        font-size: 12px;
    }

    #aboutus .globalArea div p.TextStyle1 br{
        display: none;
    }
    #aboutus .social_Innovation>div{
        margin-bottom: 30px;
    }

    #aboutus .social_Innovation{
        padding: 30px 15px;
    }

    #hitachiInChina .pubBox {
        flex-direction: column;
    }
    
    #hitachiInChina .pubBox p.img {
        width: auto;
    }

    #hitachiInChina div.timeline dl {
        flex-direction: column;
        padding: 10px 0;
        height: auto;
    }
    #hitachiInChina div.timeline dl dt {
        align-self: flex-start;
    }
    #hitachiInChina div.timeline dl dd {
        align-self: flex-end;
        flex-wrap: wrap;
        margin-left: 30px;
    }
}
