/* argument */


/* site style */


/* [ opacity ]
-------------------------------------------------*/


/* [ display style ]
-------------------------------------------------*/


/* [ background-image ]
-------------------------------------------------*/


/* [ border-radius ]
-------------------------------------------------*/

body,
html {
    width: 100%;
    position: absolute;
    height: 100%;
    min-height: 100%;
}

.wrapper {
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: relative;
}

.section {
    width: 100%;
    position: relative;
    line-height: 1;
    min-width: 100%;
}

.section--visual {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-size: cover;
}

.mainVisual {
    position: absolute;
    width: 100%;
    height: 100%;
}

.mainVisual__scroll {
    position: absolute;
    width: 66px;
    height: 35px;
    left: 50%;
    margin-left: -33px;
    bottom: 26px;
    display: block;
    z-index: 1000;
}

.mainVisual__scroll span {
    position: absolute;
    display: block;
    width: 66px;
    height: 33px;
    background: url(../img/top/img_scroll.png) no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.mainVisual__videos {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 5;
}

.mainVisual__videos:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: " ";
    display: block;
    background: url(../img/top/top_visual_bg.png) repeat-x;
    background-size: contain;
}

.mainVisual__videos__video {
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    min-width: 100%;
    min-height: 100%;
    display: none;
}

.mainVisual--01 .mainVisual__videos__video--01 {
    display: block;
}

.mainVisual--02 .mainVisual__videos__video--02 {
    display: block;
}

.mainVisual--03 .mainVisual__videos__video--03 {
    display: block;
}

.mainVisual__captions {
    z-index: 1000;
    position: absolute;
    left: 5%;
    height: 410px;
    bottom: 0;
}

.video-copyright {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 100;
    text-decoration: none !important;
    color: #fff !important;
    font-size: 10px;
    opacity: 0.5;
}

@media (max-width: 767px) {
    .mainVisual__captions {
        height: 20px;
    }
}

.mainVisual__captions__cap {
    position: absolute;
}

.mainVisual__captions__cap .mvName {
    width: 767px;
    height: 35px;
    font-size: 22px;
    color: #fff;
}

.mainVisual__captions__cap .mvCatch {
    font-size: 56px;
    color: #fff;
}

.mainVisual__captions__cap .mvCatch span {
    display: inline-block;
    padding: 10px;
    line-height: 60px;
    background: url(../img/top/bg_cap.png);
}

.mainVisual__captions__cap .mvCatch a {
    color: #fff;
}

.mainVisual__captions__cap .mvGroup {
    font-size: 26px;
    width: 767px;
    height: 34px;
    left: 0px;
    top: 50px;
    color: #fff;
}

@media (max-width: 767px) {
    .mainVisual__captions__cap .mvName {
        width: 320px;
        height: 35px;
        font-size: 14px;
    }
    .mainVisual__captions__cap .mvCatch {
        font-size: 19px;
    }
    .mainVisual__captions__cap .mvCatch span {
        padding: 5px 10px;
        line-height: 25px;
    }
    .mainVisual__captions__cap .mvGroup {
        font-size: 14px;
        width: 320px;
        height: 40px;
        line-height: 20px;
        top: 35px;
    }
}

.mainVisual__captions__cap--01 {
    display: none;
}

.mainVisual--01 .mainVisual__captions__cap--01 {
    display: block;
}

.mainVisual__captions__cap--01 .mvName {
    left: 0px;
    top: 0px;
}

.mainVisual__captions__cap--01 .mvName span {
    display: inline-block;
    font-size: 23px;
    background: #fff;
    color: #4D4D4D;
    font-weight: bold;
    padding: 5px;
    margin-right: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

@media (max-width: 767px) {
    .mainVisual__captions__cap--01 .mvName span {
        font-size: 12px;
    }
}

.mainVisual__captions__cap--01 .mvSlash {
    text-indent: 13px;
    width: 13px;
    height: 40px;
    left: 204px;
    top: 0px;
}

.mainVisual__captions__cap--01 .mvCatch {
    width: auto;
    left: 0px;
    top: 95px;
}

.mainVisual__captions__cap--02 {
    display: none;
    right: 0;
    top: 0;
}

.mainVisual__captions__cap--02 .mvName i {
    display: inline-block;
    font-style: italic;
    color: #D70C19;
    font-weight: bold;
}

.mainVisual__captions__cap--02 .mvSlash {
    text-indent: 13px;
    width: 13px;
    height: 40px;
    left: 204px;
    top: 0px;
}

.mainVisual__captions__cap--02 .mvGroup {
    display: none;
}

.mainVisual__captions__cap--02 .mvCatch {
    width: auto;
    left: 0px;
    top: 40px;
}

.mainVisual__captions__cap--03 {
    display: none;
    top: 0;
}

.mainVisual__captions__cap--03 .mvName i {
    display: inline-block;
    font-style: italic;
    color: #D70C19;
    font-weight: bold;
}

.mainVisual__captions__cap--03 .mvName span {
    display: inline-block;
    font-size: 23px;
    background: #fff;
    padding: 5px;
    margin-right: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.mainVisual__captions__cap--03 .mvSlash {
    text-indent: 13px;
    width: 13px;
    height: 40px;
    left: 204px;
    top: 0px;
}

.mainVisual__captions__cap--03 .mvGroup {
    display: none;
}

.mainVisual__captions__cap--03 .mvCatch {
    width: auto;
    left: 0px;
    top: 40px;
}

.mainVisual__captions__cap p {
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    overflow: hidden;
}

.mainVisual__bars {
    position: absolute;
    left: 100px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1000;
}

.mainVisual__bars__bar {
    display: inline-block;
    width: 50px;
    height: 3px;
    background: #999;
    margin-bottom: 27px;
    transition: all .2s ease-in-out;
    position: relative;
}

.mainVisual__bars__bar.current {
    width: 50px;
    height: 3px;
    background: #fff;
}

.mainVisual__bars__bar.current .mainVisual__bars__bar__num {
    opacity: 1;
}

.mainVisual__bars__bar__num {
    position: absolute;
    display: block;
    left: 47px;
    top: -3px;
    opacity: 0;
    transition: opacity .2s linear;
}

.top01 {
    background: url(../img/top/bg_top01.png);
    text-align: center;
    padding: 30px 0;
}

.top01Inner {
    max-width: 1070px;
    margin: auto;
}

.topnews {
    border-bottom: #808080 solid 1px;
    padding: 40px 0;
}

.newsleft {
    width: 25%;
    display: inline-block;
    vertical-align: middle;
}

.newsleft h3 {
    display: inline-block;
}

.newsleft .btn_more {
    display: inline-block;
    margin-left: 20px;
}

.ul_topnews {
    width: 70%;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
}

.ul_topnews li {
    margin: 5px 0;
}

.ul_topnews li .date {
    color: #808080;
    display: inline-block;
    margin-right: 40px;
}

@media (max-width: 1100px) and (min-width: 768px) {
    .newsleft {
        width: 35%;
    }
    .ul_topnews {
        width: 60%;
    }
    .ul_topnews li .date {
        margin-right: 10px;
    }
    .ul_topnews li {
        height: 20px;
        overflow: hidden;
    }
}

.top02 {
    margin-top: 120px;
    font-size: 14px;
}

.top02 h3 {
    font-size: 30px;
    margin-bottom: 35px;
    line-height: 1.5;
}

.top02 h3 span {
    color: #D70C19;
}

.top03 {
    margin-top: 40px;
}

.full_img {
    width: 100%;
}

.ul_work li {
    width: 31%;
    margin-left: 2.5%;
    display: inline-block;
    vertical-align: top;
}

.ul_work li h4 {
    font-size: 22px;
    margin: 20px 0;
    line-height: 1.5;
}

.ul_work li:first-child {
    margin-left: 0px;
}

.top04 {
    margin-top: 145px;
}

.top04 h3 {
    font-size: 26px;
    border-top: #808080 solid 1px;
    padding-top: 30px;
    padding-bottom: 43px;
}

.top04 h3 span {
    color: #808080;
    font-size: 14px;
    font-weight: bold;
    display: block;
    float: left;
    margin-right: 20px;
    line-height: 26px;
}
.top-customer ul li p {
    text-align: center;
    font-size: 24px;
}
.top-customer{
    border-bottom: #808080 solid 1px;
}
.top-customer h3 {
    font-size: 26px;
    padding-top: 30px;
    padding-bottom: 43px;
}
.top-customer span{
    color: #808080;
    font-size: 14px;
    font-weight: bold;
    display: block;
    float: left;
    margin-right: 20px;
    line-height: 26px;
}
.ul_topservice {
    margin: 15px 0;
}

.ul_topservice li {
    background: #002C62;
    padding: 20px;
    color: #fff;
}

.ul_topservice li .img {
    text-align: center;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .ul_topservice li table td {
        width: 100%;
        display: block;
    }
    .ul_topservice li table td:first-child {
        height: 222px;
        position: relative;
    }
    .ul_topservice li table td:first-child .img {
        position: absolute;
        bottom: 0px;
        width: 100%;
        text-align: center;
    }
}

.ul_topservice li:first-child {
    margin-left: 0;
    background: #D70C19;
}

.ul_topservice li:nth-child(2) {
    background: #333;
}

.ul_topservice li h4,
.ul_topservice li h5,
.ul_topservice li p {
    text-align: left;
}

.ul_topservice li h4 {
    font-size: 24px;
}

.ul_topservice li h5 {
    font-size: 12px;
    opacity: 0.5;
    margin: 10px 0;
    line-height: 1.5;
}

.ul_topservice li p {
    margin-bottom: 15px;
}

.u_top01 li {
    background: #737373;
    padding: 20px;
    margin-bottom: 10px;
}

.u_top01 li:hover {
    opacity: 0.7;
    -moz-transition: all 0.26s ease-out;
    -o-transition: all 0.26s ease-out;
    -webkit-transition: all 0.26s ease-out;
    -ms-transition: all 0.26s ease-out;
}

.u_top01 li a {
    display: block;
    background: url(../img/top/ico_top01.png) no-repeat right center;
    background-size: 15px 15px;
}

.u_top01 h4,
.u_top01 h5 {
    color: #fff;
}

.u_top01 h4 {
    font-size: 21px;
    margin-bottom: 5px;
    display: block;
    float: left;
    margin-right: 20px;
}

.u_top01 h5 {
    opacity: 0.5;
    font-size: 10px;
    display: block;
    float: left;
    line-height: 23px;
}

@media (max-width: 767px) {
    .u_top01 li {
        padding: 15px 10px;
    }
    .u_top01 h4 {
        font-size: 15px;
        float: none;
        line-height: 1.2;
    }
    .u_top01 h5 {
        font-size: 9px;
        float: none;
        line-height: 1.2;
        opacity: 1.0;
    }
}

@media (max-width: 1100px) and (min-width: 768px) {
    .u_top01 h4,
    .u_top01 h5 {
        float: none;
        line-height: 1.2;
    }
    .ul_topservice li {
        padding: 10px;
    }
    .ul_topservice li h4 {
        font-size: 15px;
    }
}

.ul_worktop {
    margin: 40px 0;
}

.ul_worktop li {
    width: 23.5%;
    display: inline-block;
    margin-left: 1.3%;
    vertical-align: top;
}

.ul_worktop li:first-child {
    margin-left: 0%;
}

.ul_worktop span {
    padding: 2px 5px;
    color: #fff;
    display: inline-block;
    margin-bottom: 2px;
}

.ul_worktop .lb01 {
    background: #D70C19;
}

.ul_worktop .lb02 {
    background: #808080;
}

.ul_worktop .lb03 {
    background: #002C62;
}

.ul_worktop .lb04 {
    background: #002C62;
}

.ul_worktop .lb05 {
    background: #002C62;
}

.ul_worktop .lb06 {
    background: #002C62;
}

.ul_worktop .title {
    font-size: 16px;
    margin-top: 5px;
}

.ul_worktop .lb {
    margin-top: 5px;
}

.btn_moretop {
    background: #666;
    width: 350px;
    margin: auto;
    text-align: center;
    padding: 15px 15px 10px 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

.btn_moretop:hover {
    opacity: 0.7;
    -moz-transition: all 0.26s ease-out;
    -o-transition: all 0.26s ease-out;
    -webkit-transition: all 0.26s ease-out;
    -ms-transition: all 0.26s ease-out;
}

.ul_voice {
    margin: 30px 0 45px;
}

.taVoicetop td {
    width: 50%;
    vertical-align: top;
    padding-right: 10px;
}

.taVoicetop td img {
    margin-bottom: 5px;
    max-width: 178px;
}

.taVoicetop td p {
    margin-top: 5px;
}

.ul_top02 {
    margin: 150px 0 110px;
}

.ul_top02 li {
    width: 23.5%;
    display: inline-block;
    margin-left: 1.3%;
    vertical-align: top;
}

.ul_top02 li:first-child {
    margin-left: 0%;
}

.seoBlock {
    background: url(../img/top/bg_top02.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    color: #fff;
}

.seoBlock .seoInner {
    padding: 90px 0;
    max-width: 1198px;
    margin: auto;
}

.taSeo td {
    width: 30%;
    padding: 0 1.5%;
    vertical-align: top;
}

.taSeo td:first-child {
    font-size: 24px;
}

.ul_topservice li h5.h5spec {
    height: 46px;
}

@media (max-width: 767px) {
    .ul_topservice {
        margin: 15px 0 0;
    }
    .ul_topservice li h5.h5spec {
        height: auto;
    }
    .top01 {
        padding: 20px 10px 10px;
    }
    .btn_more01 {
        background: #E5E5E5;
        text-align: center;
        padding: 12px 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
    }
    .ul_topnews {
        width: 100%;
    }
    .ul_topnews li {
        margin: 15px 0;
    }
    .ul_topnews li .date {
        display: block;
        margin-right: 0px;
    }
    .top02 {
        margin-top: 50px;
    }
    .top02 h3 {
        font-size: 15px;
        margin-bottom: 15px;
    }
    .ul_work li {
        width: 100%;
        margin: 0 0 25px 0;
    }
    .ul_work li h4 {
        font-size: 15px;
        margin: 10px 0;
    }
    .ul_topservice li {
        padding: 25px 10px 15px;
        vertical-align: middle;
    }
    .ul_topservice li .img table td {
        height: 100%;
    }
    .ul_topservice li:first-child {
        margin-bottom: 10px;
    }
    .ul_topservice li h4 {
        font-size: 17px;
        line-height: 24px;
    }
    .ul_topservice li h5 {
        font-size: 9px;
        height: 20px;
    }
    .ul_topservice li p {
        font-size: 12px;
    }
    .ul_topservice table td {
        text-align: center;
        vertical-align: middle;
    }
    .ul_topservice table td:first-child {
        width: 53%;
        padding: 0px 45px 0px 25px;
        /*padding: 0px 20px 0px 10px;*/
    }
    .ul_worktop {
        margin: 25px 0 0;
    }
    .ul_worktop li {
        width: 48%;
        margin-left: 2%;
        margin-bottom: 35px;
    }
    .ul_worktop li:nth-child(3) {
        margin-left: 0%;
    }
    .ul_worktop li .title {
        font-size: 12px;
    }
    .ul_worktop li span {
        font-size: 10px;
    }
    .btn_moretop {
        width: 100%;
    }
    .top04 {
        margin-top: 25px;
    }
    .top04 h3 {
        font-size: 22px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .top04 h3 span {
        font-size: 10px;
        float: none;
    }
    .top-customer{
        margin-top: 25px;
    }
    .top-customer h3{
        font-size: 22px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .top-customer h3 span{
        font-size: 10px;
        float: none;
    }
    .ul_top02 {
        margin: 40px 0 40px;
    }
    .ul_top02 li {
        width: 48%;
        margin-left: 2%;
        margin-bottom: 2%;
    }
    .ul_top02 li:nth-child(3) {
        margin-left: 0%;
    }
    .seoBlock {
        background: url(../img/top/bg_topsp02.jpg);
    }
    .seoBlock .seoInner {
        padding: 10px 0;
        max-width: 1198px;
        margin: auto;
    }
    .taSeo td {
        display: block;
        width: 100%;
        padding: 20px 15px;
        font-size: 12px;
    }
    .taSeo td:first-child {
        font-size: 14px;
    }
    .ul_voice {
        font-size: 12px;
    }
}

@media (max-width: 1100px) and (min-width: 768px) {
    .txta1 {
        font-size: 12px;
    }
    .ul_topservice li h5,
    .ul_topservice li h5.h5spec {
        height: 26px;
    }
    .top02,
    .top04 {
        margin-top: 60px;
    }
    .ul_top02 {
        margin: 70px 0;
    }
    .seoBlock .seoInner {
        padding: 45px 0;
    }
    .ul_topservice table td {
        padding: 0 2px;
    }
    .top02 h3 {
        font-size: 22px;
        margin-bottom: 15px;
        line-height: 1.5;
    }
    .ul_work li h4 {
        font-size: 18px;
    }
    .ul_voice {
        font-size: 12px;
    }
}


/*# sourceMappingURL=top.css.map */


/* Begin Top Table Block */

.top__table {
    padding: 50px 0 50px;
    border-bottom: 1px solid #a09c9d;
}

.top__table+.top02 {
    margin-top: 50px;
}

.top__table .table__head,
.top__table .table__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.top__table .head--item,
.top__table .body--item {
    padding: 16px 12px 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 11.111%;
    flex: 0 0 11.111%;
    word-break: break-word;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    flex: 0 0 calc((100% - 165px)/8);
}

.top__table .head--item:first-child,
.top__table .body--item:first-child {
    flex: 0 0 165px;
}

.top__table .table__head {
    color: #fff;
}

.top__table .heading__block {
    font-weight: 600;
    letter-spacing: .05em;
    margin-bottom: 45px;
    color: #4d4d4d;
}

.top__table .table__body {
    height: 490px;
    width: 100%;
}

.top__table .mCSB_inside>.mCSB_container {
    margin-right: 0;
}

.top__table .bg__blue {
    background-color: #012c61;
}

.top__table .bg__dark {
    background-color: #333;
}

.top__table .bg__red {
    background-color: #d60c18;
}

.top__table .tootip {
    position: absolute;
    background-color: #333333;
    color: #fff;
    padding: 15px 20px 13px;
    min-width: 200%;
    left: 50%;
    transform: translatex(-50%);
    z-index: 3;
    border-radius: 7px;
    top: 100%;
    margin-top: 11px;
    display: none;
}

.top__table .tootip::before {
    position: absolute;
    content: "";
    border-left: solid transparent 10px;
    border-right: solid transparent 10px;
    border-bottom: solid #333 10px;
    top: -9px;
    content: " ";
    height: 0;
    left: 50%;
    transform: translateX(-50%);
}

.top__table .head--item {
    position: relative;
    border: 1px solid #a09c9d;
}

.top__table .head--item+.head--item {
    margin-left: -1px;
}

.top__table .body--item {
    border: 1px solid #a09c9d;
}

.top__table .body--item+.body--item {
    margin-left: -1px;
}

.top__table .table__row {
    margin-top: -1px;
}

.top__table .head--item:hover .tootip {
    display: block;
}

.top__table .body--item {
    color: #444;
    min-height: 84px;
}

@media(max-width: 1109px) {
    .top__table .mCSB_container {
        overflow: scroll;
    }
    .top__table .head--item:hover .tootip {
        display: none;
    }
    .top__table .table__responsive {
        overflow-x: auto;
    }
    .top__table .table__block {
        min-width: 1110px;
        overflow: hidden;
    }
}


/* End Top Table Block */