@charset "utf-8";
/*------------------------------------------------------------
        トープページ
------------------------------------------------------------*/
body {
    background-color: #FFF;
}

#main {
    padding: 0;
}

#main .mainVisual {
    margin-bottom: 120px;
    /*padding: 180px 0 0;*/
    background: url(/wp-content/themes/xecin/img/index/main_visual_bg.jpg) no-repeat center top;
    background-size: initial;
    height: 640px;
    background-color: #47aaeb;
}
#mainv_sp{
    display: none;
}
#mvTxFrm{
    display: block;

}

#mvTxFrm_sp{
    display: none;
}

#main .mainVisual .title {
    margin-bottom: 83px;
    color: #054170;
    font-size: 36px;
    font-weight: bold;
}

#main .mainVisual .title .large {
    margin: 0 10px;
    font-size: 49px;
}

#main .mainVisual .title .large img {
    margin: 0 5px;
}

#main .mainVisual .photoBox {
    margin-bottom: -42px;
    padding: 24px 25px 50px;
    width: 500px;
    float: right;
    display: table;
    background: url(/wp-content/themes/xecin/img/index/main_img.png) no-repeat center top;
}

#main .mainVisual .photoBox .photo {
    display: table-cell;
}

#main .mainVisual .photoBox .text {
    display: table-cell;
    vertical-align: middle;
    width: 230px;
}

#main .mainVisual .photoBox .name {
    margin-bottom: 12px;
    font-size: 21px;
    font-weight: bold;
}

#main .mainVisual .photoBox p {
    margin-bottom: 20px;
    line-height: 1.8;
}

#main .mainVisual .photoBox a {
    padding: 2px 25px;
    display: inline-block;
    color: #FFF;
    font-size: 10px;
    line-height: 1.5;
    border-radius: 5px;
    background: #054170 url(/wp-content/themes/xecin/img/index/icon.png) no-repeat 15px center;
}

#main .mainVisual .photoBox a:hover {
    opacity: 0.7;
}
#mvTxFrm_out{
    width: 100%;
    overflow: hidden;

}
#mvTxFrm{
    width: 880px;
    margin: 0 auto;
    position: relative;

}

#main .mainVisual .textBox {
    position: absolute;
    top: 292px;
    left: 345px;
    font-size: 14px;
    color: #fff;
    line-height: 34px;
}

#main .mainVisual .textBox .ttl {
    margin-bottom: 10px;
    color: #054170;
    font-size: 25px;
    line-height: 1.5;
    font-weight: bold;
}

#main .mainVisual .textBox p {
    line-height: 2.5;
}

#main .comText {
    margin: 10px 0 75px;
    line-height: 1.6;
}

#main .service {
    padding: 20px 20px 50px;
    background-color: #F4F4EC;
}

#main .service ul {
    margin: 0 auto;
    width: 1050px;
}

#main .service li {
    margin-right: 22px;
    width: 335px;
    float: left;
    position: relative;
    background-color: #FFF;
}

#main .service li a {
    display: block;
    padding: 75px 30px 24px;
}

#main .service li a:hover {
    opacity: 0.7;
}

#main .service li:last-child {
    margin-right: 0;
}

#main .service li span {
    display: block;
}

#main .service li .img {
    margin-bottom: 20px;
    text-align: center;
}

#main .service .text {
    color: #4d4d4d;
    line-height: 2;
}

#main .service .text span {
    margin-bottom: 3px;
    color: #000;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

#main .service .ttl {
    margin-left: -58px;
    padding: 10px;
    position: absolute;
    left: 50%;
    top: -58px;
    border-radius: 50%;
    background-color: #FFF;
    border: 8px solid #E6E6E6;
}

#main .service .ttl span {
    padding: 30px 0 0;
    display: block;
    height: 51px;
    width: 81px;
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    background-color: #3296C8;
    border-radius: 81px;
}

#main .solution {
    margin-bottom: 47px;
    padding: 84px 0;
    color: #FFF;
    background: url(/wp-content/themes/xecin/img/index/sulotion_bg.jpg) no-repeat center top;
    background-color: #07519a;
}

#main .solution .comText {
    margin-bottom: 58px;
}

#main .solution .listBox {
    margin: 0 auto;
    width: 1050px;
    overflow: hidden;
}

#main .solution .listBox ul {
    margin: -7px -10px -24px -15px;
    overflow: hidden;
}

#main .solution li {
    width: 25%;
    float: left;
    box-sizing: border-box;
    text-align: center;
    border-left: 1px solid #FFF;
    border-top: 1px solid #FFF;
}

#main .solution a:hover {
    opacity: 0.7;
}

#main .solution a {
    padding: 15px 10px 30px;
    display: block;
    color: #FFF;
}

#main .solution .listBox .text {
    font-size: 14px;
    line-height: 1.8;
    text-align: left;
}

#main .solution .listBox .text01 {
    line-height: 1.5;
}

#main .solution .listBox .ttl {
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
}

#main .solution .listBox div {
    margin-bottom: 22px;
}

#main .workList {
    margin: -22px auto 45px;
    width: 1074px;
}

#main .workList li {
    padding: 0 12px 30px 11px;
    float: left;
}

#main .workList a {
    display: block;
    position: relative;
}

#main .workList a img {
    box-shadow: 0 0 10px #999;
}

#main .workList a .text {
    padding: 50px 15px 0;
    position: absolute;
    display: none;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    color: #FFF;
    font-size: 16px;
    text-align: center;
    box-sizing: border-box;
    background-color: #4D9CC3;
    border: 7px solid #B3B3B3;
}

#main .workList a .text span {
    padding-top: 7px;
    margin-top: 3px;
    display: block;
    border-top: 1px solid #FFF;
}

#main .workList a:hover .text {
    display: block;
}

#main .column {
    padding: 70px 0 50px;
    background-color: #F4F4EC;
}

#main .column .comText {
    margin-bottom: 18px;
}

#main .tagUl {
    margin-bottom: 60px;
    text-align: center;
}

#main .tagUl li {
    margin: 0 3px;
    display: inline-block;
}

#main .tagUl a {
    display: inline-block;
    padding: 5px 5px 3px;
    min-width: 120px;
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.5px;
    text-align: center;
    display: inline-block;
    border-radius: 7px;
    background-color: #F7931E;
}

#main .tagUl a:hover {
    opacity: 0.7;
}

#main .tagUl .staff a {
    background-color: #29ABE2;
}

#main .tagUl .system a {
    background-color: #BB1B21;
}

#main .tagUl .case a {
    background-color: #39B54A;
}

#main .columnList {
    margin-bottom: 32px;
}

@media all and (min-width: 0) and (max-width: 767px) {
    #main {
        padding: 0;
    }

    /*    #main .mainVisual {
            margin-bottom: 0px;
            padding: 80px 0 35px;
            background: url(/wp-content/themes/xecin/img/index/sp_main_visual_bg.jpg) no-repeat top center;
            background-size: cover;
            height: 799px;
            margin-top: 44px;
             background-color: #47aaeb;
    
        }*/
    #main .mainVisual {
        background-image: none;
        margin-bottom: 0px;
        background-size: cover;
        margin-top: 44px;
        background-color: #47aaeb;
        height: auto;
    }
    #container .comBox{
        padding: 0px;

    }
    #mainv_sp{
        display: block;
        width: 100%;
    }
    #mvTxFrm{
        display: none;

    }

    #mvTxFrm_sp{
        display: block;
        background-color: #054170;
        color:#fff;
        text-align: center;
        padding: 20px 3px;
        line-height: 27px;
        margin-bottom: 25px;
        font-size: 14px;
    }


    #main .mainVisual .title {
        margin-bottom: 27px;
        font-size: 18.5px;
        line-height: 1.3;
        text-align: center;
    }

    #main .mainVisual .title .large {
        display: block;
        margin: 0;
        font-size: 25px;
        font-weight: bold;
        letter-spacing: -0.5px;
    }

    #main .mainVisual .title .large img {
        margin: 0 2px;
        width: 6px;
        vertical-align: middle;
    }

    #main .mainVisual .photoBox {
        margin: 0 auto;
        padding: 12px 12px 50px;
        width: 275px;
        float: none;
        display: table;
        box-sizing: border-box;
        background-size: 100% auto;
    }

    #main .mainVisual .photoBox .photo,
    #main .mainVisual .photoBox .photo img {
        width: 125px;
    }

    #main .mainVisual .photoBox .text {
        padding-left: 10px;
        width: auto;
        text-align: left;
    }

    #main .mainVisual .photoBox .name {
        margin-bottom: 12px;
        display: block;
        font-size: 13px;
        font-weight: bold;
    }

    #main .mainVisual .photoBox p {
        display: none;
    }

    #main .mainVisual .textBox {
        width: auto;
        float:  none;
        text-align: center;
    }

    #main .mainVisual .textBox .ttl {
        margin-bottom: 10px;
        font-size: 15px;
        font-weight: bold;
    }

    #main .mainVisual .textBox p {
        font-size: 10px;
        line-height: 1.65;
    }

    #main .comText {
        margin: 5px 0 38px;
    }

    #main .service {
        padding: 15px 15px 30px;
    }

    #main .service ul {
        width: auto;
    }

    #main .service li {
        margin: 0 0 65px;
        width: auto;
        float: none;
    }

    #main .service li a {
        padding: 45px 12px 28px;
    }

    #main .service li:after {
        margin-left: -13px;
        position: absolute;
        left: 50%;
        bottom: -31px;
        width: 26px;
        height: 35px;
        background: url(/wp-content/themes/xecin/img/index/arrow.png) no-repeat center center;
        background-size: auto 35px;
        content: '';
        z-index: 10;
    }

    #main .service li:last-child {
        margin-bottom: 0;
    }

    #main .service li:last-child:after {
        display: none;
    }

    #main .service li .img {
        width: 70px;
        margin: 5px 0 0;
        float: left;
    }

    #main .service li .img img {
        width: 60px;
    }

    #main .service .text {
        padding-left: 85px;
        font-size: 10px;
        line-height: 1.7;
    }

    #main .service .text span {
        margin: 0 -10px 5px 0;
        font-size: 13.5px;
        text-align: left;
        font-weight: bold;
    }

    #main .service .ttl {
        margin-left: -40px;
        padding: 5px;
        top: -40px;
        border: 4px solid #F4F4EC;
    }

    #main .service .ttl span {
        padding: 20px 0 0;
        height: 40px;
        width: 60px;
        font-size: 16px;
        border-radius: 81px;
    }

    #main .solution {
        margin-bottom: 42px;
        padding: 40px 10px 35px;
        background: url(/wp-content/themes/xecin/img/index/sp_solution_bg.jpg) no-repeat center top;
        background-size: cover;
    }

    #main .solution .comText {
        color: #FFF;
        margin-bottom: 30px;
    }

    #main .solution .listBox {
        width: auto;
    }

    #main .solution .listBox ul {
        margin: -13px -10px -3px;
    }

    #main .solution li {
        width: 50%;
        letter-spacing: -1px;
    }

    #main .solution a {
        padding: 15px 15px 20px;
    }

    #main .solution .listBox .text {
        font-size: 10px;
        line-height: 1.7;
    }

    #main .solution .listBox .ttl {
        margin-bottom: 2px;
        font-size: 13.5px;
        font-weight: bold;
    }

    #main .solution .listBox div {
        margin-bottom: 8px;
    }

    #main .solution .listBox img {
        height: 44px;
    }

    #main .workList {
        margin: -10px 0 5px;
        width: auto;
    }

    #main .comLink {
        margin: 0 15px 50px;
    }

    #main .workList li {
        padding: 0 10px 15px;
        float: none;
    }

    #main .workList a {
        padding: 5px;
        display: block;
        overflow: hidden;
    }

    #main .workList a img {
        width: 42.5%;
        float: left;
        box-shadow: 0 0 5px #999;
    }

    #main .workList a .text {
        width: 55%;
        float: right;
        padding: 18px 15px 0;
        position: static;
        display: block;
        height: auto;
        z-index: 10;
        color: #000;
        letter-spacing: -1px;
        font-size: 13.5px;
        text-align: left;
        background-color: #FFF;
        border: none;
        font-weight: bold;
    }

    #main .workList a .text span {
        margin-top: 5px;
        padding-top: 5px;
        color: #4d4d4d;
        font-size: 12px;
        font-weight: normal;
        border-top: 1px solid #1a1a1a;
    }

    #main .column {
        padding: 40px 0 50px;
        background-color: #F4F4EC;
    }

    #main .column .comText {
        margin-bottom: 25px;
    }

    #main .columnList .text {
        letter-spacing: -0.5px;
    }

    #main .columnList {
        margin-top: -10px;
    }

    #main .columnList li {
        padding-bottom: 2px;
        margin-top: 10px;
    }

    #main .columnList .tag {
        margin-bottom: 10px;
    }

    #main .tagUl {
        display: none;
    }

}
