@charset "utf-8";

.is-menu .wrapper{
    height: 100vh;
    overflow: hidden;
}
.main-view {
    height: 780px;
    padding: 12vw 15px 0;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.main-view p{
    font-size: 17px;
    line-height: 1.6;
    letter-spacing: .05em;
    padding-left: 5px;
    animation: fadein 1s ease-in-out;
}
.l-header{
    background-color: transparent;
}
h1{
    font-size: 64px;
    line-height: 1.18;
    font-weight: bold;
    letter-spacing: .1em;
    margin-bottom: 30px;
    text-shadow:
0 0 25px #fff,
0 0 20px #fff,
0 0 0.40px #fff;
    animation: fadein 1s ease-in-out;
}
@keyframes fadein {
from {
    opacity: 0;
    transform: translateY(20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}

@media screen and (min-width: 481px) and (max-width: 960px) {
    body{
        background-position: center top 290px;
    }
    h1,
    .main-view p{
        text-align: center;
        text-shadow: 0 0 25px #fff, 0 0 20px #fff, 0 0 0.4px #fff;
    }
}
@media screen and (max-width: 960px) {
      .main-view{
        padding: 60px 15px 300px;
        height: auto;
        min-height: calc(100vh - 40px);
    }
}
@media screen and (max-width: 480px) {
    .main-view{
        padding: 40px 15px 100px;
        height: auto;

    }
    h1{
        text-align: center;
        font-size: 12vw;
        letter-spacing: .05em;
        margin-bottom: 25px;
    }
}

h2{
    text-align: center;
    font-size: 16px;
    padding: 80px 0 50px;
}
h2 span{
    display: block;
    font-family: 'Quicksand', sans-serif,"Montserrat","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
    font-size: 46px;
    font-weight: bold;
    line-height: 1.15;
}

@media screen and (max-width: 480px) {
        h2{
        padding: 60px 0 30px;
        font-size: 14px;
    }
}
/*==============news==============*/
.news{
    background: #e7eff7;
    padding: 0 0 50px;
}

.news-article {
    max-width: 1200px;
    margin: 0 auto;
}
.slick-arrow:before{
    color: #9aaab9!important;
}
.news-article li{
    width: calc(100% / 3 - 20px);
    margin: 15px;
    position: relative;
}
.news-article li.slick-slide:after{
        content: "";
        display: block;
        width: 100%;
        height: 3.2em;
        border-radius: 0 0 8px 8px;
        background: linear-gradient(180deg, rgba(255, 255, 255,0) 20%,rgba(255, 255, 255,1) 85%);
        position: absolute;
        bottom: 0;
    }
.news-article  li a{
    background: #fff;
    display: inline-block;
    padding: 15px 15px 0;
    border-radius: 8px;
    height: 367px;
    min-height: 367px;
    min-width: calc(100% - 30px);
    box-shadow: 0 2px 12px rgba(20, 81, 142, .3);
    overflow: hidden;
}
.news-article  li a:hover{
    box-shadow: 0 2px 16px rgba(20, 81, 142, .35);
}
.news-article  .images{
    width: 100%;
    height: 255px;
    position: relative;
    overflow: hidden;
}
.news-article  .images:before,
.news-article  .images:after{
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;;
}
.news-article  .images:before{
    center;
    background-size: cover;
}
.news-article  .new-02 .images:before{
    center;
}
.news-article  .new-03  .images:before{
    center;
}
.news-article  .images:after{
    background: rgba(56, 77, 112, .5);
}
.news-article a:hover .images:before{
    transform: scale(1.2);
}
.news-article a:hover .images:after{
    background: rgba(56, 77, 112, .3);
}
.news-article  li p{
    font-size: 16px;
    line-height: 1.3;
    text-align: justify;
    font-weight: 700;
}

.news-article  li p.date{
    font-family: 'Quicksand', sans-serif,"Montserrat","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
    font-size: 15px;
    font-weight: normal;
    padding: 10px 0 3px;
    color: #94979a;
}
.news-article  li:first-child p.date:after{
    content: "new";
    color: #e91e38;
    position: absolute;
    display: inline-block;
    margin: -3px 6px;
    font-size: 17px;
    font-weight: bold;
}

.news .btn{
    line-height: 58px;
    width: 200px;
    margin: 20px;
}
@media screen and (min-width: 1200px) {
    .news-article li p{
        min-width: 340px;
    }
}
@media screen and (min-width: 961px) {
    .news-article li p{
        width: 100%;
    }
}
@media screen and (max-width: 960px) {
.news-article  li p{
        font-size: 15px
    }
}
@media screen and (max-width: 480px) {
    .news-article li{
        margin: 0 8px 15px;
    }
    .news-article li a{
        height: 294px;
        min-height: 294px;
        padding: 0;
    }
    .news-article  .images{
        height: 200px;
    }
    .news-article li p.date{
        padding-top: 6px;
    }
    .news-article li p.date,
    .news-article li p.date + p{
    padding-left: 10px;
    padding-right: 10px;
    }
    .news-article li p{
       font-size: 15px;
       font-weight: normal;
    }
}
/*==============topics==============*/
.topics{
    background: rgba(255, 255, 255, .8);
    padding: 40px 0 120px;
}
.topics ul{
   width: 100%;
   max-width: 1200px;
   margin: 0 auto;
   padding: 0 15px;
}
.topics li{
    width: calc(100% / 3 - 10px);
}
.topics li a{
   display: block;
   background: #428dd8;
   color: #fff;
   font-size: 23px;
   letter-spacing: .05em;
   font-weight: bold;
   text-align: center;
   border-radius: 8px;
   margin-bottom: 15px;
   height: 270px;
   position: relative;
   padding: 170px 0 0;
   box-sizing: border-box;
}
.topics li a:hover{
    background: rgba(66, 141, 216, .8);
}
.topics img{
    transform: scale(.791);
    position: absolute;
    left: calc(50% - 121px);
    top: 10px;
}
.topics li span{
    display: block;
    text-align: center;
    color: #fff;
    font-size: 48px;
    letter-spacing: .05em;
    margin-bottom: 4px;
    font-family: 'Quicksand', sans-serif,"Montserrat","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}
@media screen and (max-width: 960px) {
    .topics li{
    width: calc(50% - 10px);
    }
    .topics li a{
        font-size: 19px;
        padding: 162px 0 0;
        height: 252px;
    }
    .topics li span{
        font-size: 36px;
    }
}
@media screen and (max-width: 480px) {
    .topics{
        padding: 20px 0 30px
    }
    .topics li{
        width: calc(50% - 7px);
    }
    .topics li a{
        height: auto;
        font-size: 14px;
        padding: 91px 0 13px;
    }
    .topics img{
        transform: scale(1);
        width: 98px;
        left: calc(50% - 49px);
        top: 15px;
    }
    .topics li span{
        font-size: 7vw;
    }
}
/*==============service==============*/
.service{
    background: #fff;
    padding-bottom: 110px;
}
.service article{
    padding: 0 15px 120px;
    max-width: 1200px;
    margin: 0 auto;
}

.service .image{
    max-width: calc(100% - 536px);
}
.service .image + div {
    width: 536px;
}
@media screen and (min-width:961px){
    .service .image img{
        width: 100%;
    }
}
.service h3{
    font-size: 40px;
    font-weight: bold;
    line-height: 1.5;
}
.service h3 span{
    color: #428dd8;
    font-size: 15px;
    display: block;
}
.service h3 + p{
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.image-sub{
    width: 536px;
}
.image-sub li{
    color: #fff;
    font-size: 19px;
    font-weight: bold;
    text-align: center;
    width: 168px;
    height: 168px;
    background-size: cover;
    border-radius: 10px;
    position: relative;
    white-space: nowrap;
    z-index:1;
}

.homepage{
    margin-bottom:10px;
}
.crm{
    margin-bottom:10px;
}
.bkn{
    margin-bottom:10px;
}

.image-sub li:before,
.image-sub li:after{
    content: "";
    border-radius: 10px;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.image-sub li:before{
    z-index: -2;
}
.image-sub li:after{
    background: rgba(56, 77, 112, .55);
    z-index: -1;
    transition: .2s;
}
.image-sub li:hover:after{
    background: rgba(56, 77, 112, .35);
    z-index: -1;

}
.image-sub li a{
    color: #fff;
    display: inline-block;
    padding: 134px 0 0;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
}


.image-sub .homepage:before{ background: url(/images/bg_topService_homepage.png); }
.image-sub .crm:before{ background: url(/images/bg_topService_crm.png); }
.image-sub .bkn:before{ background: url(/images/bg_topService_bkn.png); }
.image-sub .servicekanri:before{ background:url(/images/bg_topService_kanri.png); }
.image-sub .kanri:before{ background: url(/images/bg_topService_service_kanri.png); }
.image-sub .rpa:before{ background: url(/images/bg_topService_rpa.png); }
.image-sub .portal:before{ background: url(/images/bg_topService_portal.png); }
.image-sub .soudan:before{ background: url(/images/bg_topService_soudan.png); }
.image-sub .career:before{ background: url(/images/bg_topService_career.png); }

.to-detail{
    display: flex;
    justify-content: space-between;
}
.to-detail li{
    width: calc(50% - 8px);
}
.service .btn{
    color: #065aae;
    font-size: 15px;
    padding: 20px;
    width: 100%;
    margin: 15px 0 0;
}
.service .btn .fa{
    color: #065aae;
    margin-left: 3px;
}
@media screen and (max-width: 960px) {
    .service .image{
        width: 100%;
        text-align: center;
        max-width: 100%;
    }
    .service h3{
        text-align: center;
        font-size: 36px;
        white-space: nowrap;
    }
    .service h3 + p{
        text-align: center;
    }
    .service .image + div,.image-sub{
        width: 100%;
    }
    .image-sub li{
    font-size: 25px;
    width: calc(100% / 3 - 10px);
    height: 220px;
    }
    .image-sub li a{
    padding: 102px 0 0;
    }
}
@media screen and (max-width: 720px) {
    .to-detail{
        flex-direction: column;
    }
    .to-detail li{
        width: 100%;
    }
   .image-sub li{
       font-size: 20px;
       width: calc(100% / 3 - 8px);
       height: 150px;
   }
   .image-sub li a{
        padding: 73px 0 0;
    }
    .image-sub li:before,
    .image-sub li:after{
        border-radius: 8px;
    }
}
@media screen and (max-width: 480px) {
    .service{
        padding-bottom: 0;
    }
    .service article{
        padding: 0 15px 80px;
    }
    .service h3 + p{
        text-align: justify;
    }
    .service h3 + p br{
        display: none;
    }
    .image-sub li{
        width: calc(100% / 3 - 6px);
        font-size: 15px;
        height: 100px;
    }
     .image-sub li a{
        padding: 47px 0 0;
    }
   .service .btn{
        width: 100%;
    }
}
