.homeContainer {
    overflow: hidden;
    position: relative
}

.homeContainer section {
    max-width: 1200px;
    margin: 0 auto
}

.homeContainer h2 {
    padding: 0;
    text-align: center
}

.homeContainer h2::before {
    display: none
}

.homeContainer h2+.alignR {
    margin-top: 0
}

@media (min-width: 769px) {
    #mainContents+#toHead {
        box-sizing:border-box;
        left: 0;
        margin: 0 auto;
        max-width: 1240px;
        position: absolute;
        right: 0;
        width: 100%
    }

    #mainContents+#toHead a {
        margin-top: -64px
    }
}

#attention,#information {
    border-bottom: 1px solid #d6d6d6;
    margin: 0 auto;
    max-width: 1160px;
    padding: 32px 20px
}

@media (max-width: 479px) {
    #attention,#information {
        padding:32px 10px
    }
}

#attention h2 {
    font-size: 1rem;
    line-height: 1.75
}

#attention .infoList {
    border-style: none
}

#attention .infoList a {
    float: none;
    line-height: 1.75;
    margin-top: 0;
    padding-left: 24px
}

#attention .infoList a::before {
    background: url(/assets/img/ico_link.svg) center center no-repeat;
    background-size: contain;
    content: '';
    display: inline-block;
    height: 1.75em;
    line-height: inherit;
    margin: 0 16px 0 -24px;
    width: 0;
    vertical-align: top;
    -webkit-backface-visibility: hidden;
    width: 8px;
    z-index: 0
}

#attention .infoList li {
    border-style: none;
    padding: 0
}

#attention .infoList li+li {
    margin-top: .5em
}

@media (min-width: 769px) {
    #attention h2 {
        float:left
    }

    #attention h2+.infoList {
        padding-left: 10em
    }

    #attention .infoList {
        margin-top: 0
    }
}

#information {
    text-align: center
}

#latestInformation {
    max-width: 1200px;
    margin: 60px auto 0;
    padding: 0 20px;
    position: relative;
    z-index: 1
}

#latestInformation section {
    margin-left: 0;
    margin-right: 0
}

#latestInformation h2 {
    float: left
}

#latestInformation .wm-h4 {
    border-style: none
}

#latestInformation .infoList {
    clear: both
}

#latestInformation .alignR {
    line-height: 1.92em
}

#latestInformation .alignR a {
    padding-right: 28px;
    position: relative;
    text-decoration: none
}

#latestInformation .alignR a::after {
    background: url(/assets/img/ico_link_c.svg) center center no-repeat;
    background-size: contain;
    content: '';
    display: block;
    height: 20px;
    margin-top: -10px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 20px
}

@media (min-width: 480px) {
    #latestInformation .alignR {
        line-height:2.06em
    }
}

@media (min-width: 769px) {
    #latestInformation .alignR {
        line-height:2.46em
    }
}

@media (max-width: 899px) {
    #latestInformation .sepBlock {
        margin-top:0;
        width: 100%
    }

    #latestInformation *+.sepBlock {
        padding-top: 60px
    }
}

#feature {
    margin-top: 40px;
    padding: 0 20px;
    position: relative;
    z-index: 0
}

#featureInner {
    box-sizing: border-box;
    margin: auto 0;
    max-width: 1200px;
    z-index: 1
}

#feature::before {
    border: 60vw solid #e7f7f9;
    border-radius: 10vw;
    bottom: -60vw;
    content: '';
    display: block;
    height: 0;
    left: -68vw;
    margin: auto 0;
    position: absolute;
    top: -60vw;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 0;
    z-index: -1
}

#feature section {
    max-width: 100%
}

#feature h2 {
    font-size: 1.88rem;
    text-align: left;
    -moz-transition: all .5s ease .3s;
    -o-transition: all .5s ease .3s;
    -webkit-transition: all .5s ease;
    -webkit-transition-delay: .3s;
    transition: all .5s ease .3s
}

#feature p {
    font-size: 1.13rem;
    -moz-transition: all .5s ease .5s;
    -o-transition: all .5s ease .5s;
    -webkit-transition: all .5s ease;
    -webkit-transition-delay: .5s;
    transition: all .5s ease .5s
}

#feature figure {
    margin: 0 0 0 -20px;
    max-width: 720px;
    overflow: hidden;
    padding: 0;
    position: relative;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    width: 70%
}

#feature figure img {
    display: block;
    width: -webkit-calc(100% + 20px);
    width: calc(100% + 20px)
}

#feature.js_hide #featureInner {
    background-color: rgba(255,255,255,0)
}

#feature.js_hide figure {
    opacity: 0;
    -moz-transform: translateY(10vh);
    -ms-transform: translateY(10vh);
    -webkit-transform: translateY(10vh);
    transform: translateY(10vh)
}

#feature.js_hide h2 {
    opacity: 0;
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -webkit-transform: translateY(100px);
    transform: translateY(100px)
}

#feature.js_hide p {
    opacity: 0;
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -webkit-transform: translateY(100px);
    transform: translateY(100px)
}

@media (max-width: 768px) {
    #feature section {
        display:flex;
        flex-direction: column
    }

    #featureInner {
        margin-top: 30px;
        order: 2
    }

    #feature figure {
        order: 1
    }
}

@media (min-width: 769px) {
    #featureInner {
        left:0;
        margin: auto;
        padding: 0 20px;
        position: absolute;
        right: 0;
        top: 58%;
        -moz-transition: all .5s ease .3s;
        -o-transition: all .5s ease .3s;
        -webkit-transition: all .5s ease;
        -webkit-transition-delay: .3s;
        transition: all .5s ease .3s;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 100%
    }

    #feature::before {
        border-width: 50vw;
        bottom: -50vw;
        left: -58vw;
        top: -50vw
    }

    #feature h2 {
        font-size: 2.25rem;
        margin-left: 50%;
        width: 50%
    }

    #feature p {
        margin-left: 50%;
        max-width: 50%;
        width: 540px
    }

    #feature figure {
        width: -webkit-calc(50% + 20px);
        width: calc(50% + 20px)
    }

    #feature .linkBtn {
        margin: 48px 0 0 50%;
        text-align: left
    }

    #feature .linkBtn a {
        margin: 0
    }
}

@media (min-width: 900px) {
    #feature h2 {
        font-size:2.63rem
    }
}

@media (min-width: 1200px) {
    #feature {
        margin-top:80px
    }

    #feature h2 {
        font-size: 3rem
    }
}

#service {
    margin-top: 100px;
    padding: 0 20px;
    position: relative
}

#service::before {
    border: 30vw solid #e7f7f9;
    border-radius: 10vw;
    bottom: -30vw;
    content: '';
    display: block;
    height: 0;
    margin: auto 0;
    position: absolute;
    right: -38vw;
    top: -30vw;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 0;
    z-index: -1
}

#service section {
    max-width: 100%
}

#service h2 {
    font-size: 1.63rem;
    max-width: 1180px;
    margin: 0 auto
}

@media (min-width: 769px) {
    #service h2 {
        font-size:2rem
    }
}

@media (min-width: 900px) {
    #service h2 {
        font-size:2.38rem
    }
}

@media (min-width: 1200px) {
    #service h2 {
        font-size:2.75rem
    }
}

#service h3 {
    max-width: 1180px;
    margin: 40px auto 0
}

#service .homeService {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    margin: 40px auto 0;
    max-width: 1200px;
    width: 100%
}

#service .homeService dt {
    align-items: center;
    box-sizing: border-box;
    color: #027e9b;
    display: flex;
    font-size: 1.25rem;
    font-weight: bold;
    justify-content: center;
    line-height: 1.33;
    margin: 0;
    max-width: 50%;
    order: 1;
    padding: 0 1.5em 10px;
    position: relative;
    text-align: center;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s
}

#service .homeService dt::after {
    border-bottom: 4px solid #12b3c7;
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    right: 0;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s;
    width: 0
}

#service .homeService dt:hover {
    color: #333
}

#service .homeService dt:hover::after {
    opacity: 1;
    width: 100%
}

html[data-keypress-flag='true'] #service .homeService dt:focus {
    outline: 2px solid #12b3c7;
    outline-offset: -2px
}

#service .homeService dt:not(.js_current) {
    cursor: pointer
}

#service .homeService dt.js_current {
    color: #333;
    opacity: 1
}

#service .homeService dt.js_current::after {
    opacity: 1;
    width: 100%
}

#service .homeService dt.js_current+dd {
    height: auto;
    opacity: 1
}

#service .homeService dd {
    border-top: 1px solid #d6d6d6;
    height: 0px;
    opacity: 0;
    order: 2;
    width: 100%
}

#service .homeService ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    margin: 0 -18px
}

#service .homeService li {
    box-sizing: border-box;
    padding: 0 18px;
    margin-top: 22px;
    width: 100%
}

#service .homeServiceTask li {
    display: flex;
    font-weight: bold;
    min-height: 88px
}

#service .homeServiceTask li a {
    align-items: center;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px solid #d6d6d6;
    border-radius: 12px;
    display: flex;
    line-height: 1.33;
    padding: 16px 16px 16px 84px;
    position: relative;
    text-decoration: none;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 100%
}

#service .homeServiceTask li a::after {
    background-size: contain;
    bottom: 0;
    content: '';
    display: block;
    height: 56px;
    left: 16px;
    margin: auto 0;
    position: absolute;
    top: 0;
    width: 56px
}

#service .homeServiceTask li a:hover,#service .homeServiceTask li a:active {
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    box-shadow: 0 10px 10px rgba(153,153,153,0.2)
}

#service .homeServiceTask li a:hover dt,#service .homeServiceTask li a:hover dd,#service .homeServiceTask li a:active dt,#service .homeServiceTask li a:active dd {
    opacity: .7
}

#service .homeServiceTask li:nth-child(1) a::after {
    background-image: url(/assets/img/ico_service_a.svg)
}

#service .homeServiceTask li:nth-child(2) a::after {
    background-image: url(/assets/img/ico_service_b.svg)
}

#service .homeServiceTask li:nth-child(3) a::after {
    background-image: url(/assets/img/ico_service_c.svg)
}

#service .homeServiceTask li:nth-child(4) a::after {
    background-image: url(/assets/img/ico_service_d.svg)
}

#service .homeServiceTask li:nth-child(5) a::after {
    background-image: url(/assets/img/ico_service_e.svg)
}

#service .homeServiceTask li:nth-child(6) a::after {
    background-image: url(/assets/img/ico_service_f.svg)
}

#service .homeServiceTask li:nth-child(7) a::after {
    background-image: url(/assets/img/ico_service_g.svg)
}

@media (max-width: 1199px) {
    #service .homeServiceTask li br {
        display:none
    }
}

@media (min-width: 480px) {
    #service .homeServiceTask li {
        width:50%
    }
}

@media (min-width: 769px) {
    #service .homeServiceTask li {
        width:33.333%
    }
}

@media (min-width: 900px) {
    #service .homeServiceTask li {
        width:25%
    }
}

#service .homeServiceIndustry {
    margin-top: -1px
}

@media (min-width: 360px) {
    #service .homeServiceIndustry li {
        width:50%
    }
}

@media (min-width: 640px) {
    #service .homeServiceIndustry li {
        width:33.333%
    }
}

@media (min-width: 769px) {
    #service .homeServiceIndustry li {
        width:25%
    }
}

#service .sep2Col {
    margin: 40px auto 0;
    max-width: 1200px
}

#service .sep2Col h3 {
    margin: 0
}

#service .sep2Col .sepInner {
    border-width: 0 0 0 1px;
    border-radius: 0
}

@media (max-width: 768px) {
    #service .sep2Col .sepBlock {
        margin-top:0;
        width: 100%
    }

    #service .sep2Col .sepBlock:not(:last-child) {
        margin-bottom: 20px
    }
}

#service .sepInner.sepImage {
    border-style: solid;
    border-radius: 12px;
    padding: 19px
}

#service .wm-h4+.pickupArea .js_prev_button,#service .wm-h4+.pickupArea .js_next_button {
    transform: translateY(-24px)
}

.js_slide_basis {
    width: 442px
}

@media (min-width: 600px) and (max-width: 899px) {
    .js_slide_basis {
        width:884px
    }
}

@media (min-width: 900px) and (max-width: 1199px) {
    .js_slide_basis {
        width:1326px
    }
}

@media (min-width: 1200px) {
    .js_slide_basis {
        margin:0 auto;
        max-width: 1256px;
        width: 100%
    }

    .js_slide_basis_inner {
        width: 33.333%
    }
}

@media (max-width: 479px) {
    .js_slide_clip {
        margin:-24px -10px -60px
    }
}

@media all and (-ms-high-contrast: none) {
    *::-ms-backdrop,.pickupArea .js_slide_wrapper.js_slide_min .js_slide_basis {
        max-width: 100%
    }

    *::-ms-backdrop,.pickupArea .js_slide_wrapper.js_slide_min .js_slide_basis_inner {
        width: auto
    }

    *::-ms-backdrop,.pickupArea .js_slide_wrapper.js_slide_min ul {
        margin: 0 auto;
        max-width: 100%
    }

    *::-ms-backdrop,.pickupArea .js_slide_wrapper.js_slide_min li {
        max-width: 412px
    }
}

#group {
    background-size: cover;
    margin-top: 60px
}

#groupInner {
    background-color: #fff;
    box-sizing: border-box;
    color: #0e8999;
    padding: 20px
}

#group h2 {
    color: #0e8999;
    font-size: 1.75rem;
    text-align: left
}

@media (max-width: 768px) {
    #group {
        padding-bottom:64px
    }

    #groupInner {
        background-color: rgba(255,255,255,0)
    }

    #group h2 br {
        display: none
    }
}

@media (min-width: 769px) {
    #group {
        background:url(/assets/img/home/bg_group.jpg) center center no-repeat;
        background-size: cover;
        padding: 70px 20px 90px
    }

    #groupInner {
        padding: 48px;
        width: 560px
    }
}

#solution {
    margin-top: 100px;
    padding: 0 20px;
    position: relative
}

#solution::before {
    border: 50vw solid #e7f7f9;
    border-radius: 10vw;
    content: '';
    display: block;
    height: 0;
    left: -58vw;
    margin: auto 0;
    position: absolute;
    top: 0;
    -moz-transform: rotate(45deg) translate(-45%, -45%);
    -ms-transform: rotate(45deg) translate(-45%, -45%);
    -webkit-transform: rotate(45deg) translate(-45%, -45%);
    transform: rotate(45deg) translate(-45%, -45%);
    width: 0;
    z-index: -1
}

@media (max-width: 479px) {
    #solution {
        padding:0 10px
    }
}

#ir {
    margin-top: 100px;
    padding: 0 20px;
    position: relative
}

#ir::before {
    border: 35vw solid #e7f7f9;
    border-radius: 10vw;
    bottom: 0;
    content: '';
    display: block;
    height: 0;
    right: -43vw;
    margin: auto 0;
    position: absolute;
    -moz-transform: rotate(45deg) translate(30%, 30%);
    -ms-transform: rotate(45deg) translate(30%, 30%);
    -webkit-transform: rotate(45deg) translate(30%, 30%);
    transform: rotate(45deg) translate(30%, 30%);
    width: 0;
    z-index: -1
}

@media (max-width: 479px) {
    #ir {
        padding:0 10px
    }
}

#slideMain {
    position: relative
}

#slideMain figure {
    margin: 0
}

#slideMain img {
    vertical-align: bottom
}

#slideMain dl {
    align-content: flex-start;
    display: flex;
    flex-direction: column
}

#slideMain dt {
    font-weight: bold;
    order: 2
}

#slideMain dd {
    order: 3
}

#slideMain .label {
    margin-top: 0;
    order: 1
}

#slideMain .label span {
    background-color: #12b3c7;
    color: #fff;
    display: inline-block;
    font-size: .88rem;
    line-height: 20px;
    margin-bottom: 16px;
    min-width: 106px;
    padding: 0 10px;
    text-align: center
}

#slideMain .linkBtn {
    margin: 20px 0 0;
    justify-content: flex-start
}

#slideMain .linkBtn a {
    margin: 0
}

@media (max-width: 979px) {
    #slideMain li {
        display:flex;
        flex-direction: column
    }

    #slideMain figure {
        order: 1
    }

    #slideMain .wrapper {
        order: 2
    }

    #slideMain dl {
        padding: 32px 20px 48px
    }

    #slideMain dt {
        font-size: 1.5rem
    }

    #slideMain dd {
        font-size: 1rem
    }
}

@media (min-width: 980px) {
    #slideMain li {
        position:relative
    }

    #slideMain .wrapper {
        align-items: center;
        bottom: 110px;
        display: flex;
        left: 0;
        margin: auto;
        max-width: 1200px;
        padding: 0 20px;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 1
    }

    #slideMain .fontWhite {
        color: #fff
    }

    #slideMain dl {
        width: 30em
    }

    #slideMain dt {
        font-size: 1.88rem;
        line-height: 1.33
    }

    #slideMain dd {
        font-size: 1.13rem;
        margin-top: 10px
    }

    #slideMain figure {
        max-height: 620px;
        overflow: hidden;
        position: relative;
        z-index: 0
    }

    #slideMain figure::before {
        content: '';
        display: block;
        padding-top: 45.38%;
        width: 100%
    }

    #slideMain figure img {
        bottom: -50vw;
        display: block;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: -50vw;
        width: 100%
    }
}

@media (min-width: 1200px) {
    #slideMain dt {
        font-size:2.25rem
    }
}

@media all and (-ms-high-contrast: none) and (max-width: 980px) {
    *::-ms-backdrop,#slideMain li {
        flex-direction:row;
        flex-wrap: wrap;
        align-content: flex-start
    }

    *::-ms-backdrop,#slideMain li figure {
        width: 100%
    }

    *::-ms-backdrop,#slideMain li .wrapper {
        width: 100%
    }

    *::-ms-backdrop,.js_fade_console .js_slide_wrapper {
        max-width: 100%;
        width: 279px
    }

    *::-ms-backdrop,.js_fade_console .js_slide_wrapper img {
        flex-shrink: 0
    }
}

.js_fade_wrapper ul {
    display: flex
}

.js_fade_wrapper ul li {
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
    flex-basis: 100%;
    opacity: 0;
    z-index: 0
}

.js_fade_wrapper ul li+li {
    margin-left: -100%
}

.js_fade_wrapper ul li.js_current {
    opacity: 1;
    z-index: 1
}

@media (max-width: 979px) {
    .js_fade_console {
        border-top:1px solid #d6d6d6;
        margin: 20px 20px 0;
        padding-top: 24px
    }
}

@media (min-width: 980px) {
    .js_fade_console {
        bottom:35px;
        left: 0;
        position: absolute;
        right: 0;
        z-index: 20
    }
}

@media (max-width: 479px) {
    .js_fade_console {
        margin:20px 10px 0
    }
}

.js_fade_console {
    text-align: center
}

.js_fade_console .js_slide_wrapper {
    display: inline-flex;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    max-width: 690px
}

.js_fade_console .js_slide_wrapper.js_slide_min {
    padding: 0
}

.js_fade_console .js_slide_wrapper.js_slide_min .js_slide_clip,.js_fade_console .js_slide_wrapper.js_slide_min .js_slide_basis {
    width: auto
}

.js_fade_console .js_slide_wrapper.js_slide_min ol {
    margin-left: 0 !important
}

.js_fade_console .js_slide_clip {
    display: flex;
    margin: 0;
    padding: 0;
    width: 690px
}

.js_fade_console .js_slide_basis {
    margin: 0;
    padding: 0
}

.js_fade_console .js_button_prev,.js_fade_console .js_button_next {
    background: url(/assets/img/home/ico_button_move.svg) right center no-repeat;
    bottom: 0;
    cursor: pointer;
    height: 20px;
    margin: auto;
    outline: none;
    position: absolute;
    top: 0;
    width: 20px
}

.js_fade_console .js_button_prev {
    left: 0;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.js_fade_console .js_button_next {
    right: 0
}

.js_fade_console .js_button_play {
    background: #027e9b url(/assets/img/home/ico_button_play.svg) right center no-repeat;
    background-size: auto 100%;
    border-radius: 4px;
    cursor: pointer;
    height: 44px;
    outline: none;
    width: 64px
}

.js_fade_console .js_button_play:hover {
    opacity: .7
}

.js_fade_console .js_button_play.js_active {
    background-position: left center
}

.js_fade_console .js_thumbnail {
    display: flex;
    padding: 1px 0;
    width: 100%
}

.js_fade_console .js_thumbnail img {
    border: 1px solid #d6d6d6;
    border-radius: 3px;
    box-sizing: border-box;
    display: block;
    margin: 0 auto;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    width: -webkit-calc(100% - 8px);
    width: calc(100% - 8px)
}

.js_fade_console .js_thumbnail li {
    cursor: pointer;
    outline: none;
    position: relative
}

.js_fade_console .js_thumbnail li::after {
    border: 3px solid #12b3c7;
    border-radius: 3px;
    box-sizing: border-box;
    bottom: -1px;
    content: '';
    display: block;
    height: -webkit-calc(100% + 2px);
    height: calc(100% + 2px);
    left: -1px;
    margin: auto;
    opacity: 0;
    position: absolute;
    top: -1px;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    right: -1px;
    width: -webkit-calc(100% - 6px);
    width: calc(100% - 6px)
}

.js_fade_console .js_thumbnail li.js_current::after {
    opacity: 1
}

.js_fade_console .js_thumbnail li:first-child {
    margin-left: -100%
}

.js_fade_console .js_thumbnail li:hover img {
    opacity: .7
}

.js_fade_console .js_slide_min .js_button_prev,.js_fade_console .js_slide_min .js_button_next {
    display: none
}

.js_fade_console .js_slide_min .js_thumbnail li:first-child {
    margin-left: 0
}

.js_fade_console .js_thumbnail2 li {
    border: 2px solid #d6d6d6;
    border-radius: 8px;
    display: inline-block !important;
    height: 12px;
    margin: 8px;
    width: 12px
}

.js_fade_console .js_thumbnail2 li.js_current {
    background-color: #12b3c7;
    border-color: #12b3c7
}

@media (max-width: 979px) {
    .js_fade_console_inner {
        align-items:center;
        display: flex;
        justify-content: center;
        margin-top: 12px;
        position: relative
    }

    .js_fade_console .js_slide_clip {
        box-sizing: border-box;
        margin: 0 auto;
        max-width: 279px;
        width: 100%
    }

    .js_fade_console .js_slide_basis {
        margin: 0 auto;
        width: 33.333%
    }

    .js_fade_console .js_button_play {
        height: 22px;
        margin-left: 25px;
        width: 32px
    }

    .js_fade_console .js_thumbnail {
        display: flex
    }

    .js_fade_console .js_thumbnail li {
        box-sizing: border-box;
        flex: 0 0 100%;
        max-width: 93px;
        width: 100%
    }
}

@media (min-width: 980px) {
    .js_fade_console {
        align-items:center;
        display: flex;
        justify-content: center
    }

    .js_fade_console .js_slide_wrapper {
        margin: 0
    }

    .js_fade_console .js_slide_basis {
        width: 115px
    }

    .js_fade_console .js_button_play {
        margin-left: 30px
    }

    .js_fade_console .js_thumbnail li {
        flex: 0 0 115px;
        width: 115px
    }

    .js_fade_console .js_thumbnail2 {
        display: none
    }
}

html[lang='en'] .sep4Col img {
    width: 278px
}

@media (max-width: 479px) {
    html[lang='en'] .sep4Col {
        text-align:center
    }
}

@media print {
    .homeContainer {
        width: 900px;
        overflow: hidden
    }

    #slideMain {
        border-bottom: 1px solid #d6d6d6;
        width: 900px
    }

    #slideMain .js_fade_wrapper .linkBtn {
        display: none
    }

    #slideMain .js_slide_wrapper,#slideMain .js_slide_clip,#slideMain .js_slide_basis {
        padding: 0;
        width: 900px;
        max-width: 900px
    }

    #slideMain .js_thumbnail {
        flex-wrap: wrap;
        margin: 0 0 0 -20px !important;
        width: 920px
    }

    #slideMain .js_thumbnail>li {
        margin: 0 0 20px 20px
    }

    #slideMain .js_fade_console {
        margin: 20px 0 0;
        width: 900px
    }

    #slideMain .js_button_prev,#slideMain .js_button_next,#slideMain .js_fade_console_inner,#slideMain .js_clone {
        display: none
    }

    #latestInformation .sepBlock {
        width: 100%
    }

    #latestInformation .sepBlock+.sepBlock {
        margin-top: 40px
    }

    #featureInner {
        position: relative !important
    }

    #feature.js_hide figure,#feature.js_hide h2,#feature.js_hide p {
        opacity: 1;
        -moz-transform: translate(0);
        -ms-transform: translate(0);
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    #service .homeServiceTask,#service .homeServiceIndustry .wm-list {
        margin: 0 -10px !important;
        width: 880px
    }

    #service .homeServiceTask>li,#service .homeServiceIndustry .wm-list>li {
        margin: 20px 0 0;
        padding: 0 10px
    }

    #service .homeServiceTask>li {
        flex: 0 0 293px;
        width: 293px
    }

    #service .homeServiceIndustry .wm-list>li {
        flex: 0 0 220px;
        width: 220px
    }

    #service .sep2Col {
        width: 880px
    }

    #service .sep2Col .sepBlock {
        margin: 20px 0 0 20px;
        width: 420px
    }

    #service .js_slide_basis .carouselList .sepBlock {
        flex: 0 0 300px;
        width: 300px
    }
}
