@charset "utf-8";
/* CSS Document */
/* =========================================================
   GIG5テンプレート拡張
========================================================= */

/* 導入事例一覧
--------------------------------------------------------- */
/* ----- icon ----- */
.icon-tag {
    padding-left: 20px;
    background: transparent url(https://www.fujitsu.com/downloads/JP/about/resources/case-studies/images/icon_tag.svg) no-repeat 0 1px;
    background-size: 15px auto;
    color: #8f0e1e;
    font-size: 1.2rem;
    font-weight: normal;
    line-height: 18px;
}
@media only screen and (max-width: 767px) {
    .icon-tag {
        padding-left: 16px;
        min-height: 13px;
        background-position: 0 0;
        background-size: 13px auto;
        font-size: 1.0rem;
        line-height: 1.4;
    }
}
.icon-loupe:before {
    display: inline-block;
    position: relative;
    top: -1px;
    left: 0;
    margin-top: 0;
    margin-right: 7px;
    width: 14px;
    height: 18px;
    border-width: 0;
    background: transparent url(https://www.fujitsu.com/downloads/JP/about/resources/case-studies/images/icon_loupe.svg) no-repeat 0 0;
    transform: rotate(0);
    vertical-align: middle;
    content: "";
}

/* ----- text ----- */
.section .section-inner .fs-14 {
    font-size: 1.6rem;
}
.hdg-b.diff-casestudy-noborder {
    padding-bottom: 0;
}
.hdg-b.diff-casestudy-noborder::before {
    content: none;
}

/* ----- section ----- */
.main-contents .section-inner {
    padding-right: 25px;
    padding-left: 25px;
    max-width: 1330px;
    overflow: hidden;
}
.section.diff-casestudy-btn .section-inner {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}
.main-contents .section + .section.diff-bg-casestudy .section-inner {
    padding-top: 0;
    overflow: visible;
}
@media only screen and (max-width: 767px) {
    .section-inner {
        padding-right: 0;
        padding-left: 0;
    }
    .list-casestudies {
        font-size: 1.2rem;
        line-height: 1.25;
    }
    .main-contents .section+.section.diff-bg-casestudy .section-inner {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.casestudy-hero ~ .section:not(#casestudy-contact):not(aside):not(.general-section) .section-inner {
    max-width: 780px;
    padding-right: 0;
    padding-left: 0;
    font-size: 1.8rem;
    line-height: 1.8;
}

@media only screen and (max-width: 1280px) {
    .casestudy-hero ~ .section:not(#casestudy-contact):not(aside):not(.general-section) .section-inner {
        padding-left: 8px;
        padding-right: 8px;
        padding-bottom: 64px;
    }
}

/* ----- Feature ----- */
.casestudy-feature {
    position: relative;
    margin-top: 16px;
    overflow: hidden;
}
.casestudy-feature:not(.is-complete) {
    height: 486px;
}
.casestudy-feature-slide {
    position: relative;
    height: 450px;
    overflow: hidden;
}
.casestudy-feature > .lyt-casestudy-feature {
    visibility: hidden;
    position: absolute;
    z-index: -1;
}
.casestudy-feature-slide .lyt-casestudy-feature {
    position: relative;
    display: flex;
    color: #fff;
    text-decoration: none;
}
.lyt-casestudy-feature::after {
    content: "";
    display: block;
    width: 360px;
    height: 287px;
    margin-left: -160px;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain;
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translateY(50%);
    font-size: 0vw;
}
.lyt-casestudy-feature__desc {
    display: flex;
    width: 50%;
    padding-top: 50px;
    justify-content: flex-end;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: left top;
    word-break: break-all;
}
.lyt-casestudy-feature__desc__inner {
    width: 410px;
    margin-right: 230px;
}
.lyt-casestudy-feature__title {
    font-size: 3.4rem;
    line-height: 1.2;
    margin-bottom: 16px;
}
.lyt-casestudy-feature__btn {
    display: block;
    margin-top: 16px !important;
    padding: .8125em .8125em .8125em 3.75em;
    position: relative;
}
.lyt-casestudy-feature__btn::before,
.lyt-casestudy-feature__btn::after {
    content: "";
    display: block;
    position: absolute;
}
.lyt-casestudy-feature__btn::before {
    width: 50px;
    height: 50px;
    border: 1px solid;
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.lyt-casestudy-feature__btn::after {
    width: 16px;
    height: 16px;
    border-top: 1px solid;
    border-right: 1px solid;
    left: 12px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}
.lyt-casestudy-feature__image {
    width: 50%;
    height: 450px;
    position: relative;
    overflow: hidden;
}
.lyt-casestudy-feature__image img {
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-width: initial;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all .4s ease-in-out;
}
.casestudy-feature-slide a:hover .lyt-casestudy-feature__image img {
    transform: scale(1.02) translateY(-50%);
}
.casestudy-feature-slide.resizing .lyt-casestudy-feature:not(.slick-current) {
    visibility: hidden;
}
/* slick */
.casestudy-feature-slide__arrows {
    width: 1400px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: -35px;
    z-index: 1;
}
.casestudy-feature-slide__arrows .slick-arrow {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    background: rgba(255,255,255,.3);
    transition: background .2s;
}
.casestudy-feature:hover .casestudy-feature-slide__arrows .slick-arrow {
    background: rgba(255,255,255,.6);
}
.casestudy-feature-slide__arrows .slick-prev {
    left: 0;
}
.casestudy-feature-slide__arrows .slick-next {
    right: 0;
}
.casestudy-feature-slide__arrows .slick-prev::before,
.casestudy-feature-slide__arrows .slick-next::before {
    border-width: 2px 0 0 2px;
    border-top-color: #000;
    border-left-color: #000;
    position: static;
}
.casestudy-feature-slide__arrows .slick-prev::before {
    margin-left: 28px;
}
.casestudy-feature-slide__arrows .slick-next::before {
    margin-left: 18px;
}
.casestudy-feature-slide__dots .slick-dots {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.casestudy-feature-slide__dots .slick-dots li {
    width: auto;
    margin: 0 5px;
}
.casestudy-feature-slide__dots .slick-dots li button {
    width: 11px;
    height: 11px;
    border-radius: 100%;
    background: rgba(0,0,0,.3);
}
.casestudy-feature-slide__dots .slick-dots li.slick-active button {
    background: #000;
}
.casestudy-feature-slide__dots .slick-dots li button::before {
    content: none;
}
/* symbol pattern */
.casestudy-mg-rd::after,.casestudy-mg-rd .lyt-casestudy-feature__image::after,
.casestudy-or-rd::after,.casestudy-or-rd .lyt-casestudy-feature__image::after,
.casestudy-yl-rd::after,.casestudy-yl-rd .lyt-casestudy-feature__image::after,
.casestudy-bl-rd::after,.casestudy-bl-rd .lyt-casestudy-feature__image::after {background-image: url(/imgv51/infinity/lf-red.png);}
.casestudy-rd-mg::after,.casestudy-rd-mg .lyt-casestudy-feature__image::after,
.casestudy-cy-mg::after,.casestudy-cy-mg .lyt-casestudy-feature__image::after,
.casestudy-or-mg::after,.casestudy-or-mg .lyt-casestudy-feature__image::after,
.casestudy-bl-mg::after,.casestudy-bl-mg .lyt-casestudy-feature__image::after {background-image: url(/imgv51/infinity/lf-magenta.png);}
.casestudy-cy-bl::after,.casestudy-cy-bl .lyt-casestudy-feature__image::after,
.casestudy-rd-bl::after,.casestudy-rd-bl .lyt-casestudy-feature__image::after,
.casestudy-dg-bl::after,.casestudy-dg-bl .lyt-casestudy-feature__image::after,
.casestudy-mg-bl::after,.casestudy-mg-bl .lyt-casestudy-feature__image::after {background-image: url(/imgv51/infinity/lf-blue.png);}
.casestudy-bl-cy::after,.casestudy-bl-cy .lyt-casestudy-feature__image::after,
.casestudy-yl-cy::after,.casestudy-yl-cy .lyt-casestudy-feature__image::after,
.casestudy-lg-cy::after,.casestudy-lg-cy .lyt-casestudy-feature__image::after,
.casestudy-mg-cy::after,.casestudy-mg-cy .lyt-casestudy-feature__image::after,
.casestudy-dg-cy::after,.casestudy-dg-cy .lyt-casestudy-feature__image::after {background-image: url(/imgv51/infinity/lf-cyan.png);}
.casestudy-lg-dg::after,.casestudy-lg-dg .lyt-casestudy-feature__image::after,
.casestudy-yl-dg::after,.casestudy-yl-dg .lyt-casestudy-feature__image::after,
.casestudy-cy-dg::after,.casestudy-cy-dg .lyt-casestudy-feature__image::after,
.casestudy-bl-dg::after,.casestudy-bl-dg .lyt-casestudy-feature__image::after {background-image: url(/imgv51/infinity/lf-darkgreen.png);}
.casestudy-dg-lg::after,.casestudy-dg-lg .lyt-casestudy-feature__image::after,
.casestudy-cy-lg::after,.casestudy-cy-lg .lyt-casestudy-feature__image::after {background-image: url(/imgv51/infinity/lf-lightgreen.png);}
.casestudy-or-yl::after,.casestudy-or-yl .lyt-casestudy-feature__image::after,
.casestudy-cy-yl::after,.casestudy-cy-yl .lyt-casestudy-feature__image::after,
.casestudy-rd-yl::after,.casestudy-rd-yl .lyt-casestudy-feature__image::after,
.casestudy-dg-yl::after,.casestudy-dg-yl .lyt-casestudy-feature__image::after {background-image: url(/imgv51/infinity/lf-yellow.png);}
.casestudy-rd-or::after,.casestudy-rd-or .lyt-casestudy-feature__image::after,
.casestudy-yl-or::after,.casestudy-yl-or .lyt-casestudy-feature__image::after,
.casestudy-mg-or::after,.casestudy-mg-or .lyt-casestudy-feature__image::after {background-image: url(/imgv51/infinity/lf-orange.png);}
/* font color */
.casestudy-feature-slide .casestudy-or-rd,
.casestudy-feature-slide .casestudy-cy-bl,
.casestudy-feature-slide .casestudy-lg-dg,
.casestudy-feature-slide .casestudy-or-yl,
.casestudy-feature-slide .casestudy-yl-or,
.casestudy-feature-slide .casestudy-cy-yl,
.casestudy-feature-slide .casestudy-yl-cy,
.casestudy-feature-slide .casestudy-lg-cy,
.casestudy-feature-slide .casestudy-cy-lg,
.casestudy-feature-slide .casestudy-cy-mg,
.casestudy-feature-slide .casestudy-yl-rd,
.casestudy-feature-slide .casestudy-or-mg,
.casestudy-feature-slide .casestudy-yl-dg,
.casestudy-feature-slide .casestudy-cy-dg {color: #000;}
/* background pattern */
.casestudy-rd-mg .lyt-casestudy-feature__desc {background-image: url(/imgv51/infinity/lf-bgg-rd-mg.png);}
.casestudy-mg-rd .lyt-casestudy-feature__desc {background-image: url(/imgv51/infinity/lf-bgg-mg-rd.png);}
.casestudy-rd-or .lyt-casestudy-feature__desc {background-image: url(/imgv51/infinity/lf-bgg-rd-or.png);}
.casestudy-or-rd .lyt-casestudy-feature__desc {background-image: url(/imgv51/infinity/lf-bgg-or-rd.png);}
.casestudy-bl-cy .lyt-casestudy-feature__desc {background-image: url(/imgv51/infinity/lf-bgg-bl-cy.png);}
.casestudy-cy-bl .lyt-casestudy-feature__desc {background-image: url(/imgv51/infinity/lf-bgg-cy-bl.png);}
.casestudy-dg-lg .lyt-casestudy-feature__desc {background-image: url(/imgv51/infinity/lf-bgg-dg-lg.png);}
.casestudy-lg-dg .lyt-casestudy-feature__desc {background-image: url(/imgv51/infinity/lf-bgg-lg-dg.png);}
.casestudy-or-yl .lyt-casestudy-feature__desc {background-image: url(/imgv51/infinity/lf-bgg-or-yl.png);}
.casestudy-yl-or .lyt-casestudy-feature__desc {background-image: url(/imgv51/infinity/lf-bgg-yl-or.png);}
.casestudy-cy-yl .lyt-casestudy-feature__desc {background-image: url(/imgv51/infinity/lf-bgg-cy-yl.png);}
.casestudy-yl-cy .lyt-casestudy-feature__desc {background-image: url(/imgv51/infinity/lf-bgg-yl-cy.png);}
.casestudy-lg-cy .lyt-casestudy-feature__desc {background-image: url(/imgv51/infinity/lf-bgg-lg-cy.png);}
.casestudy-cy-lg .lyt-casestudy-feature__desc {background-image: url(/imgv51/infinity/lf-bgg-cy-lg.png);}
.casestudy-mg-cy .lyt-casestudy-feature__desc {background-image: url(/imgv51/infinity/lf-bgg-mg-cy.png);}
.casestudy-cy-mg .lyt-casestudy-feature__desc {background-image: url(/imgv51/infinity/lf-bgg-cy-mg.png);}
.casestudy-rd-yl .lyt-casestudy-feature__desc {background-image: url(/imgv51/infinity/lf-bgg-rd-yl.png);}
.casestudy-yl-rd .lyt-casestudy-feature__desc {background-image: url(/imgv51/infinity/lf-bgg-yl-rd.png);}
.casestudy-mg-or .lyt-casestudy-feature__desc {background-image: url(/imgv51/infinity/lf-bgg-mg-or.png);}
.casestudy-or-mg .lyt-casestudy-feature__desc {background-image: url(/imgv51/infinity/lf-bgg-or-mg.png);}
.casestudy-dg-yl .lyt-casestudy-feature__desc {background-image: url(/imgv51/infinity/lf-bgg-dg-yl.png);}
.casestudy-yl-dg .lyt-casestudy-feature__desc {background-image: url(/imgv51/infinity/lf-bgg-yl-dg.png);}
.casestudy-dg-cy .lyt-casestudy-feature__desc {background-image: url(/imgv51/infinity/lf-bgg-dg-cy.png);}
.casestudy-cy-dg .lyt-casestudy-feature__desc {background-image: url(/imgv51/infinity/lf-bgg-cy-dg.png);}
.casestudy-rd-bl .lyt-casestudy-feature__desc {background-image: url(/imgv51/infinity/lf-bgg-rd-bl.png);}
.casestudy-bl-rd .lyt-casestudy-feature__desc {background-image: url(/imgv51/infinity/lf-bgg-bl-rd.png);}
.casestudy-bl-dg .lyt-casestudy-feature__desc {background-image: url(/imgv51/infinity/lf-bgg-bl-dg.png);}
.casestudy-dg-bl .lyt-casestudy-feature__desc {background-image: url(/imgv51/infinity/lf-bgg-dg-bl.png);}
.casestudy-bl-mg .lyt-casestudy-feature__desc {background-image: url(/imgv51/infinity/lf-bgg-bl-mg.png);}
.casestudy-mg-bl .lyt-casestudy-feature__desc {background-image: url(/imgv51/infinity/lf-bgg-mg-bl.png);}

@media only screen and (min-width:768px) {
    .casestudy-feature-slide .casestudy-slides:not(.slick-initialized) {
        height: 450px;
        visibility: hidden;
    }
    .casestudy-feature-slide .lyt-casestudy-feature {
        position: relative;
        opacity: 1;
        transition: opacity .4s;
        backface-visibility: hidden;
    }
    [data-slide-initial] .lyt-casestudy-feature__desc {
        padding-top: 80px;
    }
    .lyt-casestudy-feature__image::after {
        content: none !important;
    }
}
@media only screen and (max-width:1400px) {
    .casestudy-feature-slide__arrows {
        display: none;
    }
}
@media only screen and (max-width:1280px) {
    .casestudy-feature-slide .lyt-casestudy-feature::after {
        width: calc(360vw*100/1280);
        height: calc(287vw*100/1280);
        margin-left: calc(-160vw*100/1280);
    }
    .lyt-casestudy-feature__btn {
        padding-left: 50px;
    }
    .lyt-casestudy-feature__btn::before {
        width: 42px;
        height: 42px;
    }
    .lyt-casestudy-feature__btn::after {
        width: 12px;
        height: 12px;
        left: 12px
    }
    .lyt-casestudy-feature__desc__inner {
        width: 100%;
        margin-right: calc(230vw*100/1280);
        padding-left: 8px;
        padding-left: 16px;
    }
    .lyt-casestudy-feature__title {
        font-size: calc(34vw*100/1280);
    }
    .lyt-casestudy-feature__image img {
        height: 100%;
        right: 50%;
        transform: translate(50%, -50%);
    }
    .casestudy-feature-slide a:hover .lyt-casestudy-feature__image img {
        transform: scale(1.02) translate(50%, -50%);
    }
}
@media only screen and (max-width:1000px) {
    .casestudy-feature:not(.is-complete),
    .casestudy-feature-slide,
    .lyt-casestudy-feature__image {
        height: calc(450vw*100/1000);
    }
    .lyt-casestudy-feature__desc {
        padding-top: 40px;
    }
    .lyt-casestudy-feature__text,
    .lyt-casestudy-feature__btn {
        font-size: 1.4rem;
    }
    .lyt-casestudy-feature__btn {
        padding-left: 42px;
    }
    .lyt-casestudy-feature__btn::before {
        width: 34px;
        height: 34px;
    }
    .lyt-casestudy-feature__btn::after {
        width: 10px;
        height: 10px;
        left: 10px
    }
}
@media only screen and (max-width:767px) {
    .casestudy-feature:not(.is-complete) {
        min-height: calc(99vw + 36px);
    }
    .casestudy-feature:not(.is-complete) .casestudy-feature-slide {
        height: 99vw;
    }
    .casestudy-feature-slide {
        height: auto;
        max-height: none;
        max-height: initial;
    }
    .casestudy-feature-slide .lyt-casestudy-feature {
        display: block;
    }
    .casestudy-feature-slide .lyt-casestudy-feature::after {
        content: none;
    }
    .lyt-casestudy-feature__desc {
        display: block;
        width: 100%;
        min-height: 50vw;
        padding: 30px 20px;
    }
    .lyt-casestudy-feature__desc__inner {
        margin: 0;
        padding: 0;
    }
    .lyt-casestudy-feature__title {
        font-size: 2.2rem;
        line-height: 1.4;
    }
    .lyt-casestudy-feature__text {
        font-size: 1.6rem;
    }
    .lyt-casestudy-feature__image {
        width: 100%;
        height: 0;
        padding-top: 49%;
    }
    .lyt-casestudy-feature__image::after {
        content: "";
        display: block;
        width: calc(336vw*100/767);
        height: calc(266vw*100/767);
        top: calc(100vw*100/767);
        z-index: 1;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        font-size: 0vw;
        background-repeat: no-repeat;
        background-position: top left;
        background-size: contain;
    }
    .lyt-casestudy-feature__image img {
        width: 100%;
        height: auto;
    }
    .lyt-casestudy-feature__image::before {
        content: "";
        display: block;
        width: 50%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(0,0,0,.5);
        z-index: 1;
    }
    /* background pattern */
    .casestudy-or-rd .lyt-casestudy-feature__desc,
    .casestudy-cy-bl .lyt-casestudy-feature__desc,
    .casestudy-lg-dg .lyt-casestudy-feature__desc,
    .casestudy-cy-mg .lyt-casestudy-feature__desc,
    .casestudy-or-mg .lyt-casestudy-feature__desc,
    .casestudy-cy-mg .lyt-casestudy-feature__desc,
    .casestudy-yl-dg .lyt-casestudy-feature__desc,
    .casestudy-cy-dg .lyt-casestudy-feature__desc {
        background-size: 140% auto;
    }
}
@media only screen and (max-width:480px) {
    .casestudy-feature:not(.is-complete) {
        min-height: calc(123vw + 36px);
    }
    .casestudy-feature:not(.is-complete) .casestudy-feature-slide {
        height: 123vw;
    }
    .lyt-casestudy-feature__desc {
        min-height: 74vw;
    }
}

/* ----- button ----- */
.area-casestudy-button {
    display: block;
    margin-top: 12px;
}
.is-noremainder + .area-casestudy-button {
    display: none;
}
.area-casestudy-button .btn-a {
    box-sizing: border-box;
    width: 100%;
    cursor: pointer;
}
.area-casestudy-button .btn-b {
    display: block;
    max-width: 400px;
    margin: 0 auto;
    padding: 13px 24px;
    border-radius: 50px;
    font-weight: bold;
    box-shadow: none;
}
.searcharea-casestudy-btn .btn-b {
    min-width: 200px;
    padding: 8px 16px;
    border-radius: 26px;
    font-weight: bold;
    box-shadow: none;
}
.area-casestudy-button .btn-b.icon-loupe,
.searcharea-casestudy-btn .btn-b.icon-loupe {
    border: 2px solid #2400b0;
    background: #fff;
    color: #2400b0 !important;
}
.area-casestudy-button .btn-b.icon-loupe:before,
.searcharea-casestudy-btn .btn-b.icon-loupe::before {
    background: transparent url(/jp/imagesgig5/icon_loupe_bl_tcm102-6336890_tcm102-2750236-32.svg) no-repeat 0 0;
}
.btn-b.diff-casestudy-more {
    border-color: #000;
    background-color: #000;
    color: #fff;
}
.btn-b.diff-casestudy-clear {
    border-color: #fff;
    background-color: #fff;
    border-radius: 26px;
    color: #000 !important;
}
.btn-b.diff-casestudy-more:hover,
.btn-b.diff-casestudy-clear:hover {
    opacity: .8;
}
.btn-b.diff-casestudy-more:before,
.btn-b.diff-casestudy-clear:before {
    display: none;
}
.btn-b.diff-casestudy-more:after {
    display: inline-block;
    position: relative;
    top: -3px;
    margin-left: 16px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(135deg);
    vertical-align: middle;
    content: "";
}
@media only screen and (min-width:768px) {
    .area-casestudy-button .btn-b.icon-loupe:hover,
    .searcharea-casestudy-btn .btn-b.icon-loupe:hover {
        background: #2400b0;
        color: #fff !important;
    }
    .area-casestudy-button .btn-b.icon-loupe:hover::before,
    .searcharea-casestudy-btn .icon-loupe:hover::before {
        background: transparent url(https://www.fujitsu.com/downloads/JP/about/resources/case-studies/images/icon_loupe.svg) no-repeat 0 0;
    }
}
@media only screen and (max-width: 767px) {
    .area-casestudy-button {
        margin-top: 0;
    }
    .btn-b.diff-casestudy-more {
        padding: 15px 10px;
        font-size: 1.8rem;
    }
    .searcharea-casestudy-btn .btn-b {
        display: block;
        min-width: 100%;
        min-height: 30px;
        padding: 5px;
    }
}

/* ----- tag list ----- */
.list-tags__item {
    display: inline-block;
}
.list-tags > .list-tags__item:not(:last-child)::after {
    content: ",";
    margin-right: .25em;
}
.list-casestudies__item .list-tags__item {
    background: #6d6e70;
    margin: 0 0 4px 4px;
    padding: 4px 14px;
    border-radius: 26px;
    font-size: 1.2rem;
    line-height: 1.4;
    color: #fff;
}
.list-casestudies__item .list-tags__item::after {
    content: none !important;
}

/* ----- case study list ----- */
.list-casestudies-wrapper {
    margin: 10px -25px 0;
    padding: 0 25px 30px;
    max-height: 0;
    overflow: hidden;
}
.list-casestudies-wrapper.is-transition {
    transition: max-height 1s;
}
.list-casestudies {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
    margin-left: -10px;
    margin-right: -10px;
}
.list-casestudies__item {
    display: none;
    margin: 40px 10px 0;
    width: calc(33.3333% - 20px);
    background-color: #fff;
}
.list-casestudies-related .list-casestudies__item {
    width: calc(25% - 20px);
}
.is-all .list-casestudies__item{
    display: block;
}
.list-casestudies__link {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    box-sizing: border-box;
    padding: 0 0 20px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    text-decoration: none;
    transition: box-shadow .3s, opacity .3s;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.15);
}
.list-casestudies__link:hover {
    color: #000;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
    opacity: .7;
}
.list-casestudies__image {
    position: relative;
    padding-top: 48.366%;
    overflow: hidden;
}
.list-casestudies__image .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}
.list-casestudies__title,
.list-casestudies__text {
    margin-right: 20px;
    margin-left: 20px;
}
.list-casestudies .list-tags {
    display: flex;
    flex-wrap: wrap;
    margin-right: 20px;
    margin-left: 16px;
}
.list-casestudies__title {
    margin-top: 20px;
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1.4;
}
.list-casestudies__text {
    margin-top: 8px;
}
.list-casestudies__tags {
    margin-top: 40px;
    margin-bottom: -2px;
}
@media only screen and (max-width: 767px) {
    .list-casestudies-wrapper {
        margin: 0 -20px;
        padding: 0 20px;
    }
    .list-casestudies-wrapper.is-noremainder {
        padding-bottom: 30px;
    }
    .list-casestudies {
        display: block;
        margin: 0;
        width: 100%;
    }
    .list-casestudies__item {
        margin-top: 30px;
        margin-right: 0;
        margin-left: 0;
        width: 100%;
    }
    .list-casestudies__link {
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    }
    .list-casestudies__title {
        margin-top: 16px;
        font-size: 1.6rem;
    }
    .list-casestudies__text {
        margin-top: 6px;
    }
    .list-casestudies .list-tags {
        margin-top: 16px;
    }
    .list-casestudies-related .list-casestudies__item {
        width: 100%;
    }
    .list-casestudies-related .list-casestudies__item:not(:first-child) {
        margin-top: 20px;
    }
    .list-casestudies-related .list-casestudies__link {
        padding: 15px 25px;
    }
    .list-casestudies-related .list-casestudies__title {
        margin: 0;
        font-size: 1.8rem;
    }
    .list-casestudies-related .list-casestudies__text {
        margin-left: 0;
        margin-right: 0;
        font-size: 1.4rem;
        line-height: 1.3;
        color: #4a4a4a;
    }
    .list-casestudies-related .list-casestudies__image,
    .list-casestudies-related .list-tags {
        display: none;
    }
}

/* ----- search area : base, footer ----- */
.modal-overlay {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    min-height: 100vh;
    background: rgba(0,0,0,.7);
    display: none;
    opacity: 0;
    transition: opacity .3s;
}
.is-on .modal-overlay {
    opacity: 1;
}
.is-on .modal-overlay,
.is-on .searcharea-casestudy {
    display: block;
}
.searcharea-casestudy {
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: scroll;
    padding: 50px 15px 0;
    text-align: center;
    display: none;
}
.searcharea-casestudy-inner {
    display: inline-block;
    width: 100%;
    max-width: 1280px;
    min-height: calc(100vh - 50px);
    padding: 40px 4%;
    background: #fff;
    vertical-align: middle;
    text-align: left;
    position: relative;
    transform: translate3d(0,0,0);
    -webkit-animation: modal-opening .3s forwards;
    animation: modal-opening .3s forwards;
}
.is-footer-static .searcharea-casestudy-inner {
    min-height: 0;
    -webkit-animation: modal-opening-nozoom .3s forwards;
    animation: modal-opening-nozoom .3s forwards;
}
.searcharea-casestudy-footer {
    width: 100%;
    padding: 0 15px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    text-align: center;
    transform: translate3d(0,0,0);
    -webkit-animation: modal-opening .4s forwards;
    animation: modal-opening .4s forwards;
}
.is-footer-static .searcharea-casestudy-footer {
    position: static;
    padding: 0;
    -webkit-animation: modal-opening-nozoom .3s forwards;
    animation: modal-opening-nozoom .3s forwards;
}
.searcharea-casestudy-footer-inner {
    display: inline-block;
    width: 100%;
    padding: 20px 4%;
    max-width: 1280px;
    background: #dcdcdc;
    vertical-align: bottom;
    position: relative;
    text-align: left;
}
.searcharea-casestudy-footer-inner::before {
    content: "";
    display: block;
    height: 60px;
    width: 100%;
    position: absolute;
    top: -60px;
    left: 0;
    background: linear-gradient(rgba(255,255,255,0) 0%,rgba(255,255,255,.8) 30%,rgba(255,255,255,1) 60%);
    z-index: 1;
}
.is-footer-static .searcharea-casestudy-footer-inner::before {
    content: none;
}
.searcharea-casestudy-result {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
}
.searcharea-casestudy-result__title {
    font-weight: bold;
    flex: none;
}
.searcharea-casestudy-result__body {
    flex: 1;
}
.searcharea-casestudy-btn {
    display: flex;
    justify-content: center;
}
.searcharea-casestudy-btn__item {
    margin: 0 20px;
}
.searcharea-casestudy-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 22px;
    height: 22px;
    transform: translateY(-38px);
}
.searcharea-casestudy-close__button {
    display: block;
    width: inherit;
    height: inherit;
    background: transparent url(https://www.fujitsu.com/downloads/JP/about/resources/case-studies/images/icon_close.svg) no-repeat 0 0;
    background-size: contain;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
@media only screen and (max-width: 767px) {
    .searcharea-casestudy {
        padding-top: 35px;
    }
    .searcharea-casestudy-inner {
        padding: 15px;
    }
    .searcharea-casestudy-footer-inner {
        padding-top: 15px;
        padding-bottom: 30px;
    }
    .searcharea-casestudy-footer-inner::before {
        height: 40px;
        top: -40px;
    }
    .searcharea-casestudy-btn {
        flex-direction: column-reverse;
    }
    .searcharea-casestudy-btn__item {
        margin: 0 0 10px;
    }
    .searcharea-casestudy-close {
        width: 12px;
        height: 12px;
        transform: translateY(-20px);
    }
}
@-webkit-keyframes modal-opening {
    from {
        -webkit-transform:scale(0.95);
        transform:scale(0.95);
        opacity:0;
    }
    to {
        -webkit-transform:scale(1);
        transform:scale(1);
        opacity:1;
    }
}
@keyframes modal-opening {
    from {
        -webkit-transform:scale(0.95);
        transform:scale(0.95);
        opacity:0;
    }
    to {
        -webkit-transform:scale(1);
        transform:scale(1);
        opacity:1;
    }
}
@-webkit-keyframes modal-opening-nozoom {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@keyframes modal-opening-nozoom {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}

/* ----- search area : body ----- */
/* base */
.list-casestudy-refine > *:first-child {
    margin-top: 0;
}
.list-casestudy-refine__summary {
    margin: 30px 0 14px;
    padding: 5px 16px;
    font-weight: bold;
    font-size: 1.8rem;
    background: linear-gradient(135deg, #00e7ef 30%, #1740c3 100%);
}
.list-casestudy-refine__title {
    padding: 0 16px;
    margin-bottom: 14px;
    font-weight: bold;
}
.list-casestudy-refine__body {
    margin: 20px 0 14px;
    padding: 0 16px;
}
.list-casestudy-refine__body:last-child {
    padding-bottom: 60px;
    margin-bottom: 0;
}
.list-casestudy-refine__summary + .list-casestudy-refine__body,
.list-casestudy-refine__title + .list-casestudy-refine__body {
    margin-top: 0;
}
.list-casestudy-refine__body + .list-casestudy-refine__title {
    padding-top: 20px;
    border-top: 1px solid #d9d9d9;
}
@media only screen and (max-width: 767px) {
    .list-casestudy-refine__summary {
        background: linear-gradient(135deg, #00e7ef 30%, #05B6E2 100%);
        padding: 4 10px;
        font-size: 1.4rem;
    }
    .list-casestudy-refine__title,
    .list-casestudy-refine__body {
        padding: 0 10px;
        font-size: 1.4rem;
    }
    .list-casestudy-refine__body {
        font-size: 1.3rem;
    }
    .list-casestudy-refine__body:last-child {
        padding-bottom: 40px;
    }
    .searcharea-casestudy-result {
        display: block;
        font-size: 1.4rem;
    }
    .searcharea-casestudy-result__title,
    .searcharea-casestudy-result__body,
    .searcharea-casestudy-result__body .list-tags {
        display: inline !important;
    }
}
/* category checkbox */
.list-casestudy-category {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
}
.list-casestudy-category__item {
    display: block;
    margin: 0 30px 16px 0;
}
.list-casestudy-category__label {
    display: block;
    width: auto;
    min-height: 18px;
    overflow: hidden;
    cursor: pointer;
    line-height: 18px;
}
.list-casestudy-category__label.is-disabled {
    opacity: .3;
    cursor: default;
}
.list-casestudy-category__label > span {
    display: block;
    position: relative;
    padding-left: 28px;
}
.list-casestudy-category__label > span::before,
.list-casestudy-category__label input[type="checkbox"]:checked + span::after {
    content: "";
    display: block;
    position: absolute;
}
.list-casestudy-category__label > span::before {
    top: 0;
    left: 0px;
    width: 18px;
    height: 18px;
    border: 1px solid #707070;
    z-index: 1;
}
.list-casestudy-category__label input[type="checkbox"]:checked + span::before {
    border: 1px solid #2400b0;
    background-color: #2400b0;
}
.list-casestudy-category__label input[type="checkbox"]:checked + span::after {
    top: 2px;
    left: 6px;
    width: 6px;
    height: 12px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
    z-index: 2;
}
.list-casestudy-category__checkbox {
    position: absolute;
    visibility: hidden;
}
.list-casestudy-category__num__holder {
    display: inline-block;
    min-width: 2em;
}
@media only screen and (max-width: 767px) {
    .list-casestudy-category__item {
        width: 50%;
        margin: 0 0 10px;
        padding-right: 10px;
    }
    .list-casestudy-category__label {
        line-height: 1.4;
    }
    .list-casestudy-category__num__holder {
        min-width: none;
    }
}

/* ----- display ----- */
.is-hidden {
    display: none;
}
html.is-on {
    overflow: hidden;
}
.selected-keywords {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #bebebe;
    padding-bottom: 20px;
    margin-top: 30px;
}
.selected-keywords-title {
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
}
@media only screen and (max-width: 480px) {
    .selected-keywords {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.search-result{
    margin-top: 30px;
    font-size: 2.0rem;
}
.customer-background {
    background-color:#f7f7f7;
}

/* ----- top kfa section ----- */
.casestudy-kfalink {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -40px;
    margin-bottom: -56px !important;
}
.casestudy-kfalink > li {
    width: calc(25% - 40px);
    margin: 0 0 56px 40px;
}
.casestudy-kfalink-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    text-align: center;
    text-decoration: none;
}
.casestudy-kfalink-thumb {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 100%;
    background: linear-gradient(135deg, #dcdcdc 0%, #fff 90%);
    border-radius: 50%;
    overflow: hidden;
    transform: translate3d(0,0,0);
}
.casestudy-kfalink-thumb::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity .4s;
}
.casestudy-kfalink-item:hover .casestudy-kfalink-thumb::before {
    opacity: 1;
}
.casestudy-kfalink-item.casestudy-diff-cy-lg:hover .casestudy-kfalink-thumb::before {
    background: linear-gradient(135deg, #00ecf4 18%, #75d700 99%);
}
.casestudy-kfalink-item.casestudy-diff-mg-cy:hover .casestudy-kfalink-thumb::before {
    background: linear-gradient(135deg, #d80084 18%, #00ecf4 99%);
}
.casestudy-kfalink-thumb img {
    position: absolute;
    width: 71%;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.casestudy-kfalink-desc {
    margin-top: 20px;
    /* font-weight: bold; */
}
.casestudy-kfalink-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 30px;
    padding: 15px 0 15px 25px;
    background: #000;
    color: #fff;
    line-height: 1.4;
    border-radius: 53px;
    transition: opacity .4s;
}
.casestudy-kfalink-item:hover .casestudy-kfalink-btn {
    opacity: .7;
}
.casestudy-kfalink-btn::after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg);
    margin: 0 20px 0 10px;
    flex: none;
}
@media only screen and (max-width: 1000px) {
    .casestudy-kfalink {
        margin-left: -20px;
    }
    .casestudy-kfalink > li {
        width: calc(25% - 20px);
        margin-left: 20px;
    }
    .casestudy-kfalink-btn {
        padding: 10px 0 10px 20px;
    }
}
@media only screen and (max-width: 767px) {
    .casestudy-kfalink {
        margin-bottom: -40px !important;
        justify-content: flex-start;
    }
    .casestudy-kfalink > li {
        width: calc(50% - 20px);
        margin: 0 0 40px 20px;
    }
    .casestudy-kfalink-thumb {
        width: 60%;
        margin: 0 auto;
        padding-top: 60%;
    }
    .casestudy-kfalink-btn {
        height: 4em;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        padding: 8px 36px 8px 16px;
        font-size: 1.4rem;
        position: relative;
    }
    .casestudy-kfalink-btn::after {
        position: absolute;
        top: 50%;
        right: 24px;
        margin: 0;
        transform: rotate(45deg) translateY(-50%);
    }
}
@media only screen and (max-width: 480px) {
    .casestudy-kfalink-thumb {
        width: 80%;
        padding-top: 80%;
    }
    .casestudy-kfalink-desc {
        font-size: 1.4rem;
    }
    .casestudy-kfalink-desc br {
        display: none;
    }
    .casestudy-kfalink-btn {
        width: 100%;
        padding-right: 24px;
        font-size: 1.2rem;
    }
    .casestudy-kfalink-btn::after {
        right: 20px;
    }
}

/* ----- main visual (image or movie) ----- */
.casestudy-hero {
    background: url(https://www.fujitsu.com/downloads/JP/about/resources/case-studies/images/common_bg_01.png) left center no-repeat;
    background-size: cover;
}
.casestudy-hero .company-name {
    margin-top: 20px !important;
}
.casestudy-hero.hero-area-c {
    height: auto;
    max-height: none;
    max-height: initial;
    min-height: 382px;
    padding: 0 25px;
}
.casestudy-hero.hero-area-c .content {
    padding: 38px 0;
}
.casestudy-hero.hero-area-c .content-inner {
    position: relative;
    z-index: 1;
    margin: 0;
    max-width: inherit;
}
.main-contents .casestudy-hero.b-hero-area-movie .section-inner {
    padding: 38px 25px;
}
.casestudy-hero.b-hero-area-movie .lyt-panel-a .main-txt > *,
.casestudy-hero.hero-area-c .main-txt > * {
    font-size: 1.8rem;
    font-weight: normal;
}
.casestudy-hero.b-hero-area-movie .lyt-panel-a .sub-txt,
.casestudy-hero.hero-area-c .sub-txt > * {
    font-size: 3rem;
    line-height: 1.4;
}

.casestudy-hero.b-hero-area-movie .lyt-panel-a .sub-txt.sub-txt-inner-img,
.casestudy-hero.hero-area-c .sub-txt.sub-txt-inner-img {
    background: #fff;
}

.casestudy-hero.b-hero-area-movie .lyt-panel-a .sub-txt.sub-txt-inner-img .company-name-img,
.casestudy-hero.hero-area-c .sub-txt.sub-txt-inner-img .company-name-img {
    padding: 0px 12px;
}

.casestudy-hero.b-hero-area-movie .lyt-panel-a .sub-txt.sub-txt-inner-img .company-name, .casestudy-hero.hero-area-c .sub-txt.sub-txt-inner-img .company-name {
    font-size: 1.8rem;
    font-weight: normal;
    padding: 0px 12px;
}

.casestudy-hero.b-hero-area-movie .lyt-panel-a .sub-txt.sub-txt-inner-img > p,
.casestudy-hero.hero-area-c .sub-txt.sub-txt-inner-img > p {
    padding: 8px 12px;
}

.casestudy-hero.b-hero-area-movie .lyt-panel-a .movie .panel-visual {
    height: 0;
    padding-top: 23.95%;
    position: relative;
    overflow: hidden;
}
.casestudy-hero.b-hero-area-movie .lyt-panel-a .movie .panel-visual iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media only screen and (max-width:1280px) {
    .casestudy-hero.hero-area-c,
    .casestudy-hero.hero-area-c .visual {
        min-height: calc(382vw*100/1280);
    }
}
@media only screen and (min-width: 769px) {
    .casestudy-hero.b-hero-area-movie .lyt-panel-a .movie .panel-visual {
        width: 42.5785%;
    }
    .casestudy-hero.b-hero-area-movie .lyt-panel-a .panel-content,
    .casestudy-hero.hero-area-c .content-inner {
        width: 57.4215%;
        padding: 0 4.6875% 0 0;
    }
    .casestudy-hero.hero-area-c .visual {
        height: 100%;
    }
    .casestudy-hero.hero-area-c .visual > img {
        min-height: initial;
        height: auto;
        top: 38px;
        right: 0;
        width: 42.5785%;
    }
}
@media only screen and (min-width: 769px) and (max-width: 1000px) {
    .casestudy-hero.hero-area-c .content-inner,
    .casestudy-hero.b-hero-area-movie .lyt-panel-a .panel-content {
        width: 50%;
        padding-right: 24px;
    }
    .casestudy-hero.hero-area-c .visual > img {
        width: 50%;
    }
    .casestudy-hero.b-hero-area-movie .lyt-panel-a .movie .panel-visual {
        width: 50%;
        padding-top: 28.125%;
    }
}
@media only screen and (max-width: 768px) {
    .casestudy-hero.b-hero-area-movie .lyt-panel-a .movie .panel-visual {
        width: 100%;
        padding-top: 56.25%;
    }
    .casestudy-hero.b-hero-area-movie .lyt-panel-a .sub-txt {
        font-size: 2.4rem;
    }
    .casestudy-hero.b-hero-area-movie .lyt-panel-a .panels {
        display: block;
    }
    .casestudy-hero.b-hero-area-movie .lyt-panel-a .panel-content {
        padding: 0 0 24px;
    }
    .casestudy-hero.hero-area-c .content {
        display: block;
    }
    .casestudy-hero.hero-area-c .sub-txt > * {
        font-size: 2.4rem;
    }
    .casestudy-hero.hero-area-c .visual {
        position: static;
        height: auto;
    }
    .casestudy-hero.hero-area-c .content-inner {
        padding: 0 0 38px;
        background: none;
        color: #000;
    }
    .casestudy-hero.hero-area-c .visual > img {
        position: static;
        width: 100%;
        height: auto;
    }
}

/* ----- blockquote ----- */
.casestudy-quote {
    margin: 0;
}
.casestudy-quote .casestudy-quote-body {
    position: relative;
    padding: 34px 70px 34px;
}
.casestudy-quote .casestudy-quote-body::before,
.casestudy-quote .casestudy-quote-body::after {
    content: "";
    display: block;
    width: 50px;
    height: 38px;
    background: url(https://www.fujitsu.com/downloads/JP/about/resources/case-studies/images/quote_01.png) 0 0 no-repeat;
    position: absolute;
    background-size: 100% auto;
}
.casestudy-quote .casestudy-quote-body::before {
    left: 0;
    top: 14px;
}
.casestudy-quote .casestudy-quote-body::after {
    right: 0;
    bottom: 30px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
@media only screen and (max-width: 767px) {
    .casestudy-quote {
        margin: 0;
    }
    .casestudy-quote .casestudy-quote-body {
        padding: 28px 38px;
    }
    .casestudy-quote .casestudy-quote-body::before,
    .casestudy-quote .casestudy-quote-body::after {
        width: 30px;
        height: 23px;
    }
    .casestudy-quote .casestudy-quote-body::after {
        bottom: 24px;
    }
}

/* ----- narrow block ----- */
.casestudy-inner-narrow {
    padding: 0;
}
@media only screen and (max-width: 767px) {
    .casestudy-inner-narrow {
        padding: 0;
    }
}

/* -----  casestudy effect ----- */
.casestudy-effect {
    margin: 34px 0;
}
.casestudy-effect-labels {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.casestudy-effect-label-01 {
    width: calc(50.46% - 80px);
    margin-right: 80px;
    color: #57564f;
}
.casestudy-effect-label-02 {
    width: calc(43.54% + 80px);
}
.casestudy-effect-label-01,
.casestudy-effect-label-02 {
    font-weight: bold;
    font-size: 2.4rem;
    text-align: center;
}
.casestudy-effect-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 25px;
}
.casestudy-effect-row dt {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(50.46% - 80px);
    margin-right: 80px;
    padding: 20px 16px;
    background: #f3f3f3;
    position: relative;
}
.casestudy-effect-row dt::after {
    position: absolute;
    right: -40px;
    top: 50%;
    display: block;
    content: "";
    border-top: 3px solid #a40e1c;
    border-right: 3px solid #a40e1c;
    width: 36px;
    height: 36px;
    margin-top: -3px;
    -webkit-transform: rotate(45deg) skew(10deg, 10deg) translateY(-50%);
    -ms-transform: rotate(45deg) skew(10deg, 10deg) translateY(-50%);
    transform: rotate(45deg) skew(10deg, 10deg) translateY(-50%);
}
.casestudy-effect-row dd {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(43.54% + 80px);
    padding: 20px 16px;
    background: #e2e2e2;
    font-weight: bold;
}
.casestudy-effect-labels {
    display: none;
}
.casestudy-effect-label-01.disp-sp,
.casestudy-effect-label-02.disp-sp {
    display: table-cell!important;
}
.casestudy-effect-row {
    display: block;
    margin-top: 40px;
}
.casestudy-effect-row dt::after {
    position: absolute;
    right: 50%;
    top: 100%;
    display: block;
    content: "";
    border-top: 0;
    border-right: 0;
    background: #f3f3f3;
    width: 30px;
    height: 30px;
    margin-top: -6px;
    box-shadow: 3px 3px 4px -4px rgba(0,0,0,0.75);
    -webkit-box-shadow: 3px 3px 4px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 3px 4px -4px rgba(0,0,0,0.75);
    -webkit-transform: rotate(45deg) skew(10deg, 10deg) translateY(-50%);
    -ms-transform: rotate(45deg) skew(10deg, 10deg) translateY(-50%);
    transform: rotate(45deg) skew(10deg, 10deg) translateY(-50%);
}
.casestudy-effect-row dt{
    margin: 0;
    padding: 40px 40px 40px 26px;
    box-shadow: 0px 3px 5px -5px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 3px 5px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 3px 5px -5px rgba(0,0,0,0.75);
}
.casestudy-effect-row dd {
    padding: 40px 40px 40px 26px;
}

.casestudy-effect-row dt,
.casestudy-effect-row dd {
    display: table;
    width: 100%;
}
.casestudy-effect-label-01,
.casestudy-effect-label-02 {
    width: 20%;
    display: table-cell;
    font-size: 2rem;
    padding-right: 20px;
}

@media only screen and (max-width: 767px) {
    .casestudy-effect-labels {
        display: none;
    }
    .casestudy-effect-label-01,
    .casestudy-effect-label-02 {
        display: block;
        width: 100%;
        margin: 0 0 10px;
        font-size: 1.6rem;
    }
    .casestudy-effect-row {
        display: block;
        margin-top: 40px;
    }
    .casestudy-effect-row dt,
    .casestudy-effect-row dd {
        display: block;
        width: 100%;
    }
    .casestudy-effect-row dt {
        margin: 0;
    }
    .casestudy-effect-row dt::after {
        right: 50%;
        top: 100%;
        width: 30px;
        height: 30px;
        margin-top: -6px;
        margin-right: -30px;
        transform: rotate(45deg) translateX(-50%);
    }
}

/* ----- document downdload ----- */
@media only screen and (min-width: 768px) {
    .casestudy-doc-download .lyt-btn-a {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: flex-start;
        -webkit-box-pack: flex-start;
        justify-content: flex-start;
    }
}
@media only screen and (max-width: 767px) {
    .casestudy-doc-download .item {
        text-align: center;
    }
}
.casestudy-doc-download.b-lyt-dl-item {
    width: 100%;
}
.casestudy-doc-download.lyt-item-a {
    table-layout: fixed;
}
.casestudy-doc-download.lyt-item-a>.img {
    display: table-header-group;
}
.casestudy-doc-download .item {
    text-align: left;
}
.casestudy-doc-download.lyt-item-a>.item {
    padding-top: 14px;
}
.casestudy-doc-download.lyt-item-a>.img>.img-inner {
    display: block;
    width: auto;
    max-width: inherit;
}
.casestudy-doc-download .lyt-btn-a {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
}

/* ----- anchor section ----- */
.casestudy-anchor-section .section-inner {
    padding-bottom: 10px !important;
}

/* ----- address ----- */
.main-contents address {
    font-style: normal;
}

/* ----- print settings ----- */
@media print {
    header,
    footer,
    .breadcrumb-wrapper,
    .no-print {
        display: none !important;
    }
}


/* ----- hdg square mark ----- */
.hdg-square-mark {
    position: relative;
    padding-left: 17px;
    padding-bottom: 44px;
}

.hdg-square-mark::before {
    position: absolute;
    top: 13px;
    left: 0;
    display: block;
    width: 10px;
    height: 10px;
    background: #000;
    content: "";
}

/* ----- text under line ----- */
.u-ul-txt {
    text-decoration: underline;
}

/* ----- lyt-item-a customize for casestudy ----- */
@media only screen and (min-width: 768px){
	.lyt-item-a.lyt-casestudy-item .img .img-inner {
	    width: inherit;
	    max-width: 300px;
	}
}