@charset "utf-8";
/* topServive */
/* .topService .flexBox {
    align-items: flex-start;
} */
/* topHero */
.topHero {
    padding: 60px 0 150px;
    position: relative;
}
.topHeroInner {
    position: relative;
}
.topHeroText {
    position: absolute;
    top: -55px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.topHeroText svg {
    stroke:#fff;
    width: 705px;
    height: 103px;
    fill:transparent;
    stroke-width: .1;
    stroke-dasharray:100;
    stroke-dashoffset:100;
    -webkit-animation: anim 3s linear forwards;
    animation: anim 3s linear forwards;
}
@keyframes anim{
    0% {
        stroke-dashoffset: 100;
        fill:transparent
    }
    50% {
        fill:transparent;
    }
    100% {
        stroke-dashoffset: 0;
        fill:#fff;
    }
}
.topHeroBox {
    width: 50%;
    position: absolute;
    bottom: 200px;
    right: 0;
    text-align: left;
}
.topHeroBox h2 {
    font-size: 2rem;
    color: #000;
    line-height: 1.6;
    padding-bottom: 10px;
    border-bottom: 2px solid #fff;
    margin-bottom: 30px;
}
.topHeroInner img {
    padding: 5px;
    border: 1px solid #5C5C5C;
}
.topHeroLink {
    display: inline-block;
    padding-left: 100px;
    font-size: 2rem;
}
.topHeroLink a {
    color: #000;
}
/* topService */
.topService img {
    width: 100%;
    height: auto;
}
.topService .serviceLeft {
    width: 40%;
    display: flex;
}
.topService1 {
    width: 35%;
    align-self: flex-end;
}
.topService2 {
    width: 65%;
    border-left: 4px solid #fff;
    border-right: 4px solid #fff;
}
.topService2 img {
    border-bottom: 4px solid #fff;
}
.topService3 {
    display: flex;
    /* align-items: flex-start; */
}
.topServiceBox {
    width: 70.4%;
    color: #000;
    text-align: left;
    padding: 50px 40px;
}
.topServiceBox h2 {
    font-size: 2.4rem;
    margin-bottom: 30px;
    letter-spacing: 0.2em;
}
.topServiceText {
    font-size: 1.8rem;
    line-height: 1.6;
    margin-bottom: 60px;
}
.topServiceLink {
    text-align: right;
}
.topServiceLink a {
    font-size: 2rem;
    color: #000;
}
.topService3 img {
    height: 100%;
}
.topService4 {
    border-top: 4px solid #fff;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.topService4 .topService4Left {
    width: 40%;
}
.topService4 .topService4Right {
    width: 12.7%;
}
.topService .serviceRight {
    width: 60%;
}
.topHeroBox h2 span {
    width: 10em;
    display: inline-block;
}
@media screen and (max-width: 835px) {
    .topHero {
        padding: 60px 0;
    }
    .topHeroInner img {
        width: 90%;
    }
    .topHeroText {
        position: absolute;
        top: -23px;
    }
    .topHeroText svg {
        width: 320px;
        height: 46px;
    }
    /* topService */
    .topService .flexBox {
        flex-direction: column;
    }
    .topService .serviceLeft {
        width: 100%;
        justify-content: space-between;
        border-bottom: 1px solid #fff;
    }
    .topService .serviceRight {
        width: 100%;
    }
    .topServiceBox {
        width: 70%;
        padding: 20px 15px;
    }
    .topServiceBox h2 {
        font-size: 2rem;
    }
    .topServiceText {
        font-size: 1.4rem;
        margin-bottom: 30px;
    }
    .topServiceLink a {
        font-size: 1.8rem;
    }
    .topService1 {
        width: 25%;
        border-right: 1px solid #fff;
    }
    .topService2 {
        width: 37%;
        border-left: 1px solid #fff;
        border-right: none;
    }
    .topService2 img {
        border-bottom: none;
    }
    .topServiceBoxRight {
        width: 30%;
        border-left: 1px solid #fff;
    }
    .topService4 {
        border-top: 1px solid #fff;
    }
}