@charset "utf-8";
.topHero {
    position: relative;
    overflow: hidden;
}
.topHeroLogoBox {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}
.topHeroLogoBox h2 {
    font-size: 2.8rem;
    line-height: 1.8;
    text-shadow: 1px 3px 5px #fff;
    margin-bottom: 20px;
}
.topHeroLink a {
    width: 348px;
    display: block;
    margin: 0 auto;
    padding: 15px 10px;
    border-radius: 4px;
    font-size: 1.8rem;
    color: #fff;
    font-weight: bold;
    background: #114f9e;
    background: -moz-linear-gradient(top, #114f9e 42%, #11669b 100%);
    background: -webkit-linear-gradient(top, #114f9e 42%,#11669b 100%);
    background: linear-gradient(to bottom, #114f9e 42%,#11669b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#114f9e', endColorstr='#11669b',GradientType=0 );
    position: relative;
}
.topWork {
    padding: 80px 0;
}
.topWork ul {
    max-width: 1020px;
    margin: 0 auto;
    padding: 0 50px;
    display: flex;
    justify-content: space-between;
}
.topWork li {
    width: 30%;
    display: flex;
    flex-direction: column;
}
.topWorkImg {
    position: relative;
}

.topWorkImg span {
    position: absolute;
    top: 46%;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    font-weight: bold;
    color: #fff;
    font-size: 2.6rem;
    z-index: 2;
}
.topWorkImg span:before {
    content: "";
    position: absolute;
    left: 15%;
    top: 11%;
    background: url(../img/common/ttl_bg.svg) no-repeat;
    background-size: 127px auto;
    width: 127px;
    height: 18px;
    z-index: -1;
}
.topWork li:nth-child(2) .topWorkImg span:before {
    left: 20%;
    top: 11%;
}
.topWork li:nth-child(3) .topWorkImg span:before {
    left: 26%;
    top: 11%;
}
.topWorkText {
    font-size: 1.4rem;
    margin-top: 10px;
    text-align: left;
    line-height: 1.8;
    margin-bottom: 20px;
}

.topWork .commonBtn {
    margin-top: auto;
}
.topJirei {
    padding: 100px 0;
    background: url(../img/top/top_bg1.png);
    background-size: 100% 100%;
}
.topJirei ul {
    max-width: 1020px;
    margin: 0 auto;
}
.topJirei li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.topJirei .topJireiImg {
    width: 240px;
}

.topJirei .topJireiTextBox {
    width: 713px;
    text-align: left;
    display: flex;
    flex-direction: column;
    padding-top: 30px;
}

.topJireiTextBox h3 {
    font-size: 2rem;
    margin-bottom: 10px;
}

.topJireiText {
    font-size: 1.6rem;
    line-height: 1.6;
}
.topJireiTextBox .commonBtn {
    margin-top: auto;
    text-align: right;
}
.topJireiTextBox a {
    width: 170px;
    text-align: center;
    margin-left: auto;
}

.topJireBtn {
    width: 280px;
    margin: 0 auto;
}

.commonContact .inner {
    filter: none;
}
.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #0C3B95;
}
.slick-dots li button:before {
    color: #0C3B95;
}
@media screen and (max-width: 835px) {
    .topWork ul {
        padding: 0 5%;
        flex-direction: column;
    }
    .topWork li {
        width: 100%;
        margin-bottom: 40px;
    }
    .topWork .commonBtn {
        margin-top: 15px;
    }
    .topJirei {
        padding: 40px 5%;
        background: #eaf4ff;
    }
    .topJirei li {
        flex-direction: column;
        align-items: center;
    }
    .topJirei .topJireiImg {
        width: 80%;
    }
    .topJirei .topJireiTextBox {
        width: 100%;
    }
    .topJireiTextBox a {
        width: 80%;
        margin: 0 auto;
    }
    .topJireiTextBox .commonBtn {
        margin-top: 15px;
        text-align: center;
    }
    .topWork {
        padding: 40px 0 0;
    }
    .topJireBtn {
        width: 100%;
        margin: 0 auto;
    }
    .topJireBtn a {
        padding: 20px 0;
    }
    .topHeroLogoBox h2 {
        font-size: 2.4rem;
    } 
    .topHeroLogo {
        margin-bottom: 15px;
    }
    .topHeroLogoBox {
        width: 100%;
    }
    .topHeroLink a {
        width: 90%;
    }
    .topWorkText {
        margin-bottom: 0;
    }
}