
.contents-ai{
    font-family: "Frutiger LT W01_55 Roma1475738"!important;
}
.contents-ai ul li{
        margin-top: 0;
        list-style: none;
}
.contents-ai ul{
    padding-top: 0;
    padding-left: 0;
}
.contents-ai p{
    margin-top: 0;
}
.contents-ai p,
.contents-ai h2,
.contents-ai h3,
.contents-ai h4,
.contents-ai span{
    font-family: "Frutiger LT W01_55 Roma1475738"!important;
}
.hero-img{
    background-color: #937c67;
    position: relative;
}
@media screen and (max-width: 640px){
    .hero-img{
        height: calc(100vw + 50px);
        overflow: hidden;
    }
}
.hero-img:after{
    content:"";
    position: absolute;
    background-color: #86715d;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateX(-100%);
    transition: 1.6s;
    will-change: transform;
    z-index: 1;
}
@media screen and (max-width: 640px){
    .hero-img:after{
        transition: 1.2s;
    }
}
.hero-img.hiro-img_show:after{
    transform: translateX(0%);
}
.hero-img .hero-imgInner{
    width: 100%;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    opacity: 0;
    transition: opacity .6s;
    will-change: opacity;
    z-index: 2;
}
.hero-img.hiro-img_show .hero-imgInner{
    transition-delay: 1.6s;
    opacity: 1;
}
.hero-img .hero-imgInner h1{
    position: absolute;
    background-color: #303233;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 360px;
    height: 366px;
    top:calc(50% - 188px);
    right: 138px;
    border-radius: 8px;
    font-weight: bold;
    font-feature-settings: "palt";
    letter-spacing: 0.01em;
    opacity: 0;
    transition: opacity .6s;
    will-change: opacity;
    z-index: 20;
}
.hero-img .hero-imgInner h1.title_show{
    opacity: 1;
}
@media screen and (max-width: 960px){
    .hero-img .hero-imgInner h1{
        width: 240px;
        height: 244px;
        top: calc(50% - 122px);
        right: 78px;
    }
}
@media screen and (max-width: 640px){
    .hero-img .hero-imgInner h1.title_show{
        opacity: 0;
    }
}
.hero-img .hero-imgInner .baroon{
    opacity: 0;
    display: none;
}
@media screen and (max-width: 640px){
    .hero-img .hero-imgInner .baroon{
        display: block;
        width: 70px;
        position: absolute;
        top: 40px;
        right: 25px;
        opacity: 0;
        transition: .6s;
        z-index: 10;
    }
    .hero-img .hero-imgInner .baroon_show{
        opacity: 1;
    }
}
.hero-img .hero-imgInner h1 span{
    font-size:28px;
    line-height: 42px;
    color:#fff;
    text-align: left;
    display: inline-block;
    position: relative;
    padding-left: 42px;
}
@media screen and (max-width: 960px){
    .hero-img .hero-imgInner h1 span{
        font-size: 20px;
        line-height: 1.5em;
        padding-left: 32px;
    }
}
.hero-img .hero-imgInner h1 span:after{
    content:"";
    width: 87px;
    height: 85px;
    background-image: url("/-/Media/Ricoh/Sites/com/technology/ai/img/baroon.png");
    background-size: contain;
    position: absolute;
    top:-92px;
    right: -54px;
    background-repeat: no-repeat;
}
@media screen and (max-width: 960px){
    .hero-img .hero-imgInner h1 span:after{
        width: 50px;
        height: 48px;
        top: -52px;
        right: -34px;
    }
}
.hero-img .hero-imgInner img{
    vertical-align: top;
    width: 100%;
}
.hero-lead-sp{
    display: none;
}
@media screen and (max-width: 640px){
    .hero-lead-sp{
        display: block;
        background-color: #363636;
        font-size:21px;
        line-height: 31px;
        padding-top: 25px;
        padding-bottom: 25px;
        text-align: center;
        color:#fff;
        font-feature-settings: "palt";
        letter-spacing: 0.01em;
        font-weight: bold;
        -webkit-font-smoothing: antialiased;
    }
}
.main-img{
    display: block;
    position: relative;
}
.brain1{
    position: absolute;
    width: 100%;
    opacity: 0;
}
.brain2{
    position: absolute;
    width: 100%;
    opacity: 0;
}
.brain_show{
    transition: .6s;
    opacity: 1;
}
.lead{
    max-width: 790px;
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
}
@media screen and (max-width: 640px){
    .lead{
        width: calc(100% - 48px);
        margin-left: auto;
        margin-right: auto;
    }
}
.lead h2{
    font-size: 24px;
    line-height: 38px;
    text-align: center;
    font-weight: bold;
    font-feature-settings: "palt";
    letter-spacing: 0.01em;
    padding-top: 88px;
    padding-bottom: 32px;
}
.br_forSP{
    display: none;
}
@media screen and (max-width: 640px){
    .lead h2{
        font-size: 19px;
        line-height: 28px;
    }
    .br_forSP{
        display: block;
    }
}
.lead p{
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.01em;
    font-feature-settings: "palt";
}
@media screen and (max-width: 640px){
    .lead p{
        font-size: 15px;
        line-height: 26px;
    }
}
.pagenavi{
    max-width: 790px;
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
}
@media screen and (max-width: 640px){
    .pagenavi{
        width: calc(100% - 30px);
        margin-left:auto;
        margin-right:auto;
    }
}
.pagenavi h3{
    font-size: 20px;
    line-height: 42px;
    text-align: center;
    font-weight: bold;
    padding-bottom: 54px;
    padding-top: 71px;
}
@media screen and (max-width: 640px){
    .pagenavi h3{
        font-size: 18px;
        line-height: 32px;
        padding-bottom: 36px;
        padding-top: 30px;
    }
}
.pagenavi h3 span.inviewfadeIn{
    display: inline-block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 4px;
    overflow: hidden;
}
.pagenavi h3 span.inviewfadeIn:after{
    content:"";
    width: 100%;
    position: absolute;
    background-color: #000;
    height: 3px;
    left:0;
    bottom: 0;
    transform: translateX(-100%);
    transition: transform .8s cubic-bezier(0.25, 1, 0.5, 1);
    will-change: transform;
}
@media screen and (max-width: 640px){
    .pagenavi h3 span.inviewfadeIn:after{
        display: none;
    }
    .pagenavi h3 span.inviewfadeIn span{
        display: inline-block;
        position: relative;
        overflow: hidden;
    }
    .pagenavi h3 span.inviewfadeIn span:after{
        content:"";
        width: 100%;
        position: absolute;
        background-color: #000;
        height: 3px;
        left:0;
        bottom: 0;
        transform: translateX(-100%);
        transition: transform .8s cubic-bezier(0.25, 1, 0.5, 1);
        will-change: transform;
    }
}
.pagenavi h3 span.fadeIn:after{
    transform: translateX(0%);
}
@media screen and (max-width: 640px){
    .pagenavi h3 span.fadeIn span:after{
        transform: translateX(0%);
    }
}
.bt-pagenavi{
    display: flex;
    justify-content: space-between;
    padding-bottom: 80px;
}
@media screen and (max-width: 640px){
    .bt-pagenavi{
        padding-bottom: 30px;
    }
}
.bt-pagenavi li{
    background-color: #937c67;
    text-align: center;
    border-radius: 4px;
    width: calc(50% - 4px);
    transition: opacity .4s;
    opacity: 0;
}
.bt-pagenavi li a:hover{
    transition: opacity .6s !important;
    opacity: .5 !important;
}

.bt-pagenavi li:nth-child(2).fadeIn{
    transition-delay: .6s;
}
.bt-pagenavi li.fadeIn{
    transition: opacity 1.2s;
    transition-delay: .4s;
    transform: translateY(0);
    opacity: 1;
}
.bt-pagenavi li a{
    color: #fff;
    display: block;
    padding-top: 32px;
    padding-bottom: 60px;
    position: relative;
}
@media screen and (max-width: 640px){
    .bt-pagenavi li a{
        padding-bottom: 50px;
    }
}
.bt-pagenavi li a:after{
    content:"";
    width: 16px;
    height: 10px;
    background-image: url("/-/Media/Ricoh/Sites/com/technology/ai/img/ic_arrow.png");
    background-size: contain;
    position: absolute;
    bottom: 22px;
    left: calc(50% - 8px);
}
.bt-pagenavi li a:hover{
    text-decoration: none;
}
.bt-pagenavi li h4{
    font-size: 18px;
    line-height: 42px;
    font-weight: bold;
    font-feature-settings: "palt";
    margin-bottom: 7px;
    color: #fff;
    letter-spacing: 0.01em;
}
@media screen and (max-width: 640px){
    .bt-pagenavi li h4{
        font-size: 16px;
        line-height: 1.5em;
    }
}
.bt-pagenavi li p{
    font-size: 15px;
    line-height: 1.5em;
    font-feature-settings: "palt";
    -webkit-font-smoothing: antialiased;
    letter-spacing: 0.01em;
    padding: 0 30px;
    font-weight: normal;
}
@media screen and (max-width: 640px){
    .bt-pagenavi li p{
        font-size: 11px;
        line-height: 20.5px;
        padding-left: 8px;
        padding-right: 8px;
        text-align: center;
        letter-spacing: 0.01em;
        letter-spacing: 0;
    }
    .bt-pagenavi li p br{
        display: none;
    }
}
.boxTitle{
    background-image: url("/-/Media/Ricoh/Sites/com/technology/ai/img/bg_tech.png");
    background-position: center;
    background-size: auto;
    background-color: #585858;
    padding-top: 104px;
    padding-bottom: 104px;
    opacity: 0;
    transition: .4s;
}
@media screen and (max-width: 640px){
    .boxTitle{
        background-image: url("/-/Media/Ricoh/Sites/com/technology/ai/img/bg_tech_sp.png");
        background-color: #585858;
        padding-top: 60px;
        padding-bottom: 60px;
        background-size: cover;
    }
}
.boxTitle.fadeIn{
    transition: 1.2s;
    transition-delay: .4s;
    opacity: 1;
}
.boxTitle_workforce{
    background-image: url("/-/Media/Ricoh/Sites/com/technology/ai/img/bg_workforce.png");
}
@media screen and (max-width: 640px){
    .boxTitle_workforce{
        background-image: url("/-/Media/Ricoh/Sites/com/technology/ai/img/bg_workforce_sp.png");
    }
}
.boxTitle h2{
    font-size: 36px;
    line-height: 42px;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 52px;
    font-feature-settings: "palt";
    letter-spacing: 0.01em;
    font-weight: bold;
}
@media screen and (max-width: 640px){
    .boxTitle h2{
        margin-bottom: 30px;
    }
}
.boxTitle h2 span{
    display: inline-block;
    background-color: #2a2a2a;
    font-size:24px;
    line-height: 62px;
    color: #fff;
    padding-left: 34px;
    padding-right: 34px;
    border-radius: 4px;
}
@media screen and (max-width: 640px){
    .boxTitle h2 span{
        font-size: 17px;
        line-height: 42px;
        padding-left: 20px;
        padding-right: 20px;
    }
}
.boxTitle p{
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
    letter-spacing: 0.01em;
    width: 70%;
    margin: 0 auto;
    text-align: left;
    max-width: 840px;
}
@media screen and (max-width: 640px){
    .boxTitle p{
        font-size: 13px;
        line-height: 28px;
        margin-right: auto;
        margin-left: auto;
        width: calc(100% - 40px);
        text-align: left;
    }
    .boxTitle p br{
    }
}
.box-technology .title-region{
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    line-height: 42px;
    padding-bottom: 62px;
    padding-top: 86px;
    transition: .4s;
    opacity: 0;
}
@media screen and (max-width: 640px){
    .box-technology .title-region{
        font-size: 18px;
        line-height: 1.75em;
        padding-bottom: 50px;
        padding-top: 50px;
    }
}
.box-technology .title-region.fadeIn{
    transition: .8s;
    opacity: 1;
}
.box3column{
    max-width: 984px;
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
}
@media screen and (max-width: 640px){
    .box3column{
        width: 100%;
    }
}
.box3column-region{
    display: flex;
    justify-content: space-between;
    margin-bottom: 104px;
}
@media screen and (max-width: 640px){
    .box3column-region{
        display: block;
        margin-bottom: 20px;
    }
}
.box3column-region li{
    width: calc(33.33% - 12px);
    border:1px solid #e5e5e5;
    border-radius: 4px;
    transition: .4s;
    opacity: 0;
}
@media screen and (max-width: 640px){
    .box3column-region li{
        width: calc(100% - 48px);
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 6px;
    }
    .box3column-region li:last-child{
        margin-bottom: 0;
    }
}
.box3column-region li.fadeIn:nth-child(2){
    transition-delay: .2s;
}
.box3column-region li.fadeIn:nth-child(3){
    transition-delay: .4s;
}
.box3column-region li.fadeIn{
    transition: 1.2s;
    opacity: 1;
}
.box3column-icon{
    text-align: center;
    display: block;
    padding-bottom: 40px;
    padding-top: 40px;
}
@media screen and (max-width: 640px){
    .box3column-icon{
        padding-bottom: 23px;
        padding-top: 23px;
    }
}
.box3column-region li h3{
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 28px;
    font-feature-settings: "palt";
    margin-top:0;
}
@media screen and (max-width: 640px){
    .box3column-region li h3{
        font-size: 18px;
        padding-bottom: 20px;
    }
}
.box3column-region li p{
    padding-left: 24px;
    padding-right: 24px;
    font-size:14px;
    line-height: 24px;
    padding-bottom: 32px;
    font-feature-settings: "palt";
    letter-spacing: 0.01em;
    margin-top: 0;
}
@media screen and (max-width: 960px){
    .box3column-region li p{
        font-size:13px;
        line-height: 26px;
    }
}
@media screen and (max-width: 640px){
    .box3column-region li p{
        font-size:13px;
        line-height: 26px;
    }
}
.box3column-tech{
    display: flex;
    justify-content: space-between;
    max-width: 860px;
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 72px;
    opacity: 0;
    transition: .4s;
}
@media screen and (max-width: 640px){
    .box3column-tech{
        width: calc(100% - 48px);
        flex-wrap: wrap;
        padding-bottom: 40px;
    }
}
.box3column-tech.fadeIn{
    opacity: 1;
    transition-delay: .4s;
    transition: 1.2s;
}

.box3column-tech li{
    background-color: #937c67;
    color: #fff;
    border-radius: 4px;
    width: calc(25% - 7.5px);
    text-align: center;
    line-height: 1.5em;
    font-feature-settings: "palt";
    letter-spacing: 0.04em;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}
@media screen and (max-width: 960px){
    .box3column-tech li{
        font-size: 12px;
        line-height: 20px;
    }
}
@media screen and (max-width: 640px){
    .box3column-tech li{
        width: calc(50% - 4px);
        margin-bottom: 8px;
        font-size: 13px;
        line-height: 22px;
    }
}
.box3column-btmore{
    text-align: center;
    font-size: 16px;
    line-height: 1.1em;
    font-weight: bold;
    margin-bottom: 100px;
}
.box3column-btmore br{
    display:none;
}
@media screen and (max-width: 640px){
    .box3column-btmore{
        font-size: 16px;
        line-height: 1.75em;
        margin-bottom: 30px;
    }
    .box3column-btmore br{
        display: block;
    }
}
.box3column-btmore a{
    text-decoration: none;
    color: #333333;
    position: relative;
    overflow: hidden;
}
@media screen and (max-width: 640px){
    .box3column-btmore a{
        text-decoration: underline;
    }
}
.box3column-btmore a:hover{
    color: #333333;
}
.box3column-btmore a:after{
    position: absolute;
    content:"";
    bottom: 0;
    left: 0;
    width: calc(100% - 24px);
    height: 1px;
    background-color: #333;
    transition: .4s;
    transform: translateX(-100%);
}
.box3column-btmore.fadeIn a:after{
    transition: .8s;
    transition-delay: .2s;
    transform: translateX(0);
}
@media screen and (max-width: 640px){
    .box3column-btmore a:after{
        display: none;
    }
}
.box3column-btmore .ico_end_lf{
    padding: 0px 25px 4px 0;
    background-position: 100% 1px;
}
@media screen and (max-width: 640px){
    .box3column-btmore .ico_end_lf{
        background-position: 100% 32px;
    }
}
.box-service{
    transition: .4s;
    opacity: 0;
}
.box-service.fadeIn{
    transition-delay: .4s;
    transition: .8s;
    opacity: 1;
}
.box-service h2{
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    line-height: 42px;
    padding-bottom: 62px;
    padding-top: 88px;
    max-width: 984px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width: 640px){
    .box-service h2{
        font-size:18px;
        width: calc(100% - 48px);
        margin-left: auto;
        margin-right: auto;
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
.box-serviceTxt_center{
    text-align: center;
    padding-bottom: 52px;
    font-feature-settings: "palt";
    letter-spacing: 0.01em;
}
@media screen and (max-width: 640px){
    .box-serviceTxt_center{
        width: calc(100% - 48px);
        margin-left: auto;
        margin-right: auto;
        font-size: 15px;
        line-height: 26px;
    }
}
.box-tab ul{
    max-width: 984px;
    width: calc(100% - 40px);
    display: flex;
    justify-content: space-between;
    background-color: #ececec;
    height: 65px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width: 640px){
    .box-tab ul{
        width: calc(100% - 68px);
        padding-left: 5px;
        padding-right: 5px;
        height: 50px;
    }
}
.box-tab ul li{
    width: 33.3%;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 1em;
    padding-top: 35px;
    cursor: pointer;
}
@media screen and (max-width: 640px){
    .box-tab ul li{
        font-size: 12px;
        padding-top: 20px;
    }
}
.box-tab ul span{
    display: inline-block;
    position: relative;
    overflow: hidden;
    padding-bottom: 4px;
}
.box-tab ul span:after{
    position: absolute;
    content:"";
    background-color: #333;
    height: 2px;
    width: 100%;
    left: 0;
    bottom: 0;
    transform: translateX(-100%);
    transition: .6s cubic-bezier(0.76, 0, 0.24, 1);
}
.box-tabBt:hover span:after{
    transform: translateX(0) !important;
}
.box-tabBt_active span:after{
    transform: translateX(0) !important;
}
.box-tabContents{
    background-color: #ececec;
    padding-top: 64px;
    padding-bottom: 120px;
    transition: .8s opacity;
    min-height: 300px;
}
@media screen and (max-width: 640px){
    .box-tabContents{
        padding-top: 32px;
        padding-bottom: 60px;
    }
}
.box-tabContents_hide{
    display: none;
}
.box-tabContents_show{
    display: block;
    opacity: 1;
}
.box-tabContentsInnerWrap{
    background-color: #fff;
    border-radius: 10px;
    max-width: 1150px;
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
    padding-top: 112px;
    padding-bottom: 85px;
}
@media screen and (max-width: 640px){
    .box-tabContentsInnerWrap{
        width: calc(100% - 24px);
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
.box-tabContentsInnerWrap + .box-tabContentsInnerWrap {
    margin-top: 24px;
}
@media screen and (max-width: 640px){
    .box-tabContentsInnerWrap + .box-tabContentsInnerWrap {
        margin-top: 12px;
    }
}
.box-tabContentsInner{
    margin-left: 104px;
    margin-right: 104px;
    display: flex;
    vertical-align: center;
    justify-content: space-between;
    padding-bottom: 80px;
    margin-bottom: 80px;
    border-bottom: 1px solid #c9c9c9;
}
@media screen and (max-width: 960px){
    .box-tabContentsInner{
        display: block;
        margin-left: 54px;
        margin-right: 54px;
    }
}
@media screen and (max-width: 640px){
    .box-tabContentsInner{
        display: block;
        width: calc(100% - 48px);
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 40px;
        margin-bottom: 40px;
    }
}
.box-tabContentsInnerLeft{
    width: 35%;
}
@media screen and (max-width: 960px){
    .box-tabContentsInnerLeft{
        width: 100%;
    }
}
@media screen and (max-width: 640px){
    .box-tabContentsInnerLeft{
        width: 100%;
    }
}
.box-tabContentsInnerLeft h3{
    font-size:18px;
    font-weight: bold;
    padding-bottom: 24px;
    letter-spacing: 0.01em;
    font-feature-settings: "palt";
}
@media screen and (max-width: 640px){
    .box-tabContentsInnerLeft h3{
        font-size:15px;
        line-height: 26px;
        text-align: center;
    }
}
.box-tabContentsInnerLeft p{
    font-size:14px;
    line-height: 1.5em;
    font-feature-settings: "palt";
    letter-spacing: 0.01em;
}
@media screen and (max-width: 640px){
    .box-tabContentsInnerLeft p{
        font-size:13px;
    }
}
.box-tabContentsInnerLeft p .ico_nml_f{
    background-position: 0 0.15em;
    color: #333;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.75em;
}
.box-tabContentsInnerRight{
    width: 58.3%;
    max-width: 549px;
}
@media screen and (max-width: 960px){
    .box-tabContentsInnerRight{
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top:30px;
    }
}
@media screen and (max-width: 640px){
    .box-tabContentsInnerRight{
        width: 100%;
        max-width: 100%;
        margin-top:30px;
    }
}
.box-tabContentsInnerRight img{
    width: 100%;
    backface-visibility: hidden;
    vertical-align: top;
}
.box-tabContentsInner_marginBSmall{
    margin-bottom:46px;
}
.box-tabContentsInner_noBottomBorder{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.relateLink{

}
.relateLink ul{
    display: flex;
    justify-content: space-between;
    background-color: inherit;
    flex-wrap: wrap;
    width: auto;
    margin-left: 104px;
    margin-right: 104px;
    height: auto;
}
@media screen and (max-width: 640px){
    .relateLink ul{
        display: block;
        width: calc(100% - 48px);
        margin-left: auto;
        margin-right: auto;
    }
}
.relateLink ul li{
    width: calc(50% - 10px);
    text-align: left;
    background-color: inherit;
    font-size:14px;
    line-height: 24px;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 29px;
}
.relateLink ul li:last-child{
    margin-bottom: 0;
}
@media screen and (max-width: 640px){
    .relateLink ul li{
        width: 100%;
        margin-bottom: 15px;
    }
}
.relateLink ul li a{
    color:#333;
    background-position: 0px 4px;
    font-feature-settings: "palt";
    letter-spacing: 0.01em;
}
.relateLink ul li a h4{
    font-size:16px;
    font-weight: bold;
    margin-top: 0;
}
@media screen and (max-width: 640px){
    .relateLink ul li a h4{
        font-size:13px;
        font-weight: bold;
    }
    .relateLink ul li a p{
        font-size:13px;
        line-height: 22px;
    }
}
.box2column{
    max-width: 930px;
    width: calc(100% - 40px);
    display: flex;
    justify-content: space-between;
    align-items: top;
    margin-left: auto;
    margin-right: auto;
    padding-top: 96px;
}
@media screen and (max-width: 640px){
    .box2column{
        width: calc(100% - 48px);
        margin-left: auto;
        margin-right: auto;
        padding-top: 48px;
        display: block;
    }
}
.box2column_reverse{
    flex-flow: row-reverse;
}
.box2column-leftImg,
.box2column-rightImg{
    width: 57.6%;
    position: relative;
    overflow: hidden;
}
.box2column-leftImg span,
.box2column-rightImg span{
    display: block;
    position: relative;
}
@media screen and (max-width: 960px){
    .box2column-leftImg,
    .box2column-rightImg{
        width: 40%;
    }
}
@media screen and (max-width: 640px){
    .box2column-leftImg,
    .box2column-rightImg{
        width: 100%;
    }
}
.box2column-leftImg span:before,
.box2column-rightImg span:before{
    content:"";
    width: 0%;
    height: 100%;
    position:absolute;
    top: 0;
    left: 0;
    background-color: #d6d6d6;
}
.box2column-leftImg span:after,
.box2column-rightImg span:after{
    content:"";
    width: 100%;
    height: 100%;
    position:absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    opacity: 1;
}
.box2column-leftImg.fadeIn span:before,
.box2column-rightImg.fadeIn span:before{
    animation-name: hideImage;
    animation-duration: 1.4s;
    z-index: 10;
}
.box2column-leftImg.fadeIn span:after,
.box2column-rightImg.fadeIn span:after{
    transition: 0;
    transition-delay: .7s;
    opacity: 0;
    z-index: 5;
}
@keyframes hideImage {
    0% {
        width: 0%;
        left: 0%;
    }
    50% {
        width: 100%;
        left: 0%;
    }
    100% {
        width: 100%;
        left: 100%;
    }
}

.box2column-leftImg img,
.box2column-rightImg img{
    width: 100%;
    vertical-align: top;
}
.box2column-rightTxt,
.box2column-leftTxt{
    width: 35.9%;
    transition: opacity .4s;
    opacity: 0;
}
@media screen and (max-width: 960px){
    .box2column-rightTxt,
    .box2column-leftTxt{
        width: 54%;
    }
}
.box2column-rightTxt a{
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    color:#333;
    background-position: 0 0.3em;
}
.box2column-rightTxt.fadeIn,
.box2column-leftTxt.fadeIn{
    opacity: 1;
    transition: opacity .8s;
    transition-delay: .2s;
}
@media screen and (max-width: 640px){
    .box2column-leftTxt{
        width: 100%;
    }
    .box2column-rightTxt{
        width: 100%;
    }
}
.box2column-rightTxt h3,
.box2column-leftTxt h3{
    font-size:18px;
    font-weight: bold;
    padding-bottom: 19px;
    font-feature-settings: "palt";
    letter-spacing: 0.04em;
}

@media screen and (max-width: 640px){
    .box2column-rightTxt h3{
        text-align: center;
        padding-top: 30px;
        font-size:16px;
        font-weight: bold;
        padding-bottom: 19px;
        font-feature-settings: "palt";
        letter-spacing: 0.01em;
    }
    .box2column-leftTxt h3{
        text-align: center;
        padding-top: 30px;
        font-size:16px;
        font-weight: bold;
        padding-bottom: 19px;
        font-feature-settings: "palt";
        letter-spacing: 0.01em;
    }
}
.box2column-rightTxt p,
.box2column-leftTxt p{
    font-size:14px;
    line-height: 1.5em;
    font-feature-settings: "palt";
    letter-spacing: 0.01em;
}
@media screen and (max-width: 640px){
    .box2column-rightTxt p,
    .box2column-leftTxt p{
        font-size:15px;
        line-height: 26px;
    }
}
.box_centerImg{
    text-align: center;
    padding-top: 96px;
    transition: .4s;
    opacity: 0;
}
@media screen and (max-width: 640px){
    .box_centerImg{
        padding-top: 48px;
        width: calc(100% - 48px);
        margin-left: auto;
        margin-right: auto;
    }
    .box_centerImg img{
        width: 100%;
    }
}
.box_centerImg.fadeIn{
    transition-delay: .2s;
    transition: .8s;
    opacity: 1;
}
.box_centerImg img{
    vertical-align: top;
}
.movieListWrap{
    opacity: 0;
    transition: .8s;
    background-color: #f4f4f4;
    margin-top: 100px;
    margin-bottom: 80px;
}
@media screen and (max-width: 640px){
    .movieListWrap{
        margin-top: 80px;
    }
}
.movieListWrap.fadeIn{
    opacity: 1;
}
.movieList{
    padding-top: 79px;
    padding-bottom: 96px;
}
@media screen and (max-width: 640px){
    .movieList{
        padding-top: 60px;
        padding-bottom: 48px;
    }
}
.movieList.fadeIn{
    transition-delay: .4s;
    transition: .8s;
    opacity: 1;
}
.movieList h3{
    font-size:24px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 67px;
}
.movieList h3 br{
    display: none;
}

@media screen and (max-width: 640px){
    .movieList h3{
        font-size:16px;
        font-weight: bold;
        padding-bottom: 30px;
    }
    .movieList h3 br{
        display: block;
    }
}
.movieList ul{
    max-width: 930px;
    width: calc(100% - 40px);
    display: flex;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width: 640px){
    .movieList ul{
        width: calc(100% - 48px);
        display: block;
        justify-content: space-between;
        margin-left: auto;
        margin-right: auto;
    }
}
.movieList ul li{
    width: calc((100% - 20px)/3);
    cursor: pointer;
}
@media screen and (max-width: 640px){
    .movieList ul li{
        width: 100%;
        margin-bottom: 20px;
    }
}
.movieList ul li img{
    width: 100%;
    vertical-align: top;
}
.movieList ul li p{
    font-size:14px;
    line-height: 24px;
}
.movieList .movie{
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 10px;
}
.movieList .movie:after{
    content:"";
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
    background-image: url("/-/Media/Ricoh/Sites/com/technology/ai/img/arrow.png");
    background-size: cover;
    background-position: center center;
}
.lightBox-base{
    position: fixed;
    width: 100%;
    height: 0%;
    top:0;
    left: 0;
    background-color:#fff;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: .8s opacity, .8s height;
}
.lightBox-contents{
    width: 100%;
    height: 0%;
    opacity: 0;
    transition: opacity .8s;
    transition-delay: .6s;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top:-100vh
    left: 0;
    z-index: 9999;
    overflow: hidden;
}
.movieWrap{
    width: 90%;
    max-width: 800px;
    height: 0;
    overflow: hidden;
    top:-1000px;
    display: none;
}
.movieInner{
    width: 100%;
    position: relative;
    padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
    height: 0;
    overflow: hidden;
}
.bt-close{
    text-align: center;
    padding-top: 50px;
    cursor: pointer;
}
.bt-close span{
    display: inline-block;
    position: relative;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.01em;
    font-family: Helvetica,Arial;
    padding-bottom: 4px;
}

@media only screen and (max-width: 640px) {
    .bt-close span{
        font-size: 12px;
        letter-spacing: 0.01em;
    }
}
.bt-close span:before{
    content:"";
    background-color: #000;
    height: 2px;
    position: absolute;
    bottom:0;
    left: 0;
    width: 100%;
}
.movieWrap iframe{
    position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
.lightBox_on{
    height:100%;
    position: relative;
    overflow: hidden;
    overflow-y: scroll;
}
.lightBox_on .lightBox-contents{
    top:0;
    height: 100%;
    opacity: 1;
}
.lightBox_on .movieWrap{
    height: auto;
    top:0;
    display: block;
}
.lightBox_on .lightBox-base{
    opacity: 1;
    display: flex;
    height: 100%;
}
#wrapper{
    overflow: hidden;
}
.lightBox_on #wrapper{
    transition: .6s;
    position: absolute;
    width: 100%;
    overflow: hidden;
}
.conversion-wrap{
    max-width: 930px;
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
}
@media only screen and (max-width: 640px) {
    .conversion-wrap{
        width: calc(100% - 48px);
        margin-left: auto;
        margin-right: auto;
    }
}
.conversion-wrap .contact_sct_dtl{
    text-align: center;
    padding-top: 32px;
    padding-bottom: 32px;
}
.conversion-wrap .contact_sct_ttl br{
    display: none;
}
@media only screen and (max-width: 640px) {
    .conversion-wrap .contact_sct_ttl{
        font-size:16px;
    }
    .conversion-wrap .contact_sct_ttl br{
        display: block;
    }
}
.conversion-wrap .contact_sct_dtl .ico_end_l{
    background-position: 100% -10px;
}
@media only screen and (max-width: 640px) {
    .conversion-wrap .contact_sct_dtl .ico_end_l{
        background-position: 100% -6px;
    }
}

/* ============================== Contact Section */
.contact_sct { overflow: hidden; border: 2px solid #c1def5; background: #e8effb; }
.contact_sct .contact_sct_img { float: left; padding: 16px 0 16px 16px; }
.contact_sct .contact_sct_img img { vertical-align: bottom; }
.contact_sct .contact_sct_dtl { overflow: hidden; padding: 16px; }
.contact_sct .contact_sct_ttl { display: inline-block; margin-right: 16px; margin-bottom: 8px; font-size: 20px; font-weight: bold; color: #333333; }

/* @media */
@media screen and (max-width: 640px) {
	.contact_sct { width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	}
	.contact_sct .contact_sct_img { float: none; padding: 16px 16px 0; }
	.contact_sct .contact_sct_img img { width: 100%; }
	.contact_sct .contact_sct_dtl { padding: 20px; }
	.contact_sct .contact_sct_ttl { display: block; margin-right: 0; font-size: 16px; }
}

/* ============================== Share Section */
.share_sct { overflow: hidden; margin: 8px 0; padding: 16px 0 0; border-top: 2px solid #dedede; }
.share_sct .ttl { float: left; margin-top: 8px; margin-right: 32px; color: #717171; font-weight: bold; vertical-align: middle; }
.share_sct .dtl { float: left; }

/* @media */
@media screen and (max-width: 640px) {
	.share_sct { padding: 16px 16px 40px; }
	.share_sct .ttl { float: none; margin-top: 0; }
	.share_sct .dtl { margin-top: 16px; }
}

/* Conversion high,medium */
.button.cnv01 { background-color: #0d63dc; color: #ffffff; }
.button.cnv01:hover { background-color: #0b51b3; }


